👾 Attila Gonda

@pcdevil
122 Followers
194 Following
1.5K Posts

an atheist cylon working as a developer - don't blow my cover!

I live for the passive-agressive emojis at the end of the sentences.

I may contain peanuts.

language🇬🇧 English 🇭🇺 magyar
location🇪🇺🇬🇧🏴󠁧󠁢󠁷󠁬󠁳󠁿 Cardiff
pronouns💙 he/him
githubhttps://github.com/pcdevil

Top sci-fi convention gets an earful from authors after using AI to screen panelists

Leave it to the Borg? Scribe David D. Levine slams 'use of planet-destroying plagiarism machines' Fans and writers of science fiction are not necessarily enthusiastic about artificial intelligence - especially when it's used to vet panelists for a major sci-fi conference.…
#theregister #IT
https://go.theregister.com/feed/www.theregister.com/2025/05/07/worldcon_uses_ai/

Top sci-fi convention gets an earful from authors after using AI to screen panelists

: Leave it to the Borg? Scribe David D. Levine slams 'use of planet-destroying plagiarism machines'

The Register

👋 I'm looking for a Senior #Frontend / Fullstack Engineer job!

📜 I am...
- proficient with #JavaScript and #TypeScript, #Vue, TDD
- experienced with #React, GCP, Terraform
- enthusiastic about small details that greatly improve the user experience!

🚀 I'm looking for:
- a highly collaborative environment between engineering team, product, other stakeholders
- a UK / EU-based remote-first company
- ability to learn and grow

🚫 no crypto, web3, big oil, gambling

🙇 boost appreciated!

#FediHire

NathanWPyle

Nathan W. Pyle is the #1 New York Times bestselling author of Strange Planet, Stranger Planet, NYC Basic Tips and Etiquette, and 99 Stories I Could Tell.

NathanWPyle

"We're seven years into this terrible chapter of Rowling being openly hateful towards trans people, and I honestly can't stomach yet another conversation with a non-trans person who's looking to soothe their conscience, so that they can enjoy content."

https://charlotteclymer.substack.com/p/please-dont-ask-me-about-the-harry

Please Don't Ask Me About the Harry Potter HBO Series

I beg you.

Charlotte's Web Thoughts

There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.
There is another theory which states that this has already happened.

#HitchhikersGuide #DouglasAdams #quotes #quote #bot

👋 I'm looking for a Senior #Frontend / Fullstack Engineer job!

📜 I am...
- proficient with #JavaScript and #TypeScript, #Vue, TDD
- experienced with #React, GCP, Terraform
- enthusiastic about small details that greatly improve the user experience!

🚀 I'm looking for:
- a highly collaborative environment between engineering team, product, other stakeholders
- a UK / EU-based remote-first company
- ability to learn and grow

🚫 no crypto, web3, big oil, gambling

🙇 boost appreciated!

#FediHire

Proof-of-work challenges have become the current hotness for defeating AI scrapers. I think it’s great we have these and that they’re getting deployed to great effect. But I’ve also seen a lot of people claim the “AI scrapers” problem is now solved and I’m sorry to tell you this but no it’s not.

The reason it’s solved right now is because most of these scrapers don’t execute JavaScript. But with enough people deploying PoW proxies, the economics around that change enough to make it worthwhile for AI companies to do so. AI companies have more money than you. Yes it’ll cost them, but that cost is worth it to them because otherwise they don’t have a business.

(Also Anubis and other solutions default to only triggering if the User-Agent header contains Mozilla so guess what! It’ll soon need to be enabled regardless of the value of that header because it’s trivial to circumvent. Then the cost goes up for the operator too as more and more users get affected.)

The JS needed for the PoW stuff isn’t complicated. A small JS interpreter can handle that. What mostly remains is then the cost of the hash. Right now most things use SHA256, for which we have CPU extensions and AVX instructions to speed this up. Constantly increasing the PoW rounds doesn’t solve this. Eventually the experience degrades too much for real users, whereas servers literally don’t care. Nobody is sitting there waiting for the output to be rendered. All they want is to get the content to train on.

PoW proxies are a stopgap, and a very useful one. But a stopgap nonetheless. We’re buying ourselves time. But we’re going to need more than this. Including legislation that outlaws some of this shit entirely.

AI is a technology, but the root of the problem we’re facing is a societal and political one. We cannot ignore those aspects and exclude them from a solution.

I think people with less deep computer knowledge don't necessary feel welcomed on the internet and messages like this don't help at all.

I think instead of pushing more bloated and more complex solutions that lead to this error message we should promote offline first wysiwyg html/css editors to create websites and solutions to deploy them with 1 click.

this way we could lower the bar to entry and maybe, just maybe, we wouldn't engineer the stupidly complex solutions for ourselves either.

and I think this one of the reason why (non-engineer) people use LLMs to solve computer related problems for themselves: this message is hostile and meaningless for anyone who doesn't work on **that** site and should be replaced by an actionable warning instead.

on the other hand a simple input box which spits out good enough answers helps these people to solve their problem without a condescending tone or hard to navigate forums where someone's footnote is more valuable than the reply itself.

> "Application error: a client-side exception has occurred (see the browser console for more information)."

I see this error more and more on various sites and I just don't understand why is this surfaced **to the end users**?

I think this heavily resonates how software documentations are created: they often presume a lot of background knowledge and they're hard to interpret and navigate as a newcomer - hell, sometimes hard to navigate even with 10+ years of engineering experience!