Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
r u ready to WALK
Sep 29, 2001

the stupid part about overcommit is that it conditions programmers to always assume that memory allocation requests succeed and never implement any error handling
programs that gracefully handle an out of memory condition are a rarity nowadays

autogrowing page files is also really stupid since a leaky application can grind the whole system to a halt with 100gb of garbage paged out to disk. There should never be a reason to have more than maybe 8gb swap total.

iOS having APIs to tell an application "hey clean up your poo poo or i'm going to terminate you" is one of the few things they did better on mobile platforms, the iphone 4 got by on 512mb ram and adding more memory just seems to make developers more wasteful.

Adbot
ADBOT LOVES YOU

r u ready to WALK
Sep 29, 2001

https://github.com/orsonteodoro/psdoom-ng1

https://www.youtube.com/watch?v=xc4pIvD0uHk&t=120s

r u ready to WALK
Sep 29, 2001

The problem on windows is often that the graphics driver is stuck or the foreground crashed app has locked the inputs somehow so they don’t reach the task manager window.
Those old Logitech keyboards with the tiny LCD screen built in had a really nice add on where you could manage tasks on that screen and easily kill a crashed foreground application, I miss that

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply