Viewing profile — oaw-bct-ar-bamf
oaw-bct-ar-bamf
HN member- Joined
- Thu, Jan 31, 2019, 9:46 PM UTC
- HN karma
- 99
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About oaw-bct-ar-bamf
No profile information was provided.
Recent public activity
-
comment
Comment #41415370
Automotive actually uses ML in plain c with some inline assembly sprinkled on top run run models in embedded devices. It’s definitely out there and in productive use.
-
comment
Comment #39882702
Ours isn’t much better. Each commit message has a mandatory ticket number you have to enter. So for details you need to jump to the ticket. The tickets often don’t have meaningful …
-
comment
Comment #38989505
It might not help you today with your immediate problem but think about it this way: You become the boss or responsible for some product. If you decide at the beginning to start of…
-
comment
Comment #38828779
Microcontroller switch from 40nm to 28nm devices. Adding support to re-flash our control unit „over the air“.
-
comment
Comment #38809857
Solve a leetcode easy and leetcode medium problem in the morning before starting my dayjob. I wanted to prepare for the next interviews sometime mid last year but lost the motivati…
-
comment
Comment #36678803
1.) Force other competitors to go belly-up or buy them to create a Monopoy or if the authorities don‘t let you do that, try to end up in a duopoly situation where you and your comp…
-
comment
Comment #36183898
It’s called Mercedes Benz. S class. They go the boring path. Work together with regulators. Prove to them that whatever they are doing is actually save to use. Don’t oversell to th…
-
comment
Comment #36093746
Germany absolutely LOVES their .de TLD. .de has more weight than .net or .com for most people in Germany.
-
comment
Comment #36019021
No, we have come full circle with added layers of complexity.
-
comment
Comment #35610727
Democratic governments with freedom of expression and free speech is not compatible with the Chinese governance system
-
comment
Comment #35582859
To add to this point, there are also less developers available who are willing and passionate about developing the next balcony, band aid and workaround for the half dead horse. Th…
-
comment
Comment #35521371
I can only guess: Probably some vehicle control unit (multimedia/dashboard) thought it had to stay powered on. Door is not fully closed - driver might want to enter the vehicle aga…
-
comment
Comment #35408909
Why would it collapse? Nobody is able to afford to buy/live in your property anymore. If you don‘t find buyers/renters how will you manage to pay off your investment credit you too…
-
comment
Comment #32788463
2. C.A.R. Hoare - "The most important property of a program is whether it accomplishes the intention of its user." This is something I am guilty of too often. I get lost in fixing …
-
comment
Comment #32788374
What can I tell you, We develop hardware and software using IFX microcontrollers, (HW still has bugs) compiling our code using GreenHills / GCC / HighTech compilers (they all still…
-
comment
Comment #32007187
Use the IDE for adding an index to your codebase for better navigation & editing and cross file refactoring. Use whatever headless buildscripts you fancy (make?!) to build your pro…
-
comment
Comment #31484948
Different take on my sibling commenter: When VC has the choice to invest in two startups. Both on par, the one is already profitable, the other burning money, which company to inve…
-
comment
Comment #30877366
Is there an entity behind the code / package / library that you are using that you can hold Liable in case of ill-behaviour. Don‘t use gcc for mission critical stuff. Use a compile…
-
comment
Comment #30799463
Or how about this. Don‘t use code that some stranger puts on the internet for critical stuff. critical stuff has to be defined per application. For controlling aircraft engines or …
-
comment
Comment #29878494
Current day job company is big enough to have it’s own “software factory” abroad. It’s horrible. Some good guys but mostly Indian freshers that get burned in 1-2 years. Time zone d…
-
comment
Comment #28703077
Sadly the vast majority of developers might know that there is a tool called debugger and might also know how to set a breakpoint. But that’s where it stops. No drive to see what y…
-
comment
Comment #28696241
Sometimes the Root cause for problems is buried one or two abstraction layers deeper than the "responsible team" is comfortable to work at. This is where the "lower level" expert c…
-
comment
Comment #28232330
Having high false positive results with only single or dual sensors only shows how ‚bad‘ we still are with controlled secure automated driving.
-
comment
Comment #28232318
Would you rather optimize for a faster overall fleet, or a fleet with stress free driving, no incidents, no need to intervene or be to be worried. If the system gets faster over ti…
-
comment
Comment #28203599
In my opinion the underlying assumption autopilots are built with are wrong. It is assumed that the road is free to drive on. Only when the vehicle computer detects a known object …