Impact-based performance evaluation in big tech is terrible
https://www.pcloadletter.dev/blog/impact-based-performance-evaluation/
https://redd.it/1amds1e
@programmingreddit
https://www.pcloadletter.dev/blog/impact-based-performance-evaluation/
https://redd.it/1amds1e
@programmingreddit
www.pcloadletter.dev
Impact-based performance evaluation in big tech is terrible
What the **** does that mean?
I have created a high-level programming language for developping secure web applications. It comes with a built-in database, web server and container engine, in a single binary.
https://github.com/inoxlang/inox
https://redd.it/1ammnrp
@programmingreddit
https://github.com/inoxlang/inox
https://redd.it/1ammnrp
@programmingreddit
GitHub
GitHub - inoxlang/inox: 🛡️ A secure web development platform and programming language.
🛡️ A secure web development platform and programming language. - inoxlang/inox
Why Bloat Is Still Software’s Biggest Vulnerability — A 2024 plea for lean software
https://spectrum.ieee.org/lean-software-development
https://redd.it/1an4l4l
@programmingreddit
https://spectrum.ieee.org/lean-software-development
https://redd.it/1an4l4l
@programmingreddit
IEEE Spectrum
Why Bloat Is Still Software’s Biggest Vulnerability
A 2024 plea for lean software
What if an SQL Statement Returned a Database?
https://arxiv.org/abs/2312.00638
https://redd.it/1an7h2a
@programmingreddit
https://arxiv.org/abs/2312.00638
https://redd.it/1an7h2a
@programmingreddit
arXiv.org
What if an SQL Statement Returned a Database?
Every SQL statement is limited to return a single, possibly denormalized, table. This design decision has far reaching consequences. (1.) for databases users in terms of slow query performance,...
When "Everything" Becomes Too Much: The npm Package Chaos of 2024
https://socket.dev/blog/when-everything-becomes-too-much
https://redd.it/1ant3kw
@programmingreddit
https://socket.dev/blog/when-everything-becomes-too-much
https://redd.it/1ant3kw
@programmingreddit
Socket
When "Everything" Becomes Too Much: The npm Package Chaos of...
An NPM user named PatrickJS launched a troll campaign with a package called "everything," which depends on all public npm packages.
How Disney+ Hotstar Delivered 5 Billion Emojis in Real Time
https://newsletter.systemdesign.one/p/hotstar-architecture
https://redd.it/1anhea8
@programmingreddit
https://newsletter.systemdesign.one/p/hotstar-architecture
https://redd.it/1anhea8
@programmingreddit
newsletter.systemdesign.one
How Disney+ Hotstar Delivered 5 Billion Emojis in Real Time
#35: Learn More - Hotstar Architecture for Emojis (5 Minutes)
It's time to break free from Corporate Agile
https://bits.danielrothmann.com/corporate-agile
https://redd.it/1aobui2
@programmingreddit
https://bits.danielrothmann.com/corporate-agile
https://redd.it/1aobui2
@programmingreddit
The Unreasonable Effectiveness of Simple Websites
https://fd93.me/simple-sites
https://redd.it/1aovr38
@programmingreddit
https://fd93.me/simple-sites
https://redd.it/1aovr38
@programmingreddit
fd93
The Unreasonable Effectiveness of Simple Websites
Simple websites are better than beautiful ones. I'll repeat that for the folks in the back. Simple websites are better than beautiful ones. Let me be clear what I mean by a simple website. I don't mean a Wordpress site with a minimalist theme. I also don't…
New record for fastest FizzBuzz implementation (283 GB/s)
https://codegolf.stackexchange.com/a/269772/7251
https://redd.it/1ap90tr
@programmingreddit
https://codegolf.stackexchange.com/a/269772/7251
https://redd.it/1ap90tr
@programmingreddit
Code Golf Stack Exchange
High throughput Fizz Buzz
Fizz Buzz is a common challenge given during interviews. The challenge goes something like this:
Write a program that prints the numbers from 1 to n. If a number is
divisible by 3, write Fizz inst...
Write a program that prints the numbers from 1 to n. If a number is
divisible by 3, write Fizz inst...
Coq theorem prover will be renamed into Rocq
https://github.com/coq/ceps/blob/coq-roadmap/text/069-coq-roadmap.md#change-of-name-coq---the-rocq-prover
https://redd.it/1ap7kq7
@programmingreddit
https://github.com/coq/ceps/blob/coq-roadmap/text/069-coq-roadmap.md#change-of-name-coq---the-rocq-prover
https://redd.it/1ap7kq7
@programmingreddit
GitHub
rfcs/text/069-coq-roadmap.md at coq-roadmap · rocq-prover/rfcs
Rocq RFCs: documents to discuss changes to the Rocq Prover - rocq-prover/rfcs
It's not microservice or monolith; it's cognitive load you need to understand first
https://fernandovillalba.substack.com/p/its-not-microservice-or-monolith
https://redd.it/1aphwtn
@programmingreddit
https://fernandovillalba.substack.com/p/its-not-microservice-or-monolith
https://redd.it/1aphwtn
@programmingreddit
The Personable Engineer
It's not microservice or monolith; it's cognitive load you need to understand first
How understanding cognitive load and team capacity can help you decide on an architectural style
(Almost) Every infrastructure decision I endorse or regret after 4 years running infrastructure at a startup
https://cep.dev/posts/every-infrastructure-decision-i-endorse-or-regret-after-4-years-running-infrastructure-at-a-startup/
https://redd.it/1ap7kj2
@programmingreddit
https://cep.dev/posts/every-infrastructure-decision-i-endorse-or-regret-after-4-years-running-infrastructure-at-a-startup/
https://redd.it/1ap7kj2
@programmingreddit
Jack's home on the web
(Almost) Every infrastructure decision I endorse or regret after 4 years running infrastructure at a startup
Assortment of technology startup infrastructure recommendations
Maybe Everything Is a Coroutine
https://adam.nels.onl/blog/maybe-everything-is-a-coroutine/
https://redd.it/1apytwf
@programmingreddit
https://adam.nels.onl/blog/maybe-everything-is-a-coroutine/
https://redd.it/1apytwf
@programmingreddit
Adam Nelson
Maybe Everything Is a Coroutine - Adam Nelson
I was inspired, after reading the excellent blog post Let Futures Be Futures, by the author’s thought experiment of a language in which all functions are coroutines and this is used to express asynchr…