Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sondr3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
22 ms
·
1.
▲
by
sondr3
2mo ago
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 immediately, though I've joined OPS in recent years. I
2.
▲
The Age of Snarky UI
(thoughtbot.com)
35 points
by
sondr3
5mo ago
|
14 comments
3.
▲
by
sondr3
11mo ago
> 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 so on is in my opinion more nuanced). I've only work
4.
▲
by
sondr3
11mo ago
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` process in the frontend monorepo compiles and bun
5.
▲
by
sondr3
1y ago
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 were very impressed that I did my assignment in LaTeX,
6.
▲
by
sondr3
1y ago
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 definitely has the past experience to build something
7.
▲
by
sondr3
1y ago
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 inferring usage all the way to the top. The type of `n` h
8.
▲
by
sondr3
1y ago
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 land is small and the climate does us no favors. We'
9.
▲
by
sondr3
1y ago
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 percent difference between yes/no, it's only as
10.
▲
by
sondr3
2y ago
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 lots of models that read punch cards [1] and knit that purely m
11.
▲
by
sondr3
2y ago
Which then again could have AI integrations of its own! Imagine the endless possibilities of AI shredding.
12.
▲
by
sondr3
2y ago
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 it, automatically deployed via CI/CD to a VPS and a ta
13.
▲
by
sondr3
2y ago
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 integrations unless compliance gives the thumbs up... and they
14.
▲
by
sondr3
2y ago
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 something a bunch of people have been trying to solve with dif
15.
▲
Gleam Version v1.1
(gleam.run)
5 points
by
sondr3
2y ago
|
0 comments
16.
▲
by
sondr3
3y ago
Yep, forgot to mention that in my post, thanks.
17.
▲
by
sondr3
3y ago
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-handedly improved bundling performance for Node and sta
18.
▲
AI PR adds auto generated comments to whole Spring Boot Project
(github.com)
38 points
by
sondr3
3y ago
|
41 comments
19.
▲
by
sondr3
3y ago
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...
20.
▲
by
sondr3
3y ago
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 least tag the post with "Show HN".
21.
▲
by
sondr3
3y ago
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.postgresql.org/43/4388/ .
22.
▲
by
sondr3
3y ago
You’ll love Piet ( https://esolangs.org/wiki/Piet ) then :)
23.
▲
by
sondr3
3y ago
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 to drink from heart rate variability, sleep quality and such
24.
▲
by
sondr3
3y ago
2FU is actually hilarious, I want some of these.
25.
▲
by
sondr3
3y ago
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, Deno includes it all. The dependency story wa
26.
▲
by
sondr3
3y ago
There's a small difference between type-level programming and type-driven programming, Idris does the latter while Rust the former (at least in my opinion). The library uses types to make illegal states impossible and therefore should
27.
▲
by
sondr3
3y ago
I've moved a few of my domains from Gandi to Cloudflare, though their selection of available TLDs is somewhat limited and until recently you couldn't register domains directly. I was considering moving back to Gandi from Cloudflar
28.
▲
by
sondr3
3y ago
Wouldn't surprise me if it was easier for the author to hack this together in CSS since he already knows it quite well compared to learning LaTeX. I love LaTeX, but the learning curve is more like a cliff.
29.
▲
by
sondr3
4y ago
It's just the nomenclature that I'm used to, compiled languages are so called because there is no VM, it's just machine code that is run while C# and Java still requires the JVM to do JIT compilation at runtime. But it's
30.
▲
by
sondr3
4y ago
Most of the time when people talk about compiled languages/compilers, they mean languages that compile to native machine code, not languages that compile to a bytecode/run on a virtual machine.
More ›