Secure by Design: Google’s Perspective on Memory Safety
https://security.googleblog.com/2024/03/secure-by-design-googles-perspective-on.html
https://redd.it/1b9twm7
@programmingreddit
https://security.googleblog.com/2024/03/secure-by-design-googles-perspective-on.html
https://redd.it/1b9twm7
@programmingreddit
Google Online Security Blog
Secure by Design: Google’s Perspective on Memory Safety
Alex Rebert, Software Engineer, Christoph Kern, Principal Engineer, Security Foundations Google’s Project Zero reports that memory safety v...
Modern Git Commands and Features You Should Be Using
https://martinheinz.dev/blog/109?utm_source=tldrwebdev
https://redd.it/1bafh54
@programmingreddit
https://martinheinz.dev/blog/109?utm_source=tldrwebdev
https://redd.it/1bafh54
@programmingreddit
martinheinz.dev
Modern Git Commands and Features You Should Be Using
<p>
All of us - software engineers - use <code class="inline">git</code> every day, however most people only ever touch the most basic of commands, such as...
All of us - software engineers - use <code class="inline">git</code> every day, however most people only ever touch the most basic of commands, such as...
Browser extensions are underrated: the promise of hackable software
https://www.geoffreylitt.com/2019/07/29/browser-extensions
https://redd.it/1ba8iv6
@programmingreddit
https://www.geoffreylitt.com/2019/07/29/browser-extensions
https://redd.it/1ba8iv6
@programmingreddit
Geoffreylitt
Browser extensions are underrated: the promise of hackable software
In a world of closed platforms, browser extensions are the rare exception that let users modify the apps that we use.
The AI Dilemma: When Large Language Model Training Reaches A Dead End
https://medium.com/@jankammerath/the-ai-dilemma-when-large-language-model-training-reaches-a-dead-end-e2cf1de4a2ad?sk=476dbf6daa9d254204f6e1ed04d0927f
https://redd.it/1bahvvj
@programmingreddit
https://medium.com/@jankammerath/the-ai-dilemma-when-large-language-model-training-reaches-a-dead-end-e2cf1de4a2ad?sk=476dbf6daa9d254204f6e1ed04d0927f
https://redd.it/1bahvvj
@programmingreddit
Medium
The AI Dilemma: When Large Language Model Training Reaches A Dead End
AI is set out to replace hundreds of thousands of jobs not just in software engineering, but also in various other fields such as…
Context-switching - one of the worst productivity killers in the engineering industry
https://newsletter.eng-leadership.com/p/context-switching-one-of-the-worst
https://redd.it/1bbcoec
@programmingreddit
https://newsletter.eng-leadership.com/p/context-switching-one-of-the-worst
https://redd.it/1bbcoec
@programmingreddit
Eng-Leadership
Context-switching - one of the worst productivity killers in the engineering industry
Nothing gets done at the end of the day 🤯 Don't worry, we got you covered!
How HEAD works in git
https://jvns.ca/blog/2024/03/08/how-head-works-in-git/
https://redd.it/1bb8art
@programmingreddit
https://jvns.ca/blog/2024/03/08/how-head-works-in-git/
https://redd.it/1bb8art
@programmingreddit
Julia Evans
How HEAD works in git
Hello! The other day I ran a Mastodon poll asking people how confident they were that they understood how HEAD works in Git. The results (out of 1700 votes) were a little surprising to me:
Radicle: Open-Source, Peer-to-Peer, GitHub Alternative
https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
https://redd.it/1bb6aew
@programmingreddit
https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
https://redd.it/1bb6aew
@programmingreddit
app.radicle.xyz
Radicle Explorer
Explore the Radicle network
Russ Cox: C and C++ Prioritize Performance over Correctness
https://research.swtch.com/ub
https://redd.it/1bbx1ey
@programmingreddit
https://research.swtch.com/ub
https://redd.it/1bbx1ey
@programmingreddit
Reddit
From the programming community on Reddit: Russ Cox: C and C++ Prioritize Performance over Correctness
Posted by Alexander_Selkirk - 138 votes and 123 comments
You’re not a weak developer if you don’t always show off your technical excellence
https://shiftmag.dev/benefits-of-value-stream-2833/
https://redd.it/1bc5g8w
@programmingreddit
https://shiftmag.dev/benefits-of-value-stream-2833/
https://redd.it/1bc5g8w
@programmingreddit
ShiftMag
What is Value Streaming?
Technical excellence is more satisfying for developers than delivering customer value? This is where value streaming comes into play.
Bebop v3: a fast, modern replacement for Protocol Buffers
https://github.com/betwixt-labs/bebop/releases/tag/v3.0.4
https://redd.it/1bcvrnp
@programmingreddit
https://github.com/betwixt-labs/bebop/releases/tag/v3.0.4
https://redd.it/1bcvrnp
@programmingreddit
GitHub
Release Bebop v3.0.4 · betwixt-labs/bebop
Introducing Bebop v3 - the fastest data serialization runtime in the world, and your new favorite replacement for Protocol Buffers 🚀
Now supporting:
WASM powered compiler extensions 🦾
Python supp...
Now supporting:
WASM powered compiler extensions 🦾
Python supp...
GitHub - gabotechs/dep-tree: allows visualising a "code base entropy" using a 3d force-directed graph of files and the dependencies between them.
https://github.com/gabotechs/dep-tree/
https://redd.it/1bcs1m2
@programmingreddit
https://github.com/gabotechs/dep-tree/
https://redd.it/1bcs1m2
@programmingreddit
GitHub
GitHub - gabotechs/dep-tree: Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code…
Tool for helping developers keep their code bases clean and decoupled. It allows visualising a code base complexity using a 3d force-directed graph of files and the dependencies between them. - gab...
The Day Soft Deletes Caused Chaos
https://blog.bemi.io/soft-deleting-chaos/
https://redd.it/1bd3sdk
@programmingreddit
https://blog.bemi.io/soft-deleting-chaos/
https://redd.it/1bd3sdk
@programmingreddit
Bemi Blog
The Day Soft Deletes Caused Chaos
Discover the critical mistakes and lessons learned from using soft deletes in production systems. This blog post explores the complexities, data integrity issues, and alternative solutions to managing deleted data effectively.
C++ safety, in context
https://herbsutter.com/2024/03/11/safety-in-context/
https://redd.it/1bcx3sy
@programmingreddit
https://herbsutter.com/2024/03/11/safety-in-context/
https://redd.it/1bcx3sy
@programmingreddit
Sutter’s Mill
C++ safety, in context
Scope. To talk about C++’s current safety problems and solutions well, I need to include the context of the broad landscape of security and safety threats facing all software. I chair the ISO C++ s…
What's up, Python? The GIL removed, a new compiler, optparse deprecated...
https://www.bitecode.dev/p/whats-up-python-the-gil-removed-a
https://redd.it/1bdmnse
@programmingreddit
https://www.bitecode.dev/p/whats-up-python-the-gil-removed-a
https://redd.it/1bdmnse
@programmingreddit
www.bitecode.dev
What's up, Python? The GIL removed, a new compiler, optparse deprecated...
July 2023
LLMs are not enough... why chatbots need knowledge representation
https://blog.anj.ai/2024/03/knowledge.html
https://redd.it/1bdho4z
@programmingreddit
https://blog.anj.ai/2024/03/knowledge.html
https://redd.it/1bdho4z
@programmingreddit
Anj Simmons
LLMs are not enough… why chatbots need knowledge representation
Six years ago, I wrote a blog post “Name a fruit that isn’t orange…” pointing out that the best AI and chatbots available at the time got this simple question wrong. Though there was some debate on r/programming about whether this was just “a problem with…
Attackers could access private GitHub repositories by using... ChatGPT!
https://salt.security/blog/security-flaws-within-chatgpt-extensions-allowed-access-to-accounts-on-third-party-websites-and-sensitive-data?utm_source=social&utm_medium=reddit
https://redd.it/1bdy2gu
@programmingreddit
https://salt.security/blog/security-flaws-within-chatgpt-extensions-allowed-access-to-accounts-on-third-party-websites-and-sensitive-data?utm_source=social&utm_medium=reddit
https://redd.it/1bdy2gu
@programmingreddit
salt.security
ChatGPT Vulnerability - Security Flaws within ChatGPT
Salt Labs researchers identified vulnerabilities in the ChatGPT ecosystem that could have granted access to accounts of users and sensitive data.
Falsehoods programmers believe about time zones
https://www.zainrizvi.io/blog/falsehoods-programmers-believe-about-time-zones/
https://redd.it/1bea6ao
@programmingreddit
https://www.zainrizvi.io/blog/falsehoods-programmers-believe-about-time-zones/
https://redd.it/1bea6ao
@programmingreddit
Zain Rizvi
Falsehoods programmers believe about time zones
I decided to make a time zone converter. It had seemed like an easy project, but I was horribly mistaken