Viewing profile — vukgr
vukgr
HN member- Joined
- Sun, Jun 28, 2020, 4:46 PM UTC
- HN karma
- 34
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About vukgr
No profile information was provided.
Recent public activity
-
comment
Comment #44684919
While I don't like to argue for LLM competency, you have to remember that at the end of the day LLMs are word generators. They will always be bad at math unless there is a major st…
-
comment
Comment #34074909
Wouldn't it be easier to send the bus data to the PC and run the emulator there? Or would sending the custom data via USB be a problem without a custom driver or something? That sa…
-
comment
Comment #32793891
Just because they have the right to do it doesn't make it right.
-
comment
Comment #32585337
Can't say I've really thought this through, but couldn't you just subtract 1 (*sizeof(X)) from the arr address?
-
comment
Comment #31710637
Keeping a certain layout in tiling wms is the main thing I'd say. And also it's just a faster way of organizing windows compared to alt tabbing, it just takes a bit of getting used…
-
comment
Comment #31675646
twat?
-
comment
Comment #31304162
I'm pretty sure sed ${N}q is supposed to chose the N (or k) top choices, where N is given as an argument/variable. (Going off of the fact that head is essentially sed 11q, where it…
-
comment
Comment #30356635
A bit off topic but does anyone know if there's anything like a standalone PIO? They seem genuinely fun to use even without the pico attached.
-
comment
Comment #29842934
It really depends on the game/platform, but getting used to using a reverse engineering tool and a debugger is a must. If you can, use IDA, I'm stuck with Ghidra for now but most o…
-
comment
Comment #29838367
As someone who works on mods for games with no mod api, so using dll injection, hooking, code editing, etc... (basically very similar to what cracks do), it's very easy to get flag…
-
comment
Comment #29657466
Not 100% sure its the same in Albania, but in Serbia it's the de facto middle name for most people. So you need it on most documents. Mother's name also works, but most people stil…
-
comment
Comment #27294909
g Ctrl-A increments all the numbers, but every instance gets incremented by one than the previous. First line would be Enum1, second Enum2, third Enum3. It's a really neat feature …
-
comment
Comment #27294133
I'm surprised everyone's forgetting vim already has a proto-multicursor mode. Go into Visual Block mode (Ctrl-V) select all the lines then it's just A : Enum.Name0, After that you …
-
comment
Comment #25496240
Ah, fair. The challenge itself didn't mention toggling (just crossing tasks off), so you could probably get away with it; But that's just the golfer in me talking I guess.
-
comment
Comment #25494998
Am I missing something or did everyone forget is a thing in html?
- story