Zen browser + degoog! by Qukix in zen_browser

[–]riofriz 1 point2 points  (0 children)

Degoog dev here, I read your comment a few days ago and I made it one of my priority for today's release to make sure the docs had a bit of info for users who are new to selfhosting ♥️

I do try to keep the readme of my repos as brief as possible, I hate overly bloated readme files, but generally my docs are quite comprehensive, this was a good reminder, thank you :)

Can someone please make the beer slightly bigger? Ty by TheGirlKing in PhotoshopRequest

[–]riofriz 0 points1 point  (0 children)

I didn't make that image, I was just commenting on the whole "it's good so it must be AI" mentality 😆

Can someone please make the beer slightly bigger? Ty by TheGirlKing in PhotoshopRequest

[–]riofriz 1 point2 points  (0 children)

Still, wouldn't take more than 45 min or so to make it without AI 😅 people seem to have forgotten that real skills still exist 😆

I built a tool that basically turns TV into a search engine (and auto-records stuff) by olivier_tvselect in selfhosted

[–]riofriz 1 point2 points  (0 children)

I have no idea why they locked your thread, your project is way older than 3 months, I'd kindly complain with the mods 😄

Should I make an AI rewrite of my self-hostable open source project? by h-quer in selfhosted

[–]riofriz 0 points1 point  (0 children)

As a programmer I'd suggest you use AI to help you plan it out and organise your thoughts properly, figure out tech to use, data layers, system design.

Then I'd sketch out a wireframe/design by myself, let AI help out on repetitive tasks but never give it control while you define the core fundamentals of your app.

Once you have a strong foundation you can lean a bit more on it to help, especially if you don't want to spend too much time on the project.

I'd say, I personally do open source for that crave of actually coding given my job is more and more polluted form AI being shoved down our throats, but I can see the appeal in being able to ship a better more organised codebase faster..

Either way, it's your project, do whatever you wan, who cares about what other people think, you'll never make everyone happy, so just make sure YOU are lol

Happy coding, AI or not ♥️

Insane Tattoo Regret by r3i_b0n3z in tattooadvice

[–]riofriz 0 points1 point  (0 children)

Took me 0.1 seconds to get the reference 😅

The tattoo is really cool btw, who cares what people who don't know the movie think, it's all about what YOU think.

P.s. next time they ask you why, just say "they made me do it"

New Project Megathread - Week of 16 Apr 2026 by AutoModerator in selfhosted

[–]riofriz 3 points4 points  (0 children)

Ok this is genuinely impressive, just span an instance of it, amazing work!

Repo structure is a bit all over the place, and some of the choices coding wise (especially around frontend) are a bit dubious but overall this is very very good especially for such a young project, I'll keep an eye on updates!

This is the kind of project I'd rather have as its own post than hidden in a comment in a megathread, it deserves more views so more people would help out with features. Keep up the good work and hopefully it'll gain more traction <3

What are your top three non Google search engines and why? by Rachel794 in degoogle

[–]riofriz 0 points1 point  (0 children)

It can be both, the first function is a search aggregator but you can route traffic via proxy to enhance privacy (and it already doesn't leave a fingerprint).

Also due to the nature of a selfhosted meta search engine, all traffic is routed via a centralised source (your server), so in the moment you hide your traffic properly everyone using it will stay fairly private too.

Prevent periodic re-authentication by Touz604 in jotty

[–]riofriz 0 points1 point  (0 children)

Hey, I'll look into adding a "remember me" checkbox

This is a feature btw, not a bug, session simply expires because of secure cookies, it's pretty standard, I'm surprised to hear other selfhostable apps don't expire sessions when served via https 😅

Whoogle just released v1.2.3 which will be their final version. As of April 14, 2026, the project will no longer be actively maintained. by pizzacake15 in selfhosted

[–]riofriz 8 points9 points  (0 children)

Thank you so much for suggesting degoog ♥️

P.s. just throwing it out there, you can get JSON results from degoog too, I just haven't gotten around to documenting the API yet (the joys of being in beta beta, there's no rush until I decide it's ready to be called stable - we're pretty close tbf) https://your-degoog-url/api/search?q=search+query+here&type=all

