Fusion Programming Language

fusion-programming-language

Fusion Fork me on GitHub Fusion is a programming language designed for implementing reusable components (libraries) for C, C++, C#, D, Java, JavaScript, Python, Swift, TypeScript and OpenCL C, all from single codebase. A ”Hello, world” library: public class HelloFu { public static string GetMessage() { return ”Hello, world!”; } } can be translated to […]

Haystack: Open-Source AI Framework for Production Ready Agents, RAG

haystack:-open-source-ai-framework-for-production-ready-agents,-rag

Build Transparent, Context Engineered AI Systems Orchestrate every step of your AI agent, from retrieval to reasoning to memory and tool use. Haystack’s modular framework gives you full visibility to inspect, debug, and optimize every decision your AI makes. Integrate Freely with Your AI Stack Connect to OpenAI, Anthropic, Mistral, Hugging Face, Weaviate, Pinecone, Elasticsearch, and […]

Too many R packages: CRAN is inundated with submissions

too-many-r-packages:-cran-is-inundated-with-submissions

If you are reading this post on R-bloggers, you will probably know that I have been publishing my selection of the “Top 40” new R packages on CRAN for quite some time. I did this first as part of my work at Revolution Analytics, then on R Views for RStudio and Posit, and now here […]

Puzzling Success of Overparameterization: Lottery Tickets or Escape Dimensions?

puzzling-success-of-overparameterization:-lottery-tickets-or-escape-dimensions?

Lotteries and tickets are often used as a didactical analogy to explain the success of overparameterized neural networks: “larger networks succeed because they more likely contain a well-initialized subnetwork that can learn the task in isolation, much like buying more tickets increases the chances of winning a lottery.” This explanation is intuitive but misleading: it […]

You can’t unit test for taste

you-can’t-unit-test-for-taste

I’m building In the Long Run where runners do virtual runs on famous routes around the world. The app tallies up your Strava mileage and plots your total distance as progress against country- or continent-spanning routes. The intention is to provide long-term inspiration and motivation; life is a marathon, not a sprint. You can have […]

We’re making Bunny DNS free: because a faster internet won’t build itself

we’re-making-bunny-dns-free:-because-a-faster-internet-won’t-build-itself

At bunny.net, our mission has always been ambitious but focused: help make the internet hop faster. To do that, we’ve built a massive global network spanning 119 locations and counting. Today, this network powers over 1.5 million websites and consistently delivers some of the fastest content delivery around the globe. But while deploying thousands of […]

SCC Technical Assistance Program

scc-technical-assistance-program

SCC Technical Assistance Program SCC Technical Assistance Program By Dave ColemanPhotography: Henry DeKuyper Dear Sport Compact, First off, let me just say that your mag is the best my friend is subscriber and I steel his copy every month before he even reads it now he wants to kick my ass but I told him […]

Show HN: WebBase-III – dBASE III rebuilt in the browser with its own interpreter

show-hn:-webbase-iii-–-dbase-iii-rebuilt-in-the-browser-with-its-own-interpreter

dBASE III is back. In your browser. USE customers like it’s 1984. Remember the dot prompt? Before SQL won, before ORMs, before anyone said ”full-stack” — there was dBASE III. You typed USE customers, then LIST, and your data was just there. WebBase-III brings that whole world back: the terminal, the language, BROWSE, @ SAY […]

”Fix” MacBook Neo Cursor Lag: Record 1 Pixel of the Screen Every 10 Seconds

”fix”-macbook-neo-cursor-lag:-record-1-pixel-of-the-screen-every-10-seconds

#!/bin/bash set -Efeuxo pipefail APP=”Unlag Neo” DISPLAY_NAME=”Unlag Neo” if [ -e ”${APP}.app” ]; then echo ”Error: ${APP}.app exists already” exit 1 fi mkdir -vp ”${APP}.app/Contents/MacOS” ”${APP}.app/Contents/Resources” PATH=”$PATH:/usr/libexec” swiftc – -o ”${APP}.app/Contents/MacOS/${APP}” &1 &”, ”sh”, target] try? p.run() NSApp.terminate(nil) } @MainActor func openScreenRecordingSettings() { NSWorkspace.shared.open(URL(string: ”x-apple.systempreferences:com.apple.preference.security?Privacy_ScreenCapture”)!) } @MainActor func openAccessibilitySettings() { NSWorkspace.shared.open(URL(string: ”x-apple.systempreferences:com.apple.preference.security?Privacy_Accessibility”)!) } @MainActor func […]

Qwen-AgentWorld: Language World Models for General Agents

qwen-agentworld:-language-world-models-for-general-agents

Abstract:A world model predicts environment dynamics based on current observations and actions, serving as a core cognitive mechanism for reasoning and planning. In this work, we investigate how world modeling based on language models can further push the boundaries of general agents. (i) We first focus on building foundation models for agentic environment simulation. We […]