Hacker Newsnew | past | comments | ask | show | jobs | submit | phplovesong's commentslogin

AI agents like claude is slowly moving to config hell, as we often see in deployment pipelines, project setup etc. This is always a neverending timesink, and because of AI can/will probably need to be altered very frequently.

In the end it will still produce slop you need to review line by line.

The question is: Do you want to write code you know and verified that works, or review code written by AI that is of junior dev quality that is not verified.


For those of us using vim/neovim sed is something everyone had to learn, even if they did not realize it.

This is the true power of vim. Even now decades later the unix toolbelt holds up, and is still unmatched for productivity.

Vim is in the end just a small piece of the puzzle. You use small tools for your problem, mix and match.

Its kind of like functional programming. Compose and reduce.


Yup, notably the famous %s/PATTERN1/PATTERN2/g, which I suppose comes from sed

vi and sed took the s/ syntax from ed, independently of each other.

Right! ed was the first one, and its ideas and commands influenced sed (a "streams" ed), and ex (an "extended" editor, which also had a "vi"sual mode).

The drawback is also the JVM. Its a heavy, bulky VM. The alternative being Go that is much lighter.

With all due respect, I'm fairly sure that anyone using "VM" the same way as you do here really think of it as a container or what.

It's a runtime, and go also has a similar, fairly fat runtime. It's just burnt into the binary instead of being shipped separately. (Hell, even Rust has a runtime, it's just very very lean compared to languages featuring a full GC like go and java)


You cant seriously compare JVM to the Go runtime. The JVM is on another level in size, complexity and bulkiness and size for a "compiled binary".

The Go runtime is mostly just for goroutines and other runtime stuff, like relection etc.

A go hello world binary is around 1mb, while the java one is (with a jre) up and around 50mb.


What started in Ukraine, this is modern warfare. Like most "consumer" goods that are mass produced, you can now get a capable strike force for peanuts.

The russians have taken close to 1.5 million casulties because ukraine engineering for cheap drones. Putin really, really f-ed up his "3 day military operation".


Its scary that you can whip something like this in under 100 bucks. Add a small warhead and you got a small missile.

Like we see in Iran, with trumps idiotic war the US cant even protect its allies and own soldiers, even with a whopping 1.5 trillion budget.


The budget is not the issue...the idiots running things behind that budget are the problem.

VAC is actually an AI based anticheat. I guess IF (a big if) it ever gets good enough it will be better than any kernel level AC, because it analyzes the gameplay, not the inputs, meaning a DMA cheat would also be caught.

But so far that still seems to be miles away.


"VAC" is a catch-all term for all of Valve's anti-cheating mechanisms.

The primary one is a standard user-mode software module, that does traditional scanning.

The AI mechanism you're referring to is these days referred to as "VAC Live" (previously, VACNet). The primary game it is deployed on is Counter-Strike 2. From what we understand, it is a very game-dependent stack, so it is not universally deploy-able.


I don't think that's what VAC is. I think VAC just looks for known cheat patterns in memory and such, and if it finds indisputable proof of cheating it marks a player for banning in the next wave. Maybe there is some ML involved in finding these patterns but I think it's very strictly controlled by humans to prevent fase positives. That's why VAC bans are irreversible, false positives are supposed to be impossible.

Valve has some AI detection stuff for CS2, but it’s remarkably ineffective. VAC itself delivers small DLLs that get manual mapped by Steam service, do some analysis and send that to Valve (at least to the best of my knowledge, there may be more logic implemented in Valve’s games or in Steam/Steam service).

WP used to be left leaning, and with bezos the move has gone right. So naturally all readers move on to some other medium. Business 101

WP was not sold to him because it was healthy and thriving in the first place.

This is pretty lame. I WANT to write code, something that has a formal definition and express my ideas in THAT, not some adhoc pseudo english an LLM then puts the cowboy hat on and does what the hotness of the week is.

Programming is in the end math, the model is defined and, when done correctly follows common laws.


RIP Legend


Vim slime is awesome. I use it for tinkering in languages with a repl like ocaml or javascript.

The feedback loop is probably the best in class from anything i have ever used. No IDE comes even close.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: