Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dirtydroog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dirtydroog
6y ago
Never before has a programming language received so much marketing. It's very odd.
2.
▲
by
dirtydroog
6y ago
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++ async networking) is a real pain to work with. But
3.
▲
by
dirtydroog
6y ago
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 protesters from a square outside the White House so he
4.
▲
by
dirtydroog
6y ago
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.
5.
▲
by
dirtydroog
6y ago
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 not so sure. Compilation time isn't that big of
6.
▲
by
dirtydroog
6y ago
This is a very interesting at a time when we're seeing what we can replace C++ with. (yes, rusticles, I know rust exists)
7.
▲
by
dirtydroog
6y ago
How gutting for the researcher. It's very admirable for him to be so open about it all
8.
▲
by
dirtydroog
6y ago
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 implementation of a JVM is a mapping from a real CPU to the J VM&#
9.
▲
by
dirtydroog
6y ago
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.
10.
▲
by
dirtydroog
6y ago
- Hawaiian Pizza
11.
▲
by
dirtydroog
6y ago
'accomplices' to what crime?
12.
▲
by
dirtydroog
6y ago
Your phone has a phonebook.
13.
▲
by
dirtydroog
6y ago
Interesting, in what industry do you work?
14.
▲
by
dirtydroog
6y ago
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 for it to increase influence, it's prob
15.
▲
by
dirtydroog
6y ago
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' and my career gets ruined. It'd be
16.
▲
by
dirtydroog
6y ago
To be honest, the only QT-using program I use is QT Creator.
17.
▲
by
dirtydroog
6y ago
It might be due to tax reasons if the remote workers are not contractors. This has been an issue for my UK headquartered employer
18.
▲
by
dirtydroog
6y ago
shared_ptr all the things? If so, they may as well write in Java.
19.
▲
by
dirtydroog
6y ago
Oh my good god. I'm hoping this is down to developer naivety rather than being a feature of rust.
20.
▲
by
dirtydroog
6y ago
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. That can be a PITA, but pushing a stat on every e
21.
▲
by
dirtydroog
6y ago
wise words
22.
▲
by
dirtydroog
6y ago
There are elements of our company that want to move to Kubernetes for no real reason other than it's Kubernetes. I can't wait to see the look on their faces when they realise we'll have to employ someone full-time to manage o
23.
▲
Ask HN: Gmail – getting emails intended for others
1 points
by
dirtydroog
6y ago
|
1 comments
24.
▲
by
dirtydroog
6y ago
If you're already using a VM why do you need docker? I'll admit to not understanding docker. Is it a VM replacement, or is it a glorified debian package?
25.
▲
by
dirtydroog
6y ago
Just went through this. It refused to install until I removed VMWare Workstation Pro manually. I don't have Workstation Pro installed, I do use VMWare Player though, and I need it for work. Heart-stopping. Anyway I uninstalled it, inst
26.
▲
by
dirtydroog
6y ago
We went through a similar process with GCP, which was annoying since GCP was sold as being cheaper than AWS.
27.
▲
by
dirtydroog
6y ago
I'm Irish but have been living in London for 15 years. I think about moving back occasionally but I fear about it being 'too small', and I don't particularly want to live in Dublin. I just turned 39 and this scenario is
28.
▲
by
dirtydroog
6y ago
https://www.youtube.com/watch?v=CVp9rKF3hag (NSFW-ish)
29.
▲
by
dirtydroog
6y ago
Enabling?
30.
▲
by
dirtydroog
6y ago
> We are also talking about context switches which are not happening very frequently That depends on how your software is written. If, for example, you're running a web server that uses a thread-per-connection, you'll be contex
More ›