Presumably the whole point of AI is that we can start reducing that number. I am sure there's a significant number of people just working on various administrative tasks processing data and documents.
HN user
tananaev
My project:
https://www.traccar.org/
About me:
https://www.tananaev.com/
All of the increase is from energy. Oil prices.
It doesn't mean it's a good investment. It's just a personality cult. I suspect it might take a generation or more to settle on some reasonable price.
Wait until you hear about float multiple Nasdaq is doing.
You're misrepresenting things a bit. S&P 500 has not approved those changes yet and they have some other protections as well. Nasdaq and FTSE Russell definitely sold out and should not be trusted as good indexes going forward.
Most popular passive indexes are S&P 500 and some total markets. Total index, like the one used by VTI, is likely the best spot in this case. They have not changed any rules, as far as I know.
Excellent article. I agree with a lot of points. One think that wasn't mentioned is globalization and bailouts. Companies are getting bigger and more concentrated than ever before. And we bail them out when they fail due inefficiencies. There's no purge in the cycle. And all technological gains are eaten by bureaucratic inefficiencies.
I want to believe AI is the solution, but it's far from certain.
I did a bit of research on this some time ago and it's not as bad as I originally thought. Index funds would need to count only liquid float of the company. So if Space X total valuation is 2 trillion, but float is 5%, then they need to count it as 100 billion for the purposes of index weight. Still more than I want, but not catastrophic.
With modern tools it should be pretty easy to build scalable solutions. I take premature optimization as going out of your way to optimize something that's already reasonable. Not that you should write really bad code as a starting point.
Of course everyone should do their own due diligence, but my point is mostly that open source will have many more eyes and more effort put into it, both by owners, but also community.
I have an open source project and started receiving a lot of security vulnerability reports in the last few months. A lot of them are extremely corner cases, but there were some legit ones. They're all fixed now. Closed source software won't receive any reports, but it will be exploited with AI. So I definitely agree with the message of this article.
Good catch, thanks. Updated the readme. The planet can be downloaded directly from OSM.
Most or all existing solutions are universal (not just reverse geocoding) and rely on database. The purpose of this project is to make it super fast to do one thing. The result is 100x - 1000x speed of Pelias and other universal tools like that.
It took about 8-10 hours for me on a 192GB Hetzner cloud machine. The resulting index was just 18GB, so once the index is created it's really efficient and you can easily run it on a small VM.
Self-hosted reverse geocoder with sub-millisecond query latency. C++ builder parses OSM PBF files into a compact binary index using S2 geometry cells. Rust server memory-maps the index and serves a Nominatim-compatible API. Docker support with automatic HTTPS.
I've been using WeChat. My hope is they won't dare to block Chinese messenger. China is pretty much the only remaining lifeline for Russia.
Russia has been slowly cracking down on popular communication and media platforms. First they slow down connection to unusable speeds. This happened to YouTube at some point last year. At first they even said that it's something wrong with Google and it's not them. I think the intention is to slowly get people off the platform without completely blocking it. Then eventually they block access completely. Same happened to messaging apps, like WhatsApp and Telegram. Telegram is still working for messaging, but not calls. It's kind of funny because Telegram is used by Russian military to coordinate a lot of things, so they complain a lot about the block.
No link to source and just says "The source code is available from Open Camera's SourceForge page." Why not link it?
Maybe they’re trying to DDoS it, and once an error is returned, they assume that no robots.txt file exists and then crawl everything else on the site?
I think it's really poor argument that AGI won't happen because model doesn't understand physical world. That can be trained the same way everything else is.
I think the biggest issue we currently have is with proper memory. But even that is because it's not feasible to post-train an individual model on its experiences at scale. It's not a fundamental architectural limitation.
Are you serious? It's open source. And there's less than 1000 lines total. Get Codex or Claude to review it if you're paranoid.
I recommend checking history of deregulation of agricultural industry in New Zealand. It didn't lose the industry. Actually the opposite happened.
Persistent government subsidies are almost never a good idea long term. I understand that some temporary support might make sense in some cases, but not permanent one. It prevents innovation and optimization. And in the long run it usually makes more damage.
I was very skeptical about Codex at the beginning, but now all my coding tasks start with Codex. It's not perfect at everything, but overall it's pretty amazing. Refactoring, building something new, building something I'm not familiar with. It is still not great at debugging things.
One surprising thing that codex helped with is procrastination. I'm sure many people had this feeling when you have some big task and you don't quite know where to start. Just send it to Codex. It might not get it right, but it's almost always good starting point that you can quickly iterate on.
Is it just a Bluetooth mic in a form of a ring? Or is there something more to this device?
We've had purpose built machines for a while now. I think the whole point is to have an adaptable machine that can replace remaining humans.
Read the article, but couldn't understand how they measured it.
To be fair, I think it's definitely a bubble, but it's hard to compare something like this.
From the official docs it sounds more like experimental support that's still under development.
I'm kind of surprised by this. Google is already under a lot of heat, especially in Europe. All sorts of lawsuits everywhere because of they monopoly abuse. And they decide to pull this move?
I suspect this will penalize your site in one way or another.
Authoritarian rule can work until it doesn't. It can even work better than democracy for some time because decisions can be made quickly. The problem that when it doesn't, there's no path for self-correction.
As always, the truth is somewhere in the middle. AI is not going to replace everyone tomorrow, but I also don't think we can ignore productivity improvements from AI. It's not going to replace engineers completely now or in the near future, but AI will probably reduce the number of engineers needed to solve a problem.