Readit News logoReadit News
jtbaker commented on The two versions of Parquet   jeronimo.dev/the-two-vers... · Posted by u/tanelpoder
reactordev · 12 hours ago
Oracle Consulting gladly built it all as stored procs with a UI.
jtbaker · 12 hours ago
> built

billed

jtbaker commented on Dial-up Internet to be discontinued   help.aol.com/articles/dia... · Posted by u/Kye
TimTheTinker · 16 days ago
Here is an excellent use case for SPA web apps. See - a lot of low bandwidth connections still exist in the US.

(Sorry to slightly hijack the thread. It's been an ongoing debate on HN)

jtbaker · 16 days ago
How does this make sense? SPAs have notoriously large bundles shipped to the client. Maybe in a PWA where the service worker gets saved for offline use.

Traditional server-rendered HTML should be orders of magnitude faster than most SPA bundles though.

jtbaker commented on I want everything local – Building my offline AI workspace   instavm.io/blog/building-... · Posted by u/mkagenius
frank_nitti · 17 days ago
For me, this is essential. On priciple, I won't pay money to be a software engineer.

I never paid for cloud infrastructure out of pocket, but still became the go-to person and achieved lead architecture roles for cloud systems, because learning the FOSS/local tooling "the hard way" put me in a better position to understand what exactly my corporate employers can leverage with the big cash they pay the CSPs.

The same is shaping up in this space. Learning the nuts and bolts of wiring systems together locally with whatever Gen AI workloads it can support, and tinkering with parts of the process, is the only thing that can actually keep me interested and able to excel on this front relative to my peers who just fork out their own money to the fat cats that own billions worth of compute.

I'll continue to support efforts to keep us on the track of engineers still understanding and able to 'own' their technology from the ground up, if only at local tinkering scale

jtbaker · 17 days ago
Self hosting my own LLM setup in the homelab was what really helped me learn the fundamentals of K8s. If nothing else I'm grateful for that!
jtbaker commented on Researchers map where solar energy delivers the biggest climate payoff   rutgers.edu/news/research... · Posted by u/rbanffy
metonymy · 24 days ago
except there's no map!
jtbaker · 24 days ago
you had one job!
jtbaker commented on When we get Komooted   bikepacking.com/plog/when... · Posted by u/atakan_gurkan
thomasahle · a month ago
Other than entirely community-driven projects (like https://wanderer.to/ mentioned in the article), are there company "forms" that legally protect against this kind of sell-out? Like non-profit or public-benefit-corporation?

If users are contributing the content of the app, it seems they should have a way to hold the owners accountable.

jtbaker · a month ago
Wow, this is awesome! I had seen the little Strava plug-in, but didn’t realize it was something that was self host able!
jtbaker commented on Vector Tiles are deployed on OpenStreetMap.org   blog.openstreetmap.org/20... · Posted by u/ikawe
tppiotrowski · a month ago
I think mbtiles are being phased out for pmtiles because no DB required and can be served from static storage like R2/S3 (with a worker but hopefully the worker part goes away and they support byte offset requests soon)
jtbaker · a month ago
The worker isn’t required, having a z/x/y tile scheme just makes caching the tiles server side super easy.

Look at the network tab on https://pmtiles.io/#url=https%3A%2F%2Fdemo-bucket.protomaps....

jtbaker commented on Ask HN: Is it time to fork HN into AI/LLM and "Everything else/other?"    · Posted by u/bookofjoe
simonw · a month ago
I built you this: https://tools.simonwillison.net/hacker-news-filtered

It shows you the Hacker News page with ai and llm stories filtered out.

You can change the exclusion terms and save your changes in localStorage.

o3 knocked it out for me in a couple of minutes: https://chatgpt.com/share/68766f42-1ec8-8006-8187-406ef452e0...

Initial prompt was:

  Build a web tool that displays the Hacker
  News homepage (fetched from the Algolia API)
  but filters out specific search terms,
  default to "llm, ai" in a box at the top but
  the user can change that list, it is stored
  in localstorage. Don't use React.
Then four follow-ups:

  Rename to "Hacker News, filtered" and add a
  clear label that shows that the terms will
  be excluded

  Turn the username into a link to
  https://news.ycombinator.com/user?id=xxx -
  include the comment count, which is in the
  num_comments key

  The text "392 comments" should be the link,
  do not have a separate thread link

  Add a tooltip to "1 day ago" that shows the
  full value from created_at

jtbaker · a month ago
feature request for OP: sort by "LLM Agentic AI" embedding cosine distance desc
jtbaker commented on Show HN: Pangolin – Open source alternative to Cloudflare Tunnels   github.com/fosrl/pangolin... · Posted by u/miloschwartz
hardwaresofton · a month ago
> Pangolin uses Traefik under the hood to do the actual HTTP proxying.

Traefik is awesome, and one of the biggest reasons is it's extensibility and robustness.

It absolutely does not get enough attention!

jtbaker · a month ago
I’m using it as my ingress controller on my K3S homelab and it has definitely been a nice DX so far.

The one thing I haven’t been able to figure out how to do with it is do compression (gzip/br/zstd) there, so I’m handling it in the application layer, which feels suboptimal.

Any tips? Seems like a table stakes sort of feature in the space that shouldn’t be too hard to implement.

jtbaker commented on Analyzing database trends through 1.8M Hacker News headlines   camelai.com/blog/hn-datab... · Posted by u/vercantez
Aachen · a month ago
The data query tool linked at the bottom of the post doesn't work for me. Cloudflare shows error 600010, whatever that means. Nice that there is "no login required" but if it did, or allowed that option, maybe it wouldn't need an algorithm to decide whether my traffic is abusive because you could block abusive accounts instead
jtbaker · a month ago
jt_b commented on NuxtLabs is joining Vercel   nuxtlabs.com/... · Posted by u/blinky88
kelthuzad · 2 months ago
You've expressed my thoughts to a tee. I will start exploring Astro and see what the migration process is like. Many devs questioned my usage of Nuxt over Astro to begin with, so this is a good opportunity to learn.
jt_b · 2 months ago
Astro is nice, but its a different model than Nuxt, more suited to static sites.

u/jtbaker

KarmaCake day63July 1, 2020
About
GIS, fullstack, AI/ML stuff in Austin, Texas
View Original