#devTools

2025-07-11

SmartGit 24.1.4 is now available. This release includes fixes for Git-Flow, credential management, Git-LFS, syntax highlighting, and accessibility issues. It also introduces new low-level configuration options. We recommend updating to the latest version.

Learn more: blog.syntevo.com/smartgit/2025

#Git #SmartGit #DevTools

Harald KlinkeHxxxKxxx@det.social
2025-07-11

In Googles Entwicklungsumgebungen stammen inzwischen mehr als die Hälfte der Zeichen aus KI-Vorschlägen. Auch 8 % der Code-Reviews und Teile von Bugfixes werden bereits durch KI unterstützt.

Der Trend geht weiter: Von Code Completion zu umfassender Assistenz – beim Testen, Debuggen, Refaktorisieren.

Googles Erfolgsrezept: nahtlose UX, schnelle A/B-Tests, hochwertige Nutzungsdaten und starke Modelle (Gemini + DIDACT).

#KI #Softwareentwicklung #LLM #DevTools
research.google/blog/ai-in-sof

Line graph showing a steady increase in percentage values from mid-2023 to early 2024, reaching nearly 50%.
2025-07-11

According to Google, over 50% of code characters in their IDEs are now written with AI-based support, with tools resolving 8% of code review comments and adapting pasted code to context. #AI #SoftwareEngineering #CodeCompletion #DevTools #AgenticAI research.google/blog/ai-in-s...

2025-07-11

🌐 A fresh curated by @00xBAD: an extensive collection of tools, frameworks & resources on , , , , , & more. Great for discovery or inspiration 💻🔧

🔗 github.com/00xBAD/awesome-list

2025-07-11

This is your friendly reminder that #CAST2025, coming this August to the Salt Lake City near you, will be awesome.

In unrelated news, our CTO will be speaking there about #ModelBasedTesting.

associationforsoftwaretesting.

#QA #Automation #DevTools #FMWinterIsOver

2025-07-11

Malleable software – a new paradigm of software development for an LLM age

When we work and live in a physical space that we control, we tend to evolve it to suit our own needs. As Stewart Brand writes in his book How Buildings Learn: “Age plus adaptivity is what makes a building come to be loved. The building learns from its occupants, and they learn from it.”

Malleable software: Restoring user agency in a world of locked-down apps

This is a delightful essay by ink & switch.

The rigidity of software isn’t just a minor inconvenience. It can seriously impede people doing important work. The doctor and writer Atul Gawande has written about how computerization in the medical profession is leading to record levels of burnout. For instance, doctors would once skip irrelevant fields when filling out paper forms; now the software forces them to fill in those fields, and they have no power to edit those software rules. As Gawande says of one doctor: “Spending the extra time didn’t anger her. The pointlessness of it did.”

Every one has felt this emotion. In fact, the very notion of Minimum Viable Product is a result of the fact that we have to balance so many user needs that we choose the lowest common denominator because we are fundamentally treating a multi-variate problem. To simplify, we choose commonality which is antithetical to what software is supposed to do – which is high leverage over limited marginal costs.

Here’s another manifestation of the same problem – the evergrowing feature request backlog

When different users have different needs, a centralized development team can’t possibly address everyone’s problems. And for that matter, when a developer does try to cram too many solutions into a single product, the result is a bloated mess. To avoid this trap, good product teams learn to decline most user requests, leaving a long tail of niche needs unserved.

Of course, this led me to think about greasemonkey scripts and the web extensions model

A good plugin system makes it easy for users to get started customizing with a minimum of effort, because they can install plugins that other people have created. A plugin API also has the key benefit of stabilizing the contract between the underlying application and various extensions, helping with ongoing maintenance.

There are other problems too. Going from installing plugins to making one is a chasm that’s hard to cross. And each app has its own distinct plugin system, making it typically impossible to share plugins across different apps.

The limits of the underlying platform can also limit what they’re able to do—for example, browser extensions can’t modify server-side behavior, severely limiting the features they can provide.

Enter the hot topic dujuor

We think these developments hold exciting potential, and represent a good reason to pursue malleable software at this moment. But at the same time, AI code generation alone does not address all the barriers to malleability. Even if we presume that every computer user could perfectly write and edit code, that still leaves open some big questions.

One thing to ponder – is the result that we have an app model in the first place where the majority of our users are consumers and not co-creators because that’s what the majority of humanity wants to do?

How does this analogy apply to software? Many applications are avocado slicers. They’re a bundle of functionality targeted at some specific use case: planning a trip, tracking workouts, organizing recipes. Because an app needs to handle many tasks associated with a use case, it sometimes doesn’t handle any of them particularly well. You may have come across situations where an app is missing some functionality that’s important to you, while simultaneously including extra bits you don’t need.

Put another way – there’s a reason why avocado slicers continue to sell even when everyone knows that knives can do the job.

The rest of the post highlight the various components ink&switch have developed in the form of infra and malleable documents that bring these ideas together. With no intention of downplaying it, they sound like Google Wave, albeit now with an LLM component to it 🙂

I am excited for where this takes us. I personally like the concept of “local first”, “sync next” and then leverage that for community inspired creations. I also very interested to apply this into consumer loops for consumer apps.

This is something that games have been kinda leveraging for a while. However, when done intentionally, I personally think this is the future of “community” in games.

