|
Originally published on research.thinknimble.com . This post explores how GenAI fundamentally changes software design by creating massive, explorable state spaces. People keep saying the paradigm shift with GenAI is about determinism versus nondeterminism, and I’ll admit that it bothers me. I think they’re pointing at the right thing but using the wrong words. The real difference is the sheer size of the state space of the user interfac....
|
|
Swift 6.2 makes it easier to interpolate strings with optional values. What’s The Problem? In this SwiftUI view I need to create a text string from an optional integer value: struct CounterView : View { let count : Int ? var body : some View { Text ( "The count is \( count ) " ) } } The compiler warns about the optional value: String interpolation prod....
|
|
Swift 6.2 makes it easier to interpolate strings with optional values. What’s The Problem? In this SwiftUI view I need to create a text string from an optional integer value: struct CounterView : View { let count : Int ? var body : some View { Text ( "The count is \( count ) " ) } } The compiler warns about the optional value: String interpolation prod....
|
|
How LLMs mirrored my neurodivergent thinking, helped me connect the dots, and became the glue in a personal cognitive toolkit.
|
|
In the village of Bellewstown, about 15 miles north of Dublin, Ireland, they still talk about what Barney Curley did back in 1975. It all happened during a horse race on the Hill of Crockafotha. It was just an amateur jockey race on a lazy summer day in a sleepy, remote town; it wasn’t meant to be anything special. The last thing anyone expected was to witness the making of history. The race in question occurred on 26 June 1975. Barney....
|
|
Hyperlinks are important. It drives me nuts that many journalism outlets disagree. I see it all the time in The Globe and Mail , the New York Times and others. Here’s a perfect worked example of why they are important. The Economist writes about how college students can’t read . They talk about a study where students have trouble reading Dickens. Well. Except it turns out that’s not the whole story! Mark Lieberman at Language Log....
|
|
Watch me build Arena live - a real-time collaborative coding session exploring AI-powered development workflows.
|
|
I’ve been using the CoPilot plugin for IntelliJ on and off for the last few years, and while initially pretty enthusiastic, I’ve come to first disable it and then delete it altogether along with JetBrains’ local AI-completions, and generally felt this has been an improvement in productivity and a reduction of frustration. CoPilot is pretty good at taking things that are already pretty fast, such as monotonous code transformations like map..
|
|
I only had about 5 minutes to write this post, so I cheated and gave Gemini my git commit history, asked it to write the post. It was really dull. So I asked it to write it in the style of Hunter S. Thompson. This is what it came up with: Right, let's get down to the bone and gristle of it. The week began with a righteous and noble goal: to cage the beast, to get this Ollama AI monstrosity running in a container where it couldn't do too....
|
A comprehensive guide to Proxmox Virtual Environment, comparing it with KVM/QEMU/libvirt and Incus, and exploring its key features for enterprise virtualization.
|
A comprehensive guide to Proxmox Virtual Environment, comparing it with KVM/QEMU/libvirt and Incus, and exploring its key features for enterprise virtualization.
|
|
Beginning at 06:00 UTC on Tuesday, Jun 10, 2025, Heroku customers began experiencing a platform service disruption due to an unintended system update applied to our production infrastructure by our vendor. To compound the issue, the Heroku Status site was affected by the outage. Shortcomings in site design and API latency resulted in timeouts, and the Status site appeared as if there were no active incidents. On June 15th we published..
|
|
Sometimes we feel confusion going through the code. Confusion costs time and money. Confusion is caused by high cognitive load. It’s not some fancy abstract concept, but rather a fundamental human constraint. It’s not imagined, it’s there and we can feel it. Since we spend far more time reading and understanding code than writing it, we should constantly ask ourselves whether we are embedding excessive cognitive load into our code.
|
|
Sometimes we feel confusion going through the code. Confusion costs time and money. Confusion is caused by high cognitive load. It’s not some fancy abstract concept, but rather a fundamental human constraint. It’s not imagined, it’s there and we can feel it. Since we spend far more time reading and understanding code than writing it, we should constantly ask ourselves whether we are embedding excessive cognitive load into our code.
|
|
AI Agents are all the rage now. The mandate has come: “You must have AI integrated into your systems ASAP.” What AI doesn’t matter that much, as long as you have it, right? Today I want to talk about a pretty important aspect of applying AI and AI Agents in your systems, the security problem that is inherent to the issue. If you add an AI Agent into your system, you can bypass it using a “strongly worded letter to the editor”, basically....
|
|
AI Agents are all the rage now. The mandate has come: “You must have AI integrated into your systems ASAP.” What AI doesn’t matter that much, as long as you have it, right? Today I want to talk about a pretty important aspect of applying AI and AI Agents in your systems, the security problem that is inherent to the issue. If you add an AI Agent into your system, you can bypass it using a “strongly worded letter to the editor”, basically....
|
|
What's happening with the latest releases of large language models? Is the industry hitting the edge of the scaling laws, and do the current benchmarks provide reliable performance assessments? This week on the show, Jodie Burchell returns to discuss the current state of LLM releases.
|
Das Wunderkind – Wunderkinder haben schon von Geburt an eine riesige Portion Talent mitbekommen. Für den Erfolg braucht es dann nur noch die richtige Förderung und etwas Glück.
|
|
Introduction In addition to my regular computer mouse, by the end of 2024 I bought a Logitech Lift, a wireless ergonomic vertical mouse. This was the first time I used such mouse, although I am regularly using a track ball, the experience is really different. => https://www.logitech.com/en-gb/shop/p/lift-vertical-ergonomic-mouse.910-006475 Logitech.com : Lift product I wanted to write this article to give some feedback about this device, I....
|
|
Table of contents 1. Introduction 2. Specifications 3. Experience 4. Conclusion 1. Introduction § In addition to my regular computer mouse, by the end of 2024 I bought a Logitech Lift, a wireless ergonomic vertical mouse. This was the first time I used such mouse, although I am regularly using a track ball, the experience is really different. Logitech.com : Lift product I wanted to write this article to give som....
|
|
If you’re using Svelte with coding assistants, you know that these assistants aren’t always aware of the latest features in Svelte 5 and SvelteKit. They’ll suggest outdated patterns, mix up the old reactive syntax with the new runes system, or simply hallucinate syntax that doesn’t exist. These problems have made LLM assistants less useful in Svelte and SvelteKit projects – so I decided to set out and build an MCP (Model Context Protocol) s..
|
|
We recently stayed in London for almost a week - I've been to London before but only as a stopover to somewhere else. This time I had the opportunity to...
|
|
Welcome to The Weekly, back from summer vacation! While I did miss posting I’m still not beating myself up about getting out of the routine. I’m currently on a flight back from the VLDB conference in London. I had a really great time! The papers were interesting, I got to catch up with a a handful of former coworkers, and I even gave a talk in our sponsor slot on what I’ve been working on at my day job! More than anything, though, it was ....
|
|
Discover How Heroku’s AI PaaS Delivers Real-World Results at Dreamforce
-
www.heroku.com
-
10 months ago
-
eng
The AI revolution presents a critical challenge: moving from experimentation to production. This year, Heroku has evolved beyond a traditional PaaS to become an AI PaaS, a fully managed platform designed to solve this problem and accelerate the delivery of AI-powered apps. With new capabilities like AppLink , Managed Inference and Agents , and MCP on Heroku , Heroku now provides a fully managed platform designed for the AI era. This ev..
|
|
Disclaimers This is an article about AI. If you’re tired of talking about AI please close this tab and don’t yell at me! I’m not an economist, or an AI expert, just a chart enthusiast and programmer. In this post, I focus on OpenAI’s progress to simplify the story. There are other labs working on related work, and the GPT series of models are far from the only important LLMs. OpenAI’s model performance is not the only sign of progress in AI....
|
|
Ik ga proberen een roman te schrijven met AI. Dat wil niet zeggen dat ik AI mijn roman laat schrijven maar dat AI, in dit geval Claude, mijn schrijfpartner wordt.
|
|
I used to capture all my thoughts and things I was working on in a text file at work but this approach slowly died. I use a WhatsApp chat with only me in it to capture random personal stuff at the moment.
|
|
I used to capture all my thoughts and things I was working on in a text file at work but this approach slowly died. I use a WhatsApp chat with only me in it to capture random personal stuff at the moment.
|
|
Žiť dlho a zdravo – to je sen, ktorý spája celé generácie. Nie je to však len o šťastnej genetike či náhode. Dnes už vieme, že gény tvoria len malú časť nášho osudu. Oveľa väčší vplyv má každodenný životný štýl – čo jeme, ako sa hýbeme, ako spíme a ako sa staráme o svoju myseľ […]
|
|
What an 'Aha' Moment with an Org Admin Token Taught One DevSecCon Speaker About AI Security
-
snyk.io
-
10 months ago
-
eng
Discover key insights from DevSecCon speaker Brett Smith on securing AI in your pipelines. Register for DevSecCon 2025 to enhance your AI security knowledge.
|
|
minus PRC, obviously) With all the recent news about age verification, Chat Control, Section 230, etc, I realized I've never seen any stories about internet/tech privacy in East Asia. Is this just a failure of reporting, or has there been nothing to report? Have you read about it? Do you have personal experience?
|