Live data from Hacker News

Viewing profile — dirtydroog

dirtydroog

HN member
Joined
Tue, Jan 28, 2020, 11:01 AM UTC
HN karma
-4
Public activity
256 items

About dirtydroog

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #23449092

    I think the title should have been: 'Most tech content considered harmful'

  3. comment
    Comment #23446183

    War criminals?

  4. comment
    Comment #23445981

    One annoying thing about cut is that it outputs the extracted fields in order of position, not the order you specify. Other that that it's great, I use it every day

  5. comment
    Comment #23437842

    Never before has a programming language received so much marketing. It's very odd.

  6. comment
    Comment #23432407

    It's mainly binary to JSON conversion, and firing that out over HTTP a few thousand times a second. That's the only IO. Goroutines look very interesting, and as I said, ASIO (C++ a…

  7. comment
    Comment #23432367

    It's very clearly anti-Trump (I live in the UK). As for the article, there's this part: "The president was criticised for ordering authorities to forcibly remove peaceful protester…

  8. comment
    Comment #23432300

    It's so sad to see the BBC caught up in all this. It used be a reputable news source, the BBC World Service was just that - listened to the world over. Now it's this.

  9. comment
    Comment #23431166

    I believe they're working on tickle gas.

  10. comment
    Comment #23427665

    What are your usecases, if you don't mind me asking? I am considering replacing our HTTP-heavy processes currently written in C++ with Go. However, after reading this thread I'm no…

  11. comment
    Comment #23426004

    This is a very interesting at a time when we're seeing what we can replace C++ with. (yes, rusticles, I know rust exists)

  12. comment
    Comment #23416303

    How gutting for the researcher. It's very admirable for him to be so open about it all

  13. comment
    Comment #23400910

    This is a little bit off. The only architecture supported by Java is the JVM. It is a fictional CPU architecture with predefined characteristics, such as a memory model. The implem…

  14. comment
    Comment #23396781

    Seconded, I tried to package up a publicly available header-only tar.gz into a debian package for our private repo and found it impossible to do. I gave up.

  15. comment
    Comment #23395285

    - Hawaiian Pizza

  16. comment
    Comment #23395273

    'accomplices' to what crime?

  17. comment
    Comment #23395219

    Your phone has a phonebook.

  18. comment
    Comment #23389433

    Interesting, in what industry do you work?

  19. comment
    Comment #23378437

    Weren't Hong Kongers themselves asking the US to remove HK's special status? Seems like they're scuttling the ship. While China seems to think the Covid situation is an opportunity…

  20. comment
    Comment #23378296

    Not sure why you're being downvoted. I can't imagine working for either company, especially in SV. I would be walking on eggshells lest someone hear, or overhear, something 'toxic'…

  21. comment
    Comment #23376663

    To be honest, the only QT-using program I use is QT Creator.

  22. comment
    Comment #23368898

    It might be due to tax reasons if the remote workers are not contractors. This has been an issue for my UK headquartered employer

  23. comment
    Comment #23368209

    shared_ptr all the things? If so, they may as well write in Java.

  24. comment
    Comment #23362732

    Oh my good god. I'm hoping this is down to developer naivety rather than being a feature of rust.

  25. comment
    Comment #23361663

    What's the standard for metrics gathering, push or pull? I prefer pull, but depending on the app it can mean you need to build in a micro HTTP server so there's something to query.…