lade...
random avatar

PolyWolf - Network

Posts Subscribe

cheaper to buy 2 Spirit Airline tickets than it is to buy the carry-on addon...

https://social.treehouse.systems...

cheaper to buy 2 Spirit Airline tickets than it is to buy the carry-on addon...

18.3.2025 15:17cheaper to buy 2 Spirit Airline tickets than it is to buy the carry-on addon...
https://social.treehouse.systems...

DuckDB-wasm is actually absurdly easy to use with Vite wow. I didn't even have to change how I load my entrypoint w/ my janky Jinja2 setup,...

https://social.treehouse.systems...

DuckDB-wasm is actually absurdly easy to use with Vite wow. I didn't even have to change how I load my entrypoint w/ my janky Jinja2 setup, <script type="module"> Just Works:tm: to lazy-load all the other stuff!! modern webdev is so cool when it functions properly like this

18.3.2025 03:08DuckDB-wasm is actually absurdly easy to use with Vite wow. I didn't even have to change how I load my entrypoint w/ my janky Jinja2 setup,...
https://social.treehouse.systems...

D3.js? Best of its kind probably.Observable Plot? Pretty neat, the JS version of Python's matplotlib, Just Has Everything but needs manual...

https://social.treehouse.systems...

D3.js? Best of its kind probably.
Observable Plot? Pretty neat, the JS version of Python's matplotlib, Just Has Everything but needs manual configuration to get there, which is fine I guess
Observable Framework? not good. it tries to be clever about automatically await-ing promises & generators, but really what this leads to is "your blocks must form a DAG" which is not what I want in my app.

oh well, more bespoke code here we go!!

16.3.2025 23:45D3.js? Best of its kind probably.Observable Plot? Pretty neat, the JS version of Python's matplotlib, Just Has Everything but needs manual...
https://social.treehouse.systems...

u can follow along at https://github.com/p0lyw0lf/dashboards btw. It's very much a WIP but i love the hacky elegance of it & hope u...

https://social.treehouse.systems...

u can follow along at github.com/p0lyw0lf/dashboards btw. It's very much a WIP but i love the hacky elegance of it & hope u appreciate it too

16.3.2025 01:50u can follow along at https://github.com/p0lyw0lf/dashboards btw. It's very much a WIP but i love the hacky elegance of it & hope u...
https://social.treehouse.systems...

"hrm this charting library is loading my entire 24MB CSV file and running SQL on it using DuckDB-wasm. surely there is a better way! oh hey...

https://social.treehouse.systems...

"hrm this charting library is loading my entire 24MB CSV file and running SQL on it using DuckDB-wasm. surely there is a better way! oh hey what's this Parquet thing?"

5MB. 5x reduction in size just by switching formats. like i'm sure i would have gotten there for transfer by using the nginx gzip module, but wow!! it also seems those SQL queries are a bit more performant now. hooray for columnar datatypes!

16.3.2025 01:45"hrm this charting library is loading my entire 24MB CSV file and running SQL on it using DuckDB-wasm. surely there is a better way! oh hey...
https://social.treehouse.systems...

New blog post: "I Just Need To Optimize My AWS Egress...

https://social.treehouse.systems...

New blog post: "I Just Need To Optimize My AWS Egress Patterns"

wolfgirl.dev/blog/2025-03-15-i

15.3.2025 14:41New blog post: "I Just Need To Optimize My AWS Egress...
https://social.treehouse.systems...

i did figure this out btw. https://nginx.org/en/docs/http/ngx_http_auth_request_module.html can just call an endpoint that will run my...

https://social.treehouse.systems...

i did figure this out btw. nginx.org/en/docs/http/ngx_htt can just call an endpoint that will run my custom authentication logic, no need to mess around w/ interpreting JWTs in nginx or opensearch or whatever. then it's just a matter of disabling the security plugin & configuring the correct base path and we're good.

(though, turns out getting my data into opensearch is also quite tricky, so i wont be using it anyways. still good to figure that out tho, i was hung up on the fact i gave up)

15.3.2025 12:08i did figure this out btw. https://nginx.org/en/docs/http/ngx_http_auth_request_module.html can just call an endpoint that will run my...
https://social.treehouse.systems...

learn to speak more corporate today:i use a static site generator -> my Data Platform collects & transforms content to create blazing...

https://social.treehouse.systems...

learn to speak more corporate today:

i use a static site generator -> my Data Platform collects & transforms content to create blazing fast experiences on end users' devices
looking at charts is fun -> Business Intelligence Dashboards give me quick insights into relevant metrics that inform how I operate
hungry & should have breakfast -> i've identified some key action items that should be addressed ASAP for compliance with stomach protocols

15.3.2025 11:43learn to speak more corporate today:i use a static site generator -> my Data Platform collects & transforms content to create blazing...
https://social.treehouse.systems...

i did not heed this sign and am now trying to parse thru the marketing on Observable Framework which looks to be genuinely interesting...

https://social.treehouse.systems...

