Viewing profile — benhoff
benhoff
HN member- Joined
- Wed, Dec 29, 2021, 1:02 AM UTC
- HN karma
- 20
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About benhoff
No profile information was provided.
Recent public activity
-
comment
Comment #44253308
Did you fix the op5plus HDMI in driver? Thing was unstable like 8-12 months ago
-
comment
Comment #43412720
True, I guess that's the advantage of HTTrack. I guess for my use case, it would be better to get the parsing that HTTrack does, get all the url's, and pass that into an intelligen…
-
comment
Comment #43411445
I used this recently to download websites, stuffed them into a sqlite db, processed them with Mozllia's readability library, and then used the result and an llm to ask questions of…
-
comment
Comment #42826020
Rk3588's have HDMI input (I think with hdcp decoding) that you can use v4l2 API. The multiplane API can be a bit tricky, but otherwise somewhat trivial
-
comment
Comment #42697293
Communication books can be useful. I've heard good things about nonviolent communication and, while I've not finished it, crucial conversations has been useful
-
comment
Comment #41148325
It's more complex than that. A lot of the material properties depend on both the cooling and the tempering in aluminum alloys. The phase diagrams for these types of alloys look wil…
-
comment
Comment #40911384
They don't have a MJPEG decoder yet, which is a blocker for hardware acceleration, but I'm going to try and patch the library with the author and get it added. Thanks for pointing …
-
comment
Comment #40911376
Fascinating, thanks for pointing this project out!
-
comment
Comment #40911364
Looks helpful! I assume ffmpeg needs to be built with SDL for this to work? I couldn't get it to work with my current minimal compile, but I don't think the board I'm working on ha…
-
comment
Comment #40892446
I've been looking at the Radxa zero3w/zero3e. Looks like this guy got Chromium to work? https://www.youtube.com/watch?v=XAnN1A_sye0
-
comment
Comment #40892342
I might end up doing that. When I was first digging into it, the Qt documentation seemed confusing. But after sinking 10-20 hours into everything, it's starting to click a lot more…
-
comment
Comment #40892316
The HDMI receive device on the OrangePi5 plus is in a semi-functional state. Collabora is in the process of up-streaming code so the RK3588 will work with the mainline linux kernel…
-
comment
Comment #40890929
I've been trying to setup a pipeline of pass through hdmi from an HDMI input to an HDMI output with an OrangePI5 Plus. I could talk for a long time (now) about the issues with vend…
-
comment
Comment #40022529
Surprised they didn't mention portainer, a docker frontend. There are a lot of templates so that you can easily self host without understanding some of the ins and outs. I also lik…
-
comment
Comment #40015996
Ok interesting I'll take a look. I was looking at libvirt, specifically how red hat was doing testing for its container ecosystem to see if there wasn't some juice to squeeze out o…
-
comment
Comment #40013250
If you were looking to create testing for networking, i.e., simulating network dropouts for a client-server connections, is this something that you can use namespaces for, or would…
-
comment
Comment #37832758
This is a bit off topic, but I'm running Home Assistant on a system that doesn't have any ECC. I'll reboot it occasionally. Every once in awhile it will exhibit odd behavior that s…
-
comment
Comment #33569788
Are there any tools that people know of to do email automation on receiving emails? I'd love something easily configurable that could help me tackle all the email I get with some s…
-
comment
Comment #29724962
I've often thought it would be cool to use AST's and perhaps code embeddings generated from machine learning as a tool to help students improve. If you've ever taught a course with…