#ai #dev #devTools #development #malleableSoftware #models #productManagement #products #programming #software

2025-07-10

🛠️ New Tool Drop: gq-to-sql-client

Build Graph-style queries in TypeScript like a pro.
Compatible with SQL. Fluent API. Tiny.

👉 npm i gq-to-sql-client
🔗 Project: masem.at/projects/gq-to-sql-cl
🔗 GitHub: github.com/masem-at
🔗 Works with gq-to-sql: masem.at/projects/gq-to-sql?ut

gq-to-sql-client
Fluent query builder for TypeScript + SQL
Hacker Newsh4ckernews
2025-07-10

Magic .env files built for sharing: Human-first, AI-friendly

varlock.dev/

No Starch Pressnostarch
2025-07-09

If pressed--which of these two are you using in the terminal?

Tatiana MikhalevaDevOpsPink
2025-07-09

🎞️ A developer managed to reverse pixelation in video using FFmpeg, GIMP and edge detection - no AI involved.

By analyzing motion and edges across frames, they could reconstruct original content from blurred areas.

It’s a reminder: pixelation is visual, not secure.

🛠️ Code & demo: github.com/KoKuToru/de-pixelat

2025-07-09

SmartGit 25.1.054 Preview is now rolling out!

New features include:
- Squash commits with optional Co-authored-by lines
- GitHub issue selector for Edit Message
- Edit Author: paste strings like name <email>

Academic, open-source & charity licenses are now full licenses!

Download: syntevo.com/smartgit/preview/
Changelog: syntevo.com/smartgit/changelog

#SmartGit #Git #DevTools

Leapterleapter
2025-07-09

There's lots of noise around “AI productivity.”

But speed without trust? That’s not productivity. It’s risk.

Great piece by @jkriggins for @TheNewStack on what really matters: ROI, usability, and trust.

Proud to be included. (Hint: it’s not just about faster code.)

👉 thenewstack.io/how-to-measure-

2025-07-09

El color es clave en el desarrollo frontend.
Con Palette Box, los diseñadores pueden compartir paletas
como archivos JSON, y los devs las importan al instante.
→ Entrega rápida entre diseño y código
→ Presets listos para usar
→ UIs limpias sin complicaciones
💰 $2/mes o $70 de por vida (ahorra $50 en 5 años)
🎁 Cupón 3 meses gratis: PALETTEBOXFREE3MONTH
👇 Instálalo
chromewebstore.google.com/deta

2025-07-09

フロントエンド開発で「色」は重要な要素です。
Palette Boxを使えば、デザイナーが作成した配色プリセットを
JSON形式で共有し、開発者はそのまま取り込めます。
→ デザインと開発の橋渡しに最適
→ JSONで簡単連携
→ スムーズなUI構築が可能
💰 月額$2 / 永久$70(5年より$50お得)
🎁 3ヶ月無料クーポン: PALETTEBOXFREE3MONTH
👇 今すぐ導入
chromewebstore.google.com/deta

2025-07-09

Colors are key in frontend development.
With Palette Box, designers can share color presets
as JSON files, and devs can import them instantly.
→ Easy handoff between design & code
→ JSON-ready presets
→ Build clean UIs without hassle
💰 $2/month or $70 lifetime (save $50 vs 5 years)
🎁 Free 3-month coupon: PALETTEBOXFREE3MONTH
👇 Install now
chromewebstore.google.com/deta

2025-07-09

프론트엔드 개발에 있어 '색상'은 핵심 요소입니다.
Palette Box를 사용하면 디자이너가 만든 색상 프리셋을 JSON 파일로 전달받고,
개발자는 그대로 임포트해 UI에 바로 활용할 수 있습니다.
→ 프리셋 공유 간편
→ JSON 기반으로 바로 연동
→ 디자이너 없이도 깔끔한 UI 구현
💰 월 $2 / 평생 $70 (5년 대비 $50 절약)
🎁 3개월 무료 쿠폰: PALETTEBOXFREE3MONTH
👇 설치하기
chromewebstore.google.com/deta

2025-07-08

PowerToys Patch Release v0.92.1 Now Available | by Kayla Cinnamon. buff.ly/HpMyLcQ #windows #powertoys #windows10 #windows11 #devtools #poweruser

Release Release v0.92.1 · micr...

Alvin Ashcraft 🐿️alvinashcraft@hachyderm.io
2025-07-08
Temma PHP FrameworkTemma@phpc.social
2025-07-08

How to update Temma properly?

🔹 Composer? Just run composer update
🔹 No Composer? Use bin/comma update
🔹 Want the latest edge build? Use --version=latest

Stay clean. Stay sharp. Stay up to date.
🔗 Full documentation: temma.net/en/documentation/upd

#PHP #Temma #WebDev #DevTools #Backend

2025-07-08

5 Open-Source Tools That Will Transform Your Dev Workflow in 2025

🔹 Cursor = AI that actually understands code
🔹 Warp = the terminal, reimagined
🔹 AppFlowy = Notion, minus the cloud lock-in
🔹 Gitpod = dev in 30 sec, anywhere
🔹 Sentry = your bug-detecting radar

Tried any of them?
🔗 Full article: medium.com/@utsavmadaan823/5-f

#DevTools #OpenSource #WebDev #AI #Productivity #Coding

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst