Moonrise2473
@Moonrise2473@feddit.it
- Comment on Might be a bit of a tangent: use SIP at home via internet 2 days ago:
If you only want to make calls, any betamax/dellmont VoIP provider allows you to spoof your number after a otp code verification
- Comment on Might be a bit of a tangent: use SIP at home via internet 2 days ago:
I do this with avm fritz box, it can take the physical line and act as a sip server on the lan. I connect via the integrated wireguard VPN and use portsip app for make phone calls
- Comment on Need a second opinion on a project idea (Pi5 car headunit) 3 days ago:
An old android phone with a micro-hdmi port
The last phone I saw with a micro HDMI port was the blackberry Z10 in 2013
- Submitted 3 days ago to selfhosted@lemmy.world | 6 comments
- Comment on Submitting an App for iOS approval 4 days ago:
I don’t want to be the asshole but 3 days of a super underpowered VM (it can be a oracle free tier for example) is a drop in the ocean compared to the $100/year/perpetuity that apple wants from devs
Main problem might be the content, as they might think that it’s going to be used for piracy
Maybe try to spin it as “Kevin macleod recommendation engine” by filling it with this content archive.org/details/…/1up
- Comment on All you have to do is bump into hitler's biological parents before he was conceived, and you've erased his existence. No "assassination plot" is necessary. 1 week ago:
Plot twist: Hitler was actually your son and become like that because of a missing fatherly figure
- Comment on 1 week ago:
Ah really? I thought they did a universal client
- Comment on BMCU kit has arrived! 1 week ago:
There’s also the assembly manual?
- Comment on 1 week ago:
- Comment on Is anyone using a BMCU 3 weeks ago:
Documentation is only in Chinese?
- Comment on So excited that Avril Lavigne did come back 3 weeks ago:
It seems awesome but I have the feeling that I would need to spend a whole year of savings to attend that…
- Comment on Version Dashboard 4 weeks ago:
For the biggest projects I added the ICS files from endoflife.date
So for example now I will increase version of nextcloud only when my calendar notifies me that it reached EOL (=exits beta status)
For the smaller ones I have the same problem, and it’s a problem like the very useful Borg warehouse that had two consecutive breaking changes in how they manage Cron jobs…
- Comment on Found This (and more in post) at the Cracker Barrel (US Restaurant and Gift Store Chain) 4 weeks ago:
not OP but they seem to retail those for around $11
- www.hottopic.com/product/…/33513639.html
- www.hottopic.com/product/…/33513646.html
- www.hottopic.com/product/…/33513638.html
$11 is way cheaper than i would have imagined for something that requires 5-6 hours of printing (on a $500-$1000 printer; the depreciation needs to be factored in the price), $2 of silk PLA, $2 of custom box and $5 of retailer markup
- Comment on Vaultwarden selfhosting, or bitwarden service? 4 weeks ago:
Vaultwarden allows a bit of downtime, the vault is cached by the clients
When the server is not reachable, no writes are allowed
- Comment on WTF why my filament exploded? 4 weeks ago:
I tried it with the longer strings but looks like I have to throw everything
- Comment on WTF why my filament exploded? 5 weeks ago:
They used heat shrink packaging, which doesn’t look very airtight
- Submitted 5 weeks ago to 3dprinting@lemmy.world | 17 comments
- Comment on WTF why my filament exploded? 5 weeks ago:
I bought it before COVID but I opened the box just one week ago. It was wet (lots of stringing) but after a quick drying session it printed ok (photos coming soon). Then I put it back in my IKEA dry box
- Submitted 5 weeks ago to 3dprinting@lemmy.world | 31 comments
- Comment on C4illin/ConvertX: Self-hosted online file converter that supports 1000+ formats 5 weeks ago:
Why not both?
I use this on desktop github.com/Tichau/FileConverter but then on mobile how you would convert files, especially niche technical ones? I used to rely on cloudconvert.com but now I can install this on my server
- Comment on Am I Being Unreasonable In Regards To A Paid App? 5 weeks ago:
it’s limited in how many devices it can be installed
I’m curious to know how they enforce this. Forced login to a DRM server?
There are many good launchers, and if your have such glaring bugs like appearing in the recent apps list, then it’s time to change, IMHO
- Comment on Old-school Creative Sound Blaster cards repaired and demoed 1 month ago:
did i just read an ai-generated resume of a video?
- Comment on Developing a self-hosted alternative to Google Keep 1 month ago:
Except for federation, you described Notesnook, although it’s a bit hard to self host because the server parts are in alpha with few documentation. I wanted to try it but it looked too complex (hard to backup and hard to maintain) with all those server components, mongodb in a replica set and S3
For self hosting, why e2ee? It makes backups much more complicated than having plain text/images on the server. Consider making it optional 😊
- Comment on Trump cuts funding to FOSS projects. 1 month ago:
That 4 miles long military parade for his 79th birthday doesn’t pay by itself, unfortunately 😢
- Comment on Hoarder is rebranding to Karakeep - r/selfhosted 1 month ago:
The reason that I’m pissed so much for just a name (karakeep can be found with a search engine much easier) is that I had a domain that started with “er” so it was so funny to have it installed as hoard.erXXXXXXX.com 😂
- Comment on Hoarder is rebranding to Karakeep - r/selfhosted 1 month ago:
The other app is called similarly, but with the “e” missing.
“Hoarder” but misspelled, like Grindr
It’s a massive success, Google play says downloaded between 1 to 10 times worldwide
- Comment on Hoarder is rebranding to Karakeep - r/selfhosted 1 month ago:
What the fuck, the asshole that won the dispute had TEN downloads on Google play and launched only a few months ago
- Comment on Help with domain 1 month ago:
I’m an amateur, not a professional
- Comment on Help with domain 1 month ago:
Set the A record to your IP address and CNAME to @ to all the subdomains you need
- Comment on Help with domain 1 month ago:
You run a proxy on your server (the easiest is “nginx proxy manager” that has a nice web UI), then open your router to port 80 and 443 to nginx proxy manager (NOT the web UI configuration port!)
Then you instruct the proxy to route the traffic according to the URL.
Someone coming to 10.172.172.172 with no URL? Drop the connection.
Someone going to if.example.com? Forward to 192.168:8080 and so on