Viewing profile — Sahil121
Sahil121
HN member- Joined
- Fri, Jan 26, 2024, 3:01 PM UTC
- HN karma
- 102
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About Sahil121
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
comment
Comment #43186439
thanks for the suggestion man, will definitely think about this
-
comment
Comment #43186421
sure man
-
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…
-
comment
Comment #43185869
yes man it is currently a sql db, have to work on adding query language thanks for checking it out
-
comment
Comment #43185853
followed this book - https://build-your-own.org/database/
-
comment
Comment #43185834
will surely checkout thanks man
-
comment
Comment #43185830
thanks man
-
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…
-
comment
Comment #43185728
yes man have to work on adding the sql cmd support thanks for the links
-
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. …