Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,534articles · 30d
- 1+ hour agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 292avg words
- software 9,771
- coding 9,563
- development 9,532
- engineering 9,507
- community 9,493
- inclusive 9,453
- ai 8,017
- webdev 5,786
- programming 5,164
- productivity 3,507
- python 2,979
- technology 2,877
- artificial intelligence 2,826
- security 2,768
- devops 2,753
- llm 2,292
- architecture 2,277
- agents 2,184
- tutorial 2,110
- javascript 1,935
- Software Dev. 9,730
- Science & Technology 9,604
- Computers & Electronics 7,467
- Business & Industrial 797
- Internet & Telecom 774
- Economy, Business & Finance 393
- Finance 335
- Arts, Culture, Entertainment & Media 239
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
A 100 PageSpeed score does not contain INP, and that is the most expensive thing about it
9+ min ago (1070+ words) A 100 in PageSpeed Insights is one of the very few numbers in this job you can chase to a literal maximum, which is exactly why people chase it. It is a score, not a feeling, and getting it forces real…...
I made an alternative to the archived filebrowser
36+ min ago (161+ words) The original filebrowser (github.com/filebrowser/filebrowser) has been archived for a while now, and Nextcloud is way too bloated for just browsing and sharing files on a disk. So I made my own replacement. It's still early so expect…...
Your LLM cost estimate is wrong above 200,000 tokens
29+ min ago (441+ words) I went looking for a straight answer to "what will this cost per month" and found that almost every comparison table gets it wrong the moment prompts get long. Not slightly wrong. Double. Gemini 3.1 Pro is $2 per million input tokens,…...
My FDCServers VPS Was Online. Disk Reads Were Taking 18.7 Seconds
1+ hour, 6+ min ago (1599+ words) I actually liked FDCServers. That is probably the strangest way to start an article about a VPS that eventually became unusable enough for me to cancel it. For quite a while, the server worked normally. It handled real production traffic....
PicoCTF Wireshark Doo Dooo Writeup — Extract a Flag from an HTTP Capture
1+ hour, 5+ min ago (359+ words) A.pcap file is provided. Filtering on the HTTP protocol and following the TCP stream (Follow → TCP Stream) of the relevant request, the flag appears in plaintext in the response body. The challenge provides a single capture.pcap file, with no…...
Your AI Agent Has No Colleagues
39+ min ago (632+ words) "The coordination of the builders is not direct. It is the work already done that directs and triggers the work that follows." — Pierre-Paul Grassé, describing termites, 1959 You have seen this. Every agent framework does it:) Three attempts. Three identical failures....
Code Dictator vs Wispr Flow vs Claude Code vs Copilot CLI: Free Voice Dictation for AI Coding in VS Code
50+ min ago (447+ words) Voice input for AI coding assistants got crowded fast in 2026. If you're picking a tool, here's a direct, feature-level comparison — including where the tools we didn't build genuinely win. The honest limitation: it's VS Code-only, and it depends on a…...
Using loops in python
39+ min ago (26+ words) I recently learnt how to work with loops in Python, and it unlocked a level of comfort and ease while... Tagged with beginners, learning, python, tutorial....
When Free Inference Should Not Own the Retry Loop
58+ min ago (667+ words) A retry loop that consults free inference before it fires again is not resilience. It is a second outage, delayed by a model call that can stall, drift, or disagree with itself. Status codes, idempotency keys, and a hard budget…...
Crawl Budget Is Often an Architecture Problem
48+ min ago (295+ words) Crawl budget sounds like a Google problem. Sometimes it's actually a website problem. When crawlers spend time on thousands of low-value URLs, the immediate instinct is often: How do we make Google crawl differently? A better first question may be:…...