The endpoint of Web Environment Integrity is a closed Web
https://educatedguesswork.org/posts/wei/
https://educatedguesswork.org/posts/wei/
educatedguesswork.org
The endpoint of Web Environment Integrity is a closed Web
We had to destroy the Web in order to save it
More falsehoods programmers believe about time "wisdom of the crowd" edition
https://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time
https://infiniteundo.com/post/25509354022/more-falsehoods-programmers-believe-about-time
Tumblr
More falsehoods programmers believe about time; "wisdom of the crowd" edition
A couple of days ago I decided to write down some of the things I've learned about testing over the course of the last several years. In the course of enumerating the areas that benefit most from...
🔥2
Franz (macOS Apache Kafka client) now Source Available
https://defn.io/2023/08/10/ann-franz-source-available/
https://defn.io/2023/08/10/ann-franz-source-available/
defn.io
Franz now Source Available
The source code for Franz, a desktop client for Apache Kafka, is
now available for all to read on on GitHub.
now available for all to read on on GitHub.
Slack’s Migration to a Cellular Architecture
https://slack.engineering/slacks-migration-to-a-cellular-architecture/
https://slack.engineering/slacks-migration-to-a-cellular-architecture/
slack.engineering
Slack’s Migration to a Cellular Architecture
Summary In recent years, cellular architectures have become increasingly popular for large online services as a way to increase redundancy and limit the blast radius of site failures. In pursuit of these goals, we have migrated the most critical user-facing…
Beyond SQL: A relational database for modern applications
https://fauna.com/blog/beyond-sql
https://fauna.com/blog/beyond-sql
Fauna
Beyond SQL: A relational database for modern applications
Fauna combines the relational power, strong consistency, and schema capabilities of a relational database with the flexibility and scalability of documents, all delivered as a Cloud API with zero engineering operations.
How Tiered Compilation works in OpenJDK
https://devblogs.microsoft.com/java/how-tiered-compilation-works-in-openjdk/
https://devblogs.microsoft.com/java/how-tiered-compilation-works-in-openjdk/
Microsoft News
How Tiered Compilation works in OpenJDK
The OpenJDK HotSpot runtime system is a complex piece of software that employs several techniques to optimize the execution of Java programs on the fly. The system is composed of two different compilers, one interpreter and several different Garbage Collectors…
👍1
Почему WebAssembly плохо годится для Java
https://habr.com/ru/articles/757182/
https://habr.com/ru/articles/757182/
Хабр
Почему WebAssembly плохо годится для Java
Как разработчик TeaVM , компилятора байт-кода JVM в JavaScript и WebAssembly, я часто рекомендую пользователям, почему-то жаждущим сгенерировать WebAssembly, начать с JavaScript. Если честно, бэкэнд...
👍2
Реально ли без опыта в 2023 году найти работу в IT? История одного джуна
https://habr.com/ru/articles/757184/
https://habr.com/ru/articles/757184/
Хабр
Реально ли без опыта в 2023 году найти работу в IT? История одного джуна
Исходные данные: 30 лет, высшее образование по специальности логистика, 10 лет опыта работы в логистике, в т.ч. 5 лет на руководящих позициях. Июнь 2021 - приняла решение учиться и менять сферу на...
Resize CPU Limit To Speed Up Java Startup on Kubernetes
https://piotrminkowski.com/2023/08/22/resize-cpu-limit-to-speed-up-java-startup-on-kubernetes/
https://piotrminkowski.com/2023/08/22/resize-cpu-limit-to-speed-up-java-startup-on-kubernetes/
Piotr's TechBlog
Resize CPU Limit To Speed Up Java Startup on Kubernetes - Piotr's TechBlog
In this article, you will learn how to solve problems with the slow startup of Java apps on Kubernetes related to the CPU limit
👍1
Fast Tests Help Humans, Deep Tests Help Servers
https://www.yegor256.com/2023/08/22/fast-vs-deep-testing.html
https://www.yegor256.com/2023/08/22/fast-vs-deep-testing.html
Yegor Bugayenko
Fast Tests Help Humans, Deep Tests Help Servers
Humans should run "fast" tests to catch obvious mistakes, while servers should execute "deep" tests to ensure the highest quality.
Premature Optimization: Universally Misunderstood
https://milen.me/writings/premature-optimization-universally-misunderstood/
https://milen.me/writings/premature-optimization-universally-misunderstood/
milen.me
Premature Optimization: Universally Misunderstood
“Premature Optimization” You might have come across the famous software optimisation quote popularised by Donald Knuth:
Premature optimization is the root of all evil.
– Sir Tony Hoare
It has been commonly interpreted as “don’t think about performance in…
Premature optimization is the root of all evil.
– Sir Tony Hoare
It has been commonly interpreted as “don’t think about performance in…
Open Sourcing iris-message-processor
https://engineering.linkedin.com/blog/2023/open-sourcing-iris-message-processor
https://engineering.linkedin.com/blog/2023/open-sourcing-iris-message-processor
Linkedin
Open Sourcing iris-message-processor
What’s it like to interview at Lyft? Our recruiting team spills the secrets.
https://eng.lyft.com/whats-it-like-to-interview-at-lyft-our-recruiting-team-spills-the-secrets-b58efa584b92
https://eng.lyft.com/whats-it-like-to-interview-at-lyft-our-recruiting-team-spills-the-secrets-b58efa584b92
Medium
What’s it like to interview at Lyft? Our recruiting team spills the secrets.
Interviewing with a tech company doesn’t have to be overwhelming! Lyft’s team of recruiters supports our talented candidates through every…
Forwarded from Dmitry Lepekhin
https://github.com/Plachtaa/VALL-E-X Кто готов синтезировать свой голос😁
GitHub
GitHub - Plachtaa/VALL-E-X: An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in ht…
An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in https://plachtaa.github.io/vallex/ - Plachtaa/VALL-E-X
An open-source MySQL alternative for running database on Kubernetes
https://github.com/apecloud/kubeblocks
https://github.com/apecloud/kubeblocks
GitHub
GitHub - apecloud/kubeblocks: KubeBlocks is a Kubernetes Operator designed to manage a variety of databases and streaming systems…
KubeBlocks is a Kubernetes Operator designed to manage a variety of databases and streaming systems, including MySQL, PostgreSQL, MongoDB, Redis, RabbitMQ, RocketMQ, and more, within Kubernetes env...