HackerTrans
トップ新着トレンドコメント過去質問紹介求人

habedi0

no profile record

投稿

Show HN: IssunDB – a new embedded graph database with vector and text search

github.com
4 ポイント·投稿者 habedi0·29 日前·0 コメント

Show HN: Ocelot – A Game Boy and Game Boy Color Emulator in Haskell

5 ポイント·投稿者 habedi0·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 habedi0·2 か月前·0 コメント

Show HN: Slopify – An AI agent skill to slopify a codebase

2 ポイント·投稿者 habedi0·3 か月前·0 コメント

Show HN: RiceVM – A Dis virtual machine and Limbo compiler in Rust

7 ポイント·投稿者 habedi0·3 か月前·0 コメント

[untitled]

1 ポイント·投稿者 habedi0·3 か月前·0 コメント

Show HN: Vizier – A physical design advisor for DuckDB

6 ポイント·投稿者 habedi0·4 か月前·0 コメント

Show HN: Sandopolis – A Sega Genesis/Mega Drive Emulator Written in Zig and C

1 ポイント·投稿者 habedi0·4 か月前·0 コメント

Show HN: Rocket 68 – A Motorola 68000 CPU emulator in C

3 ポイント·投稿者 habedi0·4 か月前·0 コメント

Show HN: A small embeddable Datalog engine in Zig

4 ポイント·投稿者 habedi0·5 か月前·0 コメント

Show HN: Omni-NLI – A multi-interface server for natural language inference

2 ポイント·投稿者 habedi0·5 か月前·0 コメント

Show HN: Vq – a Rust library for reducing the storage size of vector embeddings

github.com
2 ポイント·投稿者 habedi0·6 か月前·0 コメント

Show HN: A simple PS1 memory card editor

pixel-clover.github.io
6 ポイント·投稿者 habedi0·6 か月前·2 コメント

Show HN: Minish – A small property-based testing framework for Zig

3 ポイント·投稿者 habedi0·7 か月前·0 コメント

Show HN: PyGraphina – A Graph Library for Python

1 ポイント·投稿者 habedi0·7 か月前·2 コメント

[untitled]

1 ポイント·投稿者 habedi0·7 か月前·0 コメント

Show HN: ZigFormer – An LLM implemented in pure Zig

22 ポイント·投稿者 habedi0·8 か月前·4 コメント

Show HN: Gaggle – A DuckDB extension for working with Kaggle datasets

1 ポイント·投稿者 habedi0·8 か月前·0 コメント

Show HN: Ordered – A sorted collection library for Zig

21 ポイント·投稿者 habedi0·9 か月前·6 コメント

Show HN: Binharic – A terminal-based AI coding agent

2 ポイント·投稿者 habedi0·9 か月前·0 コメント

コメント

habedi0
·6 か月前·議論
Lol
habedi0
·7 か月前·議論
Looks like it's over for Linux.
habedi0
·7 か月前·議論
`rustworkx` is older and much more mature than PyGraphina. So at the moment, it includes a larger collection of graph algorithms. But the goal is to keep PyGraphina focused on specific applications like community detection and link prediction with a high-level API like NetworkX.
habedi0
·8 か月前·議論
I wanted to get a sense of and intuition for how to build an LLM from scratch, and to learn more Zig by doing so.

I avoided using external (linear algebra/tensor) libraries to keep the project's scope small and manageable. Adding them can be the next step, but they are usually very large dependencies that can make the project bloated. Anyway, Zig has great SIMD and multi-threading support, but I think there is a need for a native linalg/tensor library for Zig with a clean and mature API.

I'm not sure about the usefulness, it depends TBH. I think there are a lot of people (like hobbyists, students, people learning Zig, etc.) who can find the project somewhat useful at its current stage.
habedi0
·9 か月前·議論
I picked that name (`ordered`, as in `put into and kept in an arrangement`) when I started the project a few months ago and decided to keep it.