twtxt

Twts for https://twtxt.net/user/adi/twtxt.txt

🔄 Refresh timeline

👨‍💻 Login

Following: 0

adi
Reply to #poq3aqq
@Anthony_Sorace There is no try! :D
2 weeks ago
💬 Reply


adi
Reply to #poq3aqq
@Anthony_Sorace Why not Go?
2 weeks ago
💬 Reply


adi
Reply to #am6pjbq
@lyse To me it sounds just like Stairway to Heaven played backwards. :D
2 weeks ago
💬 Reply


adi
Reply to #dxg2rta
It somehow reminded me of https://youtu.be/FNE75XznfIE?si=Qw2E9VX9JPSSI70g, I was looking for hidden messages in the letters. :P
3 weeks ago
💬 Reply


adi
Reply to #dxg2rta
@Anthony_Sorace I'm getting:

magicclock.c:189 function args not checked: drawclock
magicclock.c:234 function args not checked: drawclock

btw, fixed it myself``
3 weeks ago
💬 Reply


adi
Reply to #dxg2rta
@Anthony_Sorace I have a ton of ideas to implement for Plan 9 but I recently discovered http://www.collyer.net/who/geoff/9/ Geoff's 9k but still didn't get it to boot on OpenBSD vmm. For now, main problem is the serial console is not working I think. I'll have to diff with jmk... I think again.
3 weeks ago
💬 Reply


adi
Reply to #b6m7laq
Also, not sure about those _lost_ RAM.
1 month ago
💬 Reply


adi
Reply to #b6m7laq
Serial console doesn't work tho.
1 month ago
💬 Reply


adi
Reply to #b6m7laq
And it booted

https://prnt.sc/ftkB-yLhbccZ

I can drawterm and all.
1 month ago
💬 Reply


adi
I'm tinkering with the Plan 9 9k kernel https://github.com/0intro/plan9-contrib/tree/main/sys/src/9k testing if I can boot it on OpenBSD `vmm`, it's booting but interrupts don't work.
1 month ago
💬 Reply


adi
I just remembered Mr. Oizo https://youtu.be/qmsbP13xu6k?si=g7yNfWeONis8D5Eh
1 month ago
💬 Reply


adi
Reply to #d6xxntq
@prologic There's no guarantee you'll increase your portofolio and wealth if you invest, much less if you borrow to invest.
1 month ago
💬 Reply


adi
Reply to #ndaoqya
@Anthony_Sorace Haha, no leads ! But would be cool! :)
1 month ago
💬 Reply


adi
Reply to #dabdvaq
@movq Matters for your own personal sense of satisfaction.
1 month ago
💬 Reply


adi
Reply to #ndaoqya
@Anthony_Sorace That's money for p9f?
1 month ago
💬 Reply


adi
Reply to #stg6sjq
@movq Ooops, there were already ported drivers http://9legacy.org/9legacy/patch/pc-sdvirtio.diff. Oh well, learning experience.
1 month ago
💬 Reply


adi
Reply to #dabdvaq
@movq I'm pretty happy with my naming abilites. I do alot of research before hand tho so that my names fit with the overall naming scheme. `dusage` is not a bad name to be honest, but we already have `du` with is short for "disk usage", if you don't have a `du` in OS/2 I think it's an ok name.
1 month ago
💬 Reply


adi
I see myself slowly migrating to Plan 9.
1 month ago
💬 Reply


adi
Earliest version of `mkws` https://info.cern.ch/hypertext/WWW/Provider/ShellScript.html 😀 from the first web site ever.
1 month ago
💬 Reply


adi
Reply to #dabdvaq
@movq Sounds very frenchy "d'usage" or something like that.
1 month ago
💬 Reply


adi
Reply to #dabdvaq
@movq For some reason I kept reading `dusage` like you would read French `visage`.
1 month ago
💬 Reply


adi
Oh, and I'm finally starting to feel confortable with `ed`. :D
1 month ago
💬 Reply


adi
Reply to #stg6sjq
@movq https://9front.org/ is a fork of the original https://plan9.io/plan9/. I just ported 9fronts drivers (https://git.9front.org/plan9front/plan9front/1b51d5683a5d8adcde03bbd277e6331f23c2f723/sys/src/9/pc/ethervirtio.c/f.html and https://git.9front.org/plan9front/plan9front/1b51d5683a5d8adcde03bbd277e6331f23c2f723/sys/src/9/pc/sdvirtio.c/f.html) to the original Plan 9. It was almost drop in to be honest. If I were to build one from scratch, there's this: https://brennan.io/2020/03/22/sos-block-device/, looks digestible.
1 month ago
💬 Reply


adi
Ok, had some fun porting 9front virtio drivers to 9legacy for OpenBSD vmd:

https://prnt.sc/xOCx0q7yT_WD
1 month ago
💬 Reply


adi
Reply to #rjfiy7q
@prologic Lots of content is crap tbh!
2 months ago
💬 Reply


adi
Reply to #acum7hq
In their defense, they don't have a web site up at that domain address.
2 months ago
💬 Reply


