everything what i need is tested and working.
(haven't tested: fingerprint sensor)
(work in progress: microphone)
\o/
sysctl kern.audio.record=1then
rcctl start sndiod
# cat > /dev/audio0 < /dev/zero &all inputs and outputs are not muted...
[1] 9926
# audioctl play.{bytes,errors}
play.bytes=3312000
play.errors=0
# audioctl play.{bytes,errors}
play.bytes=7065600
play.errors=0
# audioctl play.{bytes,errors}
play.bytes=9379200
play.errors=0
# kill %1
# fg %1
cat > /dev/audio0 < /dev/zero
Terminated
I've been working on Pixel Room Creator this week. Here are some half-finished assets that will be in the 1.1 update. I will create some more when I have time. Currently aiming at getting the update done for the one year anniversary, June 1.
#ScreenshotSaturday #IndieGame #IndieDev #PixelArt #Isometric
Entertaining the idea of creating a digital font based on the design language of the abstract paintings I did a while ago. #theWorkshop
Here's a quick sketch in the same style I did today. Neat what you can do with three colors.
New nchrs logo type? #theWorkshop
loved the colors and the pixels.
took me over three decades to see it on my screen :)
• audio(ok)
• battery(ok)
• display port(ok)
• ethernet(ok)
• ssd(ok)
• trackpad(ok)
• trackpoint(ok)
• usb(ok)
• video(ok)
• wireless(ok) --- after fw_update
• hibernation(ok)
• suspend/resume(ok)
• bluetooth(no)
• fingerprint(not tested)
• microphone(not tested)
• webcam(not tested)
everything is okay, but even while idle the fan is at ~2000 rpm and temperature is about +40ºC...
after silent macbook air m1 it's just too noisy :)
\o/
so solution is to work in a cold room and don't stress cpu too much :)
I moved all my repos to #GotHub:
And you can do the same! Go to https://gothub.org/ and check it out!
Maybe you are interesting on this one too:
why some of the files listed twice? o_O
#openbsd
Nobody on LinkedIn has ever had a bad day. Every setback is a "growth opportunity." Every firing is a "new chapter." Every complete professional disaster is framed as "excited to announce." These people would describe the Titanic as "a bold pivot to submarine operations."
I’m launching my “unreliable timecapsule” website that is stored in a 1.44mb floppy and running on a raspberry pi. If you feel like, leave a message to the future, as long as the floppy lives! Once it gets filled, that’s it. Check it out at https://floppy.loop0.sh
And be kind.
Anyone out there running wayland on #openbsd, as a daily driver that have written anything about it?
If you need it outside of vim, there's expand(1) and unexpand(1)
$ expand -t4 file_with_tabs.txt > file_with_spaces.txt
$ unexpand -t 4 has_spaces.txt > now_with_tabs.txt
https://support.apple.com/guide/music/intro-to-the-itunes-store-mus3e2346c2/mac
All songs offered by the iTunes Store come without Digital Rights Management (DRM) protection. These DRM-free songs, called iTunes Plus, have no usage restrictions and feature high-quality, 256 kbps AAC (Advanced Audio Coding) encoding.CC: @kayserifserif@sunny.garden
Here's echo.html [1], a project I've been working on for almost a year! It's a tool to take notes, connect them, and save/share them as a single file. Imagine a mix between Feather Wiki and Roam but with commands like on emacs. Feels strange, and exciting, to call it done. :) Hope you like it!