HackerLangs
TopNewTrendsCommentsPastAskShowJobs

decide1000

no profile record

Submissions

Fable 5 wrote a Windows kernel in 38 minutes

tolmo.com
6 points·by decide1000·16 dni temu·1 comments

Claude Code Opus 4.7 keeps checking on malware

69 points·by decide1000·3 miesiące temu·63 comments

Cloudflare Timeouts in Europe

cloudflarestatus.com
5 points·by decide1000·7 miesięcy temu·4 comments

comments

decide1000
·11 dni temu·discuss
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.
decide1000
·12 dni temu·discuss
If this is real I will stop my monthly subscriptions.
decide1000
·17 dni temu·discuss
Finally! Now it becomes economic for us to make the move! Goodbye CloudFlare!
decide1000
·w zeszłym miesiącu·discuss
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.
decide1000
·2 miesiące temu·discuss
Isn't voxtral much better?
decide1000
·3 miesiące temu·discuss
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.
decide1000
·3 miesiące temu·discuss
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?
decide1000
·3 miesiące temu·discuss
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.
decide1000
·3 miesiące temu·discuss
I am not using brew. Just checked and it still says 2.1.98. Will try manual update.
decide1000
·3 miesiące temu·discuss
I am on the latest version available for me 2.1.98
decide1000
·3 miesiące temu·discuss
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.
decide1000
·3 miesiące temu·discuss
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)
decide1000
·5 miesięcy temu·discuss
I think this model proves it's very efficient and accurate.
decide1000
·6 miesięcy temu·discuss
I am on Linux for 26 years. Last 5 years I run PopOs! on my desktop. User friendly and stable, Ubuntu based.
decide1000
·7 miesięcy temu·discuss
China and Europe (Mistral) show that models can be very good and much smaller then the current Chatgpt's/Claudes from this world. The US models are still the best, but for how long? And at what cost? It's great to work daily with Claude Code, but how realistic is it that they keep this lead.

This is a new tech where I don't see a big future role for US tech. They blocked chips, so China built their own. They blocked the machines (ASML) so China built their own.
decide1000
·7 miesięcy temu·discuss
I am the co-creator of ShoppingScraper. Convert an EAN / GTIN to pricing information, product specs, content or image. API-based and rapid with pricing and barcode data.

The website needs some love, but the webapp is going well.

https://shoppingscraper.com/features
decide1000
·7 miesięcy temu·discuss
They say: Dashboard Login Latency and Timeouts

They mean: You server will get connection timeouts through CloudFlare proxy
decide1000
·8 miesięcy temu·discuss
We hire a developer to build parsers for a complicated file format. It takes a week per parser. Gemini 3 is the first LLM that is able to create a parser from scratch, and it does it very well. Within a minute, 1-shot-right. I am blown away.
decide1000
·8 miesięcy temu·discuss
I use Gemini cli, Claude Code and Codex daily. If I present the same bug to all 3, Gemini often is the one missing a part of the solution or drawing the wrong conclusion. I am curious for G3.
decide1000
·8 miesięcy temu·discuss
How does it handle questions asked by Claude?