Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
benhoff
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
benhoff
1y ago
Did you fix the op5plus HDMI in driver? Thing was unstable like 8-12 months ago
2.
▲
by
benhoff
2y ago
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 intelligence to selectively grab files.
3.
▲
by
benhoff
2y ago
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 the webpage itself. It was helpful to take each step i
4.
▲
by
benhoff
2y ago
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
5.
▲
by
benhoff
2y ago
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
6.
▲
by
benhoff
2y ago
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 wild (you often want to achieve a certain material phase
7.
▲
by
benhoff
2y ago
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 it out!
8.
▲
by
benhoff
2y ago
Fascinating, thanks for pointing this project out!
9.
▲
by
benhoff
2y ago
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 has SDL, so might need to install that and reco
10.
▲
by
benhoff
2y ago
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
11.
▲
by
benhoff
2y ago
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. Thanks for the pointer!
12.
▲
by
benhoff
2y ago
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. Until that happens, working driver code is in a very trans
13.
▲
by
benhoff
2y ago
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 vendor supplied kernels and unsupported hardware. I was com
14.
▲
by
benhoff
2y ago
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 like using proxmox with Turnkey Linux's images. Helpe
15.
▲
by
benhoff
2y ago
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 of how they are managing it.
16.
▲
by
benhoff
2y ago
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 virtual machines be more fit for purpose?
17.
▲
by
benhoff
3y ago
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 seems to resolve on reboot. Is it worth gettin
18.
▲
by
benhoff
4y ago
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 simple rules, but I'm bound to an Outlook inbox for
19.
▲
by
benhoff
5y ago
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 intro level python, it quickly becomes appar