HackerLangs
TopNewTrendsCommentsPastAskShowJobs

nake13

no profile record

Submissions

Users Stuck in YubiKey Re-Enrollment Loop on X (Twitter)

twitter.com
57 points·by nake13·8 mesi fa·71 comments

Bringing AI to the next generation of fusion energy

deepmind.google
3 points·by nake13·9 mesi fa·1 comments

Bitcoin Core 30.0

bitcoincore.org
6 points·by nake13·9 mesi fa·1 comments

comments

nake13
·7 mesi fa·discuss
I built a very similar experiment about 10 days ago and shared it here (the post is in Chinese):https://x.com/nake13/status/2000401664923324439

My focus was on finding a good text→URL-slug compression strategy. I used ChatGPT-5.2-Pro mainly to explore and compare different compression approaches and trade-offs.
nake13
·8 mesi fa·discuss
"Over six times the horsepower of Steam Deck" ≈ RTX 3060 Laptop?
nake13
·8 mesi fa·discuss
The post is gaining traction as more than a dozen users, including me, report the same issue.
nake13
·9 mesi fa·discuss
Wikipedia’s coverage looks broad, but it still can’t keep up with how fast knowledge grows. And the gaps are even more severe in non-English versions of Wikipedia.
nake13
·9 mesi fa·discuss
If you’ve tried OpenAI’s Deep Research or similar tools, you’ll know they pull far more info than Wikipedia. But if you’re an expert, you’ll quickly spot errors since the breadth is huge but the depth and accuracy are only so-so.

For non-experts just exploring new topics, it’s still perfectly useful. Grokipedia probably uses a similar search, verify, summarize workflow, so it naturally inherits mistakes from the internet, which isn’t really an LLM problem.

Grok is just the first to make it public, and other AI companies could easily build their own synthetic data Wikipedias, and some probably already have.
nake13
·9 mesi fa·discuss
I quite like the ASCII art animation from DevDay.
nake13
·9 mesi fa·discuss
That just shows they were in a rush to release the product rather than taking time to refine it. You can tell it’s quite rough and simple, with almost no distinctive visual style.
nake13
·9 mesi fa·discuss
They should really back projects like Servo or Ladybird to cut down on their reliance on Chromium/Webkit. It’s the only way to truly support an open-source ecosystem and push forward the next generation of browser engine, even if it takes time.
nake13
·9 mesi fa·discuss
ChatGPT Atlas just packages several existing ChatGPT features into Chrome, for example, the basic Chat UI and an Agent mode. By turning the browser into the product, it gives them access to more user data, enabling more personalized recommendations. It also allows them to execute specific tasks once users are logged into certain services.
nake13
·9 mesi fa·discuss
https://support.apple.com/en-us/123359
nake13
·9 mesi fa·discuss
It seems this generation focuses more on GPU and AI acceleration rather than CPU. The M5 chip allows Apple Vision Pro to render 10% more pixels and operate at up to 120 Hz. It delivers up to four times the peak GPU compute performance compared with M4, provides 30% higher graphics performance, and offers 15% faster multithreaded CPU performance.
nake13
·9 mesi fa·discuss
Bitcoin Core v30.0 now relays/mines txs with multiple OP_RETURN outputs and raises the default -datacarriersize to 100,000 bytes. This is a mempool policy change, not consensus. The move has already gotten negative feedback from devs worried it invites more arbitrary “junk” data on-chain. Bitcoin Core’s stance is harm-reduction: OP_RETURN is prunable and cleaner than UTXO-stuffing workarounds that people have been using anyway. Economically, more fee-paying bytes means miners are unlikely to reject it.