Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
simfoo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
91.
▲
by
simfoo
6y ago
I'm wondering at which point it would make sense to split the driver into multiple device family drivers instead of lumping it all together into a mess of unmaintainable abstractions.
92.
▲
by
simfoo
6y ago
Oh man, really regretting paying 800€ for the 3950X in January now
93.
▲
by
simfoo
6y ago
My RPi 4 has been running Tailscale at home for some time, forwarding to my home network. Works great and very stable. I think somebody even compiled Tailscale to run natively on my Synology NAS.
94.
▲
by
simfoo
6y ago
https://jitsi.org/jitsi-meet/
95.
▲
by
simfoo
6y ago
In fact I think the government has all the rights to take all belongings after someone dies. After all the person earned it from society, not its descendants.
96.
▲
by
simfoo
6y ago
True but I think addressing those inconsistencies in the build system is doing it on the wrong level. Ideally this should happen outside the actual build and any dynamic configuration that is derived from the system environment should simpl
97.
▲
by
simfoo
6y ago
My unusual application of Docker here is no exception. Most software builds are needlessly complicated and fragile, especially Autoconf-based builds. Ironically, the worst configure scripts I’ve dealt with come from GNU projects. They wast
98.
▲
by
simfoo
6y ago
Completely agree that you can't compare Bazel and CMake directly, they are not on the same level. But for compiling C++ Bazel will have to compare itself to CMake, which is plain and simple the defacto standard. All the complex things
99.
▲
by
simfoo
6y ago
Might make sense if you use Go or any other language with a straightforward tooling landscape (compilers, package management etc.). That changes drastically if your codebase contains a lot of C++ and your SW model doesn't quite match t
100.
▲
by
simfoo
6y ago
-O3 should include those expensive optimizations. If you want fast builds with minimal optimizations, go with -O1
101.
▲
by
simfoo
6y ago
Good point. Would still be possible with the threads being blocked in a read() but that would require signals and more logic in the threads, so a central multiplexing and coordinating thread seems like a cleaner solution.
102.
▲
by
simfoo
6y ago
Honest question: why go through the hassle of multiplexing waiting in a single thread only to dispatch to a thread per client anyway? Simply using blocking IO for the clients in those threads should be much simpler right?
103.
▲
by
simfoo
6y ago
What's a little confusing is that they are not testing the same versions of the software but (presumably) the distro default version. So these benchmarks are not useful to test kernel and lower level performance differences.
104.
▲
by
simfoo
6y ago
My guess: It is politically wanted to have graduates that will take any job because they are deep into debt with no chance of getting rid of it through bankruptcy. This pressure keeps wages down and "motivation" up.
105.
▲
by
simfoo
6y ago
It absolutely is, especially if you do C++ with it. So many bugs and missing features in the native rules and skylark api, it's not even close to a 1.0
106.
▲
by
simfoo
7y ago
Just opening the context menu of a song (to add it to the queue for example) now requires connectivity and does at least one round-trip to their servers. Unless you actually cut the connection (e.g. air plane mode), then it suddenly works f
107.
▲
by
simfoo
7y ago
We have Ryzen 9 3900X workstations at work and I am using a 3950X at home. That's already a huge boost to compile times and they cost way less than the threadrippers
108.
▲
by
simfoo
7y ago
In fact all three major compilers manage to use memset in all cases, see here: https://godbolt.org/z/hVJfPE
109.
▲
by
simfoo
7y ago
I would actually consider this a bug of the std library implementation. Would love to see a comparison between different implementations (libc++, libstdc++, MSVC)
110.
▲
by
simfoo
7y ago
I don't know about Israel but VWs ride-sharing service in Germany is MOIA
111.
▲
by
simfoo
7y ago
This is not true. VW fully owns AID which is developing its level 4 stack. VW is also invested in Argo
112.
▲
by
simfoo
7y ago
I think this could be easily addressable by Google: remove the option to have uninstallable apps
113.
▲
by
simfoo
7y ago
It's fine, I'm not actively looking right now (I really like the website and your manual approach though). I'm just wondering wether non-web dev jobs don't exist anymore or are just out of fashion/not mentioned that
114.
▲
by
simfoo
7y ago
When I look at your signup form I can't really find my profession. I had this problem for a while now but maybe I should simply ask: I do industrial software engineering (in my case in automotive) that targets a mixture of embedded, de
115.
▲
by
simfoo
7y ago
Installing today! Thanks for these links, I haven't played that game in 10 years
116.
▲
by
simfoo
7y ago
Pretty much the same experience. 2y old monorepo company with >150 engineers now, being slowed down by hacks upon hacks in the usage of the bazel build system with around 5 people at the company understanding how bazel works. And those p
117.
▲
by
simfoo
7y ago
By disabling smooth scrolling (available in settings). Feels much snappier to me
118.
▲
by
simfoo
7y ago
Imagine if Chernobyl happened in the middle of Europe (it _can_ happen again). Imagine if large parts around it became uninhabitable for hundreds of years. This risk is not captured by a single deaths/TWh number, so please stop compari
119.
▲
by
simfoo
7y ago
SDS usually stands for self-driving system. Argo provides only the sensors+compute HW+software that can be integrated into different cars from different manufacturers
120.
▲
by
simfoo
7y ago
Wow. Just tried it out and it is fast! It feels more than just 2x as fast as the regular firefox mobile on the same device. Now just add proper settings (no settings menu yet to disable thirdparty cookies) and add addon support (ublock, ski
More ›