Ah that makes sense. To be fair tho, there’s a lot of unwarranted hate towards Rust so it can be hard to tell.
SinTan1729
- 0 Posts
- 7 Comments
I hope you’re joking. If anything, Rust makes error handling easier by returning them as values using the
Resultmonad. As someone else pointed out, they literally usedunwrapin their code, which basically means “panic if this ever returns error”. You don’t do this unless it’s impossible to handle the error inside the program, or if panicking is the behavior you want due to e.g. security reasons.Even as an absolute amateur, whenever I post any Rust to the public, the first thing I do is get rid of
unwrapas much as possible, unless I intentionally want the application to crash. Even then, I useexpectinstead ofunwrapto have some logging. This is definitely the work of some underpaid intern.Also, Python is sloooowwww.
SinTan1729@programming.devto
Linux@programming.dev•After 9 Months on Mint I switched to Kubuntu and I'm loving it!!English
184·9 days agoKDE is great but do give some “better” distros like Fedora, or EndeavourOS (basically Arch) a try. Canonical, the company in control of Ubuntu, is a little bit shady.
SinTan1729@programming.devto
Linux@programming.dev•What you do with your windows button on your keyboard?English
3·10 days agoI have a Framework 13 with the
superbutton instead of Windows button, but I’ve set it up similarly to how the Windows buttons works in Windows. Pressing it by itself opens the KDE app menu,super+Dgoes to desktop,super+Llocks screen,super+[ or ]moves around virtual desktops,super+Wshows overview,supe+Tshows tiles config,super+arrowsdo snapping,super+PgUp/PgDn/Xfor maximize/minimize/close etc.
SinTan1729@programming.devto
Linux@programming.dev•Why do some people hate Manjaro?English
1·27 days agoAnd they have a great community too. I especially like their off-topic threads e.g. the photography and music ones.
SinTan1729@programming.devto
Linux@programming.dev•Why do some people hate Manjaro?English
0·29 days agoI like EndeavourOS because it’s pretty much vanilla Arch, just with a nice installer. (Although we do now have the archinstall script.) After installation, there’s pretty much no difference. Also, I like the logo. I only installed Arch once for the bragging rights lol.

Omg please kill me 😭