|
TLDR; Software development, as it has been done for decades, is over. LLM coding tools have changed it fundamentally for the better or worse. “Talk is cheap. Show me the code.” — Linus Torvalds, August 2000
|
|
I Photographed the 2026 SF ICE Out National Day of Resistance
-
thomashunter.name
-
5 months ago
-
eng
|
|
DEF CON Singapore Online Registration for Tickets and Training is Open!
-
sg.shop.defcon.org
-
5 months ago
-
eng
The wait is over. Online registration is now open for our very first DEF CON Singapore! It's all happening at the Marina Bay Sands, April 28-30. Online registration will be open until April 24, but if you secure your spot before February 15 there's an Early Bird discount available, along with a Student discount. To learn about the speakers, contests, events, villages and other DEF CON fun we're bringing to Singapore, visit the DEF....
|
|
For the past few months I’ve been working for the ARC Prize - a non profit organization built around the idea of an Abstract and Reasoning Corpus - a set of reasoning games that are easy for humans to quickly and efficiently figure out, play, and solve - but near impossible for even the most cutting edge models. [Paper] …and today we officially launched the beta of our toolkit and three games for the public to try out!
|
|
If you’ve built a RAG (Retrieval Augmented Generation) system, you’ve probably hit this wall: your vector search returns 20 documents that are semantically similar to the query, but half of them don’t actually answer it. A user asks “how do I handle authentication errors?” and gets back documentation about authentication, errors, and error handling in […] The post Building AI Search on Heroku appeared first on Heroku .
|
|
RAMP, the biggest ransomware focused hacking forum just got seized by the FBI, database got leaked which include unencrypted private messages between members of the forum. XSS, BF, RF, Nulled, all of them are seized. What is happening right now with hacking forums? Why all of them get seized yet Darknet is still full of C*. Here is one of the few forum left for those who are wondering: - Damagelib (reborn of XSS.is, my favorite (....
|
|
I have been using Coding agents a bunch, particularly since Opus 4.5 and GPT 5.2 came out. I have a long post about my general LLM coding experiences coming out soon. This is a quick tip I have been recently using. One of the UX affordances I miss the most about the agent iteration cycle is not being able to quickly offer in-line suggestions to the code changes proposed by the LLM, while staying in the context of the current conversation.
|
|
I have been using Coding agents a bunch, particularly since Opus 4.5 and GPT 5.2 came out. I have a long post about my general LLM coding experiences coming out soon. This is a quick tip I have been recently using. One of the UX affordances I miss the most about the agent iteration cycle is not being able to quickly offer in-line suggestions to the code changes proposed by the LLM, while staying in the context of the current conversation.
|
|
Archivio Grafica Italiana is the first online archive dedicated to the entire Italian graphic design heritage. ” Beautiful resource. Some samples came as a true surprise to me, like the New York City Subway signage, though the Italian connection is a bit weak on that one. ( via )
|
|
I was reviewing some code, and I ran into the following snippet. Take a look at it: public void AddAttachment ( string fileName , Stream stream ) { ValidationMethods . AssertNotNullOrEmpty ( fileName , nameof ( fileName ) ) ; if ( stream == null ) throw new ArgumentNullException ( nameof ( stream ) ) ; string type = GetContentType ( fileName ) ; _attachments . Add ( new PutAttachmentCo....
|
|
I was reviewing some code, and I ran into the following snippet. Take a look at it: public void AddAttachment ( string fileName , Stream stream ) { ValidationMethods . AssertNotNullOrEmpty ( fileName , nameof ( fileName ) ) ; if ( stream == null ) throw new ArgumentNullException ( nameof ( stream ) ) ; string type = GetContentType ( fileName ) ; _attachments . Add ( new PutAttachmentCo....
|
|
Throne. Altar. Liberty :: The Canadian Right Needs to Reclaim its Roots and Stop Looking Southward for Inspiration
-
thronealtarliberty.blogspot.com
-
5 months ago
-
eng
Over the past couple of weeks I have observed much online discussion among my countrymen over the recent drama in Davos over matters such as Krasnov the Orange’s threat to seize Greenland from Denmark by military force. Prime Minister Blofeld’s Churchillian oratory. and other related incidents that were I to list them all. the list would probably be as long as I intend this essay to be. What follows is for the most part an expansion of a p....
|
|
Your product catalog is the definitive source of truth for your online presence, especially when managing User-Generated Content (UGC) like ratings and reviews. For Bazaarvoice clients, a meticulously maintained catalog is vital for seamless integration and flawless display. This post explores three key best practices—from precise product naming and consistent category data to optimal naming conventions—that will unlock the full potential o..
|
|
I recently joined another call through CTO Craft about leading engineering with a vision. The previous one is here .
|
|
I recently joined another call through CTO Craft about leading engineering with a vision. The previous one is here .
|
|
Adoption overview The illustration below encapsulates how Cursor is scaled across Grab, achieving rapid and widespread adoption that accelerated software development and empowered non-technical teams to build solutions. Figure 1: Adoption overview of AI tool Cursor in Grab. Multi-tool strategy Grab embraces a multi-tool strategy for AI coding assistants. Rather than committing to a single solution, we experiment with multiple tools ....
|
|
Adoption overview The illustration below encapsulates how Cursor is scaled across Grab, achieving rapid and widespread adoption that accelerated software development and empowered non-technical teams to build solutions. Figure 1: Adoption overview of AI tool Cursor in Grab. Multi-tool strategy Grab embraces a multi-tool strategy for AI coding assistants. Rather than committing to a single solution, we experiment with multiple tools ....
|
|
After spending time with enterprise integration patterns, one thing keeps coming up: distributed transactions are hard. When your process spans multiple services, each with its own database, you can’t just wrap everything in a BEGIN/COMMIT. What happens when step 3 of 5 fails? The first two services already committed their changes. You’re stuck in an inconsistent state. The Saga pattern addresses this with compensating transactions: every s..
|
|
I've been somewhat chaotically "bookmarking" things to watch for some time. The info typically goes straight to an Emacs org file primarily via Journelly . I'm fairly forgiving in my input form. I often link to Reddit discussions, IMDB / Letterboxd links, or at times simply write movie or director names. The only real requirement is to sprinkle some hashtags (#film or #series or #watch) for retrieval. While this flexibility is impo....
|
|
Slurm (Simple Linux Utility for Resource Management) is a Linux job scheduler commonly used on compute clusters and supercomputers. Common options -A or --account: Use the specified account for the Slurm command. For example --account=biology_team. sinfo This command prints information about the nodes in the cluster. List all nodes: sinfo. Print total number of nodes: sinfo -o "%D". Print all possible states of nodes in ....
|
|
Sharding UUIDv7 (and UUID v3, v4, and v5) values with one function
-
neosmart.net
-
5 months ago
-
eng
UUIDv7 (wiki link) is seeing strong and eager adoption as a solution to problems that have long plagued the tech industry, providing a solution for generating collision-free IDs on the backend that could still be sorted chronologically to play nicer … Continue reading → The post Sharding UUIDv7 (and UUID v3, v4, and v5) values with one function first appeared on The NeoSmart Files .
|
|
Comment on User-defined tab completions – take 2 by Yair Altman
-
undocumentedmatlab.com
-
5 months ago
-
eng
In reply to matlabtest. The description string can be provided using the "purpose" key/attribute, as explained here: https://www.mathworks.com/help/matlab/matlab_prog/customize-code-suggestions-a..
|
|
Joined Marcelo Lewin for a conversation about context-engineering, agent skills, AI for power users, and more ...
|
|
For the last two years I’ve been using Home Assistant to run a sunrise-simulation alarm clock in the bedroom to wake us up. This works…
|
|
Google Analytics Alternatives, a Comprehensive Guide (2nd Edition)
-
www.quantable.com
-
5 months ago
-
eng
2nd edition of “Google Analytics Alternatives” now released, February 2026! Digital versions available starting at < $10 (depending on your location) from Gumroad. Print version available for $30 at Amazon. What’s the best alternative to Google Analytics? There are literally hundreds of potential alternatives to Google Analytics, but at the same time there is no […] The post Google Analytics Alternatives, a Comprehensive Guide (2nd Edit..
|
|
A newsletter discussing AI, Knowledge Work, Knowledge Management Systems, Zen Productivity, Personal Organization, and everything in between!
|
|
I’m very excited to announce the release of the 2nd edition of Google Analytics Alternatives! The new edition is now available for sale worldwide: $25 for the PDF and ePub edition via Gumroad $25 for the Kindle edition via Amazon $30 for the print edition via Amazon Since the Gumroad edition pays a much higher […] The post New Edition of Google Analytics Alternatives! appeared first on Quantable Analytics .
|
|
WINTERY KNIGHT :: My notes for my call-in to the Duane Lester Show this morning
-
winteryknight.com
-
5 months ago
-
eng
I called in to the Duane Lester Show on KNIM Talk 95.9 Live to talk about my recent post analyzing the rise in left-wing advocacy among white women aged 18-44. I tried to explain what I think the root cause is. and what I think we can do as a society to address it. I … Continue reading My notes for my call-in to the Duane Lester Show this morning →
|