Hacker Newsnew | past | comments | ask | show | jobs | submit | decide1000's commentslogin

A lot of replies here are about Mac devices and their support for these 27B models. I own a MacBook but use a Lenovo Thinkstation PGX to run my models. It has a gb10 Blackwell gpu and 128gb unified memory. You can connect multiple ones.


If this is real I will stop my monthly subscriptions.


Finally! Now it becomes economic for us to make the move! Goodbye CloudFlare!


As a Nvidia Spark owner I can confirm that Linux is much more performant then Windows on that chip. If the goal is "doing stuff with AI" Windows is the last OS you want to look at.


Isn't voxtral much better?


Despite that I find the goal of what you are trying to achieve questionable, I believe it should not be the AI that judges you here.

We are all witnessing the start of an AI era that will not end soon. Guiderails are a part in this development. I do have questions about the people, or systems, that decide on what's good and bad behavior. This tech is used in any country in the world. As long as they are able to pay their subscription in dollars, someone is able to use it. Is it up to a company to decide what's good or bad behavior? Is this a debate? Is this politics? Is this just a vision of one company? Would it shift in time? Will it be stricter for more hyper-intelligent models? Will it change when open source models are becoming better and better?


With scraper tech I mean a rust binary that is able to download and process thousands concurrent urls (millions per hour). Not to the same domain obviously. Paying more is not the issue here, its more the idea that an AI decides on what part of the spectrum I operate. Why is it opinionated? I am not doing anything wrong, why does it make me feel like I have to defend myself.


What is the specific concrete purpose of downloading millions of URLs per hour across different domains if it's "not doing anything wrong"?


Mostly ecommerce and pricing data. I work for marketplaces, brands, retail stores and even our own saas competitors. We match the EAN (gtin) to the correct SKU within seconds (Google Shopping, Amazon, etc). Part of it is our own trained ML models.


Might be it for scrapping content for training an LLM? Oh no only big tech allowed to do it...


"The gangsters do it and get away with it so any random person should get to as well"? Not a particularly defensible position if that's an accurate paraphrase.


I am on the latest version available for me 2.1.98


Version 2.1.113 is available as of this comment. I think the brew version lags behind the other ways of installing it.


I am not using brew. Just checked and it still says 2.1.98. Will try manual update.


I built a distributed DuckDB setup using OpenRaft for state replication. Every node holds a full copy of the database. Writes go through Raft consensus, reads are local. It's more like etcd-with-DuckDB than MotherDuck-lite.

OpenDuck takes a different approach with query federation with a gateway that splits execution across local and remote workers. My use case requires every node to serve reads independently with zero network latency, and to keep running if other nodes go down.

The PostgreSQL dependency for metadata feels heavy. Now you're operating two database systems instead of one. In my setup DuckDB stores both the Raft log and the application data, so there's a single storage engine to reason about.

Not saying my approach is universally better. If you need to query across datasets that don't fit on a single machine, OpenDuck's architecture makes more sense. But if you want replicated state with strong consistency, Raft + DuckDB works very well.


I'm building a Redis real-time backup platform with PITR (point in time recovery) to the exact millisecond. Besides downloads it has an emergency recovery option where you connect the Redis client directly to the master-replica to receive the latest version.

The key explorer let's you change data on the fly and receive notifications in real time when a condition is met (if value contains X).

It's build in Rust on bare metal wit isolation between clients and data.

ReplicaSafe.com (nothing there yet, will take a few weeks)


Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: