

It has experimental HTML export. This is the source for my site and here’s the Typst documentation.
she/they ⚧︎. https://dblsaiko.net/
It has experimental HTML export. This is the source for my site and here’s the Typst documentation.
Google’s bot is fine in my book, their crawler doesn’t absolutely blast your server with web requests like other AI crawlers do. (Speaking of, I need to update my list of netblocks and UAs to get iocaine-holed.)
That said, two evil megacorps potentially fighting? I hope they kill each other.
Ah, so they are actually differences between IPP Everywhere and AirPrint (apart from AirPrint including the whole autodiscovery stuff)? Good to know. The latter is usually more prominently advertised though which is why that’s the one I mentioned.
But yeah, it should be very common for these to be supported with anything remotely recent.
Yeah, I’m a big fan of Swift so far. All in all it’s a really well-designed language and I’m enjoying writing it. I have some complaints but nothing deal-breaking.
I love the Contrarian Stack. For example, my website is built with Typst and Meson, and I’m making an ActivityPub server in Swift with Vapor (that one isn’t too far along yet).
I like Shattered Pixel Dungeon, The Binding of Isaac and Lethal Company, so sure they’re great when done right!
They can add a lot of replayability, but they can just as well very quickly make your game suck more than if it had purposefully made levels. (I think a prominent example of bad proc-gen in general is Skyrim’s radiant quests.)
Anything that supports AirPrint (this one does from what it looks like) will work with CUPS driverless printing on Linux.
Is this a real screenshot of him crying about the initiative reaching 100%?
I don’t have any secrets in my config or a private key or anything and I’m currently running 4 servers from the same config (it used to be 8 or even more machines at some point even, including desktops).
But yes, it’s a multi-file config, it would be absolutely crazy to not split it up with how large it is.
This is a way broader phenomenon than just dark patterns or whatever. It exists in open-source as well which generally does not have any incentives to do this sort of stuff.
Just saw this article linked in a ThePrimeagen video. I didn’t watch the video, but I did read the article, and all of this article is exactly what I’m always saying when I’m complaining about current UI trends and why I’m so picky about the software I use and also the tools I use to write software. I shouldn’t have to be picky, but it seems like developers (professional and hobbyist alike) don’t care anymore and users don’t have standards.
This is why Youtube Music lasted a total of one day of me testing it a while ago (this was when I had Premium for a while and figured might as well test it). Insane to have a scroll view that expands as you scroll down, taking five seconds to load the next 10 items, instead of a fixed-size list.
I’ve started buying music
Tbh I just bought from a high rated seller with a lot of reviews and that’s it
I still love the dualshock 3. Recently bought two more from ebay because my first one is half broken.
Probably not, the costs were essentially just sticking ethernet ports on the walls next to the phone ports and rewiring the existing wires to those ports. And back when this was done (whenever we got DSL, around 2005 maybe?) fiber tech was probably prohibitively expensive. I haven’t looked up how much fiber modems cost but it would probably be more expensive even today.
The phone lines repurposed as ethernet in my parents’ house also only do 100 Mb/s. I concur, so painful. I want to put a storage server there but no matter where it’s limited by awful speeds. It also means getting faster internet would be useless because it would be limited by these wires.
Oh gee I wonder why depressed kids are increasingly online where they are more free to express themselves, in a society where mental health problems are very stigmatized and confiding in someone that you want to kill yourself can get you imprisoned.
Also, related post on the general concept of internet addiction and gambling social media addiction.
going to bat for the concept of internet addiction as someone under 80 is spectacularly funny
damn people are spending a lot of time on the combination newspaper/public square/vast searchable library of incomprehensible amounts of information/storefront/private communications/some people’s actual job technology. presumably there is some nefarious Scary Pathological Aspect to this,
Imagine if you called gambling addiction “addiction to going outside” and doomed the discourse to constantly bounce between “ok SOME outside activities are bad, you need to have a good relationship with how you interact” and “theres nothing wrong with going outside dumbass”
“gambling addiction” is an invention of the gambling industry leveraged to pathologise the human misery inflicted on purpose as part of their business model and divert discussions of that misery and suffering away from regulatory and political interventions that could prevent that harm and towards biomedicalized management of those experiencing that (again–foreseeable, inevitable, industry-working-as-intended) harm
Very good post :)
I just about lost it at everything in this paragraph
The door creaked open. Guido van Rossum looked like the typical output of GNU Autotools. He introduced me to the only other survivor: Special DevOps Mikhail Molotov. “We lost Travis. We lost Jenkins…” Molotov lamented.
I use plain git when a project wants to use some tool that itself calls git commands that modify the repo state. You can use a colocated repo in this case (where jj and git commands both work) and nothing will break, but it can mess up your graph, creating duplicate commits which you then have to fix. I’ve seen this with Gentoo’s pkgdev for example.
Git blame and some other graph operations are also just faster right now which is why I sometimes use them in large repos over jj’s equivalent.