Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Lakera – Test your AI hacking skills(lakera.ai ↗)
    discuss
  2. From Operations to a Robot Arm(huggingface.co ↗)
    discuss
  3. GrapheneOS accuses Google of gatekeeping Android 17 features and security fixes(androidauthority.com ↗)
    discuss
  4. Apprentice: A Slim, Extensible Coding Harness (Written in Common Lisp)(github.com/skarnati20 ↗)
    1comments
  5. Getting Outbound Email to Work on DigitalOcean(mailfully.com ↗)
    discuss
  6. Anthropic says Claude now leads a quarter of work building its next AI models(businesstimes.com.sg ↗)
    1comments
  7. Mini-Jev – typesafe's Jev implemented on top of an LLM locally(github.com/r-ms ↗)
    discuss
  8. Inside Microsoft and OpenAI, Worry About Damaging the Publishing Industry(nytimes.com ↗)
    discuss
  9. Richard Feynman – The World from another point of view [video](youtube.com ↗)
    discuss
  10. Talk to JEV(chatgpt.site ↗)
    1comments
  11. Muse for macOS(meta.com ↗)
    discuss
  12. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    discuss
  13. Where Awareness Is Not the Problem(medium.com/gurvinder372 ↗)
    discuss
  14. Microsoft exec called AI scraping 'the largest theft of labor in human(techcrunch.com ↗)
    1comments
  15. NASA satellite discovers a new crater on the moon bigger than the Colosseum(cbc.ca ↗)
    1comments
  16. Forget doomsday: The AI hacking crisis is here(axios.com ↗)
    1comments
  17. Base's B20 Bet Is Growing – Could the Next Billion-Dollar Project Be Built Here?(fika.bar ↗)
    discuss
  18. The FAA's plan to fix air traffic? $875M worth of AI(techcrunch.com ↗)
    discuss
  19. Red and Blue America Have Found Something to Agree On: Flock Cameras Must Go(wsj.com ↗)
    discuss
  20. LawConnect(lawconnect.com ↗)
    1comments
  21. Email marketing from Grok Bot official integration(twitter.com/migma_ai ↗)
    discuss
  22. OSU's Bag Man - What was his bag, man?(oregonstater.org ↗)
    discuss
  23. Mistral Hacked(frenchbreaches.com ↗)
    discuss
  24. Dear developers, we are open‑sourcing our dictation app, Blurt(assemblyai.com ↗)
    discuss
  25. Can an AI chatbot save lives by answering texts about pregnancy?(npr.org ↗)
    discuss
  26. Publishers block the robots.txt path their own affiliate redirects live on(disclosed.info ↗)
    discuss
  27. Productivity Effects Across Generations of AI Coding Tools(ssrn.com ↗)
    1comments
  28. Talk to JEV(github.com/mkotlikov ↗)
    discuss
  29. Typing Python, Gradually [video](youtube.com ↗)
    discuss
  30. PPPlayer – An open-source music player built with Flutter(ppplayer.com ↗)
    discuss

Flet 1.0 – Build cross-platform apps in Python

46 pointsby 4h agoflet.dev
15 comments
3h agoHN ↗

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

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

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

1h agoHN ↗

Using a to-do list app as the first example to advertise a new app framework is absolutely wild in Q3 2026.

1h agoHN ↗

Is it more fashionable to build an AI harness?

50m agoHN ↗

That's fine, but a blog doesn't seem technically more demanding or interesting than a to-do list

1h agoHN ↗

Python needs to be in less places not more.

I believe Python has done more harm than good to the industry.

Its by nature very inefficient, it leads you in the direction to some very poor abstractions (inheritance, monkey patching, mixins etc) and as a result code that is very prone to subtle bugs and issues.

It deserves all the love it gets as an approachable language, but it deserves a lot more flack for everything else.

1h agoHN ↗

Please no, python should be deprecated at this age, especially in the era of llm, horrible language from the performance to the dependencies to everything, can’t believe it got popular over perl back in the day

1h agoHN ↗

I used it quite a bit for writing tools for applications like Maya and Blender as it's the only fully supported API surface. I take it it's pretty bad for anything more complex. I notice it's used quite a bit in science and math communities too.

56m agoHN ↗

Performance isn’t important for any of the millions of things I use python for. I learned Perl first and gladly gave it up for syntax readability and easy of use over the years.

Pick the tool that’s right for you and the job, arguing against something based on your specific preferences should be seen as an argument without merit. I gave up Perl around the turn of the millennium, maybe it improved sense, but I really hated it back then-but I don’t go around badmouthing it and telling people to get rid of it.

Python is almost as ubiquitous as html, css, etc. It’s everywhere

54m agoHN ↗

kivy, which does the same thing, has been around for over 10 years. I built my thesis in it a few years ago. not recommended—too many limitations and build issues in practice. given that this one is less mature...I'm not optimistic.

24m agoHN ↗

Is there a downloadable sample somewhere? Would like to see how large a native build is.