Modified version of ulisp-arm (see below) for use with a self-contained uLisp computer based on the Teensy 4.1, a TFT screen with RA8875 controller and an USB keyboard. The REPL works locally and via serial connection simultaneously and prints to the TFT as well.
I think I've wrangled all the adventure logs that I know of so far for this year's #DecemberAdventure -- thanks so much to everyone who's sent me a link!
Honestly, my favorite part of this is keeping up with everyone's logs.
@yrabbit @permacomputer my rough idea would be to equip a permacomputer with everything you need for its operation--currently the project would require the user to already possess a TV or monitor that could display composite video signals
you're probably right though: it is more likely you'd be able to salvage a TV than repair an in-built, yet broken, epaper screen
I've done some improvements to the album download user interface over at https://mirlo.space/. Try it out, and let me know if you encounter any bugs, or have ideas for further improvements.
@yrabbit @permacomputer hmm... gives me an idea: an epaper screen?
Hey @sacha, would you be able to record (or if you like, speak live via jitsi) an announcement for #emacsconf to share on the lispy gopher climate on Wednesday?
Etch A Sketch?
![Creating images with two motors and a classic drawing board Creating images with two motors and a classic drawing board](https://mastodon.sdf.org/system/media_attachments/files/113/573/860/926/111/259/original/cabacffbebc78181.jpg)
been working on the @permacomputer these last few days
i have a lot to report--i think i have stumbled upon a good video output solution for the first actual permacomputer prototype
I'm looking for a job. I can start January 1. I have 30 years of experience doing complex systems programming in many languages, most recently Typescript, Haskell, and Python. I learn quickly. I can do advanced mathematics.
This year I helped a company migrate 15,000 customers from another company into their own systems.
Last year I helped develop a differential privacy database product written in Haskell.
Before that I helped developed a laboratory information management system that tracked up to 30,000 Covid-19 tests per day.
Please check out my CV.
https://plover.com/~mjd/cv/Mark%20Jason%20Dominus%20-%202024b.pdf
The #Fediverse is not just posts from people who can confidently install Linux. It's full of posts on art, politics, cats, photography, activism, history, gaming, humor, cartoons, creativity and community from people who can confidently install Linux.
I wonder... Could we call 2005 the year computing power reached sufficiency?
Is the only reason *basically* any of us need more computing power down to inefficient software?
I'm sure some of you will want to draw the line earlier, but I made sure to include fully-programmable GPUs (like the XBox 360's) in my cut-off!
This is before smartphones, but only just!
Tiny ask. If you make things and sell them, or just sell things, can you pin a toot with a link to what you sell and a bit about you/what you sell etc? Thank you lovelies. It's nearly Christmas and I like boosting fedi gift ideas.
Edit. And we need more #fedigift #fedigitftshop #fedigifts #fedigiftIdeas tags!
it just occurred to me what a nice and fun experience it is browsing text-heavy articles on the web using only a TUI browser, all pages look beautiful in the same way, and are either fully readable or completely messed up... then I remembered why #gemini exists
I expect most of you know, but for those that missed it, there's a #BlackFriday sale over at https://z80kits.com with **15% discount** on all #RC2014 base kits, core modules, expansion modules and backplanes/enclosures. You just need the discount code **BFCM2024** at checkout. (Valid until Monday night)
![RC2014 logo between Black Friday and Cyber Monday in a dot matrix printer font RC2014 logo between Black Friday and Cyber Monday in a dot matrix printer font](https://assets.oldbytes.space/assets.oldbytes.space/media_attachments/files/113/568/719/905/100/394/original/8bd37323837a47f7.png)
![RC2014 Classic II modular Z80 computer with a 2x16 LCD module installed RC2014 Classic II modular Z80 computer with a 2x16 LCD module installed](https://assets.oldbytes.space/assets.oldbytes.space/media_attachments/files/113/568/720/182/393/775/original/304d1b8aa8f68226.jpg)
![RC2014 Zed Pro inside a blue box enclosure with a front panel featuring red LEDs, toggle switches and an LCD display. RC2014 Zed Pro inside a blue box enclosure with a front panel featuring red LEDs, toggle switches and an LCD display.](https://assets.oldbytes.space/assets.oldbytes.space/media_attachments/files/113/568/720/469/330/957/original/992db93b9fce8e02.jpg)
![RC2014 SID-Ulator emulated SID module. blue PCB with combination of pre-assembled SMD components and through-hole components. RC2014 SID-Ulator emulated SID module. blue PCB with combination of pre-assembled SMD components and through-hole components.](https://assets.oldbytes.space/assets.oldbytes.space/media_attachments/files/113/568/720/839/910/539/original/62a57912bf1c6271.jpg)
#AusPol #FediMeta #SocialMedia #SocialMediaBan #Under16SocialMediaBan #Under16SocialMedia #Privacy #DigitalRights #DataSecurity #Fedi
What does Australia’s social media ban for under 16s mean for smaller platforms, especially small to medium sized instances on the Fedi? I would like to hear opinions from as many people as possible and from not just Australians so please boost.
#lispmoo2 eeh, I added persisting changes. The way I did it was to use Waters' #Series and
(iterate ((s (scan-symbols pkg))
(with-open-file (out path/to/git/pkgname.limo :direction :output :if-exists :append)
(format out "{ @create ~s :named ~s } x~%" (first (get s :parents)) s)))
I guess I'm not meant to use format like this; I'm meant to customize pretty printing using format and then just use print, I guess, but w/e. #lisp