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.
- 1 Post
- 71 Comments
This is the story of my OnePlus 6T…
d_k_bo@feddit.orgto
Programmer Humor@programming.dev•The only way one should code C btw.
7·30 days 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·30 days 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·1 month agoAntennaPod 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
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·5 months agoFree standing functions in Java?! This can’t be true.
d_k_bo@feddit.orgto
linuxmemes@lemmy.world•Sorry, Mario, but the software is in a different architecture.
10·5 months agoMeme 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
d_k_bo@feddit.orgto
Programmer Humor@programming.dev•Python needs an actual default function
385·5 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
(removed comment)
d_k_bo@feddit.orgto
memes@lemmy.world•Diese Gemeinde ist nun Teil der Bundesrepublik Deutschland oder so
3·6 months agoHonestly, it felt more like https://xkcd.com/386/.
d_k_bo@feddit.orgto
memes@lemmy.world•Diese Gemeinde ist nun Teil der Bundesrepublik Deutschland oder so
3·6 months agoScheintore klingt gut.
d_k_bo@feddit.orgto
memes@lemmy.world•Diese Gemeinde ist nun Teil der Bundesrepublik Deutschland oder so
4·6 months agoUse
[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/