Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
theandrewbailey
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
31.
▲
by
theandrewbailey
23d ago
Steam says hi: https://store.steampowered.com/hardware/ Though one could argue that Linux GPU support is as good as it is because of Steam.
32.
▲
by
theandrewbailey
23d ago
Depends on how much one trusts whoever's running fraser.name. Is it more or less than Verisign?
33.
▲
by
theandrewbailey
23d ago
Based. If an employer wants me to install something, I'll ask them for a phone to install it on.
34.
▲
by
theandrewbailey
23d ago
Earlier this year, I went to a concert that required the Ticketmaster app. I searched desperately for an option to print off a paper ticket, but didn't find one. I enabled the Google Play features in GrapheneOS to install it, and I hat
35.
▲
by
theandrewbailey
24d ago
I was thinking this. Zstd is widely supported in browsers, over 80% right now and will increase over time: https://caniuse.com/?search=zstd
36.
▲
by
theandrewbailey
24d ago
I guess it would take a PhD in AI to run enough agents to cram 20 years of work into one week. The token cost must be brutal though.
37.
▲
by
theandrewbailey
25d ago
Looks like I might start using Aptoide again. I was using it back when I was running de-Googled LineageOS. What's the consensus on it vs. Play Store or F-droid? https://en.aptoide.com/
38.
▲
by
theandrewbailey
26d ago
If we had that, many people would yearn for a cambrian explosion of diverse software running in unique niches trying out different ideas.
39.
▲
by
theandrewbailey
26d ago
> Sometimes it feels like we never left 2020. There's still a part of me that thinks 2020 will be the bright shiny future that will solve all our problems, but the other parts know that 2020 showed us that we live in the dark future
40.
▲
by
theandrewbailey
27d ago
Are you trying to say that's bad writing? I think it's a good metaphor for a documented phenomenon: https://en.wikipedia.org/wiki/Model_collapse
41.
▲
by
theandrewbailey
27d ago
No. I keep my browser to about half of my 27" 4k monitor.
42.
▲
by
theandrewbailey
27d ago
Bug: this blog has no max-width. Lines of text will grow infinitely long with width.
43.
▲
by
theandrewbailey
29d ago
Here I was thinking it will be somewhere between next-generation Nvidia chips, and inability to get ROI before the end of relatively quick GPU depreciation schedules.
44.
▲
by
theandrewbailey
29d ago
I work in the refurb department of an e-waste recycling company. I put Linux Mint on most of the PCs I list for sale, and I've never had anyone complain. I haven't tried Fedora in like 20 years, but I remember odd things being bro
45.
▲
by
theandrewbailey
1mo ago
Someone has to be buying mainframes. Otherwise, there's no point in continuing to develop them. Shareholders would revolt.
46.
▲
by
theandrewbailey
1mo ago
I've been using KeepassDX for years, and I've been completely satisfied with it.
47.
▲
by
theandrewbailey
1mo ago
The pricing of GPUs themselves aren't really the problem: it's the VRAM that comes with them.
48.
▲
by
theandrewbailey
1mo ago
Congrats on Firefox for planning to ship JPEGXL, but AVIF currently works better for my needs (non-archival web quality).
49.
▲
by
theandrewbailey
1mo ago
Congrats on Google for reconsidering JPEGXL, but AVIF currently works better for my needs (non-archival web quality).
50.
▲
by
theandrewbailey
1mo ago
Same on Chromium-based browsers.
51.
▲
by
theandrewbailey
1mo ago
No. AMD was taking 3200+ chips and binning/selling them as 2500+ chips. All it took was increasing the FSB speed in the BIOS, and a bit of luck from the silicon lottery. No hardware mods.
52.
▲
by
theandrewbailey
1mo ago
The first time I built a PC, and the first time I mounted a heatsink, was to one of these bare die AMD CPUs. I heard about the fragility of these, and must have read the directions about ten times, and paused and checked each step about fiv
53.
▲
by
theandrewbailey
1mo ago
Home: Das Keyboard 4 Utimate (Cherry MX brown, unlabeled keys) Work: Many and I could change them all every day if I wanted to (ewaste recycling company), but main work desktop has a Royal Kludge S108 Typewriter.
54.
▲
by
theandrewbailey
1mo ago
Stop sideloading . Start installing .
55.
▲
by
theandrewbailey
1mo ago
Ah, don't edit the HTML manually. Name your images brain-dead predictably, and use a script with some regex. My blog has some code that searches for <img> tags just after markdown conversion, then uses the src to find similarly n
56.
▲
by
theandrewbailey
1mo ago
I find using <picture> with <source> and <img> is more flexible, particularly with multiple image formats (AVIF and JPG in my case).
57.
▲
by
theandrewbailey
1mo ago
Not having fuzzy filtering could be OK if you could filter the datalist and force it to display anyway. (There is no way to force it to display.) I gave up and used <ul> or <ol> instead.
58.
▲
by
theandrewbailey
1mo ago
Even better: <button class="primary> button.primary { ... }
59.
▲
by
theandrewbailey
1mo ago
> Each MMX register is 64 bits wide. Internally, the MMX registers were aliases of the x87 floating-point registers. Due to the way the first Pentium 3 CPUs (Katmai) were built, they likewise aliased the x87 (and thus, MMX) registers to
60.
▲
by
theandrewbailey
1mo ago
Take a look at the micro-architecture levels. x86-64-v1 contains all the instructions that the original AMD64 and compatible Intel CPUs supported. v2 is all the SSE levels, v3 is AVX and AVX2, v4 is AVX-512. https://en.wikipedia.
More ›