Spyke

Replies

Comment on

Neo-Nazi Thomas Sewell has been talking about autism. Experts say he's recruiting

Reply in thread

Seeking social connections and belonging satisfies a very deep human need. Perhaps it is more exploitable when people have other issues in their life like failed relationships or a mental health crisis which is why certain groups get targeted. Cults are onto students like flies at a BBQ because its a vulnerable time for a lot of people.

That need is likely mostly harmless. All that neediness helps create social bonds and harmony but if something is exploitable for money or power someone will do it.

We have seen the pathway from loving Jesus to right wing hate. We have seen hippies marching with nazis. We have seen parasocial media to alt right. Finding the people desperately looking for something may be half the battle. Once you have them it becomes a matter of indoctrination. The indoctrination is abusive and exploitative but not sure I can find fault with people who get sucked in without finding fault with a large proportion of humanity.

piracy

Comment on

YouTube Music Price Hike: I've had enough. Am I missing anything?

If you enjoy a small independent band please consider going to their website and ordering physical media or buying a digital copy from their bandcamp or something. You can still pirate content you will never play to to fill up your storage. Small artists aren't getting hugely rich from their music and touring costs are out of control. It doesn't have to be all or nothing with the piracy.

Comment on

Do you think UBI will be the future of the world?

The rich have done everything they can to increase wealth inequality and brainwash the public into acceptance. That will not be reversed. If they allow UBI it will be below poverty levels and highly conditional.

The wealthy want slaves. Its a mental illness with them. Black people. Underage sex trafficking. Working poor. Robots. Last thing they want is a utopia where everyone is healthy, happy and financially independent.

One of the wealthiest countries in the world doesn't even have proper healthcare system in 2026. No way are those dumb fucks getting a UBI. Its a lie.

linux

Comment on

Today I'm grateful I'm using Linux - Global IT issues caused by Crowdstrike update causes BSOD on Windows

I isn't even a Linux vs Windows thing but a competent at your job vs don't know what the fuck you are doing thing. Critical systems are immutable and isolated or as close as reasonably possible. They don't do live updates of third party software and certainly not software that is running privileged and can crash the operating system.

I couldn't face working in corporate IT with this sort of bullshit going on.

Comment on

AI Is Dead. Organoids Are Alive. Mini human brains are being grown in labs all over the world. Soon, they could out think neural networks.

Sounds like a bullshit headline but it is an eternal truth that the owners of capital demand slave labour. Take the work houses away and they demand chattel slavery. Take the chattel slaves away and they want convict labour. Take the convict labour away and they want undocumented foreigners to exploit. Take that away and they casualise work and pay people in tips or commissions. Take that away and they export work to countries that will do all the things they can't do at home.

The investment in LLMs is purely a scam at this point but much of the initial enthusiasm was driven by the disdain for labour. Highly skilled labour like engineers keep arguing with the MBAs that their cost cutting is going to kill people or destroy the company and that really upsets them and risks the bonuses and share buyback program.

While the drudgery of work isn't great, I would much prefer the capital class invested in R&D and equipment to make their skilled, specialized workers more productive and improved our remuneration and conditions as happened in previous generations before the MBA apocalypse. Instead they are trying to cut us out. Too many people are living paycheck to paycheck and unable to afford housing as wealth inequality escalates.

Mistreatment of animals or brain cells in a box isn't the same as putting a child to work in a mine but the mindset that drives us in this direction is.

linux

Comment on

Will antivirus be more significant on Linux desktop after this xz-util backdoor?

Anti-viruses are a scam and always have been. They aren't much more than security theater and box ticking. Don't get into the mindset that you can outsourse security to a single product. Security is something that happens in depth. The more intrusive av software can itself become an attack vector as it often runs with lots of privileges.

