Just ditch Ubuntu and Snap at this point. LMDE is much better.
- 0 Posts
- 47 Comments
Better for your health, better for students, safer for kids. Use local time!
alsimoneau@lemmy.cato politics @lemmy.world•Trump administration raises possibility of stripping Mamdani of US citizenship51·13 hours agoJanuary 1776
alsimoneau@lemmy.cato Mildly Infuriating@lemmy.world•Microsoft is is bed with Google now, in a worse, more OS-integrated way than Mozilla was [in bed with Google]. This timeline sucks.English21·10 days agoYou do though. W10 EOL is October, and you’re not gonna move to Linux, sadly.
alsimoneau@lemmy.cato Mildly Infuriating@lemmy.world•Microsoft is is bed with Google now, in a worse, more OS-integrated way than Mozilla was [in bed with Google]. This timeline sucks.English7·11 days agoYeah, just started using W11 for work and it’s insane how often I need to wait for character to buffer in after I typed something.
I shouldn’t be faster than my computer in this day and age, and yet here we are.
alsimoneau@lemmy.cato No Stupid Questions@lemmy.world•Why do some people hate drinking water?16·16 days agoIt’s not “practically zero”, it’s zero.
Meanwhile, I’m still on a pixel 3.
alsimoneau@lemmy.cato linuxmemes@lemmy.world•Just installed mint yesterday, I get it now11·2 months agoDoes it also update Firefox and Discord and the OS and my graphics card drivers and everything else?
alsimoneau@lemmy.cato linuxmemes@lemmy.world•Just installed mint yesterday, I get it now26·2 months agomiddle mouse click is like magic, but CTRL-SHIFT-C/V usually works
Pip is amazing. It does somethings in seconds that take anaconda over an hour to do.
alsimoneau@lemmy.cato Programming@programming.dev•Linus Torvalds built Git in 10 days - and never imagined it would last 20 years11·3 months agoBranches are distinct.
Let’s say you have a main and a dev branch, and you periodically merge dev into main. Because of fast forwarding (on by default) the main branch is completely gone from the history. If you then add bug fixes and project branches it becomes a tangled mess really quickly and it’s nearly impossible to understand the structure by looking at the tree.
On mercurial every branch is named and distinct forever. You don’t have to try to understand what happened to the project since it’s obvious by looking at the tree.
Now there are ways to have a clean git history, but afaik you either need to make sure nobody ever messes it up or have everyone rebase everything and only keep the history of the main branch.
When working in a hyper structured organization that may work, but for more casual developers (scientists, students) that aren’t system experts and where you have messy history, mercurial default settings are less confusing, easier to learn and produce better results.
alsimoneau@lemmy.cato Programming@programming.dev•Linus Torvalds built Git in 10 days - and never imagined it would last 20 years11·3 months agoIt makes the history clearer.
alsimoneau@lemmy.cato Programming@programming.dev•Linus Torvalds built Git in 10 days - and never imagined it would last 20 years21·3 months agoSurely it could be rewritten in Fortran if performance is really a concern.
alsimoneau@lemmy.cato Programming@programming.dev•Linus Torvalds built Git in 10 days - and never imagined it would last 20 years41·3 months agoNo, git has labels on heads of branches. Once the head moves you loose the information. It also makes for a more messy history, which I believe created the whole “rebase everything” philosophy to cope.
alsimoneau@lemmy.cato No Stupid Questions@lemmy.world•Why do people insist on not answering ALL the questions in an email or text message?2·3 months agoMethod chaining ftw Input.then().doThis().lastly()
Also it formats better.
alsimoneau@lemmy.cato Programming@programming.dev•Linus Torvalds built Git in 10 days - and never imagined it would last 20 years41·3 months agoCare to explain your comment for a layman?
From my limited experience mercurial is way more intuitive than git. The big one is named branches are a thing instead of an abstraction.
alsimoneau@lemmy.cato Europe@feddit.org•Poland pushes for EU to scrap daylight saving timeEnglish131·3 months agoScience says winter. If you want to wake up earlier to compensate you can just do that.
There’s leg bouncing and there’s the house is shaking leg bouncing.
I draw the line at when my monitor is shaking.