You can now use WebGPU in Cloudflare Workers
https://blog.cloudflare.com/webgpu-in-workers/
https://blog.cloudflare.com/webgpu-in-workers/
The Cloudflare Blog
You can now use WebGPU in Cloudflare Workers
Today, we are introducing WebGPU support to Cloudflare Workers. This blog will explain why it's important, why we did it, how you can use it, and what comes next.
Was Javascript really made in 10 days?
https://buttondown.email/hillelwayne/archive/did-brendan-eich-really-make-javascript-in-10-days/
https://buttondown.email/hillelwayne/archive/did-brendan-eich-really-make-javascript-in-10-days/
buttondown.email
Was Javascript really made in 10 days?
I once heard that Javascript has so many warts because the first version was made in just ten days. I was curious 1) if this is true, and 2) if it explains...
Интервью с руководителем платформы Yandex Cloud Лёшей Башкеевым
https://www.youtube.com/watch?v=cZWxzT3ZtM8
https://www.youtube.com/watch?v=cZWxzT3ZtM8
YouTube
Про людей. Команда инженеров Yandex Cloud
Говорим с руководителем платформы Yandex Cloud Лёшей Башкеевым о том, как мы начинали, как развиваем облачную платформу сегодня и какие люди создают технологии Yandex Cloud.
Страница с вакансиями: https://cloud.yandex.ru/careers
00:00 Приветствие
01:54…
Страница с вакансиями: https://cloud.yandex.ru/careers
00:00 Приветствие
01:54…
Recent advances in computer science since 2010?
https://cstheory.stackexchange.com/questions/53343/recent-advances-in-computer-science-since-2010
https://cstheory.stackexchange.com/questions/53343/recent-advances-in-computer-science-since-2010
Theoretical Computer Science Stack Exchange
Recent advances in computer science since 2010?
Since I left school (early 2010s) a couple of recently developed techniques were widely adopted by the industry. For example,
Asymmetric numeral systems for compression (e.g. Ubuntu ships with zstd
Asymmetric numeral systems for compression (e.g. Ubuntu ships with zstd
Solving the Engineering Strategy crisis
https://lethain.com/solving-the-engineering-strategy-crisis/
https://lethain.com/solving-the-engineering-strategy-crisis/
Lethain
Solving the Engineering Strategy crisis.
These are speaking notes for my October 4th, QCon talk in San Francisco.
See a video of this talk.
Slides for this talk.
Over the course of my career, I’ve frequently heard from colleagues, team members
and random internet strangers with the same frustration:…
See a video of this talk.
Slides for this talk.
Over the course of my career, I’ve frequently heard from colleagues, team members
and random internet strangers with the same frustration:…
The advantages of queues on logs
https://jack-vanlightly.com/blog/2023/10/2/the-advantages-of-queues-on-logs
https://jack-vanlightly.com/blog/2023/10/2/the-advantages-of-queues-on-logs
Jack Vanlightly
The advantages of queues on logs — Jack Vanlightly
With the announcement of KIP-932, Queues for Kafka , I thought it was worthwhile a revisit of the subject of queues vs logs and how we actually can build better queues on top of logs.
Using Farcaster protocol for Carmack-style .plan daily notes
https://charlieharrington.com/farcaster-fling/
https://charlieharrington.com/farcaster-fling/
Charlieharrington
Using Farcaster protocol for .plan-style daily notes
farcaster social network val.town fling decentralized finger protocol val.town
Security Advisory: High Severity Curl Vulnerability
https://www.docker.com/blog/security-advisory-high-severity-curl-vulnerability/
https://www.docker.com/blog/security-advisory-high-severity-curl-vulnerability/
Docker
Security Advisory: High Severity Curl Vulnerability | Docker
The maintainers of curl, the popular command-line tool and library for transferring data with URLs, released curl 8.4.0 on October 11, 2023. This version included a fix for two common vulnerabilities and exposures (CVEs), one of which the curl maintainers…
How does the lombok magic work underneath?
https://unlogged.io/post/how-does-the-lombok-magic-work-underneath
https://unlogged.io/post/how-does-the-lombok-magic-work-underneath
www.unlogged.io
How does the lombok magic work underneath?
Explore Lombok for Java, focusing on namespace isolation, dependency management, debugging, and seamless integration with IDEs and build systems.
[Перевод] Я до последнего буду защищать сильную статическую типизацию
https://habr.com/ru/articles/765400/
https://habr.com/ru/articles/765400/
Хабр
Я до последнего буду защищать сильную статическую типизацию
Я пишу ПО уже больше двадцати лет и с каждым днём всё больше убеждаюсь, что сильная статическая типизация — это не просто хорошая идея, но и почти всегда верный выбор. Разумеется, существуют сферы...
👍3
Show HN: Decorate Java stack traces with source code snippets
https://github.com/laech/java-stacksrc
https://github.com/laech/java-stacksrc
GitHub
GitHub - laech/java-stacksrc: Decorates stack traces with source code snippets.
Decorates stack traces with source code snippets. Contribute to laech/java-stacksrc development by creating an account on GitHub.
In-kernel QUIC implementation with Userspace handshake
https://github.com/lxin/quic
https://github.com/lxin/quic
GitHub
GitHub - lxin/quic: In-kernel QUIC implementation with Userspace handshake
In-kernel QUIC implementation with Userspace handshake - lxin/quic
Выпуск jsii 1.90, генератора кода C#, Go, Java и Python из TypeScript
https://www.opennet.ru/opennews/art.shtml?num=59884
https://www.opennet.ru/opennews/art.shtml?num=59884
www.opennet.ru
Выпуск jsii 1.90, генератора кода C#, Go, Java и Python из TypeScript
Компания Amazon опубликовала компилятор jsii 1.90, представляющий собой модификацию компилятора TypeScript, позволяющую извлечь из компилируемых модулей информацию об API и сгенерировать универсальное представление данного API для обращения к JavaScript-классам…
Fixing the Billion Dollar Mistake Client Controlled Nullability - Stephen Spalding, Netflix
https://www.youtube.com/watch?v=k5Qec3OvKjU
https://www.youtube.com/watch?v=k5Qec3OvKjU
YouTube
Fixing the Billion Dollar Mistake Client Controlled Nullability - Stephen Spalding, Netflix
Fixing the Billion Dollar Mistake Client Controlled Nullability - Stephen Spalding, Netflix
Null has been famously called “the billion dollar mistake”. The Client Controlled Nullability proposal aims to empower client developers to tame nullability in the…
Null has been famously called “the billion dollar mistake”. The Client Controlled Nullability proposal aims to empower client developers to tame nullability in the…
How LinkedIn Is Using Embeddings to Up Its Match Game for Job Seekers
https://engineering.linkedin.com/blog/2023/how-linkedin-is-using-embeddings-to-up-its-match-game-for-job-se
https://engineering.linkedin.com/blog/2023/how-linkedin-is-using-embeddings-to-up-its-match-game-for-job-se
Linkedin
Engineering Blog
Berry is a ultra-lightweight dynamically typed embedded scripting language
https://news.ycombinator.com/item?id=37801140
https://news.ycombinator.com/item?id=37801140