HackerTrans
TopNewTrendsCommentsPastAskShowJobs

blmayer

109 karmajoined 6 lat temu
https://blmayer.dev

[email protected]

Submissions

Undergoing maintenance for terminal.pink, I'm moving to a new home

blog.terminal.pink
3 points·by blmayer·w zeszłym miesiącu·0 comments

Sigbovik 2026

sigbovik.org
3 points·by blmayer·3 miesiące temu·1 comments

comments

blmayer
·17 godzin temu·discuss
It's vim.NIL
blmayer
·3 miesiące temu·discuss
It's out!
blmayer
·7 miesięcy temu·discuss
I'm working on an experimental display server, for educational purposes and fun:

https://terminal.pink/bgce/index.html

Or https://github.com/blmayer/bgce

The idea is to have the minimum needed for a usable graphical experience. So drawing to drm buffer and handling inputs basically. It's been fun to do.

I am build a toolkit for it too:

https://terminal.pink/bgtk/index.html

Or https://github.com/blmayer/bgtk

I think it is nice that we can just write to a buffer and it appears on the screen. Very little abstraction is needed. Hope you like it.

I also made some progress on my hardware projects, but I'll keep a low profile for now.
blmayer
·3 lata temu·discuss
During the COVID19 pandemics I wrote an app to help my mom cook with anything she had at home, so she could go fewer times to the supermarket, considering her heavy smoking and old age, the best is to avoid exposure.

The app is just a search where you input the ingredients you have and you get a list of possible food you can cook with it. I crawled over 6000 recipes over the network. In fact I have over 120k recipes in Portuguese but can't display them due to legal restrictions. After some time I decided to create a site and open-source it:

https://feitaemcasa.com

I added some recipes in english as well.