TachyonicBytes
- Karma
- 125
- Created
- December 3, 2022 (3y ago)
- Submissions
- 0
Building a WebAssembly consultancy at @tachyonicbytes. Hire me to port your project to WASM or to start a new WASM project.
Interested in wasmer, wasmtime, wasm3 as runtimes and AssemblyScript, Rust, Go, C, C++ as languages.
Write to me at support ampersand myname dot com
It has the payment button at least
It seems that both use / leverage pyannote. I wonder if the whisperX pipeline can be combined with DiCoW-v2.
It seems to be pre-built on github, in releases.
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.…
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…
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…
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]…
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…
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…
I assume that framework is not open-source or somewhere I can look at it?
Not the OP, but they are "Headers". Probably coming from the <h1> tag in html. What outsiders probably call "Headlines".
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…
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...
Would you mind giving us the titles of those books?
You can always try infinitesimal analysis[1] [1] https://people.math.wisc.edu/~hkeisler/calc.html
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.
Link to the actual article: https://www.nature.com/articles/s41586-024-08449-y
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.
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…
Would you be interested in posting the library here, or the vector parts? Your use-case sounds interesting to me.
In an ironic twist, the original Lisp paper has mismatched parentheses.
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.
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…
Seems easier to create a program where you can click the element and it shows the jsonpath itself
Why is there a link between WebAssembly and rasterization? Genuinely curious, it seems interesting