Distros operate with webs of trust and cryptographically signed packages. Your distro installer verifies the integrity of the package. There is no need to check a third party signature database. It adds no value. Even well audited software could contain hidden vulnerabilities so increasingly we are running software with less capabilities via systemd, flatpak/brwrap or in containers. The environment is very different to the origins of av software on Window 9x where people would download random unsigned executables to a system with no privilege restrictions.

There are lots of challenge for the FOSS community. We love features and freedoms and those features and freedoms sometimes make security more complicated. We need to show more restraint packaging software like ssh and not add so many patches and additional dependencies. We also need to show more restraint in the typical rust, go or javascript project where adding dependencies is so easy we end up sometimes including hundreds of them for stupid crap like coloured messages or being able to handle a dozen config file formats. I don't care about your garbage collection or advanced compile time checks, if you include hundreds of crates from other developers you are no better than npm and I would put more faith in a 20 year old c library.

canada

Comment on

So he's calling himself a king now, eh?

I was reading or watching some news story once and it was about these two blokes getting arrested for fucking farm animals. And it started a train of thought. How do two strangers meet who are into fucking farm animals? It isn't like it is socially acceptable. Its probably not on their dating profile. I get that if you are part of a comparatively common group experiencing social repression you learn ways to communicate. Even pedos. But animal fuckers? Are they that common?

Now call me autistic if you like but suddenly I realized some of the edgy race jokes I had laughed at when I was younger and dumber might have been actual racists looking to connect with other racists. The sexist and homophobic jokes might have been actual bigots. And the guys joking about fucking animals. Well most of those are just jokes because obviously nobody does that. But perhaps some of them are looking for a special friend because how else does that convo even get started without the plausible deniability of "a joke".

So now when I see a fascist dog fucker "joking" about their not meant to be serious fascist memes and symbols the illusion is broken for me. And when I see Presidents joking about being Kings or invading neighbors, it isn't my type of humor any more I guess.

Comment on

Linus Torvalds says AI has made 'huge' Linux kernel updates the new normal

Using LLMs to analyze code for problems makes a lot of sense. It is just an extension of the rule based analysis we already do. It is very much a better hammer rather than a replacement of labour/thinking/taste. The programming languages we use are often difficult for humans to reason about reliably and hide a lot of errors. Our programming languages still suck (yes even Rust). If one day clang of gcc ships with a local LLM to lint code for security problems I would probably run it occasionally even on my hobby code despite being an AI hater.

If people are identifying errors using LLMs and fixing them by hand I am fine with that. It seems like a good use of the technology. If they start vibe coding drivers I want it declared so I can disable them or move to BSD.

linux

Comment on

Difference between Github, Gitlab, Forgejo ?

In my opinion Github in its current incarnation mainly exists to steal the IP of programmers and lock it up in proprietary AI services controlled by Microsoft. It dominates for the same reason Facebook or Youtube dominate. It is the only platform normies know and it benefits from massive network effects. It is US owned and operated which is becoming an issue for lots of people. Github is a proprietary closed source platform. I believe it was originally mostly written in Ruby but they have likely replaced all the performance bottlenecks using other languages. In my opinion their site is a usability nightmare.

Forejo is a fork of Gitea by Codeberg, a community run non-profit from Germany (still a liberal democracy under the rule of law) and hosted in Europe. They provide free hosting for open source projects or it is easy to self host. Gitea is a fork of Gogs and remains active. All those forks are written in the Go language and it requires a single exe, a config file and an sql database to run making it very easy to self host even without containers.

Gitlab is a service like Github or Codeberg that can also be self hosted but it is written in Ruby, a slow and inefficient interpreted language, which like Javascript or Python has lots of crazy fragile run time dependencies. The open source project was originally a work of Dutch and Ukrainian programmers and it was a Dutch company but they took VC money and IPOed and I don't know that I would assume it is European controlled. Some open source projects like Gnome moved there as it was the main alternative to Github. Can't recommend vs Gitea/Foejo for self hosting.

