HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vukgr

no profile record

comments

vukgr
·12 เดือนที่ผ่านมา·discuss
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 they should be able to learn programming languages given that they are way closer to what it was designed and trained for.
vukgr
·4 ปีที่แล้ว·discuss
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 impressive.
vukgr
·4 ปีที่แล้ว·discuss
Just because they have the right to do it doesn't make it right.
vukgr
·4 ปีที่แล้ว·discuss
Can't say I've really thought this through, but couldn't you just subtract 1 (*sizeof(X)) from the arr address?
vukgr
·4 ปีที่แล้ว·discuss
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 workspace OSs.
vukgr
·4 ปีที่แล้ว·discuss
twat?
vukgr
·4 ปีที่แล้ว·discuss
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 (--lines) would do the job here perfectly while being more readable, no clue why it wasn't used.
vukgr
·4 ปีที่แล้ว·discuss
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.