How can I implement the iOS forward/ backward animation? Is there a React Native Preset/ Framework that I can use?
https://youtube.com/shorts/hyrDFhDIGYI?si=6CmR7is2kE2fF2ig
https://redd.it/1vx85kg
@r_coding
https://youtube.com/shorts/hyrDFhDIGYI?si=6CmR7is2kE2fF2ig
https://redd.it/1vx85kg
@r_coding
YouTube
24. August 2026
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
Extract Anything from Any PDF: Inside Foxit's Advanced Extraction Engine
https://developer-api.foxit.com/developer-blogs/api-guides-tutorials/pdf-structural-extraction-engine/
https://redd.it/1vxsesh
@r_coding
https://developer-api.foxit.com/developer-blogs/api-guides-tutorials/pdf-structural-extraction-engine/
https://redd.it/1vxsesh
@r_coding
Foxit
Inside Foxit's PDF Structural Extraction Engine
Learn how Foxit's PDF structural extraction API pulls tables, forms, and text from any document, including scanned ones, in four REST calls.
i made a website for practicing python, basically you control a robot using python commands and guide it to the finish line and there is many levels and different difficulties, and an ai agent is provided to help you understand your errors. There is also a python starter pack for registered users.
https://robosimulator.org
https://redd.it/1vyup8b
@r_coding
https://robosimulator.org
https://redd.it/1vyup8b
@r_coding
robosimulator.org
AI Robotics Simulator | Learn Python by Building
Teach a virtual robot to think in Python through interactive missions, sensors, movement, combat, and coding challenges.
Building a graph of my projects and ranking important things did wonders to how i code with AI now, the engine and how the graph is built are OSS! there are more blogs about how i use git history to connect the dots better + using is to create a smart code memory
https://empryo.com/blog/the-genome
https://redd.it/1vzw9rj
@r_coding
https://empryo.com/blog/the-genome
https://redd.it/1vzw9rj
@r_coding
Empryo
The Genome - a live structural map of your codebase
Before the first message, Empryo's agent already knows every exported symbol, who calls it, and what breaks if it changes. The Genome is that map — ranked, held in context, rebuilt after every edit.
How I built a syscall tracer that runs at <1% overhead using eBPF — the technical challenges
https://dev.to/ojas_gupta_2003/how-i-built-a-syscall-tracer-that-runs-at-1-overhead-using-ebpf-2omd
https://redd.it/1w0378b
@r_coding
https://dev.to/ojas_gupta_2003/how-i-built-a-syscall-tracer-that-runs-at-1-overhead-using-ebpf-2omd
https://redd.it/1w0378b
@r_coding
DEV Community
How I Built a Syscall Tracer That Runs at <1% Overhead (Using eBPF)
strace is the first tool most people reach for when a Linux process is misbehaving. Attach it to a...
I built a tool that filters out fake "entry-level" listings (2+ years exp disguised as fresher) — sharing for feedback
If anyone's job hunting and wants to try searching their role, I'd genuinely appreciate feedback on what's broken, missing, or just not useful.
jobunify.online
https://jobunify.online
https://redd.it/1w14c2x
@r_coding
If anyone's job hunting and wants to try searching their role, I'd genuinely appreciate feedback on what's broken, missing, or just not useful.
jobunify.online
https://jobunify.online
https://redd.it/1w14c2x
@r_coding
www.jobunify.online
JobUnify — All Jobs, One Place
Fresh entry-level tech jobs from Internshala, Naukri, and Google Jobs — filtered for freshers.
Memento Design Pattern in Go
https://medium.com/@priyankchheda/understanding-the-memento-design-pattern-in-go-a-practical-guide-07ebf1eaac42
https://redd.it/1w1mjq0
@r_coding
https://medium.com/@priyankchheda/understanding-the-memento-design-pattern-in-go-a-practical-guide-07ebf1eaac42
https://redd.it/1w1mjq0
@r_coding
Medium
Understanding the Memento Design Pattern in Go: A Practical Guide
Capturing and restoring object state in Go — building undo functionality without breaking encapsulation
[Portuguese] From procedural terrain to deterministic house placement in Godot
https://pathlifejogo.blogspot.com/2026/08/do-mundo-procedural-as-fases-da-vida.html
https://redd.it/1w283dw
@r_coding
https://pathlifejogo.blogspot.com/2026/08/do-mundo-procedural-as-fases-da-vida.html
https://redd.it/1w283dw
@r_coding
Blogspot
Do mundo procedural às fases da vida: a maior atualização do PathLife | Devlog #4
Veja como o PathLife ganhou mundo procedural em chunks, movimento em grade, casas com paredes, portas e telhados e cinco fases da vida.
Data Access Patterns That Makes Your CPU Really Angry
https://blog.weineng.me/posts/slowest_add/
https://redd.it/1w2gyg1
@r_coding
https://blog.weineng.me/posts/slowest_add/
https://redd.it/1w2gyg1
@r_coding
weineng
Data Access Patterns That Makes Your CPU Really Angry
Check out the discussion on reddit.
Given an array of data, what is the slowest way to sum up the integers? Is it adding the numbers from left to right, adding them randomly, or doing something else? In this post, we are going to build a data access pattern…
Given an array of data, what is the slowest way to sum up the integers? Is it adding the numbers from left to right, adding them randomly, or doing something else? In this post, we are going to build a data access pattern…
MCP tools are model-elective. Hooks aren't. That distinction turned out to matter more than I expected.
https://pypi.org/project/blastradius-mcp/
https://redd.it/1w2vvxi
@r_coding
https://pypi.org/project/blastradius-mcp/
https://redd.it/1w2vvxi
@r_coding
PyPI
blastradius-mcp
Cross-repo infrastructure memory for coding agents
Add mutual connections and “Follows you” badges to GitHub
https://chromewebstore.google.com/detail/githubcircle/jbidiojmfjmoiohkmonamjfkfjmhogma
https://redd.it/1w3c9yu
@r_coding
https://chromewebstore.google.com/detail/githubcircle/jbidiojmfjmoiohkmonamjfkfjmhogma
https://redd.it/1w3c9yu
@r_coding
Google
GitHubCircle - Chrome Web Store
Adds relationship context to GitHub profiles: a "Follows you" badge, mutual followers and follower list indicators.
Terminating elegantly: a guide to graceful shutdowns
https://packagemain.tech/p/graceful-shutdowns-k8s-go
https://redd.it/1w3qtmj
@r_coding
https://packagemain.tech/p/graceful-shutdowns-k8s-go
https://redd.it/1w3qtmj
@r_coding
packagemain.tech
Terminating elegantly: a guide to graceful shutdowns
Let's dive into the world of graceful shutdowns, specifically for Go applications running on Kubernetes.
Beyond Lambdas: Raising the Abstraction Level of Functional Code
https://adamtornhill.substack.com/p/beyond-lambdas-raising-the-abstraction
https://redd.it/1w48z06
@r_coding
https://adamtornhill.substack.com/p/beyond-lambdas-raising-the-abstraction
https://redd.it/1w48z06
@r_coding
Substack
Beyond Lambdas: Raising the Abstraction Level of Functional Code
Good software design raises the abstraction level until the code communicates the domain rather than the mechanics.
TERMy - A deterministic terminal assistant
https://www.youtube.com/watch?v=qeIp0xePLBg
https://redd.it/1w547as
@r_coding
https://www.youtube.com/watch?v=qeIp0xePLBg
https://redd.it/1w547as
@r_coding
YouTube
TERMy terminal assistant
TERMy is the first NPC baked into the NPC-Forge framework. It is a cynical but very knowledgeable Linux terminal assistant that translates your natural language into shell commands without a single artificial neuron. Just type termy followed by your prompt.…
Plush's New Register-Based Interpreter Is Insanely Fast
https://pointersgonewild.com/2026-09-02-plushs-new-register-based-interpreter/
https://redd.it/1w5d4w4
@r_coding
https://pointersgonewild.com/2026-09-02-plushs-new-register-based-interpreter/
https://redd.it/1w5d4w4
@r_coding
Pointersgonewild
Plush's New Register-Based Interpreter Is Insanely Fast