HackerTrans
TopNewTrendsCommentsPastAskShowJobs

habedi0

no profile record

Submissions

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

github.com
4 points·by habedi0·30 दिन पहले·0 comments

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

5 points·by habedi0·2 माह पहले·0 comments

[untitled]

1 points·by habedi0·2 माह पहले·0 comments

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

2 points·by habedi0·3 माह पहले·0 comments

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

7 points·by habedi0·3 माह पहले·0 comments

[untitled]

1 points·by habedi0·3 माह पहले·0 comments

Show HN: Vizier – A physical design advisor for DuckDB

6 points·by habedi0·4 माह पहले·0 comments

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

1 points·by habedi0·4 माह पहले·0 comments

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

3 points·by habedi0·4 माह पहले·0 comments

Show HN: A small embeddable Datalog engine in Zig

4 points·by habedi0·5 माह पहले·0 comments

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

2 points·by habedi0·5 माह पहले·0 comments

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

github.com
2 points·by habedi0·6 माह पहले·0 comments

Show HN: A simple PS1 memory card editor

pixel-clover.github.io
6 points·by habedi0·6 माह पहले·2 comments

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

3 points·by habedi0·7 माह पहले·0 comments

Show HN: PyGraphina – A Graph Library for Python

1 points·by habedi0·7 माह पहले·2 comments

[untitled]

1 points·by habedi0·7 माह पहले·0 comments

Show HN: ZigFormer – An LLM implemented in pure Zig

22 points·by habedi0·8 माह पहले·4 comments

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

1 points·by habedi0·8 माह पहले·0 comments

Show HN: Ordered – A sorted collection library for Zig

21 points·by habedi0·9 माह पहले·6 comments

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

2 points·by habedi0·9 माह पहले·0 comments

comments

habedi0
·6 माह पहले·discuss
Lol
habedi0
·7 माह पहले·discuss
Looks like it's over for Linux.
habedi0
·7 माह पहले·discuss
`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 माह पहले·discuss
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 माह पहले·discuss
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.