Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 108,758articles · 365d
- 1+ hour agolatest article
- Sep 12, 2025earliest in window
- 95%with images
- 292avg words
- software 96,075
- coding 91,852
- development 91,718
- engineering 91,292
- community 90,672
- inclusive 90,502
- ai 65,648
- webdev 56,793
- programming 54,533
- artificial intelligence 32,282
- technology 28,219
- productivity 26,387
- beginners 24,698
- javascript 21,972
- devops 20,406
- tutorial 20,094
- security 18,104
- python 17,776
- architecture 12,605
- llm 9,814
- Science & Technology 91,329
- Software Dev. 90,220
- Computers & Electronics 70,886
- Business & Industrial 9,244
- Arts, Culture, Entertainment & Media 7,853
- Internet & Telecom 7,149
- Economy, Business & Finance 5,214
- Arts & Entertainment 3,769
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
tokeneff: An Open-Source LLM Cost Meter That Runs Locally
20+ min ago (338+ words) Most LLM dashboards show you the bill after the damage is done. You run a coding agent for an afternoon, ship a feature, and two days later your OpenAI dashboard says you spent $47. On what? Which model? Which request? You…...
Recursive CTEs: How SQL Secretly Learned to Loop
51+ min ago (454+ words) Ask a SQL query to find "all employees under this manager," and things get ugly fast if you don't know how many levels deep the org chart goes. A regular join handles one level. Two joins handle two levels. Nobody's…...
How to Bulk Download Images: From URL Lists to a ZIP File
1+ hour, 21+ min ago (1250+ words) The most useful starting point is a list of direct image URLs. Once you have that list, you can download the files together with a browser tool or a small command-line workflow. This tutorial covers both approaches, plus a JavaScript…...
**I wrote two practical books for Linux developers, and I’d love feedback from the community** Over the last few years working with Linux, C, embedded systems and kernel-level code, I kept seeing the same problem: there are plenty of resources explaining
1+ hour, 50+ min ago (10+ words) A post by Avinash Pal. Tagged with books, developers, linux....
aiFetchly — a local-first desktop AI agent for lead gen, research, and outreach
2+ hour, 29+ min ago (362+ words) Most marketing AI tools live in a browser tab and forget your files the moment you close the chat. aiFetchly is an open-source, local-first desktop AI agent (Windows, macOS, Linux) built for business research, document-grounded drafting, lead organization, and scheduled…...
Audit Your CLAUDE.md With Evidence, Not More Rules
2+ hour, 44+ min ago (570+ words) A CLAUDE.md file should make the next coding task safer and easier to verify. Too often it becomes a scrapbook: an old setup command, a temporary release instruction, a preference copied from another repository, and a growing list of…...
Build a small OpenOSRS plugin in Java
3+ hour, 58+ min ago (412+ words) A small plugin is a good way to learn a desktop client's extension system. This example displays a chat message after login. It covers discovery, dependency injection, game events and packaging without automating gameplay. I maintain the OpenOSRS project at…...
XML Configuration Mode: Decoupling Your API Catalog from Business Code
3+ hour, 29+ min ago (227+ words) In this post you'll learn to: The XML file names each request and declares its return type. The factory binds those entries to interface methods by method name. Change the curl in XML → the running app changes behavior. No Java…...
I Rewrote One Function in Squirrel, Then in C. One Line of Python Was Just as Fast.
4+ hour, 19+ min ago (543+ words) I maintain a 2D game engine in Python called ABS Engine. Last week I decided it needed C. Not because anything was slow. That is the embarrassing part. I wanted to drop a.c file into a folder and call it from Python…...
Data Relationships, Data Modelling Schemas, and Joins in Power BI.
4+ hour, 21+ min ago (1280+ words) Data Modelling in Power BI What Data Modelling Means in Power BI Data modelling... Tagged with analytics, data, database....