Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    77comments
  2. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    110comments
  3. Bend(bend-lang.com ↗)
    13comments
  4. Everybody's Lost Their Minds(netmeister.org ↗)
    49comments
  5. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    163comments
  6. Wax motor(wikipedia.org ↗)
    21comments
  7. CrowdSec Source Code Leak(crowdsec.net ↗)
    30comments
  8. Towards Self-Driving Codebases(detail.dev ↗)
    62comments
  9. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    22comments
  10. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    96comments
  11. André Weil and the Hodge Conjecture(jiahao116.github.io ↗)
    4comments
  12. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    219comments
  13. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    258comments
  14. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    13comments
  15. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  16. How GLM built its own inference infrastructure(z.ai ↗)
    248comments
  17. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    19comments
  18. T. Rex Had a Body Temperature of 97 Degrees(nytimes.com ↗)
    59comments
  19. Canto: A speech model built for the real world(wisprflow.ai ↗)
    5comments
  20. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    41comments
  21. One year of sponsored Servo development(servo.org ↗)
    133comments
  22. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    12comments
  23. CCC invites all model citizens to 40C3(ccc.de ↗)
    164comments
  24. Don't Make Job Referrals Public(melashri.net ↗)
    12comments
  25. Vibe Coding is the new Internet Dating?(joecmarshall.com ↗)
    83comments
  26. Grand MS-DOS Gaming General MIDI Showdown(johnnovak.net ↗)
    8comments
  27. Show HN: Share your AI Setup, Learn from others(mysetup.ai ↗)
    77comments
  28. The Return of Sail Power: Cargo Ships Are Turning Back to the Wind(gcaptain.com ↗)
    118comments
  29. LLM Classification Is Feature Engineering(minimallysufficient.com ↗)
    16comments
  30. Vinix – A modern operating system written in V(vinix-os.org ↗)
    55comments

Running Ubuntu on the Lenovo IdeaPad Duet

52 pointsby 2d agovhaudiquet.fr
13 comments
3h agoHN ↗

This is a great write-up about installing Linux on Chromebook.

Thank you for sharing it!

2h agoHN ↗

Wow! Serendipitous, I was just doing the same thing on my duet (trogdor) but I was focused on using Claude to enable the camera (missing in the device tree). I taught it to use depthcharge to reboot into the previous Kernel if a build failed; otherwise boot and start the same Claude chat so I could just let it iterate for days. It took a day to get something usable, pretty amazing.

Then I setup `howdy` to use the camera for auth.

now I’m just trying to figure out if I’m allowed to submit this upstream. Postmarketos explicitly rejects LLM submission, but I can submit it to linux-next. Seems to me a shame, this enables folks who have devices and want to fix things (but lack the time/knowledge) to use these LLM powers for a very good cause.

Plasma mobile has been really great for me, you should try it out!

36m agoHN ↗

I tried (and gave up) to do the same on my trogdor with postmarket because it was the only thing really missing for it to be a daily driver. Any chance you could publish what Claude did ? This article and thread tells me there are more people hacking on the duet than I thought. Maybe we'll be a handful to use your patch.

2h agoHN ↗

I just did something similar to bring mainline Linux to my Daylight DC-1 [1] [2], although possibly more difficult since I had to start from scratch.

I can guarantee the same amount of work, without AI, takes probably 10x or more time (I did it in the past w/ the Google Pixel C [3]).

Unfortunately it looks like pmOS is against AI [4], so I'll likely switch away from pmOS and never contribute a single line in the future. Too bad, I was a huge fan [5].

[1]: https://daylightcomputer.com/product

[2]: https://x.com/DenysVitali/status/2091238391710888416

[3]: https://github.com/pixelc-linux/documentation

[4]: https://docs.postmarketos.org/policies-and-processes/develop...

[5]: https://blog.denv.it/posts/pmos-k3s-cluster/

54m agoHN ↗

Sometimes I have to log in just to ask:

Why would you think one of the more beloved projects for linux mobile phones would be pro-AI?

6m agoHN ↗

Because one of the biggest hurdles to porting the Linux kernel and device-specific software to more hardware and making existing hardware work better is one of the things that "AI" can (seemingly, caveat) do surprisingly well?

Not to say PM (or any other project) should/shouldn't use AI. There are plenty of other salient reasons to reject AI. But given (from what I remember) postmarket's goal is basically saving as many phones from becoming ewaste as possible, well, an LLM could actually be a formidable way to get more hardware than ever running.

1h agoHN ↗

someone needs to do this for the arm Surface Pro 11.

1h agoHN ↗

Cool but my Duet is the later generation with MediaTek Kompanio 838 :(

I really like the form factor. I use my PC at home and corp laptop for work, and I don't need another powerhouse laptop. A lightweight 2-in-1 tablet works well for me. But I never found an OS doing well in both desktop and tablet modes. Most Windows and Linux apps are for desktop. ChromeOS with ArcVM is supposed to work but the performance is terrible. I hope Android desktop mode would do better.

59m agoHN ↗

Recently I was in the market for what I would call a 'low cost linux netbook/tablet' and settled on the Chuwi Minibook X. It has an Intel N150 processor, 16GB of memory and a 512GB nvme drive. For less than $300. I am wildly impressed by it. Touchpad is really terrible but otherwise it is a surprisingly compelling little device. I am still fine tuning the tablet mode stuff -- it doesn't have any hinge measurement sensors it relies on an accelerometer in each half. Codex has been helping me write some cool tools to debug and parse those raw readings into "im in laptop mode" or "im in tablet mode, disable kb/touchpad". I just installed KDE Plasma Mobile yesterday which is quite a cool alternate DE that is more suited to tablets. Here is a video of that codex tooling to help debug the hinge situation: https://www.threads.com/@whalesalad/post/DdYNriIAFO4

25m agoHN ↗

Got my Minibook X U300 yesterday and I’m facing the same issues. Please share your findings as you go, this a cool little machine for Linux.

19m agoHN ↗

I went to LinuxFest Northwest a few months ago, and there was a booth giving away Chromebooks that had been wiped and had a version of NixOS installed on there for free. I very seriously considered grabbing one, but I was only traveling with a backpack which was already pretty full, and I think my wife would (rightfully) give me a dirty look if I hoarded more tech that I'll only use like twice a year.

I kind of regret it now. Oh well, I'll probably come across another cheap Chromebook soon enough to play with.