HackerTrans
トップ新着トレンドコメント過去質問紹介求人

gdgghhhhh

no profile record

投稿

Fixing a Buffer Overflow in Unix v4 Like It's 1973

sigma-star.at
7 ポイント·投稿者 gdgghhhhh·6 か月前·1 コメント

The Evolving Landscape of Yocto Project Setup: Bitbake-Setup vs. KAS

sigma-star.at
6 ポイント·投稿者 gdgghhhhh·9 か月前·0 コメント

Data leak at Sonicwall: All cloud backups of firewalls stolen

heise.de
24 ポイント·投稿者 gdgghhhhh·9 か月前·0 コメント

Possible GPL Violation by Banana Pi RiscV

github.com
14 ポイント·投稿者 gdgghhhhh·11 か月前·2 コメント

German Blogger fefe is absent

old.reddit.com
14 ポイント·投稿者 gdgghhhhh·昨年·4 コメント

EuroBillTracker – Follow your Euro notes

en.eurobilltracker.com
1 ポイント·投稿者 gdgghhhhh·昨年·0 コメント

A Mess in the Python Community

lwn.net
15 ポイント·投稿者 gdgghhhhh·2 年前·5 コメント

Palo Alto Networks execs apologize for 'hostesses' dressed as lamps at Black Hat

theregister.com
2 ポイント·投稿者 gdgghhhhh·2 年前·3 コメント

Extensible scheduler class to be merged for 6.11

lwn.net
10 ポイント·投稿者 gdgghhhhh·2 年前·0 コメント

Lazy Dog (Bomb)

en.wikipedia.org
17 ポイント·投稿者 gdgghhhhh·2 年前·2 コメント

Linux Process Priorities Demystified

sigma-star.at
5 ポイント·投稿者 gdgghhhhh·2 年前·0 コメント

Restricting network access using Linux Network Namespaces

sigma-star.at
3 ポイント·投稿者 gdgghhhhh·2 年前·0 コメント

コメント

gdgghhhhh
·先月·議論
So, they "decided" it's not a derivative and thus can be listened under MIT instead of GPL....
gdgghhhhh
·2 か月前·議論
https://nvd.nist.gov/vuln/detail/CVE-2026-21250
gdgghhhhh
·6 か月前·議論
Oh. I was not aware of that
gdgghhhhh
·6 か月前·議論
/proc is a Linux thing.
gdgghhhhh
·11 か月前·議論
It's amazing how many of the "experts" here don't get that bcachefs != btrfs
gdgghhhhh
·11 か月前·議論
Also consider putting Firefox itself into a jail. E.g. using bubblewrap on Linux: https://gist.github.com/richardweinberger/cae9edeafeec4cdf65...
gdgghhhhh
·11 か月前·議論
FWIW, the missing source has been released.
gdgghhhhh
·昨年·議論
In this context, this is worth a read: https://hachyderm.io/@josefbacik/114755106269205960
gdgghhhhh
·昨年·議論
politely, yes.
gdgghhhhh
·昨年·議論
I wonder how well it works with heavily nested files. AFAIU, this is a recursive parser.
gdgghhhhh
·昨年·議論
The title really confused me until I realized this has nothing to do with https://millcomputing.com/ :-)
gdgghhhhh
·昨年·議論
Speaking of helix, does is support vim key bindings? Last time I tried, it was kinda disappointing to be forced to learn a completely key binding set.
gdgghhhhh
·2 年前·議論
I wonder how the code looks, it must be a maze of "on error goto" lines to not crash at the slightest error.
gdgghhhhh
·2 年前·議論
The program doesn't look like a typical VB6 application, I guess the author draws all UI elements himself?
gdgghhhhh
·2 年前·議論
No Kent, really.
gdgghhhhh
·2 年前·議論
I suggest reading the whole mail thread before judging. The CoC decision was the last resort.
gdgghhhhh
·2 年前·議論
Don't get me wrong, OSS does not mean it will build in any random configuration on any distro. The source is there. Maybe 7zip could do better, but still...
gdgghhhhh
·2 年前·議論
Perf trace is also worth noting. It was much less performance overhead than strace. https://man7.org/linux/man-pages/man1/perf-trace.1.html
gdgghhhhh
·2 年前·議論
Since you are writing to the location where rip is pointing to, you need to rewind to the beginning of the page first. Otherwise the program will crash if you're unlucky and rip is currently exactly at the end of an executable mapping. Low chance, but still...
gdgghhhhh
·2 年前·議論
One use case I have faced more than once are stuck processes in legacy build systems. For example, generating docs takes ages. Just killing the generator process will fail the build because the parent will notice. And since the build system is buggy/old, restarting the build will start from zero.