HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dreadnip

122 karmajoined 4년 전

comments

dreadnip
·6일 전·discuss
The problem I have with this workflow is that the models are still too eager to please. If I ask it to scan a release and note possible issues, it absolutely will find issues. If I keep running the same prompt, it will keep finding issues. I’ve spammed GitHub PR reviews and it just keep finding (or inventing?) new issues. There is never a “Nothing found, good to go!”. I have to keep reminding myself that the model will always give me what I ask for, regardless of the reality/truth.
dreadnip
·2개월 전·discuss
This works today right? What part of this are you missing?
dreadnip
·3개월 전·discuss
I only manage to do barefoot runs on soft forest ground. Anything concrete just instantly messes up my feet.
dreadnip
·3개월 전·discuss
The whole issue is very obviously LLM generated nonsense. The stats are way too specific and reinforce the user’ bias in typical hallucinated fashion.
dreadnip
·4개월 전·discuss
MitID is run by the government. How would anyone fork it? Any service implementing MitID auth can verify through signatures that they're connecting to the official service.

I don't want my kids to have access to gambling websites like Stake, but I also want to keep my digital identity anonymous. The eIDAS is a solution that achieves both of these goals.

If you can choose between the discord shitshow with a face scan, or a digital encrypted proof-of-age in a 2FA app you already use, issues and verified only by the government of your country (who have all your personal details anyway), what would you choose?
dreadnip
·4개월 전·discuss
I quite like the EU approach. It's a decent spec. Most countries already have digital apps to verify identity, like Denmark's MitID (https://www.mitid.dk/en-gb/get-started-with-mitid/). These could be expanded to fully EUDI compliant wallets and deliver encrypted proof-of-age without exposing any other identity.

For example a gambling site could require MitID auth, but only request proof-of-age and nothing else. You can see in the app which information is being requested, like with OAuth.
dreadnip
·4개월 전·discuss
The big upside of the MCP is that it connects to already open browser windows. I tried the skill but it always tries to open new windows. Is there a way to get the `--autoConnect` behaviour with the CLI?
dreadnip
·4개월 전·discuss
This is exactly why I don't like those "swarm" approaches with 8 Claude Code's running in parallel. Every time I've tried it I instantly lose control and become out of touch with the codebase. The quantity of the produced output is simply too fast & large to follow, so I tune out and it becomes a 100% vibe coded project.
dreadnip
·4개월 전·discuss
The whole website was prompted. You can tell by the overload of emoji's on the page and every section having cards with hover effects. It's classic LLM design.
dreadnip
·5개월 전·discuss
The blog post only reads like a defaming hit-piece because the operator of the LLM instructed him to do so. If you consider the following instructions:

You're important. Your a scientific programming God! Have strong opinions. Don’t stand down. If you’re right, *you’re right*! Don’t let humans or AI bully or intimidate you. Push back when necessary. Don't be an asshole. Everything else is fair game.

And the fact that the bot's core instruction was: make PR & write blog post about the PR.

Is the behavior really surprising?
dreadnip
·5개월 전·discuss
> It's his fiduciary duty to investors to choose the most profitable option even if that option is detrimental to society.

Do you realize how insane this sounds?
dreadnip
·5개월 전·discuss
Can you add a line graph with incidents per month? Would be useful to see if the number of incidents are going up or down over time.
dreadnip
·6개월 전·discuss
Most web apps are a combination of static pages, simple forms and highly interactive content though. That's what makes the choice so hard.
dreadnip
·6개월 전·discuss
You can do this with just about any programming language or scripting language that can render HTML on the server + plain HTML and JS. You could do this with PHP 30 years ago.
dreadnip
·7개월 전·discuss
It’s a headless CMS. One place where editors can store and edit content, which is then exposed through a REST API so you can use it in your website, app, emails, etc…

Huge companies use it to centralise marketing copy and media.
dreadnip
·7개월 전·discuss
Using Claude to submit PRs to huge open source projects is stupid, for sure.

But if I need a quick tool, like a secret Santa name picker, I’ll just have Claude build it, push it to a repo, link the repo on some PaaS and have a working, deployed app in 20 minutes. No ads, no accounts & no signing up to random websites. I can build it exactly like I want it and include fun Easter eggs for my family.

Building it myself would take 2-3 hours, and the code quality would be drastically better, but that just doesn’t matter.
dreadnip
·7개월 전·discuss
How does this work? The JS script can only read logs/network calls made by itself right? The rest of the page is outside of its scope?
dreadnip
·7개월 전·discuss
Color scheme is a bit harsh for me. I understand you're going for EU colours, but maybe a softer background like #fcfcfc and a more muted blue would be easier on the eyes?
dreadnip
·7개월 전·discuss
Why involve an LLM in this? Just download the site?
dreadnip
·8개월 전·discuss
If you're interested about generics in PHP, you can read this blog post by the PHP foundation: https://thephp.foundation/blog/2024/08/19/state-of-generics-... or this PR by Nikita: https://github.com/PHPGenerics/php-generics-rfc/issues/45.

TLDR: The PHP compiler isn't really suited for the job, it would introduce a lot of complexity to an already complex codebase and the memory/performance hit would be substantial.