Advertisement · 728 × 90

Posts by Nigel Breslaw

Preview
Slint 1.16 Released Slint 1.16 Released

🚀 Slint 1.16 is out.
Declare keyboard shortcuts with @keys, render Markdown with StyledText, and handle multi-touch pinch & rotate gestures. 🎨

Read more: slint.dev/blog/slint-1...

#Slint #GUI #UI #EmbeddedDev #OpenSource #rustlang

3 days ago 9 1 0 0

There's a take going around that not knowing how to code is an advantage when using AI.

It’s wrong.

The more you understand coding and software engineering, the better your prompts, the better you manage the context, the better your feedback, and the better the product you ship.

1 week ago 6 1 3 0
Call for Testing for Slint 1.16 · slint-ui slint · Discussion #11316 We're preparing the Slint 1.16 release, and the pre-release/1.16 branch (also available via the nightly builds) is ready for testing. Your feedback is key to catching regressions early and polishin...

Slint 1.16 is almost here and we'd love your help testing it.
✨ Keyboard shortcuts, FlexboxLayout, rich text, multi-touch gestures, and more.
Try the pre-release and let us know if you spot any regressions:
github.com/slint-ui/sli...
#Slint #UI #RustLang #CPP #GUI #OpenSource

1 week ago 3 1 0 0
Preview
shell script to remove old Mac wifi connections shell script to remove old Mac wifi connections. GitHub Gist: instantly share code, notes, and snippets.

My Mac had >100 old Wifi connections and the Mac REQUIRES you delete them 1 at a time. I created a shell script to automate the process. I thought others might be interested.
gist.github.com/scottjenson/...

4 weeks ago 76 10 7 0

Knip rocks! Thank you for all you do 🙌

4 weeks ago 2 0 1 0
Video

i built an entire x86 CPU emulator in CSS (no javascript)

you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

lyra.horse/x86css/

1 month ago 2615 870 132 159

Isn’t that just displayed for paid apps or apps with micro-transactions?

2 months ago 1 0 1 0
Advertisement
Preview
Release 1.15.1 · slint-ui/slint Slint 1.15.1 is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the ChangeLog. Upgrading to Slint 1.15.1: Rust: Run cargo update. C++: If you're usin...

Hi! We've just released #Slint 1.15.1, a patch release that fixes a handful of bugs that slipped the last release.
Slint is a native UI toolkit for embedded and desktop apps.
See our change log for a complete list of changes.
github.com/slint-ui/sli...

#cpp #cplusplus #rustlang #python

2 months ago 4 1 0 0
Preview
Slint 1.15 Released Slint 1.15 Released

🎉 Slint 1.15 is out!

This release brings dynamic GridLayout (with for loops), two-way bindings on struct fields, Python type hints via slint-compiler, and improved iOS/Android support (safe area + virtual keyboard areas).

📝 Blog post: slint.dev/blog/slint-1...

#Slint #rustlang #python #cpp

2 months ago 13 1 0 0
Preview
LibrePCB 2.0.0 Released | LibrePCB Blog I am very proud to announce the release of LibrePCB 2.0.0 today, after 10 months of hard work! The implementation of a completely new UI with modern technologies marks the beginning of a new era in th...

🎉 #LibrePCB 2.0 is out
librepcb.org/blog/2026-01...
A free, cross-platform app for drawing schematics and designing PCBs. In 2.0, the UI migrated from #Qt to #Slint, bringing a refreshed productivity-focused interface.
Proud to see Slint used in a large-scale desktop app 💙
#MadeWithSlint #OpenSource

2 months ago 8 2 1 0
Call for Testing for Slint 1.15 · slint-ui slint · Discussion #10621 We're getting ready for the Slint 1.15 release, and your feedback helps us make it solid and reliable! Please try the pre-release/1.15 branch with your own applications and report any regressions y...

🔍 Call for testing: #Slint 1.15 is coming soon!
Please try the release branch with your own apps and report any regressions.

Highlights include GridLayout for loops, mobile safe areas, two-way bindings on structs, Python stubs, and more.

📝 github.com/slint-ui/sli...

#rustlang

2 months ago 7 1 0 0
Preview
Using Servo with Slint Using Servo with Slint: A Journey of Rust and Rendering

We’re working on using #Servo to embed web content in #Slint apps 🦀🌐
For details, examples, and screenshots, check out Burhan’s blog post:
slint.dev/blog/using-s...

#rustlang #MadeWithSlint @servo.org

3 months ago 25 5 0 0

Oh I’m wrong arn’t I! It’s not a circle radius but a squircle!

3 months ago 1 0 0 0

It’s just school level trigonometry 😁 Doubt few would think to add the detail though. So good!

3 months ago 0 0 0 0

