Viewing profile — prein
prein
HN member- Joined
- Sat, Feb 18, 2023, 4:03 PM UTC
- HN karma
- 48
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About prein
No profile information was provided.
Recent public activity
-
comment
Comment #49197020
It's a reference to Greek mythology, which predates Ayn Rand by several thousand years.
-
comment
Comment #46750653
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?
-
comment
Comment #45848691
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…
-
comment
Comment #45604610
ripgrep is an amazing tool, thank you for your hard work!
-
comment
Comment #45597667
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 com…
-
comment
Comment #45593801
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 testi…
-
comment
Comment #45582191
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…
-
comment
Comment #45553109
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 us…
-
comment
Comment #45462197
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 t…
-
comment
Comment #45461759
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 …
-
comment
Comment #45450714
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?
-
comment
Comment #45436280
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 …
-
comment
Comment #45418712
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 …
-
comment
Comment #44681339
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 w…
-
comment
Comment #43239245
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…
-
comment
Comment #43098477
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.