Terence Tao: The role of small organizations in society has shrunk significantly
mathstodon.xyz
Yt-dlp: Upcoming new requirements for YouTube downloads
github.com
Zed's Pricing Has Changed: LLM Usage Is Now Token-Based
zed.dev
SedonaDB: A new geospatial DataFrame library written in Rust
sedona.apache.org
That Secret Service SIM farm story is bogus
cybersect.substack.com
Python on the Edge: Fast, sandboxed, and powered by WebAssembly
wasmer.io
New bacteria, and two potential antibiotics, discovered in soil
rockefeller.edu
Launch HN: Flywheel (YC S25) – Waymo for Excavators
US Airlines Push to Strip Away Travelers' Rights by Rolling Back Key Protections
travelandtourworld.com
Learning Persian with Anki, ChatGPT and YouTube
cjauvin.github.io
How to Lead in a Room Full of Experts
idiallo.com
Smartphone Cameras Go Hyperspectral
spectrum.ieee.org
How to Be a Leader When the Vibes Are Off
chaoticgood.management
EU age verification app not planning desktop support
github.com
The Lambda Calculus – Stanford Encyclopedia of Philosophy
plato.stanford.edu
Who Funds Misfit Research?
blog.spec.tech
Quicksort explained IKEA-style
idea-instructions.com
Better Curl Saul: a lightweight API testing CLI focused on UX and simplicity
github.com
How HubSpot Scaled AI Adoption
product.hubspot.com
S3 scales to petabytes a second on top of slow HDDs
bigdata.2minutestreaming.com
The Data Commons Model Context Protocol (MCP) Server
developers.googleblog.com
I really like combinatory logic and lambda calculus, and I think it should be used to define common semantics for various languages and computer systems.
Lately, I was wondering about if it's possible to represent any logic by choosing a suitable base of combinators, and the sentences in the logic would correspond to beta-normal terms expressed in those combinators. What brought me to the idea is that we can represent certain substructural logics using a subset of B, C, K, W. Also, one can represent classical logic by using a different base than S and K, which allows for call/cc.
What would be intriguing, a choice of combinator base such that it could express terms in Church's typed lambda calculus. The composition of combinators would fail to normalize iff the corresponding composed term in typed lambda calculus failed to typecheck.
I think this could lead to somewhat simpler foundations of mathematics, instead of having types and various axioms, we would just say here's a base set of combinators and have fun combining them.