Viewing profile — fmntf
fmntf
HN member- Joined
- Tue, Sep 18, 2012, 11:44 PM UTC
- HN karma
- 190
- Public activity
- 84 items
- HN profile
- View on Hacker News ↗
About fmntf
No profile information was provided.
Recent public activity
-
comment
Comment #39257801
Good job! DLT logs are pretty standard in the infotainment industry, the format specification is openly available. I recommend you to download DLTViewer from GitHub and open the lo…
-
comment
Comment #37836032
I was thinking of Jira
-
comment
Comment #37194377
You are right. Last year I've got a virus named covid (probably you have heard of it). For a few days I've lost the taste of food. I mostly stopped to eat in such days. Eating food…
-
comment
Comment #36496850
This is not how odometers are scammed. The EEPROM gets rewritten to zero, then you can increment the odometer to your preferred value via OBD/UDS. Please note that you can only inc…
-
comment
Comment #36496758
Deleting the DTCs is really trivial. It's just a standard UDS command. The only way to avoid this kind of scam is buying vehicles that have done the official maintenance/inspection…
-
comment
Comment #35847723
I feel the same. The widgets/cashew stuff was totally insane.
-
comment
Comment #34331105
Additionally, the composition of certified products does not lead to a certified product. Even adding an enclosure around a certified board implies the recertification.
-
comment
Comment #34294185
Think of the Linux kernel. That's a huge project, organized in an object oriented fashion. Is there a difference between this->method(arg) and method(this, arg)?
-
comment
Comment #34293837
> We must not use [...] Qt Creator [...] to build software using Qt LGPL-3.0 or Qt GPL. It doesn’t matter whether these tools are also available under a non-commercial Qt license. …
-
comment
Comment #34167498
Your comment is pretty accurate. Just remove "probably" from point 2.
-
comment
Comment #34167470
OBD is a diagnostic bus. On modern car the access is authenticated on several layers (eg. guest, carmaker, ECU supplier). I would not call that interesting. Accessing a CAN/FlexRay…
-
comment
Comment #34167437
Working on a ECU that at some point during the development had to switch to Autosar, I cannot agree more on this.
-
comment
Comment #32753839
That's a nice politically correct statement. Now, would you mind to answer the OP?
-
comment
Comment #32556198
It's repair versus buy. If you cut the power cord of your dishwasher, you can buy a new dishwasher from Bosch for 900€, or ask a 3rd party to repair it for 25€. I don't see any "fu…
-
comment
Comment #32454831
Actually there still are a lot of Windows ECUs in the wild. I analyzed the update packets of newer cars than mine (equipped with Uconnect) finding even sndrec.exe and the default p…
-
comment
Comment #32454667
I just do not like self promotion. My employer does not care of my posts, they were published before signing my current contract. I have stopped writing posts by myself since I hav…
-
comment
Comment #32454625
The infotainment of the car maker had some oddities: * the binaries were signed with a certificate emitted by a big certification company, repacking an update package could be chal…
-
comment
Comment #32453451
Kudos to the author! I did some research in my car a few years ago. Unfortunately, the update packages were properly signed. So I reversed the CAN traffic and replaced the infotain…
-
comment
Comment #32290777
Frequencies among radio/gps/cellular/bt are different, you need separate antennas.
-
comment
Comment #32063397
This old trick is still in use nowadays. However, instead of shipping a tape I have seen a colleague uploading a zip corrupted by hand, just two gain a couple of days of bug fixing…
-
comment
Comment #31671088
I work on the linux kernel using CLion and the IDE is still fast. I would not be interested in a non-Java IDE for the performance.
-
comment
Comment #31238906
Even cheap cars have a dedicated powertrain/brake/ABS CAN bus. Separate buses are then interconnected via a gateway.
-
comment
Comment #30834267
"sono intollerante al lattosio"
-
comment
Comment #30534096
Could you please elaborate what script is injected, that reason and why it is that out of your control? Thank you
-
comment
Comment #29193798
My 2011 car has ECUs for: engine, brakes, ABS, air bag, air conditioning, alarm. All of those are connected to a gateway, that is another ECU. Do you want parking sensors? That's a…