Live data from Hacker News

Viewing profile — rat_melter

rat_melter

HN member
Joined
Mon, Jul 22, 2019, 10:10 PM UTC
HN karma
25
Public activity
11 items

About rat_melter

No profile information was provided.

Recent public activity

  1. comment
    Comment #34203412

    No, no, you're thinking of the $601/month thread.

  2. comment
  3. comment
    Comment #29317637

    I read this as "Lush was in trouble due to a whistleblower" and not "Facebook sucks, so Lush quit". Even the article was unclear. I don't consume media often so this initially scar…

  4. comment
    Comment #28159898

    Velcro Cord Wrapping Tape: https://www.aliexpress.com/item/1005002433097616.html I bought 4 different colors for wrapping different wires that go to different kinds of devices. Mag…

  5. comment
    Comment #25676843

    >How do the oracles work with these kinds of smart contracts? It depends. Many exploits are based on asymmetric oracle data, or asymmetric trades using flash loans. Mainly oracles …

  6. comment
    Comment #24826675

    I purchased 6 sets of cheap headphones so I could keep them in all my backpacks/bags/around the house. Anytime I forget to bring headphones to listen to my iPod, I know I have an e…

  7. comment
    Comment #23980026

    Squeaky Wheel Syndrome: The noisiest issue/person is always addressed first. This creates an unfortunate positive feedback loop.

  8. comment
  9. comment
    Comment #23103998

    One of the best books I've read regarding UX. Don't sleep on it.

  10. comment
    Comment #22248565

    I've lived by this advice for years and I can attest to the benefits.

  11. comment
    Comment #20502840

    $ mv file.text !#:1:r.txt evaluates to: $ mv file.text file.txt (colon separated) !# means this command 1 is the position of the argument to be modified r means strip extension The…