gozala's Avatar

gozala

@gozala.io

Tinkerer on a mission to shift control from servers to users

130
Followers
122
Following
72
Posts
25.04.2023
Joined
Posts Following

Latest posts by gozala @gozala.io

vimeo.com/1168468796?f...

10.03.2026 01:48 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Radicle Protocol Guide Sovereign code infrastructure.

@radicle.xyz has it and all of the reviews and issues are stored as git objects radicle.xyz/guides/proto...

04.03.2026 15:20 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Giving this job to LLM agent is still on my todo list

03.02.2026 15:53 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Can someone I know add blake3 to the S3 supported checksum algorithms please. I’d take non AWS blessed support by R2 also. Thanks

11.01.2026 16:54 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Problem isn’t a technology, but an asymmetry of power distribution that this technology is amplifying. Silicone valley had being looking to disrupt & this technology is like no other, unfolding it in front of our eye. Those that benefit are ones on top with no regard to those being disrupted

11.01.2026 16:44 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Was not aware of github.com/fido-allianc... this is really cool demo of it in action

09.01.2026 15:51 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Mind explaining what’s going on there ? Is passkey created in CLI and imported in browser ?

09.01.2026 15:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I’m not sure if people are unable to or have no practical experience. I would argue that most people thought that declarative view derivation from state was crazy until it became mainstream with react.

08.01.2026 23:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I think we need both. LLMs are like JIT but they need clear input and instruction set to work with. That is to say we need cooperating systemℒ️ they can inhibit which requires system language

08.01.2026 17:36 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I'm inclined to think logic programming languages provide fertile ground - you describe outcomes & constraints without telling how to get there

That is also a reason of my obsession with datalog & www.neilconway.org/docs/dedalus... extension to allow expressing distributed system behaviors

08.01.2026 17:31 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Imperfect analogy, but deterministic builds are still not an industry norm so in some sense outputs aren't completely deterministic yet predictable

This is a stretching it but in some sense hypothetical language can make LLMS into compilers produce non-deterministic code with predictable behavior

08.01.2026 17:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Another analogy I’ll make is how say when one write in JS they don’t think about what machine instructions VM generates or how it manages memory necessarily. I think same applies we need different language for modeling problems that LLM can take and generate instructions almost like JIT

08.01.2026 16:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
The Acorn Theorem Prover Perfectly rigorous mathematics, as simple as possible.

I think acornprover.org is a good example in this direction where how LLM came to prove is not important because expectations are well defined and so are capabilities. However this is very narrow use case and I think we need something like that but more general purpose

08.01.2026 16:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I am also inclined to think algebraic effects are part of this equation as a way to narrow down possibility spac and definition constraints more clearly

08.01.2026 15:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

My working hypothesis is that we need higher level language for domain modeling, one that is more like spec defining expectations and helps you just like type system help you think about all possible states and relations across component.

08.01.2026 15:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I do miss work culture in Netherlands where I was actively deterred from staying in office after hours or doing any work outside. I was always told to invest this time into social life. Was young and stupid to appreciate back then

06.01.2026 08:05 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
genawaiter - Rust This crate implements generators for Rust. Generators are a feature common across many programming language. They let you yield a sequence of values from a function. A few common use cases are:

Found myself trying to manifest algebraic effects in rust through docs.rs/genawaiter/l...

Yet still can’t articulate clearly why this is justifiably better than dependency injection at construction

29.12.2025 16:57 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Interesting perspective which I have not considered up until reading this

28.12.2025 18:55 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

My theory is that files are too coarse for making cooperation without tight coordination possible & hierarchies encode access patterns making it difficult to change them or have interop with applications that wish different access. Indirection via queries and indexes could be better for this

15.12.2025 00:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Labelled arguments - The Gleam Language Tour An interactive introduction and reference to the Gleam programming language.

It also has single parameter and all other parameters need to be labeled because positional arguments are harder to evolve & thinking of order is just waste of time. Like that gleam has support for labeled ones even if they don’t ditch positionals tour.gleam.run/functions/la...

14.12.2025 20:41 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Language that I’ve being designing (& will likely never make) had an idea of unifying variants & records, great to see that it can be so nice tour.gleam.run/data-types/r...

14.12.2025 20:35 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
If headers did not exist, it would be necessary to invent them I’ve been studying the history of the internet, and reading through internet RFCs to better understand the series of design decisions that lead up to our open-ended and evolvable internet.

What if it had built-in db ? I guess BeOS did newsletter.squishy.computer/p/if-headers... but what if it could also be replicated

14.12.2025 17:22 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Looks like it's back online

11.12.2025 18:35 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Not sure what happened, it was available yesterday. Perhaps @syncconf.bsky.social can help

11.12.2025 00:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
14_ Your Data, Your Rules & the Way to Share Them YouTube video by Local-First Conf

@cdata.earth and I did a bit of improv presenting Dialog DB. Hope you enjoy it

www.youtube.com/watch?app=de...

09.12.2025 21:39 πŸ‘ 11 πŸ” 2 πŸ’¬ 2 πŸ“Œ 0
graphene

According to my notes we switched
from gecko to servo. I think we had some iframe based API with special capabilities but details are escaping me

gozala.io/graphene#:~:...

23.11.2025 17:05 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
graphene

Some of my notes from back then
gozala.io/graphene

22.11.2025 15:43 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
The Acorn Theorem Prover Perfectly rigorous mathematics, as simple as possible.

Inspired by acornprover.org I’m very curious in trying to use local LLM model as way to talk to have dialog with your database

18.11.2025 19:56 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Project 11 - Blog - hello yellowpages Quantum computing is closer than most people think. Bitcoin isn’t ready. Today, we're releasing a practical fallback: yellowpages. yellowpages is a cryptographic registry designed to help Bitcoin hold...

There are some interesting migration paths explored here oriented mostly around crypto assets, but approach is applicable more broadly IMO blog.projecteleven.com/posts/hello-...

18.11.2025 19:30 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Lately I've being exposed to the notion that Quantum computing is going to break all of that and it's going to happen a lot sooner than most realize. There are some post quantum algorithms, but they come with difficult tradeoffs

18.11.2025 19:28 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0