bcrack
No user record in our sample, but bcrack has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but bcrack has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
The service Sheldon Brown provided to cyclists worldwide cannot be overstated. It also becomes apparent every time one needs to research some bike subject involving any technology that appeared after his death.
The overhead exists when a novice is trying to use Vim the way it is intended to be used in order to learn. Using insert mode to get the same behavior as non-vim and avoid normal mode is, in my opinion, bad learning…
I think an important part of the Vim workflow that I haven't seen mentioned is the fact that -at least for myself- it keeps the mind engaged during "menial" operations. When switching from dealing with the information…
I infer it was aggressive, based on the following: Per Christian (the Apollo app dev): "(...) Twitter's pricing was publicly ridiculed for its obscene price of $42,000 for 50 million tweets. Reddit's is still $12,000.…
I understand your point. The thing is that they should be able to introduce their API pricing without triggering the events of the past days. I'm not even remotely an expert, but the pricing seems too aggressive and…
"You can host your own community then"; Sorry but I'm not really a fan of this "make your own (...)" attitude, especially when excusing corporate behavior against volunteers I mean that there is a spectrum ranging from…
It looks like ipv6 matching is supported since late 2017 (version 10.0 [0]), although the changelog states that "not all ban actions are IPv6-capable now". As for IPv6 capabilities, I don't have any recent experience…
Fail2ban [0] bans ip addresses based on failed login attempts (works for more than ssh), minus the isolation layer. [0]: https://www.fail2ban.org/wiki/index.php/Main_Page
Possibly the best solution would be an installation of the Logitech Media Server (LMS) on a raspberry pi (e.g. piCorePlayer [0]) or an already available home server. LMS can then handle all squeezeboxes (or squeezelite…
After spending a few years in a similar situation, and not wanting to maintain my own server, I settled with using runbox.com. It's an economical and privacy-oriented, mail provider which allows (necessary for my needs)…
Actually Python 2 allows that, in Python 3 True, False, and None are reserved words [1]. [1] https://docs.python.org/3/whatsnew/3.0.html#changed-syntax
Then this is not really the backup though... I mean it is not a backup if you don't understand it completely.
http://news.mit.edu/2017/volkswagen-emissions-premature-deat...
While the difficulty of reading markup vs a compiled document is subjective, there are tools such as texstudio [1] that allow real-time preview of the document synchronized with the code [2]. [1]:…
Although unfortunate for the author (and a huge inconvenience), such cases display in the best possible way the problem of depending on non-federated communication tools which promote disowning your data under…
>"could it possibly be … that the best way to get good research and publications out of scholars is to hire good people, pay them the going rate and tell them to do the job to the best of their ability?" Sounds very…
The article argues a very interesting point and there might definitely be an opportunity for more competitive open hardware. At the same time, it feels kind of sad that it would take a technical constraint for this to…
In what ways do you find SyncThing lacking when compared to BTSync? I started using it for work (cautiously) a couple of moths ago and have found it to be very similar (with respect to stability and ease of use) with…
This can become very useful, especially if expanded by others as well. If I understand correctly results refer to raspberry Pi 2? They would probably be similar for both rPi B+ and rPi 2 although it would be nice to…
The most appropriate compression algorithm to use is highly case-dependent (data structure, compression vs decompression cpu/wall-clock time, compression ratio, system memory,bandwidth, etc.). I'm sure people at…
It is interesting to point out that using -O3 optimization drops the C (and Cython) code exec time by roughly 45%.