Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    253comments
  2. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    38comments
  3. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    115comments
  4. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    123comments
  5. How to Write with an LLM(sockpuppet.org ↗)
    19comments
  6. Wax motor(wikipedia.org ↗)
    39comments
  7. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    183comments
  8. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    55comments
  9. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    9comments
  10. CrowdSec Source Code Leak(crowdsec.net ↗)
    35comments
  11. More than 100k people in Japan are now aged 100 or older(bbc.com ↗)
    8comments
  12. The most important product decision is what you don't build(liamnugent.me ↗)
    7comments
  13. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    7comments
  14. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    103comments
  15. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    26comments
  16. How Uber Protects Against Retry Storms(uber.com ↗)
    9comments
  17. How GLM built its own inference infrastructure(z.ai ↗)
    259comments
  18. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    249comments
  19. Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI(zscc.ai ↗)
    discuss
  20. TSMC revealing details about next gen A14 node(mapyourshow.com ↗)
    29comments
  21. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    40comments
  22. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    304comments
  23. One year of sponsored Servo development(servo.org ↗)
    140comments
  24. CCC invites all model citizens to 40C3(ccc.de ↗)
    176comments
  25. Running Ubuntu on the Lenovo IdeaPad Duet(vhaudiquet.fr ↗)
    20comments
  26. Canto: A speech model built for the real world(wisprflow.ai ↗)
    12comments
  27. Computer Reset, Dallas(dfarq.homeip.net ↗)
    discuss
  28. André Weil and the Hodge Conjecture(jiahao116.github.io ↗)
    9comments
  29. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    9comments
  30. Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents
    45comments

Running Ubuntu on the Lenovo IdeaPad Duet

61 pointsby 3d agovhaudiquet.fr
20 comments
5h agoHN ↗

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

Thank you for sharing it!

4h 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!

2h 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.

4h 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/

3h 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?

2h 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.

2h agoHN ↗

This.

Why would you waste 2 years to port Linux to an old / a device when you can literally do it in ~10 days and save many devices from turning into e-waste?

I really don't get their approach. Besides, Linux (and Linus) accepts and are doing AI contributions, so their argument makes no sense (since they're a Linux distro)

1h agoHN ↗

I would also add on top of those points that nobody will ever get paid for mainlining old phones, these are side projects by nature, meaning, not full time.

And since it's such a hard task without AI (and it's still not easy even with it), almost none will ever be mainlined just because of the size of the task

1h agoHN ↗

In your case, it seems you had an automated (semi-automated, maybe?) feedback loop. In my case, I was the feedback loop :D which ended up being the bottleneck for some parts...

17m agoHN ↗

Yes! Removing the human in the loop speeds up the process. Models are better than the average SW engineer nowadays, so this isn't _that_ unsafe... and it really speeds things up

3h agoHN ↗

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

3h 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.

3h 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

2h 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.

2h 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.

1h agoHN ↗

I actually just pulled out my old Duet and took a quick look to see if I could just put proper Linux on it. Didn't seem feasible for the amount of effort I was willing to put into it, so I bailed. Reading this, though, I now see I was definitely right and I'm glad I didn't sink much time into the endeavour lol

Cool post nonetheless!

45m agoHN ↗

I recently put Debian on an old 13" Asus Chromebook. It was surprisingly easy! I don't remember doing much other than removing a screw and installing a UEFI firmware on it. Everything worked out of the box.

It works pretty well too, as long as you temper your expectations around 4GB of RAM and aren't expecting to watch YouTube on it. (Older machines and phones are just not at all happy about 60fps videos.)