Finally a TUI Obsidian-like note app. I have been waiting for this for so long. It is super quick and while it does not have every feature Obsidian has it is all I need. The developer is super nice and fixed the two issues I had quickly.
Finally a TUI Obsidian-like note app. I have been waiting for this for so long. It is super quick and while it does not have every feature Obsidian has it is all I need. The developer is super nice and fixed the two issues I had quickly.
some self hosting resources and some nice tools
31 Best Free and Open Source Linux General Purpose GUI Note Apps
I've gotten out a hex editor to start debugging my #JavaScript .WAV generator, it's business time
Post sprawdzający jak spisuje się formatowanie markdown na Mastodon.
Jakie są możliwości?
kolejne ciekawe zastosowanie.
Nie działa
też fajnie, bo na co to komu.
Do notatek też spoko
dajcie znać jak wyświetla się te post
Dla ułatwienia gotowy komentarz:
Post wyświetla się jako sformatowany.
Formatowanie markdown jest super!
After reading @rl_dane's post, I wanted to share how I manage my #bookmarks, and add some quick #notes using #neovim.
#editors #vi #vim #shell #fediverse #bsd #linux
https://lazybea.rs/ils-bookmarks-and-notes
[Project tape] Funnily enough my .wav generator written at 2am doesn’t work 🤷♂️
There are a few extra hurdles in #WebDev to record lossless audio, basically you can’t use the nice MediaRecorder API. You need to create a Worklet that runs in another thread to process the raw float32 audio as it comes in. I made one of those that chunks up the audio and posts it back to the main thread.
Then there is another bit that takes those chunks and writes them into IndexedDB (overdubbing existing recordings) in 1 second samples. This is all stereo too!
So you could record a bit, rewind then record over the first recording to create layering, maybe a bit silly but I’m all for the fun angle.
Once I get the .wav part working I can test that the raw data being recorded is actually what I think it is. Then there will be lots of fiddling to find nice chunk sizes that don’t slow down or freeze the app too much.