Viewing profile — TachyonicBytes
TachyonicBytes
HN member- Joined
- Sat, Dec 03, 2022, 12:20 AM UTC
- HN karma
- 125
- Public activity
- 58 items
- HN profile
- View on Hacker News ↗
About TachyonicBytes
Interested in wasmer, wasmtime, wasm3 as runtimes and AssemblyScript, Rust, Go, C, C++ as languages.
Write to me at support ampersand myname dot com
Recent public activity
-
comment
Comment #44240031
It has the payment button at least
-
comment
Comment #44228851
It seems that both use / leverage pyannote. I wonder if the whisperX pipeline can be combined with DiCoW-v2.
-
comment
Comment #44227154
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 et…
-
comment
Comment #44226382
It seems to be pre-built on github, in releases.
-
comment
Comment #44226349
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…
-
comment
Comment #43397112
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…
-
comment
Comment #43378456
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 we…
-
comment
Comment #43107159
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] h…
-
comment
Comment #43034625
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…
-
comment
Comment #43024618
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…
-
comment
Comment #42863014
I assume that framework is not open-source or somewhere I can look at it?
-
comment
Comment #42791163
Not the OP, but they are "Headers". Probably coming from the tag in html. What outsiders probably call "Headlines".
-
comment
Comment #42791143
What libraries have you seen that do this?
-
comment
Comment #42511438
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.
-
comment
Comment #42508880
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 …
-
comment
Comment #42508858
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/1…
-
comment
Comment #42432000
Would you mind giving us the titles of those books?
-
comment
Comment #42430043
You can always try infinitesimal analysis[1] [1] https://people.math.wisc.edu/~hkeisler/calc.html
-
comment
Comment #42369841
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.
-
comment
Comment #42368829
Link to the actual article: https://www.nature.com/articles/s41586-024-08449-y
-
comment
Comment #40598881
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.
-
comment
Comment #40354149
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 we…
-
comment
Comment #40320080
Would you be interested in posting the library here, or the vector parts? Your use-case sounds interesting to me.
-
comment
Comment #40302974
In an ironic twist, the original Lisp paper has mismatched parentheses.
-
comment
Comment #40260733
Is there any relationship between this and Kani[1]? Do they work differently? [1] https://github.com/model-checking/kani