frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

TSMC's dilemma, OpenAI or Oracle, prediction on ambient computing

https://myriadperspectives.com/p/openais-road-to-become-a-hyperscaler
1•leecmjohnny•1m ago•0 comments

Why and how I rewrote these Obsidian plugins

https://johnwhiles.com/posts/obsidian-plugins
1•jwhiles•1m ago•0 comments

OpenAI is losing about three times more money than it's earning

https://www.theregister.com/2025/10/15/openais_chatgpt_popular_few_pay/
1•hansmayer•2m ago•0 comments

Show HN: Spark Slider – Lightweight React Carousel (12KB, TypeScript)

https://github.com/AshBuk/framer-motion-spark-slider
1•AshBuk•2m ago•1 comments

MTEB v2: Evaluation of embedding and retrieval systems for more than just text

https://huggingface.co/blog/isaacchung/mteb-v2
1•lairv•2m ago•0 comments

Subretinal Photovoltaic Implant Restores Vision in Geographic Atrophy Due to AMD

https://www.nejm.org/doi/10.1056/NEJMoa2501396
1•bookofjoe•4m ago•0 comments

Multi-Region Deployments with CDK

https://makingituptech.substack.com/p/multi-region-deployments-with-cdk
1•djlewald•4m ago•0 comments

Benefits of Undefined Behavior

https://mazzo.li/posts/undefined-behavior.html
2•01-_-•4m ago•0 comments

Show HN: Guardrail Layer – self-hosted AI data layer for secure DB chat

https://github.com/tyoung1996/guardrail-layer
1•tcodeking•5m ago•0 comments

AWS Cut Jobs 3 Months Ago

https://www.reuters.com/business/retail-consumer/amazons-aws-cloud-computing-unit-cuts-least-hund...
2•thisismytest•6m ago•0 comments

Apple Pioneer Bill Atkinson Was a Secret Evangelist of the 'God Molecule'

https://www.wired.com/story/apple-pioneer-bill-atkinson-was-a-secret-evangelist-of-the-god-molecule/
1•bookofjoe•8m ago•1 comments

Disaster Insured Losses Top $100B for Sixth Year in a Row

https://www.bloomberg.com/news/articles/2025-10-15/disaster-insured-losses-top-100-billion-for-si...
1•toomuchtodo•9m ago•1 comments

Signs of AI Writing on Wikipedia

https://flowingdata.com/2025/10/20/signs-of-ai-writing-on-wikipedia/
2•Hard_Space•12m ago•1 comments

Fury Mounts over a Global A.I. Frenzy

https://www.nytimes.com/2025/10/20/technology/ai-data-center-backlash-mexico-ireland.html
2•moneycantbuy•14m ago•0 comments

AI New Mirror Engine

https://github.com/fieryseaturtle-dotcom/My-Mirror-Engine-for-AI
1•FierySeaTurtle•15m ago•0 comments

Got a Netflix letter about 30k failed login attempts traced to my IP

https://old.reddit.com/r/SaladChefs/comments/1oa3k5o/got_a_netflix_letter_about_30000_failed_login/
2•takoid•15m ago•1 comments

First-run with agent skills from Anthropic

https://macwright.com/2025/10/20/agent-skills
1•stevekrouse•16m ago•0 comments

Why the numbers 6-7 are driving math teachers up the wall

https://www.npr.org/2025/10/19/nx-s1-5578929/why-the-numbers-6-7-are-driving-math-teachers-up-the...
2•ikeashark•16m ago•0 comments

Show HN: I built a user-friendly Google Analytics alternative

https://www.statflows.com/
1•UnicornSHARP•16m ago•0 comments

Roast me if you can

https://novad.app
2•nonmaskable•17m ago•1 comments

Ask HN: Is claude-agent-sdk-python Ready for Production? (Spoiler: No)

1•jujumilk3•18m ago•0 comments

The Curse of the Eternally Urgent

https://gettingthingsdone.com/2025/05/the-curse-of-the-eternally-urgent/
2•lucidplot•20m ago•0 comments

