back
user profile
yomismoaqui
986karma·365submissions·November 11, 2024
recent activity (365 total)
comment
> It is even more insulting because no actual software of value has been demonstrably produced using "AI". Claude Code and Amp (equivalent from Sourcegraph) are created by humans using th…
comment
Someone on X said that these agentic AI tools (Claude Code, Amp, Gemini Cli) are to programming like the table saw was to hand-made woodworking. It can make some things faster and better than a human …
comment
As with everything there are levels of grey here. On one side there's the 100% human created content (script, voice & image) and on the other the 100% full AI slop. But the interesting use of…
comment
> Apple without Ive and Jobs increasingly has a taste problem Sorry, having seen the sappy photo of Ive & Altman I cannot trust his taste. https://in.mashable.com/tech/9450…
comment
I have been evaluating other tools like Amp (from Sourcegraph) and when trying Gemini Cli on VsCode I found some things to improve: - On a new chat I have to re-approve things like executing "go …
comment
Is Greenpeace still a thing? I thought that Greta Thunberg and Just Stop Oil stole their thunder.
comment
Don't know... maybe you can pick one of them in BGG and drill-down by mechanics?
comment
> how soon before we start designing codebases for LLM agents to navigate more cleanly? flat structures, less indirection, more declarative metadata This is something that I have been mulling over …
comment
How does this compares to Amp ( https://ampcode.com ) a similar offering from Sourcegraph? (it also has a VSCode extension) Yesterday I burned 15€ (10€ free credit) trying Amp and I gotta sa…
comment
> there are a lot of games about strategy [..] and innumerable games about tactics [..], but very few about operations Operational wargames are a thing (at least on boardgames) https://b…
comment
Counter-example https://en.wikipedia.org/wiki/Blondi
comment
I loved NixOS when I tried it, its value is real. But the problem as always is the cost you have to pay for that value. In my case I was using Flutter for an app and when a new version was released th…
comment
It's not my favorite language but Dart feels like a more modern less-verbose Java from another timeline. Features like sound null safety rule and writing Flutter apps feels nice, in no way Dart g…
comment
German is the Java of human languages (at least when related to naming)
comment
Seen the same on Android Chrome, for a moment I thought my screen was wrong.
comment
This is 4chan worthy fan-fiction
comment
That is called "doing a Van Gogh", right?
comment
They did "fix it" on Kingdom Come 2 and personally think they did a good job about how the reaction would be when meeting a dude with dark skin on that specific time and place. https:/…
comment
Let's face it, Rust is better for some things (low level programming) than other (not so low level programming). You pay a price in accidental complexity when using Rust and accordingly get some …
comment
Don't think so, raster to vector conversions don't look that sharp
comment
No source available but the JS code for the extension should be readable on your extensions dir. I'm using MutationObserver to check for tweets appearing and then extract their texts and send the…