Website | Codeberg | GitHub | Altes Profil | Noch älteres Profil
Verantwortlich für @kaenguru@feddit.org & @titelregel@feddit.org.
- 2 Posts
- 52 Comments
I oft co-wash my hair (washing the hair only with conditioner instead of shampoo).
Somewhere I heard that it should be pronounced as “Engine X”
d_k_bo@feddit.orgto
Linux@lemmy.ml•MOS Is a New Open-Source Server OS Aimed at Homelabs and Self-Hosting
18·5 个月前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.
d_k_bo@feddit.orgto
F-Droid@lemmy.ml•F-Droid updated seine Website und somit stehen wieder einige Übersetzungen an.
2·6 个月前Kleine Info: du hast hier die Lemmy-Community !fdroid@lemmy.ml erwähnt, dadurch wurde ein Lemmy-Post in besagter Community erstellt mit dem etwas kryptischen Titel:
Updated seine Website und somit stehen wieder einige Übersetzungen an.
I doubt that it runs a full OS
Priapism isn’t a good thing.
d_k_bo@feddit.orgto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
15·8 个月前I’m not aware of the GPL being legally tested
https://fsfe.org/activities/avm-gpl-violation/avm-gpl-violation.en.html
Just 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
*
zurückDo C compilers support non-ascii characters?
d_k_bo@feddit.orgto
F-Droid@lemmy.ml•F-Droid TIL thread: What's your favorite obscure feature in an F-Droid app?
4·10 个月前For audiobooks, i can recommend Voice.
I originally had
alias ll="ls -la"Now it is
alias ll="eza --all --long --header --group --time-style=long-iso --git --icons --group-directories-first"
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`


ncursed