Public key auth, and fail2ban on an extremely strict mode with scaling bantime works well enough for me to leave 22 open.
Fail2ban will ban people for even checking if the port is open.
Public key auth, and fail2ban on an extremely strict mode with scaling bantime works well enough for me to leave 22 open.
Fail2ban will ban people for even checking if the port is open.
Maybe that’s the point though? You were able to type it into a comment and have it pop up on our screen identically to the actual logo.
He wants people to type the symbol instead of ‘X’
The first one is the best looking game on switch in my opinion and one of the best playing.
I really hope we get at least close to the level of polish that game had on the next one, even if not as high.
Ansible vault
How is that going to even work, technically?
I think you should try it out just to see what happens. Worst case it doesn’t work, and if it does work there’s a good chance you’ll uncover some bugs that need fixing.
Article doesn’t directly state it, but implies the tunnel is going to be there to reduce the visual impact of adding a bigger road to the area.
Big waste of money IMO. Makes way more financial and environmental sense to just move the highway a couple KM away(buying land as needed) and widen it there.
I see your point, but I would almost argue that starting out with all these shortcuts available in high level languages is ‘jumping into the deep end’ itself.
When a newbie sees obscure error messages in some of these libraries they might not have any idea what they mean or why they were triggered. My opinion is that having a smaller set of tools to start is actually simpler despite being able to do less with them.
I’m slightly biased because I started with C 😅
In addition to what this guy said, don’t just use libraries to skip steps when writing small programs.
For example when parsing a file you will often use the split and strip functions in python, but learning how to implement these by yourself will teach you more.
To really learn fundamentals you should try and implement most operations yourself. It’s why in my opinion C is a better language to start with, because it forces you to learn the fundamentals.
I was very excited until I read this line
That’s an instant non starter for me.
Not to mention this integration seems very much focused around the graphing libraries of python and not using it for data processing. It’s not the ‘excel powered by python’ I dreamed of.