Viewing profile — rickmode
rickmode
HN member- Joined
- Tue, Aug 05, 2008, 10:32 PM UTC
- HN karma
- 497
- Public activity
- 160 items
- HN profile
- View on Hacker News ↗
About rickmode
Recent public activity
-
comment
Comment #45646013
Isn’t it the cheapest AWS region? Or at least among the cheapest. If I’m correct, this incentivizes users to start there.
-
comment
Comment #44058255
See a psychologist or counselor. If you an underlying diagnosis, you could be suffering more than necessary.
-
comment
Comment #42496580
Pronoun confusion. The second pronoun is ambiguous. Since we are all “hackers” here, I’ll be pedantic… “While it is a great language…” The “it” pronoun clearly refers to the C++ la…
-
comment
Comment #40228943
In context, this means “self-inflicted harm”.
-
comment
Comment #40035195
I’d say it’s like the mental health distinction of a trait versus a disorder: if this is negatively impacting your day to day life, consider therapy / counseling. (As an aside, I t…
-
comment
Comment #39655613
To be pedantic, this would be violet. (Purple is a mix of red and blue light.)
-
comment
Comment #38549816
Naive question: why not remove all sensitive data, or all data, from the notification and leave the context for a secondary API call?
-
comment
Comment #38337243
Maybe a bit more hand for the woman. She’s got a bit of a stump going on there. But otherwise I like the image!
-
comment
Comment #37345833
Generic reply to siblings here… I get the intelligence argument. My _main_ point is that there’s a non-trivial question to answer here. I’m not qualified to answer (though I’ve off…
-
comment
Comment #37345554
I believe we first need to answer the question of whether the copyright of the AI model’s source text or images affects the output. My opinion — and note I’m a software engineer, n…
-
comment
Comment #36510588
I agree though I’d say non-technical people are naive and so don’t know why the experience is not ideal or fun or smooth. I suspect if asked the right questions, non-technical peop…
-
comment
Comment #30624207
The answer, I think, is warranties. As soon as software can no longer be delivered “as-is”, the profession will need to change. Hobbies will still exist, just as they do for almost…
-
comment
Comment #30129503
I use Hover for my personal domain, and added a "small mailbox" for my email address. For calendaring, I use iCloud, which works fine since I'm an iPhone user and that thing is _al…
-
comment
Comment #27092199
Indeed. In email threads I will sometimes say “To amplify, …” to make it clear that I’m adding on, rather than rebutting.
-
comment
Comment #26116749
"Simple != easy." --Rich Hickey The closest I get in my career is striving for the simplest approach to building something in software, which is not all the easy path. The easy pat…
-
comment
Comment #23978613
For me, the big drain was running Google Chat in Firefox. I switched running GChat using Google’s app and that solved the problem for me. Now the only big drain is WebEx. (This is …
-
comment
Comment #23919350
I had this same belief but there is one other useful situation where an interface plus just one implementation class helps, and that's when you want to hide the noise of implementa…
-
comment
Comment #23261363
Ah. Understood. The Patriot Act is the problem. We knew it at the time. Sounds like we all agree on that point.
-
comment
Comment #23260999
I don't think this is a good example. If memory serves, the threat _was_ detected, however it was not acted on. There was lots of finger pointing about lack of coordination, but (a…
-
comment
Comment #21400378
Are you sure about the "do whatever you want" part? Just because there is no need to register with the FAA doesn't mean the FAA rules do no apply.
-
comment
Comment #20480016
See my reply to bryanrasmussen for a full explanation. Basically: you reindex ES periodically, so when a user is deleted from the primary, it will disappear from ES upon the next r…
-
comment
Comment #20479972
When using ES for indexing and not the primary store, you can (and should) periodically fully reindex the data set. You can use a blue / green pattern — create a new index then swa…
-
comment
Comment #19835523
4 months for my 2016 Model S. Most of this time (all but 2 weeks, I think) was waiting for airbag related parts. Missed the entire summer last year -- accident in May, got the car …
-
comment
Comment #19173507
Amdahl's law for sure. We all know most software sucks, so in this vision (simpler cores), that reduces us to taking the performance hit and optimizing elsewhere. For example, olde…
-
comment
Comment #19172775
How about CPUs without speculative execution and simultaneous multithreading (SMT / Hyper-Threading, which has similar issues)? We would, of course, need other optimizations to cla…