- 5 Posts
- 35 Comments
shaked_coffee@feddit.itto Technology@lemmy.world•Linus Torvalds says RISC-V will make the same mistakes as Arm and x86English78·1 year agoAnyone willing to summarize those mistakes here, for those who can’t watch the video rn?
shaked_coffee@feddit.itto Free and Open Source Software@beehaw.org•Zed (vscode alternative) on Linux is out!English1·1 year agoAgree. Not at all a security expert here, but maybe doing it inside a distrobox could be a temporary fix?Forget it, I just tried and it seems it gets installed in your home directory so using distrobox doesn’t change anything (apparently, but as I said I’m not an expert so feel free to correct me if I’m wrong).
However, I’ve seen they also have it available through a bunch of package managers like nix, arch and Fedora
Who else thinks we need a sub for that?
(sublemmy? Lemmy community? How is that called?)
shaked_coffee@feddit.itto Selfhosted@lemmy.world•How do I make my immich available publicly?English3·1 year agoThen I would suggest you to take a look at Reverse Proxies, which are programs that let you publicly expose different services hosted on the same computer under different (sub)domains.
The easiest to start with (and also probably the one that better fits your needs) afaik is NGINX Proxy Manager, which can be set up really easily using docker, and you can find plenty of tutorials online (here is one I watched when I was starting to look into docker and selfhosting, it’s a bit old but should still be valid).
If after having set up that you will to thinker around it a little bit and dive a bit deeper, there’s also Traefik which is pretty cool and also has a lot of materials to learn online.
I don’t remember if the video I linked mention it or not, but to use a reverse proxy to expose your services on the web you will first need to set up a dynamic dns (probably the easiest way is to use Cloudflare) or to ask your ISP for a static IP, then go into your routers settings and find the Port Forwarding section where you should tell your routers to send all the incoming traffic from ports 80 (HTTP) and 443 (HTTPS) to the local IP of your server. And then you should be ready to use spin up Nginx Proxy Manager or Traefik on your server.
(idk if I was clear or not but I swear it’s easier that how it seems ahah)
shaked_coffee@feddit.itto Selfhosted@lemmy.world•How do I make my immich available publicly?English3·1 year agoIs immich the only service you want to expose? And did you installed it using docker or directly on your system?
shaked_coffee@feddit.itto Android@lemdro.id•Android 15 will let you set a default wallet appEnglish2·1 year agoCan PayPal act as a traditional debit card though? I thought it was only for online or p2p payments
shaked_coffee@feddit.itto Android@lemdro.id•Android 15 will let you set a default wallet appEnglish26·1 year agoCool. Would be even cooler if there was an alternative to Google Wallet for non-samsung smartphones tho…
shaked_coffee@feddit.itto Technology@lemmy.world•Enshittification Continues: Discord to begin showing advertisements on it's free platformEnglish5·1 year agoThe closest thing to a Discord server Matrix-wise are Spaces, which basically are groups of Rooms that people can join by invite (and maybe by link? But not sure)
I see in Matrix as a protocol great potential but it needs some more projects that will focus on the different aspects of communication.
Element cannot aim to be both a WhatsApp replacement, a Slack replacement and a Discord replacement, but for sure 3 different alternatives for those services can be built all using the Matrix protocol
shaked_coffee@feddit.itto Technology@lemmy.world•Enshittification Continues: Discord to begin showing advertisements on it's free platformEnglish18·1 year agoThis!
Discord was great and I’m pretty sure that some projects will take its place (like Revolt maybe that others are mentioning) but PLEASE FOSS PROJECT JUST USE AN INDEXABLE FORUM like Discourse, so that people don’t have to signup and enter a server for each project they use!
shaked_coffee@feddit.itto Technology@lemmy.world•Enshittification Continues: Discord to begin showing advertisements on it's free platformEnglish131·1 year agoI guess that with discord (and many other non-foss free projects) the problem is that they start as free and then wanted to start to make money at a later stage.
For-profit software and companies are not necessarily bad, but they are bad when they take their existing software and start radically changing it for the sake of making more money.
If for example discord always had some features just for Nitro users and others for everyone, and those features (and the nitro price) would have always stayed the same it would have been much better
shaked_coffee@feddit.itto Selfhosted@lemmy.world•Offline alternatives to Roku / Streaming boxesEnglish191·1 year agoIt can be a bit overkill for your use case if you only need to stream the USB media on your tv, but take a look at Jellyfin, it’s a program you can install on any PC and as long as this is up and running on the same network you can access your media on that PC (in your case with the USB plugged in) from any other device (TV, other PCs, Tablets, smartphones)
Still haven’t looked into podman properly, but docker is much easier to learn because as you said there’s a lot more material available online. I’d say start with Docker, and if in the future you will find out podman better fits your needs you can always switch (they should not be that different)
Matrix is a communication protocol, such as IMAP+SMTP communication protocols that are behind emails. This means that the “communication stack” when you use Matrix, as well as when you use emails, can be summarized in 3 parts:
- the client (the app you use to chat, such as Apple Mail or Outlook for emails, Element or FluffyChat for Matrix)
- the provider (who is offering you the service, such as gmail.com or yahoo.com for email, matrix.org or chat.mozilla.com for Matrix)
- the server (the app that your provider runs to let you chat, for emails all most famous providers have their own proprietary servers, for Matrix the two main options for server are Synapse or Dendrite)
I haven’t read the article properly yet, but from what I’ve understand for now it seems Commune.sh aims to build a new client for Matrix that reproduces the layout and features of Discord, while at the same time being based on an open communication protocol and therefore having all its related benefits.
Seems pretty promising, I’m gonna keep an eye of it 👀
shaked_coffee@feddit.itto Selfhosted@lemmy.world•[SOLVED] Temporarily hosting on Oracle Free tier.English5·1 year agoAhah dw, it happened to me as well and to be fair the OCI UI for opening ports is not the most intuitive piece of software I’ve seen…
shaked_coffee@feddit.itto Selfhosted@lemmy.world•Owners of a domain, which domain registrar did you choose and why?English31·1 year agoCurrently using Infomaniak.com and I’m really liking it. They are a bit pricy compared to other registrars but
- they have solid privacy policy
- their servers use renewable energy
- they let you set up DDNS with a simple bash script
- they offer some cool email and kSuite benefits with the purchase of a domain
shaked_coffee@feddit.itto Selfhosted@lemmy.world•[SOLVED] Temporarily hosting on Oracle Free tier.English7·1 year agoNot an exper either, but I’ve used OCI Free Tier for a while and most of the times I was encountering issues they were related either to the fact it was ARM and not x86_64 (most tutorials and guides are not written with ARM CPUs in mind) or to the sort of Firewall built in the Oracle Cloud Platform. Have you already checked if the ports required for the services not working are opened correctly?
shaked_coffee@feddit.itto Technology@lemmy.world•Mozilla says Apple’s new browser rules are “as painful as possible” for FirefoxEnglish3·1 year agoI am a Firefox user both on desktop and on my android phone. And not only to support Mozilla in keeping the browser engine competition alive, but also because of some really good features that alternatives are missing (respectively Multi-Account containers on desktop and extensions on Android).
On my iPad, though, I tried using Firefox (even just to have bookmarks and history synced) but it’s really just a reskin of Safari with worse integration with the system and less features. Therefore I moved back to safari.
Why am I telling this? Because for any non tech-savvy user, if their first experience with FF is on their iPhone / iPad (with the WebKit version), they will probably not like it, and eventually associate in their mind “Firefox = bad browser”, preventing them to give it a try on their desktop. So, from a certain point of view, maybe getting rid of the WebKit version would help Mozilla gather some more users on the other platforms in the long term…
shaked_coffee@feddit.itto Technology@lemmy.world•Mozilla says Apple’s new browser rules are “as painful as possible” for FirefoxEnglish25·1 year agoWell, to be fair the EU can’t force Apple to change outside of its territories, and it makes sense that Apple prefers to maintain the status-quo untill other countries will follow EU example with similar regulations.
I can see Mozilla’s point there, but this scenario, even it it’s not optimal, still seems me a better one compared to the All-WebKit-Everywhere one. If Mozilla struggles to maintain two versions of Firefox for iOS, I’d say they can drop the useless WebKit version and just maintain the real version for EU only market (untill other markets will follow).
How many people are currently choosing FF in favour of Safari on iOS after all?
shaked_coffee@feddit.itto Technology@lemmy.world•Stop using Opera Browser and Opera GXEnglish1·1 year agoHard to disagree with that… the flawless integration of every piece in Apple’s “ecosystem” is hard to reproduce (even if all those features can be achieved as you were saying, it wouldn’t be “as flawless”) Just maybe pair it with an Ad and Tracker blocker extension like AdGuard
But if the atproto team actually releases a way to selfhost a relay server as well (and not just a data server), in theory if bluesky enshittifies you could always fork the app, selfhost your PDS and Relay and migrate, while still being able to interact with the people in the “mainstream bluesky”.
I know this is a big if, and that at the moment it’s not reality, but the Atmosphere it’s at leaat 10 years younger than the Fediverse. So I’d say let’s not call it shit yet and just see how it evolves…