I've released DNGLab 0.5 today: https://github.com/dnglab/dnglab/releases/tag/v0.5.0
Many many more cameras supported, check it out.
@fdroidorg Firefox (because Fennec from f-droid didn't get security updates in a timely fashion, so I switched from Fennec to Firefox)
The developer of #FairEmail Marcel against #Google
Sad sad news https://forum.xda-developers.com/t/closed-app-5-0-fairemail-fully-featured-open-source-privacy-oriented-email-app.3824168/page-1087
Looking forward to #gpn20 tomorrow!
@aeonofdiscord @zhenech @fribbledom That was actually an issue at my previous employer. We used two letter country codes in our ansible configuration. That worked fine without quotes, except for Norway 😅
@fribbledom Mine is running on an AMD Athlon 200GE. But I'm almost ready to give OpenWRT another go on my single Unifi AP instead.
🎨 A painting/Fediverse experimentation:
With percentages of Red, Green and Blue, you can obtain a precise RGB color definition.
So, please vote for one or more color channel and with the mix of all the votes, I'll challenge myself to paint a fantasy landscape, using the result as the dominant color.
(PS: I'm doing full time inking/penciling on episode 37 and a bit of colored art cool-down would be great! Also I need a bit of 'Fedifun' this week. Thanks for your votes and boosts! )
@xerz @fasterthanlime
To be honest I didn't quite get that line. Is this referring to something like gRPC and protobuf or something else entirely?
@daspaddy Gar nicht erst einen haben?
🎙️ Matrix Live time!
In the last episode Matthew teased Element X, the shiny Element iOS rewrite that takes advantage of the matrix-rust-sdk.
But what is this @rustlang@twitter.com sdk? What is Ruma? And why writing yet another sdk?
@fribbledom I tend to use AI as an acronym for "artificial intuition" instead of "artificial intelligence", I think that is much better in describing what it actually is. In terms of Daniel Kahneman's "Thinking fast and slow", AI usually only has a "system 1" but no "system 2".
"If there were only some way I could help him. If I were able to do something… I'd give my life for that."
Been rewatching Princess Tutu! Still easily one of my favorite series ever.
#princesstutu #MastoArt #CreativeToots
Just received merch from the #warp (https://warp.dev) #terminal for taking part in their user interview!
A think I learned a while ago: If you implement a #texteditor, make it possible to scroll past the last line that contains text. If you don't, using it can be quite annoying at times. As a fallback, at least make sure that the viewport scrolls up when you type past the last line, otherwise the text a user types will spill out of the visible viewport once per typed line.
@fribbledom Is that a washing machine drum?
#golang is the best language ever 🙄 . Ever set a value to 0 via CLI parameter and wondered why it still took the default, then remembered that go encourages using default-Value (0 for integers) as an indicator of absence or "wanting the default value", then set the CLI parameter to 1 and suddenly it is taken into account?
Just happened to me because someone used an int where a pointer to int would have been necessary in go.
Just a reminder: 0 IS NOT THE SAME THING AS ABSENCE OF A VALUE!