I wonder why people didn’t settle on XDG_CONFIG_HOME
as ~/etc
. Makes so much sense!
@abucci@anthony.buc.ci Let’s say that for me personally it’s an option that sucks less.
Self as in the user repairs his own phone.
@prologic@twtxt.net It’s the new model of Fairphone? :D It’s self upgradable and repairable, not sure about the upgradable part.
Oh btw all, Fairphone 5 is out https://www.fairphone.com/en/, I remember @jlj@twt.nfld.uk was interested in it! :D
Trying to 😆
Ah, the subtle difference between “trying” and “doing”! :D
Also, I’ll never take responsibility for other people’s expectations! I do what I do, work as I work, am as I am, never do what should do, work as I should work, be as I should be.
Ok, broke off my relationship with the guys I developed the driver for. They’re using a C framework which I find super crappy (https://github.com/espressif/esp-idf) and I do plain C.
I developed the driver in plain C.
Not sure about the licensing tho.
@thecanine@twtxt.net I may be settling on the one shown here https://worldwideweb.cern.ch/browser/
@thecanine@twtxt.net Can you recommend me some good pixelated fonts?
Been doing some embedded development lately. Building a driver for an electricity metering chip. First time I developed a driver. Got some $$$ also finally! :D
@lyse@lyse.isobeef.org I’ve integrated it in my workflow! I can validate all my HTML
s via a shell script before uploading!
@movq@www.uninformativ.de You simply run vnu <file.html>
and that’s all!
@lyse@lyse.isobeef.org https://validator.github.io/validator/, I’m running it locally on OpenBSD via pkg_add vnu
@eldersnake@twtxt.net There, first place: https://news.ycombinator.com/
@prologic@twtxt.net Patience! :D
The VCS is shaping up pretty nicely! I’m already using it! :D
I rediscovered Garbage! :D
@carsten@yarn.zn80.net Wow! You drew this?
Like this https://envs.sh/hzH.diff, it’s a single patch file.
@prologic@twtxt.net Yeah, I’m considering a simpler storage format.
And I’d rather have a plain text repo!
@prologic@twtxt.net I’m not a big fan of the CLI interface!
Error compiling nix
. Crap, so complicated! See, that’s why I’m building a VCS and not doing React.
@abucci@anthony.buc.ci Ran it on OpenBSD, running it on Linux now.
I was rejected for a go
job a while ago @prologic@twtxt.net , weird reasons. Something that I sent a “Resume” instead of a “CV”.
Also, don’t tell me to get a job, my sleep schedule is fucked and I don’t want to do React.
Yeah, errors on cargo install pijul --version "~1.0.0-beta"
…
@jlj@twt.nfld.uk Also, if you have any problems I could solve?
I’m installing now, It’s not the first time. I remember tho I wasn’t satisfied with their repo format.
@abucci@anthony.buc.ci Ah, I remember at leas one issue I had with Pijul. Rust….
@carsten@yarn.zn80.net Interested in migrating https://cbrueggenolte.de/ to mkws
? Isn’t flask a little bit overkill? :D I could do the work! :D
Example repo for my VCS
My VCS would allow you use standard UNIX tools like diff
and patch
.
@abucci@anthony.buc.ci Is the repo plain text?
Oh, btw, I’m considering building a VCS. The whole repository is just a single big patch file. It’s for small projects tho. Ideas on what problems I might encounter with this approach?
Ok, I have to make 200€ to pay rent. I’ve moved places in the meantime! Have a decent place. You’re familiar with my work, let me know if you have some problems I could solve!
Use it as backup machine!
@stigatle@yarn.stigatle.no Get the cheap 5€ server from Kimsufi when it’s available and have fun installing it via NFS
with no VNC
. I had alot of fun installing it.
@stigatle@yarn.stigatle.no And what’s preventing you from running it?
@jlj@twt.nfld.uk Very grateful for the 5€/month donation, it’s paying my backup server Intel ATOM N2800 Kimsufi dedicated server. It’s running DragonflyBSD! :D
New song I listen to on repeat Ellie Goulding - Easy Lover feat Big Sean (Official Video) ft. Big Sean!
mkws
works GREAT with Plan9 mk. You just replace the bin/mkws
script with a mkfile
. It's drop in! Just create a mkfile
in the bin
directory, name it mkws
and use a mk
shebank like #!/usr/local/plan9/bin/mk -f
.
mk
can be installed on Linux
/BSD
systems via plan9port!
Btw, mkws
works GREAT with Plan9 mk. You just replace the bin/mkws
script with a mkfile
. It’s drop in! Just create a mkfile
in the bin
directory, name it mkws
and use a mk
shebank like #!/usr/local/plan9/bin/mk -f
.
#!/usr/local/plan9/bin/mk -f
URL=//example.com
SHARE=share
THEMEFILES=$SHARE/l.upphtml\
$SHARE/s.uppcss\
TPLFILES=`{find . -maxdepth 1 -name "*.upphtml" | cut -c3-}
HTMLFILES=${TPLFILES:%.upphtml=%.html}
$URL:V: sitemap.xml $HTMLFILES
%.html:Q: %.upphtml $THEMEFILES
echo Making $target
pp $SHARE/l.upphtml ${target%.html}.upphtml $URL > $target
sitemap.xml:Q: $HTMLFILES $SHARE/sitemap.uppxml
echo Making $target
pp $SHARE/sitemap.uppxml $URL > $target
clean:VQ:
echo "$HTMLFILES" sitemap.xml | xargs -n1 echo "Removing"
rm -f $HTMLFILES sitemap.xml
There, your web site builds only when assets are out of date!`
@chunkimo@twtxt.net How about one for C?
Also installed a 9front
on vmd
!