Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drdexebtjl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
drdexebtjl
4d ago
No, I think they’re saying two separate things: - ACR uses audio fingerprinting - ACR does not collect screen recordings Both can be true if the TV hashes the frames locally and ACR “collects” the hashes.
2.
▲
by
drdexebtjl
5d ago
Yeah, but this only works for the immutable object store. The rest of the tree is still copied. CoW and reflinks let you share everything, including the non-immutable paths, and even stuff like node_modules.
3.
▲
by
drdexebtjl
5d ago
Doesn’t that set the origin to the local repo instead of upstream? Also, it’s not really CoW. The immutable object store is hardlinked (since it’s immutable it doesn’t really CoW, but that’s not a very important distinction). But working fi
4.
▲
by
drdexebtjl
5d ago
Assuming you're using a filesystem that supports it like ZFS, Btrfs, XFS, etc, it's as simple as: cp -R --reflink=always /path/to/source /path/to/dest On macOS with APFS: cp -R -c /pat
5.
▲
by
drdexebtjl
5d ago
You're about to be very surprised! echo old > a ln a b echo new > a cat a b # prints "new" and "new" Some programs like GNU sed [1] do create new inodes, but that is a property
6.
▲
by
drdexebtjl
5d ago
Hardlinks are the wrong abstraction. You modify one copy and it changes on all linked paths. You want reflinks instead. edit: spellchecker corrected reflinks, this is what I meant.
7.
▲
by
drdexebtjl
6d ago
How's that any different from, say, Windows updating and backing up the company's code to OneDrive? Actions speak louder than words. If the company doesn't even supply and require work devices, they don't effectively con
8.
▲
by
drdexebtjl
6d ago
That’s the case with a personal subscription directly with OpenAI or Anthropic, but enterprise customers are opt-in, AFAIK. And there are solutions around it from other providers and model routers. OpenRouter lets you explicitly say on a pe
9.
▲
by
drdexebtjl
6d ago
Are you saying you don’t trust ZDR claims from inference providers? They don’t care about your code. There’s more and better data on the public web.
10.
▲
by
drdexebtjl
7d ago
No, the subtitles are already in SRT. No video decoding is happening. ffmpeg was using 2% CPU and 0% GPU. The bottleneck is IO. ffmpeg must read the entire file, parse the container format and collect the subtitles. If the SSD was completel
11.
▲
by
drdexebtjl
7d ago
Not necessarily, but they do prevent government services from being improved by hiding the inefficiencies. People with influence to fix bureaucracy don’t suffer through it because they can afford the middlemen.
12.
▲
by
drdexebtjl
7d ago
The underlying government services are hard to access _because_ middlemen stand to profit from providing assistance.
13.
▲
by
drdexebtjl
8d ago
“or similar” like what? Streaming sticks suffer from the exact same problem. The Apple TV is the only device I know of in this space whose business model is not selling your data to the highest bidder.
14.
▲
by
drdexebtjl
8d ago
Phones already have modems that do Wi-Fi, cellular and Bluetooth in a single chip. It may at some point no longer be economical to manufacture a Wi-Fi only modem.
15.
▲
by
drdexebtjl
8d ago
There’s probably an argument, I wouldn’t say it’s a good one.
16.
▲
by
drdexebtjl
8d ago
It lets the author pretend to be doing software engineering, like running tests and deploying versions.
17.
▲
by
drdexebtjl
8d ago
No problem, glad I could help :) I agree this should be easier to find and set up.
18.
▲
by
drdexebtjl
8d ago
I agree. In particular, I think it needs declarative configuration, and it needs to stop storing configuration in a database. It's insane that the current setup options are: - Click through dozens of pages importing JSONs from TRaSH Gu
19.
▲
by
drdexebtjl
8d ago
There's an official plug-in called "Subtitle Extract" that does it in advance, no need for Bazarr :) You can use this and then block embedded subtitles on a per-library basis, which is what I vaguely described a couple of pos
20.
▲
by
drdexebtjl
8d ago
Which streaming sticks are regular computers that run Windows? If you mess with the firmware or try to build your own, you’ll not be able to play the higher quality formats because of DRM software.
21.
▲
by
drdexebtjl
8d ago
> which means you'll need to pause for a minute before you can watch with subtitles The entire point is that it will extract the embedded subtitles ahead of time (when the media is added to the library) so Jellyfin doesn’t have to d
22.
▲
by
drdexebtjl
9d ago
There's an official plug-in in Jellyfin called "Subtitle Extract" that does it automatically for you. I personally use Bazarr instead, because I also want to download subtitles for different languages. In Bazarr, Embedded Sub
23.
▲
by
drdexebtjl
9d ago
I don't undestand how movie containers work, but I ran this on a 70 GB movie file to test: ffmpeg -i input.mkv -map 0:s:0 /tmp/subtitles.srt The movie is 2 hours long, and the expected time to complete is 21 minutes.
24.
▲
by
drdexebtjl
9d ago
I had this problem, but I fixed it by setting it up so it extracts all embedded subtitles into SRT files, and enabled a setting prevents Jellyfin from serving embedded subtitles. From what I remember, some clients don't support streami
25.
▲
by
drdexebtjl
9d ago
Streaming sticks also collect your data. Roku does ACR unless you opt out.
26.
▲
by
drdexebtjl
9d ago
No, you can't. They can just spoof their MAC address and be freed.
27.
▲
by
drdexebtjl
9d ago
It's still a thing. https://www.usenix.org/conference/fast24/presentation/jun
28.
▲
by
drdexebtjl
12d ago
Someone decided to tell Google about this in exchange for an unknown amount of money, chosen unilaterally by Google at a later date, at which point the market value of the vulnerability is $0. There's no way money is the motivator.
29.
▲
by
drdexebtjl
12d ago
Is that not flawed on purpose?
30.
▲
by
drdexebtjl
12d ago
What's the difference?
More ›