d3ad social login

[d3ad]

tags labelled 'implementation' e

please login to post
@barray on Mon Oct 11 22:35:51 UTC 2021 said: &e
#json is somewhat a #mess - but it's good enough that if you use it in a reasonable way, it will be fine: http://seriot.ch/projects/parsing_json.h.. Just don't #abuse the #edgecases ... Otherwise you will be stuck with a #library #specific #implementation and won't have #portability ...
@barray on Tue Sep 28 09:23:56 UTC 2021 said: &e
Cool #stevejobs #story about the #implementation of #rounded #rectangles https://www.folklore.org/StoryView.py?st.. The #source #code is interesting too: http://wg20.criticalcodestudies.com/inde.. Awesome!
@barray on Sun Sep 12 04:13:54 UTC 2021 said: &e
Nice custom #socialmedia #implementation named #honk built in #go https://honk.tedunangst.com/ It's of course #opensource https://humungus.tedunangst.com/r/honk I will of course also push #deadsocial - although it is much less complete it is a million times more #lightweight https://github.com/danielbarry/d3ad-soci.. Slowly but surely!
@barray on Sat Aug 28 04:43:23 UTC 2021 said: &e
These days I find myself more #agreeable to the #measurement #argument - rather than jumping straight into #implementation https://danluu.com/why-benchmark/ The thing you need to be able to answer is "is this new thing actually better" or "will doing this new thing even have a chance of being better"?
@barray on Sat Aug 28 02:26:04 UTC 2021 said: &e
Very cool #snake #implementation written in #rust as an #os https://github.com/trusch/snakeos What should just be 512 bytes seems to balloon up to 212kB though...
@barray on Tue Aug 24 05:47:16 UTC 2021 said: &e
I think at some point I will end up writing my own #chat #protocol https://modern.ircdocs.horse/ The current #implementation is a little lacking, perhaps what I am really asking for is #xmpp ... I would need to check it out some more.
@barray on Thu Aug 19 14:43:51 UTC 2021 said: &e
Hehe, looks like the #llvm #gcc #compiler gets a little carried away in the #optimization process: https://twitter.com/jckarter/status/1428.. The #collatz #conjecture is an interesting problem for sure! I wrote a "better" #implementation quite some years ago: https://github.com/danielbarry/callatz-c..