Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pseudosavant
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
pseudosavant
6d ago
Could a company that won't let delivery drivers stop to pee possibly be pushing their pilots that hard? Yes. Yes, they could.
2.
▲
by
pseudosavant
8d ago
I was trying to teach a co-worker some agentic stuff today, and this is totally true. Especially if they are using gimpy tools like Github Copilot. The harness matters. None of my super-powered CLI + skills stuff worked like how it does in
3.
▲
by
pseudosavant
8d ago
Who should we believe? People who say AI scaling makes it a more dangerous threat than thousands of nuclear warheads? Or the ones who, whenever a new model comes out say "AI has already peaked. Not any better than Opus 4"? Both pa
4.
▲
by
pseudosavant
10d ago
AGI doesn't mean it'll be top 5% in everything. Half of people are below average intelligence. Most people couldn't profitably run a business. We could get to AGI and still have something that is as dumb as the average person
5.
▲
by
pseudosavant
10d ago
That seems like even more downside risk, expenses, and maintenance that don't generate any revenue for you the vehicle owner.
6.
▲
by
pseudosavant
10d ago
One problem in your analogy, for McDonalds, the franchisee is the one who actually operates the business. For the Cybercab, Tesla is the one operating it via "Full Self Driving", their app, and the Tesla rideshare network. As the
7.
▲
by
pseudosavant
12d ago
Looking at their charts, Democrats and Independents clearly think corruption is up a lot since 2024. But Republicans think corruption is down from 2024. The polarization of the electorate in the U.S. is pretty incredible.
8.
▲
by
pseudosavant
13d ago
I wasn't disagreeing. I even upvoted your comment. I was just clarifying which kinds of free I was intending. Your previous comment said that PDN is not "the other type of free" without defining or clarifying what kind of fre
9.
▲
by
pseudosavant
14d ago
Select orgs first, as in today. They said it will roll out to all of the paying consumers and businesses over the next few days.
10.
▲
by
pseudosavant
14d ago
If the numerous benchmarks in that post are to be believed, Astra is really next level. I can't wait to try it out!
11.
▲
by
pseudosavant
14d ago
English only has "free". PDN is gratis, free as in beer. While the free software platforms (WINE, Linux) are libre, free as in speech. I still think the argument holds though that people who have maybe used PDN but haven't
12.
▲
by
pseudosavant
14d ago
For those that are interested, this inspired me to create a tool just for exporting images and PDFs of Word, Excel, and PowerPoint files. Check out the repo below, or if you have uv installed just run `uvx office-export skill install` or `u
13.
▲
by
pseudosavant
14d ago
Cool project! I'm playing around with some similar stuff, but via uv/Python. Impressive you aren't leveraging any other existing libraries for OpenXML parsing, editing, or rendering. Any especially tricky gotchas you've
14.
▲
by
pseudosavant
15d ago
The backlash is so completely unwarranted. This is a piece of free software where the creator is making it easier to use on free software platforms. If you don't want PDN on Linux because you hate AI no matter what, then don't use
15.
▲
by
pseudosavant
15d ago
This can absolutely be done programmatically. I just added the ability to do that using PowerPoint for Windows yesterday in my uv/python tool `markdown-pptx`. Codex added the functionality in less than 5 minutes. https://git
16.
▲
by
pseudosavant
15d ago
Is that what it is using to render and manipulate MS Office documents? That'd explain the poor rendering of some of my files. Bundling all of LibreOffice seems like a pretty huge dependency.
17.
▲
by
pseudosavant
16d ago
This is rendering my files really well! I'd love to see Codex adopt this for its Office file rendering. I've been working on a markdown-to-pptx tool lately, and certain things like tables or specific master slides don't quite
18.
▲
by
pseudosavant
19d ago
Basically, Windows has been installing monitor drivers for a very long time automatically. Usually a single INF file. Recently, companies like LG have discovered and abused that by instead of just that single INF file, they are installing s
19.
▲
by
pseudosavant
20d ago
Even if it is 5 or 7 years, houses last decades. Even cars last longer than GPUs. GPUs are a highly depreciating asset. They'll last longer than 3 years, but might not be very cost effective (tokens per Wh) compared to the latest AI ac
20.
▲
by
pseudosavant
20d ago
It is a good question. Luna is definitely a very capable model. Much more capable than the top SOTA models from 12 months ago. It definitely isn't at the same level as Sol, but you get 20x the tokens for the cost, and it has a much
21.
▲
by
pseudosavant
21d ago
1. The massive amounts of GPUs being purchased have far shorter valuable lifespans than a house. 2. A model's value seems to be depreciating at an unbelievable rate. The most expensive top SOTA models (GPT-5, Opus 4.1) a year ago are f
22.
▲
by
pseudosavant
21d ago
Except that the settlement includes making YouTube and TikTok implement the same stuff. The settlement amount stops by a third if the states don’t make their competition make the same changes.
23.
▲
by
pseudosavant
21d ago
That is a great xkcd comic! Sums up my feelings well. I honestly can't stand writing Python by hand (whitespace as syntax??) but here I am flying!
24.
▲
by
pseudosavant
21d ago
Exactly. Meta basically got out of this without any meaningful penalty or deterant for the future. Paid out to the 50 states, it only averages $36M a year per state. I can't believe all of the state AGs signed on for this no-op.
25.
▲
by
pseudosavant
22d ago
I've never become a fan of the language syntax, but otherwise I've become quite smitten with the total Python ecosystem. The Agents/LLMs + uv combo have made Python so useful and productive for me. My CLI tools publish from G
26.
▲
by
pseudosavant
22d ago
Definitely my favorite version of that song!
27.
▲
by
pseudosavant
27d ago
Not really. In my experience, the average human written commit messages were almost always useless 1-3 word "Should work non" kind of messages. The agents had a low bar to clear.
28.
▲
by
pseudosavant
27d ago
It’s funny how the quality of the average commit message has gone up, now that we rarely read or write them directly anymore.
29.
▲
by
pseudosavant
27d ago
For some context, in June they said commits "commits nearly doubled year over year, crossing 1.4 billion per month". Now, it has more than doubled that in just a few months. https://github.blog/news-insights/p
30.
▲
by
pseudosavant
28d ago
There is a common accessibility pattern where the first tab focusable item is a "Skip to content" link in the top left corner. The link is initially hidden until you tab to it. That is the only use case I could think of when check
More ›