Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
prein
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
prein
1mo ago
It's a reference to Greek mythology, which predates Ayn Rand by several thousand years.
2.
▲
by
prein
8mo ago
I know nothing about climbing. beyond the straight flex of "I could die if I make a mistake", is there a point to doing this without safety equipment?
3.
▲
by
prein
10mo ago
yep, i use fastmail with a custom domain. i have a catch all email set up, so i just register any account on sitename.com as "sitename@mydomain" and it all gets sorted into a catch all folder. I can then run rules if i want it to
4.
▲
by
prein
11mo ago
ripgrep is an amazing tool, thank you for your hard work!
5.
▲
by
prein
11mo ago
I've been writing a ton of ts/js at work, so using htmx for a quick weekend project was a nice change of pace. I really appreciated the library of examples; they cover a lot of common use cases. Between that and the docs I had no
6.
▲
by
prein
11mo ago
Take a look at their description of how SQLite is tested: https://www.sqlite.org/testing.html I think a lot of projects that claim to have 100% coverage are overselling their testing, but SQLite is in another category of th
7.
▲
by
prein
11mo ago
I don't daily drive KDE, but when I set up our home media PC in the living room over the weekend, KDE was a no-brainier to pick for the DE. Everything immediately just worked, it's familiar enough that someone not used to Linux ca
8.
▲
by
prein
11mo ago
Once, after we had an application go live, we started getting reports after a few hours that new users were unable to log in. It turns out, somewhere in the auth path, a dev had used `==` to verify a user's ID, which worked for Longs u
9.
▲
by
prein
1y ago
I used to feel the same way, but I found that I like the animations in Niri. It helps me to keep a mental model of where everything is located in the infinite strip. I did change the settings to speed them up significantly, which I think is
10.
▲
by
prein
1y ago
I switched from i3 to Niri a couple weeks ago, and I've been super happy with it. Niri feels like it lines up more naturally with the way I tend to use windows and workspaces. I'm working on one project per workspace, opening an o
11.
▲
by
prein
1y ago
I didn't even know they were using delivery drones yet. Why did they both crash, were they working in tandem carrying one payload or something?
12.
▲
by
prein
1y ago
After using gmail for around a decade, I switched to fastmail a few months ago and have been extremely happy with the change. I still have a lot of accounts associated to my gmail email, but i've been slowly migrating things over when
13.
▲
by
prein
1y ago
This sort of thing is why looking at generated SQL while developing instead of just trusting the ORM to write good queries is so important. I find query planning (and databases in general) to be very difficult to reason about, basically mag
14.
▲
by
prein
1y ago
What would be a better alternative than LaTex for the alt text? I can't think of a solution that makes more sense, it provides an unambiguous representation of what's depicted. I wouldn't think an LLM would have issue with th
15.
▲
by
prein
2y ago
I’ve been using Firefox for nearly 20 years. Lately I’ve noticed more and more websites that don’t work with it. Usually I can just ignore the bugs or avoid the site, but sometimes it’s something that I have to do (like pay a bill) and so I
16.
▲
by
prein
2y ago
Interesting idea, but I would worry that developers wouldn’t catch things like slow queries or other performance issues that crop up when using an actual database.