Notes on Distributed Systems for Young Bloodssomethingsimilar.com373 points·by doesntmeananyth·2 года назад·55 comments
I removed Components from my Game Engine [video]youtube.com1 points·by doesntmeananyth·3 года назад·0 comments
The Negative Impact of Mobile-First Web Design on Desktopnngroup.com3 points·by doesntmeananyth·3 года назад·0 comments
Minding the small stuff in pull request reviewsdev.37signals.com1 points·by doesntmeananyth·3 года назад·0 comments
How to Write a Secure JWT Library If You Mustscottarc.blog3 points·by doesntmeananyth·3 года назад·0 comments
Focus: A simple and fast text editor written in Jaigithub.com85 points·by doesntmeananyth·3 года назад·101 comments
Odin Language – The Data-Oriented Language for Sane Software Developmentodin-lang.org2 points·by doesntmeananyth·3 года назад·0 comments
Unix: Making Computers Easier To Use (1982) [video]youtube.com4 points·by doesntmeananyth·3 года назад·0 comments
Making Tanstack Table 1000x faster with a 1 line changejpcamara.com1 points·by doesntmeananyth·3 года назад·1 comments
Nano Emacs – a set of config files to improve the look and feel of Emacsgithub.com43 points·by doesntmeananyth·4 года назад·4 comments
Untangling Lifetimes: The Arena Allocatorrfleury.com1 points·by doesntmeananyth·4 года назад·0 comments
Area 5150: demo for the original IBM PC (4.77MHz 8088), CGA video 570K+ free RAMpiped.mha.fi1 points·by doesntmeananyth·4 года назад·0 comments
Nano Emacs – a set of config files to improve the look and feel of Emacsgithub.com5 points·by doesntmeananyth·4 года назад·0 comments
Material Shell – A modern desktop interface for GNOMEmaterial-shell.com641 points·by doesntmeananyth·6 лет назад·267 comments
doesntmeananyth·3 года назад·discussI haven't tried Fluent yet, but—in theory—could you not have both the message identifier and the original string in your code?Their React example kind of points towards this: https://github.com/projectfluent/fluent.js/wiki/React-Bindin...They provide a <Localized> component, which has an identifier and wraps a piece of markup containing the original: <Localized id="hello"> <h1>Hello, world!</h1> </Localized> Seems like the best of both worlds.
doesntmeananyth·4 года назад·discussYou may also be interested in this comment thread from the article page, where the author explains his opinion on Zig's approach to allocators:https://www.rfleury.com/p/untangling-lifetimes-the-arena-all...
doesntmeananyth·6 лет назад·discussThis is somewhat tautological, since consonants and vowels are already speech sounds.
Their React example kind of points towards this: https://github.com/projectfluent/fluent.js/wiki/React-Bindin...
They provide a <Localized> component, which has an identifier and wraps a piece of markup containing the original:
Seems like the best of both worlds.