Spyke

Replies

Comment on

So this is why he doesn't do Linux... any more

Reply in thread

Most of the "tech" youtube world is based around presenting mostly useless consumer products as it was technological advancement.

Most of their SAAS advertisers could be replaced by a "docker compose up", hardware ones, most of the time are just regular tools with one or two gimmick.

The way to get money advertising on linux is by misleading business people into getting useless enterprise services.

Comment on

Damn linux users!

Reply in thread

My general rule is that i shouldn't spend more energy than the person asking for help because there are people that call for help not because they are unable to solve the thing on their own, but because they rather someone else did everything for them.

Comment on

Mr Bean actor Rowan Atkinson blamed for slow electric car sales

On what the article touches, he is not wrong. Buying a new car, even if it's an electric one, will have more impact than a lot of time using a gasoline one, especially if the country doesn't produce electricity in a sustainable way.

Also, if you want to help the environment, you shouldn't be replacing cars, but removing them, public transportation, and walkable cities are so much better in this regard.

memes

Comment on

Our Computer

Oppression breeds rebellion, why relying on a software you have zero control over, that the company that owns it respects you so litle that they pre install adware and spyware, learn to use Linux or BSD, you don't have to use it all the time, but learn the basics, understand how this machine you use so much works, seize that litle piece of freedom back, and even if you choose to use windows again, after knowing more of how things work, you will be more able to force it in working your way.

android

Comment on

‘You’re Telling Me in 2023, You Still Have a ’Droid?’ Why Teens Hate Android Phones

Marketing, and the fact that phones are now super boring, everything is web based, there's no more cool apps, everything is just a frontend for some web service, or a damn webview.

The historical feature gap between Androids and iPhones is mostly gone, and since the tech doesn't matter anymore, marketing can go a long way.

The article is also very us centric, in places where cost matters more, the iPhone is seen as a status symbol, just like every other thing that costs a lot for no reason.

I dont really like android. Symbian and even windows phones performed better on inferior hardware. Their weird lifecycle seems to me wasteful and blurs the line between what's running or not. It only became stable once hardware got way better. It's a shame that every other option failed. because the only thing worse than android is an apple controlled environment.

linux

Comment on

The technical merits of Wayland are mostly irrelevant

Replacing good legacy will always be a struggle. X11 works pretty well and has been stable for decades. Most of the things that suck about it already have workarounds.

The advantages of Wayland are not directly visible for the end user. The security part will be great once it's completely integrated on the distributions to give granular permissions to software. The simpler apis and greater performance will help libraries creators, but most developers don't touch X directly and won't touch Wayland either.

Being stable for a couple of months is not good enough. People will use it once distros trust it enough to make it default, and this will probably only happen once Wayland or its compatibility tools work with most software and major applications work significantly better on it.

linux

Comment on

What Linux "Productivity" (ideally FOSS) tools do you use?

Reply in thread

That and using multiple instances of the browser instead of one instance with many tabs helped me a lot. If i have to switch tasks i go to a new workspace and only open the software related to that task there. Once I'm done i just close everything in the workspace and move back to the previous one that is the same way it was before i switch.

Comment on

"First remove the closed source vendor lock in from your own codebase before checking for license issues in your neighbor's codebase" Engineerings 5:33

That's why you don't make your systems dependent on any of those tools. If Mongo goes crazy, you add an implementation to another document database, test to see if performance is good enough, and start to migrate to another database.

There's no problem in using proprietary shit. The problem is marrying stuff you can't rely on, building your house on land you don't own.

That's also one of the reasons why it isn't good to use very unique features from any service, because once you start relying on it, you get locked, AWS may have a billion services, i would normally only use those that other providers also have.