Search Articles — Sudonull

Search Results

In this project

Merkle Tree on Go: generics and proof

https://sudonull.com/merkle-tree-on-go-generics-and-proof

Implementation of Merkle Tree on Golang with generics. Proof of inclusion in O(log N), CBOR hashing, code examples. For middle/senior dev — study and apply in blockchains.

Port Mac OS X Cheetah to Wii: XNU and device tree

https://sudonull.com/port-mac-os-x-cheetah-to-wii-xnu-and-device-tree

Technical details of porting Mac OS X 10.0 to Nintendo Wii: Mach-O, kernel patching, device tree. For middle/senior dev. Study the code and boot steps.

Binary search trees: O(log n) and cache performance

https://sudonull.com/binary-search-trees-o-log-n-and-cache-performance

Breakdown of real binary search tree (BST) performance in the cache memory context. Why O(log n) is not always fast, comparison with sorted arrays and when to use BST.

PropertyDescriptors for TypeScript schema validation

https://sudonull.com/propertydescriptors-for-typescript-schema-validation

Type-safe object validation with PropertyDescriptors: descriptor tree, introspection, extensions. Integration with Standard Schema v1. Create a reliable schema without string paths.

Froggy-BLC 1.0: file-based CMS without DB

https://sudonull.com/froggy-blc-1-0-file-based-cms-without-db

Explore Froggy-BLC 1.0 — an open file-based CMS for tree-like content. Suitable for books and documentation. Deploy without SQL, test the demo.

From other projects

Hack of DeFi Protocol Fluid: Theft of FLUID and GHO Tokens

https://ymaho.com/hack-of-defi-protocol-fluid-theft-of-fluid-and-gho-tokens

Analysis of the Fluid hack via Merkle tree vulnerability: $215k stolen, two private keys compromised. Learn the attack details and consequences for DeFi.

Star care for mature skin: experts on Allure readers' choice

https://ymaho.com/star-care-for-mature-skin-experts-on-allure-readers-choice

We analyze the anti-age body care trend: Tree Hut scrub and Drunk Elephant cream. Why does the industry monetize 'crepey' skin and how not to overpay? Read the analysis.

DeepMind's ERA System: AI Rewrites Scientific Code

https://ymaho.com/deepmind-s-era-system-ai-rewrites-scientific-code

Google DeepMind introduced ERA, an AI agent for automatic optimization of scientific code. Learn how it changes science and reduces the discovery cycle from weeks to hours.

Trending Now