Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rubymamis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
18 ms
·
1.
▲
by
rubymamis
10d ago
I’m sick of AI prose and miss the good days when good repos had concise, well-written README.
2.
▲
by
rubymamis
15d ago
Like this, but the problem with such immediate mode GUI apps is that they constantly burn 1-2% of CPU when the app is idle. A waste of compute and power.
3.
▲
by
rubymamis
28d ago
I'm waiting for Phase 2[1]: especially "Algebraic data types & pattern matching". Current tagged union[2] use is pretty awkward/verbose and lacks exhaustiveness checking and typed error handling. [1] https:/&#x
4.
▲
by
rubymamis
1mo ago
Indeed! I wrote my note-taking app with a block editor (like Notion) in Qt with QML for the UI and C++ for the logic and it's been an incredible experience![1] [1] https://rubymamistvalove.com/block-editor
5.
▲
by
rubymamis
1mo ago
The QR code that shows on hovering the "Download" button is very cool! Kudos to the person who came up with that.
6.
▲
by
rubymamis
2mo ago
I know people would dismiss this, but I'm going to try to make the case for Qt - I'm currently converting my note-taking app to mobile and it's going very well.
7.
▲
by
rubymamis
3mo ago
Fable was the only model that was able to detect a data corruption bug in my Qt C++ note-taking app[1] that all other tested models (gpt-5.5 xhigh, GLM-5.1, Kimi 2.7, DeepSeek V4 Pro) didn't find. I'll test on GLM-5.2 and Mimo v2
8.
▲
by
rubymamis
4mo ago
These days you write the logic in C++ and UI in QML which is a very pleasent experience.
9.
▲
by
rubymamis
4mo ago
It's SwiftUI that is at fault here[1][2], not native apps in general. I wrote my native app in Qt C++ and QML and showed that it is *significantly* faster and uses significantly less RAM than similar web apps[3]. So, no, web apps, in g
10.
▲
by
rubymamis
4mo ago
Yep, this is a difficult problem. I wrote extensively how I managed to solve this by creating my block editor from scratch using Qt C++ and QML[1]. I faced similar issues - selection between discrete blocks, showing the underlying Markdown
11.
▲
by
rubymamis
5mo ago
That's not the solution - developers or businesses are squeezed into signing up anyway to survive/make a profit. The only viable alternative is to create an alternative - Linux phones.
12.
▲
by
rubymamis
5mo ago
We'd have to make Linux on mobile a viable option.
13.
▲
by
rubymamis
6mo ago
Mojo is a language with Pythonic syntax that compiles to fast machine code built by the creator of Swift: https://www.modular.com/open-source/mojo
14.
▲
by
rubymamis
6mo ago
Sounds good to me! If you ever need some architectural help I'd be happy to. I have a lot of experience with Qt and QML, I've created a block editor[1] and an LLM chat client[2] and many other projects. [1] https://ruby
15.
▲
by
rubymamis
6mo ago
Doesn't OpenCode supports local models?
16.
▲
by
rubymamis
6mo ago
I wonder if the Snapdragon X Elite already caught up with the Apple's M series in that regard - does anybody know?
17.
▲
by
rubymamis
6mo ago
I'm glad Chris Lattner moved on and founded Mojo. It's such a cool language with ton of potential.
18.
▲
by
rubymamis
6mo ago
Can someone list what are some cool/novel BeOS features that other OSes didn’t have at the time and maybe still don’t have?
19.
▲
by
rubymamis
6mo ago
This is wrong. There's a misconception that you can't statically link your app when using the open-source LGPL version of Qt. From my reading of the LGPL license this doesn't appear to be the case[1]. The LGPL allows you to s
20.
▲
by
rubymamis
6mo ago
I guess they rely on many people not toggling privacy-mode on?
21.
▲
by
rubymamis
6mo ago
Do you know what Qwen model Composer 1.5 used?
22.
▲
by
rubymamis
6mo ago
As a Qt C++ and QML developer myself[1], Opus 4.6 thinking is much better than any other model I've tested (Codex 5.3/GPT 5.4/Gemini 3.1 Pro). [1] https://rubymamistvalove.com/block-editor
23.
▲
by
rubymamis
7mo ago
Give Qt with QML a try! I wrote a blog post about it[1]. [1] https://rubymamistvalove.com/block-editor
24.
▲
by
rubymamis
7mo ago
I guess since Electron apps are 500MB+, 14MB is considered "tiny".
25.
▲
by
rubymamis
7mo ago
We need Linux OSes and phones to catch up to really break free from this duopoly. Only when there is enough traction, essential infrastructure like banks will start supporting Oses like that. It's a chicken and egg kind of problem.
26.
▲
by
rubymamis
7mo ago
I just did a quick Google search only on GitHub, maybe there are better ones out there on the internet?
27.
▲
by
rubymamis
7mo ago
There are many, here's a simple Google search: https://github.com/jyn514/saltwater https://github.com/ClementTsang/rustcc https://github.com/maekawatoshiki/rucc
28.
▲
by
rubymamis
8mo ago
Live demo not loading for me - hug of death?
29.
▲
by
rubymamis
8mo ago
In modern Qt you don't write UI in C++ anymore - you do that in QML. It is far simpler to create amazing pixel perfect UIs with drooling-inducing animations in QML. I wrote a blog post that talks a bit about this[1]. [1] https:/&
30.
▲
by
rubymamis
8mo ago
This is not because of Qt - it is due to some (most) Qt developers not caring enough. I created my Qt app feel native both on macOS and Windows[1]. It did require a lot of tuning - but those are things I'll reuse across other apps. [1]
More ›