Viewing profile — r1cka
r1cka
HN member- Joined
- Sat, Jul 19, 2014, 4:08 AM UTC
- HN karma
- 57
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About r1cka
No profile information was provided.
Recent public activity
-
comment
Comment #47112489
"Give me six hours to chop down a tree and I will spend the first 4 sharpening the axe"
-
comment
Comment #45772653
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 …
-
comment
Comment #45629230
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 repla…
-
comment
Comment #42076159
I've found referring to them as implicit vs explicit contracts conveys the idea and is more well received than proclaiming someone's ignorance.
-
comment
Comment #41137857
You aren't missing anything. It's just marketing so GitHub/Gitlab stay in the main conversation when DevOps comes up.
-
comment
Comment #39748636
DuckDB targets analytical workloads. Your question sounds like your workload is transactional to me, so I'd recommend sticking with SQLite.
-
comment
Comment #38607901
Looks like they took your advice?
-
comment
Comment #37954618
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 o…
-
comment
Comment #35036799
Care to share your Libre Calc spreadsheet formulas?
-
comment
Comment #34648798
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 …
-
comment
Comment #33810254
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.
-
comment
Comment #33451627
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.
-
comment
Comment #33310236
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:…
-
comment
Comment #28584224
I believe you may be mixing the concept of currying with partial application.
-
comment
Comment #27353202
I've always found the directive "unless you do math on it, it's a string" to be useful when working with json.
-
comment
Comment #27221807
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.
-
comment
Comment #14379906
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.
-
comment
Comment #8056669
What cloud based systems do you typically recommend?