Viewing profile — dirtydroog
dirtydroog
HN member- Joined
- Tue, Jan 28, 2020, 11:01 AM UTC
- HN karma
- -4
- Public activity
- 256 items
- HN profile
- View on Hacker News ↗
About dirtydroog
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #23449092
I think the title should have been: 'Most tech content considered harmful'
-
comment
Comment #23446183
War criminals?
-
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
-
comment
Comment #23437842
Never before has a programming language received so much marketing. It's very odd.
-
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…
-
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…
-
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.
-
comment
Comment #23431166
I believe they're working on tickle gas.
-
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…
-
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)
-
comment
Comment #23416303
How gutting for the researcher. It's very admirable for him to be so open about it all
-
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…
-
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.
-
comment
Comment #23395285
- Hawaiian Pizza
-
comment
Comment #23395273
'accomplices' to what crime?
-
comment
Comment #23395219
Your phone has a phonebook.
-
comment
Comment #23389433
Interesting, in what industry do you work?
-
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…
-
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'…
-
comment
Comment #23376663
To be honest, the only QT-using program I use is QT Creator.
-
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
-
comment
Comment #23368209
shared_ptr all the things? If so, they may as well write in Java.
-
comment
Comment #23362732
Oh my good god. I'm hoping this is down to developer naivety rather than being a feature of rust.
-
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.…