rhpp

u/rhpp@programming.dev
0 posts · 18 comments

Recent posts

No posts.

Recent comments

What's worse, that comment links to the Keep Android Open movement which specifically targets Google's sideloading restrictions and it's already known that they don't apply to GrapheneOS. This is the specific reasoning behind my downvote. Whether there are any other threats to GrapheneOS is irrelevant since the comment in question doesn't mention them and is backed by a false claim instead.

Unless the culprit is that one process permanently stuck in uninterruptible disk sleep, in which case the timer would just perpetually go up, and pressing 7x Ctrl-Alt-Del as you mentioned will simply shut down systemd and the kernel itself will start complaining (faulty hardware can cause this)

What's more confusing is that on my laptop pressing the copilot key only sends the key down events and releasing sends the corresponding key up events, which makes it actually usable as a modifier key without resorting to weird timers.

on Rich tax. · c/whitepeopletwitter · 6 pts · 1y

That's not how exponential growth works. A ×10 increase in 1.2 years implies a ×10^10^ increase in 12 years. According to these numbers it should be ×10 in 6 years which roughly aligns with the end of the decade.

on void * · c/programmer_humor · 97 pts · 2y

Actually void* just points to anything, with no regard to the type of that thing. Pointing to the void is more accurately described by NULL pointer.

Still false, thanks to compiler optimizations. Remember that integer overflow is UB. (unless you're using unsigned int or a programming language which strictly defines integer overflow, possibly as an error)

P.S.: Assuming this is C/C++

on Approved! · c/programmer_humor · 1 pts · 3y

I wonder why the downvote counter went into the negatives. (and for some reason that only seems to show in my home instance)