HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kaszanka

no profile record

comments

kaszanka
·قبل 9 أيام·discuss
"Anti-Evil Operations" is a pretty grandiose name for spam filtering. Also I liked the House of Leaves reference
kaszanka
·الشهر الماضي·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
·قبل شهرين·discuss
I wonder how Turbo Vision (still the only good TUI framework) does on screen reader accessibility.
kaszanka
·قبل 3 أشهر·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 أشهر·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 أشهر·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 أشهر·discuss
Also in Polish, which would mean "dog".
kaszanka
·قبل 7 أشهر·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 أشهر·discuss
TIL! That's neat, I wonder how much RAM that client uses compared to the desktop one.
kaszanka
·قبل 8 أشهر·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 أشهر·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 أشهر·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 أشهر·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 شهرًا·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 سنوات·discuss
"Back to safety". Gotta love corporate BS
kaszanka
·قبل 6 سنوات·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 سنوات·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?