Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TachyonicBytes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
TachyonicBytes
1y ago
It has the payment button at least
2.
▲
by
TachyonicBytes
1y ago
It seems that both use / leverage pyannote. I wonder if the whisperX pipeline can be combined with DiCoW-v2.
3.
▲
by
TachyonicBytes
1y ago
Yes, this is exactly where I am going. The LLM also has an advantage, because you can give it the context of the audio (e.g. "this is an audio transcript from a radio show about etc. etc."). I can foresee this working for a future
4.
▲
by
TachyonicBytes
1y ago
It seems to be pre-built on github, in releases.
5.
▲
by
TachyonicBytes
1y ago
I use whisperfile[1] directly. The whisper-large-v3 model seems good with non-English transcription, which is my main use-case. I am also eyeing whisperX[2], because I want to play some more with speaker diarization. Your use-case seems to
6.
▲
by
TachyonicBytes
2y ago
There was an article around here about how battery life actually improves if you ultra-fast charge the battery when you make it. Maybe it will deteriorate it, but it seems that the effect that different charge types have on batteries may no
7.
▲
by
TachyonicBytes
2y ago
I have to add https://nullprogram.com , just because of the care the author took to have it work better in lynx[1]: Just in case you haven’t tried it, the blog also works really well with terminal-based browsers, such as Ly
8.
▲
by
TachyonicBytes
2y ago
Is this a different method from the httptap [1] that was on hackernews a few weeks ago? Somebody in that post seemed to say that it also generates CA certificates on the fly. [1] https://news.ycombinator.com/item?id=42919909
9.
▲
by
TachyonicBytes
2y ago
I use Zotero[1] as a personal web archiver. It downloads the page locally, placing most of the resources inside a single html file (pictures become base64 encoded pngs, for example). I find it the best way to have the content available offl
10.
▲
by
TachyonicBytes
2y ago
It can, but that's another type of "shallow", or more exactly "not-deep" cloning, called blobless cloning [1]. There is also treeless cloning, with other tradeoffs, but much to the same effect. I found this[2] very
11.
▲
by
TachyonicBytes
2y ago
I assume that framework is not open-source or somewhere I can look at it?
12.
▲
by
TachyonicBytes
2y ago
Not the OP, but they are "Headers". Probably coming from the <h1> tag in html. What outsiders probably call "Headlines".
13.
▲
by
TachyonicBytes
2y ago
What libraries have you seen that do this?
14.
▲
by
TachyonicBytes
2y ago
You don't need error correction for some crypto primitives. There are QKD networks deployed that don't have that kind of error correction, as far as I know.
15.
▲
by
TachyonicBytes
2y ago
With quantum tokens, law enforcement have to crack your physical devices, so they at least have to good-old-fashion bug your devices. With classical schemes, they can intercept on the way. I wouldn't say that current side-channels, mos
16.
▲
by
TachyonicBytes
2y ago
Yes, in theory. In practice, photon generators won't behave perfectly. There are lots of possible attacks, like photon splitting [1]. [1] https://onlinelibrary.wiley.com/doi/full/10.1002/qute.202300...
17.
▲
by
TachyonicBytes
2y ago
Would you mind giving us the titles of those books?
18.
▲
by
TachyonicBytes
2y ago
You can always try infinitesimal analysis[1] [1] https://people.math.wisc.edu/~hkeisler/calc.html
19.
▲
by
TachyonicBytes
2y ago
Simulating a quantum system is a hard challenge and it's actually how Feynman proposed the quantum computing paradigm in the first place. It's basically the original motive.
20.
▲
by
TachyonicBytes
2y ago
Link to the actual article: https://www.nature.com/articles/s41586-024-08449-y
21.
▲
by
TachyonicBytes
2y ago
I wonder if following the mouse for focus would be doable without disabling SIP. It's one of the features I didn't even see in other macOS WM.
22.
▲
by
TachyonicBytes
2y ago
Emacs itself added support for Android, so you can find Emacs proper in package managers like f-droid, or even build it yourself. Seeing as you can do most things from Emacs, as well as making Emacs as light as you wish, it might replace te
23.
▲
by
TachyonicBytes
2y ago
Would you be interested in posting the library here, or the vector parts? Your use-case sounds interesting to me.
24.
▲
by
TachyonicBytes
2y ago
In an ironic twist, the original Lisp paper has mismatched parentheses.
25.
▲
by
TachyonicBytes
2y ago
Is there any relationship between this and Kani[1]? Do they work differently? [1] https://github.com/model-checking/kani
26.
▲
by
TachyonicBytes
2y ago
The thing about querying tree-structured data being currently humanly harder than tabular data rings true to me, I always struggle with some very simple tree-sitter queries.
27.
▲
by
TachyonicBytes
2y ago
The Readings in Database Systems book calls it "general purpose hierarchical data format" at some point, which seems the most fitting name for me. You generally don't see yaml or XML be called that, but there's some info
28.
▲
by
TachyonicBytes
2y ago
Seems easier to create a program where you can click the element and it shows the jsonpath itself
29.
▲
by
TachyonicBytes
2y ago
Why is there a link between WebAssembly and rasterization? Genuinely curious, it seems interesting
30.
▲
by
TachyonicBytes
2y ago
Really nice to see Wasm there, usually vector search in sqlite wasn't available in the browser. Did you ever consider making it syntax compatible with pgvector, in order to have a common SQL vector DSL? I am sure the benefits are much
More ›