Exactly. I bought it to experiment with postmarketOS.
Website | Codeberg | GitHub | Altes Profil | Noch älteres Profil
Verantwortlich für @kaenguru@feddit.org & @titelregel@feddit.org.
Exactly. I bought it to experiment with postmarketOS.
This is the story of my OnePlus 6T…
Just use the regular letter instead of the Umlaut
But that’s just wrong. ü
has a different meaning and pronunciation than u
.
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ück
Do C compilers support non-ascii characters?
AntennaPod supports Android Auto: https://antennapod.org/documentation/playback/android-auto
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"
Python too.
I never tried it, because it is 2d only: https://flathub.org/apps/io.github.dubstar_04.design
this
is commonly used with a similar meaning to self
in cases where self
can’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 function
argument requires that `'1` must outlive `'static`
Free standing functions in Java?! This can’t be true.
Meme transcription
FYI, Lemmy supports Alt text, so you don’t have to include the transcription in the post body.
See also https://slrpnk.net/post/12346945
Still 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
(removed comment)
Honestly, it felt more like https://xkcd.com/386/.
Scheintore klingt gut.
Use [text](url)
instead of (text)[url]
to create a link:
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.
Fedora 42 got released: https://fedoramagazine.org/announcing-fedora-linux-42/