HackerTrans
TopNewTrendsCommentsPastAskShowJobs

necrodome

2,805 karmajoined قبل 19 سنة
https://selem.im

working on: https://fireproof.storage/ https://vibes.diy/

Submissions

Free Robot Labour – Marx, Automation, and the Future of AI

link.springer.com
2 points·by necrodome·قبل 8 أيام·0 comments

Home-Cooked Software

hamvocke.com
3 points·by necrodome·قبل 3 أشهر·1 comments

Write a Simple Code Agent using moonbitlang/async

moonbitlang.com
2 points·by necrodome·قبل 7 أشهر·0 comments

Vibe Coding Experiment Failures

inventwithpython.com
4 points·by necrodome·قبل 11 شهرًا·1 comments

Is chat a good UI for AI? A Socratic dialogue

geoffreylitt.com
2 points·by necrodome·السنة الماضية·0 comments

To Dedupe Then Sort or Sort Then Dedupe?

tomeraberba.ch
2 points·by necrodome·قبل سنتين·0 comments

It's an age of marvels

blog.plover.com
1 points·by necrodome·قبل سنتين·1 comments

California signs cursive writing into law

bbc.com
5 points·by necrodome·قبل سنتين·3 comments

Why Are Parents Rushing to Sign Up Their Kids to Learn Russian Math?

archive.is
5 points·by necrodome·قبل سنتين·1 comments

comments

necrodome
·قبل 4 أشهر·discuss
Because no one has a reliable solution to that problem. The file deletion angle is easier to advertise. "runs in a sandbox, can't touch your system" fits on a landing page, even if it's not the more important problem.
necrodome
·قبل 9 أشهر·discuss
that's cool. if would be great if you can add real-world examples for use-cases on the main page.
necrodome
·السنة الماضية·discuss
Thanks for the benefit of the doubt. I typed that in a hurry, and it didn’t come out the way I intended.

We had the idea that there’s a class of apps [1] that could really benefit from our tooling - mainly Fireproof, our local-first database, along with embedded LLM calling and image generation support. The app itself is open source, and the hosted version is free.

Initially, there was no login or signup - you could just generate an app right away. We knew that came with risks, but we wanted to explore what a truly frictionless experience could look like. Unfortunately, it didn’t take long for our LLM keys to start getting scraped, so the next best step was to implement rate limiting in the hosted version.

[1] https://tools.simonwillison.net/
necrodome
·السنة الماضية·discuss
We (https://vibes.diy/) are betting on this
necrodome
·قبل سنتين·discuss
I feel like we’re on the verge of seeing the start of a whole new wave of local-first apps (and "personal software" as mentioned here https://x.com/rauchg/status/1840293374059839726), but we’re really missing Rails-like frameworks that offer a complete package for development. Something that gives you all the tools you need—from syncing, conflict resolution, state management, authorization, background jobs in the context of local-first to deployment—without having to reinvent the wheel.

I built a simple SaaS [1] to get a sense of what's missing and while React Router + a syncing local first database [2] + $5/month Cloudflare gets you pretty far, I still found myself needing to think through a lot of pieces

[1] https://usequickcheck.com/ [2] https://fireproof.storage/