It’s pretty critical to topic feeds. The app I’m using doesn’t understand the link consolidation thing that Piefed offers, so I’ll see 5 of the same post all together in it. Really I just need to start using a PWA instead of the app until Piefed has better app support.
greybeard
- 0 Posts
- 14 Comments
greybeard@feddit.onlineto Programming@programming.dev•JavaScript™ Trademark Update | DenoEnglish2·13 days agoInteresting, I didn’t realize they got the javascript trademark when they got Sun. I wouldn’t be surprised if a judge threw out the trademark as generic at this point, if they understood technology, but that’s a big if. I knew naming rights were a big reason that people tried to roll the name back to ECMAScript, but that never really took off.
greybeard@feddit.onlineto Programming@programming.dev•JavaScript™ Trademark Update | DenoEnglish8·14 days agoThey bought Java (not javascript) a long time ago. With, as far as I can tell, the sole intent of monetization through legal action.
greybeard@feddit.onlineto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English2·22 days agoThere’s nothing saying you can’t have ports forwarded for the NAS, and have a VPN for everything else. Censorship may be a problem, but those more often block VPN services like NordVPN, not protocols. So running your own is less likely to be stopped. That said, of course comply with local laws, I don’t know where you live or what’s legal there.
If you really want multiple things exposed at the same time, you have two options(which can be used in combination if needed/wanted):
- A reverse proxy. I use caddy. I give it a config file that says what address and port binds to what hostname, and I forward port 443/80 to it. That works great for web content.
- Use custom ports for everything. I saw someone else walking you through that. It works, but is a little harder to remember, so good notes will be important.
I still recommend against forwarding a lot of ports as a beginner. It’s very common for software and web apps to have security vulnerabilities, and unless you are really on top of it, you could get hit. Not only does that put all your internal devices at risk, not just the one that was original breached, it also will likely become part of a botnet, so your local devices will be used to attack other people. I’d recommend getting confident with your ability to maintain your services and hardening your environment first.
greybeard@feddit.onlineto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English3·22 days agoI’ll be honest, if you aren’t planning on sharing with others, I’d recommend switching to something like wireguard to connect back into your house instead of exposing everything publicly. Some firewalls have wireguard built in, so you can setup the VPN easily. But then all you have to do is keep your VPN endpoint safe to keep your internal network protected from the Internet, instead of having to worry about the security of everything you expose.
greybeard@feddit.onlineto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English7·23 days agoThe synology NAS can act as a reverse proxy for stuff inside your network. I don’t have mine in front of me, so you will have to google the steps, but basically you point the synology to an internal resource and tell it what external subdomain it should respond to.
greybeard@feddit.onlineto Selfhosted@lemmy.world•Is there any open source tv focused os/ui?English1·26 days agoThat’s what it was called! I remembered the program a few weeks ago but couldn’t for the life of me recall the name.
greybeard@feddit.onlineto politics @lemmy.world•Trump military parade met with empty seats amid nationwide protestsEnglish481·28 days agoMonkey’s Paw: His next birthday is spent underground because WW3 kicked off and he is in a nuclear bunker.
greybeard@feddit.onlineto 3DPrinting@lemmy.world•Update on the "crushed letters" issueEnglish21·1 month agoJust a thought: Try making the first layer of letters empty so the letter fill is actually a layer 2 bridge.
A trick I have done is printing the first layer solid in a transparent filament, then layer 2 as 2 color.
I use a KillaWatt device. It is a simple device you plug into the outlet and then plug the device you want to measure into it. I’ve had mine for a long time so I have no idea what a new one would cost, but I’m guessing sub $30.
greybeard@feddit.onlineto Fediverse@lemmy.world•Voyager changed the default instance to lemmy.zipEnglish5·1 month agoI had the same problem with lemmy.one shutting down. I’ve been exploring around and am currently trying feddit.online, because it isn’t lemmy based. So far I’m liking it, but Piefed just got a proper API for apps and the first app launched yesterday, so we’ll see how it goes.
greybeard@feddit.onlineto Fediverse@lemmy.world•Voyager changed the default instance to lemmy.zipEnglish3·1 month agoA region check might be a good way to handle it and load balance at the same time. Pushing people to a larger variety of instances while also making it easy on them. The down side is certainly the overhead of vetting and maintaining the list.
greybeard@feddit.onlineto Fediverse@lemmy.world•Voyager changed the default instance to lemmy.zipEnglish9·1 month agoThis is them, to the best of their ability, complying with UK law. If more people tried to comply, perhaps the UK government would realize how foolish their Online Safety Act is and do something about it.
Interstellar is what I’m using. Generally usuable, but certainly doesn’t understand the things that make PieFed special. With so many of the major Lemmy instances spooling up secondary piefed instances, it means it is probably only a matter of time before this issue is resolved.