TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nebu: A Spreadsheet Editor for Varvara

127 pointsby surprisetalk3 months ago

4 comments

MarceColl3 months ago
I’m a big fan of everything Uxn related. The architecture is fun to work with, and unlike most low-level architectures it is very event driven making interactive programs quite easy to make.<p>I’m exploring building a game around it (not in it) with Kikai, an unholy marriage between zachtronics games and starcraft, where units (and buildings) are uxn machines with devices to interact with the outside world. This allows you to fully customize the whole army and strategy to be whatever you like.<p>Buildings for example, take a bit of the role of linkers (or even compilers), they are just another Uxn machine with a Factory device. The most basic form of a building and the one that you will have by default is just a memcpy of bytes from a source ROM to bytes in the RAM of the newly created unit. But by investing a bit of time you could for example have pre-made behaviours that you can link on runtime based on that particular match needs. Units also have a radio and can send messages between them. WIth some more code you could have a handler that rewrites parts of the code broadcasted from a building allowing you to deliver OTA updates!<p>My objective for the game is that it works out of the box as a normal RTS but that once you get the gist of it you can start automating here and there so there is no high cost of entry but there is infinite extendibility.<p>There is another very interesting project in the same direction that Devine (the creator of Uxn, Varavara, Orca and Nebu, as well as many others) shared with me recently when I explained my project to him: Doldrusidus which is incredibly fascinating. It goes in the same vein, small ships in a multiplayer universe each of them running Uxn machines inside.<p>Kikai and devlogs: <a href="https:&#x2F;&#x2F;marcecoll.itch.io&#x2F;kikai" rel="nofollow">https:&#x2F;&#x2F;marcecoll.itch.io&#x2F;kikai</a> Doldrusidus: <a href="https:&#x2F;&#x2F;desertslug.itch.io&#x2F;doldrusidus" rel="nofollow">https:&#x2F;&#x2F;desertslug.itch.io&#x2F;doldrusidus</a>
评论 #43276829 未加载
评论 #43278523 未加载
ravetcofx3 months ago
Devine&#x27;s work on these projects along with the language that it is written in Uxntal <a href="https:&#x2F;&#x2F;wiki.xxiivv.com&#x2F;site&#x2F;uxntal.html" rel="nofollow">https:&#x2F;&#x2F;wiki.xxiivv.com&#x2F;site&#x2F;uxntal.html</a> is nothing short of astounding and frankly a much healthier sustainable way of computing. They created the language after getting tired of the endless dependency chain massive language stacks that are required to make ios apps, electron&#x2F;web apps etc. Having a set of applications that is only a few kb in size and source code that fits in one file could mean that this stack will stick around for decades to come. Their way of viewing sustainability in computing has brought back some passion that&#x27;s been drained out of me by this industry. Rek and Devine&#x27;s joint website is also a joy to behold <a href="https:&#x2F;&#x2F;100r.co&#x2F;site&#x2F;about.html" rel="nofollow">https:&#x2F;&#x2F;100r.co&#x2F;site&#x2F;about.html</a>
评论 #43276084 未加载
评论 #43279936 未加载
评论 #43276011 未加载
agentk93 months ago
One of my biggest gripes with csv&#x2F;tsv is that they don&#x27;t have formulas, for good reason (most of the time) - this format however is REALLY nice imo.<p>hard (but probably possible) to shoot yourself in the foot, and yet it&#x27;s not nearly as easy as it is in excel.<p>Are there other &quot;smart csv&quot; formats&#x2F;editors out there?
评论 #43285910 未加载
rcarmo3 months ago
I love the old-style Mac window decorations. Part of me still associates that with simple, usable UX.