Live data from Hacker News

Viewing profile — akx

akx

HN member
Joined
Tue, May 18, 2010, 7:35 PM UTC
HN karma
1,342
Public activity
621 items

About akx

[ my public key: https://keybase.io/akx; my proof: https://keybase.io/akx/sigs/CjJeih5_67DQNUw0Mdv1GG_IykZlak6eFQK3F_ZGR9g ]

--- meet.hn/city/60.4517531,22.2670522/Turku

Socials: - github.com/akx - x.com/akx

---

Recent public activity

  1. comment
    Comment #49032184

    Something that always irked me about 98.css and its friends was the ever-so-slightly-incorrect version of MS Sans Serif. Finally decided to do something about it: https://github.co…

  2. comment
    Comment #48290345

    To be fair, gnu tar 1.31, 2019-01-02, added `--zstd` (and other automatic .zst support). So that support has been there for a good 7 years and 4 months at the time of writing.

  3. comment
    Comment #48190103

    > Typically, other archives like .tar.bz2 can be smaller. But those aren’t backwards-compatible! Is there any point for (new) .bz2 archives in the era of Zstd?

  4. comment
    Comment #47583397

    What do you mean with "basically ensures that dependencies won't become managed properly"?

  5. comment
    Comment #47547060

    Sounds like you're not familiar with https://docs.astral.sh/uv/ ...

  6. comment
    Comment #47541920

    This doesn't do the same thing though, since it's not Unicode aware. >>> 'x\u2009 a'.split() ['x', 'a'] # incorrect; in bytes mode, `\S` doesn't know about unicode whitespace >>> l…

  7. comment
    Comment #47133827

    This inspired me to update my over-a-decade-old glitch generator https://akx.github.io/glitch2/ with camera input and a handful of new modules.

  8. comment
    Comment #46644031

    It's pretty good. And for once, a software-engineering-ly high-quality codebase, too! All too often, new models' codebases are just a dump of code that installs half the universe i…

  9. comment
    Comment #46418392

    If someone's curious about those particular constants, they're the PAL Y' matrix coefficients: https://en.wikipedia.org/wiki/Y%E2%80%B2UV#SDTV_with_BT.470

  10. comment
    Comment #45888018

    You'd think there was a LUT you could apply to the digital copies during playback to make it look (more) like the original...

  11. comment
    Comment #45012689

    These days, once you have https://docs.astral.sh/uv/ installed, `uvx --from service-ping-sping sping` is pretty much zero effort to run this software.

  12. comment
    Comment #44984714

    > Is `uv format` supposed to be an alias for `ruff check`? I'd imagine not, since `ruff format` and `ruff check` are separate things too.

  13. comment
    Comment #44812537

    This is a fun model for circuit-bending, because the voice style vectors are pretty small. For instance, try adding `np.random.shuffle(ref_s[0])` after the line `ref_s = self.voice…

  14. comment
    Comment #44812452

    Ah, yeah, good catch – I added the model-native speed multiplier to the CLI too (`--speed=1.2` for instance).

  15. comment
    Comment #44811707

    I'll help you along - this is the core function that Kitten ends up calling. Good luck! https://github.com/espeak-ng/espeak-ng/blob/a4ca101c99de3534...

  16. comment
    Comment #44810942

    I opened a couple of PRs to fix this situation: https://github.com/KittenML/KittenTTS/pull/21 https://github.com/KittenML/KittenTTS/pull/24 https://github.com/KittenML/KittenTTS/pu…

  17. comment
    Comment #44643950

    `uv run --offline` will use cached dependencies and not check for newer versions. Works for `uvx` too, i.e. `uvx --offline ...`.

  18. comment
    Comment #44380930

    This is what stable-diffusion-webui does too (though the format is unfortunately plaintext); ComfyUI stores the node graph as JSON, etc.

  19. comment
    Comment #44363673

    Why even `git clone`? With a properly packaged project, you can just `uvx --from=git+ https://github.com/akx/bindl.git bindl`

  20. comment
    Comment #44363655

    `UV_PROJECT_ENVIRONMENT` works fine for that. That's what I use for my venv-managing Fish functions: https://gist.github.com/akx/c357bbda9facbe41f08747a2622795c4

  21. comment
    Comment #44363642

    And when you run the upgrade-all-dependencies script and some dependency has a semver-major/otherwise breaking upgrade, everything depending on it breaks at once. Hopefully one of …

  22. comment
    Comment #43985470

    Speaking of that sort of thing, have you seen https://dood.al/pinktrombone/ (/ https://github.com/imaginary/pink-trombone/ )?

  23. comment
    Comment #43985095

    * Windows XP's speech synthesizer wasn't SAM (Software Automatic Mouth), and sounded nothing like this. (I know this is emulating Software Automatic Mouth, because, well, https://s…

  24. comment
    Comment #43913998

    https://github.com/pi0/clippyjs exists...

  25. comment
    Comment #43887503

    I've used https://www.mp3tag.de/en/ for this since, apparently (per my emails for donating to the project), 2008.