Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
simfoo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
121.
▲
by
simfoo
7y ago
Our core stack is written in C++ so most of our open positions are about C++. Have a look at https://jobs.lever.co/aid-driving?department=Software%20Engi...
122.
▲
by
simfoo
7y ago
https://wiki.ubuntu.com/Kernel/KernelBootParameters
123.
▲
by
simfoo
7y ago
Ok thanks, that makes sense. For anyone else wondering what TSO is, see https://en.wikipedia.org/wiki/Large_send_offload But again, couldn't there be NICs with offloading QUIC capabilities? Maybe this could even b
124.
▲
by
simfoo
7y ago
Wouldn't pretty much all of that overhead compared to TCP vanish if QUIC was implemented in the kernel?
125.
▲
by
simfoo
8y ago
VW (in this case AUDI) founded AID ( http://aid-driving.eu/ ) as a software centric powerhouse to work on autonomous driving for all of VW. They employ lots of software engineers directly (I work there)
126.
▲
by
simfoo
8y ago
There are no conan packages on Github, usually you can find recipes along (or separate) the sources. Yeah, the term conan "cache" may be a bit misleading, as it is not only a cache but really your "local remote". As soon
127.
▲
by
simfoo
8y ago
No, conan create builds a package from a recipe. Provided you cloned sources form a git remote, you can locally build the conan package without conan ever hitting your network. You can even just export any recipes into your local cache with
128.
▲
by
simfoo
8y ago
It is supported. You create the packages using "conan create" from any place with a recipe, which puts the packages into your local conan data directory (called the cache). Any other recipe can then depend on any package that is a
129.
▲
by
simfoo
8y ago
It does not require a server. It supports arbitrary remotes (like git does) to exchange packages, but it works without one as well (just publishing packages to the local cache)
130.
▲
by
simfoo
8y ago
The Buckaroo workflow looks like this: # Create your project file $ buckaroo init # Install dependencies $ buckaroo add github.com/buckaroo-pm/boost-thread@branch=master # Run your code
131.
▲
by
simfoo
8y ago
Germany has something like this as well (it's called BAFOEG). It's not for tution (because there isn't any) but for your cost of living during study. It carries zero interest, you only have to pay back half of it and the pay
132.
▲
by
simfoo
8y ago
Just did the test with the drop-down menu on Chromium 71.0.3578.80 and Firefox 63.0.3 both running on Ubuntu 18.10. I can confirm the difference in performance, FF takes at least 1s longer to open the menu
133.
▲
by
simfoo
8y ago
Good question! Looking at https://netmarketshare.com/methodology (the source of the 9% figure), you seem to be mostly right
134.
▲
by
simfoo
8y ago
Can you give more details?
135.
▲
by
simfoo
8y ago
More monoculture :( I'm just waiting for the day Microsoft announces that they are dropping their own compiler in favor of Clang/LLVM.
136.
▲
by
simfoo
8y ago
So the uncrustification is done by adding rust :P
137.
▲
by
simfoo
8y ago
Why is it that nowadays all kinds of libraries go down the framework path by forcing/encouraging the user to adapt their workflows to use some kind of custom tooling? I mean look at the readme: Getting Started? Just call "python b
138.
▲
by
simfoo
8y ago
Same here. For me it was primarily the syntax. So many people think that syntax is something you get used to, but I don't. Syntax matters a lot for me, and the way Go does it just isn't compatible with my brain. Regular grammars a
139.
▲
by
simfoo
8y ago
I don't know, but I would be surprised if such a ruling applied to licenses that were never intended for the country they are resold in.
140.
▲
by
simfoo
8y ago
There are no legitimate Windows licenses that only cost 10€. They may activate but successful activation does not imply that you are not breaching Microsofts license agreement and they may decide to deactivate those licenses at any time
141.
▲
by
simfoo
8y ago
Install ClassicShell, it provides a start menu that feels exactly like Windows 7
142.
▲
by
simfoo
8y ago
Thats basically what asio's timer do: https://www.boost.org/doc/libs/1_63_0/doc/html/boost_asio/ex... The ioservice contains the event loop that schedules the timers and dispatches the cal
143.
▲
by
simfoo
8y ago
> Aptoide said the Android antivirus program, Google Play Protect, was nudging users through a notification to uninstall the app store from their devices, warning them the program could download harmful apps. For those that choose to kee
144.
▲
by
simfoo
8y ago
Thanks for you comment. I agree that the NSA is not _my_ enemy and I am probably not being targeted. However, as more people start thinking like that, those that _are_ targeted (journalists, lawyers, activists etc.) will have less options t
145.
▲
by
simfoo
8y ago
Huh I haven't even thought about that. That's really bad, especially since I have a popular fastmail.com address where every other month I get an email asking for the account
146.
▲
by
simfoo
8y ago
Their primary servers are exclusively US-based (see https://twitter.com/FastMail/status/981284247284559872 )
147.
▲
by
simfoo
8y ago
Correct, but since the reason this question popped up is due to privacy concerns regarding Chromium, I think it's even more important for people to know about these things to make an informed choice. By the way, I really like Fastmail
148.
▲
by
simfoo
8y ago
One thing to keep in mind about Fastmail is that all their servers are hosted in the US and they have no plan about changing this (I asked). Post-Snowden this means you can be quite sure that all mails will end up being analysed by the US a
149.
▲
by
simfoo
8y ago
Posteo [1] They are based in Germany, are very privacy conscious (anonymous payments and registration) and offer full encryption support. With k9mail as mobile app I've been very happy so far [1]: https://posteo.de/en
150.
▲
by
simfoo
8y ago
I get "Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc." when I press accept
More ›