ContentPosts from @minithor..
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Building the Same App Using Various Web Frameworks

Recently, the curated newsletter curator Ziyou Yan explored building the same web app using FastHTML, Next.js, and Svelte. Each framework offers unique features and developer experiences for implementing CRUD operations. The exercise also prompted thoughts on how coding assistants powered by languag.. read more  

Building the Same App Using Various Web Frameworks
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Building a network topology of a Kubernetes application in a non-intrusive way

In Kubernetes, applications are separated into computational units (pods) and access points (services), where services handle load balancing using iptables or IPVS at L4 with basic round-robin, but for intricate request tracing and debugging, eBPF tools like gala-gopher can gather non-intrusive metr.. read more  

Building a network topology of a Kubernetes application in a non-intrusive way
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

The Zsh Shell Tricks I Wish I’d Known Earlier

Efficient Zsh shortcuts enhance command-line productivity by streamlining cursor movement, text deletion, text manipulation, advanced editing, globbing for file matching, command recall and modification, parameter expansion, and custom key bindings... read more  

The Zsh Shell Tricks I Wish I’d Known Earlier
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Mistral releases Pixtral 12B, its first multimodal model

French AI startup Mistral's new 12-billion-parameter multimodal model, Pixtral 12B, processes images and text, is available via torrent and Hugging Face under an Apache 2.0 license, and promises capabilities like image captioning and object counting, reflecting the company's open model strategy post.. read more  

Mistral releases Pixtral 12B, its first multimodal model
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Sergey Brin says he doesn't think Google engineers use AI for coding as much as they should

Google cofounder Sergey Brin emphasized at the "All-In" summit in Los Angeles that Google's AI isn't utilized enough by its engineers, citing an impressive experiment where the AI quickly generated Sudoku puzzles from scratch, and noted Google's hesitance in releasing early language models due to po.. read more  

Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

In Theory: Self-Correcting Software

Binding events to goals and steps in Plang can streamline tasks like authentication into just 4 lines of code, and if a service change requires a new input like an email, Plang can bind events to all errors from steps to self-correct by updating and re-running the code—all with the same concise, eff.. read more  

In Theory: Self-Correcting Software
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Engineering Principles for Building Financial Systems

Focus on financial system design emphasizes having accurate, auditable, and timely records, using immutable, granular data, ensuring idempotent processing, preferring integer representations for financial amounts and time, postponing currency conversions, and implementing consistent rounding methodo.. read more  

Engineering Principles for Building Financial Systems
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

We Spent $20 To Achieve RCE And Accidentally Became The Admins Of .MOBI

Research by watchTowr Labs exploited expired WHOIS domain, revealing that135,000+ systems still query outdated .MOBI WHOIS server, resulting in2.5 million requests and serious vulnerabilities, including potential control of TLS/SSL certificate validation for domains like 'microsoft.mobi' by intercep.. read more  

We Spent $20 To Achieve RCE And Accidentally Became The Admins Of .MOBI
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Eleventeen ways to delete an AWS resource

AWS security engineers highlight theinconsistency in delete confirmation dialogsdriven by variousdelete patternsin the AWS Management Console'sCloudscape design system, underscoring the need forstandardized UXto minimize accidental deletions and improve user engagement... read more  

Eleventeen ways to delete an AWS resource
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

PyPI Proxying for Docker Builds

Caching PyPI data locally improves CI by reducing dependency on external networks, usingproxpi in Docker containersfor simplicity and robust performance in parallel builds, despite initial setup challenges and ensuring configurations like--index-urland--trusted-hostare correctly applied... read more  

PyPI Proxying for Docker Builds