Viewing profile — KarlKode
KarlKode
HN member- Joined
- Tue, Jan 31, 2017, 1:44 PM UTC
- HN karma
- 114
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About KarlKode
No profile information was provided.
Recent public activity
-
comment
Comment #48156286
I think a astronomically better example would be programs in the Netherlands, Denmark or Switzerland, where people heavily addicted to heroine can get into programs that will provi…
-
comment
Comment #48156246
I believe OP wanted to make the point that one of the most important things for people profiting from the illegal sale of drugs (meth or heroin/opiates) is to minimize the amount t…
-
comment
Comment #47128061
Normally the risk of airborne spores taking over your growing material is much more likely than your (most of the time very selected and in no way adapted to the "normal" surroundi…
-
comment
Comment #46016417
Reminds me of the story where two guys went for a joyride in a Tram in Braunschweig (DE). They boarded a tram during the night, drove for a few stops (including letting passengers …
-
comment
Comment #42865754
Yup. Got my own domain(s) and use a different address for all my services (like with Gmail where you could append +service to your email but with a completely distinct email per se…
-
comment
Comment #42453011
That's kind of how you do it in go. Either: 1. Bubble up error (as is/wrapped/different error. 2. Handle error & have a (possibly complex) new code path. There's also the panic/rec…
-
comment
Comment #41972366
My girlfriend (who has quite severe ADHD) is exactly like you. Before she can get any work done in our office everything needs to be put away/organized/in it's place or she'll get …
-
comment
Comment #41328806
Didn't you encounter the problems because you tried to simplify reality by using an abstraction?
-
comment
Comment #41321370
Same for leaf blowers. I worked on a farm in the Swiss mountains where we used large Stihl leaf blowers to get the hay down the mountain [1] so we could pick it up by machine and e…
-
comment
Comment #40504245
Or just going to a concert hall and having your coat hung right next to the bank robber or somebody who visited the bank-robber etc.
-
comment
Comment #39794832
Hasn’t the percentage an average person spends on housing significantly increased in the past 50 (or 20) years? Additionally I can’t follow your second thought: are you saying that…
-
comment
Comment #39794761
Not arguing for the OPs argument but observing a pattern over a longer timespan doesn’t mean that the pattern can be observed during the whole timespan. At the same time IMHO you’r…
-
comment
Comment #39786080
I think you mistyped J code. I don't know any J but what I understood from your comment that it should be something like / *.
-
comment
Comment #39555576
Doesn't the device need satellite connectivity?
-
comment
Comment #38005382
At the same time our government wants to increase the cost of public transportation [1] with the age old argument that it is too expensive compared to the cost of individual transp…
-
comment
Comment #37682431
In my local sunglass store iI can buy genuine Wayfarers for a bit more than 100$ so I guess Luxotica’s margin is even higher than expected…
-
comment
Comment #37514649
I was skeptical about your claim but I turns out that you are right! I knew about agricultural biogas production but never though about the potential of methane production from was…
-
comment
Comment #37514494
We actually do this as the basins populated with bacteria that process our waste are heated to improve their metabolic activity and speed up the process. edit: in regular waste pro…
-
comment
Comment #36807779
Problems arise as soon as you (ab)use a metaphor (used to explain a higher level/adjacent problem) to explain concepts it was never meant to model. Example: Array of items as a sho…
-
comment
Comment #34258746
Did you miss that the child stuff is explicitly mentioned as negative prompt (which I assume is used to let the network know that you don't want those traits in the output image)?
-
comment
Comment #33507394
I think you mean the median.
-
comment
Comment #33456651
What I got from similar subreddits (e.g. /r/bestoflegaladvice) is that you'll get (shaddow)banned really fast if you click a link in the subreddit and coment on the linked post. Ju…
-
comment
Comment #32777888
I think OP didn't mean that you can absorb fentanyl through the skin but rather that you'd have trace amounts of fentanyl (or even the more powerful analogues such as carfentanyl) …
-
comment
Comment #31822595
SRE: Site reliability engineer SLI: Service level indicator (Metric to measure the health of a service. For example successful requests per interval / total requests per interval.)…
-
comment
Comment #31433681
The usual pattern was to use an empty interface (`var collection []interface{}`).