• 14 Posts
  • 121 Comments
Joined 7 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


  • fccview@lemmy.worldOPtoSelfhosted@lemmy.worldDegoog - 0.15.0 Stable Beta
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    1
    ·
    8 days ago

    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.


  • fccview@lemmy.worldOPtoSelfhosted@lemmy.worldDegoog - 0.15.0 Stable Beta
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    3
    ·
    8 days ago

    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!






  • Thank you, that helped :)

    I am not entirely sure why you need to do all that but I am trying a different approach and allowing a small entrypoint to set PGID and PUID (which you should be able to set as env variables in the docker-compose.yml file).

    This should allow you to run the app as whatever user you wish. It works for me locally, it’s currently on the develop image if you wanna give it a spin and report back. Otherwise it’ll be added in the next release.

    Defaults are still 1000:1000.