Honey, I shrunk {fmt}: bringing binary size to 14k and ditching the C++ runtime
Comments ⌘ Read more
Postiz - open-source social media scheduling tool
Hi all, I am one of the builders of Postiz.
Happy to get feedback and also some contributors :)
https://github.com/gitroomhq/postiz-app
This social media scheduling tool is similar to traditional ones: Buffer, Hootsuite, SproutSocial, etc.
Key features:
- Schedule for 9 social media platforms (Threads, Pinterest, Facebook, TikTok, Reddit, LinkedIn, Dribbble, YouTube, Instagram.)
- Basic analytics for almost all the social media pla … ⌘ Read more
Producing Wrong Data Without Doing Anything Obviously Wrong! (2009)
This paper presents a surprising result: changing a seemingly innocuous aspect of an experimental setup can cause a systems researcher to draw wrong conclusions from an experiment. What appears to be an innocuous aspect in the experimental setup may in fact introduce a significant bias in an evaluation. This phenomenon is called measurement bias in the natural and social sciences.
Our results demonstrate t … ⌘ Read more
How to write a programming language and shell in Go with 92% test coverage and instant CI/CD
This is a companion to another talk I gave about Elvish’s design. Sorry for the click-baity title, I was trying very hard to get my proposal accepted :)
I was told by several members of the audience that the testing story is the most interesting part, which you can easily seek to in the progress bar. The testing part is also not specific to Go projects.
[Comments](ht … ⌘ Read more
What are you doing this weekend?
Feel free to tell what you plan on doing this weekend and even ask for help or feedback.
Please keep in mind it’s more than OK to do nothing at all too! ⌘ Read more
PREDIBAG: Predicate-Based Agents for AI
Comments ⌘ [Read more](https://github.com/naver/tamgu/wiki/3.4-PREDIBAG:–Building-Modern-AI-Agents-in-Tamgu’s-Prolog)
A subset of C kernel developers just seem determined to make the lives of the Rust maintainers as difficult as possible
Comments ⌘ Read more
Go sync.Pool and the Mechanics Behind It
What is sync.Pool? and how to use it in GoLang.