Live data from Hacker News

Hundred Rabbits is a small collective exploring the failability of modern tech

100r.co

51–60 of 504 posts

Re: Hundred Rabbits is a small collective exploring the failability of modern tech

#51
At WHOI we frequently run into some of these issues. Ocean-going projects often have long periods of disconnect, or have just a tiny bandwidth-capped connections that are meant for sending home critical data and not for automated software updates...

So much software also just takes for granted that it should be allowed on the Internet.

Re: Hundred Rabbits is a small collective exploring the failability of modern tech

#52
post #41
post #9

Earlier quoted context omitted.

It keeps bouncing between too real and too absurd. Absurd: Not enough power on our sailboat to run Ableton and Photoshop. Real: So we replaced it with open source technology. Absurd: That technology was based on Electron. Real: Electron was too bloated. Absurd: So we ported everything over to the NES. Real: And now you can run our software anywhere you can emulate an NES

Chat rooms and bare bones text editors aren't supposed to be process-heavy, and yet the popular communication platform Slack requires outrageous amounts of ram and CPU to function. [...] Making software this way is costly to off-grid users, or those on slow connections, [...] So true.

Slack had a good solution in the form of an IRC bridge but of course they killed it.

Re: Hundred Rabbits is a small collective exploring the failability of modern tech

#53
post #5

My solution would have been: older copies of photoshop that don't require an internet connection and a larger battery + solar panels.

When faced with a similar situation and come up with multiple potential solutions — such as settling for older Adobe software versus creating your own resource-efficient graphics application, I'd definitely take the more creative and fun solution over the quick and simple one! Interesting how people's approaches vary in this way.

(That does change somewhat when doing paid work though...)

Re: Hundred Rabbits is a small collective exploring the failability of modern tech

#55
Site: "This website has no tracking or analytics."

Privacy Badger blocked tracking from:

    googleads.g.doubleclick.net
    static.doubleclick.net
    play.google.com
    www.google.com
    www.youtube.com
Because

    
    
If you use anything from Google, you will be tracked.

Re: Hundred Rabbits is a small collective exploring the failability of modern tech

#56
post #17

Earlier quoted context omitted.

They run 9front, much better than XP and 7. No reinstalls, no DLL hells, everything it's statically compiled, updates can be done totally in place and offline. Good luck running Windows 7 on an RPI and with a laughable power draw. Oh, and don't even compare VS + MSDN documentations (huge GB's wasted) vs what Acme can do and just the plan9's 9.intro.pdf book. The disk usage would wear out any SD in days. 9front, otoh,…

The constraints under which they work are wonderful. Power included. It basically mandates excellence, efficiency.-

The thing is, while it might mandate efficiency, what they made was an un optimized 8 bit VM synthesizing 16bit arithmetic running on 64 bit hardware. It's not efficient at all, it's just that the constraints they gave themselves leaves enormous amount of power on the table.

Re: Hundred Rabbits is a small collective exploring the failability of modern tech

#57
post #41

Earlier quoted context omitted.

Chat rooms and bare bones text editors aren't supposed to be process-heavy, and yet the popular communication platform Slack requires outrageous amounts of ram and CPU to function. [...] Making software this way is costly to off-grid users, or those on slow connections, [...] So true.

Slack had a good solution in the form of an IRC bridge but of course they killed it.

Yep. When you're small, cooperate, when you're big, kick everyone else out

Re: Hundred Rabbits is a small collective exploring the failability of modern tech

#58

Their 2d music programming language, Orca is very cool/fun. Some examples: https://youtube.com/watch?v=MNF8SF69QvM&list=PLb1uDATFJPcEEG... https://youtube.com/watch?v=DBI8eBMGyYs https://youtube.com/watch?v=mxr8Dtw2R5w https://youtube.com/watch?v=RDZiKYSGsjg

for anyone curious about learning, i made a tutorial and playground for orca:

https://metasyn.srht.site/learn-orca/

Re: Hundred Rabbits is a small collective exploring the failability of modern tech

#59

UXN / Varvara (a project by these folks) is something really special https://100r.co/site/uxn.html - an approach to creating intelligible software by applying strict complexity constraints, sort of like Viewpoint Research’s STEPS project, but with more concrete goals and an even smaller and simpler basis.

for anyone curious about learning, i made an online port of UXN using emscripten that allows you to code and compile and emulate in a browser:

https://metasyn.srht.site/learn-uxn/

Post reply on HN