Viewing profile — fumplethumb
fumplethumb
HN member- Joined
- Fri, Jul 08, 2016, 12:55 PM UTC
- HN karma
- 77
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About fumplethumb
Recent public activity
- story
-
comment
Comment #48077093
https://www.getoutline.com is pretty good!
-
comment
Comment #45044338
Just added my email to my profile. Feel free to shoot me an email!
-
comment
Comment #45013693
DISCLAIMER: I work on the SIG Connect app. SIG Connect does exactly that: https://www.sigsauer.com/sigconnect I suspect, since this is HN, you're looking for something more open an…
- story
-
comment
Comment #42509021
Most other places are closed. Chinese restaurants are typically open on Christmas!
-
comment
Comment #42159846
How about humanitarian toolbox? https://www.htbox.org/
-
comment
Comment #41949148
What about… GitHub, Gitlab, Gitkraken, GirButler (featured on HN recently)? The list goes on forever!
-
comment
Comment #40188171
With Docker compose, there is a more idiomatic way to achieve this with zero dependencies using healthchecks[0]. Works well! I used wait_for_it.sh for the purpose described in the …
-
comment
Comment #39512226
One thing I see missing from some other replies to your comment is a discussion of determinism. That is given the same input, always produce the same output. Determinism is often v…
-
story
Who Wants to Quit?
This will be interesting! Who’s struggling with their job right now? What are your pain points? How can we help? Vent to us HN!
-
comment
Comment #38754636
We’ve had some success with similar methods. In addition to the simplicity(it just “plugs into” the existing board), it’s nice to get metrics on the bottlenecks happening on the pr…
- story
-
comment
Comment #37517239
I likeJitBit! Used it for a few years at my last role. https://www.jitbit.com/
-
comment
Comment #35352575
This is amazing! I would love to have an AWS expert handy at all times, so I tried to upload all AWS documentation using this: https://docs.aws.amazon.com/sitemap_index.xml . I can…
-
comment
Comment #34462726
I really like this tool (text-based, yes!), thank you for creating this! I'm working on creating estimates at work and it is a real struggle. Creating estimates with a range and pr…
-
comment
Comment #32314904
I’d be interested in discussing this more. I’ll shoot you an email. After a quick search, I found pdfgrep[0] which sounds like one simple way to solve this problem. But I think it …
-
comment
Comment #32103563
You can conditionally deploy resources by setting the count on most resources. So you can have an environment variable with something like has_cache. Then in your terraform use a t…
-
comment
Comment #31785499
I’ve been reading the Economist digitally using their app for years. They had a few issues over the years - I think they prevented copy/paste for a minute. I was pissed about that.…
-
comment
Comment #31561235
The custom domain option is there, but is not simple. I have a bear blog on a custom domain :) More info here: https://github.com/HermanMartinus/bearblog/wiki/Custom-domai... . Btw…
-
comment
Comment #31561126
I know you might be looking for something more DIY, but this simple service has been really refreshing to me: https://bearblog.dev/ It’s so simple and easy. If you want to focus on…
- comment
-
comment
Comment #30323410
Amazing! Just placed an order. Im expecting my first child in May, so I couldn’t resist.
-
comment
Comment #29848175
> Instead of storing the data on-chain, NFTs instead contain a URL that points to the data. What surprised me about the standards was that there’s no hash commitment for the data l…
-
comment
Comment #29405018
I often find it useful to relate the Web3 movement to the introduction of the internet. What problem was did that attempt to solve? The internet solved problems that were only appa…