folekaule
@folekaule@lemmy.world
- Comment on Things are getting really crazy. 1 week ago:
The request has been submitted to uservoice and has 265,567 votes, so it will probably be any time now.
- Comment on What is Docker? 2 weeks ago:
I know it’s ELI5, but this is a common misconception and will lead you astray. They do not have the same level of isolation, and they have very different purposes.
For example, containers are disposable cattle. You don’t backup containers. You backup volumes and configuration, but not containers.
Containers share the kernel with the host, so your container needs to be compatible with the host (though most dependencies are packaged with images).
For self hosting maybe the difference doesn’t matter much, but there is a difference.
- Comment on Does anyone else hate knowing stuff and looking "smart"? 2 weeks ago:
Try to come across friendly without sounding condescending.
First, empathize (I know those things can be tricky, it took me a minute the first time), then offer to help without judgement (I have some experience with these, would you like me to try?), then back off if they say no.
If they refuse help, you’ve done what you can, end of story. Don’t be pushy.
Key point here is to be nice about it. Don’t call them out or make them feel dumb. Don’t judge. You don’t know why they’re not getting it, and next time maybe it is you who is “dumb”.
Also, don’t expect everyone to share your intellect (it’s obvious to you) or curiosity (you want to know how it works). Most people just want their problem fixed and move on.
- Comment on Secrets 4 weeks ago:
See if a light weight kubernetes installation is for you. Secrets are first class citizens in k8s. You can make maintain secrets in a number of different ways, but they are exposed to containers the same way. They can become files or environment variables, whether you need.
I recommend looking at k3s to run on your Pi and see if that works for you. You can add vault software on top of that later without changing your containers.
- Comment on Least terrible domain registrars 2 months ago:
I have one of my domains on Cloudflare and was thinking of moving the rest of them there. What makes it harder to move name servers away from Cloudflare than other places?
- Comment on [deleted] 2 months ago:
- This is not medical advice
- Ask your doctor
- Talk to the airline. They can at least tell you if they carry peanuts on their flights. And you should inform them if you go, to make sure the crew knows
- On overnight flights they often serve one or two full meals. I don’t recall being served peanuts on one, but it’s possible some of their meal options include nuts
- Comment on Why don't states in the US come up with their own health insurance program? So people can pay into it prolly less then what they pay now and the state put the money in a bank and use the interest for 2 months ago:
The percentage varies, but the federal government funds more than half.
- Comment on Why would a UTF-8 MySQL backup contain invalid UTF-8 characters? 4 months ago:
The Unicode standard allows, but recommends against, adding a BOM for utf8 files. Utf8 does not need them.
I’ve only seen Microsoft tools adding that, and it breaks some parsers.
Please don’t add BOM to utf8 files unless for some reason you need them.
- Comment on Why would a UTF-8 MySQL backup contain invalid UTF-8 characters? 4 months ago:
Character encoding and type coercion errors are so common. But a lot of bugs also come from programs trying to do “the right thing”. Like in OP’s case: they are just trying to import some data and maybe the data was never even intended to be interpreted as utf8, but the tool they are using to remove the commands wants to treat it that way. Sometimes the safest thing to do is to just assume data is binary until you care otherwise.
- Comment on Why would a UTF-8 MySQL backup contain invalid UTF-8 characters? 4 months ago:
Not sure if this helps you, but for anyone working with utf8 and MySQL, it’s worth reading up on the details of their Unicode support. Especially the part where it says that ‘utf8’ is an alias for ‘utf8mb3’, which may not be compatible with what other systems consider to be ‘utf8’. If you aren’t careful with this you will have problems, especially with high code points, like emoji.
- Comment on I thought it was an easy question ... 5 months ago:
Meanwhile, in Unicode land…
- Comment on LG monitor asking about ad tracking preferences 6 months ago:
This needs to go viral and be posted in reviews for every monitor with this “feature”. Heck, make a convenient warning icon indicating “adware” for such reviews so I can scroll past them faster.
No way I’m risking buying a TV or monitor from LG after seeing this. It would go right back in the box to be returned.