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...
Самый плохой программист, которого я знаю
https://habr.com/ru/articles/758596/
https://habr.com/ru/articles/758596/
Хабр
Самый плохой программист, которого я знаю
В измерении продуктивности разработчиков хорошо то, что можно быстро выявлять плохих программистов. Я хочу рассказать вам о самом плохом программисте, которого я знаю, и о том, почему я сражался за...
Не Jira единой: какие продукты формируют рынок систем управления проектами
https://habr.com/ru/companies/lanit/articles/755422/
https://habr.com/ru/companies/lanit/articles/755422/
Хабр
Не Jira единой: какие продукты формируют рынок систем управления проектами
Говоря об управлении проектами или руководстве деятельностью команд, трудно обойти стороной Jira. Одни считают, что это одна из лучших систем управления проектами, другие называют ее...
А вот и "пока-пока" Андроид
> One of its headline new security features is remotely updatable CA certificates, which extracts management of CA certificates from the core OS image entirely, and moves it into a separately updateable component, delivered & updated via Google Play.
https://httptoolkit.com/blog/android-14-breaks-system-certificate-installation/
> One of its headline new security features is remotely updatable CA certificates, which extracts management of CA certificates from the core OS image entirely, and moves it into a separately updateable component, delivered & updated via Google Play.
https://httptoolkit.com/blog/android-14-breaks-system-certificate-installation/
Httptoolkit
Android 14 blocks modification of system certificates, even as root
Update: This post sparked a lot of excellent discussion and debate on workarounds, and there are now multple working solutions to allow certificate injection...