back
user profile
Bender
68,554karma·24,252submissions·June 16, 2015
about
Σ I am not for everyone. To ignore me in uBlock Origin, add to "My filters":
news.ycombinator.com##tr.athing.comtr:has(a.hnuser):has-text(/\bBender\b/)
I can not see votes or karma and do not require social validation.- For HN usage questions see [1] for HN tips not my repo
- Suggested Firefox add-on to replace or restore inflammatory words and phrases: Foxreplace [2]
[1] - https://github.com/minimaxir/hacker-news-undocumented
[2] - https://addons.mozilla.org/en-US/firefox/addon/foxreplace/
(\_/)
(='.'=)
(")_(")recent activity (24,252 total)
comment
This limit must be due to the older versions we have in CentOS 6. screen-4.0.3-19.el6.x86_64
comment
The number one request I get from folks around screen is how to have more than 40 screens in a single screen session. It is a hard coded limit. (MAXWIN 40) Many people recompile it to have more, bu…
comment
This is why you must drop all fear of being fired. I had to work for a really bad company to lose my fears. It was the best thing that ever happened in my career.
comment
Yes.
comment
Aside from the obvious careers that benefit from knowledge of Algebra, could someone please list for me the real world use cases that would apply to the general populous? Yes, I use it and I have no…
comment
I completely understand. No worries.
comment
I am looking forward to the updated interface and happy to see you are moving away from ColdFusion. I have been with Linode for many years and have always been happy with the service. Thank you and t…
comment
Is this not a risky precedent to have in a legal system? If John Q. Public know they will have to jump through legal hoops any time someone makes a claim against them, will this not encourage some fol…
comment
[ Obscure Reference, Apologies ] I can't help but be reminded of the Carls Jr. self service kiosks in the movie Idiocracy.
comment
Those are all valid points. Is it being suggested that Tor should attempt to blacklist sites/networks, and/or block auth headers, that allow logins to compensate for ignorant people?
comment
Apologies, this will be an unpopular opinion. If encryption is deemed illegal for whatever reason, then perhaps start creating new things that legally don't fall under the category of encryption,…
comment
Yes.
comment
Yes. Actually for the longest time I rejected the connection with "Your name is too awesome!"
comment
Since we are going this direction, how about funding an army of sinners that will ultimately battle Lucifer? In the mean time, the folks preparing for this battle will have to engage in all manor of s…
comment
# get email addresses
grep -EiEio '\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b'
# censor email addresses
sed -r 's/(<)[[:alpha:][:digit:]\._%\+-]+@[[:alpha:][…
comment
Proposal: Instead of ssh vs. no-ssh debate, how about: * Use SSH AllowGroups to limit logins to the development manager/lead or on-call engineer * with a policy that for each time you have to cal…
comment
In my humble opinion, something that folks may want to think about is existing NSA data retention plus the statutes of limitations. Now various agencies can trawl back through decades of data collecti…
comment
strings -a | more
Postfix saves all my email to a flat file and I read it with strings -a pipped to more. If something is sent in a format other than plain text, I just delete it.…
comment
It is an interesting post and certainly a concern around automated law enforcement in the future. That is certainly something folks need to keep in mind. There are some skeptics breaking down that ar…
comment
It should include 2013. This is only becoming more true every year. I hope that more folks read this post.
comment
IEP students in some cases have documented medical conditions that would be in those records. Is this not in any way a problem in regards to HIPPA? Are IEP students (current and former) exempt from t…
comment
lost connection after STARTTLS from so254-240.mg.gitlab.com[198.61.254.240]:35308
I have to register or sign in to post a comment. I can't register if I can't get the confirmation…
comment
Thanks @gtirloni
comment
Has anyone actually tried the PoC on their systems? I will test on CentOS 6 and 7 after I have had my coffee. Anyone willing to volunteer to test on Ubuntu and Debian? Here is CentOS 7 [ 389.…
comment
Worked on firefox after allowing gstatic. Email verification was rejected. My mail server didn't like your mail servers TLS settings. I will try again later.