#Programming

Carlos (์นด๋ฅผ๋กœ์Šค)iscarlosmolero
2025-07-09

One of the things that bothers me the most about Windows is the lack of terminal applications and customization options.

Warp is a simple, lightweight, customizable and powerful terminal application that also has a super useful autocomplete functionality.

If you haven't tried Warp yet I recommend you do.

An instance of Warp, a terminal application, on my Windows desktop.
RS Web Solutions (RSWEBSOLS)rswebsols
2025-07-09

Functional vs Regression Testing: Choosing the Right Strategy for Quality Software in 2025

Understanding the difference between functional and regression testing is crucial for delivering quality software in 2025. Our latest blog post explores the right strategies to enhance your testing approach in a competitive digital landscape. Dive in here: ift.tt/DhNFVjR

Source: ift.tt/DhNFVjR | Image: ift.tt/k0m7iFV

๐Ÿงฟ๐Ÿชฌ๐Ÿ„๐ŸŒˆ๐ŸŽฎ๐Ÿ’ป๐Ÿšฒ๐Ÿฅ“๐ŸŽƒ๐Ÿ’€๐Ÿด๐Ÿ›ป๐Ÿ‡บ๐Ÿ‡ธschizanon
2025-07-09
A cartoon of a conference audience watching a presentation. The banner says "AI CONF". The presenters slide says "VibeCoding Best Practices:
:
* solve one problem at a time
* clear requirements
* Unit tests
* code review
* Continuous integration
* separation of concerns" 

An audience member stands up sand shouts "Why should we make our software better just to help AI!?"
Leanpubleanpub
2025-07-08

Leanpub book LAUNCH! Phoenix Product Codex: Develop and deploy a REST API for Product Data Management with Elixir and Phoenix by Isaak Tsalicoglou youtu.be/WPZfiTBcVF8

2025-07-08

New to programming/software development?

Can I help?

I can walk us through using git, a popular source control tool. I can demo how use an IDE (integrated development environment) for debugging and writing code. And even get started with some coding.

in a few hours, for several hours: times 7 pm - 10 pm (us EDT) [11pm - 2 am UTC]

more details.... free of course
hachyderm.io/@snacktraces/1148

#programming #SoftwareDevelopment
#newbie

BCWHSBCWHS
2025-07-08

BCWHS Guidance with Security Controls
Here are the current ways to help you answer controls with the framework plans currently at BCHWS.
wadebach.blackcatwhitehatsecur

BCWHS Guidance with Security Controls
Here are the current ways to help you answer controls with the framework plans currently at BCHWS.
2025-07-08

๐Ÿ› ๏ธ Title: Zed
๐ŸฆŠ๏ธ What's: A libre IDE
๐Ÿก๏ธ zed.dev/
๐Ÿฃ๏ธ github.com/zed-industries
๐Ÿ”– #LinuxGameDev #Flagship #Programming #IDE
๐Ÿ“ฆ๏ธ #Libre #Bin #Arch #Flatpak
๐Ÿ“•๏ธ lebottinlinux.vps.a-lec.org/LO

๐Ÿฅ๏ธ Update: 0.191.8โžœ0.193.3
โš—๏ธ Major release(Stable)๐ŸŽ๏ธ
๐Ÿ“Œ๏ธ Changes: zed.dev/releases/stable
๐Ÿฆฃ๏ธ From: ๐Ÿ›œ๏ธ github.com/zed-industries/zed/

๐Ÿฆ๏ธ youtube.com/embed/bfXXS5Z1JMc?
๐Ÿฆ๏ธ youtube.com/embed/_JdfeZdeOa4
๐Ÿฆ๏ธ youtube.com/embed/luUmGeWvAGw
๐Ÿ•ต๏ธ youtube.com/embed/BCQwMXZ4Cy8
๐Ÿ•ต๏ธ youtube.com/embed/Fk08oNi0j1Y

๐Ÿ•ถ๏ธ A view of its UI (on a dark theme) at startup: the interface is uncluttered, with each icon leading to a menu. The main tab displays its icon and below it offers the option of enabling or disabling Vim mode, sending anonymous usage data, and crash reports.

๐Ÿ“š๏ธ Zed is a libre, multi-platform IDE written in Rust by the authors of the Atom IDE. It is designed to be extremely fast and powerful (using all CPU cores and the GPU), stable (developers experienced in this type of tool, deliverables fully tested), and collaborative (low-latency collaborative editing in shared space, including on code not yet saved, virtual desktop, shared document for note-taking, audio and text chat). It also features assisted editing (Copilot, GPT-4), autocompletion and syntax highlighting with diagnostics and refactoring, an integrated terminal, a Vim mode with assistance, and themes.
Eduardo Franรงaedo9k@mastodon.sdf.org
2025-07-08

Unnecessary clickbait on the title, but great review and discussion about the #tcl language, and some reflexion on the losing battle against needless complexity in software development.

#programming

youtube.com/watch?v=PYh6D1Nhat

Ihor Kalnytskyiihor@fosstodon.org
2025-07-08

Hm.. Which one to choose? ๐Ÿค”

At first, the font on the left was the clear winner. But the more I looked at the one on the right, the more I started to appreciate its slab design.

One interesting aspect of the font on the right is that it's not hand-drawn, itโ€™s generated from code.

#fonts #programming #monospace

Cascadia MonoIosevka Fixed Extended
Leanpubleanpub
2025-07-08

PromptOps: From YAML to AI: The Ultimate DevOps Prompt Cheatsheet leanpub.com/promptops-from-yam by Quan Huynh is the featured book on the Leanpub homepage! leanpub.com

Stop writing YAML and boilerplate! This book is your guide to the next evolution of DevOps, teaching you to partner with AI to generate production-ready infrastructure, pipelines, and automation with simple English prompts.

Find it on Leanpub!

Venkatesh-Prasad Ranganathorderwithchaos
2025-07-08

As a language, could definitely be better but I think it is fine if one shows restrain while using it.

Its painful/sucky tooling and ecosystem is a great example of folks not showing restrain (in the name of being opinionated?) and shooting themselves in the foot ๐Ÿคฆ

Rust Bytesrustaceans
2025-07-08

Google open-sourced it's Cloud API Client Libraries for Rust ๐Ÿฆ€

github.com/googleapis/google-c

2025-07-08

Reducing the implementation cost of excessive complexity is a bad thing, actually. Writing the code is often how you find out you shouldnโ€™t write the code

#Programming #AI #Coding

2025-07-08

while i despise scroll-based article formats, this html5 article on the history of VB is ๐Ÿ‘๐Ÿ‘

retool.com/visual-basic

#visualbasic #programming #softwarePreservation #history

Client Info

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