

I always forget when looking at energy production, the US is at 40% renewable+nuclear (21% just renewable) which is actually around the same for China ~40% renewable+nuclear (35% just renewable).


I always forget when looking at energy production, the US is at 40% renewable+nuclear (21% just renewable) which is actually around the same for China ~40% renewable+nuclear (35% just renewable).


If it’s like the sahed drone then it costs about $30k, has the range of a “medium-range” ballistic missile (which cost millions of dollars), but moves at ~115mph vs supersonic. They also have more limited payload.
So the general principle is that you can produce them quick enough that you can deploy enough to overwhelm your enemies defenses. They also use satellite and interial navigation so can be fairly accurate.


I thought TOTK was worse cause now you’re also managing the parts inventory. It was so frustrating to get to certain places and find out you didn’t have the necessary parts (like a glider) to do certain things.
I even ended up using duplication glitches to skip resource scavgening and I still felt like I ended up wasting half the game managing my inventory.


I agree with you, it’s a decent open world game but a pretty mediocre Zelda game. I had hoped TOTK might improve upon the direction they chose to take the series, but it kinda doubles down on all the weaker points of BOTW (uninspired “dungeons”, more one-time use resources, etc.).
I think my biggest gripe with TOTK and Echoes of Wisdom is that you can solve 90% of the “puzzles” with one or two techniques. There isn’t a lot of critical thinking needed when you can use things like the rocket to just skip most of the puzzle and similarly I think I solved a majority of the puzzles in Echoes of Time using the bed echo.


Wasn’t there a report the other day implying that the sauds wanted the US to attack too?
https://www.washingtonpost.com/politics/2026/02/28/trump-iran-decision-saudi-arabia-israel/
It feels more likely that two regional powers see an opportunity to remove another regional power.


Yeah, we’re well past the initial attack. I’m not sure why anyone would think the ship would be safe to return to an Iranian port. It seems kinda silly to think the US would wait until the ship was rearmed before engaging.
Is there something I’m missing?


I’m pretty sure that’s part of being a designated reporter.
However, that’s not a uniquely parent-child policy and it’s really about the parents behavior. I’m not sure I would consider those the same thing.
Some legislation that is slightly similar is that college students need to sign waivers to allow their parents to access their grades. But that’s because in college students are adults and therefore parents don’t have inate rights to that information.


While my gut says this isnt a great decision, I can’t think of another scenario where teachers/school are restricted in sharing information like this. I know sometimes teachers are designated reporters (have to report), but not aware of anything being restricted.
Is there some legal precedent for what California wanted to do?


Yeah, that’s fair. I haven’t jumped into the whole agentic side of things as I find LLMs consistently fail at lower level stuff.
Everyone says it’s great at prototyping or writing documents, etc, but I think that’s just cause people have low standards. When coding I find that it quickly messes things up or lacks good quality control (which you only notice if you’re familiar with the domain). For writing it’s fine, but the tone and language always feels off and certainly doesn’t sound like me.
Either way, I would suggest playing around with them to see how they fit into how you do things. I think we’re starting to see things finally slow down on new implementations, and they aren’t going away, so it may be a good time to see if all the fuss is worth it to you.


Did he send her because he was afraid he’d be attacked if he went?


Anyone know what my hardware would show as if I play on my phone using something like GameNative or Gamehub? Curious what the android/arm numbers would be.


The underlying issues, in my opinion, regarding LLMs is their indeterministic nature. Even zeroing out the temperature (randomness of outputs), you can get significantly different results between two almost identical texts.
However, building out an ecosystem supporting new technology is a fairly common progression. If you compare it to the internet things like browser caches, CDNs (content delivery networks), code minifiers, etc. are all ways to help combat latency (a fundamental problem for the internet).
As for the effectiveness of these solutions, RAGs do help a lot when generating text against a select corpus. Its what allows the linked sources in things like ChatGPT and Googles AI results. It’s also what a lot of companies are using for searching their support pages/etc. It’s maybe not quite as good as speaking to a person, but is faster.
Similarly, the reasoning models and managing the models “context” both have shown demonstrable improvements for models in benchmarking.
I’m not sure I personally believe this makes LLMs a replacement for humans in most situations, but it at least demonstrates forward progress for GenAI.


I think you may be mixing a couple of things together, but I’ll take a crack at this.
When you get an Ai generated response from a search engine, this is usually a modified RAG (retrieval augmented generation) approach. How this works is that the content from web pages are already pre-processed into embeddings (numerical representations of the text). When you perform a search, your search text is turned into an embedding and compared (numerical similarity) to the websites to get the most related content for your search. That means that the LLM only parses and processes a very small subset of the returned websites to generate its response.
Another element you might be asking about is how can these agentic AI systems handle larger tasks (things like OpenClaw). That is a bit more complicated and dependent on the systems design, but basically boils down to two things. The first is the “reasoning models” first break concepts into smaller tasks meaning the LLM only has to worry about a subset of a larger task. Secondly, a lot of these systems will periodically merge all past context into a compressed state that the LLM can handle (basically summaries of summaries) or add them to a database for future/faster reference.
At the end of the day, your understanding of the limits of LLM are correct, all the progress we’ve really seen with LLMs (over the past couple of years) has been the creation of systems to work around their limitations. The base technology isn’t getting much better, but the support around it is.


Disabling/destroying a satellite has only been shown to be feasible by a handful of militaries in the world in very controlled situations.
Unless you mean you disable it via commands to the satellite, but that assumes there is a way to disable it and that you know who can disable it and can force them to do so.


Yeah, that was my point. Like all technology it has potential to liberate communications, but also enable bad actors. However, to me, it’s the biggest reason why this technology would matter at all.


That was not a “good read” :(


I feel like on part no one ever mentions on things like this are, how do you enforce any jurisdiction on a satellite and what it’s doing.
The main crazy thing about a satellite data enter is you can’t confiscate it and therefore you can’t control it. Hell once it’s up there the only thing any government might be able to do is find the owner and force them to crash it (if possible).
It in a sense sounds a bit like the wild west of the original internet. Admittedly Musk being at the forefront of it all sounds terrible, but I think there is something fascinating about an information hub that could be completely independent of any country.


You can track/identify people in range of a wifi router based on how the wifi signal is disrupted.
I believe that the original people claimed you could ID individual people using their approach, but I suspect that’s under ideal conditions and/or with some training against individual people.


I played the prequel (at least it looks like it’s tied to this game) called Demon Turf. The animation was really interesting and the world building was cool, but the platforming itself was only okay and some of the boss battles just felt broken. Hopefully they learned from that game to make this one even better!
While I don’t think this should ever pass, I think a huge issue is we’re too close to the election to be changing how voting works. People could vote in the primaries and then not have the documents to vote in the actual election. Something like this would need to be phased in over time, just think about how long Real IDs took to implement.