Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
simfoo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
simfoo
6mo ago
It's essentially unusable at this time. I'm a paying customer but I will not be after this week for sure.
2.
▲
by
simfoo
8mo ago
Whenever I read those reports I can't help but wonder who they are actually asking. I'm definitely in a bubble working in Munich and either for US subsidiaries or at least close to them (automotive, ai, robotics, aerospace and oth
3.
▲
by
simfoo
1y ago
Agreed, this is the underlying main issue. I've faced it before with generated C++ code too, and after long and painful refactorings what ultimately helped the most was to just split the generated code into multiple compilation units t
4.
▲
by
simfoo
1y ago
>On the other hand, we need a tiny build system that does all of the work locally and that can be used by the myriad of open-source projects that the industry relies on. This system has to be written in Rust (oops, I said it) with minima
5.
▲
by
simfoo
1y ago
The author clarifies that he wrote the section about Buck2 to demonstrate the need to be Bazel compatible (as opposed to Buck2), because the friction to try it out in a real code base is essentially insurmountable.
6.
▲
by
simfoo
1y ago
Markets are blocking nuclear, because they can still calculate costs. And costs is the reason not to go nuclear.
7.
▲
by
simfoo
1y ago
This is a lie that has been disproven repeatedly and is part of the disinformation that is spread all over the internet. What _is_ required is flexible power distribution and storage infrastructure
8.
▲
by
simfoo
1y ago
No wonder, seeing how conservative and right-leaning parties are doing everything in their power to delay renewables wherever they can. In Germany new power distribution infrastructure keeps being delayed despite desperate need (at times mo
9.
▲
by
simfoo
1y ago
WiFi Aware looks interesting but there seems to be very little information out there beyond Android related docs and associated links. It seems to be hidden away behind the doors of WiFi alliance. Can anyone familiar with the topic chime in
10.
▲
by
simfoo
2y ago
Nicely done! I just spent my last 16h of work time on implementing the reverse: parsing ethernet2 (with vlans!), ipv4+6 & UDP up to an automotive IP protocol. Use case is to understand a proprietary bus capturing stream that forwards et
11.
▲
by
simfoo
2y ago
Can't find any numbers in the linked thread with the patches. Surely some preliminary benchmarking must have been performed that could tell us something about the real world potential of the change?
12.
▲
by
simfoo
2y ago
Same here. Shared memory is one of those things where the kernel could really help some more with reliable cleanup (1). Until then you're mostly doomed to have a rock solid cleanup daemon or are limited to eventual cleanup by restartin
13.
▲
by
simfoo
2y ago
It still is in most parts of the country: the type of roof and even the type and color of the tiles are mandated in most areas (through the infamous Bebauungsplan)
14.
▲
by
simfoo
2y ago
I'm into watching construction videos on Youtube, and since most of the content originates from the US I see lots of people using spray foam insulation without any sort of air-tight & moisture regulating membrane on the inside (beh
15.
▲
by
simfoo
2y ago
Pretty awesome. I love Bazel and it seems you're making good use of it. It's such a difference seeing everything hermetically integrated with all workflows boiling down to a Bazel command.
16.
▲
by
simfoo
2y ago
Ask my IT dep. AFAIK it's audit related, safety-critical software
17.
▲
by
simfoo
2y ago
Yeah that was also my understanding, and I can't imagine a av module able to intercept filesystem and syscalls to be only using non-core symbols. But of course you never know without decompiling the module
18.
▲
by
simfoo
2y ago
Yep. We can't migrate our workstations to Ubuntu 24.04 because Crowdstrikes falcon kernel modules don't support the kernel version yet. Presumably they wanted to move to EBPF but I'm guessing that hasn't happened yet. Al
19.
▲
by
simfoo
2y ago
Python is only used for build-time tooling (modeling, code generators) and developer tooling. All the on-target code is C and C++, and only that is cross compiled (Linux, QNX, various RTOS and x86+aarch64)
20.
▲
by
simfoo
2y ago
My past three employers code bases: mono-repos, Bazel, lots ot C++ and Python, thousands of libraries and tools, code generation and modeling tools that are fully integrated into the build, easy cross compilation, large integration tests ju
21.
▲
by
simfoo
2y ago
They picked individual statements out of context, see https://www.volksverpetzer.de/faktencheck/habeck-rechte-pseu...
22.
▲
by
simfoo
2y ago
Location: Nuremberg/Germany Remote: Yes for the past 5 years Willing to relocate: No Technologies: C++, Python, networking, automotive standards and protocols, robotics, embedded, real-time, Linux, QNX Resume: Staff level, 10y+ experie
23.
▲
by
simfoo
3y ago
1000 km/h booster impact at sea, call that a "soft landing/splash down". Poor fishies :)
24.
▲
by
simfoo
3y ago
Same here, if your "compact" mode is way less compact than what you had before you're doing it wrong Jetbrains. Information density is key when developing
25.
▲
by
simfoo
3y ago
That magic moment in Karpathys first video when he gets to the loss function and calls backward for the first time - this is when it clicked for me. Highly recommended!
26.
▲
by
simfoo
3y ago
I haven't noticed any additional latency, but my workload isn't particularly latency critical (I do sometimes game in the 144hz display and it's as smooth as it was before I got the KVM). They don't have a 3-computer ver
27.
▲
by
simfoo
3y ago
Also got the Level1Tech one last year, very expensive but worth it imho. I use it to switch between my work and home PC many times a day, and it has worked flawlessly so far with two monitors (4k60hz+2k144hz) using Linux on both machines. U
28.
▲
by
simfoo
3y ago
> we’re focusing on a lower cost system, and a larger payload which will enable more use cases. So you want to beat Airbus but also be cheaper. And do it with off-the-shelf components too, because those specialized ones are just too expe
29.
▲
by
simfoo
3y ago
>vmsplice is more of a mini shared memory mechanism between two processes Doesn't seem to be the case, as it only supports zero-copy from user-memory to the pipe. The other way around results in a copy - see https://mazzo
30.
▲
by
simfoo
3y ago
What if "C/C++" is not actually a thing and modern software engineering practices is what actually makes software safe? Writing modern C++ with good test coverage, sanitizers deployed and wrapping critical/unsafe parts i
More ›