HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jgalvez

no profile record

Submissions

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

PHP HTTP Request Handler for Node.js

github.com
2 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

Kysely-tables: Use the same types for your schema, migrations and queries

github.com
3 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

Stop Inventing DB Schema Languages

hire.jonasgalvez.com.br
2 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

PlainBudget – Minimalist Plain Text Budgeting

plainbudget.com
96 points·by jgalvez·tahun lalu·31 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

PlainBudget – Minimalist Plain Text Budgeting

plainbudget.com
3 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

[untitled]

1 points·by jgalvez·tahun lalu·0 comments

comments

jgalvez
·tahun lalu·discuss
I was just checking it out.

         $2145.00  Assets:Checking
        $-1000.00  Equity:OpeningBalances
          $192.00  Expenses
           $65.00    Food:Groceries
          $127.00    Unknown
        $-1337.00  Income:Salary
  ---------------
               0
Nice, I missed that. I'll consider making it PTA-compatible!

Only issue I have is with the indentation-based subitems.

I'd rather keep it restricted to top-level groups for clarity.
jgalvez
·tahun lalu·discuss
Done.
jgalvez
·tahun lalu·discuss
I'll push a new release with the license — always forget this!

Thank you for all your observations. Two things: 1) floats were originally purposefully not allowed, for simplicity, but I might change that and 2) multiple groups with the same name are indeed not allowed, but you raise a good point: it should be possible to reference all groups with a common label if the only difference between them is an attached timestamp.

And yes, will definitely push Win/Linux releases soon!
jgalvez
·tahun lalu·discuss
The processor considers monthly income when calculating your projections. It'll sum all credit and debit operations (from all flows) and calculate from there.

> In my mind the simplest form of budgeting is so-called "Envelope Accounting", where you have physical envelopes full of money where you pull money out when you spend it.

I've done that, it helped me a lot!
jgalvez
·tahun lalu·discuss
I've updated the button to reflect reality.
jgalvez
·tahun lalu·discuss
Just wanted to give 2 cents on the rationale behind this:

Most people don't budget at all.

Most people live paycheck to paycheck. I have lived paycheck to paycheck for a long time. When your finances are in distress, and you have no planning, the least helpful thing you can do is trying a fully featured app, or even worse, a spreadsheet. It requires a lot of attention to details and they can get overwhelming and confusing to manage — not everyone is fluent in spreadsheet formulas, as basic as they may be, to the point of getting the setup right, and most template spreadsheets available pack a lot of unnecessary things and customizing them becomes a project of its own. There's also the feeling of despair realizing you're not even close to even having that much data or assets to put in. This is not only my opinion — this is what I've gathered asking friends and family on the topic.

So this is a way to keep things simple. Extremely simple. No integration to banks, no mental overhead, just a smart replacement for a piece of paper where you write down your income and your expenses. There is a lot of people that still use a physical notebook to keep track of their finances, in this day and age, out of sheer choice — it's a way to maintain focus on the big picture, and not miss any detail.

It's a way to express your finances in a portable, human-readable format that is essentially computable plain text. You can express your finances at a 10,000-feet level, know what your savings will look like, for motivation, and know where your money is going. This is it. Surely it will be too simple for many, but perhaps just about right for some.

You're also not vendor locked, your data is plain text and you can use the CLI (free and open source) to process it. I myself use the CLI and manage my sheets from Sublime Text. Yep :)
jgalvez
·tahun lalu·discuss
Thank you so much for the feedback — this is a very early iteration.

I've been using it for several years and wanted to get it into an app. I've been getting a lot of suggestions and requests from early adopters. I will definitely take yours into consideration. There's a lot of room for improvements.

Re: GUI limitation, there's a CLI which is open source and free:

https://github.com/galvez/plainbudget

The parser and processor have a comprehensive test suite.

npm i pbudget -g

I talk about the DSL design and its capabilities in detail here:

https://hire.jonasgalvez.com.br/2025/may/8/plainbudget/
jgalvez
·tahun lalu·discuss
You're doing amazing work - let me ask you, how's SSR support? renderToString()?
jgalvez
·tahun lalu·discuss
Thank you!

This is a living book, it'll be expanded and updated often.
jgalvez
·2 tahun yang lalu·discuss
Ah the nostalgia.
jgalvez
·2 tahun yang lalu·discuss
Good to know, will definitely look into that.
jgalvez
·2 tahun yang lalu·discuss
It's very lightweight in comparison + I'm so used to it that I can't be bothered to switch. I tried Cursor the other day.
jgalvez
·3 tahun yang lalu·discuss
Sugar Origami: good name for a rock band.
jgalvez
·3 tahun yang lalu·discuss
This.
jgalvez
·3 tahun yang lalu·discuss
Ray Peat anyone?
jgalvez
·4 tahun yang lalu·discuss
Tailwind is not part of Fastify DX.

It's just part of the starter template, through unocss.

unocss goes beyond what Tailwind does. it's general CSS processing engine and provides quick access to some rather essential goodies, like an icon set. I think it's a worthy addition to the starter template, but easy to remove. Literally remove one import and a vite.config.js plugin entry.
jgalvez
·4 tahun yang lalu·discuss
You can think of it as a potential replacement for Nuxt.js, Next.js, SvelteKit, Remix etc, if you're running a live Node server and prefer structuring your app as a Fastify application first.
jgalvez
·4 tahun yang lalu·discuss
Thank you! There's a low-level library it builds upon:

https://github.com/fastify/fastify-vite