Hacker News

Top stories

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

Flet 1.0 – Build cross-platform apps in Python

18 pointsby 2h agoflet.dev
3 comments
1h agoHN ↗

Interesting, looks like this is a framework built on Flutter.

1h agoHN ↗

Yeah, I have been doing a small poc for mobile, then did a web export (why not) and the entire web app is one giant <canvas> element.

I have never written web app with Flutter so this caught me by surprise.

34m agoHN ↗

Looks really interesting, but I notice that Bluetooth isn't in the supported services.

Sort of limits how useful it would be for me - Bluetooth is one of the only reasons I'd do a native app instead of PWA.