HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kaszanka

no profile record

comments

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