News

C

neither gcc nor clang are compliant with standard c++

in c++, function types have a "language linkage" associated with them: this is either "C++", "C", or some other implementation-defined language. and the standard very explicitly states that Two function types with different language linkages are distinct types even if they are otherwise identical...

Lobsters Lobsters · C/C++ ·
0
Aurora DSQL: Scalable, Multi-Region OLTP

Aurora DSQL: Scalable, Multi-Region OLTP

Aurora DSQL is a serverless SQL database designed for cloud-scale transaction processing with multi-region active-active capabilities. Built on a disaggregated architecture, DSQL separates compute, storage, and transaction coordination into independent, horizontally scalable services. Query proce...

Lobsters Lobsters · Cloud · AWS · Backend ·
0
GD

Regressive JPEGs

One of the cool features of JPEG files is that there's the option to save low frequency components first. This means that a partially downloaded image will be displayed at low resolution instead of being cut off.

Lobsters Lobsters · General Discussion ·
0
Scala on Go

Scala on Go

Scala on Go. Sealed types, pattern matching, Option/Either/Try/Future, and immutable collections — transpiled to plain Go with full third-party interop, zero-reflection JSON, and a GoLand plugin. -...

Lobsters Lobsters · Go · General Discussion ·
0
An edge case for Io.Dir.realpath*() functions

An edge case for Io.Dir.realpath*() functions

Hi everyone, This was the topic that finally motivated my first post here. Not to try and litigate it, but try and understand it, and perhaps ask what to do about an edge case if the long considered removal were to be accepted one day. I’m pretty new to Zig, but feel I’ve gotten pretty far. I’v...

0
OpenAI is being sued for stealing, again…

OpenAI is being sued for stealing, again…

Get $500 in Hyperagent credits to build agents that can ship real work - https://hyperagent.com/invite/FIRESHIP500 OpenAI is facing yet another lawsuit, this time at the hands of Apple. In today's video, we'll take a look at exactly what they're being accused of and why Apple are only stepping i...

Fireship Fireship · AI · General Discussion ·
0
Building a soccer coaching app on Databricks

Building a soccer coaching app on Databricks

* Coach’s Corner is a Databricks App that turns 25 fps match tracking data into a sub-second 2D/3D tactical bench with replays, event analytics, a scout chat, and an opponent-dossier agent. * It runs on one platform, powered by Databricks end-to-end. Lakeflow pipelines refine 51 million rows thr...

Databricks Blog Databricks Blog · AI · Cloud ·
0
Building a Stabilized "Chase Camera" Rover

Building a Stabilized "Chase Camera" Rover

Quad-rotor drone shots taken low to the ground are difficult: GPS altitude is fairly rough on accuracy, and obstacle avoidance can get significantly more difficult versus just flying over the everything. Cinema rover drones are less common but do get around a number of these problems, especially...

Lobsters Lobsters · General Discussion ·
0
Partial workaround for missing `decls` param to `@Struct`

Partial workaround for missing `decls` param to `@Struct`

I just had plain c.sdl* functions and I decided that I want to strip them to sdl.* Gnerally it is just about trying to find a way to create decls for comptime generated struct (As a probably a lot of people tried: example1, example2). And I found one way! In zig you can do following: // It is...

Ziggit Blog Ziggit Blog · Rust ·
0
A

LLM cliché highlighter

Detect and highlight common clichéd phrases in text that frequently appear in language model outputs. Paste text into the analyzer to identify patterns like "no X, no Y" chains, "sit …

Simon Willison Simon Willison · AI ·
0
Pride Meetup - Portland OR

Pride Meetup - Portland OR

I know there are a few of us in Portland, and pride is this weekend. Anyone want to meet up for lunch on Sunday after the parade? If nobody suggests an alternative, my default plan is Veggie Grill @ 1PM since it’s easy and near the festival/parade route. I’m open to suggestions though, I rarely...

0
New falsify release

New falsify release

Recently Martijn Bastiaan, QBayLogic’s COO, invited Well-Typed to come to QBayLogic HQ and give a one-day workshop on falsify, the new property based testing library that I developed for the Haskell Symposium back in 2023 (paper, presentation). QBayLogic is the company behind Clash: a purely func...

0
The Zilog Z80 has turned 50

The Zilog Z80 has turned 50

As of writing, the Zilog Z80 processor was officially launched 50 years ago, in July of 1976, less than 4 years after the last human had walked on the moon, decades closer to WWII than to the present day, roughly at a half way point between the Kennedy assassination and the...

Lobsters Lobsters · C/C++ · Assembly ·
0
Using AI to build your own software

Using AI to build your own software

A few years ago, a friend of mine was stuck. He needed to quickly process over a hundred high-quality images according to a complicated sequence. He was using Photoshop, but it was going to take him days. Initially, he asked for my help, could I do the manual labor? I spent 15 minutes writing a …...

Daniel Lemire Daniel Lemire · AI · General Discussion ·
0
What happens in the milliseconds after you tap pay

What happens in the milliseconds after you tap pay

* A sample Databricks App (FastAPI + React) that scores credit card transactions for fraud in real time using Model Serving route optimization for low-latency inference and Lakebase Postgres for online feature and profile lookups. * Fast inference alone is not enough. The app pairs route-optimiz...

Databricks Blog Databricks Blog · AI · Backend ·
0
Quoting Thibault Sottiaux

Quoting Thibault Sottiaux

On file deletions. We’ve investigated a handful of reports where GPT-5.6 unexpectedly deleted files. What we have found is that this most commonly occurs when: Full access mode is enabled …

Simon Willison Simon Willison · AI ·
0
Open Protocols with the Strands Agents SDK

Open Protocols with the Strands Agents SDK

If you are building AI agents, you have likely encountered a growing list of protocol acronyms—MCP, A2A, UTCP, AG-UI, and x402—that can feel overwhelming. The open source community has converged on several complementary protocols. An AI agent is only as useful as the systems it can reach: interna...

AWS Open Source Blog AWS Open Source Blog · AI ·
0
clj-refactor.el 4.0

clj-refactor.el 4.0

Hot on the heels of CIDER 2.0, clj-refactor.el 4.0 is out! It’s the first major release of the project in almost five years, and this time around the version bump is not just ceremonial - 4.0 is the biggest batch of user-facing improvements clj-refactor has seen in ages, plus a healthy dose of lo...

Lobsters Lobsters · General Discussion ·
0
Loading more…