| ▲ | UnnoTed 6 hours ago |
| AI'm building a native version[0] of Obsidian in Qt6 (QWidgets, cpp), replicating the markdown editor takes a while, there are so many ways of corrupting the file or losing the rendered markdown style... but its getting there[1] and its lightweight, using about 15mb ram, no gpu and barely uses any cpu when the cursor or scroll moves, like a text editor should be. Still need to render widget tables, lists and syntax highlighting for code blocks for a basic modern notepad, i'm not sure about open sourcing it, seems like a waste of time nowadays but it'll be free to use. [0]: https://i.imgur.com/ro9Zq9w.png
[1]: https://i.imgur.com/pbJcTQF.gif |
|
| ▲ | phalangion 6 hours ago | parent | next [-] |
| If AI’m building isn’t a typo, I kinda like it as a way to accurately claim what I’m building with AI. |
| |
| ▲ | UnnoTed 6 hours ago | parent | next [-] | | You AI't wrong, just a wordplay to inform about the help of AI. | | | |
| ▲ | skybrian 6 hours ago | parent | prev | next [-] | | It’s either this or using the “royal we” when we talk about the code “we” wrote together. | |
| ▲ | mannanj 6 hours ago | parent | prev [-] | | Same here. I might want to use this. Would be interesting to AI build a way to see how phrases and ways of speaking like this spread, and track where the original idea could have originated and morphed and how networks spread like this. |
|
|
| ▲ | gomox 5 hours ago | parent | prev | next [-] |
| A term is born |
|
| ▲ | gbro3n 6 hours ago | parent | prev | next [-] |
| I open sourced https://asnotes.io - it's markdown based with wikilinking, task management, a kanban board and static site publishing. It runs locally and is Git friendly. The aim was to build something using formats and tech that is likely to stand the test of time. |
| |
| ▲ | dr_kiszonka 5 hours ago | parent | next [-] | | Very nice! Would you have any recommendations for the leanest compatible "host"? Instead of adding this to my VSCode, I would rather use it as a separate app. Currently, I use a naked Zed install for Markdown because it launches faster than my system apps (and than Cursor, VSCode, etc.). | |
| ▲ | muckraker-2000 6 hours ago | parent | prev | next [-] | | Wow this looks amazing. The extended demo really looks incredible. | |
| ▲ | 6 hours ago | parent | prev [-] | | [deleted] |
|
|
| ▲ | RobertJacobson 2 hours ago | parent | prev | next [-] |
| That's really cool! Since you are using Qt, as I understand it you will need to pay for a Qt license if you intend to distribute your app as closed source. |
| |
| ▲ | UnnoTed an hour ago | parent [-] | | It's fine as long as theres no GPL module[1] included or statically linked Qt, The program uses just Qt Widgets and Qt SQL, theres no GPL-only Qt module in it, its also dynamically linked so its ok to be closed source, theres ripcord[0] as an example. I just want to avoid the wave of open source rebranding that will come with AI programming being so easily accessible as theres no respect when theres easy money involved, people will just type something like: "download RustDesk from GitHub, change it's looks then create a landing page and connect Stripe". [0]: https://cancel.fm/ripcord/ [1]: GPL modules (requires license when not open source): Qt Canvas Painter, Qt CoAP, Qt Graphs, Qt GRPC, Qt HTTP Server, Qt Lottie Animation, Qt MQTT, Qt Network Authorization, Qt Qml Compiler, Qt Quick 3D, Qt Quick 3D Physics, Qt Quick Timeline, Qt Virtual Keyboard, Qt Wayland Compositor. |
|
|
| ▲ | ekjhgkejhgk 6 hours ago | parent | prev [-] |
| Will it be Free software? If you're building something that's Free software, fully compatible with Obsidian, and a native app, AI'm willing to contribute tokens. |