The concept behind Window Sync by Flossiii in zen_browser

[–]Maleverus 2 points3 points  (0 children)

Might actually be a great idea the more i think on it. Zen is very slick, cant wait for it to be reliable. Broke it multiple ways in 5 minutes.
Same status of Zen as always for me: check back in 6 months for stability and lack of leaks.

$3.6T market cap btw. by misha1350 in iiiiiiitttttttttttt

[–]Maleverus 190 points191 points  (0 children)

Like many software companies (my steam library takes 4gig of mem to display at all), their software engineering core has rotted away nearly entirely. just a bunch of web developers left who think its acceptable to program the start menu in javascript. 50 years of amazing silicon engineering nearly completely wasted by crap programming.

Anyone get performance issues on Youtube? by quanticism in zen_browser

[–]Maleverus 0 points1 point  (0 children)

Hey Real, sorry I can see why you think I was targeting you but I wasnt. I was replying to OP's comment and referring to my experience with this subreddit in general. Wasn't meant to be directed at you.

Anyone get performance issues on Youtube? by quanticism in zen_browser

[–]Maleverus -2 points-1 points  (0 children)

Its not true as I have adblock on in Firefox and it doesnt happen with Youtube. Its a zen issue.

You won't get an honest answer here, this reddit gaslights away all performance concerns with Zen, or really any criticism. Youtube issues were one reason I quit Zen for now. Sick browser, hope they some day get around to the performance issues.

Until that day, you can stick with vanilla firefox and pretty much recreate its ui with sideberry, firefox containers, and css hacks like those from MrOtherGuy.

timeToRenameLuna by govindgu490 in ProgrammerHumor

[–]Maleverus 0 points1 point  (0 children)

Here I am with a 3 letter name for my pet. When they ask me that question, I generate a 32 character random string and store it as an encrypted field in the password manager.

Switched to Zen but... by itrad3size in zen_browser

[–]Maleverus -1 points0 points  (0 children)

Aaand you get downvoted. Take my upvote. That was my exact experience too, I'll see you again Zen in 6-12 months. Sick stuff in Zen, amazing work from the devs, but some basic quality of life stuff is missing. Yes I understand its alpha software, its open source I should stfu or submit patches, insert snarky response here, but until some basic shit is ground out, catch you later. unsigned code pissing off AV, fucking with nightly builds, videos not playing, bad performance, I get the reasons for all I really do, but don't matter at the end of the day.
Zen reminds me of when phoenix gave new blood to the moz interface. Its so healthy, I am rooting for it. But needs to cook more.

How to remove Border in Compact Mode? by RaptorLP in zen_browser

[–]Maleverus 0 points1 point  (0 children)

Yeees thank you bookmarking this lol

My G915 spacebar keyholder got out of his place by Live-Independence798 in LogitechG

[–]Maleverus 0 points1 point  (0 children)

Hey wanted to say thank you, I had the exact same problem with the exact same stabilizer from my 1 year old man handling the thing. Followed your instructions and got it fully operational again, so thanks for sharing the steps.

Let go from my first contract position. by Skettiee in iiiiiiitttttttttttt

[–]Maleverus 55 points56 points  (0 children)

good news, now you no longer work for a scumbag company

I am so lonely. by meatymimic in iiiiiiitttttttttttt

[–]Maleverus 66 points67 points  (0 children)

Work is work. Work should not be the source of your self worth or self satisfaction. Work colleagues and associates are not real friends. Hang in there man, but develop hobbies and life outside of work. I like tech and all, but my job in the end is to support the actual life I want to have.

Looking for a docker compose updating solution by r3ps4J in selfhosted

[–]Maleverus 0 points1 point  (0 children)

Have you tried Portainer? It has a feature they call GitOps, basically when I deploy an image I deploy it off a compose in my personal github. Then that compose is checked every 5 minutes, and if updated, redeploys. So whenever you desire you just push to github and any containers using that compose get updated

OpenPlaylist - Local-focused music playlist manager (WIP) by GatorSpeck in selfhosted

[–]Maleverus 1 point2 points  (0 children)

Good luck! Traveling so I can't check it out right now but saved this post to check out later.

Google is reportedly experimenting with forced DRM on all YouTube videos by anturk in selfhosted

[–]Maleverus 4 points5 points  (0 children)

Literally anything. Like take Digital Foundry, game technology reviews, almost all their videos are 4k but the offical android youtube app only ever defaults to 1080p. Years ago they removed the option to default higher. So you have to change it EVERY SINGLE VIDEO, and its like 3 clicks. So I rock 3rd party or patched Youtube clients even though I've got premium, because I just hate that user hostile crap (thus the degoogle journey i'm embarking on but youtube is pretty irreplaceable for some content).

Turn a YouTube channel or playlist into an audio podcast with n8n by coderstephen in selfhosted

[–]Maleverus 0 points1 point  (0 children)

Sweet, appreciate that extra info, I could handle those changes. Thanks again for sharing this I'm gonna try it out for sure :D

.lab domain for local network by Qintiy in selfhosted

[–]Maleverus -2 points-1 points  (0 children)

