Viewing profile — rat_melter
rat_melter
HN member- Joined
- Mon, Jul 22, 2019, 10:10 PM UTC
- HN karma
- 25
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About rat_melter
No profile information was provided.
Recent public activity
-
comment
Comment #34203412
No, no, you're thinking of the $601/month thread.
- comment
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #23980026
Squeaky Wheel Syndrome: The noisiest issue/person is always addressed first. This creates an unfortunate positive feedback loop.
-
comment
Comment #23910723
Yes.
-
comment
Comment #23103998
One of the best books I've read regarding UX. Don't sleep on it.
-
comment
Comment #22248565
I've lived by this advice for years and I can attest to the benefits.
-
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…