HackerTrans
TopNewTrendsCommentsPastAskShowJobs

visil

no profile record

Submissions

[untitled]

1 points·by visil·12 miesięcy temu·0 comments

Ask HN: Going low-level – what to learn next?

100 points·by visil·2 lata temu·56 comments

comments

visil
·12 miesięcy temu·discuss
Absolutely amazing piece of software, the kind that makes you wish you had a use-case for that. Kudos to devs for taking security seriously, too.

By the way, the youtube video showcases this project really well.
visil
·2 lata temu·discuss
Nice! I used a similar site, termbin.com, for some time now, though it uses netcat to upload files. Definitely useful!
visil
·2 lata temu·discuss
The patch code looks like a rather convoluted way of patching out the function code. Can we not just replace conditional branch with a regular one and nop out the rest? Or at least set w8 to 1 manually? I know next to nothing about ARM assembly, so I'm most likely missing something.
visil
·2 lata temu·discuss
> AI hate group

Huh. That's a weird thing to say.
visil
·2 lata temu·discuss
It seems that I've been on a right track in some sense - I stumbled upon Handmade Network a few weeks ago!
visil
·2 lata temu·discuss
Ironically, I've been avoiding learning Lua for quite some time for some reason. I guess it's finally time to give it a try!
visil
·2 lata temu·discuss
Not so sure about you being behind me - one minute ago I had little to no idea what I2C or SPI even mean :)
visil
·2 lata temu·discuss
Looks cool! I'm currently using Selfoss, which is fine in terms of requirements/maintenance, but if I didn't, I'd probably give this a try!
visil
·2 lata temu·discuss
Reminds me of this[1] great blogpost: "This abstraction adds overhead. “Abstracting” the common operation has made it more difficult to read, not less difficult to read. People for who consider meta-programming some sort of Black Magic often make this exact point: The mechanism for removing duplication adds complexity itself. One view is that the overall effect is only a win if the complexity added is small compared to the duplication removed."

[1]: http://weblog.raganwald.com/2007/12/golf-is-good-program-spo...