[beta] degoog - search engine aggregator
[beta] degoog - search engine aggregator
[beta] degoog - search engine aggregator
I miss making artwork
Jotty 1.19.0 brings tags for hashtag lovers

Kind and understanding friends with shared nerdy interests, I am here to present once more Jotty to yours truly! - Repo: https://github.com/fccview/jotty [https://github.com/fccview/jotty] - Demo: https://demo.jotty.page/ [https://demo.jotty.page/] The latest release features Tags and it’s something I have been planning for months (since it was first requested) due to being way too worried about messing up with the simplicity of the app. [https://lemmy.world/pictrs/image/a20f39a4-21c5-4296-b244-8a975bc8692c.png] For anyone unaware, Jotty is a note taking/checklist app that keeps notes in your file system, no databases needed, no overhead, no complexity. It has everything you may want from a note taking app, packaged in a very simple and easy to understand UI (in my view also pretty polished, but it’s not like I’ve extensively obsessed over every single detail or anything like that at all lol). You can find a bunch of info about Jotty in the article I wrote on noted.lol [https://noted.lol/jotty/] where I go in depth on why I started the project, what kind of advanced features it offers and way WAY too much info about my personal life. For anyone interested in performance, the app is actually fairly lightweight, I’m not just throwing that word around because AI told me to, I swear! The docker image is about 400mb (most of the weight is due to Alpine, the actual app is little over 100mb in size), couldn’t get it to use more than 150mb of ram while active, haven’t seen it go over 0% in cpu usage. If you don’t believe me you can believe our friends in the proxmox community scripts [https://github.com/community-scripts/ProxmoxVE/pull/11059#pullrequestreview-3706111912] . Hope you like it, feel free to ask any questions <3
My 2025 open source journey - what a year!
Hi! 2025 was a big year for my open source goals and I wanted to share some accomplishments with you, after all I wouldn’t have gotten so far with any of my projects if it wasn’t for the few selfhosted/open source communities I interact with daily <3 Thank you for all your support and here’s a summary of everything I’ve built/maintained throughout 2025. Everything is free, self-hostable and entirely open source. p.s. - no, these are NOT vibe coded. jotty.page - 1.3k stars - 78.3K total downloads repo: https://github.com/fccview/jotty [https://github.com/fccview/jotty] [https://lemmy.world/pictrs/image/50f2a179-d67c-44d8-81b7-104820480698.png] Jotty is a lightweight note taking/checklist app with a ton of features packed in a very minimal easy to use UI, it features two types of encryptions, drawio/excalidraw/mermaid diagrams, tons of language syntax highlighting for codeblocks, kanban boards and a lot more. — Crnmaster - 903 stars - 103K total downloads repo: https://github.com/fccview/cronmaster [https://github.com/fccview/cronmaster] [https://lemmy.world/pictrs/image/f7b8916a-8dec-4e3d-a072-d396d7b5ac0d.png] Crnmaster is a UI to manage cronjobs and easily create and schedule scripts, it allows you to log cronjobs (including live logging) — Scatola Magica (beta) - 108 stars - 2.47K total downloads repo: https://github.com/fccview/scatola-magica [https://github.com/fccview/scatola-magica] [https://lemmy.world/pictrs/image/3616ddd6-8166-427d-bb89-edb8f3758929.png] Scatola Magica is a file upload/download system which allows you to upload files in chunk for maximum speed. The cool feature about it is that you can drop a file literally anywhere, from anywhere, including copy/pasting into the page, if you paste text it creates a file with the right file extensions - e.g. if you paste javascript it’ll create a .js file) - it also has full web torrent support, but needs to be enabled in the settings page as it’s in beta Here’s to a 2026 full of self hosting and coding <3
My 2025 open source journey - what a year!
Hi! 2025 was a big year for my open source goals and I wanted to share some accomplishments with you, after all I wouldn’t have gotten so far with any of my projects if it wasn’t for the few selfhosted communities I interact with daily <3 Thank you for all your support and here’s a summary of everything I’ve built/maintained throughout 2025. Everything is free, self-hostable and entirely open source. p.s. - no, these are NOT vibe coded. jotty.page - 1.3k stars - 78.3K total downloads repo: https://github.com/fccview/jotty [https://github.com/fccview/jotty] [https://lemmy.world/pictrs/image/50f2a179-d67c-44d8-81b7-104820480698.png] Jotty is a lightweight note taking/checklist app with a ton of features packed in a very minimal easy to use UI, it features two types of encryptions, drawio/excalidraw/mermaid diagrams, tons of language syntax highlighting for codeblocks, kanban boards and a lot more. — Crnmaster - 903 stars - 103K total downloads repo: https://github.com/fccview/cronmaster [https://github.com/fccview/cronmaster] [https://lemmy.world/pictrs/image/f7b8916a-8dec-4e3d-a072-d396d7b5ac0d.png] Crnmaster is a UI to manage cronjobs and easily create and schedule scripts, it allows you to log cronjobs (including live logging) — Scatola Magica (beta) - 108 stars - 2.47K total downloads repo: https://github.com/fccview/scatola-magica [https://github.com/fccview/scatola-magica] [https://lemmy.world/pictrs/image/3616ddd6-8166-427d-bb89-edb8f3758929.png] Scatola Magica is a file upload/download system which allows you to upload files in chunk for maximum speed. The cool feature about it is that you can drop a file literally anywhere, from anywhere, including copy/pasting into the page, if you paste text it creates a file with the right file extensions - e.g. if you paste javascript it’ll create a .js file) - it also has full web torrent support, but needs to be enabled in the settings page as it’s in beta Here’s to a 2026 full of self hosting and coding <3
Finally implemented PGP in Jotty <3
I didn't want to use AI, so I made something that detects it!
Lately I have been using AI more and more in my codebase and that’s been a bit of a hit and miss if you ask me. I reckon it’s an amazing tool that allows developers to truly optimise their workflow, however at times laziness take over and code reviews are not as frequent as they should be. I really REALLY wanted to build something without using AI after having spent months and months getting a bit too complacent. And this is the first idea that came to mind. Of course to celebrate this occasion I went for a technology I hadn’t used in almost a decade: jQuery!!! You can find the repo here: https://github.com/fccview/ackchyually-ai [https://github.com/fccview/ackchyually-ai] You can play around with the tool on fccview.github.io/ackchyually-ai [https://fccview.github.io/ackchyually-ai] Few disclaimers: * I am a full stack javascript developer (with extensive knowledge of php and a very good grasp of shell). This means majority of the detection will be revolving around javascript, if you develop in a different language and you feel like you know AI patterns in that language PLEASE do create a pull request so we can make the detection even more accurate for other type of syntax! * The tool uses MY OWN metrics, this is doing what I usually do to see if something is (in my opinion) been made with AI and barely reviewed by a human. It’s not gospel, it’s not a scientific method, it’s most definitely going to be flawed, so keep it with a grain of salt, it can always be improved and collaboration/community support will definitely help with it * I don’t hate AI, on contrary I enjoy using it and I find value in not needing to “google it” whenever I hit a blocker, more times than not, AI has a valid solution that can be used, refined and applied properly. What I have mostly an issue with is people randomly generating code, not reviewing it and trying to sell you the moon when they barely understand the architecture of what they built * Please do not make this post a fight between pro/against AI individuals, that’s not the aim of it All the patterns I am using to identify possible AI code are here: https://github.com/fccview/ackchyually-ai/tree/main/data [https://github.com/fccview/ackchyually-ai/tree/main/data] if you come up with more patterns/ideas and have more ideas on what to look for please reply here, open an issue and/or make a pull request, but at ONE CONDITION, do NOT use AI for this. It’d go against the core principle of this one pure little app I decided to build <3
I didn't want to use AI, so I made something that detects it!
Lately I have been using AI more and more in my codebase and that’s been a bit of a hit and miss if you ask me. I reckon it’s an amazing tool that allows developers to truly optimise their workflow, however at times laziness take over and code reviews are not as frequent as they should be. I really REALLY wanted to build something without using AI after having spent months and months getting a bit too complacent. And this is the first idea that came to mind. Of course to celebrate this occasion I went for a technology I hadn’t used in almost a decade: jQuery!!! You can find the repo here: https://github.com/fccview/ackchyually-ai [https://github.com/fccview/ackchyually-ai] You can play around with the tool on fccview.github.io/ackchyually-ai [https://fccview.github.io/ackchyually-ai] Few disclaimers: * I am a full stack javascript developer (with extensive knowledge of php and a very good grasp of shell). This means majority of the detection will be revolving around javascript, if you develop in a different language and you feel like you know AI patterns in that language PLEASE do create a pull request so we can make the detection even more accurate for other type of syntax! * The tool uses MY OWN metrics, this is doing what I usually do to see if something is (in my opinion) been made with AI and barely reviewed by a human. It’s not gospel, it’s not a scientific method, it’s most definitely going to be flawed, so keep it with a grain of salt, it can always be improved and collaboration/community support will definitely help with it * I don’t hate AI, on contrary I enjoy using it and I find value in not needing to “google it” whenever I hit a blocker, more times than not, AI has a valid solution that can be used, refined and applied properly. What I have mostly an issue with is people randomly generating code, not reviewing it and trying to sell you the moon when they barely understand the architecture of what they built * Please do not make this post a fight between pro/against AI individuals, that’s not the aim of it All the patterns I am using to identify possible AI code are here: https://github.com/fccview/ackchyually-ai/tree/main/data [https://github.com/fccview/ackchyually-ai/tree/main/data] if you come up with more patterns/ideas and have more ideas on what to look for please reply here, open an issue and/or make a pull request, but at ONE CONDITION, do NOT use AI for this. It’d go against the core principle of this one pure little app I decided to build <3
Scatola Magica - 0.4.0