I was beyond belief that such a tier list could exist without it.
AirBreather
Public Key Fingerprint: 0x7FFAE9D0 7D64C571 8DB0297E AD51C258 0E479CD4
- 0 Posts
- 49 Comments
AirBreather@lemmy.worldto
You Should Know@lemmy.world•YSK You can buy a @linux.com domain for email flex
2·2 months agoNot much of a story to tell, honestly. I still have some e-mail receipts from around that time, but here’s a Reddit post about the idea: https://redd.it/2ehu1r
AirBreather@lemmy.worldto
You Should Know@lemmy.world•YSK You can buy a @linux.com domain for email flex
8·2 months agoI got one in like 2009 or so as a student at university. It literally paid for itself, because it also let me get a discount on a new laptop that was bigger than the price I paid the Linux Foundation.
I can confirm that my linux.com e-mail is still active, and I’ve changed where it forwards over the years.
Just make sure that wherever you’re forwarding it, you can reply from that same address. GMail has been fine for this, but when I switched to a different provider that didn’t support this, conversations started getting awkward.
AirBreather@lemmy.worldto
Dad Jokes@lemmy.world•When John Williams dies, he should donate his body to scienceEnglish
34·2 months agoHe’s been composing for so long, you’re not going to let him spend that time decomposing afterward?
That’s beyond our borders. You must never go there, Simba.
Real https://xkcd.com/567 vibes
AirBreather@lemmy.worldto
Science Memes@mander.xyz•Apparently your hobbies becomes less interesting if you're forced to do them all the time? Who knew?English
25·4 months agoall numbers are imaginary
It’s more complex than that
AirBreather@lemmy.worldto
Linux Gaming@lemmy.world•I've created a yet another Wine prefix managerEnglish
71·4 months agoHave you checked out Bottles before?
https://github.com/bottlesdevs/Bottles
I haven’t used it myself in forever, but IIRC this was another bigger attempt at this kind of thing.
AirBreather@lemmy.worldto
No Stupid Questions@lemmy.world•What's this ram price surge thing going on in the memes? Is this gonna affect pre-builts, laptops, tablets, phones, and other electronics?
11·4 months agoYes, all of that, PLUS the impacts of this very related news which will make the impact even worse:
AirBreather@lemmy.worldto
Linux Gaming@lemmy.world•Do Vulkan shaders need to be processed before every game?English
6·5 months agoIf shaders don’t get preprocessed, then a lot of the same work has to happen later, it just shows up as a seemingly random frame that takes particularly long to render.
(edit to add:) or a section where some of the rendering doesn’t look quite right initially, if they do asynchronous rendering.
In the limit, the sum of all these delays can add up to the same amount of time that the preprocessing WOULD have taken, but you also don’t necessarily use every shader every time you play every game, so YMMV.
Generally, those who need to ask how to install a drill bit into a drill are not typically the people who should turn around and immediately proceed to drilling holes into important things.
JPEG also supports lossless compression.
Technically, the spec does require it, but given that we’re in a thread about ecosystem support for a file format that’s approaching its 15th birthday, it’s worth considering how many image viewers will actually be able to work without the DCT step that is the essence of what typical JPEG does.
I don’t have a Windows machine handy to test, but it’s entirely possible that maybe lossless JPEG won’t display in its default viewer.
Apples unite them all
AirBreather@lemmy.worldto
Technology@lemmy.world•I'm archiving Picocrypt · Issue #134 · Picocrypt/PicocryptEnglish
21·8 months agoI think you may have whooshed: this person was pointing out a “th” that slipped through.
AirBreather@lemmy.worldto
World News@lemmy.world•Japan PM Ishiba to announce resignation next month, Mainichi saysEnglish
8·9 months agoUpdated title is now:
Japan’s PM Ishiba denies talk he will quit following election drubbing
The “only 800mb of free RAM” was a reference to how much Windows was consuming before the switch to Linux




Since you’re still a Windows user at least for now, and assuming that you’re planning on continuing to be open-source, I can recommend Certum for this. https://shop.certum.eu/open-source-code-signing.html
I gave up trying to initialize the USB thingy using Linux (I tried regular Arch [btw] and an Ubuntu distrobox IIRC), but once I got through the initial steps using Windows, I was able to sign ongoing builds with Linux just fine. It took a LOT of trial and error since there seem to be very few people who simultaneously
I didn’t renew after my first year - I switched from publishing an executable to publishing it on the web, so I no longer had a need for it - so I don’t know how things have changed (if at all). Most of my information came from eventually stumbling upon this wiki page for a Ruby-based tool where they figured out the last bits I needed to get it to work.