HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kaszanka

no profile record

comments

kaszanka
·9 dagen geleden·discuss
"Anti-Evil Operations" is a pretty grandiose name for spam filtering. Also I liked the House of Leaves reference
kaszanka
·vorige maand·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
·2 maanden geleden·discuss
I wonder how Turbo Vision (still the only good TUI framework) does on screen reader accessibility.
kaszanka
·3 maanden geleden·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
·3 maanden geleden·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
·4 maanden geleden·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
·5 maanden geleden·discuss
Also in Polish, which would mean "dog".
kaszanka
·7 maanden geleden·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
·8 maanden geleden·discuss
TIL! That's neat, I wonder how much RAM that client uses compared to the desktop one.
kaszanka
·8 maanden geleden·discuss
That's still not a fair comparison, because on a console you don't have the option to do any of that.
kaszanka
·9 maanden geleden·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
·10 maanden geleden·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
·10 maanden geleden·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
·11 maanden geleden·discuss
This is basically what most of the challenge types in go-away (https://git.gammaspectra.live/git/go-away/wiki/Challenges) do.
kaszanka
·5 jaar geleden·discuss
"Back to safety". Gotta love corporate BS
kaszanka
·6 jaar geleden·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
·6 jaar geleden·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?