Upon glancing through the code - yep, AI slop. Fine I guess. It's hacker news, not programmer news.
Also CSS animation with stuff fading in and moving in Y axis.
[0] https://www.youtube.com/watch?v=AG_791Y-vs4 (The AI Purple Problem)
It’s fine if you want to create something like that. It’s not very good UX though.
The project was apparently designed and created on a phone.
> Notice
> This page is licensed under the GNU General Public License v3.0 (GPLv3).
> [ ] I have read and accept the license
I am not a lawyer, but this seems wrong or at least misleading. The GPLv3 isn't a license agreement or a contract (as I understand it, though it may still fall under contract law), it's a copyright license. The GPLv3 doesn't have any restrictions to "agree" to, it merely grants the recipient the right to redistribute said software under the terms provided in the license. Thus, asking the user to "accept" the license seems odd.
Nothing wrong with informing the user that the software is free software, but I think you can safely do away with one of those checkboxes.
edmundsparrow•4h ago
I recently completed development on a project called GnokeStation, an open-source webdesktop, with a story that I believe is a testament to what's possible with just a phone.
GnokeStation is a unique, ultralight, and highly modular webdesktop environment. It’s designed to function primarily as an HMI (Human-Machine Interface) for industrial dashboards, but its core technical achievement is its minimal resource footprint.
It’s fast, has minimal overhead, and is perfect for low-spec hardware like older computers and Single-Board Computers (SBCs).
The Origin Story: Coded on an Infinix The reason GnokeStation is so resource-efficient is because I developed and managed the entire code pipeline using nothing but an Infinix Hot 12 Play phone in a rural Nigerian village.
This meant writing, debugging, testing, and managing versions without access to a traditional IDE, a powerful laptop, or reliable power infrastructure. It was a true exercise in constraints-driven development.
The project shows that sophisticated software doesn't require a high-end setup. It demonstrates the immense power and utility of mobile devices as standalone development platforms, even for complex web desktop environments.
The Mission of Accessibility My goal with GnokeStation is to champion accessibility. By being ultra-light and browser-based, it lowers the barrier to entry for users worldwide who have limited access to high-end computing or stable, high-speed internet. It's a decentralized solution built to run efficiently anywhere.
I invite anyone interested in web desktop tech, open-source projects, or constraints-driven development to check it out.
Next phase - I've got more apps rolling in.
Live Demo: https://GnokeStation.netlify.app
4b11b4•1h ago
This is just a calculator app. Why would you go through the Internet to some "web desktop" to use a calculator? I can't comprehend. I see that there are other apps on here you can install such as a notepad... but such applications are already available for resource constrained devices.