For single developers, small groups, arguably all you really need is git and email if you don't need or want all the extra fluff. That can work even for large projects like the Linux kernel. Sites like github tend to serve as single points of contact for lots of projects. It is their front page, issue tracker, everything which is one hell of a dependency on another company. It has Facebook-ized the code ecosystem. I think it also sort of serves as a linkedn for some people.

Comment on

Google criticizes Europe's plan to adopt free software

All these craptastic US tech companies originally started on internationally developed free and open source software. They hoover up capital and talent then abuse their market power. Fuck them all.

They all run on Linux - Torvalds is a Swedish speaking Finn. Greg KH who maintains stable is German. So many libraries and core system contributions by Germans like Drepper and Poettering. Youtube ran on mysql for years from Finnish Widenius. Google built a lot of stuff with Python - from Dutch Guido van Rossum and c++ from Danish Stroustrup. All of the video and audio sites rely heavily on ffmpeg, orginally from French Fabrice Bellard. Lots of them also using virtualisation stuff which includes qemu, also from Bellard. So much comp sci research from Europe and UK. Chrome and Safari originated with KDE (German) code. Europe did all the heavy lifting while the US took all the profits. I'm not even European but every country has the same experience. They have no idea how they are viewed.

Comment on

It's a Unix system! Elon knows this!

I was a huge SpaceX fan from the early days so watched a lot of Musks presentations and interviews and noticed a lot of repetition and always felt he was strongly working from talking points combined with a reasonably good high level understanding of the topic.

He didn't work as well off script and seemed to have stunted emotional development, not unlike a lot of internet age manboys raised on memes, video games and porn. It is difficult to reconcile his behaviour with an adult, father and manager of people and money. I suspect he has some seriously competent peiple around him like Shotwell who cover for his fuck ups.

IMO he probably is the kind of guy who can soak up stuff around him, turn it into a set of talking points and repeat it with the appearance of expertise. I think he may have had some cognitive decline due to age and lifestyle but I think he was a pretty competent bullshit artist in the past.

I am not an expert at anything but like many IT people discovered long ago that I can pick up most things in my general field with a bit of research. It is a dangerous mindset sometimes. There really is the feeling that with some basic undergrad math and comp sci and a weekend of googling you can understand quantum field theory and it's totally delusional of course.

Unfortunately the fake it to you make it culture seems to have won. It doesn't matter how crap you are, if you put yourself out there with confidence you will outcompete the quiet competent types. And when you get caught out there never seem to be consequences.

linux

Comment on

System76 or Framework laptop?

I bought a Framework DIY. I live in regional Australia and being able to order parts to install myself and extend the longevity of my system was decisive. The Framework was a compromise on specs and wasn't my first choice but nothing compares for sustainability and serviceability. I sourced ram and nvme locally and installed Arch.

System76 are a bit of a fantasy for me. I looked at them for years but I don't want to pay a premium then deal with international RMA on a rebadged Clevo. I always bought whatever looked good in locally available Windows laptops instead before Framework.

Now I am in the ecosystem I very selfishly want Framework to succeed and guarantee my access to upgrades and parts. I respect System76's mission and understand why people would wish to support them, particularly when their own laptop designs start shipping. System76's focus on North America and dependence on white box laptops hasn't delivered as well in my opinion, at least for my needs.

System76 have tried hard to improve openness and repairability but their laptops are still disposable at end of life while Framework have made a huge leap with upgradability that has the potential to reduce ewaste and I want to see how far that model can be pushed.

games

Comment on

End of an era?

End of an era for just about everything. Streaming is all enshitified. The job market is shit. Democracy is falling apart. Decades of progress being undone. It's just the way it will be until people get sick of all this shit and start doing things differently and move on. All the great old companies are dead. Either turned to zombie brands or run by zombies. I remember how excited I was to buy my first Sony Trinitron, my first walkman, my Sony component stereo, first PlayStation.