Viewing profile — bzt
bzt
HN member- Joined
- Fri, Jun 16, 2023, 3:44 PM UTC
- HN karma
- 8
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About bzt
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #36368268
Okay, doc fixed, now you should be able to toggle the ToC on your phone.
-
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). …
-
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…
-
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…