Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
FAQs about neinfront:How many episodes does neinfront have?The podcast currently has 20 episodes available.
January 02, 2024Quake software rendering: stop motionHow Quake renders in 3D.A quick change was made to the engine to page-fault on every write to the framebuffer if a console variable is set to 1. Un-faulting by allowing writes, single-stepping forward, trapping again, flipping the framebuffer, disallowing writes again.This goes on until the entire frame finished rendering....more0minPlay
July 19, 2023Livestreaming 9front -> linux using QOI images over ethernethttps://git.sr.ht/~ft/qoistream...more0minPlay
July 13, 20239front: plumbing remote files from vt+tmuxSeamless plumbing directories and files from remote machines running OpenBSD and Linux, into 9front.How to configure: http://wiki.9front.org/plumber-vtAdditional plumber rule for vdir with a patch for dir plumbing:type is textarg isdir $dataplumb to vdirplumb client window vdir...more0minPlay
May 15, 2023Quake 1 running on 9front, on MNT ReformWith just a bit of work it is almost playable in fullscreen. That's for people who believe /dev/draw can't be fast enough.Also sorry it looks dusty - I have a dog....more0minPlay
December 14, 20229front + linux plumbing: vt + sshfsShowing how in latest 9front it's possible to easily plumb remote files from Unix hosts to 9front, via vt(1).OSC 7 (reporting current directory) has been added to vt, which allows easier plumbing. The two requirements are:mounting remote hosts to /n/$HOSTNAMEadding OSC 7 to your remote shell: https://codeberg.org/dnkl/foot/wiki#user-content-spawning-new-terminal-instances-in-the-current-working-directoryIf you're using tmux, one of the options is to tell it your terminal supports OSC 7: see "set-option", "terminal-features" in the manual page. What I have in my ~/.tmux.conf is set-option -s terminal-features[2] *:osc7. This is slightly wrong but does the job....more0minPlay
November 15, 20229front -bIn this video you'll see the only color theme accepted by 9front community....more0minPlay
October 08, 2022Quake 2 on Reform's keyboard OLEDMirroring an existing window with a script:while() { iconv -u < /dev/wsys/11/window > /dev/kbdoled; sleep 0.016 }This is stupid....more0minPlay
October 08, 2022MNT Reform's keyboard OLED as a fileMirroring an existing window to Reform's keyboard built-in OLED is just:croppingconverting to a Plan 9 1-bit B/W image andwriting it to a /dev/kbdoled (provided by reform/pm filesystem).Of course, catclock is the best example. Eyes fit perfectly!...more0minPlay
FAQs about neinfront:How many episodes does neinfront have?The podcast currently has 20 episodes available.