The Last Gasps of the Rent Seeking Classgeohot.github.io2 points·by esotericwarfare·5 months ago·0 comments
TTY, Linux Framebuffer, Eglfs and SDL Without Xorg or Waylandimlauer.github.io4 points·by esotericwarfare·10 months ago·0 comments
esotericwarfare·6 months ago·discussRead this one: http://geohot.github.io/blog/jekyll/update/2021/06/23/pieces...>Capitalism is so rigged it isn’t fun anymore.
esotericwarfare·last year·discussYou can render JS only websites using chromium headless like this:chromium --headless example.com --disable-gpu --run-all-compositor-stages-before-draw --dump-dom --virtual-time-budget=10000 --window-size=800,600 | sed "s|<head>|<head><base href=example.com>|g" | lynx -stdin