Viewing profile — pasxizeis
pasxizeis
HN member- Joined
- Sun, May 19, 2013, 5:49 PM UTC
- HN karma
- 209
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About pasxizeis
No profile information was provided.
Recent public activity
- story
-
comment
Comment #47747494
As a means to learn about both WebAssembly and Rust, I started writing a WebAssembly binary decoder (i.e. a parser for `.wasm` files) from scratch. Recently it hit v3 spec conforma…
-
comment
Comment #47727510
I followed the same testing approach when writing a Wasm binary parser (technically, a decoder)[0]. It was pretty helpful having the official spec suite available and a major boost…
-
comment
Comment #47297827
Tangential: I decided to write a Wasm parser (more precisely, a decoder the the Wasm binary format) from scratch, as a means to learn both Wasm and Rust[0]. It was the first time I…
-
comment
Comment #46943943
Slowly but steadily implementing support for version 3 of the Wasm specification in my wasm parser (written from scratch): https://github.com/agis/wadec
-
comment
Comment #46579348
Writing a WebAssembly module parser from scratch, focusing on good diagnostics/errors and DX. Currently it's fully-conformant to v2.0 of the spec, while I'm working towards impleme…
-
comment
Comment #46496657
I started learning Rust more actively and then WebAssembly, via building https://github.com/agis/wadec . I plan to continue doing that in 2026.
-
comment
Comment #46444198
Happy new year from Greece!
-
comment
Comment #46420958
I plan to continue building the hobby project I started (a Wasm module parser[1]) by implementing version 3 of the WebAssembly specification and eventually implementing the Validat…
-
story
Show HN: Wasm decoder with focus on helpful errors/diagnostics
Hey everyone! I started writing a decoder from scratch for WebAssembly modules (i.e. a parser for `.wasm` files). The primary motivation was to learn both WebAssembly _and_ a new l…
-
comment
Comment #46270933
I'd say jump straight to the specification (maybe v2, which is simpler). But I occasionally saw one or two articles around where they explain how the binary format works, which cou…
-
comment
Comment #46266389
As a means to learn about both WebAssembly and Rust, I started writing a WebAssembly binary decoder (i.e. a parser for `.wasm` files) from scratch. Recently it hit v2.0 spec confor…
-
comment
Comment #45958228
Really happy to see Pat keeping it up! His first Ruby under a Microscope book but also his blog posts are amazing and a major source of inspiration for me. I did meet him personall…
-
comment
Comment #45875498
As a means to learn about both WebAssembly and Rust, I started writing a WebAssembly binary decoder (i.e. a parser for `.wasm` files) from scratch. Recently it hit v2.0 spec confor…
-
comment
Comment #45848548
As a Rust newbie and seasoned Go dev, I'm pretty interested to knownwhere would people experienced in both OCaml and Haskell, would put it in the spectrum.
-
comment
Comment #45804776
Amazing work! Where would you suggest someone to start if they wanted to get familiar with the codebase? Also, what are the next steps for the project?
-
comment
Comment #45564793
As a means to get into WebAssembly, I started writing a WebAssembly binary decoder (i.e. a parser for `.wasm` files) from scratch. Recently I started executing the upstream spec te…
-
comment
Comment #45422731
Started writing a WebAssembly binary decoder, as a means to learn both more about wasm and Rust: https://github.com/agis/wadec .
-
comment
Comment #44847722
A CLI tool to make reasoning about Postgres locks a bit easier. Given a database[1] and a set of DDL statements/migrations you want to check, pglockanalyze will open a transaction,…
-
comment
Comment #44708212
A CLI tool to make reasoning about Postgres locks a bit easier. Given a database[1] and a set of DDL statements/migrations you want to check, pglockanalyze will open a transaction,…
-
story
Ask HN: Is Google Cloud Run down for anyone else?
Containers of various Cloud Run services started shutting down in a loop. GCP Support mentioned an "internal incident". Anyone else facing this?
-
story
Show HN: pglockanalyze - See the locks your Postgres migrations will acquire
Hello! I created this tool to make reasoning about Postgres locks a bit easier. Given a database[1] and a set of DDL statements/migrations you want to check, pglockanalyze will ope…
-
comment
Comment #44095621
A "Postgres lock diagnostics" tool for migrations. We've been bitten a few times, by seemingly innocent migrations that ended up acquiring locks we did not expect (yes, RTFM). So I…
-
comment
Comment #44020680
Shameless plug: I wrote a tool[1] that executes a given migration against a test database (e.g. in your CI) and reports back what locks it acquired. The rationale being to have a "…
- story