Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
terrabitz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
terrabitz
4mo ago
I've been thinking about that recently too. The original drive behind the whole "worse is better" movement was that the software should remain simple and solve a simple problem. It's better for the software to do one sma
2.
▲
by
terrabitz
4mo ago
Yeah, there were a couple good points, but a lot that felt off when I read this article (beyond the fact it was largely LLM-generated). That said, I will say I personally love an optional --wait flag. I've written so many bash scripts
3.
▲
by
terrabitz
5mo ago
It's really a shame. I grew up in a frugal household that venerated Dave Ramsey, and there was a ton of moralizing of finances that didn't need to be moralized. Stuff like "debt is always evil, buying frivolous things like fa
4.
▲
by
terrabitz
5mo ago
This is one of the reasons I like YNAB (both their app and their method). One of their core principles is to align your spending -- including future spending, aka saving -- with your values. Spending on the wrong things isn't good, but
5.
▲
by
terrabitz
5mo ago
It's not inherently contradictory, just like using a calculator could be considered cheating depending on the context. If you're just learning basic arithmetic, a calculator is cheating since it shortcuts the path to learning. OTO
6.
▲
by
terrabitz
5mo ago
Yeah I was getting the same feeling. I wonder if an equivalent request to California police agencies that contract Flock technologies would work though.
7.
▲
by
terrabitz
6mo ago
Sounds like a similar approach to this service: https://addy.io/ I use it all the time in conjunction with Bitwarden to generate unique emails per site. You can have notes in each email, and they show up in a small banner o
8.
▲
by
terrabitz
6mo ago
The 90-90 rule may need an update for a POST-LLM world "The first 90% of the code accounts for the first 9% of the development time. The remaining 10% of the code accounts for the other 9000% of the development time"
9.
▲
by
terrabitz
7mo ago
No, two completely separate players. There was a partnership agreement a while ago, but that got severed a while back https://www.flocksafety.com/blog/axon-plans-to-sever-apis-wi...
10.
▲
by
terrabitz
8mo ago
A while ago when I was working with PowerShell a lot, I got spoiled by the easy inclusion of `-DryRun` flags in all my scripts. Nowadays I still use the technique for a lot of the tools I make. I typically do a Terraform-like approach: crea
11.
▲
by
terrabitz
2y ago
I feel like the distinction between the two is fairly contrived these days. I'm an SRE, and we're constantly building tooling to help us better manage infrastructure, improve reliability, improve DX, etc. On the flip side, we also
12.
▲
by
terrabitz
2y ago
> The best rule of thumb is, if you’re not sure whether something needs to be said right now, hold off and see what happens. You can always say it later if it turns out there’s no way for the conversation to move forward without your cor
13.
▲
by
terrabitz
2y ago
Nice, that's a big differentiator! I use git sync with my mobile vault, but it's very hacky (using a Termux cronjon) and it's often flaky. Plus I have to open up Termux any time I need to troubleshoot, which is a bit annoying
14.
▲
by
terrabitz
2y ago
Honestly, not a bad idea. I'd just have to deal with figuring out a good, standardized text-based format. I already use a git-backed Obsidian markdown knowledge base for most of my notes, so it would make a lot of sense to incorporate
15.
▲
by
terrabitz
2y ago
I like having my recipes in digital format, but the lack of notes, annotations, and editing history is a big weakness in most of them. I would love one that offered a git-like interface for recipes: it could track the "diff" of a
16.
▲
by
terrabitz
3y ago
Meh, this was a survey conducted at 4 different companies. It only proves correlation, not causation. And even then, it only proves it at these 4 companies since they didn't use random sampling from a larger population. Most of the res
17.
▲
by
terrabitz
3y ago
I have a cheap drawing tablet I purchased for about $20. It works wonders for whiteboarding and diagramming things for my remote coworkers. Especially when used in conjunction with tools like Google Jamboard, it's almost as good as an
18.
▲
by
terrabitz
4y ago
Doesn't seem to be a very credible article. There's an awful lot of pontificating about the disastrous outcomes of COVID-era policies without any supporting evidence. The whole thing reads a bit like a non-sequitur. Also, there&#x
19.
▲
by
terrabitz
4y ago
Not the original commenter, but our team has recently been dealing with this exact thing. It depends on the specifics of your use case, architecture, etc., but there is a lot of value in keeping application Terraform code in the same repo a
20.
▲
by
terrabitz
4y ago
As a transport I agree. But as a config file format? I'm a little skeptical. The main benefit of a flat file format for configs is that it can be added to source control and edited by any plaintext editor. If I kept config as protobuf,
21.
▲
by
terrabitz
4y ago
This. Security questions are almost always visible to humans in plaintext, and those humans are expected to be the judge of whether the security question was answered correctly. I used to do random characters, but have switch to a string of
22.
▲
by
terrabitz
4y ago
In my case, I'm running FreeNAS/TrueNAS for storage and a Plex jail. I'd imagine there are a number of people in the same boat considering the popularity of TrueNAS.