Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jdoconnor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jdoconnor
9mo ago
Gemini (Google) has a good-enough-for-personal-projects free tier. Openrouter has free models (I'm assuming the training data is valuable enough to keep this going for a while)
2.
▲
by
jdoconnor
1y ago
> saved his company $145,000. This is akin to saying "I saved money on lawyers by doing it myself"
3.
▲
by
jdoconnor
2y ago
There's a company ( http://turso.tech ) that can host sqlite as a service. One of the features allows a replica local sqlite file to be used for reads and the writes still go to the primary on their edge network. Been using i
4.
▲
by
jdoconnor
3y ago
There's an electron app that doesn't require hosting at all. It's a desktop solution. https://github.com/gristlabs/grist-electron
5.
▲
by
jdoconnor
3y ago
https://support.getgrist.com/self-managed/ may suit your needs.
6.
▲
by
jdoconnor
4y ago
and android - https://play.google.com/store/apps/details?id=au.com.shiftyj...
7.
▲
by
jdoconnor
4y ago
consider not storing running_balance (or at least expect it to be written to a LOT). Based on the above description that's going to be a hot table with a write/update of 1 per second per row (of active customers). If you are think
8.
▲
by
jdoconnor
4y ago
google's game streaming service - Stadia
9.
▲
by
jdoconnor
4y ago
https://www.drawbattle.io/ is a great bonding game with no audio needs
10.
▲
by
jdoconnor
4y ago
Blockada is also a similar app (local vpn that filters by dns) https://blokada.org/
11.
▲
by
jdoconnor
10y ago
I use mermaid and flowchart in github readmes using an extension for chrome. The basic idea is that the libraries are part of the extension, and the markdown calls out what kind of diagram it is. chrome store: https://chrome.goog
12.
▲
by
jdoconnor
11y ago
This is great news. Side note: with a name like Phoenix, would it make sense to start at 2.0? :)
13.
▲
by
jdoconnor
12y ago
I used Dokku (and Dokku-alt) on Digital Ocean with the goal of making deploying easier. I ended up getting rid of it (and Docker) because for a small scale system, Docker wasn't worth the overhead (vs capistrano and ruby, or heroku
14.
▲
by
jdoconnor
12y ago
I saw a presentation on this last month, and found myself wanting to invent a problem just so that I could solve it with this type of scaling. Great presentation and great product.
15.
▲
by
jdoconnor
12y ago
make sure to document well. When you're scaling up a team and moving from a coupled code base to independent codebases a good amount of assumption happens, especially around how mature each codebase is.
16.
▲
Taming Git Clone for Docker Automation
(tech.bellycard.com)
2 points
by
jdoconnor
12y ago
|
0 comments
17.
▲
When CanCan Can't
(tech.bellycard.com)
1 points
by
jdoconnor
13y ago
|
0 comments
18.
▲
by
jdoconnor
13y ago
in ruby '1bp49b'.to_i(36)