Brave is blocking cookie consent banners
https://brave.com/privacy-updates/21-blocking-cookie-notices/
https://redd.it/ze2b9x
@programmingreddit
https://brave.com/privacy-updates/21-blocking-cookie-notices/
https://redd.it/ze2b9x
@programmingreddit
Brave
Blocking annoying and privacy-harming cookie consent banners | Brave
New versions of Brave will hide—and, where possible, completely block—cookie consent notifications. Brave's approach is distinct and more privacy-preserving than similar systems used in other browsers.
Update on JetBrains’ Statement on Ukraine
https://blog.jetbrains.com/blog/2022/12/06/update-on-jetbrains-statement-on-ukraine/
https://redd.it/ze6lpq
@programmingreddit
https://blog.jetbrains.com/blog/2022/12/06/update-on-jetbrains-statement-on-ukraine/
https://redd.it/ze6lpq
@programmingreddit
The JetBrains Blog
Update on JetBrains’ Statement on Ukraine | The JetBrains Blog
As a response to the Russian Federation's invasion of Ukraine, we announced that we would be suspending all R&D activities in Russia, as well as our sales in Russia and Belarus. It has now been ap
I made a free website which lets everyone at a party control the music
https://jukeparty.com/
https://redd.it/zekxr0
@programmingreddit
https://jukeparty.com/
https://redd.it/zekxr0
@programmingreddit
reddit
I made a free website which lets everyone at a party control the music
Posted in r/programming by u/--Nimbus-- • 102 points and 19 comments
Guys, the founder of Next.js said my open source project is "fantastic"
https://twitter.com/rauchg/status/1599102750049980417
https://redd.it/zf4l2d
@programmingreddit
https://twitter.com/rauchg/status/1599102750049980417
https://redd.it/zf4l2d
@programmingreddit
I created a directory of 400 AI tools. Check it out
https://futurepedia.io
https://redd.it/zem5rk
@programmingreddit
https://futurepedia.io
https://redd.it/zem5rk
@programmingreddit
www.futurepedia.io
Futurepedia - The Largest AI Tools Directory | Home
Futurepedia is the largest AI tools directory. Browse 1500+ AI tools in 50+ categories like copywriting, image generation and video editing. Search and filter the tools by categories, pricing and features.
Want to try your hand at Atari 2600 development? Get the Visual Studio Code extension, Atari Dev Studio!
https://marketplace.visualstudio.com/items?itemName=chunkypixel.atari-dev-studio
https://redd.it/zf2aba
@programmingreddit
https://marketplace.visualstudio.com/items?itemName=chunkypixel.atari-dev-studio
https://redd.it/zf2aba
@programmingreddit
Visualstudio
Atari Dev Studio - Visual Studio Marketplace
Extension for Visual Studio Code - Homebrew game creation for the Atari 8-bit consoles
When life gives you lemons, write better error messages
https://wix-ux.com/when-life-gives-you-lemons-write-better-error-messages-46c5223e1a2f
https://redd.it/zerjob
@programmingreddit
https://wix-ux.com/when-life-gives-you-lemons-write-better-error-messages-46c5223e1a2f
https://redd.it/zerjob
@programmingreddit
Medium
When life gives you lemons, write better error messages
When it comes to error handling, it truly is a team sport
Creating a 2D physics engine from scratch in 100 lines of Javascript
https://ailef.tech/2022/11/12/creating-a-2d-physics-engine-from-scratch-in-javascript/
https://redd.it/zey0st
@programmingreddit
https://ailef.tech/2022/11/12/creating-a-2d-physics-engine-from-scratch-in-javascript/
https://redd.it/zey0st
@programmingreddit
OpenAI's Whisper model ported to C/C++
https://github.com/ggerganov/whisper.cpp
https://redd.it/zfgom8
@programmingreddit
https://github.com/ggerganov/whisper.cpp
https://redd.it/zfgom8
@programmingreddit
GitHub
GitHub - ggml-org/whisper.cpp: Port of OpenAI's Whisper model in C/C++
Port of OpenAI's Whisper model in C/C++. Contribute to ggml-org/whisper.cpp development by creating an account on GitHub.
The best UUID type for a database Primary Key
https://vladmihalcea.com/uuid-database-primary-key/
https://redd.it/zfeot3
@programmingreddit
https://vladmihalcea.com/uuid-database-primary-key/
https://redd.it/zfeot3
@programmingreddit
Vlad Mihalcea
The best UUID type for a database Primary Key - Vlad Mihalcea
Learn what UUID type works best for a database Primary Key column and why a time-sorted TSID is more effective than the standard UUID.
Dev environments in the cloud are a half-baked solution
https://www.mikenikles.com/blog/dev-environments-in-the-cloud-are-a-half-baked-solution
https://redd.it/zfpiil
@programmingreddit
https://www.mikenikles.com/blog/dev-environments-in-the-cloud-are-a-half-baked-solution
https://redd.it/zfpiil
@programmingreddit
Mikenikles
Dev environments in the cloud are a half-baked solution - mikenikles.com
Cloud-only dev environments are fundamentally interested in charging you for writing code. Instead, we need a hybrid solution that automates local dev environments AND let's you run them in the cloud, should you choose to do so.
TIL That developers in larger companies spend 2.5 more hours a week/10 more hours a month in meetings than devs in smaller orgs. It's been dubbed the "coordination tax."
https://devinterrupted.substack.com/p/where-did-all-the-focus-time-go-dissecting
https://redd.it/zg6ec9
@programmingreddit
https://devinterrupted.substack.com/p/where-did-all-the-focus-time-go-dissecting
https://redd.it/zg6ec9
@programmingreddit
Dev Interrupted
Where Did All The Focus Time Go? Dissecting 1.5 Million Meetings w/ Clockwise's VP of Engineering, Dan Kador
Where has all the focus time gone? Why does there seem to be less of it at big companies than at startups? And do managers really have as little as they claim? It should come as no surprise to our listeners that we're big fans of data here at Dev Interrupted.…
Algorithms that search for new algorithms: how AlphaTensor works (walkthrough)
https://www.assemblyai.com/blog/deepminds-alphatensor-explained/
https://redd.it/zf34ic
@programmingreddit
https://www.assemblyai.com/blog/deepminds-alphatensor-explained/
https://redd.it/zf34ic
@programmingreddit
Assemblyai
DeepMind's AlphaTensor Explained
AlphaTensor is a novel AI solution to discover mathematical algorithms with Reinforcement Learning. Learn everything you need to know about AlphaTensor in this comprehensive introduction.
Codon: a high-performance Python compiler using LLVM
https://github.com/exaloop/codon
https://redd.it/zg1p6m
@programmingreddit
https://github.com/exaloop/codon
https://redd.it/zg1p6m
@programmingreddit
GitHub
GitHub - exaloop/codon: A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support - exaloop/codon
I made a way to build Web Apps in pure Python: Pynecone
https://github.com/pynecone-io/pynecone
https://redd.it/zh0uov
@programmingreddit
https://github.com/pynecone-io/pynecone
https://redd.it/zh0uov
@programmingreddit
GitHub
GitHub - reflex-dev/reflex: 🕸️ Web apps in pure Python 🐍
🕸️ Web apps in pure Python 🐍. Contribute to reflex-dev/reflex development by creating an account on GitHub.
Experiment: The hidden costs of waiting on slow build times
https://github.blog/2022-12-08-experiment-the-hidden-costs-of-waiting-on-slow-build-times/
https://redd.it/zgr0ak
@programmingreddit
https://github.blog/2022-12-08-experiment-the-hidden-costs-of-waiting-on-slow-build-times/
https://redd.it/zgr0ak
@programmingreddit
The GitHub Blog
Experiment: The hidden costs of waiting on slow build times
How much does it really cost to buy more powerful cloud compute resources for development work? A lot less than you think.