HackerTrans
TopNewTrendsCommentsPastAskShowJobs

level09

no profile record

Submissions

[untitled]

1 points·by level09·3 months ago·0 comments

Show HN: Ziglag:Self-hosted invoicing for solo devs who are done paying for CRUD

4 points·by level09·3 months ago·0 comments

The Problem Was Never Intelligence. It Was Attention

medium.com
2 points·by level09·7 months ago·0 comments

The Stack That Owns You

medium.com
1 points·by level09·7 months ago·0 comments

Show HN: ReadyKit – Superfast SaaS Starter with Multi-Tenant Workspaces

readykit.dev
121 points·by level09·7 months ago·35 comments

comments

level09
·26 days ago·discuss
https://watchd.dev

I wanted an easier way to do tasks with AI agents wit easy deployment flaw, simple config. work is still in progress.
level09
·2 months ago·discuss
+1. They doubled my fee, treated silence as consent for a yearly renewal, then tried to charge a cancellation fee based on that inflated price.

Daylight robbery.
level09
·2 months ago·discuss
+ and Adobe Creative Suite
level09
·2 months ago·discuss
I find it fuunny how "code readability" was the killer feature when humans had to maintain the code, and is suddenly negotiable now that they don't.

Pre-AI bias is slowly dying.
level09
·3 months ago·discuss
I would judge commits by what it does not by who wrote it.
level09
·3 months ago·discuss
stk (https://github.com/level09/stk): async Quart + Vue 3 starter i use for everything. auth stack is already wired up (session, 2FA, webauthn, oauth), async sqlalchemy, alembic, no frontend build step. basically the boring part so i can get to the actual product faster.

ziglag (https://github.com/level09/ziglag): self-hosted invoicing for freelancers, built on top of stk. clients, invoices, VAT, PDF, shareable links, MIT. got tired of paying a monthly fee to send a pdf.

idea is to keep chipping away. every subscription that annoys me is fair game. small tools, self-hosted, no accounts, no seats, no upsell. if it's useful for me someone else probably wants it too, so might as well open source it. open to ideas on what to kill next.
level09
·3 months ago·discuss
Same here. Premium account, years old, barely post, banned with no explanation.

What’s worse: no way to notify followers or export data after a ban.

Lesson here: Never outsource your identity or communication to a platform you don’t control, treat them as disposable channels, that might disappear any day.
level09
·5 months ago·discuss
I see it differently.

for me AI has been less about building more/fast, and more about unlocking potential that was always out of reach.

Knowledge gaps that would've taken years to fill, new angles I wouldn't have thought to explore on my own. It's not that it makes more software.

it just makes you more capable of tackling things you couldn't before.
level09
·5 months ago·discuss
agreed, I noticed the max plan doesn't feel max anymore, it can quickly get depleted during hourly sessions, and the week limit seems really limited.
level09
·6 months ago·discuss
Software startups still work, but only if software is not the point.

Code is now cheap, so the advantage moved into things that cannot be copied by looking, accumulated data, hidden workflows, trust, and judgment earned by staying inside a problem too long.

Big companies copy shapes, not gravity. If your edge is visible, it is temporary. If it only appears over time, you are still early.
level09
·7 months ago·discuss
Here are mine:

- Build something boring that makes money. Excitement is optional; users are not.

- Use AI less like a chatbot and more like infrastructure, background processes that think while I sleep.

- Go back to fundamentals that compound, graphics, systems, taste.

- Experiment selectively; curiosity without commitment.

- Invest in people, not “networking.” Fewer pings, more real conversations.

- Protect focus like equity.
level09
·7 months ago·discuss
https://try.readykit.dev/
level09
·7 months ago·discuss
Fair feedback. Demo, video, and use case tutorials are in the works! stay tuned
level09
·7 months ago·discuss
Agreed!

One differentiator among others: try finding a stack with full self-hosted auth. Most push you toward third parties! I wanted to own my users.

https://medium.com/@level09/the-stack-that-owns-you-7ff06b26...
level09
·7 months ago·discuss
This is my actual stack, been using Enferno for years, ReadyKit is just the SaaS layer on top. No straying, more like cleaning up what I already run in production.

Stack choices: Flask for its elegant simplicity without hidden conventions, Vue with Vuetify over CDN to skip build-tool pain (massive productivity and time win btw), PostgreSQL because boring is reliable, Redis (optional) for sessions and caching, and Celery when background jobs are needed (optional too)
level09
·7 months ago·discuss
Awesome, glad it fits! Will be posting more tutorials and use cases soon. Let me know how it goes
level09
·7 months ago·discuss
Good call. That's next on the list!
level09
·7 months ago·discuss
Thanks! Felt like a nice break from the usual generic SaaS aesthetic
level09
·7 months ago·discuss
Appreciate it! Sometimes the right tool wins over the familiar one :)
level09
·7 months ago·discuss
Python is having a moment right now, between the AI ecosystem, Astral tooling and a huge talent pool. I think calling it the worst choice is a stretch :)

The real question is not raw speed. It's how fast you ship, how many users you need before performance matters and whether you actually own your stack. Most modern solutions push you toward third party auth. This gives you full self hosted auth out of the box.

Scale problems are good problems to have.