blackHole://cafe
nilix
honked back 31 Mar 2023 16:00 -0600
in reply to: https://merveilles.town/users/cblgh/statuses/110119148414167675
nilix
bonked 31 Mar 2023 15:59 -0600
original: cblgh@merveilles.town
New Merveilles Jam Detected! Finish It 2023 Have a project that's been lingering? Seize this opportunity to finish it using that extra boost of energy that comes from jamming with others—the smaller the project, the better! It may be software, a feature, music, artistic, gardening-related - if you started working on it: it’s applicable https://cblgh.org/finish-it-jam/
[2023-04-02 — 2023-04-09]
#finishit
nilix
bonked 30 Mar 2023 21:23 -0600
original: xgqt@fosstodon.org
Software that you cannot compile on a 8 core CPU in under 8 hours should not be called open source even if under a OSS license. In 2025 you will need a 120C CPU with TBs of memory to compile Chromium, and then it will still segfault because some boomer forgot to properly initialize a GTK object.
Why?
Do I have to have a f-ing mainframe to run your crap?
How am I supposed to reproduce your software?
OSS corpo-ware is a load of crap.
nilix
honked back 30 Mar 2023 12:07 -0600
in reply to: https://merveilles.town/users/neauoire/statuses/110113549019333812
nilix
honked back 30 Mar 2023 12:01 -0600
in reply to: https://merveilles.town/users/neauoire/statuses/110113529294623538
nilix
honked back 30 Mar 2023 11:57 -0600
in reply to: https://merveilles.town/users/neauoire/statuses/110113516638964743
@neauoire Def interested in making it faster since I run it off a dinky Atom processor while I'm at work lol; thanks, I'll definitely give that a shot tonight!
nilix
honked back 30 Mar 2023 11:54 -0600
in reply to: https://merveilles.town/users/neauoire/statuses/110113356215853634
@neauoire nice. yeah I made great use of enums in taro to use the same functions on two different listbox datastructures so I could just pass the listbox base zeropage address in the stack, stash it, and use my
%LB_PROP { #xx ADD }
macros to make all the property access readable as STHkr LB_PROP
It's late but here is a #blog post of how I came to build #taro, the architecture, etc:
https://nilfm.cc/adventures_in_uxn_and_crystal.html
nilix
bonked 29 Mar 2023 20:46 -0600
original: jag@weirder.earth
mosstodon
nilix
honked back 29 Mar 2023 12:49 -0600
in reply to: https://merveilles.town/users/neauoire/statuses/110107990484103966
@neauoire @maxime_andre It's a nice way to do it cause you can easily hook up file descriptors to the stdio of the uxnemu and then setup fibers to handle the messaging, and imo the channel syntax and Process class is more user friendly than channels or os/exec in go :D
nilix
honked back 29 Mar 2023 12:29 -0600
in reply to: https://merveilles.town/users/neauoire/statuses/110107950002528445
@neauoire Thanks! Haha root veggie computing was just the natural choice. I'm really liking the uxn-frontend and crystal-backend architecture - I'll probably do more like this in the future!