Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marvstazar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
marvstazar
1y ago
As a senior developer you already spend a significant amount of time planning new feature implementations and reviewing other people's code (PRs). I find that this skill transitions quite nicely to working with coding agents.
2.
▲
by
marvstazar
1y ago
There's a music video by Ummet Ozcan, "Kayra" that shows videos of these eagle hunters: https://www.youtube.com/watch?v=n21YEsQy67E
3.
▲
by
marvstazar
2y ago
From what I understand, the sqlite3 comment was made it context of the Solid libraries. Basically common Redis-backed functionality can now be sqlite3-backed instead. I do share your preference on using Postgres as the main database. Having
4.
▲
by
marvstazar
2y ago
I suggest you back up the HTML files as a record of her work when she was still a child, it will be a family treasure in the future :) You can even add it under your family's domain for safekeeping.
5.
▲
by
marvstazar
2y ago
How does it compare to Github Copilot?
6.
▲
by
marvstazar
2y ago
DHH did mention in the article that if you are just starting up and finding market fit, you should use the cloud and not buy your own hardware.
7.
▲
by
marvstazar
2y ago
If you inherited a project with no tests at all, mocking is a lifesaver. It allows you to only worry about specific aspects of the application so you can start writing and running tests. I agree though that if not done properly, it can be o