Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Your Agent Aced the Task. Will It Do It Again?(huggingface.co ↗)
    discuss
  2. The truth about 'Naza,' or collateral damage(timesofisrael.com ↗)
    2comments
  3. Why Whisper and medical speech APIs are making potentially fatal errors(appen.com ↗)
    discuss
  4. Agent Session Introspection(lmstudio.ai ↗)
    discuss
  5. U.S. Strike on Iranian School May Have Been War Crime, U.N. Report Says(nytimes.com ↗)
    discuss
  6. Five air-gapped, zero-telemetry utilities for privacy and operational leaks(github.com/warknoc ↗)
    discuss
  7. The GDP-per-person slowdown threatens global living standards(economist.com ↗)
    discuss
  8. Air Force secretary acknowledges the US has weapons in space(abcnews.com ↗)
    discuss
  9. Show HN: OpenAI has a live market price before it has a stock ticker(tickerlayer.com ↗)
    2comments
  10. Open weights models are surprisingly aligned on offensive cyber(pentesttoday.com ↗)
    discuss
  11. Google Earth to be axed next year [video](youtube.com ↗)
    1comments
  12. What Little Hope Remains(coredump.cx ↗)
    discuss
  13. Mind Mapping for Omarchy(mindarchy.xyz ↗)
    1comments
  14. Ask HN: What exists if I want a premade SoC/MCU/screen/enclosure/battery?
    1comments
  15. What's New in Vapor 5 Beta(vapor.codes ↗)
    discuss
  16. How to Get Your First 100 SaaS Users in Europe(speartip.eu ↗)
    discuss
  17. Show HN: Salt – Human and AI Economies driven across E2E encrypted chats(saltapp.ai ↗)
    discuss
  18. Resy suspends VC for using AI agents to book reservations(businessinsider.com ↗)
    1comments
  19. OpenAI Agents Got into Link Shortener, Surfed Web, Called FBI with a Stranger's(kennethdegraff.com ↗)
    1comments
  20. Best Sugar Daddy Apps(gitlab.com/bestsugardaddyapps ↗)
    discuss
  21. How Bain Cap is deploying 1.6B(techcrunch.com ↗)
    discuss
  22. Separating Compilation from Attestation. C++ memory safety without disruption(gist.github.com ↗)
    discuss
  23. Show HN: Jev routing coding tasks to Grok Build or Codex Astra(github.com/jcpsimmons ↗)
    discuss
  24. The Mother Tongue of All Secrets(sundaylongread.com ↗)
    1comments
  25. Cohere launches confidential computing in model vault(cohere.com ↗)
    discuss
  26. How Claude is uplifting biomolecular modeling(anthropic.com ↗)
    discuss
  27. The Next Gene-Editing Technology May Also Be the Oldest(nytimes.com ↗)
    discuss
  28. How to Write with an LLM(sockpuppet.org ↗)
    discuss
  29. Alibaba Releases Qwen3.8-Omni-Flash(tokenstead.ai ↗)
    discuss
  30. Don't Drown the Dream – AI(jeffreylminch.substack.com ↗)
    discuss

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

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

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

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