HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gdgghhhhh

no profile record

Submissions

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

sigma-star.at
7 points·by gdgghhhhh·6 ay önce·1 comments

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

sigma-star.at
6 points·by gdgghhhhh·9 ay önce·0 comments

Data leak at Sonicwall: All cloud backups of firewalls stolen

heise.de
24 points·by gdgghhhhh·9 ay önce·0 comments

Possible GPL Violation by Banana Pi RiscV

github.com
14 points·by gdgghhhhh·11 ay önce·2 comments

German Blogger fefe is absent

old.reddit.com
14 points·by gdgghhhhh·geçen yıl·4 comments

EuroBillTracker – Follow your Euro notes

en.eurobilltracker.com
1 points·by gdgghhhhh·geçen yıl·0 comments

A Mess in the Python Community

lwn.net
15 points·by gdgghhhhh·2 yıl önce·5 comments

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

theregister.com
2 points·by gdgghhhhh·2 yıl önce·3 comments

Extensible scheduler class to be merged for 6.11

lwn.net
10 points·by gdgghhhhh·2 yıl önce·0 comments

Lazy Dog (Bomb)

en.wikipedia.org
17 points·by gdgghhhhh·2 yıl önce·2 comments

Linux Process Priorities Demystified

sigma-star.at
5 points·by gdgghhhhh·2 yıl önce·0 comments

Restricting network access using Linux Network Namespaces

sigma-star.at
3 points·by gdgghhhhh·2 yıl önce·0 comments

comments

gdgghhhhh
·geçen ay·discuss
So, they "decided" it's not a derivative and thus can be listened under MIT instead of GPL....
gdgghhhhh
·2 ay önce·discuss
https://nvd.nist.gov/vuln/detail/CVE-2026-21250
gdgghhhhh
·6 ay önce·discuss
Oh. I was not aware of that
gdgghhhhh
·6 ay önce·discuss
/proc is a Linux thing.
gdgghhhhh
·11 ay önce·discuss
It's amazing how many of the "experts" here don't get that bcachefs != btrfs
gdgghhhhh
·11 ay önce·discuss
Also consider putting Firefox itself into a jail. E.g. using bubblewrap on Linux: https://gist.github.com/richardweinberger/cae9edeafeec4cdf65...
gdgghhhhh
·11 ay önce·discuss
FWIW, the missing source has been released.
gdgghhhhh
·geçen yıl·discuss
In this context, this is worth a read: https://hachyderm.io/@josefbacik/114755106269205960
gdgghhhhh
·geçen yıl·discuss
politely, yes.
gdgghhhhh
·geçen yıl·discuss
I wonder how well it works with heavily nested files. AFAIU, this is a recursive parser.
gdgghhhhh
·geçen yıl·discuss
The title really confused me until I realized this has nothing to do with https://millcomputing.com/ :-)
gdgghhhhh
·geçen yıl·discuss
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 yıl önce·discuss
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 yıl önce·discuss
The program doesn't look like a typical VB6 application, I guess the author draws all UI elements himself?
gdgghhhhh
·2 yıl önce·discuss
No Kent, really.
gdgghhhhh
·2 yıl önce·discuss
I suggest reading the whole mail thread before judging. The CoC decision was the last resort.
gdgghhhhh
·2 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
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.