For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | bootsmann's commentsregister

Didn’t dvc try to fill this niche and absolutely fail at it?

I’m not sure your numbers are accurate, they raised $13bn in funding in September last year. Also do note that a lot of the money is cross-subsidized by Google who is funding the TPUs as an investment, so I wouldn’t be so confident that they are returning money quite yet (though it does seem that Anthropic might make it).

We notably teach people how to do arithmetics by hand before we hand them calculators.

The problem is that a lot of users of OpenClaw use a chatbot to set it up for them so it has a habit of killing safety features if it runs into roadblocks due to user requests. This makes installations super heterogeneous.

Yeah this same site did an article on some minor ubuntu bootloader drama some weeks ago and when I recognized the design I just stopped reading. If you have something to say don’t go out of your way to make it hard to parse.

Amazon holds engineering meeting following AI-related outages - Financial Times https://www.ft.com/content/7cab4ec7-4712-4137-b602-119a44f77...

Most popular product on the planet acquires a random python packaging org for mindshare? What am I not seeing here?


I feel like it's pretty easy to predict what OpenAI is trying to do. They want their codex agent integrated directly into the most popular, foundational tooling for one of the world's most used and most influential programming languages. And, vice versa, they probably want to be able to ensure that tooling remains well-maintained so it stays on top and continues to integrate well with their agent. They want codex to become the "default" coding agent by making it the one integrated into popular open source software.


This makes much more sense as an zoom-buys-keybase style acquihire. I bet within a month the astral devs will be on new projects.

Bundling codex with uv isnt going to meaningfully affect the number of people using it. It doesnt increase the switching costs or anything.


"uv" is a very widely used tool in the Python ecosystem, and Python is important to AI. Calling it "a random Python packaging org" seems a bit unfair.


I think this is more about `ruff` than `uv`. Linting is all about parsing the code into something machines can analyze, which to me feels like something that could potentially be useful for AI in a similar way to JetBrains writing their own language parsers to make "find and replace" work sanely and what not.

I'm sort of wondering if they're going to try to make a coding LLM that operates on an AST rather than text, and need software/expertise to manage the text->AST->text pipeline in a way that preserves the structure of your files/text.


Writing a parser is not that much of work to buy a company in order to do it. Piggybacking on LSP servers and treesitter would be more efficient.


The parser is not the hard part. The hard part is doing something useful with the parse trees. They even chose "oh is that all?" and a picture of a piece of cake as the teaser image for my Strange Loop talk on this subject!

https://www.youtube.com/watch?v=l2R1PTGcwrE


Writing a literal parser isn’t too hard (and there’s presumably an existing one in the source code for the language).

Writing something that understands all the methods that come in a Django model goes way beyond parsing the code, and is a genuine struggle in language where you can’t execute the code without worrying about side effects like Python.

Ty should give them a base for that where the model is able to see things that aren’t literally in the code and aren’t in the training data (eg an internal version of something like SQLAlchemy).


If you’re talking about magic methods/properties enabled by reflection and macros, then you’re no longer statically analyzing the code.


Static analysis just requires that you don't actually execute the code. It's possible (sometimes) to infer what methods/properties would be create without actually statically analyzing the code.

E.g. mypy has a plugin to read the methods and return types of SQLAlchemy records, I believe without actually executing them.

Obviously not globally true, but in limited domains/scenarios you can see what would exist without actually executing the code.


What you're not seeing, edited inline, is:

Not-most popular LLM software development product on the planet acquires most popular/rapidly rising python packaging org for mindshare.


This just seems like panic M&A. They know they aren’t on track to ever meet their obligations to investors but they can’t actually find a way to move towards profitability. Hence going back to the VC well of gambling obscene amounts of money hoping for a 10x return… somehow


The dev market? Anthropic's services are arguably more popular among a certain developer demographic.

I guess this move might end up in a situation where the uv team comes up with some new agent-first tooling, which works best or only with OAI services.


One of the popular products on the planet acquires the most popular python packaging org


I didn't know Claude bought Astral! /S


The Swiss eID is designed the way it is to comply with the EUs digital ID proposal so I wouldn't doom this early.

(this one: https://digital-strategy.ec.europa.eu/en/policies/eudi-regul...)


There is a clip embedded within the article that corroborates what the journalist wrote.


Oil markets are global, you cannot hike prices for China while enjoying cheap oil yourself.


Unless china is importing sanctioned oil from.... Iran, Russa, and Venezuela at discounted rates.

I think this has been the crux of many allegations against China. They don't operate fairly in global markets.


Just for my own understanding, you're not insinuating the US is currently playing fair with regards to starting the war that caused all this?


Just for my own understanding, you're not insinuating China isn't violating international sanctions to purchase oil at a discount?


I may be out of the loop, but who's sanctions is China violating?


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

Search:

HN For You