Si, nos ha pasado.
#programadores #automation #SoftwareDevelopment
Si, nos ha pasado.
#programadores #automation #SoftwareDevelopment
Best open source LLMs for Enterprise
https://www.enterprisebot.ai/blog/the-best-open-source-llms-for-enterprise
#HackerNews #BestOpenSourceLLMs #Enterprise #AI #MachineLearning #OpenSource #SoftwareDevelopment
🖥️📉 "Heroic" Doug Brown regales us with his legendary tale of slaying the dread Black Screen bug in Basilisk II, a triumph only relevant to those living in 2013. 🏆 Meanwhile, the rest of us are busy, you know, using modern software. 🙄 #LivingInThePast #NotAllHeroesWearCapes
https://www.downtowndougbrown.com/2025/05/how-i-fixed-the-infamous-basilisk-ii-windows-black-screen-bug-in-2013/ #HeroicTales #BlackScreenBug #BasiliskII #SoftwareDevelopment #TechHistory #HackerNews #ngated
The 16 Best MCP Servers in 2025 ! 🇺🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/best-mcp-servers/
Los 16 Mejores Servidores MCP en 2025 ! 🇪🇸
🔎Zoom: https://nubecolectiva.com/comunidad/flyers/mejores-servidores-mcp/
#programming #coding #programación #webdevelopment #devs #softwaredevelopment #mcpserver #modelcontextprotocol #ia #ai
How to Create a Website with Dart.
Como Crear Una Web Con Dart.
👉 https://blog.nubecolectiva.com/como-crear-una-web-con-dart/
#programming #coding #programación #webdevelopment #devs #softwaredevelopment #dartlang
🚀 Wow! Another #groundbreaking breakthrough in software development: just move your "ifs" to the top! 🤯 Who knew that rearranging code could solve world hunger? 🥇 Next up: how to defy gravity by walking upside down! 🙃
https://matklad.github.io/2023/11/15/push-ifs-up-and-fors-down.html #softwaredevelopment #codeoptimization #innovation #technews #HackerNews #ngated
Merging the test server and server together into one repository for my on stream Twitch Notifications setup!
"Today we’re launching a research preview of Codex: a cloud-based software engineering agent that can work on many tasks in parallel. Codex can perform tasks for you such as writing features, answering questions about your codebase, fixing bugs, and proposing pull requests for review; each task runs in its own cloud sandbox environment, preloaded with your repository.
Codex is powered by codex-1, a version of OpenAI o3 optimized for software engineering. It was trained using reinforcement learning on real-world coding tasks in a variety of environments to generate code that closely mirrors human style and PR preferences, adheres precisely to instructions, and can iteratively run tests until it receives a passing result. We’re starting to roll out Codex to ChatGPT Pro, Enterprise, and Team users today, with support for Plus and Edu coming soon."
https://openai.com/index/introducing-codex/
#AI #GenerativeAI #OpenAI #Codex #AgenticCoding #ChatGPT #SoftwareEngineering #SoftwareDevelopment #Programming
I’ve seen it taught in multiple training scenarios…
But to be honest, I don’t use it, and I’m not a fan at all…
I’m talking about the Feedback Sandwich…
🥪 Feedback Sandwich 🥪
In a nutshell - you give negative/constructive feedback sandwiched between positive feedback.
Positive —> Negative/Constructive —> Positive
➡️ Intent ⬅️
#developers #coding #softwaredevelopment #softwareengineering #wellbeing #mindset #mentalhealth
Do you want to help testing @badgefed and provision your local test instance?
Easy
docker pull ghcr.io/tryvocalcat/badgefed:latest &&
docker run -v `pwd`/data:/app/data \
-p 8080:8080 \
-e SQLITE_DB_FILENAME=/app/data/badges.db \
-e AdminAuthentication__AdminUsers__0__Id=your-mastodon-username \
-e AdminAuthentication__AdminUsers__0__Type=Mastodon \
-e MastodonConfig__ClientId=your-mastodon-client-id \
-e MastodonConfig__ClientSecret=your-mastodon-client-secret \
-e MastodonConfig__Server=your-mastodon-server \
ghcr.io/tryvocalcat/badgefed
And then open a browser and go to http://localhost:8080 or http://localhost:8080/admin
#docker #badgefed #openbadges #softwaredevelopment #testing #fediverse #activitypub
Just a tiny (and I do mean tiny) little C++ tutorial to get back into the habit of shipping articles
Read on if, like me, you somehow missed the boat on how to use concepts to constrain a type's size: https://amini-allight.org/post/cpp-concepts-and-sizeof
#cpp #cplusplus #programming #softwaredevelopment
GitHub has graced us with yet another microscopic #Redis #client nobody asked for, because clearly, the world was desperately lacking in "SOLID-structured" solutions. 🤖🚀 Now you can bloat your #serverless functions with one more #dependency you really don't need. 🙃
https://github.com/vcms-io/solidis #GitHub #softwaredevelopment #programming #humor #HackerNews #ngated
"As of today, Amp, our agentic coding tool, is available to everyone. The waitlist is gone — go, go and sign up and use it!
For the past 10 weeks, Amp has been the main tool with which I develop software and — putting yet another exclamation mark behind the fact that the tools we use end up changing us — it has fundamentally changed how I develop software.
So I thought I’d use the occasion to write up how I personally use Amp.
(...)
Write SQL
Having an agent that connects to your database is very, very close to the joy you feel when it takes screenshots and iterates on UI components.
Here’s how to do it.
First, tell the agent to use psql (or any other CLI utility) or the tools provided by the postgres MCP server (or any other MCP server for your database) to connect to your DB.
Then, ask it things like this:
Update my user account (email starts with thorsten) to have unlimited invites
Or:
Return me a list of users with the most number of threads, sorted by number of threads
The agent will then do everything it can to return you that list: figure out the schema of the database, try this query, try that query.
Look, here I wanted to change my local development database. It didn’t know what the schema is, so it tried to figure that out first, which it did — by running four commands in parallel:
https://ampcode.com/how-i-use-amp
#AI #GenerativeAI #AIAGents #LLMs #Chatbots #Amp #VibeCoding #Programming #SoftwareDevelopment #AgenticCoding
"I presented a three hour workshop at PyCon US yesterday titled Building software on top of Large Language Models. The goal of the workshop was to give participants everything they needed to get started writing code that makes use of LLMs.
Most of the workshop was interactive: I created a detailed handout with six different exercises, then worked through them with the participants. You can access the handout here—it should be comprehensive enough that you can follow along even without having been present in the room.
Here’s the table of contents for the handout:
- Setup—getting LLM and related tools installed and configured for accessing the OpenAI API
- Prompting with LLM—basic prompting in the terminal, including accessing logs of past prompts and responses
- Prompting from Python—how to use LLM’s Python API to run prompts against different models from Python code
- Building a text to SQL tool—the first building exercise: prototype a text to SQL tool with the LLM command-line app, then turn that into Python code.
- Structured data extraction—possibly the most economically valuable application of LLMs today
- Semantic search and RAG—working with embeddings, building a semantic search engine
- Tool usage—the most important technique for building interesting applications on top of LLMs. My LLM tool gained tool usage in an alpha release just the night before the workshop!
Some sections of the workshop involved me talking and showing slides. I’ve gathered those together into an annotated presentation below.
The workshop was not recorded, but hopefully these materials can provide a useful substitute. If you’d like me to present a private version of this workshop for your own team please get in touch!"
https://simonwillison.net/2025/May/15/building-on-llms/
#AI #GenerativeAI #LLMs #Programming #SoftwareDevelopment #Python #OpenAI #SQL #RAG #SemanticSearch
OpenAI's Codex in ChatGPT AI Coding Agent Aims to Redefine Software Development
#AI #OpenAICodex #AICoding #ChatGPT #SoftwareDevelopment #DeveloperTools #OpenAI #Programming #DevTools
Ed LeGault presents 'From CI/CD Pipelines to Yoga Mats: Parallels in Pursuit of Continuous Improvement' July 24th at Nebraska.Code().
https://nebraskacode.amegala.com/
#DevOps #continuousimprovement #cicdpipelines #Nebraska #IBM #TechnologyConference #softwaredevelopment #TechTalk #networkingevent #programming #lincolnnebraska #coding