luRaichu

Results 13 comments of luRaichu

The new Up and Dn buttons just send PageUp and PageDn keycodes to the browser, They make page navigation easier vs. clicking on the scrollbar. The All button sends Ctrl...

I'm having the same problem as well. If you're running Chrome/Chromium headless, see if you can execute it in a desktop environment and perhaps that'll fix it. Many web services...

I wouldn't suggest using ChatGPT for anything other than artistic creation (or parodies), but I think creating a client that'll work on 68k Macs might be an easy task for...

I think I've found the best solution: https://68kmla.org/bb/index.php?threads/i-built-a-chatgpt-client-for-mac-os-9.44277/page-2 Apparently, you can't run it on beige Macs, though. At least not the 68000.

How do I modify the code to make the video loop indefinitely? I'm not a Rust person

Make sure your animation names in the new XML file are the same as in the old daddy dearest XML.

I tried streaming with VLC: `cvlc -vvv v4l2:///dev/video0 --noaudio --no-sout-audio --sout '#rtp{sdp=rtsp://:8080/}' :demux=h264` This results with: ``` ... [b3b0d518] main demux meta debug: no meta reader modules matched [004e3488] main...

I got RTMP streaming to work with ffmpeg! `ffmpeg -i /dev/video0 -b:a 100 -pix_fmt yuv420p -tune zerolatency -s 178x146 -fflags nobuffer -f flv rtmp://192.168.2.1/live` 192.168.2.1 is the LAN address of...

It should automatically shut down if battery voltage is low, even if Brickman hasn't started yet.

I think that would make command entry slow and cumbersome. Using the framebuffer terminal with a USB keyboard is probably best. My only problem with that terminal is that the...