• 6 Posts
  • 22 Comments
Joined 10 months ago
cake
Cake day: October 21st, 2025

help-circle

  • You absolutely did not come across that way!

    I found a bug in the latest release where search suggestions actually added to rate limiting, I wonder if that’s what’s plaguing you right now, I’d try the develop image as I split the two for next release!

    Also feel free to join discord for more direct communications, so I can help you more if needed ♥️


  • Hey!

    Yeah annoyingly there’s not much that can be done about that, however there’s quite a few transports in the official store to try and get around it.

    The 4play transport is quite clever if you have patience to set it all up, although you have to compromise a little on privacy with that one.

    It’s all a balance really, I have a few local sock5 proxies setup using openvpn via expressvpn and they work like a charm, sometimes I hit 0 results but clicking on retry immediately gives me results back.

    Hope this helps ♥️




  • You know, I bet you, if we actually fed specific codebases into a matching algorithm that compares line by line and groups them by similarities, each similar group gets a note/chord, we could very easily come up with a fairly default melody for vibecoded landing pages to begin with. I know you were making a joke, but it could TECHNICALLY work, bet you the tailwind song would rock.




  • Hahahah I tend to reason with people more than shouting at them, discussions are very good for the brain <3

    Thank you, I already had a FANTASTIC “I told you so” moment when both Microsoft and Anthropic switched to a “you pay what you use” model few days ago, this slide is actually a month old, call me Nostradamus lmfao


  • Oh I see, I have a feeling the comparison’s reason may have been misunderstood. I am not waving away criticism on gen-ai use, I welcome it actually. I want the technology and I want it done right, what’s currently happening sucks, that doesn’t mean I should blanket hate on something.

    I’m waving away criticism on the whole “if you use AI you can’t program and your applications must be shit” narrative and mentality that I always get any time I mention that I do make use of AI to speed up development :)

    Btw, nobody here is getting fooled by gen-ai companies or at least definitely not me. I keep telling my company we must NOT stop hiring junior developers just because this pretend-magic box can fill holes. And my latest presentation especially touches this specific topic and how unsustainable this is gonna get when asked to review our AI using strategy.


  • It isn’t, subscriptions are no different than renting power tools for work (many do, especially for heavy machinery), and the power drill factory doing evil stuff is not the carpenter’s fault, nor the power drill. The carpenter’s job is STILL easier that way, he’d still likely choose it for convenience, maybe trying to do his part to avoid exceeding usage and being mindful on HOW it’s used.

    You are nitpicking on an analogy for the sake of nitpicking.


  • Well for search suggestions it aggregates google and ddg, proxied if you have proxies setup, at the moment there’s no way to integrate to it YET, that’s something I’m looking into!

    I thought suggestion worked with right click, I may have messed that up, I’ll admit, opensearch has an extremely confusing system and it feels a little clunky to implement, it took me a while to figure it out, so I’ll likely admit is my fault rather than yours haha




  • it would be cool, if there was a search suggestion api URL Also maybe bangs to only search with a certain engine

    Hey! First of all thank you for the feedback <3 Secondly both of these are already present :)

    You can type !help to see all bangs that come by default and there’s a section of the docs (on the index of the docs) on how to use the search suggestion api for firefox or any browser that’s compatible with it!






  • Hey thank you!

    The issue with GitHub alternatives is the lack of runners/pipelines and restricting functionalities.

    Gitlab is a good alternative but I use it for work and having two accounts juggling between work/personal projects is a recipe for disaster.

    I spent a bit of time on codeberg and I am checking it out, happy to push the repo there too, but they don’t seem to provide pipeline options, so I wouldn’t be able to build the docker image there like I do on GitHub :)

    Btw whilst I do believe into the whole Microsoft scraping projects to train AI regardless of licenses, I wouldn’t say they are hostile towards open source. They actually are extremely for it, vscode is free and one of the best IDEs out there for example, GitHub free plan is VERY generous and they have a whole FREE coding academy with extremely in-depth courses on how to learn programming and various niche topics. And they integrated wsl to seamlessly run Linux commands within windows, which I never thought I’d see happen (been there for years, but I’m just giving you examples).




  • As of version 1.14.3 I have also introduced XChaCha20 encryption (used as default)

    This was extremely easy to implement, not gonna lie, bit of research brought me here https://www.npmjs.com/package/libsodium-wrappers-sumo and from there on it was as simple as doing the UI (which is just a bunch of re-usable components, spent way too much time making sure everything is re-usable).

    Now users (and I) can decide which encryption type to use in which situation, win-win i’d say, thank you for pushing me into doing this, it actually makes the whole experience 100x better and you were right in the sense that for a note taking app, a passphrase is just about enough.