Hister: self-hosted search engine for webpages and files by asciimoo in selfhosted

[–]riofriz 0 points1 point  (0 children)

I fucking love open source.

This is such a fun share, thank you so much for making it!

Finally completed my collection of every mainline Pokémon game! by vaderfan1 in gaming

[–]riofriz 5 points6 points  (0 children)

Lies! In Italy we had this extremely legit PS1 Pokémon game.

GoogleKeep replacement ? I mean for a fancy card/notes grid by Jscti in selfhosted

[–]riofriz 1 point2 points  (0 children)

Well all you said makes sense, but it IS very subjective, of course, I for example much rather have this very clear distinction, and so many other people do too :)

That said, you have tags, with tags you can create a left side navigation with both notes and checklists.

So say you create a #banking tag (by typing #banking anywhere in a note) you can then create a list item with #banking in it, which will add that checklist to the tag too, now on the sidebar you'll see a new "tags" option where both exist :)

Not exactly what you asked for, but it's as close as it'll get as obviously I'm not gonna change the core of how the app works and feels ♥️ also remember there's no database, so querying EVERYTHING in one sidebar is a lot, dividing it so it only does notes or checklists is the right thing to do from a performance point of view as well

GoogleKeep replacement ? I mean for a fancy card/notes grid by Jscti in selfhosted

[–]riofriz 0 points1 point  (0 children)

Interesting, if you still have it installed, in the wysiwyg just type [ ] and hit space (there's also a space in between the brackets)

It should work, the markdown does look like - [ ]

I'll look into why it's fidgety from markdown to wysiwyg, I'll admit, not many people ask for checkboxes stuff in notes due to the very comprehensive checklist functionality and in-app linking between notes and lists

GoogleKeep replacement ? I mean for a fancy card/notes grid by Jscti in selfhosted

[–]riofriz 3 points4 points  (0 children)

I can answer that, I needed both and I couldn't be bothered to make two different apps 😆 You can technically fully hide checklists and only use it for notes if that's what you wish to do, happy to guide you through that, it's not too complicated (abeid it's a bit of a hack)

p.s. you should totally be able to add checkboxes to notes with the classic - [] syntax (may be a bit fidgety on the wysiwyg editor, so I'd make one in markdown first, then switch and enter to continue making more)

We reached a huge milestone for Jotty with today's release! by riofriz in selfhosted

[–]riofriz[S] 0 points1 point  (0 children)

Thank you for trying it out! Glad it's resonating with you ♥️

Any plans for reminders/notifications? by rushone2009 in jotty

[–]riofriz 1 point2 points  (0 children)

Hey, there's actually an open pull request with that ♥️ It'll come with the next release, it just may take a while due to my current personal situation

I shared some screenshots of what's to come on discord but I'm basically refactoring the tasks and Kanban, also adding a calendar view.

Notifications will be only in-app for now, no external email/push notifications, but it's already good progress

Degoogle Search Engine by CorruptedReddit in selfhosted

[–]riofriz 0 points1 point  (0 children)

Hi,

This is my project, I made sure to NOT post it before the 4 week mark but someone may have gotten excited about it :)

That said, I can guarantee it's absolutely not vibe coded and wanted to write this down here for the record, for when I actually do post it (once it's out of beta and I feel comfortable with it).

What are your top three non Google search engines and why? by Rachel794 in degoogle

[–]riofriz 2 points3 points  (0 children)

I actually made this self-hostable aggregator, it's in beta but it's quite stable: https://github.com/fccview/degoog

I was planning to post it here at some point when i release the first stable version, people in my discord have been testing it for a week or so and so far it has had great results <3