antifuchs

joined 1 year ago
[–] antifuchs@awful.systems 13 points 9 months ago (1 children)

Yes we do AGIle: we ask ChatGPT what our customers want and then ask it to write software to fulfill those requirements. Every two weeks it writes up some imaginary sprint retrospective meeting notes. Planning poker doesn’t work so well, this iteration isn’t so good at bluffing yet.

[–] antifuchs@awful.systems 18 points 9 months ago

The industry called it “field engineering” previously, and “customer support” prior to that; renames happened every time the execs heard how this portion of their business is only a cost center and can easily be done by chat bots (to which the customer success people would say, good luck with that).

[–] antifuchs@awful.systems 27 points 9 months ago

Ok but is the orange wallpaper better in HD?

[–] antifuchs@awful.systems 6 points 9 months ago (1 children)

Eh, it’s destroying a common good to extract resources (landscape / minerals, electricity / numberwang). I say the shoe fits.

[–] antifuchs@awful.systems 7 points 9 months ago

Cold fusion only needs another 10 years to bake, but then it’ll be awesome.

[–] antifuchs@awful.systems 6 points 9 months ago (1 children)

Hm, I don’t really see the sneer. They wrote a nasty bug, got notified and had a patch out for it within 36h. The remediations look reasonable too: better privacy, less firebase, actual security audits; even the bounty program is probably the right call (but they result in so many shit reports, it’s probably a wash).

I gotta admit I’m kind of partial to them and their browser? It’s the non-Brave one that ships with an Adblocker by default, has much nicer UI than the existing ones, and the sync thing isn’t half bad (if it doesn’t sync security badness to all your instances, ouch). Sure they sound like a cult but I guess that’s how browser dev gets funded since the 1990s.

[–] antifuchs@awful.systems 11 points 9 months ago

I live like 15mi from there, I would prefer the containment bubble to stay intact. But the tech bubble is welcome to go blow up any moment

[–] antifuchs@awful.systems 12 points 9 months ago (6 children)

Let’s bring the haunted nuclear reactor back online so copilot can hallucinate a little more https://www.washingtonpost.com/business/2024/09/20/microsoft-three-mile-island-nuclear-constellation/

[–] antifuchs@awful.systems 4 points 9 months ago (1 children)

Hm, what do you mean by js-ware? That its front end uses JavaScript libraries? I guess, fair. Backend is python though (:

As a stunt (when I was unhappy with the previous linkding frontend), a pal and I wrote https://github.com/lz-bookmarks/lz, which is basically just linkding without the useful api and frontend (which is rust+webassembly, lol). Has a decent cli though, and interlinking between bookmarks and other URLs.

[–] antifuchs@awful.systems 7 points 9 months ago (3 children)

About a year ago I exported my bookmarks from there and dropped them in a self-hosted instance of linkding (using the recipe that puts it on fly.io with backups to b2). It works like a charm.

[–] antifuchs@awful.systems 6 points 9 months ago

LOL, now that you mention it, I think installing FreeBSD was exactly the thing that got my MBR blown up that way. Ever since, I’ve taken a snapshot of the first 512 bytes of any bios-formatted drive…

[–] antifuchs@awful.systems 11 points 9 months ago (3 children)

Some cool stuff: I went to a cs high school kind of deal and we learned some pretty fun stuff, then were encouraged to experiment:

  • teacher showed us to render the Mandelbrot set, and when I had that written I wrote a little thing that lets you zoom into it (it was buggy, but who cares! Infinite fractals!)

  • in school, I installed Linux on my pc, played around and then fucked up my primary disk’s boot sector and partition table. That meant my DOS install would be fucked up too (and I needed that for homework!), so I read up on MBRs and realized that if I remember the size of the partition, I can restore it to how it was.… and ext2 gives you a correct size even if the partition table is screwy, meaning that with the first primary partition activated I could find the correct size and then make an entry for the second one, and so on, until everything was working again. Data loss prevented!

  • I’d written a pretty good solution to a homework problem in C, but typo’d a cleanup command and deleted the source file. The previous data loss scenario had prepared me: I rebooted into a rescue disk, grepped the disk drive for parts of the source and got the file back! (Got multiple copies of the file back, in fact. That’s when I started using version control, hah)

view more: ‹ prev next ›