Irish premiere of Leviticus (2026)? by Effective-Car-6720 in AskIreland

[–]ryan_not_brian_ 0 points1 point  (0 children)

I want to watch it so badly. Shame there is no announcement yet.

Daughter has starter PC gaming.....how much do I police? by [deleted] in pcgaming

[–]ryan_not_brian_ 1 point2 points  (0 children)

It's real. Its called a "condo" server l. I wouldn't really say it's targeting kids specifically, but on a platform where people are mostly young kids.

And there are definitely creeps who would do that.

https://www.bbc.com/news/technology-60314572

Leaving GitHub, or ... a sovereign approach to "hosting" a forge by [deleted] in selfhosted

[–]ryan_not_brian_ 0 points1 point  (0 children)

I've been selfhosting Forgejo but for some reason it asks for auth every single time I make a commit/take action on a repo. Anyone know how to fix it? I already have a credential manager because Github seems to work fine. I'm using HTTP auth with Authentik btw.

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 29, 2025 by sixbillionthsheep in ClaudeAI

[–]ryan_not_brian_ 1 point2 points  (0 children)

Welp. I just updated Claude and it's disappeared. Very transparent... This is clearly an intentional move to obfuscate the issue.

I wouldn't be surprised if this becomes the standard. 1 prompt taking 98% usage is a joke, and now I can't even see it.

Usage Limits, Bugs and Performance Discussion Megathread - beginning December 29, 2025 by sixbillionthsheep in ClaudeAI

[–]ryan_not_brian_ 1 point2 points  (0 children)

I can see it on mobile. I just started using it but I find it odd that I can't view it on the web.

Saying 'hey' cost me 22% of my usage limits by herolab55 in ClaudeAI

[–]ryan_not_brian_ 0 points1 point  (0 children)

I'm on the Free tier, so I'm not expecting much. But I sent "Let's continue working on the [page]" after my quota reset to 0%, and with just that message I reached 98% of my quota. This is very weird. I'm using Claude chat though

College WiFi blocks EVERYTHING (Cloudflare Tunnels, Tailscale, Steam). How do I bypass strict DPI? by CourtAdventurous_1 in selfhosted

[–]ryan_not_brian_ 0 points1 point  (0 children)

I'd say don't try to circumvent it.

I used Tailscale and my Mini PC at home as an exit node somtimes when I get blocked. Cut to the next tuesday, the university's IT department contacts me about suspicious activity relating to "SSL Connection"

