ceritium
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: Monitor when your tech stack goes EOL (stacktodate.club)
A typical Rails app runs on Rails 7.2, Ruby 3.2, and PostgreSQL 15. It works fine. No one checks the support timelines. Then one day, Ruby 3.2 hits EOL and stops receiving security patches. Your stack is now technically…
-
During the last few months, I have worked on Babelfu, a translation service on top of Github. I released the first version as open source and shared it on Hackernews. I got several signups, but nobody seemed interested…
-
Reading the docs for the `has_one` relation of ActiveRecord I found the option `ensuring_owner_was` I didn't understand how to use it, so I looked for it on Github, but it doesn't seem very popular...…
-
It seems weird. Normally, people would like to skip them, but lately, I have seen so many weird ads on YouTube that I would like to collect them. Of course, I could do some kind of screen recording, but I can't replay…
- Show HN: Flatito, grep for YAML and JSON files (github.com)
It is a kind of grep for YAML and JSON files. It allows you to search for a key and get the value and the line number where it is located. I created this tool because I sometimes struggle to find specific keys in…
- Show HN: KeepThisSite (keepthis.site)
KeepThisSite is a humble and opinionated bookmarking service. There are several similar services out there, some pretty mature, but only this one is mine. I am building it because I want to test in a production…
-
I mean generating a SQLite db for exporting all the data in an API. I think it would solve several things: - Your customers will not hit rate limits - They don't depend on your uptime - Custom queries - Even GPDR…
- Show HN: Bookmarklet Generator (bookmarklet.jose.gr)