Discover

Curated articles from sources across the web

2899 articles from 16 sources
16. Advanced JavaScript and DOM Manipulation
D
DEV Community · Technology

16. Advanced JavaScript and DOM Manipulation

BootCamp by Dr.Angela 1. Adding Event Listeners ex) document.querySelector("button").addEventListener("click", handleClick); Anonymous function ex) document.querySelector("button").addEventListener("click", function () { // what to do when clicked }); Apply to multiple elements (using...

avery
Read
I built a self-improving home server that autoconfigures itself
D
DEV Community · Technology

I built a self-improving home server that autoconfigures itself

I built Talome over the last couple of weeks. It's an open-source home server platform (AGPL-3.0) where AI is the primary interface. You tell it what you want in plain English, and it does the work — installs apps, wires services together, monitors containers, creates new apps, and when I'm really a...

Tomas Truben
Read
Build an Unusual Options Activity Scanner With Python and Free Data
D
DEV Community · Technology

Build an Unusual Options Activity Scanner With Python and Free Data

Last month I noticed something odd: SMCI options volume spiked to 8x its 20-day average on a random Tuesday afternoon. No news. No earnings. Three days later, the stock jumped 14% on a surprise partnership announcement. Someone knew. Unusual options activity (UOA) — when volume on a specific contra...

Max
Read
How I'd Design a Memory System for an AI Companion App
D
DEV Community · Technology

How I'd Design a Memory System for an AI Companion App

I spent 200 days testing 15 AI companion apps. Paid for every subscription myself. Talked to each one for weeks, sometimes months. The single biggest thing separating the good ones from the bad ones? Memory. Not "memory" as in context window size. Actual, persistent, cross-session memory. The kind...

Nolan Voss
Read
Google launches a Gemini AI app on Mac
T
The Verge · Technology

Google launches a Gemini AI app on Mac

Google is launching a new Gemini app on Mac that allows you to interact with the AI assistant without switching windows on your desktop. With the app, you can use the Option + Space shortcut to pull up a floating chat bubble, where you can ask Gemini questions and share your window. Before sharing y...

Emma Roth
Read
Microsoft counters the MacBook Neo with freebies for students
T
The Verge · Technology

Microsoft counters the MacBook Neo with freebies for students

Apple's $599 MacBook Neo ($499 for students) has sent shockwaves through the PC ecosystem, and now Microsoft is responding with deals targeting students in the US. A new "Microsoft College Offer" is launching today, which will see the software giant bundle 12 months of free Microsoft 365 Premium and...

Tom Warren
Read
The Gemini app is now on Mac
H
Hacker News · Technology

The Gemini app is now on Mac

Article URL: https://blog.google/innovation-and-ai/products/gemini-app/gemini-app-now-on-mac-os/ Comments URL: https://news.ycombinator.com/item?id=47782256 Points: 22 # Comments: 3

thm
Read
Building a Multi-Tenant Platform with vCluster on AWS
D
DEV Community · Technology

Building a Multi-Tenant Platform with vCluster on AWS

🚀 Building a Multi-Tenant Platform with vCluster on AWS “Model Once, Run Anywhere” with Shared Kubernetes Infrastructure Modern platform engineering is all about balancing developer autonomy with operational efficiency. The architecture in your diagram captures a powerful pattern: using virtual K...

Yevgeni Shapiro
Read
LOS-starter — How I Built a File-Based OS for My Dev Work
D
DEV Community · Technology

LOS-starter — How I Built a File-Based OS for My Dev Work

LOS-starter — How I Built a File-Based OS for My Dev Work The Idea Public cold-start template for the Life Operating System. Users clone it, run onboarding, and get a working LOS instance with task-system, skills, and memory. Also the upstream source for /update-los. Why it ex...

Gad Ofir
Read
Your AI Stack Is Too Big
D
DEV Community · Technology

Your AI Stack Is Too Big

We hit this hard during a production rollout: response times spiked, and user engagement tanked. Everyone assumed we needed a bigger model. We were wrong. Performance wins almost always come from architecture, not model size. Your users feel the delay long before they read your roadmap. If you're d...

InferenceDaily
Read
Building Mini Gravity: A Local, Private Voice AI Agent
D
DEV Community · Technology

Building Mini Gravity: A Local, Private Voice AI Agent

What if you could build a private, high-performance voice agent that runs entirely on your local machine, handles your documents, and generates code? That was the goal behind Mini Gravity ,it is similar to Google's antigravity in concept but nothing leaves your machine. I quickly learned that while...

SRI BALAGI
Read
voice- Agent model
D
DEV Community · Technology

voice- Agent model

voice interfaces are no longer just for setting timers or playing music. Today, we can build sophisticated AI agents that understand context, classify intents, and autonomously carry out technical tasks like writing code or managing files. In this article, I want to share how I built a modern, resp...

Ishita Singh
Read
Adding Multi-Agent Orchestration to a Vercel AI SDK App
D
DEV Community · Technology

Adding Multi-Agent Orchestration to a Vercel AI SDK App

I hit a wall recently. I had a working AI SDK app -- streamText, useChat, the whole thing -- and then I needed it to do something that a single agent can't: research a topic with one agent, then hand that research to a second agent for writing. You can do this manually. Glue two generateText calls...

JackChen
Read
Fantasy Football Anyone?
D
DEV Community · Technology

Fantasy Football Anyone?

Most of my time lately has been focused on building Trier OS — a deterministic, local-first platform for industrial operations. But I’ve always believed the best systems aren’t built in one domain. So in parallel, I’ve been working on something very different: Trier Fantasy Football 🃏 It starte...

Doug Trier
Read

Reading List