mathemachristian [he/him]
- 0 Posts
- 22 Comments
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Any window manager suggestionEnglish3·23 days agognome + paperwm, on a laptop I found there are so many things that are a headache to configure, like battery alerts, bluetooth, wifi that it’s just a hassle for what amounts to like half an hour longer battery life
mathemachristian [he/him]@hexbear.netto Programmer Humor@lemmy.ml•Which of these javascript expressions is false?4·25 days agothats how we often do it in math. The minimum over the empty set is ∞
incel
excel
mathemachristian [he/him]@hexbear.netto Programmer Humor@lemmy.ml•In case Copilot was too much work4·6 months agosomeone post this to the guix mailinglist 😄
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Is this how alphabetical order is supposed to be? Nemo file managerEnglish2·6 months agoI don’t know the exact reasoning for it, I would guess it’s because ‘.’ is also used to delimit file types “A book on the.pdf” < “A book on the pdf.pdf” or “Book.pdf” < “Book sequel.pdf”
I guess your confusion has in part to do with reading digits as numbers, but within a string they are part of an alphabet, every character stands on its own and has no relation to the characters around it. There is no difference between “5 1”, “5.1” and “511” you just pick an ordering of the alphabet and then sort each character accordingly.
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Is this how alphabetical order is supposed to be? Nemo file managerEnglish4·6 months agoCheck the top: apparently “5” < “5.5” but “5 A” > “5.5 A”. It’s probably because a substring is lexicographically before the string containing it.
But when comparing
5 A
with5.5 A
the second characters' '
and'.'
get compared and apparently'.'
<' '
.agree on your point though.
mathemachristian [he/him]@hexbear.netto Open Source@lemmy.ml•*Permanently Deleted*English2·7 months agoThere’s still open source software hosted on sourceforge…
Often you can circumvent that by creating a TOTP if you can still log in. Worked on discord and google account for me
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Russia Mulls Forking Linux in Response to Developer Exclusions7·8 months agocolden the relations with Israel
nah the dumbass was well-deserved
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Russia Mulls Forking Linux in Response to Developer Exclusions151·8 months agoDo you think it’s acceptable to make olympicians first bow to the west before they can take part in games?
Should Isn’traelis first denounce the genocide before being able to contribute to the linux kernel or take part in olympic games?
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•I can't delete files in my old ntfs partition from when I had windows. [fedora, kde plasma] {EDIT: I messed up}4·8 months agoLook into
/etc/fstab
and check if there isro
next to the entry for the NTFS partition. Or give more info on your setup kinda hard to know what’s going wrong if we don’t know how you mount. Gnome file manager? Command line?
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Are NixOS / Guix SD / Gentoo good choices for development?2·8 months agoAh that sucks
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Are NixOS / Guix SD / Gentoo good choices for development?2·8 months agoThere are asian mirrors, might want to change your substitute server to one of them.
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Are NixOS / Guix SD / Gentoo good choices for development?2·8 months agoThere are mirrors so it’s defitntely possibke to still use, should be rather easy tu set up as well but just anouher wrinkle I wanted to warn about
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Are NixOS / Guix SD / Gentoo good choices for development?5·8 months agothese packages will be built
… …-linux.6.10^C! ^C! ^C!
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Are NixOS / Guix SD / Gentoo good choices for development?6·8 months agoAlso the servers are unreachable from russia since they’re hosted on a german research network and russophobia has been running rampant
mathemachristian [he/him]@hexbear.netto Linux@lemmy.ml•Turns out, I wanted a tiled window manager all alongEnglish12·10 months agoThe one thing that I always wanted from i3/sway is to have windows outside to the side of my screen, so that I could have
|- browser@half screen size-||- editor@half screen size -||- PDF viewer@half screen size -|
When I’m writing some math thing. Then I could just scroll to the left or to the right depending on whether I’m looking something up and writing it down, or whether I’m editing what is already written down.
Long story short: PaperWM for GNOME
The answer is of course another editor: doomemacs
Ah thanks thats not as bad is I was fearing but not great