HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kaszanka

no profile record

comments

kaszanka
·há 9 dias·discuss
"Anti-Evil Operations" is a pretty grandiose name for spam filtering. Also I liked the House of Leaves reference
kaszanka
·mês passado·discuss
People have already been imprisoned for this, one case I can think of off the top of my head is https://en.wikipedia.org/wiki/Goatse_Security#AT&T/iPad_emai....
kaszanka
·há 2 meses·discuss
I wonder how Turbo Vision (still the only good TUI framework) does on screen reader accessibility.
kaszanka
·há 3 meses·discuss
Surprisingly only the headings (2.05) and links (3.72) fail the Firefox accessibility check, the body text is 5.74. But subjectively it seems worse and I definitely agree with you that the contrast is too low.
kaszanka
·há 3 meses·discuss
Is https://github.com/google-gemini/gemini-cli not 'the flagship agent' itself? It looks that way to me, for example here's a part of the prompt https://github.com/google-gemini/gemini-cli/blob/e293424bb49...
kaszanka
·há 4 meses·discuss
Is it AGentIc ai infrastructure? Or AGentic aI infrastructure? Or AGentic ai Infrastructure?

I expected better from the people who brought us the ARM architecture, with A, R and M profiles.
kaszanka
·há 5 meses·discuss
Also in Polish, which would mean "dog".
kaszanka
·há 7 meses·discuss
> no winhttp.dll, wininet.dll, or ws2_32.dll. offline validation only. all crypto is local, so theoretically extractable.

You can't possibly know that by the mere lack of these DLLs from the import directory.
kaszanka
·há 8 meses·discuss
TIL! That's neat, I wonder how much RAM that client uses compared to the desktop one.
kaszanka
·há 8 meses·discuss
That's still not a fair comparison, because on a console you don't have the option to do any of that.
kaszanka
·há 9 meses·discuss
> after booting my VM KDE just flashed because my external GPU was gone but everything went back working without a need for relogin.

What GPU are you using and how did you configure this, if you don't mind me asking? On my end I just can't unload the driver for it if I let KDE start with the external GPU available.
kaszanka
·há 10 meses·discuss
Good post on troubleshooting the failure to boot, but from the title I was kind of hoping for something like decryption and analysis of the blobs' contents, rather than just metadata. Very "cool" that 3 megabytes of unauditable malware (the public blobs) are still not enough to even boot the platform...
kaszanka
·há 10 meses·discuss
Anyone can do this by changing the author and committer date. Take a look at https://github.com/dspinellis/unix-history-repo, linked in the comments here, for example.
kaszanka
·há 11 meses·discuss
This is basically what most of the challenge types in go-away (https://git.gammaspectra.live/git/go-away/wiki/Challenges) do.
kaszanka
·há 5 anos·discuss
"Back to safety". Gotta love corporate BS
kaszanka
·há 6 anos·discuss
I meant a debugger that doesn't require or expect you to have the source code of the application you're debugging and just shows you disassembly, lets you use instruction execution/memory access breakpoints, patch instructions, etc.

Ghidra doesn't have a debugger yet, but it's a planned feature.
kaszanka
·há 6 anos·discuss
Anyone have recommendations of graphical "reverse engineering debuggers"/binary-only debuggers (not sure about the name of this genre) like OllyDbg or x64dbg for Linux?