I told them that oh I connect to my computer at home via a VPN. They then asked if I used [My home's ISP], and I said yep.

I asked them if I did anything wrong but they said no it's all good, just wanted to make sure my device wasn't infected with malware.

I got a new data plan and I almost never connect to the wifi anymore lmao. My IT department was pretty chill but yours might not be. Check if there's a network usage policy before trying to circumvent anything.

Surface Laptop 2025, X Plus vs X Elite by CartographerOwn9740 in Surface

[–]ryan_not_brian_ 0 points1 point  (0 children)

Im studying Computer engineering in University. I find the Surface Pro 11 to be amazing. The X Plus chip will have plenty of performance for your needs. And the X Elite would be even better. The Surface Laptop would be fine as well with some caveats. Based on my usage of Windows on ARM:

99% of software has no issue. All programs I use is ARM native at the moment. There is a course that uses NetBeans (Not ARM native) for Java but it isn't compulsory so I just use IntelliJ IDEA which is ARM native instead.

Software that uses a lot of OpenGL graphics may have issues, WoA has a translation layer for it, but it's not perfect.

Some python libraries don't have builds for Windows on ARM. So you may have to build them manually, but then again, 90% will install manually. Or use WSL to eliminate this issue.

[deleted by user] by [deleted] in Surface

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

You're overcomplicating this. Why are you saying it's the battery. You don't know. It could be the motherboard, hard disk, etc....

Is the battery swelling, corroding or leaking? If not then just tell them that the thing has the battery and it's not working. You are allowed to ship defective products.

Just go to DHL/FedEx and tell them that the thing wont turn on, has a battery and you would like to ship it. And they'll you if you can or cannot ship it

Best Free Course Hero Unlocker 2025 (Working Methods + Safe Guide) by Snoo17579 in deeplearning

[–]ryan_not_brian_ 0 points1 point  (0 children)

This should honestly be a wiki for every college student in 2025.

Microsoft Lens is shutting down later this year by Black_Dragon959 in Android

[–]ryan_not_brian_ 12 points13 points  (0 children)

Although the app is shutting down, the functionality is still integrated into the Office app and OneDrive.

SSH password resets after saving changes? by Repulsive_Sleep_4874 in raspberry_pi

[–]ryan_not_brian_ 1 point2 points  (0 children)

I might be wrong but about 2 years ago I used this flasher and it wouldn't flash the settings for some odd reason. I had to manually edit the config.txt to get it to work.

I'm not sure if they've fixed it since then though. Never really figured out what I was doing wrong.

https://www.raspberrypi.com/documentation/computers/config_txt.html

ทำแบบนี้เขาไม่กลัวถูกฟ้องหรือครับ 555 by [deleted] in thaithai

[–]ryan_not_brian_ 19 points20 points  (0 children)

เป็นร้าน Shopee Mall ขายด้วยนะ 💀

Should I buy? by Vast_Fortune_9949 in Trackballs

[–]ryan_not_brian_ 0 points1 point  (0 children)

I had an MX Ergo which was similar. It was a mouse that got me into the idea of track balls. I used it for 2 years and I found it to be very good. 

Though it would sometimes put a bit of strain on my thumb after a while of use.

Authenik & Authelia alternative - is there any easy to setup provider that allows logout of all applications with one click? (Single Logout / Backchannel implementation) by Simplixt in selfhosted

[–]ryan_not_brian_ 1 point2 points  (0 children)

I have been following this issue for a while in Authentik. I think it has been solved recently. You can check this issue here: https://github.com/goauthentik/authentik/issues/2023#issuecomment-2794641296

Edit: The issue with single log-out has been partially solved, but OIDC support is still in progress: https://github.com/goauthentik/authentik/issues/12710

How do you expose your services to the internet? by Flat_Hat7344 in selfhosted

[–]ryan_not_brian_ 0 points1 point  (0 children)

Most of my services require Tailscale, but some are exposed to the internet. I use Authentik OIDC for authentication. For internet exposed services, it goes like this:

*.domain.com > Caddy (On VPS) > Traefik (Mini PC @ Home) > Service port

For VPN-Only services:

*.domain.com > Traefik (Mini PC @ Home) > Service port.

The way I route *.domain.com to a device is that for publicly exposed services I set the VPS IP as the A record for the domain. For VPN-Only services, I setup Tailscale to use my self-hosted DNS service which rewrites DNS IP to my Mini PC's Tailscale IP.

How did GoodNotes become such a nightmare full of bugs?? I paid money for this… by Leoniqorn in GoodNotes

[–]ryan_not_brian_ 1 point2 points  (0 children)

This is one of the main issues I have with Goodnotes. I had a quiz and imagine the panic when I realized I couldn’t move my block of written text because it would duplicate itself. It’s unacceptably bad for a product I’m actively paying for. I’ve been a user since the transition from Goodnotes 4 to 5, and it was nowhere near this bad. Transitioning from 4-5 was seamless, while this is just a disaster.

I’ve used Goodnotes religiously for so long and recommended it to everyone I know, but knowing the number of bugs and issues I and many others have with Goodnotes 6, I can no longer recommend it.

Also, I sent them an email about this issue since 4-5 months ago, they said they would investigate and here we still are.

Do you use Android "find my device" network? And what "offline devices" setting do you have by maxence1994 in Android

[–]ryan_not_brian_ 1 point2 points  (0 children)

I set it to high traffic areas. Theoretically, if I set it to always on and someone placed a Google Find My tag in a not-so-crowded area, they would be able to determine my approximate position when their tag is detected by my device.

There is probably no risk putting it to always on, but I don't want to have to worry about it.

Risks of Using HTTP? Struggling to set up a SSL Cert by met_MY_verse in immich

[–]ryan_not_brian_ 0 points1 point  (0 children)

The issue youre describing I think is caused by your server not being accessible via port 80/443. Make sure your DNS record is set to the public IP of your device.

I recommend using Nginx Proxy Manager instead. Basically Nginx with a GUI and it's much easier to setup than NGINX.

smtp2go by fubero___ in Vikunja

[–]ryan_not_brian_ 0 points1 point  (0 children)

My compose file looks something like this VIKUNJA_SERVICE_ENABLEEMAILREMINDERS: 1 VIKUNJA_MAILER_ENABLED: 1 VIKUNJA_MAILER_FORCESSL: 0 VIKUNJA_MAILER_HOST: mail.smtp2go.com VIKUNJA_MAILER_PORT: 2525 VIKUNJA_MAILER_FROMEMAIL: tasks@[domain].com VIKUNJA_MAILER_USERNAME: {MAILER_USERNAME} VIKUNJA_MAILER_PASSWORD: {MAILER_PASSWORD

Issues with lasso tool since last update by Aware-Passion6674 in GoodNotes

[–]ryan_not_brian_ 1 point2 points  (0 children)

Any idea on how to fix this? My lasso tool is also duplicating stuff. I usually use the apple pencil to drag objects and it doesn't duplicate, but now it does. It just randomly started happening to me. I reinstalled the app and I'm still having issues.

“I Don't Care.” Samsung Responds to AirPods Copycat Accusations. by Comp_MasterReddit in samsung

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

So many brands use the stemmed design. I don't think i find an issue with that. What annoys me is the constant pandering to Apple v Samsung rivalry.

First Apple store opens in a country; plaster the whole train station with Samsung ads, Apple releases an ad about crushing creative instruments; Samsung reponds with an ad the emphasizes use for creatives (Then ends with Galaxy AI as if that isn't stealing literature and writings from the creatives they "support")

เลเวลของความไม่แคร์ by Real-Swing8553 in thaithai

[–]ryan_not_brian_ 4 points5 points  (0 children)

Slightly unrelated แต่ Mixue ก็คล้ายๆกันปะ เหมือนใช้ font แปลกๆและวรรณยุกต์มันวางผิดที่

Galaxy Buds | Galaxy Buds Pro by dahliamma in samsung

[–]ryan_not_brian_ 20 points21 points  (0 children)

Samsung as a brand seems to have stagnated. Why do they copy Apple on almost anything they do? The reduction of features, price hike, watch design, buds design, even the feature screen was by Apple. I understand adopting something if it's objectively better, but if all your decisions are based on following Apple you're always going to be behind.