Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zorgmonkey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
zorgmonkey
19d ago
I recommend trying out PulseEffects, my understanding is that EasyEffects is the same project they just did a rename of it. You might be stuck on an older version or something not exactly sure.
2.
▲
by
zorgmonkey
2mo ago
If you're after high clocks I think threadripper has usually been the cheaper option than epyc
3.
▲
Free-threaded Python: past, present, and future
(lwn.net)
5 points
by
zorgmonkey
3mo ago
|
0 comments
4.
▲
by
zorgmonkey
3mo ago
I don't know exactly how long loading value from a TPM takes, but my gut says it would be much too long to do it on task switch. Almost certainly fine for waking up from suspend though. Also the problem that physical TPMs communicate w
5.
▲
by
zorgmonkey
3mo ago
The man page ld.so has ENVIRONMENT section that looks pretty good. Otherwise one of the most reliable options is to simply grep the source code for calls to getenv, I would not be that surprised if their are some extra ones that are undocum
6.
▲
by
zorgmonkey
4mo ago
Please just buy a proper differential probe for stuff like this, you definitely don't need the R&SRT-ZHD mentioned in the article. Otherwise loved the article btw.
7.
▲
Version-controlled databases using Prolly trees
(lwn.net)
2 points
by
zorgmonkey
5mo ago
|
0 comments
8.
▲
by
zorgmonkey
5mo ago
The 85ms is configurable per-output delay for time alignment. That same file in the docs claims a typical end-to-end latency of 10 to 15ms.
9.
▲
by
zorgmonkey
8mo ago
Their have been many vulnerabilities in TrustZone implementations and both Google and Apple now use separate secure element chips. In Apple's case they put the secure element as part of their main SoC, but on devices where that wasn&#x
10.
▲
by
zorgmonkey
9mo ago
Here's an excerpt about the anti-rollback feature from Nvidia's docs on how the Tegra X1 SoC in the switch 1 boots [0] (called Tegra210 in the document) > By default, the boot ROM will only consider bootloader entries with a ve
11.
▲
by
zorgmonkey
9mo ago
It isn't that wild; the typical name for it is anti-rollback, and you probably have at least one device that implements it. Most Android devices have anti-rollback efuses to prevent installing older versions of the bootchain\bootloader
12.
▲
by
zorgmonkey
10mo ago
It looks very likely chromium will be using jxl-rs crate for this feature [0]. My personal suspicion is that they've just been waiting for it to good enough to integrate and they didn't want to promise anything until it was ready
13.
▲
by
zorgmonkey
10mo ago
Pebble watches run on Cortex-M microcontrollers which have less than 1MB of flash storage and RAM, I like Kotlin multiplatform but getting it to run on them is extremely unlikely. I assume that for the foreseeable future Pebble apps will be
14.
▲
by
zorgmonkey
10mo ago
Yeah working again for me too, they're probably having some sort of server problems
15.
▲
by
zorgmonkey
10mo ago
I found a link to the PDF that seems to work https://data.ntsb.gov/carol-repgen/api/Aviation/ReportMain/G... Also in case that link stops working I got it from this page https://www.ntsb.gov&#
16.
▲
by
zorgmonkey
10mo ago
They still use gerrit, that site is a code search UI that they have that is also a very nice way to navigate the code.
17.
▲
by
zorgmonkey
11mo ago
Rust moves are a memcpy where the source becomes effectively unitialized after the move (that is say it is undefined to access it after the move). The copies are often optimized by the compiler but it isn't guaranteed. This actually ca
18.
▲
by
zorgmonkey
11mo ago
With enough effort you could definitely do it. Just remember it is a device that came out in 2006 and it has 256MB of system RAM and 256MB of VRAM, at best you're running a quite small model after a lot work trying to port some inferen
19.
▲
by
zorgmonkey
11mo ago
This is a very important point, careful use of GCs for a special subset of allocations that say have tricky lifetimes for some reason and aren't performance critical could have a much smaller impact on overall application performance t
20.
▲
by
zorgmonkey
11mo ago
It looks like the API of Alloy was at least designed in such a way that can somewhat easily change the GC implementation out down the line and I really hope they do cause Boehm GC and conservative GC in general is much too slow compared to
21.
▲
by
zorgmonkey
1y ago
If you're curious the only brand I could find easily purchasable in the USA that uses borosilicate glass is oxo. Their are some other results if you do a search on amazon, but I'm not very convinced those are really borosilicate g
22.
▲
by
zorgmonkey
1y ago
Why wouldn't it be possible? All it really means is that you need to do the work to make incremental entirely on the local side and not on the remote side.
23.
▲
by
zorgmonkey
1y ago
The answer is boring and annoying, they almost certainly want it to work with TVs and cheap monitors both of which commonly only have HDMI inputs. It has been my experience that you typically have to pay more for a USB-C dock with displaypo
24.
▲
by
zorgmonkey
1y ago
You can make an email you don't care about with protonmail, I recommend them cause they don't require you to enter an existing email address or a phone number when signing up.
25.
▲
by
zorgmonkey
1y ago
yeah EDL loaders for a bunch of production devices exist here [0] also more on various XDA Forum posts for stuff like unbricking guides. It is worth noting for people who don't [0]: https://github.com/bkerler/Loade
26.
▲
by
zorgmonkey
1y ago
I haven't tried it out, but it looks they recently added PKCS#11 which should make it possible to use it with devices like HSMs and cloud KMS solutions.
27.
▲
by
zorgmonkey
1y ago
UAC is not a security boundary, it is instead considered a defense-in-depth feature (aka best effort but bypassable). This is officially documented by Microsoft in multiple places. [0] https://www.microsoft.com/en-us/ms
28.
▲
by
zorgmonkey
1y ago
The price of that system is unfortunately going to end up being a lot more than 4k, you'd need a CPU that has at least 64 lanes of PCIe. That's going to be either a Xeon W or a Threadripper CPU, with the motherboard RAM, etc you&#
29.
▲
by
zorgmonkey
1y ago
Sometimes it is a little more work to get stuff setup, but it works fine I've run plenty of models on my 7900 XTX wan2.1 14B, flux 1.dev and whisper. (wan and flux were with comfyui and whisper with whisper.cpp)
30.
▲
by
zorgmonkey
1y ago
libVLC the library is LGPL licensed, VLC the application is GPL licensed. This plugin was of course just using libVLC so it being GPL was not the issue. As you said several other libraries unity uses are also LGPL licensed.
More ›