Live data from Hacker News

Viewing profile — Sahil121

Sahil121

HN member
Joined
Fri, Jan 26, 2024, 3:01 PM UTC
HN karma
102
Public activity
13 items

About Sahil121

No profile information was provided.

Recent public activity

  1. story
  2. story
    Show HN: NPM install is a security hole, so we built a guard for it

    `npm install` is more trusted than it should be. PMG is a guard in front of your package manager that intercepts installs and blocks malicious dependencies before they land on your…

  3. story
    Show HN: Minimal container-like sandbox built from scratch in C

    Runbox recreates core container features without relying on existing runtimes or external libraries. It uses namespaces, cgroups v2, and seccomp to create an isolated process envir…

  4. comment
    Comment #43186439

    thanks for the suggestion man, will definitely think about this

  5. comment
  6. comment
    Comment #43185892

    it is kind of a sql db but currently does not have the query lang (sql lang) & data is stored in tables similar to other relational DBs. Still have a lot of stuff to add & fix Will…

  7. comment
    Comment #43185869

    yes man it is currently a sql db, have to work on adding query language thanks for checking it out

  8. comment
    Comment #43185853

    followed this book - https://build-your-own.org/database/

  9. comment
    Comment #43185834

    will surely checkout thanks man

  10. comment
    Comment #43185830

    thanks man

  11. comment
    Comment #43185824

    thanks man yes currently it is not a fully sql database (have to add query support) My fav part of code is the data retrieval code because had some issues there & got to know lot a…

  12. comment
    Comment #43185728

    yes man have to work on adding the sql cmd support thanks for the links

  13. story
    Show HN: A Database Written in Golang

    Recently created a minimal persistent relational database in Go. Main focus was on implementing & understanding working the of database, storage management & transaction handling. …