Live data from Hacker News

Viewing profile — throwaway0094

throwaway0094

HN member
Joined
Sat, Oct 26, 2013, 8:11 PM UTC
HN karma
86
Public activity
61 items

About throwaway0094

No profile information was provided.

Recent public activity

  1. comment
    Comment #6906771

    > Its been tuned over years for use in competitions. So it probably runs faster than the author's, even though it has more features. For OP's use case, which appears to have a max …

  2. comment
    Comment #6892547

    Anecdotal, but as a non-smoker, I don't find any withdrawal or cravings symptoms at all when I stop consuming nicotine. It's milder than stopping caffeine.

  3. comment
    Comment #6892378

    The more you know. Thanks :).

  4. comment
    Comment #6892352

    Not necessarily a trade-off with non-tobacco nicotine.

  5. comment
    Comment #6892347

    Really? I thought adderall (contains 1/4 dextro-) or vyvense (don't know which amphetamines it contains) were pretty common.

  6. comment
    Comment #6892342

    It isn't now. It has been edited from the original.

  7. comment
    Comment #6892331

    Compared to e-cigs, sure. Compared to food, or conventional cigarettes ... they're really really cheap. 96 x2mg gums for $22 comes out to 45¢/mg. I use maybe 0-2 (edit: gums (90¢-$…

  8. comment
    Comment #6892316

    For non-smokers, less is more... nicotine is a pretty powerful stimulant, you don't necessarily want strong hits. My 2¢. (I am a non-smoker; have tried 2mg and 4mg gum, and find 4m…

  9. comment
    Comment #6892299

    Dexedrine is dextroamphetamine (commonly prescribed for ADD and other things, like staying awake). Methamphetamine is a different chemical with an important legal distinction (if s…

  10. comment
    Comment #6892220

    Might kill the GPU faster than gaming alone, unfortunately[0]. [0]: http://yarchive.net/comp/linux/cpu_reliability.html

  11. comment
    Comment #6892206

    I don't think it would, actually. Enough people are willing to mine for a loss and the difficulty rises with availability of cheap hardware that it never becomes profitable. OP onl…

  12. comment
    Comment #6892193

    But perhaps more importantly, not a big subjective difference ;-).

  13. comment
    Comment #6892184

    Meth is only prescribed for ADHD in the US. Is it prescribed for ... nevermind, you edited your post. (Original said something to the effect of "meth is prescribed for drowsiness i…

  14. comment
    Comment #6892171

    From his Nictotine article, gum or patch. But e-cig might be fine too if the parts don't have lead or other hazardous substances in them, modulo maybe higher risk of addiction.

  15. comment
    Comment #6891753

    As others have pointed out, this is not remotely passive.

  16. comment
    Comment #6891118

    Yeah, but I don't recommend singing in the shower for 1.5 weeks while your employer is paying you sick leave ;-).

  17. comment
    Comment #6889444

    So: 1.5 weeks of work. $50-$75/mo/instance. x20-60 instances. Worked for 3-4 weeks. If we assume the most optimistic parameters: $75 * 1mo * 60 instances = $4500 in profit for 1.5 …

  18. comment
    Comment #6889360

    Hm, ok. Still, at some level fragmentation is eating gobs of space even if correct for the "average".

  19. comment
    Comment #6888178

    This isn't quite right. Even if your average string length is 1k+, you shouldn't change the embedded string size to 1k+. I think these objects sit on the C stack internally, which …

  20. comment
    Comment #6888172

    Is Ruby's internal encoding UTF-8, then?

  21. comment
    Comment #6887478

    I'm guessing empty message, check for error status later. Just send a bunch of emails, see which hostnames resolve (vs not).

  22. comment
    Comment #6887403

    "The tokens and, and_eq, bitand, bitor, compl, not, not_eq, or, or_eq, xor, xor_eq, , can be used instead of the symbols &&, &=, &, |, ~, !, !=, ||, |=, ^, ^=, {, }, [, and ]." In …

  23. comment
    Comment #6885675

    Washington state actually (partially) legalized alcohol ahead of the Federal repeal of prohibition. So there's a kind of historical example.

  24. comment
    Comment #6880766

    Whoa whoa whoa. Slow down. When did I become an Applications developer and not a systems developer? The kernel I work on uses TONS of threads and locks. And sure, it's fucking craz…

  25. comment
    Comment #6876335

    Can someone explain how the keying system works? What is the secret information a user needs to decrypt messages addressed to them? What prevents a 3rd party from decrypting those …