Readit News logoReadit News
exogen commented on Static as a Server   overreacted.io/static-as-... · Posted by u/danabramov
exogen · 4 months ago
This is also how I build most of my static sites, usually deployed to GitHub Pages. For example, here’s the demo page for a library I recently developed: https://exogen.github.io/turbo-colormap/

Or a more complicated app: https://exogen.github.io/t2-model-skinner/

Are all of Next.js’ features overkill for such sites? Sure, but the convenience such frameworks provide is worth it. And the reason to prefer it over something like Vite is simply routing, which Vite doesn’t cover out of the box, so as soon as I want to add a second page, I now have another problem to solve.

Next.js’ best feature is simply that you’re up and running with `npm i react react-dom next` and step two is just writing the pages.

exogen commented on Ask HN: Who wants to be hired? (May 2025)    · Posted by u/whoishiring
exogen · 4 months ago

  Location: Seattle, WA
  Remote: preferred
  Willing to relocate: no
  Technologies: TypeScript, Python, React, Next.js, Django, Postgres
  Resume: upon request
  Email: exogen@gmail.com
Your classic web and open source hacker with over 20 years of experience, most fluent in JS/TS and Python. I've tackled a wide variety of interesting problems and domains, e.g. graph isomorphism, query expansion, geocoding, dev tools, performance, data visualization, API design, server-side rendering, entity matching/record linkage, web scraping, games, reverse engineering binary formats, typography, codebase migrations, and more. Both startup and big-corp experience, but I prefer working with small teams.

Ask me about the time a stolen bike led to creating an arbitrary-precision math library and discovering a bug in Mathemetica...

exogen commented on A love letter to the CSV format   github.com/medialab/xan/b... · Posted by u/Yomguithereal
VMG · 5 months ago
Agreed. Which means that Javascript does not have a good parser.
exogen · 5 months ago
`JSON.parse` actually does give you that option via the `reviver` parameter, which gives you access to the original string of digits (to pass to `BigInt` or the number type of your choosing) – so per this conversation fits the "good parser" criteria.
exogen commented on YouTube's New Hue   design.google/library/you... · Posted by u/xnx
exogen · 7 months ago
A comment I made when I started noticing the magenta gradient at the end of the progress bar: it's a bit anxiety-inducing for those who remember needing to degauss their monitors, because it looks almost exactly like when you mess up a CRT with a magnet.

(Aside from that: not a fan, it makes the chrome of the video player more distracting.)

exogen commented on Nothing left to solve   lmnt.me/blog/nothing-left... · Posted by u/robenkleene
taejavu · 10 months ago
> Is it possible that this explains what happened with Apple’s Photos app?

I’m out of the loop - what happened with Apple’s Photos app? I’ve seen their marketing from announcements earlier in the year and was looking forward to the update - is it underwhelming?

exogen · 10 months ago
It's more overwhelming than underwhelming. There are many more views now than just "photo grid" and "photo detail" and lots of annoying "smart" albums, which have more special treatments than just a grid of album photos. It feels unresponsive and I often get stuck in a view with no idea how to just get back to the camera roll. I often quit the app in frustration hoping it'll just get me back to my latest photos. Probably the most unnecessary update I've ever seen on iOS.
exogen commented on MusicBrainz: An open music encyclopedia   musicbrainz.org/... · Posted by u/mmh0000
exogen · a year ago
MusicBrainz is great! Every now and then I'll get an email notification that someone has updated an attribute on some obscure local band that I put on there.

ca. 2017 I undertook the considerable task of building a GraphQL interface to MusicBrainz, to support a side project of mine. This was a great experience for learning the breadth of MusicBrainz and how to design things with GraphQL. Sometimes I look at the documentation generated from the resulting schema and wonder when I ever had that much time: https://github.com/exogen/graphbrainz/blob/master/docs/types...

exogen commented on Eden Abhez: The strangest hit songwriter   honest-broker.com/p/the-s... · Posted by u/tintinnabula
exogen · a year ago
His song Full Moon is one of my favorites, it completely transports you to a place.

u/exogen

KarmaCake day3342March 7, 2007
About
JavaScript, Python, and general web hacker.

Web: https://brianbeck.com/

Mastodon: https://hachyderm.io/@exogen

View Original