

All my homies hate regexs. That’s actually the best use case I found for LLMs so far : I just tell it what I want it to match or not match, and it usually spits out a decent one
All my homies hate regexs. That’s actually the best use case I found for LLMs so far : I just tell it what I want it to match or not match, and it usually spits out a decent one
Tell me about it, all the juniors were doing it at my old job, and I was usually the one tasked with fixing their shit. And since we basically didn’t do any form of mentoring (including code reviews) it was such a pain in the ass to get them to change their ways
audible C++ programmer disgust
Can unfortunately confirm
Yeah they usually have the most dramatic impact on games that have bad CPU optimization, which is a lot of them tbh
I think the 5700x3d is the first one they made, iirc it outperformed even the high end CPUs from the next generation in quite a few benchmarks, but probably not the 7000 gen. If you want to keep the possibility of upgrading, I would advise against the 5700x3d because that’s basically already the best for this socket. By all accounts it’s great value for its price though.
You should try to go for a Ryzen “3D” variant with extra cache if you can spare the extra money, it works wonders on some games. I’ve had no issues with mine (7900x3d) so far on Linux
I swear I could hear the call center employee (probably not really an IT guy at this stage) sweating when I called them after a thunderstorm fried my router’s entry port and I read them the list of troubleshooting I already went through before calling them.
I guess it could be construed as racist when it’s literally “master/slave”. But I have never seen it as a normalization of slavery because there usually is no value attached to the terms, it’s just describing the relation between them. And I don’t think acknowledging that a slave generally doesn’t have much say in doing what their master tells them is racist in itself or endorsing/normalizing slavery.
But also, I am white, and there are other terms we can use that can describe this kind of relation just fine, so, whatever. I just get mildly annoyed when some stuff that was working perfectly fine gets deprecated just to change these terms and I have to adapt to it.
laughs in unreal engine
“;”
Previous commit was some stupid easy fix I didn’t even bother compiling. Well, I should have, because it was the first time in recent memory I committed some code with a missing semicolon…
Before anyone asks : no, we don’t do reviews ¯\_(ツ)_/¯
Basic C++ isn’t really confusing (if you are not handwriting makefiles). It starts to get fucky when you get into memory handling, templates, etc. I’m assuming they are only using C++ over C for basic OOP (class/structs inheritance etc).
This was actually tried btw. Mostly as a joke iirc
Edit: Looking into it, apparently it’s not confirmed. Damn, that was a very popular urban myth in french programming circles back in the 2010’s
basic PR rules
My company’s code leads :
Wasn’t it also used to stop terminals (I’m talking, old-ass, mainframe terminals here) auto scrolling even before that ?
I usually bind some toggled macros to it (e.g autoclicker). The lil’ light really comes in handy for this use case. I also used it as my “mute” shortcut in various VOIP softwares for a while for the same reason
I always have it setup to stop compilation. Picked that up from using visual studio for many years. I admit it’s been a while since I last compiled something from a terminal
“pause/break” I can understand if you don’t write compiled code I guess (if you don’t know, Ctrl+break usually stops compilation, very handy when you reread your code while compiling and realized you fucked something up), but “home” is remove-tier ??? It’s one of the most useful keys for editing text my dude
As a professional C++ programmer I am compelled to agree
I’ve never had to use it for important stuff tbh. But alongside a regex tester and a sample of the stuff I intend to use it on, I’ve had good results with an incremental approach where I tell the LLM what I want to change with the expression until I’m satisfied