Live data from Hacker News

Viewing profile — bzt

bzt

HN member
Joined
Fri, Jun 16, 2023, 3:44 PM UTC
HN karma
8
Public activity
11 items

About bzt

No profile information was provided.

Recent public activity

  1. comment
    Comment #36578020

    Two things: - I've added transparent PCM resampling, so it's ca. 400 SLoC now. The API hasn't changed, and the feature can be turned off with a define. - Bad project name, I've jus…

  2. story
    Show HN: Nanoalsa, asoundlib replacement for embedded systems

    Hi, I wanted to use ALSA in an embedded system, and that's when I realized how bad the official asoundlib library actually is. It is huge, bloated, requires tons of configuration f…

  3. story
    Show HN: Meg-4, the Open Source PICO-8 alternative

    Hi fellow hackers, I've created a GPL licensed alternative to the proprietary PICO-8. It also addresses most of its shortcomings: - available as an application or as an Operating S…

  4. comment
    Comment #36488950

    > The fact that the subscription agreement does not allow this is exactly what we're discussing here. There's nothing to discuss. What Red Hat is trying to do IS ILLEGAL and GPL ex…

  5. comment
    Comment #36407626

    As I wrote, I created a bytecode which fits the compiler's code generator the most. This keeps the entire code base small, the bytecode VM simple and compilation fast. This is a se…

  6. comment
    Comment #36375689

    > For Lua and file system access, is that only with the standard library? If not, that would be very surprising! If by standard library you mean Lua's io package in baselib, then t…

  7. comment
    Comment #36372698

    > I assumed you were relying on an existing compiler. Fair assumption, actually I was. Originally I wanted to port Bellard's TCC, but run into roadblocks: no real architecture abst…

  8. comment
    Comment #36368268

    Okay, doc fixed, now you should be able to toggle the ToC on your phone.

  9. comment
    Comment #36367621

    > Is there a table of contents for the manual? I’m on my phone and I only see next/previous buttons, and that’s very tedious. On desktop, should be on the left (like readthedocs). …

  10. comment
    Comment #36363689

    You're welcome! Spread the word if you like it ;-) My hope is to build a nice and friendly community around it in time. Testing results, translations, contributions, PRs, more flop…

  11. story
    Show HN: Meg-4, the Open Source PICO-8 alternative

    Hi fellow hackers, I've created a GPL licensed alternative to the proprietary PICO-8. It also addresses most of its shortcomings: - multilanguage support - uses UTF-8 encoding (BMP…