Spyke

Replies

dach

Comment on

Straßenbelag auf A3 schmilzt: Autofahrer retten sich auf gesperrten Parkplatz

Reply in thread

Wie wär's wenn wir statt Asphalt Stahl verwenden. Gut so viel Stahl ist teuer also müsste man ihn auf nur zwei schmale Streifen limitieren. Auf denen die Spur zu halten ist schwer also müssen die Reifen angepasst werden, damit sie in einer Spur diesen Stahlschienen fahren. Aber wenn eh alle in einer Spur fahren, dann kann man doch die Fahrzeuge aneinander reihen...

Ach Mist, das sind ja wieder einfach nur Züge...

Comment on

A box of DevOps

YAML would such a nice language for config files but then it turns out that "no" is falsy and so a list of Scandinavian countries turns from

  • se
  • fi
  • no

into

  • "se"
  • "fi"
  • False

I wish there was like a JSON5 equivalent for YAML that just reduces its scope lol
(and no, TOML also looks ugly :P)

Comment on

It's not great

ngl, I'm annoyed whenever someone creates an application but doesn't want to publish their code cause it looks bad. Like no one cares that your code is bad and by publishing it, you can get others to help you improve it.

Comment on

I've noticed that lemmy as a whole is much more leftist than reddit (outside of political servers of course)

Reply in thread

This. I hate the whole left/right tribalism.

Like I know that it can be used to get a rough idea of what political motivations someone might have and I know that where my own ideologies would mostly fall in that inaccurate one-dimensional linear spectrum but ultimately it is too inaccurate to use it to classify everyone's political motivation.

Worse it creates a whole us-vs-them divide. "Oh you aren't right, when then you must be a commie". "Oh you aren't left, then you must be a fascist". So you might consider yourself in a different position on a political spectrum and just see the differences to someone on the other end of a political spectrum even though you might have more in common then you think. Heck, if you are on complete opposite ends you might even have more in common then you think.

Ultimately, the focus should be less on left/right and more on individual policies. Like should healthcare be public or privatized, should be build another road or another train track here, etc

Why does political debate always have to turn into this tribalistic mud fight instead of proper discussion on how to best address the needs of citizens?

reddit

Comment on

Reddit now won't let non-logged in users see subreddits until they've been "reviewed"

Reply in thread

You think they would have just repurposed the page that asked if you if you were over 18 before going to a nsfw subreddit for this task, but old.reddit.com seems completely overlooked as of now.

Doubt it was overlooked. I moderated a larger subreddit and I can tell you that the stats for old.reddit are tiny compared to the rest so it's not worth the cost of implementing. Further if you use old.reddit you probably already have a dislike for the app and will rather abandon the content then install the app. Finally old.reddit is used more by old-school redditors which tend to be the vocal minority that will complain about the change the loudest. So overall, ignoring old.reddit is propably the smarter decision from reddits perspective... ¯\_(ツ)_/¯

Comment on

PC speed gains erased by modern software

It's not just applications. I recently "upgraded" two of my PCs from Windows 8.1 to to Windows 10. Ever since that having the mouse polling rate above like 125Hz and moving the cursor would result in frame drops in games.

This happened across two machines with different hardware, the only common denominator being the switch in Windows version. Tried a bunch of troubleshooting until I ultimately upgraded CPU + RAM due to RAM becoming faulty some time later on one of the machines. That finally resolved the issue.

So yeah, having to upgrade your hardware not because it's showing its age but rather because the software running on it has become more inefficient is a real problem IMO.

Comment on

No one is immune from this

Reply in thread

This. And even then there should be procedures in place to essentially make it impossible to send the wrong inputs.

It's like when an intern accidentally drops the production database. It's not the interns fault for sending the wrong command. It's the managements fault for not restricting access in the first place.