zig.day/europe/stock...
zig.day/europe/stock...
Let's hope it can be tweaked somewhat to work better on low end hardware.
(like my P1000 GPU)
Let's hope it can be tweaked somewhat to work better on low end hardware.
(like my P1000 GPU)
Source code available from play.c7.se/ff/rot/
Source code available from play.c7.se/ff/rot/
I am now publishing generated @ziglang.bsky.social documentation for `ff` on peterhellberg.github.io/ff/ when I push changes to the module. ⚡
I am now publishing generated @ziglang.bsky.social documentation for `ff` on peterhellberg.github.io/ff/ when I push changes to the module. ⚡
Source code available from play.c7.se/ff/rng/
Source code available from play.c7.se/ff/rng/
For this one I got to do silly things like;
if (self.color == .white) {
for (&bytes) |*byte| {
byte.* = ~byte.*;
}
}
img[0x6..0xE].* = bytes;
Source code available from play.c7.se/ff/fp8x8/
For this one I got to do silly things like;
if (self.color == .white) {
for (&bytes) |*byte| {
byte.* = ~byte.*;
}
}
img[0x6..0xE].* = bytes;
Source code available from play.c7.se/ff/fp8x8/
@fireflyzero.bsky.social using @ziglang.bsky.social, fun stuff 🔥
Updated my `ff` module with conveniences such as:
const pal: ff.Palette = .{
.black = 0x000000,
.gray = 0x292929,
.white = 0xffffff,
.orange = 0xf7a41d,
};
@fireflyzero.bsky.social using @ziglang.bsky.social, fun stuff 🔥
Updated my `ff` module with conveniences such as:
const pal: ff.Palette = .{
.black = 0x000000,
.gray = 0x292929,
.white = 0xffffff,
.orange = 0xf7a41d,
};
What better then to start working on some @ziglang.bsky.social code to make it convenient for me to start hacking on some apps.
What better then to start working on some @ziglang.bsky.social code to make it convenient for me to start hacking on some apps.
- wazero.io
- ebitengine.org
- github.com/peterhellber...
- wazero.io
- ebitengine.org
- github.com/peterhellber...
For fun I wrote a small CLI in Go to extract these using the lovely compress module by @klauspost.bsky.social
(Note that you could just as well use `firefly_cli import
gist.github.com/peterhellber...
For fun I wrote a small CLI in Go to extract these using the lovely compress module by @klauspost.bsky.social
(Note that you could just as well use `firefly_cli import
gist.github.com/peterhellber...
(Qdrant in combination with Ollama and the LangChainGo library for some small experiments)
- qdrant.tech/documentatio...
- ollama.com
- github.com/tmc/langchai...
#golang
(Qdrant in combination with Ollama and the LangChainGo library for some small experiments)
- qdrant.tech/documentatio...
- ollama.com
- github.com/tmc/langchai...
#golang
Then started hacking on a little #wasm4 cart in #Zig
You can follow along over at:
play.c7.se/w4-advent/
(Change day with ↕️)
Then started hacking on a little #wasm4 cart in #Zig
You can follow along over at:
play.c7.se/w4-advent/
(Change day with ↕️)
I wrote a library to make building such plugins in Zig ⚡️pretty convenient:
github.com/peterhellber...
I wrote a library to make building such plugins in Zig ⚡️pretty convenient:
github.com/peterhellber...