Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pd0wm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Local Privilege Escalation on the DJI RM500 Smart Controller
(icanhack.nl)
4 points
by
pd0wm
3y ago
|
0 comments
2.
▲
by
pd0wm
5y ago
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 allows you to easily set up correct priorities b
3.
▲
by
pd0wm
5y ago
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 Quectel EG25 (qmi over usb). Regarding FW updates, hav
4.
▲
by
pd0wm
5y ago
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 good idea to patch that functionality into an EPS that doesn
5.
▲
by
pd0wm
5y ago
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. This makes the decompiler architecture agnostic. Example:
6.
▲
by
pd0wm
5y ago
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 crypto, so eventually people figure it out. bri3d r
7.
▲
by
pd0wm
5y ago
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’t make the code that much easier to understand. Also someti
8.
▲
by
pd0wm
5y ago
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/commaai/opendbc This results in much clea
9.
▲
by
pd0wm
5y ago
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 panda (the bridge between openpilot and the car).
10.
▲
Decoding morse code using Pytorch
(blog.willemmelching.nl)
1 points
by
pd0wm
6y ago
|
0 comments
11.
▲
by
pd0wm
6y ago
Do you have any guess on when premium processing would be brought back?
12.
▲
by
pd0wm
7y ago
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 if it would have be
13.
▲
Hacking an Audi: performing a man-in-the-middle attack on FlexRay
(medium.com)
85 points
by
pd0wm
7y ago
|
30 comments
14.
▲
Hacking an Audi: performing a man-in-the-middle attack on FlexRay
(medium.com)
4 points
by
pd0wm
7y ago
|
0 comments
15.
▲
by
pd0wm
7y ago
https://comma.ai/faq
16.
▲
by
pd0wm
7y ago
Funny fact: the python round implementation actually uses strings. https://github.com/python/cpython/blob/master/Objects/floato...
17.
▲
by
pd0wm
7y ago
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 understand they don’t want to make it too easy to resell their r
18.
▲
by
pd0wm
7y ago
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/service-terms#12-google-cloud... : Cus
19.
▲
by
pd0wm
8y ago
There is a microcontroller between the phone and the car that monitors all communication and enforces safety limits. This code is written in C++.
20.
▲
by
pd0wm
8y ago
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 backup battery, a screen and wifi/lte to upload your data.
21.
▲
Comma2k19 – A dataset of over 33 hours of commute in California's 280 highway
(github.com)
70 points
by
pd0wm
8y ago
|
35 comments
22.
▲
Peter principle
(en.wikipedia.org)
2 points
by
pd0wm
8y ago
|
0 comments
23.
▲
by
pd0wm
8y ago
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 command you can use the arrow keys to cycle th
24.
▲
Openpilot port guide for Toyota models
(medium.com)
7 points
by
pd0wm
9y ago
|
0 comments
25.
▲
by
pd0wm
9y ago
The depth output of our vision stack is currently not accurate enough to reliably measure relative speed. However our ML team is currently working on new models. Maybe in the future this will be accurate enough to do this without a radar.
26.
▲
by
pd0wm
9y ago
The chffr team is now mostly working on improving the dashcam experience. The grey panda is a panda where we replaced the wifi chip by a high precision ublox GPS module. We can use this to make high precision maps, and in the future this wi
27.
▲
by
pd0wm
9y ago
Author here. Happy to answer any questions you might have about the post or openpilot in general.
28.
▲
Bringing Forward Collision Warnings to our open source self-driving car
(medium.com)
36 points
by
pd0wm
9y ago
|
5 comments
29.
▲
by
pd0wm
9y ago
The exact same can be said about human drivers. Why do we demand that autonomous driving is 100% safe? I would be completely fine with autonomous cars that sometimes crash, but are still less likely to do so than with human drivers.
30.
▲
by
pd0wm
9y ago
Gitlab status on twitter: "One of our NFS backends was rebooted unexpectedly, we are looking into the matter" https://twitter.com/gitlabstatus/status/854252676678385664
More ›