Join us

heart Curated links by FAUN
Link
@faun shared a link, 7 months, 4 weeks ago

Announcing an Open Source Monitoring Extension for Postgres with pgMonitor

Crunchy Data's new open-source pgMonitor extension enhances PostgreSQL monitoring with quicker metrics updates, efficient metrics storage via materialized views, flexible refresh intervals, seamless integration with tools like Prometheus, and easier adaptation to PostgreSQL version changes...

Announcing an Open Source Monitoring Extension for Postgres with pgMonitor
Link
@faun shared a link, 7 months, 4 weeks ago

The Fastest Cloud Development Happens Locally

In the early days of developing cloud applications, the focus was on leveraging local environments for faster coding and testing, which significantly improved developer productivity. Tools like Playwright and Vitest further enhanced the debugging process, while configuring local dev environments wit..

The Fastest Cloud Development Happens Locally
Link
@faun shared a link, 7 months, 4 weeks ago

Real-time Linux is officially part of the kernel after decades of debate

In Linux kernel 6.12, the merging of PREEMPT_RT into the mainline simplifies maintaining real-time systems by eliminating out-of-tree patches, making it highly beneficial for mission-critical applications like industrial automation, CNC machine guidance, and advanced audio production, but it won't i..

Real-time Linux is officially part of the kernel after decades of debate
Link
@faun shared a link, 7 months, 4 weeks ago

My Open Source Journey at GitLab

Shubham began contributing to GitLab in early 2021, starting with a merge request in February. Despite facing personal challenges, Shubham persevered and continued to contribute to GitLab, eventually being recognized with awards for their contributions. Their journey culminated in July 2024 when Shu..

My Open Source Journey at GitLab
Link
@faun shared a link, 7 months, 4 weeks ago

Welcome to the Jungle: Unraveling GitHub’s Magic Behind Codespace

GitHub Codespaces uses a dedicated virtual machine for each user, currently based on Ubuntu 22.04.3 LTS with the moby-engine. Key tools like Docker Compose and Node.js via NVM are essential for setting up devcontainer environments. The @devcontainers/cli along with JSON5 and jq help manage configura..

Welcome to the Jungle: Unraveling GitHub’s Magic Behind Codespace
Link
@faun shared a link, 7 months, 4 weeks ago

Passwords have problems, but passkeys have more

Passkeys, while seemingly innovative, present major usability issues by tethering authentication to specific platforms, thus complicating cross-device access and ultimately provingless reliablethan well-implemented password managers...

Link
@faun shared a link, 7 months, 4 weeks ago

Python Developers Targeted with Malware During Fake Job Interviews

North Korean Lazarus Group is targeting Python developers with fake job offers to install Base64-encoded malware via deceptive "coding tests," exploiting Python's flexibility for remote execution...

Link
@faun shared a link, 7 months, 4 weeks ago

Open Source is not a Business Model

Founders choose open source to expand market potential and reduce customer adoption risks, but licenses like FSL are crucial as they balance commercial goals by protecting maintainers and minimizing customer restrictions, thereby enhancing overall product packaging and aligning business incentives w..

Link
@faun shared a link, 7 months, 4 weeks ago

I Like Makefiles

Makefiles are a versatile and convenient automation tool that can be used to streamline the build and deployment process of various projects. They provide a consistent set of commands that can be easily executed, even if the project utilizes different technologies or tools. GNU Make, the software th..

I Like Makefiles
Link
@faun shared a link, 8 months ago

Burn rate is a better error rate

Understanding error budgets (like 1% for a 99% SLO) as a percentage rather than a static count is crucial, and burn rate—a preferable metric—directly compares your current error rate to this budget for intuitive, actionable insights, reducing alert noise when implemented over multiple windows as adv..

Burn rate is a better error rate
loading...