1. do you see the replies?
2. is your posse solution open source?
Brown noise on the command line (via sox):
play -n synth brownnoise
(there's also pinknoise, whitenoise...)
fake ocean waves:
play -n synth brownnoise synth pinknoise mix synth 0 0 0 10 10 40 trapezium amod 0.1 30
IMGRAM MINI
https://nein.triapul.cz/technology/ksh/imgram_mini/
Minuscule static gallery, compatible with @rostiger 's webring ( https://codeberg.org/rostiger/subversive.pics_webring )
/FLASH/LOGO.* on the usb drive.you may want to check your model here:
https://wilkgr76.github.io/tp_logo/
also i'd recommend to check official documentation on lenovo site.
I made an online bitmap font editor (monospace only for now) that can import and export a bunch of formats including TTF/WOFF.
damieng.github.io/ch8ter/
Source up at github.com/damieng/ch8ter
OpenBSD -current moves to 7.9-beta https://undeadly.org/cgi?action=article;sid=20260311062921
the fan still kicks in under the load, but at least when cpu frequency is low, the fan is off
#!/bin/shoutput looks like this:
b=$(apm -b) # 0 high, 1 low, 2 critical, 3 charging
l=$(apm -l) # %
m=$(apm -m) # minutes
if test "$m" = 'unknown'; then mm='-'; else mm="${m}m"; fi
p=$(apm -P) # 0
d=$(date +%Y%m%d-%H%M%S)
t=$(sysctl -n hw.sensors.acpithinkpad0.temp0 | cut -d. -f1)
f=$(sysctl -n hw.sensors.acpithinkpad0.fan0 | cut -d' ' -f1)
c=$(($(sysctl -n hw.sensors.cpu0.frequency0 | cut -d. -f1) / 1000000))
echo "$d ${c}mhz +${t} ${f}rpm $b ${l}% $mm"
20260310-233201 450mhz +42 0rpm 0 74% -running this script with crontab every minute:
* * * * * /bin/sh heat.sh >> /var/log/heat.log
browsers are 2-3% faster than in #xenocara
trackpad and trackpoint are not working as expected
whole setup a bit more complicated (starting from tty0, installing extra packages, extra line in fbtab, etc)
for this week at least i'm switching back to good old #x11 and #cwm :)
startsway.sh as root, but when i run it as myself, getting this error:00:00:00.020 [ERROR] [wlr] [libseat] [libseat/backend/noop.c:57] Failed to open device: Permission deniedalso trackpad scrolling doesn't work (tested in firefox, which runs as root)
00:00:00.020 [ERROR] [wlr] [backend/session/session.c:331] Failed to open device: '/dev/dri/card0': Permission denied
00:00:00.020 [ERROR] [wlr] [backend/session/session.c:424] Unable to open /dev/dri/card0 as KMS device
00:00:00.020 [ERROR] [wlr] [backend/backend.c:245] Found 0 GPUs, cannot create backend
00:00:00.020 [ERROR] [wlr] [backend/backend.c:420] Failed to open any DRM device
00:00:00.021 [ERROR] [sway/server.c:247] Unable to create backend
Talking w/ friends about shortwave recently and was reminded as a 1980s kid I was able to RECEIVE PICTURES FROM SPACE SATELLITES on my Apple ][ w/ a simple circuit & assembly code from a magazine. I found it! BYTE June 84: https://www.worldradiohistory.com/Archive-Byte/80s/Byte-1984-06.pdf On perfboard into joystick port! #appleii
Okay this is doing the rounds and it's fun and infuriating. My advice: if you hit one you can't do, just guess and keep going. There are certain hues I struggled with more than others.
FWIW, I got 0.0050
pink is the hardest for me... also this test works the best on iphone, not so good on google pixel.
edit: the best results on macbook :)
also curious if recent changes help in any way...
uname -sr
sysctl hw.versiontime (x11perf \
-dot \
-create \
-destroy \
-map \
-rect500 \
-aa24text \
-copywinwin100 \
-f8text \
-fitext \
-gc \
-getimage500 \
-pcircle100 \
-polytext \
-putimage500 \
-rect500 \
-resize \
-scroll100 \
-tileftext \
-tr10text \
-triangle100 \
-repeat 2 \
-time 1 > /dev/null)