Viewing profile — sondr3
sondr3
HN member- Joined
- Tue, May 14, 2013, 7:34 PM UTC
- HN karma
- 890
- Public activity
- 162 items
- HN profile
- View on Hacker News ↗
About sondr3
Recent public activity
-
comment
Comment #48931207
I still have my invitation email to What.CD and cherish the stuff I found and downloaded on it. After it went away I didn't do the reasonable thing and migrate to RED/OPS immediate…
- story
-
comment
Comment #45746015
> Cloud makes sense when elasticity matters; bare metal wins when baseload dominates. This really is the crux of the matter in my opinion, at least for applications (databases and …
-
comment
Comment #45710264
We've switched over our libraries at $WORK to use `tsdown` and it's mostly been a very boring journey, we switched from `tsup` and the DX gains have been massive. Running our `dev`…
-
comment
Comment #45220089
I used Org Mode for all mandatory assignments [0] when I was a student, it worked super well and I could create well formatted LaTeX documents/PDFs from it as well. The supervisors…
-
comment
Comment #45099909
So much negativity... I for one really like the look of this, I've been yearning for something that's not the current crop of frontend frameworks to see where we go. The author def…
-
comment
Comment #44519948
If you've never been exposed to a Hindley-Milner type system[1] it can seem a bit magical, but it essentially works by trying to figure out the types from the inside and out by inf…
-
comment
Comment #43533119
Norway has incredibly high tolls and tariffs on importing food (a bit ironic nowadays), primarily to protect the local farmers etc. We're a big country, but the amount of arable la…
-
comment
Comment #43532327
I think an EU membership will only happen in Norway when the old generations die out, the yes/no divide is a big generational thing. Even though the latest poll only shows a six pe…
-
comment
Comment #43024780
I recently bought an old Brother knitting machine (KH940) which is electronic but with a community of hackers adding third-party firmware and hardware on it [0]. There are also lot…
-
comment
Comment #42780502
Which then again could have AI integrations of its own! Imagine the endless possibilities of AI shredding.
-
comment
Comment #40935238
I also over-engineered how I generate my CV[1], but went the opposite direction by using Dhall to create JSON and LaTeX files that I use to create a PDF and GraphQL API in Rust for…
-
comment
Comment #40435241
I too would be immensely frustrated if this was released in my terminal emulator, and would jump ship immediately. My current job would (and probably will) ban this and similar int…
-
comment
Comment #40233469
This also made me scratch my beard, but I think he maybe means allowing multiple mutable references to a variable when the compiler can prove that nothing bad happens. It's somethi…
- story
-
comment
Comment #39642675
Yep, forgot to mention that in my post, thanks.
-
comment
Comment #39641043
I can't speak for the authors of Rolldown, but esbuild is essentially a one-man show and everything is bespoke and written for esbuild. Not saying this as a bad thing, Evan single-…
- story
-
comment
Comment #39457641
Huh? The official numbers are 877k or 16% [0]. Are you just pulling numbers out of thin air? [0]: https://www.ssb.no/en/innvandring-og-innvandrere/faktaside/i...
-
comment
Comment #39453118
While Rust and HTMX are a cool combo, this feels like random blog spam. The video is just a generic techfluencer talking about buzzword tech without any substance. At the very leas…
-
comment
Comment #39260746
You can generate the UUID in your application and insert it, UUIDv7 can be used in any UUID column in Postgres. UUIDv7 natively in Postgres are coming in v17: https://commitfest.po…
-
comment
Comment #37681501
You’ll love Piet ( https://esolangs.org/wiki/Piet ) then :)
-
comment
Comment #37609260
After getting a Garmin watch I’ve noticed that any drinking wreaks havoc on my body, and heavy drinking lingers for a long time. I’m getting the same readings when I’ve had a bit t…
-
comment
Comment #36608151
2FU is actually hilarious, I want some of these.
-
comment
Comment #36602335
I like Deno for many of the same reasons I like Rust and Go, the tooling comes bundled with the runtime. No fussing about with ESLint/prettier/tsconfig/bundling and all that jazz, …