Notes on Distributed Systems for Young Bloodssomethingsimilar.com373 ポイント·投稿者 doesntmeananyth·2 年前·55 コメント
The Negative Impact of Mobile-First Web Design on Desktopnngroup.com3 ポイント·投稿者 doesntmeananyth·3 年前·0 コメント
Minding the small stuff in pull request reviewsdev.37signals.com1 ポイント·投稿者 doesntmeananyth·3 年前·0 コメント
Focus: A simple and fast text editor written in Jaigithub.com85 ポイント·投稿者 doesntmeananyth·3 年前·101 コメント
Odin Language – The Data-Oriented Language for Sane Software Developmentodin-lang.org2 ポイント·投稿者 doesntmeananyth·3 年前·0 コメント
Making Tanstack Table 1000x faster with a 1 line changejpcamara.com1 ポイント·投稿者 doesntmeananyth·3 年前·1 コメント
Nano Emacs – a set of config files to improve the look and feel of Emacsgithub.com43 ポイント·投稿者 doesntmeananyth·4 年前·4 コメント
Area 5150: demo for the original IBM PC (4.77MHz 8088), CGA video 570K+ free RAMpiped.mha.fi1 ポイント·投稿者 doesntmeananyth·4 年前·0 コメント
Nano Emacs – a set of config files to improve the look and feel of Emacsgithub.com5 ポイント·投稿者 doesntmeananyth·4 年前·0 コメント
Material Shell – A modern desktop interface for GNOMEmaterial-shell.com641 ポイント·投稿者 doesntmeananyth·6 年前·267 コメント
doesntmeananyth·3 年前·議論I 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 年前·議論You 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 年前·議論This 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.