Viewing profile — horse666
horse666
HN member- Joined
- Wed, Mar 17, 2021, 10:11 PM UTC
- HN karma
- 28
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About horse666
No profile information was provided.
Recent public activity
-
comment
Comment #46365154
This is really cool, looking forward to trying it out. Obligatory mention of Neon ( https://neon.com/ ) and Xata ( https://xata.io/ ) which both support “instant” Postgres DB branc…
-
comment
Comment #46365121
Aurora clones are copy-on-write at the storage layer, which solves part of the problem, but RDS still provisions you a new cluster with its own endpoints, etc, which is slow ~10 mi…
-
comment
Comment #45990171
Related https://github.com/jdx/hk/ , from jdx, the author of Mise.
-
comment
Comment #45531966
No worries, thanks!
-
comment
Comment #45530920
Nice work @jdxcode, this looks great. Is there any functionality in this release that might help with or be useful in features for sharing Mise config/tasks _across_ repos? And do …
-
comment
Comment #44002697
I don’t understand what you mean, sorry. If you are manually copying a password, then you are not using passkeys? There is nothing to copy/accidentally leak with passkeys. I guess …
-
comment
Comment #43998918
Phishing protection? Unlike passwords, passkeys are bound to a domain.
-
comment
Comment #43995592
Great, thanks for confirming
-
comment
Comment #43994823
Hi @tudorg - do the Xata copy-on-write branches work like Neon in that you effectively get an isolated Postgres cluster, allowing you to test roles, extensions, creating/dropping D…
-
comment
Comment #41534692
Obligatory mention of https://raindrop.io/ I switched from Pinboard a year or more ago after using it for many years, mainly because I found the iPhone app and integration (eg shar…
-
comment
Comment #40819629
Until Neon can fix that, I found it on the Wayback Machine - https://web.archive.org/web/20240524181543/https://neon.tech...
-
comment
Comment #40815054
Yes, also definitely a big vote for Mise. I’ve switched recently from asdf for managing language & tool versions and the ergonomics are much nicer (eg one command vs having to manu…
-
comment
Comment #40814828
I’d not heard of Neon, it looks interesting. When you say “a copy-on-write version of your prod database”, from reading the docs, this includes both schema and data? I couldn’t fin…
-
comment
Comment #40689765
Exa is unmaintained, but there’s a maintained fork called eza - https://github.com/eza-community/eza
-
comment
Comment #37704121
I would suggest never doing that, because it makes it impossible, or at least very difficult, to: 1. Lint the code using ShellCheck, which IMO is essential for any shell 2. Run and…
-
comment
Comment #36562618
[dead]
-
comment
Comment #33855742
Looks like a decent list, but mostly not really Linux, just Unix/GNU?
-
comment
Comment #33574538
Is saying “most of something” a universal generalisation? The comment didn’t say “you’re not a crypto enthusiast _unless_ you believe X”. It just made an assertion (which, for what…
-
comment
Comment #32988572
There’s an awkward gotcha/incompatibility between “Required status checks” and workflows that get skipped [1], eg due to setting a “paths” property of a push/pull_request workflow …
-
comment
Comment #27887804
Yes, absolutely! I loved listening to the Reith lectures many, many years ago, when Vilayanur Ramachandran gave them. You can still listen to them here, http://www.bbc.co.uk/radio4…
-
comment
Comment #27860197
How does this compare to Mergify? https://mergify.io/
-
comment
Comment #26958968
Heh. Aaron Patterson (aka tenderlove), core Ruby and Rails contributor, agrees with you. Although maybe not as forcefully :) https://tenderlovemaking.com/2016/02/05/i-am-a-puts-deb…
-
comment
Comment #26845797
Thought I'd get their docs updated - https://github.com/mxschmitt/action-tmate#manually-triggered...
-
comment
Comment #26825298
One approach to avoid this karlicoss is to add a “workflow dispatch” section to the “on” events in the workflow: workflow_dispatch: inputs: debug_enabled: description: 'Run the bui…
-
comment
Comment #26497574
Just because something might be impossible to solve fully, doesn’t mean we shouldn’t still try? For example cryptography is an arms race against code breakers, but that’s not a rea…