Pleasant retro demo-scene vibes…
https://collidingscopes.github.io/liquid-shape-distortions/

Pleasant retro demo-scene vibes…
https://collidingscopes.github.io/liquid-shape-distortions/
BASIC 10-Liner Competition running until 5th April 2025!
Decisions, decisions, decisions…
Is this the right language to use?
Is this the right framework to use?
Is this the right approach to this problem?
Many software developers are dogmatic and see things as "right" or "wrong"...
But the sooner you accept there is a spectrum between the "right approach" and "wrong approach", the better you'll sleep at night.
Ever wanted to get the number of auto-fit columns in CSS?
```
--u: 5em;
grid-template-columns: repeat(auto-fit, minmax(var(--u), 1fr))
```
It's now possible! Using registered #CSS vars, the tan division hack and container query units! Here's a little test on @codepen:
https://codepen.io/thebabydino/pen/JojpBJr
Cursor AI vs. Visual Studio Code: The Ultimate Showdown in Modern Coding
#Cursor #visualstudio #coding
https://thundroid.co/cursor-ai-vs-visual-studio-code-the-ultimate-showdown-in-modern-coding/
Excited for #JCON EUROPE 2025? See Micah Silverman at #JCON2025 in Cologne talking about 'Breaking AI: Live #Coding and #Hacking #Applications with Generative #AI'
Is your organisation ready to #revolutionize your #coding experience …
Get your free #JUG Ticket: http://www.jcon.one
A box full of memories.
#Python #Programming #Coding #Statictics #DataAnalysis #MachineLearning #DataScience #Jokes #NeuralNetworks #AI
Python Knowledge Base
https://python-code.pro/
I don't use #LLMs in my daily #coding, and I don't want to. It is my impression that in this regard they are good for two things:
1. Inspiration if you are stuck on a problem.
2. API / SDK help.
I do not want to see LLM generated code in a pull request, just like I do not want to see code pasted directly from Stack Overflow. The job of a #programmer is to know what is being put into the code and have an opinion on how problems should be solved, and the best way to achieve this is to write the code yourself.
When you do use code generated from machine learning, you should be extremely suspicious about it to ensure it's doing what you expect it to. My habit from Stack Overflow is to type in the code myself to make sure I go over all of it.
Engineering Success for Audio Software in a Crowded Market – Randy Young – ADC 2024
https://www.youtube.com/watch?v=5bGMyfSIPcM
#audio #coding #programming #software
You want a crazy idea? Add an "__outScope" built-in method for classes.
It will run when the scope of the variable that holds the class instance ends.
Imagine the possibilities.
C++Now 2025 SESSION ANNOUNCEMENT: Making Your Program Faster - On Multihreading and Automatic Compiler Vectorization by Ivica Bogosavljevic
https://schedule.cppnow.org/session/2025/making-your-program-faster/
Register now at https://accuconference.org/booking/
Can Audio Programming be Safe? – Dave Rowland – ADC 2024
https://www.youtube.com/watch?v=Uda9h52pzuA
#coding #cpp #programming #safety
Because I saw a @codepen demo creating a hex grid using my well over a decade old nested and reverted transforms technique to get the shape + MQs...
Here's a super simple modern #CSS grid + clip-path + mathematical functions responsive version with no breakpoints https://codepen.io/thebabydino/pen/QwWQqeR
Join us at the ACCU Conference 2025 – the ultimate gathering for programmers passionate about advancing their craft. With a tagline of "Professionalism in Programming," we explore the entire spectrum of languages, tools, and techniques. From C++ to Python, TDD to BDD – it's all here!
When: 1st - 4th April 2025
Where: Delta Hotels by Bristol Marriott, Bristol, UK
Pricing and registration: https://accuconference.org/booking
Novedades en Laravel Framework 12 !