Spyke

Replies

climate

Comment on

What's your thoughts on this?

A wireless router consumes single digit watts of power. A tablet or mobile phone consumes 1/10 or less of that. Making a slice of toast and a cup of tea uses more power than both of those devices all day combined. This is another silly attempt to shift blame from corporations and billionaires down to consumers and everyday people. Don’t buy it.

Comment on

Will the real JC please stand up.

Reply in thread

He was most likely a real guy. But a guy Christian’s would absolutely hate: a brown Communist Palestinian who hung out with prostitutes, lepers, pariahs, refuted the legitimacy of the state, and organized massive mutual aid events to feed the poor. Probably a good dude. It’s a shame his followers are dicks though.

Comment on

Tesla recalls all 3,878 Cybertrucks over faulty accelerator pedal - The Verge

Reply in thread

In my opinion it points to a more dangerous thing, “continuous delivery” software mindset seeping into safety critical systems.

It’s fine, good even, that web developers can push updates to “prod” in minutes. But imagine if some dork could push largely untested control system updates to your car’s ECU… it’s one thing for a website site to get a couple errors, but it’s a very bad thing if it makes your steering wheel stop working.

Unfinished products make more money, and it’s high time a consumer protection law clamped down on this.

Comment on

The world's most-powerful AI model suddenly got 'lazier' and 'dumber.' A radical redesign of OpenAI's GPT-4 could be behind the decline in performance.

The model has become inbred because it’s now impossible to scrape the web without AI content getting ingested, which is full of “hallucinations” and other weird artifacts. The last opportunity to get “uncontaminated” training data was sometime in mid 2022.

Not to say that it’s causing this particular problem, but this issue will emerge eventually. Garbage in = garbage out. Eventually GPT-19 will grow a mighty Habsburg chin.

privacy

Comment on

ProtonMail Complied with 5,957 Data Requests in 2022 - Still Secure and Private?

Reply in thread

Some people have the idea that a private business is going to break the law or defy their governments requests for them. That’s completely deluded, nobody would ever open willingly expose themself to that kind of risk. No organization is going to let themselves go on trial for $15/month. It seems we have a binary idea of privacy, when the reality is much more complex.

Comment on

What's wrong with Nextcloud, and why is it slow/clunky?

It needs some tweaks to be snappy. The defaults are really bad.

  • change database from SQLite to a proper database like MySQL or Postgres, and configure the database server to use your memory fully
  • increase the PHP memory limit from the default (128M on many distros) to >1G, the more the better
  • install APCu in-memory cache for PHP
  • add Redis as additional cache
  • turn off the antivirus extension, if installed (ClamAV is useless)
  • use http/2 on Apache/nginx to increase performance with multiple connections

https://docbot.onetwoseven.one/services/nextcloud/