Quick tool for running Sass on <style> tags inside templ files
https://github.com/patrickkdev/templ-sass-processor
https://redd.it/1trahdt
@r_coding
https://github.com/patrickkdev/templ-sass-processor
https://redd.it/1trahdt
@r_coding
GitHub
GitHub - patrickkdev/templ-sass-processor: A Go tool that recursively finds .templ files in your project, and processes CSS code…
A Go tool that recursively finds .templ files in your project, and processes CSS code inside <style> blocks using Sass CLI. It replaces the processed parts while keeping the rest of t...
LoC is a Dumb Metric for Functions
https://theaxolot.wordpress.com/2025/10/18/loc-is-a-dumb-metric-for-functions/
https://redd.it/1trenrp
@r_coding
https://theaxolot.wordpress.com/2025/10/18/loc-is-a-dumb-metric-for-functions/
https://redd.it/1trenrp
@r_coding
Axol's Blog
LoC Is a Dumb Metric for Functions
What’s the quickest giveaway that someone’s an amateur developer? When they tell you to break out a function into smaller functions, and the first reason they cite is “it’s …
I updated an older Cursor Reset tool for 2026 compatibility — feel free to check it out
https://github.com/omercangumus/cursor-reset2026
https://redd.it/1ts0hwo
@r_coding
https://github.com/omercangumus/cursor-reset2026
https://redd.it/1ts0hwo
@r_coding
GitHub
GitHub - omercangumus/cursor-reset2026
Contribute to omercangumus/cursor-reset2026 development by creating an account on GitHub.
My thoughts on the future of Go in the AI era
https://youtu.be/TjlRD_VE12Y
https://redd.it/1ts56pc
@r_coding
https://youtu.be/TjlRD_VE12Y
https://redd.it/1ts56pc
@r_coding
YouTube
My thoughts on the future of Go in the AI era
LINKS:
- https://cline.gg/alex
- https://go.dev/doc/go1compat
- https://packagemain.tech
- https://discord.gg/fJQa3xr3fe
TIMESTAMPS:
00:00 Intro
02:05 AI Native languages
03:55 stdlib
05:46 Go 1 compatibility promise
07:22 Sponsor - Cline
09:00 go fmt
09:38…
- https://cline.gg/alex
- https://go.dev/doc/go1compat
- https://packagemain.tech
- https://discord.gg/fJQa3xr3fe
TIMESTAMPS:
00:00 Intro
02:05 AI Native languages
03:55 stdlib
05:46 Go 1 compatibility promise
07:22 Sponsor - Cline
09:00 go fmt
09:38…
Help, I can only add data in IDLE. It doesn't work in Python otherwise.
https://drive.google.com/drive/folders/19OMB178D96b795f0dABmwWfNzi3bnMir
https://redd.it/1tsovmd
@r_coding
https://drive.google.com/drive/folders/19OMB178D96b795f0dABmwWfNzi3bnMir
https://redd.it/1tsovmd
@r_coding
GitHub Copilot’s pricing is changing—here’s what it means for your projects
https://www.hitechies.com/github-copilot-metered-billing-june-2026/
https://redd.it/1ttohzf
@r_coding
https://www.hitechies.com/github-copilot-metered-billing-june-2026/
https://redd.it/1ttohzf
@r_coding
Hitechies — AI, Crypto, Security & Dev News for Tech Profession
GitHub Copilot Goes Metered: What Changed June 1
GitHub Copilot switched to token-based AI Credits on June 1, 2026. What changed, who pays more, and why developers are leaving for Cursor and Claude Code.
Reviewing large changes with Jujutsu - Ben Gesoff
https://ben.gesoff.uk/posts/reviewing-large-changes-with-jj/
https://redd.it/1ttv8rw
@r_coding
https://ben.gesoff.uk/posts/reviewing-large-changes-with-jj/
https://redd.it/1ttv8rw
@r_coding
ben.gesoff.uk
Reviewing large changes with Jujutsu - Ben Gesoff
Ben Gesoff's personal website
Multiplr Red Hat npm Packages Reportedly Hijacked Through Supply-Chain Attack
https://thecybersecguru.com/news/red-hat-npm-packages-compromised-miasma-worm/
https://redd.it/1ttzvee
@r_coding
https://thecybersecguru.com/news/red-hat-npm-packages-compromised-miasma-worm/
https://redd.it/1ttzvee
@r_coding
The CyberSec Guru
Red Hat npm Packages Compromised: Technical Analysis of Miasma Worm | The CyberSec Guru
Over 30 @redhat-cloud-services npm packages have been compromised with 'Miasma', a self-propagating credential-stealing worm. Read analysis
Novel algorithm to find the multiplier,multiplicand of the given product.
https://github.com/hitku/productOperands
https://redd.it/1tuif4s
@r_coding
https://github.com/hitku/productOperands
https://redd.it/1tuif4s
@r_coding
GitHub
GitHub - hitku/productOperands: Find the multiplier,multiplicand of the given product
Find the multiplier,multiplicand of the given product - hitku/productOperands
Paste a GitHub URL, get a repo's real test coverage in 2 minutes (no CI setup)
https://task-bounty.com/coverage-check
https://redd.it/1tun29n
@r_coding
https://task-bounty.com/coverage-check
https://redd.it/1tun29n
@r_coding
TaskBounty
Free coverage check · TaskBounty
Pull a repo's coverage in seconds. Discover the cost of lifting it to 80%.
TCP Was Overkill. How I Built IPC for a Firecracker Serverless Runtime
https://medium.com/@vivek1502/tcp-was-overkill-how-i-built-ipc-for-a-firecracker-serverless-runtime-2048c2758513
https://redd.it/1tuosxs
@r_coding
https://medium.com/@vivek1502/tcp-was-overkill-how-i-built-ipc-for-a-firecracker-serverless-runtime-2048c2758513
https://redd.it/1tuosxs
@r_coding
Medium
TCP Was Overkill. How I Built IPC for a Firecracker Serverless Runtime
When I was building my own serverless runtime, the first major decision I had to make was: how will the host and the VM communicate? It…
A tale about fixing eBPF spinlock issues in the Linux kernel
https://rovarma.com/articles/a-tale-about-fixing-ebpf-spinlock-issues-in-the-linux-kernel/
https://redd.it/1tuoap9
@r_coding
https://rovarma.com/articles/a-tale-about-fixing-ebpf-spinlock-issues-in-the-linux-kernel/
https://redd.it/1tuoap9
@r_coding
Rovarma
A tale about fixing eBPF spinlock issues in the Linux kernel | Ritesh Oedayrajsingh Varma
A system freeze led us deep into Linux spinlock internals, where we helped find not one but three bugs in the kernel's resilient locking code used by eBPF.
Modern Python Profiling in 2026: From cProfile to Tachyon
https://medium.com/techtofreedom/9-levels-of-profiling-python-apps-in-2026-from-cprofile-to-tachyon-36024bdb36c6?sk=4cc93e18e43726422c9708ae1936903c
https://redd.it/1tuwnch
@r_coding
https://medium.com/techtofreedom/9-levels-of-profiling-python-apps-in-2026-from-cprofile-to-tachyon-36024bdb36c6?sk=4cc93e18e43726422c9708ae1936903c
https://redd.it/1tuwnch
@r_coding
Medium
9 Levels of Profiling Python Apps in 2026: From cProfile to Tachyon
A practical guide to finding real Python bottlenecks with timing, tracing, flame graphs, and Python 3.15’s Tachyon.
I built an offline-first health tracker where the sensitive data never leaves the phone
https://www.peakvital.app/
https://redd.it/1tv15u4
@r_coding
https://www.peakvital.app/
https://redd.it/1tv15u4
@r_coding
PeakVital
PeakVital — Zero shame, real data
Clinical authority meets dry humour. Private by architecture, not policy.