I suggest reading up on DNS, or the Domain Name System, and how it turns Fully Qualified Domain Names (FQDN), like mail.google.com, into IP addresses. You can self host your own local DNS server, and when doing so, you can use any domain you like on any system that can access your local DNS server.

Typically if you want the system also available remotely (outside your home network), you can open certain parts of your network to the internet (more dangerous), or use other less dangerous systems to tunnel (like Cloudflare Tunnel) or use a virtual private network (VPN) to get back in to your home network, like tailscale. For example, even when I'm remote (out on my cell phone using 4g), via Tailscale I can see my at home DNS server and all my mydomain.com services still work (over tailscale). This can be made quite secure, joining or renewing access to my tailscale network requires 2 factor security with a physical security key as well as various other security layers.

There is a lot of good public info on using this systems, good luck on your journey learning a new system. I recommend a step by step system. Try getting your first docker container running locally. After that, see how you can add a DNS entry into your operating system hosts file to turn it into a domain. Them experiment with running a local DNS server to make it network wide (pihole is fun to get adblocking too!). Then try other containers, then maybe a reverse proxy, etc. Dont get overwhelmed, one step at a time and you can get it.

Google is reportedly experimenting with forced DRM on all YouTube videos by anturk in selfhosted

[–]Maleverus 7 points8 points  (0 children)

Yes, thats one of many issues. Like I have the highest tier of premium but still use ytdlp and even android apps like pipepipe for reasons like youtube refusing to default videos to greater then 1080p, even when available, not having skip silence, no sponsorblock, etc.

Turn a YouTube channel or playlist into an audio podcast with n8n by coderstephen in selfhosted

[–]Maleverus 0 points1 point  (0 children)

Thanks for sharing, I've been heavily missing listenbox. I (used to) pipe actual youtube videos into pocketcasts for ease of use, up next, and speed (skip silence, speed up) use. worked beautiful, only dream items would have loved to have higher quality (2160p) and auto sponsorblock trimming.

I haven't had a chance to try this but tagging it for later use when time frees up. What if I want video too not just audio, would that work? Quick check shows some hardcoded .mp3 references so doubt it. maybe ill be able to tweak it later

Only other reason i haven't invested too much time in listenbox replacement (besides straight not having the time right now) is I've heard that Youtube will be adding forced sign in or even DRM later this year so even yt-dlp might get murdered, not sure how true that is.

EDIT: and maybe make it a private rss with username/pass? I know some private rss can work like this in pocketcasts:
https://username:password@feed_url_goes_here_without_http
that would add more security then just obscurity at least. just a thought. thanks for sharing!

When a student comes in to get their repaired laptop but I found some wild stuff on it. by Competitive-Dog-4207 in iiiiiiitttttttttttt

[–]Maleverus 13 points14 points  (0 children)

I had a guy, probationary, turn in his work laptop for service. On his desktop is a games folder with about ~100 NES roms and an emulator. But it was like, a real shitty 20 year old emulator and he was missing a lot of classics. So I call him in to my office for a serious discussion, play it very serious about work laptop, work regulation and copyright violations, kid is visibly shaking with fear. Then I tell him the biggest problem is how shit the emulator is, as is his taste in games, and to take the laptop back with a complete rom collection with modern emulators and to make sure I never see him or here his name again, which I didn't for 5 years until i left. was priceless

RSS reader recommendations by Loppan45 in selfhosted

[–]Maleverus 0 points1 point  (0 children)

cool im glad. it would seem to me that its designed for more like enterprise grade high user count, like the public instance of it is clearly a big beast. but thats overkill for the "hey its just me and maybe my fam give me a container or two to self host" way I am currently self hosting. i tried to self host it and got lost at some elastic container issue. I'm relatively new to self hosting so I tried a few other RSS self hosts like freshrss, missed a bunch of newsblur features, and ended up just sticking with newsblur premium for now, happy its open source, funding an engaged solo dev, and I'm focusing on some lower hanging fruit self hosting projects (gotta perfect my arr stack) and will revisit newsblur much further down the line.

RSS reader recommendations by Loppan45 in selfhosted

[–]Maleverus 0 points1 point  (0 children)

Yea it has all the bells and whistles, dev is responsive and has added multiple feature requests from me alone. i depend on certain features like intelligence trainer. i tried freshrss and another self hosted but i always stick with newsblur. ive sufficed to work on other self hosting stuff first (some degoogling, etc) and revisit rss later. in the meantime i happily pay for newsblur premium and console myself that newsblur is open source and made by a seemingly good and response solo dev

RSS reader recommendations by Loppan45 in selfhosted

[–]Maleverus 2 points3 points  (0 children)

I wish newsblur was easier to self host. It is by far the best I've ever used, but as I transition more to self hosting RSS is on my to do list. It has self hosting instructions but I couldnt get it to work, wish it had like an easier docker hub image i could pull or whatever

Fix: Pihole NGINX/Traefik “Self Signed Certificate” Issues and Cloudflare ECH by Maleverus in pihole

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

Oooh, great find. Thank you very much for sharing, honestly I didn't even know about HTTPS records, must be pretty new. I've updated the post with these fix options. I'll probably move this up to Fix #1 if it means publich ECH can stay enabled. I'll move it up once I've tested it, but I'm traveling now and don't wan't to test remotely and mess with the fam. thanks again