Spyke

Replies

Comment on

Temporary Changes to our Sign-Up Policy

Reply in thread

Troll / spam accounts posted CSAM in [email protected]. That spread with federation and every admin ended up involuntarily hosting such content.

Application based sign up means that if a user wants to subscribe they have to fill out a form and a .world admin gets to review it and approve or reject their sign up. It's a measure of controlling who gets in and limiting the amount of bots and possibly troll that join an instance.

memes

Comment on

*Permanently Deleted*

Reply in thread

In Italian and French they are caled "Vasistas", from the German "Was ist das?" (What's that?), it's said they called it that way because the first German tourists who saw those windows in France were confused and kept asking for clarifications on how they worked.

Comment on

*Permanently Deleted*

Reply in thread

My dad used to play red box D&D (which I believe was the first edition ever released). Still has some manuals, which I got the chance to read.

Not only it was encouraged to play humans, it was assumed! You didn't get to pick a race, only a class. And while the classes of "elf" (think like 5e's ranger) and "dwarf" (5e's barbarian, sort of) were a thing, all of the other classes assumed for the player to be a human. You couldn't play an elf wizard: you either are an elf OR a wizard. Wild stuff, compared to some of the crazy stuff we get to do in modern D&D.

world

Comment on

Germany's top court rules far-right party ineligible for funding

Props to OP for making it clear in the post body, but the headline made it a bit more clickbate-y than it should have been. That article is about NPD, a very minor and actual neo nazi party. The anti-right protests that have been happening recently, instead, are about the AfD (alternative for Germany) party, which is set to gain a sizeable 23% of the votes for its far right coalition ID during the next European elections.

In other words yeah they are cutting funds from a far right party, but not from the far right party.

pcm

Comment on

Here's your weekly PCM on the latest Lemmyverse drama

Reply in thread

I don't think the problem with Hexbear is political. Some of their points are questionable, but that's of course up for debate.

What tends to annoy me about their users is how obnoxious they can be. Between the flooding of comments and replies, the weird emojis and the numerous attempts at provocating people from outside of their little cicle (which happens both in their domestic communities as well as the federated ones), it all makes you wonder if they even care about the health of the fediverse

Comment on

Which side are you? Javascript or Typescript

I think there's a positive coming from this competition, though. Apparently this infighting has re-lit the want for type annotations to be embedded in vanilla JS (ECMAScript proposal). I feel like this would be the ideal scenario: things working right out of the box without needing a compile step or additional tooling.

You can get as close as it gets to this experience by using alternative runtimes such as Deno or Bun, which have native TS support (meaning you can just execute a .ts file without having to transpile it), but of course as soon as you have to write code for a browser you are back in the middle ages.

Comment on

Piracy Shield Cloudflare Disaster Blocks Countless Sites, Fires Up Opposition

You know, in a way I am glad that we managed to implement such a piss poor implementation of a PiRaCy ShIeLd. They are going to have to roll back or disable this piece of crap in a matter of days and that will hopefully be the end of these silly internet restrictions for good.

Had the implementation not sucked ass this bad, we would have needed to wait for some EU infringiment procedure or ECJ order to shut it down. Instead, this way it's gonna end way more quickly.

Comment on

Big projects are ditching TypeScript… wtf? - The Code Report

Reply in thread

How is that related to TS? Aside from the fact that your comment might have just started a civil war (no, vanilla JS is not "good enough", they created libraries for a reason) this isn't about using libraries / frameworks. It's about needing some system to handle type annotations to avoid falling in the bottomless pit of:

Uncaught TypeError: Cannot read property of undefined