Live data from Hacker News

Viewing profile — DANK_YACHT

DANK_YACHT

HN member
Joined
Sat, May 14, 2022, 6:14 AM UTC
HN karma
297
Public activity
108 items

About DANK_YACHT

No profile information was provided.

Recent public activity

  1. comment
    Comment #31585345

    I'm not saying that if you buy an option that ends up OTM that you'll globally lose money, but in the context of that one specific trade you lost. Perhaps you're willing to take th…

  2. comment
    Comment #31584889

    For options trading, there is always a winning and losing side. Someone is always harmed.

  3. comment
    Comment #31584847

    https://www.bloomberg.com/opinion/articles/2017-11-17/blacks... The tldr is that they bought credit default swaps for debt owed by Codere SA, and then offered the company financial…

  4. comment
    Comment #31584844

    The original commenter also made a random assertion: "doing math is not thinking." The person you're responding to attempted to provide a definition of "thinking."

  5. comment
    Comment #31584610

    Financial instruments are incredibly complex. It's very dangerous to engage with them unless you fully understand what you're getting yourself into. Other people have a huge incent…

  6. comment
    Comment #31584267

    GStreamer has a much more sane CLI interface. FFmpeg generally works better than GStreamer, but it's definitely possible to make a better command line interface.

  7. comment
    Comment #31583914

    The issue with FFmpeg is that it's complex, so you need to understand what all the options do, but the interface is also complex, so you need to understand how to format what you w…

  8. comment
    Comment #31583312

    The patent approval process isn't perfect. Had you violated the patent, and had Google sued you, you could always argue prior art. What would your evidence be?

  9. comment
    Comment #31581831

    They’re probably referring to the diameter of a circle. The way it’s written is unclear, but not necessarily an error per se.

  10. comment
    Comment #31578490

    This seems like programmer error. Don't put restricted fields into types you're deserializing off the wire. It's like accepting user input and directly inserting it into a database…

  11. comment
    Comment #31574482

    A little known fact is that rental assets depreciate in the eyes of the government. This is why you can deduct depreciation from rental property on tax returns. The corollary to th…

  12. comment
    Comment #31574256

    > As a meat eater, I understand I'm the driving force of this issue. How did you come to that understanding? Did you dedicate your free time to studying the impact of meat eating, …

  13. comment
    Comment #31573130

    Yes definitely. No analogy is perfect.

  14. comment
    Comment #31573054

    The entire point of electing someone to represent you is that they should take care of things for you without bothering you too much. Imaging you hire a lawyer to represent you in …

  15. comment
    Comment #31572958

    > and the biggest one imo is dietary choices. Yes, let's blame the consumer. First of all, the consumer has no idea how their specific spending habits contribute to an issue. For i…

  16. comment
    Comment #31572832

    Ah yes, I forgot that two wrongs make a right /s.

  17. comment
    Comment #31571767

    I use pen and paper as well, but rather than print out all the source code, I write down the call stack. A calls B calls C, etc. along with the line numbers of the call. Much easie…

  18. comment
    Comment #31560833

    We put our kid into daycare around 7 months old. Obviously every kid is different, but we're happy we chose that time. Around 7 months, our child had developed an understanding tha…

  19. comment
    Comment #31560316

    Why? Having shoes that tighten themselves sounds cool and convenient. Personally, I hate tying my shoes. If anything, the technology has failed by being so brittle.

  20. comment
    Comment #31560213

    Roombas could definitely be better. Mine gets stuck all the time. The reason I keep using it, however, is that it cleans a lot of stuff prior to getting stuck, so it still feels wo…

  21. comment
    Comment #31555900

    > Her idea was that some tech will change world so much that there will be 100X return. Is that really so different from the VC approach?

  22. comment
    Comment #31550873

    > Privacy regulations can make it very difficult for competitors to gain traction for incumbents This is an oft repeated argument that makes no sense. The point of privacy legislat…

  23. comment
    Comment #31539776

    I don’t know. My school wasn’t very good, so I can’t imagine it was on any type of approved school list.

  24. comment
    Comment #31538006

    Yea I was in school at the time.

  25. comment
    Comment #31537922

    I got a job at a FAANG by writing a for loop to check if a number was prime right around that time. The solution was completely naive and the interview was done over the phone in l…