Spyke

Replies

Comment on

Tech Used to Be Bleeding Edge, Now it’s Just Bleeding | After a decade of scandals and half-assed product launches, people are no longer buying the future Big Tech is selling.

Nobody wants to invest 2 months paycheck into hardware that the developer is going to drop support for in 6 months.

Hardware is too expensive for the average Joe to buy and those of us who can afford it are tired of being burned by companies that provide subpar service then drop support for the thing. Cool, bleeding edge tech means little if there is little use for it or if nobody can afford it.

Comment on

Hot take

Not a hot take at all. Asking someone to go from a GUI heavy operating system to a command line heavy one and be just as productive is lunacy. Like all major changes it is important to ween off the old thing.

My biggest hurdle with the switch has been permission related issues, and you can't deal with those cleanly with a UI, and every help thread under the sun throws out a bunch of command line commands giving a solution without explaining why those changes are needed. It may seem like Unix 101 to experienced Linux users, but it is really cryptic to newcomers coming from operating systems that are...cough more lenient with their permissions.

There is also a mentality that UIs are much more idiot proof than command line. UIs are written by people who actually know the OS so we can't accidentally delete our home folder because of a typo. It is a very legitimate concern.

news

Comment on

Person shot by federal law enforcement officer in Minneapolis after resisting arrest and ‘violent assault,’ DHS says | CNN

Just a friendly reminder that resisting arrest is not a reason to arrest somebody. That charge comes second, not first, and if that is the first charge then the police deserve any and all harm that befall them.

Citizens should legally be able to defend themselves with violence if they are being arrested or assaulted for resisting arrest.

Comment on

gotdamn

You know what else kills a human? Forcing them to give birth even if they are not healthy enough to do so.

If you are going to make talking points at least be cohesive.

Comment on

;DR blame the dev

"Blame the author, not the language"

Says the person who screams they have never worked professionally with a team before.

There is no excuse to not use statically typed, safe languages nowadays. There are languages that let you build faster like Python and Typescript, but faster does not mean safer. Even if your code is flawless it still isn't safe because all it takes is a single flawed line of code. The more bug vectors you remove the better the language is.