Live data from Hacker News

Viewing profile — habedi0

habedi0

HN member
Joined
Wed, Apr 10, 2024, 8:06 AM UTC
HN karma
122
Public activity
67 items

About habedi0

No profile information was provided.

Recent public activity

  1. story
  2. story
    Show HN: Ocelot – A Game Boy and Game Boy Color Emulator in Haskell

    The web version of the emulator: https://pixel-clover.github.io/ocelot/ Project repo og GitHub: https://github.com/pixel-clover/ocelot

  3. story
  4. story
  5. story
    Show HN: Slopify – An AI agent skill to slopify a codebase

    The title more or less says it all. The SKILL.md file is here: https://github.com/habedi/dotfiles/blob/main/skills/slopify/...

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

    Hi, I've made a Dis virtual machine and Limbo programming language compiler (called RiceVM) in Rust. It can run Dis bytecode (for example, Inferno OS applications), compile Limbo p…

  7. story
  8. story
    Show HN: Vizier – A physical design advisor for DuckDB

    Hi, I've made an early version of a physical design advisor (called Vizier) for DuckDB. It can analyze a collection of queries (using a set of heuristics) and recommend changes to …

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

    Hi, I've made an early version of a Sega Genesis/Mega Drive emulator written in Zig and C. At the moment, it's far from finished (for example, sound fidelity isn't very good right …

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

    Hi, I've made a Motorola 68000 chip emulator in C11 (called Rocket 68) as a portable C library that can easily be integrated into larger projects. If you want to know more about th…

  11. story
    Show HN: A small embeddable Datalog engine in Zig

    Hi everyone, I've made an early version of a Datalog engine (called Zodd) in Zig. Datalog is a logic query language. It's not as well-known as SQL, but it has its own use cases. If…

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

    Hi everyone, I've made an open-source tool (called Omni-NLI) for natural language inference. It can use different models to check if a piece of text (called a premise) supports ano…

  13. story
  14. comment
  15. story
  16. story
    Show HN: Minish – A small property-based testing framework for Zig

    I've made a small property-based testing framework for Zig named Minish. Property-based testing is a way of testing software by defining properties that should always hold true. Gi…

  17. comment
    Comment #46207063

    Looks like it's over for Linux.

  18. comment
    Comment #46194450

    `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 spec…

  19. story
    Show HN: PyGraphina – A Graph Library for Python

    Hi everyone, I've made an early version of a new graph data science and analytics library for Python named PyGraphina. It's written in Rust and at the moment includes implementatio…

  20. story
  21. comment
    Comment #46076207

    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…

  22. story
    Show HN: ZigFormer – An LLM implemented in pure Zig

    Hi everyone, I've made an early version of ZigFormer, a small LLM implemented in Zig with no dependencies on external ML frameworks like PyTorch or JAX. ZigFormer is modelled after…

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

    I've created a DuckDB extension that allows you to work with Kaggle datasets directly inside DuckDB. It's called Gaggle and is implemented in Rust. It's not published on DuckDB's c…

  24. comment
    Comment #45730075

    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.

  25. story
    Show HN: Ordered – A sorted collection library for Zig

    I made an early version of a sorted collection library for Zig. Sorted collections are data structures that maintain the data in sorted order. Examples of these data structures are…