Website | Codeberg | GitHub | Altes Profil | Noch älteres Profil
Verantwortlich für @kaenguru@feddit.org & @titelregel@feddit.org.
- 1 Post
- 56 Comments
d_k_bo@feddit.orgto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
15·4 months agoI’m not aware of the GPL being legally tested
https://fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.en.html
d_k_bo@feddit.orgto
Linux@lemmy.ml•Bazzite surpasses 30k active users, gaining 5k users since two months ago 🎉
15·5 months agoFedora 42 got released: https://fedoramagazine.org/announcing-fedora-linux-42/
d_k_bo@feddit.orgto
Programmer Humor@programming.dev•The only way one should code C btw.
7·5 months agoJust use the regular letter instead of the Umlaut
But that’s just wrong.
ühas a different meaning and pronunciation thanu.If umlauts aren’t available, the correct way to write umlauts is with an additional
e:zurueck.Über-Mensch -> Uber-Mensch
Please be aware that this term can be problematic, since it can be seen as a foundation for fascist ideas. https://en.wikipedia.org/wiki/Übermensch#Use_by_the_Nazis
d_k_bo@feddit.orgto
Programmer Humor@programming.dev•The only way one should code C btw.
5·5 months ago*
zurückDo C compilers support non-ascii characters?
d_k_bo@feddit.orgto
Selfhosted@lemmy.world•PinePods Release v0.8.0 - "Mobile apps and massive perfomance bumps"English
1·5 months agoAntennaPod supports Android Auto: https://antennapod.org/documentation/playback/android-auto
Python too.
I never tried it, because it is 2d only: https://flathub.org/apps/io.github.dubstar_04.design
thisis commonly used with a similar meaning toselfin cases whereselfcan’t be used because it is a reserved keyword.Example:
fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<St1::Item>> { let this = self.project(); this.inner.poll_next(cx) }https://github.com/rust-lang/futures-rs/blob/master/futures-util/src/stream/select.rs#L113-L116
I do run into them even though I use Rust for ~3 years now, but only in non-obvious cases, e. g. when all references to the borrowed data are dropped before the end of the function.
Rust would be some borrow checker compile error like
borrowed data escapes outside of associated functionargument requires that `'1` must outlive `'static`
d_k_bo@feddit.orgto
Programmer Humor@programming.dev•Python needs an actual default function
7·9 months agoFree standing functions in Java?! This can’t be true.
d_k_bo@feddit.orgto
Programmer Humor@programming.dev•Python needs an actual default function
385·9 months agoStill better than having to create a new class just to implement
public static void main(String[] args) {}Relevant Fireship video: https://youtu.be/m4-HM_sCvtQ
You could also try micro, which is a terminal text editor with mouse support, syntax highlighting and many more features that you know from GUI text editors.
d_k_bo@feddit.orgto
Programmer Humor@programming.dev•Why do AI company logos look like buttholes?
4·11 months agoThe toilet then sends the data it collects to a cloud server.
What could go wrong.
What about https://snowflake.torproject.org/?
I think it would be very interesting to convert e.g. a regular Fedora installation into a (so-called “immutable”) Fedora Silverblue installation or vice-versa.
As others mentioned, running a minecraft server by itself is pretty easy. If you want additional features like a Web UI, multiple servers at the same time etc. you might take a look at Crafty Controller.
As someone who develops and distributes a small application exclusively on Flathub, I prefer that everyone uses the exact same package on every system. That way I know that if something doesn’t work, the issue should be easy to reproduce.
Recently, there was a situation where a user indicated in the comments of a release announcement that a newly introduced feature “doesn’t work”. It turned out that they installed a third-party package from the AUR (that wasn’t updated yet) without knowing that this isn’t the official and up to date version.
Just one more line bro. One more line will fix it.

I’d just like to interject for a moment. What you’re refering to as MOS, is in fact, MOS/GNU/Linux, or as I’ve recently taken to calling it, MOS plus GNU plus Linux. MOS is not an operating system unto itself, but rather another free component of a fully functioning GNU/Linux system made useful by the Linux kernel, GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.