Viewing profile — rwjwjuwjudf
rwjwjuwjudf
HN member- Joined
- Sat, Apr 02, 2016, 10:30 PM UTC
- HN karma
- 26
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About rwjwjuwjudf
No profile information was provided.
Recent public activity
-
comment
Comment #11468438
Are there any programs that produce output before they are executed?
-
comment
Comment #11468369
Output is a side effect.
-
comment
Comment #11468311
He did say this, but maybe it wasn't clear. It's faster because you can skip the meaningless bureaucracy associated with obtaining copyright permission for a tiny run - a lot of da…
-
comment
Comment #11464895
I think the original expression was poor, it could perhaps be paraphrased as "gun safety is an oxymoron".
-
comment
Comment #11464835
Pirates of Silicon Valley, Sneakers, Primer, Ex Machina
-
comment
Comment #11464680
Nice analysis! I was thinking safety is a function equivalent to negation. But I agree if safety and gun ownership are separate variables. p | safe (p) | ¬p | safe (p) ↔ ¬p --+----…
-
comment
Comment #11464647
Over my lifetime I feel like computers have gone from nerdy thing that nerds do to trendy thing that popular kids hire nerds to do badly and treat like garbage. I guess it's not re…
- comment
-
comment
Comment #11464315
Oh come on, the claim is that safe (p) !p, which is a bit different. Attack the actual claim.
-
comment
Comment #11463902
Do you sit through television commercials without talking, getting up, turning down the volume, muting them, or looking away?
-
comment
Comment #11460265
I think there's two things here. The first is the implicit or explicit contract to view ads in exchange for getting to view content. Entering into a contract in bad faith or breach…
-
comment
Comment #11459850
Alright, these are the statements that made me feel guilt / anger, along with the message I interpreted: > If you walk up to me and ask for my newspaper without offering compensati…
-
comment
Comment #11459266
I think it's pretty simple, any time you're admonishing someone and telling them how they should behave, rather than how they have to behave, it's basically a guilt trip. It makes …
-
comment
Comment #11459161
Hmmm, good point. Ok, if you count individual messages, there is more spam, but if you look at the kinds of spam messages, they are way less diverse. So spam goes into one of ~10 b…
-
comment
Comment #11459035
> For me, the arguments that fall along the lines of "once it's been sent I can do what I want" don't sit well because they feel anti-social in nature. For me, guilt trips are anti…
-
comment
Comment #11454226
> the fact that everyone does have their marginal benefit and marginal costs for every good and service that can translate to a binary decision of whether they would purchase a goo…
-
comment
Comment #11453464
Positive means you found the special thing you are looking for; negative means you just found an ordinary thing. False positive means you thought you found the special thing but yo…
-
comment
Comment #11451667
The link you gave doesn't use the word implicit and actually says: > Wherever possible, make sure you have an explicit license to any necessary patents held by the licensor. Then i…
-
comment
Comment #11451427
The text of the link itself could contain copyright material. Google says the practical limit 10 years ago was ~100Kb, not sure now.
-
comment
Comment #11446600
Well, you could do a double-blind test where you feed pureed lazy plants and pureed healthy plants to your test subjects and see if you can detect a difference. But honestly just t…
-
comment
Comment #11445795
What you said makes sense right up until the last bit about the lazy plants generating low energy in humans. There is no science to substantiate that, like none at all. I think it'…
- comment
-
comment
Comment #11443372
People also use something like that to mask a lack of knowledge / experience / understanding / intelligence. Once in a while someone uses big words so well it's poetry, but those p…
-
comment
Comment #11436992
I think that's wrong, because all 4 if-statements are evaluated for each sample. But yes agreed, in general there are lots of edge cases. I actually wrote a finite state machine sp…
-
comment
Comment #11435992
Also you can decouple the handling of ac and heat, and check the current state to prevent a redundant transition into the current state. if (temp > max + error) if (off (ac)) turn_…