i did not heed this sign and am now trying to parse thru the marketing on Observable Framework which looks to be genuinely interesting technology that will fit in well with my pipeline (it's another static site generator with more interactivity maybe) but also reaaaally wants to upsell u on their cloud products
social.treehouse.systems/@Poly

15.3.2025 10:57i did not heed this sign and am now trying to parse thru the marketing on Observable Framework which looks to be genuinely interesting...
https://social.treehouse.systems...

maybe this is a sign i should stop looking at dashboard software

https://social.treehouse.systems...

maybe this is a sign i should stop looking at dashboard software

15.3.2025 03:07maybe this is a sign i should stop looking at dashboard software
https://social.treehouse.systems...

interesting thing i'm seeing in my website logs: a handful of referring sites with just 1 hit, falling into a few categories:friends'...

https://social.treehouse.systems...

interesting thing i'm seeing in my website logs: a handful of referring sites with just 1 hit, falling into a few categories:

  1. friends' websites (ok, makes sense, i can confirm they link to me)
  2. random peoples' blogs (looking thru recent posts i cant spy any outgoing links)
  3. large "science" sites like dl.acm.org, en.wikipedia.org, etc.
  4. raw IP addresses

my suspicion for (2) and (3) is that some web scraper has a race condition or is intentionally misbehaving. my suspicion for (4) is that there are "nice" fetchers who set their own IP as the referer

anyone else seen this before?

14.3.2025 20:50interesting thing i'm seeing in my website logs: a handful of referring sites with just 1 hit, falling into a few categories:friends'...
https://social.treehouse.systems...

actually u know what. i give up this isn't fun anymore. configuring auth providers sucks, i'll just stick with goaccess for now, at least...

https://social.treehouse.systems...

actually u know what. i give up this isn't fun anymore. configuring auth providers sucks, i'll just stick with goaccess for now, at least it's simple + working

14.3.2025 04:03actually u know what. i give up this isn't fun anymore. configuring auth providers sucks, i'll just stick with goaccess for now, at least...
https://social.treehouse.systems...

better diagramming support is cool n all but i am always a bit sad that Mermaid requires...

https://social.treehouse.systems...

better diagramming support is cool n all but i am always a bit sad that Mermaid requires Playwright...
m.webtoo.ls/@astro/11415561782

13.3.2025 16:10better diagramming support is cool n all but i am always a bit sad that Mermaid requires...
https://social.treehouse.systems...

wondering if i can pitch my company on "hey can i take a day or two to learn OpenSearch so it's not just that one other guy who knows it"...

https://social.treehouse.systems...

wondering if i can pitch my company on "hey can i take a day or two to learn OpenSearch so it's not just that one other guy who knows it" but probably not oh well

13.3.2025 14:10wondering if i can pitch my company on "hey can i take a day or two to learn OpenSearch so it's not just that one other guy who knows it"...
https://social.treehouse.systems...

today in "fun" reading: figuring out how the heck you're supposed to get cloudfront logs into opensearch if you're not using AWS-managed...

https://social.treehouse.systems...

today in "fun" reading: figuring out how the heck you're supposed to get cloudfront logs into opensearch if you're not using AWS-managed opensearch (i'm looking for an alternative to goaccess for analyzing my cloudfront logs and i think opensearch is the best option)

i think i have what i need after reading many doc pages and about 3 false leads, but wow that was a doozy. def going to want to write a blog post about this in case anyone else stumbles across the same keyword soup

13.3.2025 04:02today in "fun" reading: figuring out how the heck you're supposed to get cloudfront logs into opensearch if you're not using AWS-managed...
https://social.treehouse.systems...

food talkwow that is incredibly indistinguishable from ground beefunfortunately i severly under-spiced the sauce whoop, oh well at least...

https://social.treehouse.systems...

food talk


wow that is incredibly indistinguishable from ground beef

unfortunately i severly under-spiced the sauce whoop, oh well at least that's an easy fix

13.3.2025 00:51food talkwow that is incredibly indistinguishable from ground beefunfortunately i severly under-spiced the sauce whoop, oh well at least...
https://social.treehouse.systems...

food talkmaybe it's from not working w/ ground beef in a long while, but this Whole Foods-brand "Plant-Based Ground" seems pretty close in...

https://social.treehouse.systems...

food talk


maybe it's from not working w/ ground beef in a long while, but this Whole Foods-brand "Plant-Based Ground" seems pretty close in terms of smell/texture. it's going in a spaghetti sauce, will update u on how it tastes later

13.3.2025 00:05food talkmaybe it's from not working w/ ground beef in a long while, but this Whole Foods-brand "Plant-Based Ground" seems pretty close in...
https://social.treehouse.systems...

phthis 6-in-1 test says i have at least 3 viruses (Flu A, M.Pneumonia, & Adenovirus), but hey at least i'm covid-free!!

https://social.treehouse.systems...

ph


this 6-in-1 test says i have at least 3 viruses (Flu A, M.Pneumonia, & Adenovirus), but hey at least i'm covid-free!!

12.3.2025 12:09phthis 6-in-1 test says i have at least 3 viruses (Flu A, M.Pneumonia, & Adenovirus), but hey at least i'm covid-free!!
https://social.treehouse.systems...

New blog post: "A Vague Sense There's Some Sort Of Dog At Your...

https://social.treehouse.systems...

New blog post: "A Vague Sense There's Some Sort Of Dog At Your Feet"

wolfgirl.dev/blog/2025-03-08-a

9.3.2025 02:08New blog post: "A Vague Sense There's Some Sort Of Dog At Your...
https://social.treehouse.systems...

as a kid I thought the DC metro station design was so cool, what with the wide-open brutalist ceilings underground 'n all, but yeah no Japan...

https://social.treehouse.systems...

as a kid I thought the DC metro station design was so cool, what with the wide-open brutalist ceilings underground 'n all, but yeah no Japan has spoiled it for me, these suck

8.3.2025 01:13as a kid I thought the DC metro station design was so cool, what with the wide-open brutalist ceilings underground 'n all, but yeah no Japan...
https://social.treehouse.systems...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members