Slint

4 months ago 1 0 0 0

However it’s so hard to be disciplined. It often creates quite a lot of code. And I’m someone that has to write stuff myself to understand it. I’m not great at reading code. I have to really push myself to manually refactor and tidy things. 🤷🏻‍♂️

4 months ago 1 0 0 0
Advertisement

To answer your original question I’m using cursor plan mode a lot. Where you create a mini spec and it executes. I use it because it helps me think through a problem. Then the tables and checklists seem to give the AI guardrails that reduce (but not eliminate) mistakes.

4 months ago 1 0 1 0

But a user story is far too high level. I can’t believe we are anywhere near the point that is practical. The other issue is a story can be quite a large PR. That’s a lot of weird AI code to review.

4 months ago 1 0 1 0

I’m asking it very small and specific things. “Create the state using library X and then create a form using the components in the existing library to do Y”. Cursor makes a plan. I review that. It executes and there is always things to be fixed or simplified.

4 months ago 1 0 0 0

Oh I had misread your message. I wouldn’t think to try it because I’m just using AI to speed up learning some new libraries or save time writing boiler plate heavy UI code. It’s a help when Google fails or documentation is poor or not a good fit for how I learn.

4 months ago 1 0 0 0
Preview
Spec-driven development with AI: Get started with a new open source toolkit Developers can use their AI tool of choice for spec-driven development with this open source toolkit.

Not heard the term and found github.blog/ai-and-ml/ge... if that is what you mean? I use the plan mode in Cursor, but that is a spec for small specific chunks. AI struggles with that, so the blocker being todays AI cannot cope with high level tasks and no serious developer would claim it can?

4 months ago 1 0 1 0

AI assisted. But more to try things out and learn. Although AI seems to be an easy trap to fall into where you make yourself ignorant. Then use it lots when refactoring repetitive UI changes.

5 months ago 1 0 1 0
Video

I'm so happy with the new Speedometer demo that is part of @slint.dev 1.14. It took around a day to complete and this video shows the jump from the first hour or so, to when I finished polishing things. You can play with the demo or see the code here docs.slint.dev/latest/demos...

5 months ago 5 1 1 0
Advertisement
Preview
Slint 1.14 Released Slint 1.14 Released

We’re proud to release #Slint 1.14 💙
Now with universal transforms 🌀, #Python asyncio 🐍, and a unified text engine with Fontique and Parley 🖋️
👉 slint.dev/blog/slint-1...

#cplusplus #GUI #Python #rustlang

5 months ago 4 1 0 0
Preview
Announcing Vite+ Introducing Vite+, a unified toolchain for JavaScript.

The Unified Toolchain for the Web

We are thrilled to announce Vite+: A unified, Rust-powered toolchain and drop-in upgrade for @vite_js.

Read the full vision and learn about our sustainable licensing model (free for individuals, OSS & small businesses).

voidzero.dev/posts/announ...

6 months ago 180 49 5 11
Preview
Call for testing: 1.14 release · slint-ui slint · Discussion #9720 We’re getting ready for the Slint 1.14 release, and your feedback helps us make it rock-solid! Please try the latest master build with your own applications and report any regressions 🌟 Highlights:...

🔎 Call for testers!
#Slint 1.14 is around the corner — try the latest build and tell us what you find 🐛✨
🌀 New transforms, 🖋️ better text, 🐍 Python asyncio, 💻 live preview updates
👉 github.com/slint-ui/sli...

6 months ago 6 1 0 0
Black-and-white picture of two children playing in woodland. Also in the picture, there are 12 hidden animals including an owl, a bat and a squirrel.

Black-and-white picture of two children playing in woodland. Also in the picture, there are 12 hidden animals including an owl, a bat and a squirrel.

An observation test for you - for your inner 8 year-old

“The artist has hidden 12 things in this picture. How many can you find?”

Treasure magazine, 1964
Official answers coming soon

(Even if you don’t reply, could you please ‘like’ or share this one? 🙏)

6 months ago 926 279 86 31
Preview
Slint Extension A native Zed extension for Slint.

zed.dev/extensions/s...

6 months ago 0 0 0 0

Any Slint app. Rust, C++, Python and Typsecript. The Slint Material docs have starter templates for each language.

6 months ago 0 0 0 0
Preview
Add Finnish translation (fi) · Issue #1290 · fabian-hiller/valibot Could you add a Finnish translation to @valibot/i18n? https://github.com/fabian-hiller/valibot/blob/main/packages/i18n/README.md

Is there a developer from Finland 🇫🇮 in our community who is interested in contributing Finnish translations to @valibot.dev's i18n package? 📦 github.com/fabian-hille...

7 months ago 0 1 0 0
Advertisement