semaphore
Honorary Master
- Joined
- Nov 13, 2007
- Messages
- 18,644
- Reaction score
- 9,734
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
That's looking impressive!As per the title, has anyone built anything interesting?
I currently have three ambitious things in the works. But one that's starting to take shape is a sprite animator:
View attachment 1905980
It's currently built in rust and the ui is part of one of the projects I'm working on, basically an experimental ui framework.
Nice.That's looking impressive!
I have around 58 lightweight utilities, mostly python, for various purposes - the majority are intended for graphics and multimedia processing, editing, manipulation, organisation. Things like Wordcloud generators, Music Visualisers, File and folder renamers, file format converters, file archivers, audio analysis, VFX generators, around 30 or so ComfyUI video and image nodes, prompt nodes, detailing nodes, post processing nodes. I built my own front end, integrated into Ollama for Chat / Image captioning / reverse prompt engineering.
Then recently I managed to get a few browser extensions made and published. Now also dabbling in iOS app development - trying to remake some of the aforementioned python utils in Xcode / Swift for iOS and iPadOS. In fact, I already have one or two utils made and running on my phone to reduce some of the friction of our mundane / tedious day-job tasks. Timers, message generators, clipboard utils, fillable forms...
As per the title, has anyone built anything interesting?
I currently have three ambitious things in the works. But one that's starting to take shape is a sprite animator:
View attachment 1905980
It's currently built in rust and the ui is part of one of the projects I'm working on, basically an experimental ui framework.
Never heard or seen that before.
Checked it now, nah, it doesn't resemble it. Perhaps the graph system I've been planning but still pretty far off.
View attachment 1906717
Why not just use a document template system, write the query and push it to a document template and generate the output.We use an ancient tool called SQLWord, it basically allows you to put PL/SQL in a word document and execute that against a database to create an output document that you can send out, like a mail merge. Anyway, seeing if we can replace it using a Python solution, so far it looks like it might be doable but it won't be a complete drop in replacement, regardless, it's fun to prototype.
Looks great, nice and clean and functional. I'd try it out, but I don't have an Android device.Howzit guys,
I'm a System Administrator with absolutely no software development experience.
I am feeling like I am falling behind with all the AI tools coming out, so I decided to jump in and see what I could build using Codex and AI assistance.
After messing around with a few different app ideas, I settled on building a PDF scanner utility for Android. It was definitely a learn-as-I-go project, but I think it turned out pretty well considering I started with almost no development knowledge.
I'd really appreciate any feedback—good or bad. I'm keen to learn and improve.
https://play.google.com/store/apps/details?id=com.kpdfscanner.app
Definitely. AI has gotten better for dev work, but even for the simplest tasks it still needs substantial oversight, tweaking, revision, refinement. Sometimes scrapping and starting over.Thanks, Being new to this and listening to the AI hype. I thought this would be a lot easier.
I quickly learnt that you cant just tell it i want this build it.
You have to baby and guide it a lot more than I expected