Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Kubernetes v1.37: Hardening emptyDir and bind mounts(kubernetes.io ↗)
    discuss
  2. Fender Is Making Enemies with a Messy Fight over Its Iconic Strat(bloomberg.com ↗)
    discuss
  3. Show HN: PortButler – send files from macOS to a device with no way to receive(sshlab.dev ↗)
    discuss
  4. How often people say a habit, therapy, diet or supplement changed their life(jeravalue.com ↗)
    discuss
  5. Fingerprinting Network Honeypots with Weighted Behavioral Scoring Engine(meetcyber.net ↗)
    discuss
  6. Claude Code from Source(claude-code-from-source.com ↗)
    discuss
  7. SEC Issues "Innovation Exemption" to Facilitate Trading of Tokenized NMS Stock(sec.gov ↗)
    discuss
  8. Hackers Used Anthropic's Claude to Break into OpenAI(wsj.com ↗)
    1comments
  9. Jev means structured output is interesting again(seangoedecke.com ↗)
    discuss
  10. Hypercomb – AI open software platform(hypercomb.io ↗)
    discuss
  11. Type Declaration Syntax(citrons.xyz ↗)
    discuss
  12. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    discuss
  13. Goose: 1.16x faster than C++ and 1.12x than safe Rust, while memory safe(github.com/aardappel ↗)
    1comments
  14. Today we're releasing Helix 2.5(twitter.com/figure_robot ↗)
    discuss
  15. AI agents can modify themselves without humans telling them to do so(theregister.com ↗)
    1comments
  16. When A.I. Becomes an Enemy [video](youtube.com ↗)
    1comments
  17. Lakera – Test your AI hacking skills(lakera.ai ↗)
    discuss
  18. From Operations to a Robot Arm(huggingface.co ↗)
    discuss
  19. GrapheneOS accuses Google of gatekeeping Android 17 features and security fixes(androidauthority.com ↗)
    1comments
  20. Apprentice: A Slim, Extensible Coding Harness (Written in Common Lisp)(github.com/skarnati20 ↗)
    2comments
  21. Getting Outbound Email to Work on DigitalOcean(mailfully.com ↗)
    discuss
  22. Anthropic says Claude now leads a quarter of work building its next AI models(businesstimes.com.sg ↗)
    1comments
  23. Mini-Jev – typesafe's Jev implemented on top of an LLM locally(github.com/r-ms ↗)
    discuss
  24. Inside Microsoft and OpenAI, Worry About Damaging the Publishing Industry(nytimes.com ↗)
    discuss
  25. Richard Feynman – The World from another point of view [video](youtube.com ↗)
    discuss
  26. Talk to JEV(chatgpt.site ↗)
    3comments
  27. Muse for macOS(meta.com ↗)
    discuss
  28. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    discuss
  29. Where Awareness Is Not the Problem(medium.com/gurvinder372 ↗)
    discuss
  30. Microsoft exec called AI scraping 'the largest theft of labor in human(techcrunch.com ↗)
    2comments

Flet 1.0 – Build cross-platform apps in Python

53 pointsby 4h agoflet.dev
24 comments
4h agoHN ↗

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

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

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

2h agoHN ↗

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

2h agoHN ↗

Is it more fashionable to build an AI harness?

1h agoHN ↗

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

7m agoHN ↗

wasn't the original ruby on rails demonstrating how to create a blog? I think it was a call back to that 2004 era....

47m agoHN ↗

They didn't even show a prompt box with starry icon button!

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

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

51m agoHN ↗

It's not. OP just has a hate-on for Python. Python is widely used in many domains and has one of the richest ecosystems of packages.

11m agoHN ↗

I love Python,i have been writting Python since 2.2 era, Is great. Bit it's slow as hell, Django is slow, and the filters and custom shit to hit db on the template makes it slower. The parameters styles are too many and now instead of removing things they keep adding features, ok no Gil Is great but match? They should stop now. I hope i will never have to use custom cython modules again. I have even used Python in asterisk agi fastagi etc. But it's really slow and we should accept that

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

43m agoHN ↗

I don’t understand the points attempted to be made here.

especially in the era of LLM

Using a tool to generate a product in a language that someone isn’t familiar with is not a good idea.

horrible language from the performance…

Nor is it a good idea to choose a language strictly for its performance when requirements like portability and framework maturity are at the forefront.

…to the dependencies…

Dependency management isn’t the greatest, but it’s also not awful for a deployed product. Managing dependencies as a developer with multiple projects that each have their own virtual environment may not be fun but it’s not exactly an impossible mess.

…to everything

   from __future__ import everything

can’t believe it got popular over Perl back in the day

And I’m sure people can’t believe that the iPod got more popular than the Zune, but sometimes convenience and taste are what drive decisions.

13m agoHN ↗

What the heck? Python is a joy to program in and it's great for making small utilies, scripts, and even programs that don't require incredible performance. Perl is a pretty horrific-looking language.

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

1h agoHN ↗

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

46m agoHN ↗

Is this build on top of flutter?

And for web, does it generate plain HTML/CSS, the DOM tree, or just generate everything in a canvas?

10m agoHN ↗

Loving it. Been using in projects for a while now.