adi
I just figured out, their domain was just one letter different from another EV charging company domain.
2 months ago
💬 Reply


adi
Reply to #7wys7xa
@prologic They were doing embedded development just like you would JavaScript development, using only "the framework", as I said: https://github.com/espressif/esp-idf, compile times were super long (20s), the boss asked "How many times do I compile **per day**?" I said: "constantly....". Just couldn't work with the framework, was super slow. Had to develop the driver bare metal and after that integrate it!
2 months ago
💬 Reply


adi
Reply to #7wys7xa
The owner/boss was a Python progammer, never heard of Go!
2 months ago
💬 Reply


adi
Reply to #7wys7xa
@prologic They knew about `microPython`, but the boss never heard about Go, the other guy may have heard of it tho,... I think!
2 months ago
💬 Reply


adi
Reply to #7wys7xa
@prologic Yeah! They called themselves embedded C programmers, pretty sure they couldn't write a `Makefile`. I called them scammers tbh!
2 months ago
💬 Reply


adi
Oh, btw, previous guys I worked with never heard of Go!
2 months ago
💬 Reply


adi
Reply to #b3ia53a
@lyse That was for an energy metering driver I made (EV charging stations).

I'm currently working on a VCS for small projects. Single file, plain text repository made entirely of just patches. I'm currently porting to 9Front and all I have is to do add suport for 3 way merging (I think I'll just use `diff3` on Linux and `merge3` on OpenBSD for that. Currently it only supports plain text and no binaries.

This an example repo for my dotfiles https://0x0.st/HRnc.diff, view log implementation in `awk`: https://0x0.st/HRnT.sh

@everybody
If interested, some 💵 would be great as I've been out of job for a few months now and they payed like shit when I was working with them.

https://www.paypal.com/donate/?hosted_button_id=7QXC2F3ANCDC2

You could clone that repo with only:

curl https://0x0.st/HRnc.diff | tee v | patch -p0

However, `patch` would leave some extra files in the directory.
2 months ago
💬 Reply


adi
@lyse This is what I was using `cu` for https://github.com/espressif/esp-idf?tab=readme-ov-file#viewing-serial-output
2 months ago
💬 Reply


adi
Reply to #shms72a
@dfaria Honest philosophy would say you don't need help!
2 months ago
💬 Reply


adi
Ex Microsoft executive in Romania sentenced to 6 years for tax evasion. https://www-digi24-ro.translate.goog/stiri/actualitate/justitie/fostul-director-al-microsoft-romania-a-fost-ridicat-de-politisti-dupa-ce-a-fost-condamnat-la-6-ani-de-inchisoare-pentru-evaziune-2680453?_x_tr_sl=ro&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp&__grsc=cookieIsUndef0&__grts=56913881&__grua=a8877bd08bc4b8d79850cfe10dc29217&__grrn=1
3 months ago
💬 Reply


adi
Reply to #62vi2ma
@movq `movq.de` is cool. I don't see any problem as long as you set up redirects.
3 months ago
💬 Reply


adi
Reply to #xnhrg5a
First comment is also gold:

> This is also adult me listening to Many Men.
3 months ago
💬 Reply


adi
Haven't seen something as funny as this in a long time!

https://youtube.com/shorts/WNZ_8S7ADKk?si=8N43TO5Bbe_P8J7x
3 months ago
💬 Reply


adi
Reply to #vt6nxha
@movq Heh! I think I just closed the window or just `kill`-ed the process whenever I got **that** laggy, if ever, that I couldn't quit with just `exit`.
3 months ago
💬 Reply


adi
Reply to #vt6nxha
@lyse

> [...] It is now frequently used for tasks such as attaching to the serial console of another machine for administrative or debugging purposes.

https://man.openbsd.org/cu.1
3 months ago
💬 Reply


adi
Reply to #vt6nxha
You quit `cu` by pressing `~.`. If that doesn't work, "just hit Enter a couple of times before the combination" (read it on some forum).
3 months ago
💬 Reply


adi
Reply to #vt6nxha
@lyse I personally used it to connect to embedded dev boards via serial connection (dev boards I noticed come with a lot of crap frameworks and tools. I just used `cu` and plain C). You can also use it for https://man.openbsd.org/vmctl.8#console.
3 months ago
💬 Reply


adi
I remembered `cu` is next to `vi` in the "impossible to quit software" list.
3 months ago
💬 Reply


adi
I've been playing https://store.steampowered.com/app/588430/fallout_shelter for the last months.
3 months ago
💬 Reply


adi
Reply to #obpdfca
@movq Nice name!
3 months ago
💬 Reply


adi
Reply to #mgs427q
@movq 👏
3 months ago
💬 Reply


adi
Reply to #hav3dva
@prologic I maintain my opinion that's it's just not worth avoiding learning HTML, CSS.
3 months ago
💬 Reply


adi
This sounds even better!

https://youtu.be/uDqvmeq1nj0?si=5k8gwBPoZapnQMIv
3 months ago
💬 Reply


adi
This sounds super good!

https://youtu.be/sCz5y84dwuA?si=vjYMMkY6da7mHZI1
3 months ago
💬 Reply


⏭️ Next