ww520
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Zig Interface Revisited (williamw520.github.io)
-
Doing dynamic dispatching in a strict static typing language is hard. Something as simple as, map.put("add", add); map.put("hello", hello); fn add(a: i32, b: i32) i32 { return a + b; } fn hello() []const u8 { return…
-
Some time ago I wanted to write a MCP server in Zig but found out there's no real JSON-RPC support in Zig, which MCP needs for communication. I ended up developing a JSON-RPC 2.0 library in Zig and more [1], which had…
-
I've finished refining the algorithm proof and write up on TopoSort and did the complexity analysis as the last step. Finished the benchmarks today and was so happy that the benchmark results fit the asymptotic…
-
There are some interests on the algorithm behind the Topological Sort Library TopoSort posted a few days ago in finding the dependence free subsets for parallel processing. I've written down the explanation in the…
-
I believe the best way to learn a language is by doing an in-depth project. This is my first Zig project intended for learning the ropes on publishing a Zig package. It turns out to be quite solid and performant. It…
- Credit Suisse Group Bankruptcy (macroaxis.com)
- Show HN: EMail attachments downloader (github.com)
- Woman charged $787.33 for two-mile cab ride (news.yahoo.com)
- How to Game a Grading Curve (freakonomics.com)
- Memcached client library for Rust, written in Rust (github.com)
- Winners of 2013 Ig Nobel Awards for Weird Science (abcnews.go.com)
- Top 25 Companies For Work-Life Balance (forbes.com)
- Yahoo CEO Mayer checked VPN logs before banning work from home (networkworld.com)
- Microsoft IllumiRoom projects images beyond TV (youtube.com)
- GPS in Space (bbc.co.uk)
- Promise is coming the Java 8 (cs.oswego.edu)
- Higgs Papers Out (blogs.discovermagazine.com)
- Citi sees 90 percent chance of Greece leaving the euro (reuters.com)