prein
No user record in our sample, but prein has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but prein has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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?
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…
ripgrep is an amazing tool, thank you for your hard work!
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…
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…
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…
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…
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…
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,…
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?
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…
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…
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…
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…
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.