kaba0
@kaba0@programming.dev
- Comment on Every Single Freaking Time 1 year ago:
Or change copy to command+c… I’m gonna be honest, OSX is right here. And quite strangely it is very hard to customize your linux to imitate that.
- Comment on Every Single Freaking Time 1 year ago:
Or change copy to command+c… I’m gonna be honest, OSX is right here. And quite strangely it is very hard to customize your linux to imitate that.
- Comment on Why Linux is better for (most) developers! 1 year ago:
Security doesn’t work like that and I find it important to share the insecure nature of most linux distros with many people, hopefully to make it improve one day.
Currently a
make install
can do literally anything to your computer besides installing a video card driver (as per the old xkcd comic) and sure there is firejail… but let’s be honest, how often do you use it? Defaults matter, and thus linux is insecure.Also, again, how is osx locked down? What’s a concrete thing you can’t do on it?
- Comment on Why Linux is better for (most) developers! 1 year ago:
Package management is the ultimate problem that was previously left unsolved (no, docker just pushes the problem away, doesn’t solve it. That apt install won’t be the same now as it was when you wrote it). Nix is the first thing that actually solves it properly.
- Comment on Why Linux is better for (most) developers! 1 year ago:
Arguably: docker sucks.
- Comment on Why Linux is better for (most) developers! 1 year ago:
They are both UNIXes, that’s quite a lot of similarity and I wouldn’t write it off that fast.
- Comment on Why Linux is better for (most) developers! 1 year ago:
Macs are actually secure. Not as much as ios, but compared to the general linux userspace, it is like a military establishment vs a homeless tent.
- Comment on Java 1 year ago:
Memory is an implementation detail. You are interested in solving problems, not pushing bytes around, unless that is the problem itself. In 99% of the cases though, you don’t need guns and knives, it’s not a US. school (sorry)
- Comment on Java 1 year ago:
And it is not forced at all. Noone holds a gun to your head to write
extends
. “Favor composition over inheritance” has been said as a mantra for at least a decade