As mentioned by another commenter, Brother sells out of the box working on Linux printers.
- 1 Post
- 14 Comments
Reihar ( @Reihar@beehaw.org ) Bto Linux@lemmy.ml•need recommendation for monochrome printerEnglish1·2 years agoYeah, only their “professional” lines are ok.
Reihar ( @Reihar@beehaw.org ) Bto Linux@lemmy.ml•need recommendation for monochrome printerEnglish2·2 years agoAlso, to be fair, HP has download link to windows drivers only but they heavily push the windows crapware suite download links on their site.
I hadn’t thought about it like this. He’s got a point.
Reihar ( @Reihar@beehaw.org ) Bto Programming@programming.dev•Comic Code: Monospaced interpretation of the most over-hated typefaceEnglish4·2 years agoI actually used it for a while and still have it as a terminal font on a computer. It’s not as best as you’d think. The characters have distinctiveness and it’s a very funky font. It was a pretty great change for a while actually.
Reihar ( @Reihar@beehaw.org ) Bto Mechanical Keyboards@kbin.social•Looking for light keyboards that don't sacrifice on feel1·2 years agoFrom my attempts, not really.
You’ll have to sacrifice some. The more keys you remove, the less heavy it’ll get. Going for a TKL, 75%, 65%, will be lighter and lighter.
Brown switches aren’t the most “hardcore” feeling wise so you’re in luck. Although a bit less good, I’ve felt that the feel from low profile browns aren’t that much worse, so that’s a way to increase portability. Oh course, you’ll also lose in keycaps and switch choice by going low profile.
I’ve personally had a look at Numphy (example 75%, 500g) and keychron (same thing).
There are other brands and going to a 65% can probably shave off like 100g.
Reihar ( @Reihar@beehaw.org ) OPBto Fountain Pens@wayfarershaven.eu•Any tips to get water out of a converterEnglish1·2 years agoThat is so simple yet perfect. Thanks! I guess I get scared of breaking stuff a bit too much.
Reihar ( @Reihar@beehaw.org ) OPBto Fountain Pens@wayfarershaven.eu•Any tips to get water out of a converterEnglish2·2 years agoIt’s a Sailor converter, came with a pro gear pen.
Reihar ( @Reihar@beehaw.org ) Bto Linux@lemmy.ml•How can I use BASH to parse metadata from jpg and mp4 files?English1·2 years agoThere’s a nice tool called media info that can get that for you for video (and audio files) as for images, I’d check if imagemagick has a tool for it.
Reihar ( @Reihar@beehaw.org ) Bto Linux@lemmy.ml•Do any modern desktop environments support a grid layout of virtual desktops?1·2 years agoAbout 10 years ago, I was using the Window manager Subtle which was very strongly built around a 3x3. I don’t believe the development has remained very active but it might still run properly if you want to try it out.
Reihar ( @Reihar@beehaw.org ) Bto Transfem@lemmy.blahaj.zone•should i get my balls removed1·2 years agoI haven’t had any surgeries of that kind but I’ve documented myself a bit and you should know that removing testicles can make it harder to have a vaginoplasty done later if that is something that interests you as generally tissue from the testicles is used in the surgery. It’s not impossible after but harder.
I remember reading that article a while ago that I believe expresses concisely why yaml is rarely (almost never?) a good choice.
I would agree with the TOML recommendation at the end of the article or to switch to an even simpler format for simpler needs, something easy to read, hard to mess up when writing and easy to parse. I’m not sure about that scale, maybe ini files? Suggestions are welcome.