Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vukgr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
vukgr
1y ago
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 structural change. So while they cant learn arithmetic th
2.
▲
by
vukgr
4y ago
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 said though, emulating it on the pi is way more impressiv
3.
▲
by
vukgr
4y ago
Just because they have the right to do it doesn't make it right.
4.
▲
by
vukgr
4y ago
Can't say I've really thought this through, but couldn't you just subtract 1 (*sizeof(X)) from the arr address?
5.
▲
by
vukgr
4y ago
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 to since most people grow up with single workspac
6.
▲
by
vukgr
4y ago
twat?
7.
▲
by
vukgr
4y ago
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 quits on the 11th line.) But yeah, head -n (--lin
8.
▲
by
vukgr
5y ago
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.
9.
▲
by
vukgr
5y ago
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 of the time I have to work against it to get stuff
10.
▲
by
vukgr
5y ago
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 flagged for doing stuff like that. But even doing simple st
11.
▲
by
vukgr
5y ago
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 still default to the father's name.
12.
▲
by
vukgr
5y ago
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 imo. Though I did make a mistake, if you selected every
13.
▲
by
vukgr
5y ago
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<delete ,>: Enum.Name0, After that you can just select it again in vi
14.
▲
by
vukgr
6y ago
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.
15.
▲
by
vukgr
6y ago
Am I missing something or did everyone forget <s> is a thing in html?
16.
▲
Show HN: Glock, A minimalistic, hourglass-style, graphical clock application
(github.com)
2 points
by
vukgr
6y ago
|
0 comments