@javarevisited First of all browser needs to resolve domain to ip using ISP DNS. So it knows it.
However if domain was cached in your machine, still the packets needs destination IP to be routed.
@RajeevSharma00@NotoriousAKG I mean anyone with basic knowledge on llm can clone these models from hugging face repo and run it on their mac book. Train it on some specific dataset and then call it a day…. Meh my model is efficient than frontier models for this particular usecase. Makes sense?
@RajeevSharma00@NotoriousAKG Frontier-lab equivalence? No. Even a “from-scratch” 7B/13B/30B model is not the same class as frontier training runs (in compute, data breadth, safety work, eval depth). Treat “we built it like Anthropic” vibes as marketing unless proven.
If you are a strava user check this out
https://t.co/QEQNKMMKve
I have been built this entirely by LLM. 0 line of code written manually, except initial setup.
Its a nice visualization dashboard.
I wonder how far will LLM capabilities reach in next 5 years.
🚀Built Recap Insights 100% with AI (I guided, AI shipped).
🧠Primary models: Codex + Opus 4.5.
It’s wild how far you can go from scratch when the scope is tight + patterns are consistent.
🏃If you use Strava or https://t.co/X164TjVNXX, check it out 👉 https://t.co/QEQNKMMcFG
The Outsiders Apple Watch app release GIVEAWAY!
As usually with a major release, we’re giving away premium accesses:
What you’re after:
• 1x Lifetime
• 1x Yearly
• 1x Monthly
To enter:
-> Like/Repost & Comment
Deadline: Wed, Nov 12th (1.3 release day)
#AppleWatch#iOS26
@Dave_DotNet EF Core will do a left join for Include(). I don't think this is an Cartesian explosion. The number of rows returned will be equal to number of matched child rows. You use AsSplitQuery() or not. No of rows returned is not going to change.