Rust releases are just compiler toolchain, maybe some new syntax features. Java includes the JVM which is subject to way more security issues and needs much more frequent updating.
HN user
robertjpayne
The article doesn't make really controlled findings. There's an argument to be made that the increase to diseases isn't purely lack of vitamin D but lack of exercise.
Our ancestors got lots of Vit D but they also got lots of exercise while absorbing the sun.
I still don't think it's going to be wise to go out and just bake in the high UV of early afternoons but rather it's important to go outside early to mid morning or late afternoon and absorb some sun without copious amounts of sunblock.
I'm quite happy Apple stays focused on their products. They enter a market when they can own it end-to-end -- it makes no sense for them to all of a sudden become an AI chip house or AI server house.
I'd still say getting 7 years of free OS supports for hardware is pretty incredible. All-in-ones like iMacs are always going to be wasteful on the environmental side of things faster because displays will outlive the usefulness of the rest of it by a large large margin.
At least Apple does try a bit to be a responsible recycler and you can always take your old hardware to them.
Problem wont be energy input it'll be heat dumping. You can't transfer heat in a vacuum effectively -- just go google how large the International Space Station's radiators are just to ensure its electrical systems are cooled adequately.
Unless someone figures out how to break the laws of thermodynamics there's never going to be a cost effective DC in space.
I don't really buy this. NPM is targeted because it's the largest attack surface with the biggest payoff for a successful attack.
Other ecosystems package managers are really no different in a lot of ways.
NPM's biggest fault is just it allows post/pre install scripts by default without user intervention.
All these complaints about Claude code are mostly resolved if you pay for your usage with direct API pay as you go. It’s not cheap but nearly all the complaints I see about Claude code are due to the fact the subscription plans seem unsustainable from a cost perspective.
This exactly. No other laptop comes close on price for the hardware you get. Yeah you may get more ram in a PC but promise you it won’t feel as fast when you’re using it day to day or have as good of a display or battery life.
Cursor has no AI services, they do not develop their own frontier models. I see no reason to understand why $10bn for Cursor's services is an advantage xAI versus say a $10bn deal with Anthropic, OpenAI or Google.
They're going to force a S&P500 index listing on IPO day so we're all going to be forced to baghold this regardless of if we want to or not unless you've got $0 in any major retirement fund.
EV batteries do not become "trash" after a few years.
Shipping hundreds of millions of new phones every year isn't pushing hard while earning billions? Near every single company in the world would die to have Apple's balance sheet.
Apple Silicon in the past 5 years has trounced every single market player. Apple has to make decisions on things like sensors based on the supplier being able to deliver hundreds of millions annually -- by the time we see the hardware it was baked and locked in over 12 months ago.
What other company has ever sold wireless earbuds with a replaceable battery?
The shipped nearly 250 million phones last year plus millions of other products. Having 30% recycled materials across a production line of that scale is massively impressive if you ask me.
By week 20 there is practically no chance you're not going to know if you're carrying a baby with downs or not unless you refuse all the modern screening/tests available.
NIPT tests can be done at week 8 and give a very high indicator that can be followed up with close monitoring/invasive tests at week 14-15 that give a 99% accuracy. That's hardly "are really not that exact".
While there may be some issues with Backblaze there's no real trusted alternative with such a long history.
Regardless to the OP's issues:
- on macOS since 9.0.2.784 released in 2023 all .git folders are included in backups - Cloud drives are problematic to backup because they all use extension plugins to hide the network and your local disk only contains stubs instead of actual files. If Backblaze scans it fully it'll download everything and exhaust your disk space there's no easy solution here.
I don't buy for a minute they were trying to be "sneaky" to save some $$ I instead feel like for the majority of users they felt it was misleading to backup stubs only and would rather not brick user computers by downloading all the files. Remember they can't access your cloud disk directly so the only way they can get the file contents is by doing an fread and letting the cloud drive client sync the content on demand.
This is exactly why I will never create a business that sells to developers. Some of the highest paid individuals on the planet cannot fathom paying for tools that make their life easy.
I get there are lots of tools that all add up, but even paying an extra $2,000/yr per dev isn't really that much for the time savings. But for some reason we're fickle, we think things should be cheaper than a daily coffee because "we can create this ourselves".
Because Bun's runtime is a bug ridden mess. Say what you want about Deno but people that chose Bun's runtime over Deno's are either not really using Bun's runtime (just the package manager part) or are not running in production at scale.
Fair but any EV owner knows after a bathroom break, quick stretch and maybe a bite to eat every 1-2hr while charging and you never even notice the stopping to charge time.
Normally yes, but without regime change the Iranian leadership will have even more resolve than ever to continue weapons programs (nuclear or not) and prepare retaliation for the inevitable next round of bombing…
There is no winning here for anyone.
Maybe the US military commanders, generals and Pentagon knew this but the civilian leadership at the top chose to completely ignore it and can't really articulate a plan or what the plan ever was.
The ground deployment to the mountains on Iran's side of the strait will have to be absolutely insane to actually eliminate the threat (if it's even possible to) of Iran launching drones or suicide boats at tankers.
While true for the Iraq war I don't think that holds as true anymore. Even a lot of MAGA recognise that getting into wars in the Middle East does nothing but cost the taxpayer billions/trillions of dollars for nothing to show.
The stock market will be spooked if the US govt can willy nilly high trajectory darling of the AI world like this though.
Who's next? OpenAI? Google? What if they refuse to allow the DoD to use AI with zero safeguards and Trump's goons decide they are also a "supply chain risk"?
This will likely go to court, again as Dario has stated this is blatant retaliation as no US company has ever been designated a supply chain risk and they continue to operate on classified systems for 6 more months.
Please, the media didn't report on this because natural disasters affecting the climate is not controllable by humans and thus doesn't warrant a global effort to address unless it's so large as to be species ending.
Global warming is not fake, there's tons and tons of evidence it is real and the weather is getting more and more extreme as humans continue to burn petrol.
We use server side Swift extensively since about 2016 for decent production load and it's easily one of the worst decisions I've ever made.
- C/C++ interop is great but if we wanted to use C/C++ libraries why use Swift at all? It's annoying to interop with them even if there is no FFI and still requires a lot of glue code for memory management etc…
- The stdlib (Foundation) is not identical on all platforms even today. This has been a major thorn as releases constantly have discrepancies and subtle bugs that are hard to diagnose and track down. Even Swift 6.1 broke non UTF-8 string encodings by just returning "nil" on Linux and took until Swift 6.2 to be fixed (nearly a year).
- The compile times are awful, with a large Swift codebase it takes us ~10-20 minutes to compile our backend Docker container and thus deployments to dev take that long and it's only going to keep getting longer as Apple seemingly has no interest in making the Swift toolchain much faster and Swift has a fatal flaw in it's design around bi-directional type inference that ensure it can never be compiled fast.
- Talent is impossible to find. Yes lots of people know Swift for iOS apps but nobody knows Swift for server code and a backend dev is a very different skillset than an app dev.
We chose it because it allowed us to share some domain code between our flagship iOS product and the server with a custom built sync engine but as our platform has grown it's just gotten harder and harder to justify keeping Swift on the server which is why we're actively migrating off it.
They're not all banned, you just need a prescription to get one which realistically should've been implemented day 0.
Eventually it'll prove very impactful with the youth, it'll reduce the number of users and make it more cost prohibitive to be so prolific as it is right now.
Why though? Bottles/cans are easily recycled and I believe the small reimbursement is easily recovered during the recycling costs.
It's not profitable to recycle small electronic devices otherwise you'd see heaps of shops doing it. It's toxic, hazardous and labour intensive.
100 times the deposit amount would be like $5-10 USD per-device which is insane. I do agree that any retailers should be required to take back empties and dispose of them responsibly.
V2 to V3 was really good value, but V3 to V4 was mostly performance with a migration nightmare with little new features.
I don't know what a Tailwind V5 could add that is "breaking" and be worth the migration headache again.