Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
r1cka
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
r1cka
7mo ago
"Give me six hours to chop down a tree and I will spend the first 4 sharpening the axe"
2.
▲
by
r1cka
11mo ago
I think people worry too much about branch names. Feature branches are usually ephemeral. Prefix your branch with your personal identifier so I know who is primary on it and worry more about the commit message which will live on indefinitel
3.
▲
by
r1cka
11mo ago
The argument I've always heard for this was issues with code, not the event. If for a period of time you have a bug in your code, with event sourcing, you can fix the bug and replay all the events to correct current projections of stat
4.
▲
by
r1cka
2y ago
I've found referring to them as implicit vs explicit contracts conveys the idea and is more well received than proclaiming someone's ignorance.
5.
▲
by
r1cka
2y ago
You aren't missing anything. It's just marketing so GitHub/Gitlab stay in the main conversation when DevOps comes up.
6.
▲
by
r1cka
2y ago
DuckDB targets analytical workloads. Your question sounds like your workload is transactional to me, so I'd recommend sticking with SQLite.
7.
▲
by
r1cka
3y ago
Looks like they took your advice?
8.
▲
by
r1cka
3y ago
You are basically saying "Don't use any native apps, ever". With chrome profiles, links are just opened in whatever profile window was last active (this is on Mac OS, but I think others are the same). It's the one thing
9.
▲
by
r1cka
4y ago
Care to share your Libre Calc spreadsheet formulas?
10.
▲
by
r1cka
4y ago
My problem is opening links from apps. Sometimes I want a link in Slack (or other desktop apps) to open in my personal profile and sometimes I want it to use my work profile. With Brave/Chrome, the link will open in whatever profile wi
11.
▲
by
r1cka
4y ago
This is years ago now, but every ampersand in my passwords came across wrong. I can't recall if it was missing or url encoded, but even passwords weren't safe.
12.
▲
by
r1cka
4y ago
Could you provide your reasoning for the switch? I've had good enough luck with duplicacy but I'm curious about it vs restic now that restic supports compression.
13.
▲
by
r1cka
4y ago
Heroku was the original gold standard for git based app deploys, but never for scheduling tasks. Here's a link to the documentation of Heroku's supposed "cron alternative" : https://devcenter.heroku.com/a
14.
▲
by
r1cka
5y ago
I believe you may be mixing the concept of currying with partial application.
15.
▲
by
r1cka
5y ago
I've always found the directive "unless you do math on it, it's a string" to be useful when working with json.
16.
▲
by
r1cka
5y ago
Sounds like your docker was pulling latest instead of a versioned tag. I'd update that and be happy this only cost you a few hours.
17.
▲
by
r1cka
9y ago
Any chance to get review apps for GitLab and/or Bitbucket? I'd love to see that happen, but I don't believe it is high on your roadmap currently.
18.
▲
by
r1cka
12y ago
What cloud based systems do you typically recommend?