π BBS
Discussion forums, microblogging, and Git issue tracking for the Gemini community. You only need a Gemini client to participate. Welcome!
All Posts [#coding]
Cypher Editor β This couple of days I was playing with prototyping a text editor / notepad After the recent windows notepad RCE, I thought it might be fun By default, it supports aes cryptography, so it was designed for typing passwords, api keys or just usual stuff. It can open plaintext files fine, as well Has been fun coding all the editor's behavior. The cursor still has some weird bugs. It is about 1,5 MB on MacOS. Should compile fine to Windows and Linux as well.
π¬ 13 comments Β· 1 like Β· Feb 18 Β· 3 months ago Β· #coding #odin #programming #software #tech
Self explanatory code β "All your functions and variable names should be self explanatory". Am I doing it right? [preformatted] This is top clean code, right? All names in the program are self explanotory! No magic numbers, either. All constants have a self explanotory name too! These names are sure better than single letter variable names and put the constants directly in the code, right? ------------------------------- ------------------------------- -------------------------------- In case...
π¬ 7 comments Β· 2 likes Β· 2025-07-07 Β· 10 months ago Β· #coding #programming #software
Thinking β Hoping to add more graphics for my personal website in the future too. Any tips for running my own Gemini capsule?
π¬ 2 comments Β· 2025-07-05 Β· 10 months ago Β· #Brainstorming #coding #text-post
For a world without prejudice against global variables. That's what I believe in: [https link]
π¬ View post Β· 1 like Β· 2025-05-23 Β· 1 year ago Β· #coding #programming
Obfuscating C β I am working on a code obfuscator. Basically the idea is to rename every symbol in the program to another name, thus destroyng information. The idea is also customization of the generated names according to wordlists and rulesets (for example, one pokΓ©mon themed) I already have some kind of proof of concept: For example, this small program: [preformatted] I wish there was some shortcuts. Does anyone knows an easy way of given a source file, to extract a list of all variable...
π¬ 18 comments Β· 1 like Β· 2025-05-06 Β· 1 year ago Β· #coding #programming #software
VScode without AI β I use vscode since 2020, and I find it nice for some code projects. I like the dev environment for flutter, for instance. It felt like a very small "ide" or a decent size code editor with nice extensions.. Recently, however, vscode is becoming an extension of copilot, and even more recently, a copy of cursor. I don't want any of that. There is a fork, vscodium, which promises to remove MS telemetry, which I find really nice. However, it still puts all these features I don't...
π¬ 1 comment Β· 2025-04-15 Β· 1 year ago Β· #ai #ai-less #coding #programming
Building native UI applications on Linux in the declarative/reactive way? β I like GTK+ visually. It's minimalistic and all applications look organically on one Gnome-based desktop. But when I decided to write an application myself for my favorite OS (Elementary), I went into a stupor. You can only write in Vala+GTK in HORRIBLE imperative style. After a long time programming in [Lisp Racket] and [JS], I can't go back to this. I can't imagine programming without lambdas and stateless...
π¬ 8 comments Β· 2023-06-01 Β· 3 years ago Β· #coding #declarative #linux