Same. Apparently there's ongoing work to integrate live traffic: https://codeberg.org/comaps/comaps/projects/21877
HN user
jhoho
I struggle to find good resources on this topic. The few I found indeed attribute the lower latency of more recent Wi-Fi generations to techniques like MLA and OFDMA, not necessarily the frequency (which makes sense, of course). The cudy link makes it look like channel congestion is a factor, too. https://www.rtings.com/router/learn/research/wireless-latenc... https://www.zbtwifi.com/blogs/frontier-technology-news/wi-fi... https://www.cudy.com/en-benelux/blogs/news/6-ghz-vs-5-ghz-th...
While it already is a very deep discussion, like most it does not discuss the latency improvement that 6 GHz Wi-Fi brings. Afaik Wi-Fi 6E 6 GHz has a latency of 5 ms and less, while Wi-Fi 6 comes with about 10 ms at 5 GHz.
As usual, the Apple design is a great baseline: https://www.audiosciencereview.com/forum/index.php?threads/r...
It doesn't provide full volume output under Android, though.
Otherwise, the CS43131 DAC powers some great designs. I can't comment on their durability, though. https://www.audiosciencereview.com/forum/index.php?threads/j...
He regularly wrote essays for "Süddeutsche Zeitung", commenting on the world's political situation. The last one I read was published in November 2025. Sharp as a knive, as always. I'll miss them.
What an accomplished life.
I would guess so, as the BC-250 is basically a PS5 with 24 instead of 36 CUs. For the curious: https://github.com/mothenjoyer69/bc250-documentation I would guess that he could leverage the APU support that was merged with Mesa 25.1.
You might want to read about the rebound effect. https://en.wikipedia.org/wiki/Rebound_effect_(conservation)
I second this, although since the Pixel 8(a) they all come with USB-C 3.2 and DisplayPort support. You have to buy a cable that supports it, though.
I'm on board as soon as they include a zoom camera.
But for now it seems like I'll remain with a Pixel and GrapheneOS.
Can you elaborate?
Their last announcement is from November 2024: https://jolla.com/press
I guess they'll start PR once the phone is funded.
That threw me off, too. They probably chose it to keep the costs low. I wonder about the overall impact, though.
It seems like this is indeed possible using video codecs: https://arxiv.org/abs/2407.00467v1
It's really beautiful but I stopped using it because of its opaque ties with Russia. https://en.wikipedia.org/wiki/OnlyOffice#Organization
Let me introduce you to the beautiful world of virtual environments. They save you the headache of getting a full installation to run, especially when using Windows.
I prefer miniconda, but venv also does the job.
While true, the benchmarks are not run on the Ryzen's NPU but the much stronger GPU.
It's because of the bigger VRAM - 70B parameters don't fit into the 4090's 24GB.
LLM benchmarks at 13:20 https://youtu.be/v7HUud7IvAo?feature=shared&t=800
There are several more studies and dietary recommendations regarding oat, just search Google Scholar and similar.
Not sure how widely known this is, but recent studies have shown great, sustained results for type 2 through dietary interventions using wholegrain oat (as it contains beta-glucan): https://www.thieme-connect.com/products/ejournals/html/10.10... https://www.sciencedirect.com/science/article/pii/S221479931...
Can you recommend a resource on this for the curious learner?
That pretty much sums up their early adopter experience.
The PineTime ecosystem is pretty neat nowadays, just try out InfiniTime: https://github.com/InfiniTimeOrg/InfiniTime
The ASRock DeskMini X600 was presented one week ago. ASRock blamed AMD for the lack of affordable mainboards delaying it. https://www.asrock.com/news/index.asp?iD=5353
The soil in the Austrian Country of Styria has notoriously low iodine levels. When visiting Styria in 1748, David Hume wrote:
'But as much as the country is agreeable in its wildness, as much are the inhabitants savage, and deformed, and monstrous in their appearance. Very many of them have ugly swelled throats; idiots and deaf people swarm in every village; and the general aspect of the people is the most shocking I ever saw.' [1]
That's why some traditional costumes in that region include a so called "Kropfband" (goitre bound). [2]
It's fascinating how much one's place of birth used to influence a life and medical biography and in many countries still does.
[1] https://www.gutenberg.org/files/42843/42843-h/42843-h.htm
You'll love what the community did with Supreme Commander, Chris Taylor's spiritual successor to Total Annihilation: https://www.faforever.com/
They even created a Coop-Campaign and a completely new faction.
LineageOS, CalyxOS and GrapheneOS all come with Seedvault which allows nightly remote backups. They're anything but complete, though. For folders, Syncthing might be interesting. I don't think it's possible without rooting your phone. Then, NeoBackup could do it.
There's also F-Droid Basic which targets Android 13 and therefore allows unattended updates without root: https://f-droid.org/packages/org.fdroid.basic
With 7 Watts, the Snapdragon has less than half the Intel's and Apple's TDP, though. Also, the i7-1355U only became available in 2023.
The confirmed upgrades to 8 performance cores (from 4), ARMv9, PCIe 4, DDR5 RAM and possibly a higher TDP will bring significant performance gains with Gen 4.
But in principle I agree to you, I wouldn't use it yet.
Edit: Also, why leave AMD out :) https://www.cpubenchmark.net/compare/4774vs4104vs4794vs4102/...
Android offers seamless updates for apps from third party stores targeting API 29 since Android 12 via the REQUEST_INSTALL_PACKAGES permission: https://support.google.com/googleplay/android-developer/answ... https://developer.android.com/reference/android/content/pm/P... There are issues on GitLab covering this: https://gitlab.com/fdroid/fdroidclient/-/issues/1836