

Trying to get started with reverse engineering and binary exploitation by following this guy. My brain hurts, but in a good way!
Trying to get started with reverse engineering and binary exploitation by following this guy. My brain hurts, but in a good way!
This appears to be a variation of the “standwich.” Please see the attached for an example.
Running an RKE cluster as VMs on my ceph+proxmox cluster. Using Rook and external ceph as my storage backend and loving it. I haven’t fully migrated all of my services, but thus far it’s working well enough for me!
Good bot
I don’t know how I feel about this personally. On the one hand, I feel like this is a privacy win for those who want it: no watch history means no algorithmic recommendations and (presumably) less data collection for those users. On the other hand, I personally really enjoy the recommendations that YouTube makes for me. Maybe it is the wide variety of content that I watch, but I’m honestly very pleased with the recommendations that YouTube provides. That being said, I feel like the opt-in to algorithmic recommendations is a good thing overall, however I am personally going to leave my watch history enabled.
Back when COVID was in its prime, I was contributing CPU/GPU cycles to Folding@Home for protein folding simulations and working on a vaccine. Since then, I’ve reimaged my desktop twice. I should probably reinstall the BOINC client to contribute again…
Thanks for the info. That seems quite heavy handed.
I’m out of the loop, what is France trying to do with regard to DNS?
Here’s the link to the study: https://doi.org/10.3390/s23136205
A modern classic IMO 🤣
+1 for liars dice. Fun and fast paced!
I’m posting currently from the PWA after I enabled 2FA on my account (not currently working with Jerboa). It’s nice and works well, but I prefer the more compact list view present in Jerboa. Other than that, no complaints!
I actually setup SES for my Lemmy instance. I was evaluating SendGrid but less than 24 hours after signing up they closed my account with zero explanation so…yeah lol.
I was sandboxed in SES initially but I created a support ticket asking for production access and I was good to go. No issues with SES thus far.
True, in that case CF tunnels may be easier to manage due to fewer moving parts to configure. Good point!
Cloudflare tunnels are great but OP may not want to have to authenticate each user to their services.
Cloudflare free tier + a reverse proxy will set you straight. You can add subdomains for your services as A records in Cloudflare off of your root domain, i.e. lemmy.yourdomain.tld, personalsite.yourdomain.tld, images.yourdomain.tld.
When doing this, enable the Cloudflare DNS proxy which will route DNS requests to your origin service through Cloudflares’s CDN. This essentially “hides” your public IP as anyone doing a nslookup lemmy.yourdomain.tld
will get Cloudflares’s IPs back as a response.
Once you’ve done this, you can break everything back out to it’s respective backend via a reverse proxy. For example, lemmy.yourdomain.tld gets passed to 192.168.0.10, personalsite.yourdomain.tld gets passed to 192.168.0.20, etc.
I like it so far. The web interface is pretty solid and Jerboa is serviceable, though missing some features that I would call crucial to the experience. I can’t fault the developers at all though, as it’s like two dude to my knowledge. The reddit API thing convinced me to run my own instance for friends.
I’m hopeful lemmy takes off and sees a larger adoption as well, I think that putting the internet back in the hands of individuals is super important as there has been way too much aggregation of services for like the past decade IMO.
Same. Projects like Lemmy are pretty slick, I just hope that the perceived barrier to entry due to the decentralized nature of the Fediverse won’t keep people from joining. There needs to be a “critical mass” of users to make a platform successful and engaging. Hopefully that happens to Lemmy due to the Reddit API fiasco.
The Downtime Project is a pretty interesting podcast that covers some large outages and discusses their post-mortem analysises. Worth a listen IMO, very interesting stuff and some good lessons to learn.