📰 Dev.to · Mark Lenhardt
Articles from Dev.to · Mark Lenhardt · 3 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9097)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Mark Lenhardt
1mo ago
Shortest Round-Trip: Implementing IEEE 754 to Decimal Conversion in Go
Every programmer has seen this: 0.1 + 0.2 = 0.30000000000000004 Enter fullscreen mode ...

Dev.to · Mark Lenhardt
1mo ago
json-canon: A Strict RFC 8785 Implementation in Go for Deterministic JSON
JSON is not deterministic. Object key order, number formatting, and whitespace vary across...

Dev.to · Mark Lenhardt
1mo ago
What Your JSON Parser Doesn’t Reject: Building a Strict RFC 8259 Parser in Go
Most JSON parsers are lenient by design. They accept input that RFC 8259 forbids, because lenient...
DeepCamp AI