Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Astra for Law(openai.com ↗)
    250comments
  2. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    36comments
  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. Sex, AI, and the Apocalypse(iankduncan.com ↗)
    50comments
  6. Wax motor(wikipedia.org ↗)
    39comments
  7. How to Write with an LLM(sockpuppet.org ↗)
    17comments
  8. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    180comments
  9. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    8comments
  10. CrowdSec Source Code Leak(crowdsec.net ↗)
    35comments
  11. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    7comments
  12. More than 100k people in Japan are now aged 100 or older(bbc.com ↗)
    5comments
  13. The most important product decision is what you don't build(liamnugent.me ↗)
    7comments
  14. Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data(arxiv.org ↗)
    26comments
  15. Rate limits on GitLab.com are changing(about.gitlab.com ↗)
    103comments
  16. How Uber Protects Against Retry Storms(uber.com ↗)
    9comments
  17. How GLM built its own inference infrastructure(z.ai ↗)
    258comments
  18. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    248comments
  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. The American Religion of Self-Storage Facilities(newyorker.com ↗)
    302comments
  22. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    40comments
  23. One year of sponsored Servo development(servo.org ↗)
    138comments
  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 ↗)
    8comments
  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
    44comments

Show HN: Microsoft Office Running with Wine on Linux with No Virtualization

3 pointsby 2h agogithub.com
2 comments
Microsoft Office famously hasn't worked well with Wine since Office 2007. There are lots of solutions out there to work around this, but all of them involve fairly heavy virtualization.

Multiple people have told me that their biggest hangup for switching to Linux from Windows is the lack of the desktop version of Microsoft Office, and they don't want to run a VM to get around it.

I recently fell into a bunch of free time with a Claude Max subscription, so I got Fable to hack at this until it worked! And with this, we have Microsoft Office running on Linux, with no Windows in sight!

I can't promise that this will work on everyone's computer, but I did put this all in Nix Flakes, so ideally it should be relatively reproducible on any Linux system with the Nix package manager and Flakes enabled. Also, it does not work very well with X, but Wayland appears to work fine.

This is not warez. You need a valid license for Office 365 for this to work. You also need to register on Microsoft's website in a browser; the flow for registering in the app proved to be tricky and not worth pursuing.

This is more proof of concept than anything else; I have no doubt that there are bugs and improvements to be made. I have only tested this with NixOS on Sway and KDE, and as stated it only really works with Wayland and the absolute latest GE-Proton, but I believe it would work fine with Gnome or any other Wayland desktop.

Full disclosure, Claude Code with Fable did the vast vast majority of the work on this. I ended up primarily just reading log messages and complaining back to it.

2h agoHN ↗

Good work. I had assumed Office and Wine had been an unsolvable problem due to how long it had been around.

What specifically breaks? My understanding is that the modern version of Office is in reality a combination of many things: the licensing layer, the .NET bits, the Click-to-Run packaging, and finally the app. If it turns out that the real hard part is the licensing/activation flow rather than the app itself, that is a more interesting discovery in that the problem is less about the app itself and more about how the distribution works. Which might also explain why it got easier to tackle.

2h agoHN ↗

Actually not that much breaks now!

The hardest part was the activation, but some patience with Claude seemed to get that working.

At least with Sway, I had trouble getting anything with X11 working, particularly anything involve "pop ups". That includes right-click menus and stuff like that. Wayland works much better.

It also took a very long time to get the dictionary loaded for spell-check, and then a very long time to get the red squigglies working.