Viewing profile — pd0wm
pd0wm
HN member- Joined
- Tue, Mar 26, 2013, 4:48 PM UTC
- HN karma
- 676
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About pd0wm
Recent public activity
- story
-
comment
Comment #30016461
With modemmanager you get a lot of nice stuff for "free", like automatic reconnect, DHCP, good logging, and an APN database (useful if you don't provide your own SIMs). It also all…
-
comment
Comment #30015953
Have you experimented with modemmanager/networkmanager to handle the configuration of the modem? For me that has worked quite reliably across a pretty large fleet of devices with a…
-
comment
Comment #29786723
In this case the EPS already came stock with the functionality to request torque over CAN, that part of the code or the amount of torque was not touched. I agree it would not be a …
-
comment
Comment #29782338
Ghidra uses an intermediate language called p-code. When defining the CPU opcodes (and how to parse them), you also write a small snippet of p-code that represent that instruction.…
-
comment
Comment #29781724
The XOR encryption was just for the update container. Newer update files usually employ some stronger forms of compression/encryption. However, it's usually some strange in-house c…
-
comment
Comment #28023027
At some point the values have no deeper meaning and are just whatever VW decided on as their API. DBC files have concepts of enums, but that’s really diminishing returns and wouldn…
-
comment
Comment #28022933
See my other comment about Ford code being reference only. Supported cars have most signals defined in a dbc file, the mapping from name to id and bytes. See https://github.com/com…
-
comment
Comment #28022856
The file you referenced is related to Ford, which is not a supported car/brand. The code for Ford is provided as a reference and is forced into “read-only” both by openpilot and pa…
- story
- story
-
comment
Comment #22771589
Do you have any guess on when premium processing would be brought back?
-
comment
Comment #22530299
Seems like the https://www.vector.com/int/en/products/products-a-z/hardware... has some similar functionality. I have never used it, but by reading the documentation I'm not sure i…
- story
- story
-
comment
Comment #21987504
https://comma.ai/faq
-
comment
Comment #21503042
Funny fact: the python round implementation actually uses strings. https://github.com/python/cpython/blob/master/Objects/floato...
-
comment
Comment #19856933
It might have not been clear from my comment, but I was specifically referring to those ML as a service. The TPUs seem to fall under GCP which has a less restrictive ToS. I do unde…
-
comment
Comment #19855099
I wonder if they will apply the same terms of service as with their Cloud Machine Learning offerings (Auto ML, Cloud Vision, etc). A snippet from https://cloud.google.com/terms/ser…
-
comment
Comment #18732203
There is a microcontroller between the phone and the car that monitors all communication and enforces safety limits. This code is written in C++.
-
comment
Comment #18729509
Can you buy them for $199 in quantity? A phone is actually a very nice and reliable piece of hardware. It has everything you need CPU, GPU, DSP, two cameras (front and back), a bac…
- story
- story
-
comment
Comment #17635097
You are probably referring to fish shell which has this feature ( https://fishshell.com/ ). However, I find that zsh + ohmyzsh works just as well. After typing the beginning of a c…
- story