ls /news/developer-tools · home newsdeveloper-tools
grep -r --recent /news/developer-tools | head -20

Developer Tools News

Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.

3163 articles page 155 of 159 0 sources 30 min sync cycle updated 2020-04-07

// latest articles 3163 indexed

14:17
2020-04-06
gist.github.com
developer-tools · 2m read · neu

Floating origin to handle large worlds in Unity.

The article describes a Unity script called `FloatingOrigin.cs` that prevents precision errors in large game worlds by shifting the scene's origin when a reference object moves beyond a set distance threshold. The script…

22:58
2020-02-03
gist.github.com
open-source · 1m read ↑ pos

always-already-programming.md

All computer users are already programming, as actions like creating folders or renaming files translate into text-based commands and binary code. It critiques the tech industry for reinforcing a false distinction betwee…

00:00
2020-01-21
jola.dev
developer-tools · 3m read ↑ pos

Announcing Hex Diff

The Hex team has launched **diff.hex.pm**, a free web-based tool that generates highlighted git diffs for any Hex package version range directly in a browser. Designed to improve supply chain security, the service allows…

00:00
2020-01-21
jola.dev
open-source · 8m read ↑ pos

Building Hex Diff

The article describes the development of Hex Diff, an open-source tool for comparing Hex package versions. It explains how the project uses LiveView for a responsive search interface, reads package data from Hex via the …

15:26
2020-01-06
gist.github.com
developer-tools · 1m read · neu

DaVinci Resolve Scripting API Doc v20.3

This document provides the DaVinci Resolve Scripting API documentation, detailing new functions and modifications for each software update. It includes file paths for the documentation and script installation on both Win…

17:32
2019-12-29
gist.github.com
developer-tools · 3m read · neu

Commit Message Guidelines

The article outlines strict formatting rules for Git commit messages, which consist of a required header (with optional scope) and optional body and footer, with each line limited to 100 characters. The header follows th…

00:00
2019-10-19
jola.dev
developer-tools · 5m read · neu

Push-based GenStage

The article explains that while GenStage is typically a pull-based system where consumers request events from producers, it can also function as a push-based system. In this push-based approach, consumers register their …

00:00
2019-10-18
jola.dev
developer-tools · 3m read · neu

The Erlang :queue module in Elixir

The article explains that Elixir uses Erlang's `:queue` module, which provides a double-ended FIFO (first-in, first-out) data structure for efficiently adding and removing items from both ends. It notes that using queues…

23:00
2019-06-12
gist.github.com
developer-tools · 4m read · neu

vimgrep cheatsheet

The article explains that `vimgrep` is a Vim command that searches across multiple files using native Vim regex patterns and populates the quickfix list with results. It supports features like searching all matches with …

22:24
2019-06-09
gist.github.com
open-source · 1m read · neu

You need spice-vdagent

Debian and Kali Linux virtual machines running under KVM/libvirtd lack pre-installed agents like qemu-guest-agent and spice-vdagent, which prevents smooth mouse cursor movement between the guest and host. To resolve this…

00:00
2019-06-05
jola.dev
developer-tools · 13m read · neu

Patterns for managing ETS tables

This article provides an introductory overview of using ETS (Erlang Term Storage) in Elixir and Erlang, focusing on basic patterns for table management and practical usage. It explains how ETS offers fast, concurrent rea…

00:00
2019-06-01
jola.dev
developer-tools · 3m read · neu

Health checks for Plug and Phoenix

This article by Johanna Larsson describes a simple pattern for implementing HTTP health checks in Plug and Phoenix applications, using a custom plug that intercepts requests to a specific path (e.g., "/health_check") and…

18:30
2019-05-29
gist.github.com
developer-tools · 1m read · neu

Installing Ghidra Server on Ubuntu 18.04.2 LTS

This article provides step-by-step instructions for installing a Ghidra server on Ubuntu 18.04.2 LTS. The process involves installing the Java JDK, creating a dedicated system user, and configuring the server software wi…

14:54
2019-01-25
gist.github.com
developer-tools · 3m read · neu

C++ metaprogramming Knuth's arrows

This article presents two C++ implementations of Knuth's up-arrow notation for representing extremely large numbers through repeated exponentiation. The first implementation uses `constexpr` functions with recursion, whi…

16:33
2019-01-15
gist.github.com
developer-tools · 1m read · neu

Prompt for choice in PowerShell

The article provides a PowerShell script example demonstrating how to use the `$host.UI.PromptForChoice` method to present a user with three options: "Yes", "No", and "Cancel". It sets a title, prompt text, and a default…

← prev page 155 / 159 next →
LIVE [news/developer-tool] indexed:3163 page:155/159 en · ua 2026-05-20 ·