Hawk
@Hawk@lemmynsfw.com
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 5 days ago:
That’s right, one should. However, I’m using this only as an internal documentation tool, There’s no port forward and it’s not public. I am literally using it to take notes on a few things I’m developing.
It’s actually really nice being able to drop a whole bunch of links and have them threaded and linked between each other. It works quite well.
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 5 days ago:
Yeah, without a doubt, it’s just an oversight.
There’s nothing malicious here.
I should have read the docker compose a bit closer when I was trying to figure it out but There’s only so many hours in the day, and sometimes you rush.
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 5 days ago:
In not the OP but I hit the same issue.
- Comment on YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process 5 days ago:
Yeah this hit me as well and it was very confusing until I found that
lemmy.ml
I can’t find it [on the main branch] (github.com/LemmyNet/lemmy/…/docker-compose.yml) so I didn’t raise am issue
- Comment on In a First, America Dropped 30,000-Pound Bunker-Busters—But Iran’s Concrete May Be Unbreakable, Scientists Say 3 weeks ago:
Yeah psi is a pretty common unit and trivial to swap between if SI is needed.
Arguments like above often show a lack of real world experience.
- Comment on 'We're done with Teams': German state hits uninstall on Microsoft 4 weeks ago:
Any suggestions on alternatives?
Slack is ok but proprietary.
Element is a new and eg fractal doesn’t have threading.
- Comment on Kid gave a reasonable answer without all the math bullshit 1 month ago:
Yeah, most pizzerias sell many sizes. Both answers are valid.
In fact, i would argue making an assumption, in this case about size, without declaring it, is in fact less reasonable.
- Comment on Meta shareholders overwhelmingly rejected a proposal to explore adding Bitcoin to the company's treasury, with less than 1% voting in favor of the measure 1 month ago:
One can buy weed with crypto. I can’t do that with a bank card.
I guess, not everyone wants a centralised currency
- Comment on Discord unveils Discord Orbs, a new in-app currency that users can earn by completing Quests, which reward participants who interact with ads 1 month ago:
Unfortunately, the official desktop app is essentially unusable.
Fractal is pretty good but less features.
- Comment on Let's play this game again 1 month ago:
Social Obligation.
- Comment on ChatGPT does not fuck around 1 month ago:
IP could potentially be accessible through tool use?
Not sure, but not impossible.
- Comment on I’m very good at math and would like health insurance. What is the easiest option? 2 months ago:
Electrician or construction. No money at all in data, tech, software etc.
- Comment on A Judge Accepted AI Video Testimony From a Dead Man 2 months ago:
Yeah this wasn’t ratio or even obiter, perhaps convention. Without looking deeper this was along the lines of an impact statement. Whilst it raises points for discussion its a far cry from precedent for the admission of evidence.
- Comment on sus 2 months ago:
Must be nice in that small section of western Europe. For the rest of us things are not so blissful.
- Comment on That's all folks, Plex is starting to charge for sharing 2 months ago:
Tail scale already has a bunch of limitations for unpaid users but it’s only an extra step to set up wireguard in a container.
- Comment on What OS should I use for self-hosting that doesn't require extensive terminal knowledge? 2 months ago:
Honestly, I’ve had little trouble. The Gentoo Wiki and Void Handbook have a lot of overlap with OpenRC and musl, respectively.
While the documentation could be improved, the overall experience has been quite good and very stable.
- Comment on What OS should I use for self-hosting that doesn't require extensive terminal knowledge? 2 months ago:
I’m not trying to be unhelpful. My advice would be to steer into the terminal. Bite the bullet. I use arch and alpine for my servers but Fedora would be fine (but SELinux can be a pain with bund mounts)
Probably just go with Fedora with btrfs for snaps. It has lots of support and is a common choice for servers
- Comment on How to secure Jellyfin hosted over the internet? 3 months ago:
Wireguard (or tailscale) would be best here.
- Comment on Microsoft's many Outlooks are confusing users and employees 3 months ago:
I think the parents suggestion was to not use it.
However, it’s a bit like avoiding water on a boat given how pervasive the cancer is.
Most of the MS suite is pretty awful. OG OneNote was a good idea. VSCode is ok, just quite slow. Oh LSP is fantastic, I believe that was developed by MS.
The Office Suite and PowerBI are terrible, by 2025 standards it’s glossy trash.
- Comment on [deleted] 3 months ago:
Yep. mid size business is the best place to be for engineers. You get your pick Of the lot all without HR 🙃
- Comment on Google Chrome disables uBlock Origin for some in Manifest v3 rollout 4 months ago:
See also Mull, No 120hz though.
- Comment on Google Chrome disables uBlock Origin for some in Manifest v3 rollout 4 months ago:
Also, I don’t think one can export bookmarks from Android Firefox either.
- Comment on Google Chrome disables uBlock Origin for some in Manifest v3 rollout 4 months ago:
Some js is a bit slower. I typically use chrome for self hosted apps, jupyter etc.
I think wasm performance is actually better in Firefox though.
- Comment on HP ditches 15-minute wait time policy due to 'feedback' 4 months ago:
I see we have the same managers. Were you also advised that public facing databases were better than an API in a VPC and that 1 password shared among colleagues is easier than managing credentials?
Don’t worry, I found a new gig starting in a few weeks (out of the pot into pan )
- Comment on Which reverse proxy do you use/recommend? 4 months ago:
Set up wireguard in a docker container and then forward the port to wireguard, the default container on docker hub is fairly straightforward and you can always ask me for help if you need :).
However, If you are using ipv4, you need to make sure that you’re not behind a CG-NAT (If you think you might be, call your ISP and tell them you have security cameras that need to get out or something like that).
You could also try tailscale which is built using wireguard with nat-busting features and a bit easier to configure (I dont personally use it as wireguard is sufficient for me).
After that Caddy + DNSMasq will simply allow you to map different URLs to IP addresses
dnsmasq
- will let you map, E.g.
my_computer
->192.168.1.64
- will let you map, E.g.
- Caddy (Or nginx, but caddy is simpler)
- will let you map to ports so e.g.:
- with DNS (DNSMasq as above)
http://dokuwiki.my_computer
->http://my_computer:8080
- Without DNS
http://dokuwiki.192.168.1.64
->http://192.168.1.64:8080
- with DNS (DNSMasq as above)
- will let you map to ports so e.g.:
Caddy and DNSmasq are superfluous, if you’ve got a good memory or bookmarks, you don’t really need them.
VPN back into home is a lot more important. You definitely do not want to be forwarding ports to services you are running, because if you don’t know what you’re doing this could pose a network security risk.
Use the VPN as the entry point, as it’s secure. I also recommend running the VPN in a docker / podman container on an old laptop dedicated just to that, simply to keep it as isolated as you can.
Down the line you could also look into VLan If your router supports that.
I personally would not bother with SSL If you’re just going to be providing access to trusted users who already have access to your home network.
If you are looking to host things, just pay for a digital droplet for $7 a month, It’s much simpler, You still get to configure everything but you don’t expose your network to a security risk.
- Comment on Which reverse proxy do you use/recommend? 4 months ago:
If you’re just going to VPN in to your home network, I’ve found caddy to be the simplest.
- Comment on [deleted] 4 months ago:
There’s nothing on Reddit anymore. It’s really unfortunate but I don’t see how this is going to help them regain any consistent user base.
- Comment on How does this pic show that Elon Musk doesnt know SQL? 4 months ago:
I’ve had a poor experience with btrfs dedupe tbh (and a terrible experience with qgroups), however, this was years ago. Btrfs snapshots I prefer though, much easier not to have that dependence.
What distro are you using for ZFS, void?
- Comment on How does this pic show that Elon Musk doesnt know SQL? 4 months ago:
Fair point, I’ve edited the answer to be clearer for future readers.
- Comment on How does this pic show that Elon Musk doesnt know SQL? 4 months ago:
Well Ive ad a great time using LLMs to sandbox a dozen implementations and then investigate the shortcoming and advantages of different implementations.
Mistakes happen a lot but they can be managed on a small MWE with a couple of tests.
It’s how the tool is used more than any given tool being bad.
I understand your point and you’re not wrong. However, I’m not wrong either and you should take a second look at how you might use these tools in a way that makes your life easier and addresses the valid limitations you’ve described.