[-] xinayder@infosec.pub 6 points 2 weeks ago

Care to share how you disabled every bit of AI in the phone?

[-] xinayder@infosec.pub 12 points 2 weeks ago

Yet companies are manipulating survey results to justify the FOMO jump to AI bandwagon. I don't know where companies get the info that people want AI (looking at you Proton).

[-] xinayder@infosec.pub 8 points 3 weeks ago

As much as I despise MS and think they are equally incompetent, I don't think it's a good idea to lock down Windows. They will stop providing kernel access to 3rd parties at first, then a few months later you will only be able to download software from the Microsoft Store.

Yes, it's a security issue but them being allowed to close down their OS sets a dangerous precedent that will make Windows even more shittier and enshittified than it already is.

69
submitted 4 weeks ago* (last edited 4 weeks ago) by xinayder@infosec.pub to c/selfhosted@lemmy.world

I am looking for suggestions of cheap, OpenWrt compatible routers that may have Wifi 6, for future proofing. My idea was to use it as a main router, but also as a travel router so I can plug it whenever I travel somewhere else.

I also want to learn how to use OpenWrt (I have an old router at home to test it out, but it's not ideal for everyday use since it's 100Mbps and doesn't have gigabit ports).

It'd be nice to have:

  • Wifi 6
  • OpenVPN or WireGuard support
  • Compatibility with OpenWrt
  • Ideally less than 60 EUR

A small form factor is also appreciated but not a requirement.

I checked the device tables and lists on the OpenWrt wiki, but it's hard to decide. A beginner's guide to the operating system recommended some routers but most of them are too expensive for my use case.

Currently, I'm leaning towards the GL iNet Opal (1200) but it doesn't support OpenWrt, the other option is the BananaPi BPI-WIfi 6. What would be your suggestions?

[-] xinayder@infosec.pub 6 points 3 months ago

Can someone ELI5 what's going on? Seems like they are still fighting about Nix allowing a defense company to sponsor their conferences, and trying to ad hominem the project leaders.

[-] xinayder@infosec.pub 10 points 5 months ago

That's usually what happens with FOSS. The problem as I see it is that the dev doesn't have time to update the app and there's almost no one stepping up to hel fix longstanding issues. I'm pretty sure the dev will be more than happy to see people submitting PRs to fix some issues with the app :)

[-] xinayder@infosec.pub 49 points 6 months ago

That doesn't seem to be the case. From what I read on HN, the dev quit because he thought it didn't make sense to submit CVEs for temporary/wip solutions, and F5 thought otherwise.

So as I see it, the developer quit because he didn't agree that a CVE should be opened for a work-in-progress solution that was live on Nginx.

[-] xinayder@infosec.pub 12 points 9 months ago

I'd recommend Forgejo/Gitea as others have mentioned or https://sourcehut.org (instance available at https://sr.ht/)

[-] xinayder@infosec.pub 12 points 10 months ago* (last edited 10 months ago)

There's a GitHub issue tracking this bug. It seems like SDL3 was finally released and Valve "forgot" to compile SDL3 with Wayland support.

If you're using Wayland, you can add a startup parameter to force the game to use X11 and it will work.

This issue is also affecting Dota 2.

[-] xinayder@infosec.pub 5 points 10 months ago

I stopped reading when I read "Electron".

I used Heroic a few times and it's absolute garbage because it runs Electron.

They said they will offer these 2 versions side-by-side, but mark my words, a few months/years they will go with the Electron version and kill the GTK version.

[-] xinayder@infosec.pub 5 points 10 months ago
[-] xinayder@infosec.pub 14 points 10 months ago

Why is Gitness on the news and why is it being considered as the de-facto alternative to GitHub? Why is GitLab/SourceHut/Forgejo (and Codeberg)/Gitea not being considered?

Forgejo for example has almost a 1:1 compatibility with GitHub Actions and it didn't make the news. If you were to replace GitHub, Codeberg or Forgejo is a very good replacement for it.

[-] xinayder@infosec.pub 12 points 11 months ago

An Oblivion remaster made in Skyrim

owait, that already exists, Skyblivion is a thing

16
submitted 11 months ago by xinayder@infosec.pub to c/selfhosted@lemmy.world

I have a small VPS that hosts some services I use daily and I'd like to migrate that to a K8s cluster. One of the services being hosted is my personal website, built with Hugo and served by Caddy.

Right now, I have the code for my website on Codeberg and I have a CI pipeline that builds the website and uploads it to my VPS via rsync.

I want to move the website to the k8s cluster, but I have no idea how to do it "securely". What I have right now is a separate user on my VPS called deploy and it rsyncs the files to the data directory Caddy is using to serve my files.

I thought I could do the same on the k8s cluster server, but it's usually not a good idea to mount host paths with k8s unless absolutely necessary, because container escaping is an actual problem.

So far the only alternative I could think of is to change the CI pipeline to publish my website on another branch and signal it to my K8s cluster so the files should be updated, but I'd like to know what better options exist and how easy they are to setup.

view more: next ›

xinayder

joined 11 months ago