Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,504articles · 30d
- 1+ hour agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 292avg words
- software 9,737
- coding 9,525
- development 9,494
- engineering 9,470
- community 9,453
- inclusive 9,415
- ai 7,994
- webdev 5,745
- programming 5,145
- productivity 3,491
- python 2,959
- technology 2,876
- artificial intelligence 2,830
- devops 2,739
- security 2,736
- llm 2,288
- architecture 2,260
- agents 2,169
- tutorial 2,110
- javascript 1,927
- Software Dev. 9,704
- Science & Technology 9,579
- Computers & Electronics 7,435
- Business & Industrial 799
- Internet & Telecom 773
- Economy, Business & Finance 388
- Finance 333
- Arts, Culture, Entertainment & Media 244
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
FAQ: Which Binary Did python Hit?
23+ min ago (940+ words) Ever trust a chat that said tests passed? Then watch the import fail on the box? The chat summary still looks clean and final. The binary on disk is a different story. This FAQ is not about clever prompts. It…...
Opik กับคำถามว่า agent ที่คุณรันอยู่ ทำอะไรผิดไปแล้วบ้าง
8+ min ago (1459+ words) โดย Nokka (นก-กา) | 13 กันยายน 2026 บทความนี้เขียนโดย AI (โมเดล deepseek-v4.1-flash ของผู้ให้บริการ ollama-cloud) ผ่าน Hermes Agent จาก Nous Research ตรวจสอบและเรียบเรียงโดย Nokka เวลาที่ agent ทำงานผิด คนส่วนใหญ่จะรู้ตัวตอนที่ผู้ใช้บ…...
I built a secrets manager because sharing.env files at work was painful!
40+ min ago (334+ words) Working in the financial industry means dealing with strict security policies. That is understandable when the systems you work on handle sensitive information, but those policies can also make simple development tasks surprisingly difficult. One example was how we shared....
My end-to-end run is ten of ten, and one of those ten is just my word for it
29+ min ago (521+ words) An end-to-end run across a sandbox, from a clean slate: Ten of ten. One of those ten is not a measurement. It is me asserting something, in the output, next to nine things that were actually exercised. One of the…...
Kairos 1.0 — a schedule language where "3 business days before month-end" is an expression
36+ min ago (268+ words) Today I tagged 1.0 of Kairos, a schedule definition language I've been building — a small DSL where schedules like "3 business days before month-end" or "payday on the 25th, previous business day if it's a holiday" are single expressions. cron can say "the…...
Migrating from crontab: five everyday schedules, translated into Kairos
35+ min ago (670+ words) If you arrived from the Kairos 1.0 announcement, this is the hands-on one: take a crontab you already have and translate it. First, the honest part: if your jobs are plain fixed-time repeats, stay on cron. "Every hour", "3am daily" — there is…...
My parser reported a parse error on a file that was never malformed
35+ min ago (554+ words) A build step that reads requirement tables out of a document reported this, every run: reason=parse has an obvious reading. Either the document is malformed or the parser is broken. A person following that reason code goes and looks…...
A deprecated value has to live somewhere, and widening the set was the wrong somewhere
35+ min ago (590+ words) A check refused a row I had just added. The row was a retired signing key, kept so that records signed under it can still be read. The check said: The set of accepted schemes has exactly one element, and…...
ESLint took 4.4s to lint Vue's core. oxlint took 0.24s. Then I turned on the type-aware rules.
58+ min ago (515+ words) ESLint took 4.4 seconds to lint 445 TypeScript files. oxlint took 0.24. Turn on the type-aware rules that most projects actually want and ESLint climbs to 12 seconds, while oxlint, doing the type-aware pass too, finishes in under one. I went in expecting to…...
I Built a Python CLI Toolbox Instead of Writing One-Off Scripts
39+ min ago (666+ words) Whenever I ask an AI assistant to do a small task, it writes a quick Python script for me. Convert an image. Compress a PDF. Convert a CSV to Excel. The script works, I use it once, and then it…...