Flecs 3.2, a high performance game development framework for C and C++ is out!
https://ajmmertens.medium.com/flecs-3-2-is-out-8feb44d37e3
https://redd.it/124aysm
@programmingreddit
https://ajmmertens.medium.com/flecs-3-2-is-out-8feb44d37e3
https://redd.it/124aysm
@programmingreddit
Medium
Flecs 3.2 is out!
Find out about new features in the latest version of Flecs!
Permissions management is the essence of data security. Yet few security teams can manage identities in the cloud at scale, with Gartner estimating that by 2023, 75% of cloud security failures will occur due to insufficient management of identities, access and privileges
https://venturebeat.com/security/how-automation-eases-the-burden-of-cloud-permissions-management-for-security-teams/
https://redd.it/123w3jb
@programmingreddit
https://venturebeat.com/security/how-automation-eases-the-burden-of-cloud-permissions-management-for-security-teams/
https://redd.it/123w3jb
@programmingreddit
VentureBeat
How automation eases the burden of cloud permissions management for security teams
Entitle has raised $15 million in seed funding for a solution designed to automate identity permissions management in the cloud.
295 pages on Initialization in Modern C++, a new cool book!
https://www.cppstories.com/2023/init-story-print/
https://redd.it/124ohf0
@programmingreddit
https://www.cppstories.com/2023/init-story-print/
https://redd.it/124ohf0
@programmingreddit
C++ Stories
C++ Initialization Story in Print
I’m thrilled to announce the print/paperback edition of “C++ Initialization Story!” After nearly a year of updates and enhancements for the electronic version, this comprehensive resource is now complete! You can purchase the book in a variety of formats…
The Perils of Polishing old Fortran libraries
https://fortran-lang.discourse.group/t/the-perils-of-polishing-long/5444
https://redd.it/124nkx5
@programmingreddit
https://fortran-lang.discourse.group/t/the-perils-of-polishing-long/5444
https://redd.it/124nkx5
@programmingreddit
Fortran Discourse
The Perils of Polishing (LONG!)
I have been working with the SLATEC library. Following the closure of Absoft and Lahey during the last few months, I felt that I needed to preserve their versions of the library, which they included as free add-ons that their customers could choose to use.…
pg_gpt: Schema-aware PostgreSQL extension for asking questions about your data using natural language, powered by GPT API.
https://github.com/cloudquery/pg_gpt
https://redd.it/124p39l
@programmingreddit
https://github.com/cloudquery/pg_gpt
https://redd.it/124p39l
@programmingreddit
GitHub
GitHub - cloudquery/pg_gpt: Experimental extension that brings OpenAI API to your PostgreSQL to run queries in human language.
Experimental extension that brings OpenAI API to your PostgreSQL to run queries in human language. - cloudquery/pg_gpt
Postgres: The Graph Database You Didn't Know You Had
https://www.dylanpaulus.com/posts/postgres-is-a-graph-database
https://redd.it/124xsci
@programmingreddit
https://www.dylanpaulus.com/posts/postgres-is-a-graph-database
https://redd.it/124xsci
@programmingreddit
Dylanpaulus
Postgres: The Graph Database You Didn't Know You Had
PostgreSQL (Postgres), is a powerful relational database that can store a wide range of data types and data structures.
When it comes to storing graph data structures we might reach for a database marketed for that use case like Neo4J or Dgraph. Hold your…
When it comes to storing graph data structures we might reach for a database marketed for that use case like Neo4J or Dgraph. Hold your…
Introducing Stackoverflow.com
https://blog.codinghorror.com/introducing-stackoverflow-com/
https://redd.it/125itwb
@programmingreddit
https://blog.codinghorror.com/introducing-stackoverflow-com/
https://redd.it/125itwb
@programmingreddit
Coding Horror
Introducing Stackoverflow.com
A little over a month ago, I announced that I was quitting my job. But there was also something else I didn’t fully announce.
But I refuse to become a full-time blogger. I think that’s a cop-out. If I look at the people I respect most in the
But I refuse to become a full-time blogger. I think that’s a cop-out. If I look at the people I respect most in the
Nix Turns 20. What the Hell Is It?
https://earthly.dev/blog/what-is-nix/
https://redd.it/125n7cu
@programmingreddit
https://earthly.dev/blog/what-is-nix/
https://redd.it/125n7cu
@programmingreddit
Earthly Blog
Nix Turns 20. What the Hell Is It?
Learn what Nix is and how it can revolutionize software development with its unique approach to package management and operating system configurati...
@TwitterDev Announces New Twitter API Tiers
https://twitter.com/TwitterDev/status/1641222782594990080
https://redd.it/1265nzt
@programmingreddit
https://twitter.com/TwitterDev/status/1641222782594990080
https://redd.it/1265nzt
@programmingreddit
Folia: Fork of Paper which adds regionised multithreading to Minecraft
https://paper-chan.moe/folia/
https://redd.it/126mpjy
@programmingreddit
https://paper-chan.moe/folia/
https://redd.it/126mpjy
@programmingreddit
Paper Chan hideout
Folia - Multithreading Coming to your Minecraft server
Folia is a Minecraft server software with true multithreading and regionalize ticking, with a goal to achieve better scalability and performance.
New schema-based ORM for rapid and accurate data modeling
https://github.com/neuledge/engine-js
https://redd.it/126rqjd
@programmingreddit
https://github.com/neuledge/engine-js
https://redd.it/126rqjd
@programmingreddit
GitHub
GitHub - neuledge/engine-js: ⚡️ Neuledge streamlines database modeling with clear data entity definitions, customizable validation…
⚡️ Neuledge streamlines database modeling with clear data entity definitions, customizable validation, and advanced business-logic representation. - neuledge/engine-js
Based on various scientific studies, it takes at least 10-15 minutes for programmer to get back into the "zone" after an interruption. There are interesting resumption strategies for interrupted programming tasks.
https://contextkeeper.io/blog/the-real-cost-of-an-interruption-and-context-switching/
https://redd.it/127d68z
@programmingreddit
https://contextkeeper.io/blog/the-real-cost-of-an-interruption-and-context-switching/
https://redd.it/127d68z
@programmingreddit
ContextKeeper
Programmer Interrupted: The Real Cost of Interruption and Context Switching
Interruptions and context switching are the two most costly factors that directly impact a programmer's daily productivity. Although there is no permanent way to avoid them, there are some interesting strategies to minimize their impact. The Cost of an Interruption…
2D particle simulation in C++
https://github.com/cmcdev-code/Physics
https://redd.it/125xkir
@programmingreddit
https://github.com/cmcdev-code/Physics
https://redd.it/125xkir
@programmingreddit
GitHub
GitHub - cmcdev-code/Physics: Physics library for simulating particles
Physics library for simulating particles . Contribute to cmcdev-code/Physics development by creating an account on GitHub.
Twitter (re)Releases Recommendation Algorithm on GitHub
https://github.com/twitter/the-algorithm
https://redd.it/127uuq7
@programmingreddit
https://github.com/twitter/the-algorithm
https://redd.it/127uuq7
@programmingreddit
GitHub
GitHub - twitter/the-algorithm: Source code for the X Recommendation Algorithm
Source code for the X Recommendation Algorithm. Contribute to twitter/the-algorithm development by creating an account on GitHub.
Making Python 100x faster with less than 100 lines of Rust
https://ohadravid.github.io/posts/2023-03-rusty-python/
https://redd.it/126xx7f
@programmingreddit
https://ohadravid.github.io/posts/2023-03-rusty-python/
https://redd.it/126xx7f
@programmingreddit
ohadravid.github.io
Making Python 100x faster with less than 100 lines of Rust
Update: I gave a talk on this topic at P99 CONF 2023 and at PyCon IL 2024 (Hebrew).
A while ago at $work, we had a performance issue with one of our core Python …
A while ago at $work, we had a performance issue with one of our core Python …
curl will no longer send "pre-notifications" for security vulnerabilities to the distros mailing list
https://daniel.haxx.se/blog/2023/03/29/pre-notification-dilemmas/
https://redd.it/126m4rq
@programmingreddit
https://daniel.haxx.se/blog/2023/03/29/pre-notification-dilemmas/
https://redd.it/126m4rq
@programmingreddit
Reddit
r/programming on Reddit: curl will no longer send "pre-notifications" for security vulnerabilities to the distros mailing list
Posted by u/i_am_at_work123 - 101 votes and 15 comments
That time when SVG almost got network support for raw sockets
https://leonidasv.com/til-svg-specs-almost-got-raw-socket-support/
https://redd.it/127m78e
@programmingreddit
https://leonidasv.com/til-svg-specs-almost-got-raw-socket-support/
https://redd.it/127m78e
@programmingreddit
leonidasv.com
That time when SVG almost got network support for raw sockets
SVG Phone Home