

Trams, Metro and bicycle lanes. Like everywhere. Also central heating.


Trams, Metro and bicycle lanes. Like everywhere. Also central heating.
Good she go as fast as 240km/h or even more just by crossing into neighboring Germany
My opinion is that only your opinion matters in such things. Just be safe and take it easy if things won’t work out.
P.S. comments here are weird AF. Folks acting like she sign contract with blood, totally moved in forever and can’t go home anytime


My networking knowledge is not good, so maybe it’s nonsense indeed. I just thought if everyone in the network knows what is blocked then DDoS protection could be distributed because every “reputable” switch/router in the network can block connection as early as possible without hopping close to destination creating unnecessary traffic


I’m wondering can DNS be extended to handle blacklisting. It already has some level of security resolving “C should have no control over A and B communication”.


Duckduckgo
How large is very large? Would it be something that
jqcan’t do? Is it purely string search or JSON-tree search?Generally you would want to get file size, split it into ranges which can be read as valid UTF-8. Feed each range into reader thread. Can be inefficient for HDDs because each thread will try to access random location on disk forcing needle to jump back and forth. Also you’ll need reread ranges at split point with some positive and negative offset in case desired content got split. Things are getting much more complicated if you want JSON-tree grep. Branches may get split from parent nodes across multiple ranges.