Viewing profile — safetytrick
safetytrick
HN member- Joined
- Wed, Jun 18, 2008, 3:03 AM UTC
- HN karma
- 103
- Public activity
- 94 items
- HN profile
- View on Hacker News ↗
About safetytrick
No profile information was provided.
Recent public activity
-
comment
Comment #48043950
Being a junior engineer was a good time!
-
comment
Comment #47470662
Yes, this mattered when 6 character passwords were common.
-
comment
Comment #47076840
It's actually been useful for me to explain certain best practices now that I can show that the LLM cares. Why is this name bad? Because an llm will get confused by it and di the w…
-
comment
Comment #44914512
Yes, I agree, we seem to need to feel "special". Language is really powerful, I think it's a huge part of our intelligence. The interesting part of the article to me is the focus o…
-
comment
Comment #44895477
Python packaging is the least zen of python thing about python.
-
comment
Comment #44440136
I don't think changeable code is the number one priority. The goal is to solve a problem and code that solves a problem without needing to change is sufficient. Code that doesn't n…
-
comment
Comment #42178144
Quoted: "Likewise, you can repeat yourself but classes only have a single (duplicated, but subtly different) responsibility."
-
comment
Comment #42177925
I'm proud of my little joke on dogmas: "The only dogma I believe is that all dogmas are wrong".
-
comment
Comment #42177901
I like to phrase this kind of thought as: "The only dogma I believe, is that all dogmas are wrong".
-
comment
Comment #41363999
vim is late 1991, vi was 1976, sublime text was 2008. Just seems like garbage writing (very easily could be LLM).
-
comment
Comment #41157299
In the article the author mentions wanting to benchmark a GPU and using ChatGPT to write CUDA. Benchmarks are easy to mess up and to interpret incorrectly without understanding. I …
-
comment
Comment #40321187
With a dependency on a font. Wow, it's been a while since I've seen that.
-
comment
Comment #39462934
I think they are talking kilometers
- story
-
comment
Comment #39020002
I forget that this has been a very popular strategy for a long time with more traditional databases.
-
comment
Comment #39007295
Who is doing this and where can I read more? What are the tradeoffs? I imagine that you get a a dataset that is significantly smaller but it is much trickier to keep a dataset in m…
-
comment
Comment #38667719
It's okay to erect a fence that is less than ideal but please explain yourself.
-
comment
Comment #38667694
Whenever I am in that expedient hack mode I've started commenting to explain my dilemma. My most valuable comments typically come out at that time. Such and such can't be done righ…
-
comment
Comment #38197991
An under-rated solution to this problem is saying No and having quality retrospectives. Microservices adoption has largely become a cargo cult thing. It is a part of being cool lik…
-
comment
Comment #37806242
Some services just don't stop at night. Healthcare has trends but it never stops.
-
comment
Comment #37804917
It just depends on the business, b2b can be very consistent. Some workloads just have predictable behavior. I worked at a medium sized place where we had plans in place to handle t…
-
comment
Comment #37698503
I've been patiently watching for a nice way to plug in a local development DNS resolver (patiently waiting for someone to document and script the a few tiny patterns).
-
comment
Comment #37653910
I'm a big Avro fan, it isn't easy to be good at but if you follow its rules it is so much easier to evolve than plain json is.
-
comment
Comment #37472311
Random ids require random inserts and that is bad for performance. It isn't a deal-breaker in most situations but it is a real cost that you do pay.
-
comment
Comment #37472271
ulids are beautiful little ids without many of the drawbacks and risks of other id systems. They are sufficiently unique for most work (anywhere that you don't need to actually uni…