Windows 11 update knocks out USB mice, keyboards in recovery mode

https://www.theregister.com/2025/10/20/microsoft_bug_keyboard_mouse/
3•beardyw•22m ago•0 comments

Show HN: Turn Chrome into an Agent

https://firmware.ai
1•cgilly2fast•23m ago•0 comments

Show HN: GitScribe – Because Social Media Sucks (for Devs)

https://github.com/FayZ676/gitscribe
1•fayz676•23m ago•0 comments

Anthropic and Cursor Spend This Much on Amazon Web Services

https://www.wheresyoured.at/costs/
10•isoprophlex•26m ago•4 comments

The New York Times (Accidentally) Endorses Facilitated Communication

https://freddiedeboer.substack.com/p/the-new-york-times-stumbles-blindly
2•PaulHoule•26m ago•0 comments

The CSS Reset, Again

https://pawelgrzybek.com/the-css-reset-again/
4•eustoria•27m ago•0 comments

Show HN: MonsterWriter now supports collaborative LaTeX workspaces [video]

https://www.youtube.com/watch?v=feWZByHoViw
1•WolfOliver•27m ago•0 comments

Tron: Ares Set to Lose $132M+

https://deadline.com/2025/10/tron-ares-bombs-box-office-1236591880/
6•syx•27m ago•2 comments
Open in hackernews

Show HN: I got tired of managing dev environments, so I built ServBay

https://www.servbay.com
7•Saltyfishh•3h ago
Hey HN,

For years, my local development setup has been a fragile mess of tools that never quite played nicely together. On my mac, it was a constant battle with Homebrew services starting (or not starting) on boot, conflicting PHP and Node versions managed by `asdf` or `nvm`, and a collection of `docker-compose.yml` files that I'd copy-paste and tweak for every single project. The cognitive load was just too high.

Setting up SSL was another chore involving `mkcert`. Sharing a quick demo with a colleague meant firing up ngrok. And if I wanted to run two projects that needed different versions of PostgreSQL? Good luck. I’d have to stop one service to start another.

I missed the simplicity of the MAMP/XAMPP era, but I needed something that could handle the diverse stack of a modern developer – not just PHP and MySQL, but Python, Go, Rust, Node.js, and various databases.

That’s why I (along with my small team) built ServBay. It's our attempt to bring back simplicity and speed to local development without sacrificing power. It's a native app for macOS and Windows, not a wrapper around Docker or VMs.

Here's what it does:

One-Click Stacks: You can install and run multiple, isolated versions of languages like Python, Node.js, Go, Java, Rust, Ruby, and .NET. No more path conflicts or environment variable hell.

Databases, Plural: This was a huge one for me. You can run multiple instances of MySQL, MariaDB, PostgreSQL, Redis, and MongoDB simultaneously. Project A can use Postgres 14 while Project B uses Postgres 16, both running at the same time on different ports.

Automatic SSL: Any host you create gets a valid SSL certificate out of the box. No more browser privacy warnings for `.test` or `.localhost` domains.

Built-in Tunneling: If you need to demo a feature or test a webhook, there's a one-click button to expose your local site to the internet via a secure tunnel.

One-Click Local AI: This is something we're really excited about. We've added a feature to easily download and run models like Llama 3 or Stable Diffusion locally through a simple UI, so you can experiment without worrying about API keys or costs.

Everything Else: It also handles one-click backups, has a clean, non-intrusive UI, and is designed to be as lightweight as possible.

I know what many of you are thinking: "Why not just use Docker?"

And that's a fair question. We use Docker for production and complex, multi-service architectures. But for quickly spinning up a single-service app, testing a new framework, or just general day-to-day development, the overhead of `Dockerfile`s, `docker-compose.yml`, slow file sync on macOS, and resource consumption often feels like overkill. ServBay is for those moments where you just want to get to the code.

The project is still young, and we have a long roadmap ahead. I'm here all day to answer any questions, listen to your (brutally honest) feedback, and hear about what your own development workflows look like.

You can check it out here: https://www.servbay.com

Thanks for reading.