frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: A Beautiful Python GUI Framework

https://github.com/mebaadwaheed/winup
6•ebaadesque•4h ago

Comments

ebaadesque•4h ago
GitHub Repo: WinUp What My Project Does WinUp is a modern, component-based GUI framework for Python built on PySide6 with: A real reactive state system (state.create, bind_to) Live Hot Reload (LHR) – instantly updates your UI as you save Built-in theming (light/dark/custom) Native-feeling UI components Built-in animation support Optional PySide6/Qt integration for low-level access No QML, no XML, no subclassing Qt widgets — just clean Python code. Target Audience Python developers building desktop tools or internal apps Indie hackers, tinkerers, and beginners Anyone tired of Tkinter’s ancient look or Qt's verbosity

Example: State Binding with Events import winup from winup import ui

def App(): counter = winup.state.create("counter", 0) label = ui.Label() counter.bind_to(label, 'text', lambda c: f"Counter Value: {c}")

    def increment():
        counter.set(counter.get() + 1)

    return ui.Column(children=[
        label,
        ui.Button("Increment", on_click=increment)
    ])
if __name__ == "__main__": winup.run(main_component_path="new_state_demo:App", title="New State Demo")

Install pip install winup

Built-in Features Reactive state system with binding Live Hot Reload (LHR) Theming engine Declarative UI Basic animation support PySide/Qt integration fallback

Contribute or Star The project is active and open-source. Feedback, issues, feature requests and PRs are welcome. GitHub: WinUp

Show HN: AI-SDK-Cpp – Unified C++ SDK for OpenAI, Anthropic, and More

https://github.com/iskakaushik/ai-sdk-cpp
1•cauchyk•2m ago•0 comments

Official Brave F-Droid repository now available

https://brave.com/blog/f-droid/
2•LorenDB•2m ago•0 comments

Theoretical Analysis of Positional Encodings in Transformer Models

https://arxiv.org/abs/2506.06398
1•PaulHoule•2m ago•0 comments

Rust in the Linux kernel: part 2

https://lwn.net/SubscriberLink/1025232/fbb2d90d084368e3/
1•chmaynard•2m ago•0 comments

First-Ever SpaceX Shares Now Available Through Blockchain

https://www.forbes.com/sites/digital-assets/2025/06/26/first-ever-spacex-shares-now-available-through-blockchain/
1•mywacaday•3m ago•0 comments

Leveraging (abusing?) external formatters in Zed

https://adamhl.dev/blog/zed-external-formatters/
1•genshii•3m ago•0 comments

Programmatic SEO as Early-Growth Infrastructure for B2B SaaS Startups

https://guptadeepak.com/the-early-stage-growth-trap-how-smart-startups-escape-the-marketing-catch-22/
1•guptadeepak•5m ago•1 comments

The Complete Rust Security Handbook

https://github.com/yevh/rust-security-handbook
1•Ganipote•5m ago•0 comments

Show HN: Learnings from an automated grant writing app developer

https://harryherzberg.substack.com/p/lessons-from-building-changefinder
1•spiderjew•8m ago•0 comments

Shadow of a Doubt

https://harpers.org/archive/2025/07/shadow-of-a-doubt-ocd-andrew-kay/
1•samclemens•8m ago•0 comments

Sniffnet v1.4: it's 2X faster than Wireshark at processing PCAP files

https://sniffnet.net/news/v1.4/
2•todsacerdoti•9m ago•0 comments

Show HN: Rhythm Is All You Need – Goodbye Transformers Rhythm Is the Final Piece

https://medium.com/@rikudatian0/rhythm-is-all-you-need-the-age-of-transformers-is-over-d5fd755ed5fa
2•RyukuLogos•13m ago•0 comments

Extreme Diving in Mammals

https://journals.biologists.com/jeb/article/223/18/jeb222109/225819/Extreme-diving-in-mammals-first-estimates-of
1•J253•14m ago•0 comments

Flight Forced on 8-Hour Detour After Missing Munich Airport Curfew by 10 Seconds

https://www.jalopnik.com/1896844/flight-forced-8-hour-detour-after-missing-airport-curfew/
3•josephcsible•14m ago•1 comments

Thorium - A long-abandoned US nuclear technology is making a comeback in China

https://www.technologyreview.com/2025/05/01/1115957/old-new-nuclear-technology/
3•pseudolus•17m ago•0 comments

SpaceX's Starbase city officials silent on crane collapse

https://techcrunch.com/2025/06/27/spacexs-starbase-city-officials-silent-on-crane-collapse/
2•perihelions•21m ago•0 comments

Show HN: CNPJ Info

https://cnpj-info.com
1•iccananea•25m ago•0 comments

Jensen Huang Just Put a $1T Price Tag on the AI Gold Rush

https://www.aol.com/jensen-huang-just-put-1-210947308.html
2•Bluestein•26m ago•0 comments

Show HN: Dipstick – A new way to DI in TS

https://github.com/mako-taco/dipstick
1•xxiem•28m ago•0 comments

You can now buy personally Human Attention for $5

https://momentarily.online/
3•Lovishotherdays•31m ago•3 comments

Photo trigger for 1990s Power Mac discovered after 27 years

https://arstechnica.com/gadgets/2025/06/after-27-years-engineer-discovers-how-to-display-secret-photo-in-power-mac-rom/
2•doener•32m ago•0 comments

Tencent Hunyuan open-sources its first hybrid AI model

https://www.techinasia.com/news/tencent-hunyuan-opensources-hybrid-ai-model
1•angst•33m ago•2 comments

The AI Delegation Dilemma

https://www.foxhound.systems/blog/ai-delegation-dilemma/
1•charukiewicz•35m ago•0 comments

Tesla has been ordered to stop "deceptive practices" about driving ability

https://www.latintimes.com/tesla-ordered-stop-deceptive-practices-cars-self-driving-capabilities-france-face-thousands-585563
21•01-_-•35m ago•2 comments

The Journey of Bypassing Ubuntu's Unprivileged Namespace Restriction

https://u1f383.github.io/linux/2025/06/26/the-journey-of-bypassing-ubuntus-unprivileged-namespace-restriction.html
2•Bogdanp•35m ago•0 comments

Apple Pippin

https://en.wikipedia.org/wiki/Apple_Pippin
1•LorenDB•37m ago•0 comments

Meta Claims Victory over OpenAI in Talent War

https://digitrendz.blog/newswire/artificial-intelligence/21223/meta-claims-victory-over-openai-in-talent-war/
2•cyberwaj•37m ago•0 comments

Scattered Spider hackers shift focus to aviation, transportation firms

https://www.bleepingcomputer.com/news/security/scattered-spider-hackers-shift-focus-to-aviation-transportation-firms/
2•01-_-•39m ago•0 comments

Univ of Virginia President Resigns Under Pressure from Trump Administration

https://www.nytimes.com/2025/06/27/us/politics/uva-president-resigns-jim-ryan-trump.html
7•bookofjoe•43m ago•1 comments

Supreme Court overturns 5th Circuit ruling that upended Universal Service Fund

https://arstechnica.com/tech-policy/2025/06/supreme-court-saves-universal-service-fund-rules-fcc-fee-is-not-illegal-tax/
4•pseudolus•44m ago•0 comments