10,421 results for been · 2.630s

News for “been”
17 results • 2623 ms server time
Moozonian News
github.com• Aug 6, 2025• 1 min read
Show HN: Principles of Building AI Agents book [pdf]Hi, I’m Sam, the cofounder/CEO of Mastra, the Typescript agent framework. I wrote a book on building agents and wanted to share it with HN.The book is called Principles of Building AI Agents. Right now it has 34 chapters and 148 pages covering LLMs, prompting, agents, workflows, RAG, evals, multi-agent, tracing, deployment, MCP, tool use, and a few other topics.The backstory here is that last October when we started working on Mastra we knew very little about AI engineering, and had to learn as we were building.In January, we started going to local AI meetups. We met a lot of people who were where we’d been. Somehow, we turned from students to teachers. Whenever an explanation seemed to stick we’d go home and put it in our docs or blog.One day my cofounder Shane turned to me and was like, what if you wrote a book on this stuff?I was initially skeptical, but I tried writing an outline and it was pretty natural. So I spent the next couple weekends trying to hammer our posts into book for
Moozonian News
npmjs.com• Aug 6, 2025• 1 min read
Show HN: AWS CodePipeline events via MQTT – with Tailscale supportTLDR; what the title says: AWS CodePipeline events via MQTT, optionally with Tailscale support, vended as a CDK construct.I've recently been working on a couple of side projects in AWS that are all CI/CD-ed via AWS CodePipelines and I ran into a problem: my PC is in my office on the 3rd floor but I hang out with my wife and dogs on the 1st floor between code sessions. When I push code out I have to wait for the deployment to flow through the pipeline so I'll head downstairs to burn that time while getting some quality time in with the family.However! Sometimes I'll push something that breaks the pipeline, defeating the whole purpose of pushing and leaving. This then led to me getting paranoid/fixated and logging in via the AWS app on mobile a bunch to check in on the pipeline statuses - a huge pain if you've ever done the following dance: log in via SSO through the app -> open authenticator for TOTP -> pick the correct account -> navigate back because it's not the correct account -> cl
Moozonian News
bing.com• Aug 5, 2025• 1 min read
What is Professional Development? Let's Break It DownEarning your degree and landing that first position in your career field of choice might seem like an exciting finish line to what’s been many years of academic preparation and training. But in ...
Advertisement
Moozonian News
news.ycombinator.com• Aug 5, 2025• 1 min read
Ask HN: How do you manage downtime as a developer?i've been working in software for almost 10 years with a stable, decent job. the work is interesting at times, the team is fine, and the company isn’t doing anything insane.however i’m finding myself in a pattern that’s mentally exhausting: some weeks (or months), there’s no urgent focus, no clear priority, and no pressure. there’s work i could do — bugs, refactoring, docs—but nobody will notice if i do it or don’t. these aren’t vacation days, but they feel like slow-drain burnout zones.weirdly,i’m not like this elsewhere. i have a side project where i can easily focus 8+ hours without much friction. but at my main job, staying focused feels like a mental grind. i’ve tried time-blocking, daily planning etc. - but i don’t stick with them in this foggy state. i tried working on expanding my knowledge, read a book on tcp/ip, build a webserver in a new language, but i cant seem to stick with it.my current workaround: i commit to either doing work or literally doing nothing (staring at a wa
Moozonian News
bing.com• Aug 5, 2025• 1 min read
Hijo - Where to WatchStreaming platforms for Hijo haven’t been announced yet. Check back soon for updates on where you can watch it online.
Moozonian News
weatherflip.com• Aug 4, 2025• 1 min read
Show HN: Flip Your Weather AroundHi HN, Weatherflip started as a side project and gradually became something I keep coming back to. I’ve always been slightly obsessed with weather. After living in the UK—with its poorly insulated homes—I was always chasing warmer climates.I built Weatherflip to answer a simple question: where in the world has the weather I want, either right now or later in the year? It uses historical data and short-term forecasts from yr.no, updated daily. Helpful for planning trips, moves, or just daydreaming.It’s still early. I’d love feedback—especially on what feels useful and what doesn’t.
Moozonian News
bing.com• Aug 4, 2025• 1 min read
Castro podcast app launches on iPad for the first timeIf you’re looking for a third-party podcast app for iPhone, Castro has long been one of the best options. The app originally won me over with its drag and drop-based queueing system that lets you ...
Advertisement
Moozonian News
apps.apple.com• Aug 2, 2025• 1 min read
Show HN: Personalized insights from your bookmarks delivered every SundaySharing something that I’ve been working on:I made a save-later app for all my bookmarks. I save links throughout the week and, every Sunday morning, the app sends me a personalized recap with: -patterns and themes that connect my week to my broader interests -a nudge toward links I saved but never revisited -one reflective question to help me decide what else might be worth exploringI was inspired by older read-later apps like Instapaper. I wanted to make something minimalist, so it’s just a simple feed of your links (with tags and annotations linked to each link) and it is set up to ingest all kinds of content, not just text. I also did want it to be bloated as the full-fat AI stuff you see recently. So this is a simpler and more proactive take on the concept of a bookmarking app.Happy to answer any questions. (I’m not technical.)
Moozonian News
cortexdesktop.com• Aug 2, 2025• 1 min read
Show HN: Cortex – OS-wide AI with instant context inputHey HN! I’m Andrew, and I’ve been building Cortex (https://cortexdesktop.com/) for the last few weeks. Cortex is my attempt to reimagine how we interact with computers - starting with a simple interface, but aiming for something deeper: an AI layer over your OS that understands what you’re doing, remembers it, and helps you dynamically.Right now, Cortex is just a floating overlay you can summon anywhere on your Mac. It works like an inline ChatGPT, but it lets you instantly send that context into the chat by highlighting text - so you don’t have to explain what you’re doing. Here is a demo: https://www.youtube.com/watch?v=fZEbpysqH2w&feature=youtu.beThat’s all it does today but the reason I’m building it is because I think that the current way we use computers is kind of antiquated - the OS is relatively dumb and memoryless. I feel like it would be so much better of an experience to work with a computer that is contextually and semantically smart.This started as a tool I was hacking to
Moozonian News
github.com• Aug 2, 2025• 1 min read
Show HN: Zp – A terminal clipboard manager with P2P sync between devicesHi HN – I've been working on zp, a clipboard manager for the terminal. You can copy file contents or command output with it, and it keeps a searchable history.The newest update adds peer-to-peer clipboard syncing between machines. You can sync your clipboard history across your laptop, desktop, work computer, etc. No cloud services or accounts — just direct machine-to-machine sync over your local network (or SSH if needed). It runs in the background and just works.``` # Copy a file's contents to clipboard zp notes.txt# Pipe output to clipboard cat config.yml | zp# View searchable clipboard history zp --logs# Enable P2P sync zp --sync-enable zp --add-peer desktop:http://192.168.1.10:8080 zp --sync-daemon ```
Moozonian News
apps.apple.com• Aug 1, 2025• 1 min read
Show HN: I built a worldwide news app, because Apple doesn't want toHello HN!,For the past three years, I have been developing a news aggregator app called Newsreadeck. I like to read news from several sources. However, most similar apps are primarily available in English and cater to U.S. users.I initially tried using RSS feeds, but many websites don't offer them. Manually creating or finding RSS feeds was tedious. Additionally, RSS feeds often just opened articles in a web browser or displayed only snippets, not the full content.To address these issues, I developed my own data sources. I've compiled over 16,000 curated sources, categorized by language, location, and topic, which I monitor for reliability. The app allows you to discover and follow sources without limits and access articles seamlessly. I also built a custom reader to remove ads, banners, and distractions, although some paywalls may still appear.Some sources can be too aggressive in publishing articles. To address this, I've added options to mute certain words to avoid related articles,
Moozonian News
bing.com• Jul 31, 2025• 1 min read
HStv, Mhlanga ConCourt referral delayedAN application by journalist Blessed Mhlanga and Heart & Soul TV (HStv) for referral of their case to the Constitutional Court (ConCourt) has been delayed after Harare magistrate Sheunesu Matova ruled ...
Moozonian News
getflowcus.app• Jul 31, 2025• 1 min read
Show HN: Flowcus – Kanban Board for OmniFocus and Apple RemindersI've been an OmniFocus user for years but always felt something was missing – I could capture everything but couldn't see the bigger picture of my work. Traditional task managers are great at collection and to do lists but I think they don't solve the problem of visualising and managing work.*What It Does*Flowcus is a macOS app that visualises your OmniFocus, Apple Reminders & plain text tasks as a customisable Kanban board. It's not intended to replace your task managers, rather it enhances them by providing:- Visual workflow with customisable columns and swimlanes - Drag-and-drop task management that syncs back to your original task managers - Work-in-progress limits to prevent overcommitment - Eisenhower matrix view for prioritising important vs. urgent work - Ability to mark tasks as blocked and visualise dependencies - A unified view of tasks from multiple platforms - Throughput & ageing work metricsFor example, you might have research tasks in OmniFocus, meeting reminders in Appl