HN user

vitiral

1,231 karma

https://civboot.github.io

Posts27
Comments602
View on HN
civboot.github.io 1d ago

If you want to fight AI, build a Civboot

vitiral
6pts2
htmlpreview.github.io 1y ago

Public domain tech stack for education

vitiral
1pts0
github.com 2y ago

The Inset Operation

vitiral
2pts0
github.com 2y ago

Bootstrap Your Mind

vitiral
4pts0
github.com 2y ago

LSON: JSON with binary in 260 lines of public domain Lua

vitiral
14pts5
htmlpreview.github.io 2y ago

Tabulated Values

vitiral
8pts0
github.com 2y ago

LAP: Lua Async Protocol

vitiral
2pts0
htmlpreview.github.io 2y ago

Luck: Deterministic Configuration with Dependencies in Lua

vitiral
2pts1
news.ycombinator.com 2y ago

Ask HN: Help me understand where LLMs for coding is going

vitiral
1pts2
docs.google.com 2y ago

Perspectives of Self

vitiral
1pts1
github.com 2y ago

I'm building a self-bootstrapped embeddedable programming environment in Lua

vitiral
2pts0
github.com 2y ago

Civlua: Self contained software to build a minimalist development environment

vitiral
2pts0
news.ycombinator.com 2y ago

Every file in TAR ends with 1KiB of zeros as “end of file marker”

vitiral
1pts17
www.hackster.io 2y ago

Digital high-distance radio made of common components

vitiral
2pts0
github.com 2y ago

Concentrated Solar Power is the best energy option for Civboot

vitiral
2pts0
diginomica.com 3y ago

Post-Collapse Technology

vitiral
1pts0
github.com 4y ago

On Dealing with Complexity in Technology

vitiral
2pts4
vitiral.github.io 5y ago

How I Reclaimed My Attention

vitiral
1pts0
github.com 5y ago

A Civboot software stack OR what software does civilization need?

vitiral
1pts0
youtu.be 5y ago

Could a community produce their own computer chips?

vitiral
1pts0
youtu.be 5y ago

Civboot Podcast – What Is a Civilizational Bootstrapper?

vitiral
2pts0
soundcloud.com 6y ago

Civboot: A civilizational bootstrapper: 001-Introduction [audio]

vitiral
2pts0
medium.com 6y ago

Jsh: JSON-RPC in the shell for scalable ducktape and glue

vitiral
1pts0
vitiral.github.io 8y ago

Artifact 2.0: A Rust Full Stack Web and Cli Application

vitiral
4pts0
vitiral.github.io 8y ago

Show HN: Cli password manager written in rust using Argon2

vitiral
3pts0
vitiral.github.io 9y ago

One Year with Rust: I wrote a full featured application in rust, and so can you

vitiral
153pts38
vitiral.github.io 9y ago

Why hackers should track their requirements

vitiral
1pts0

Awesome! I added your blog to the docs for an ascii art color syntax I wrote for my vim-like editor, I'd love if you checked it out

https://civboot.github.io/lua/asciigame.html

Note: right now the editor crashes if you mis-type any of the syntax... it's not really fully launched, going to fix that soon hopefully but you can see a [screenshot](https://civboot.github.io/img/asciigame.png) of what it looks like

Also, if you know any other good references for getting into asciiart I'd love to reference them as well.

Note: the Ele editor isn't _quite_ ready for all the asciiart features in your blog post, notably virtualedit and macros are not implemented yet - but I just added basic visual mode so it's getting close!

There are like 6 core activities that bind humans together: shared creation of food, myth and music; co habitation, protection, child rearing.

We've done these things ourselves for hundreds of thousands of years. As we are increasingly convinced to buy them for convenience we loose the very things that make us know our connectedness.

So ya, there are real problems caused by the convenience of technology

I was replying to this bit

difference between C++ and C is that the former is a large multi-paradigm language, while the latter is a minimalist language. These are completely different axes. There is no corresponding popular replacement for C that's more minimalist than Rust and memory safe.

Edit: oh, I never read the last bit "and memory safe" -- well ya, that's kind of rust's major advantage.

Computers should be controlled (primarily) via a programming language (aka the shell). That way you are "learning" every time you want to do anything on your computer, and anything you do can be programmed.

I prefer Lua for this purpose (and am extending it to be more suitable), but almost any "simple" language will do. Sh/bash are the original and IMO we should try to move away from them (pipes are still cool though)

Funerals are an "odd custom"? What an entirely odd thing to say, I cannot imagine what you mean. Why is meditating on the passing of a friend, remembering their life and being present with the grief of their family "odd"??

SQLite’s test suite is proprietary

This is literally the first time I've ever heard of this, for any project anywhere. I suppose Android is built a bit in this way, but that's a whole other can of worms.

The bulk parser only needs to read a single character and only needs to care about two characters (brackets). The sub parser then looks for either {...} or a single character.

Markdown requires all sorts of complexity and it's nearly undecideable. Before CommonMark there wasn't even a spec and many things were largely ambiguous.

Also, tables and other structured data in markdown are almost entirely hacks