back
user profile
Bender
68,555karma·24,253submissions·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,253 total)
comment
Is this the same couriers that throw packages over fences and do long-throws onto porches?
comment
As an attacker, I test for sudo -n. If it succeeds, I have root. In most cases I do not need it however. SSH key trusts, SSH multiplexing and bad posix permissions are more than enough to get me an…
comment
To make this more interesting, replace the words gun and weapons with cars. FoxReplace is a good Firefox addon for this.
comment
Does banning something make it go away?
comment
Fair enough. I only ask because email testing should be able to run in an isolated test network. Perhaps dovcot+postfix in a container may be too much work for some folks.
comment
How is this better than using smtp-sink that comes with postfix?
comment
Try disabling the power management features for a bit and see if your drift is the same. On NTP servers, I always have to disable cpuspeed, c-states, intel power mgmt, etc.
comment
Anything lightweight that has a long battery life is good. The Dev work can be in the cloud or datacenter in a tmux or screen session. Lightweight so you can put it in a small bag next to you on the…
comment
I point MX for my domains to a VM. Postfix dumps everything to a text file. Most would use Dovecot but I'm too lazy and dont care. To read my mail, I use strings -a /var/spool…
comment
This will turn off their ability to respond to you. That doesn't mean they are not listening.
comment
For my own sites, I do all of the things jonssons said, but I also use haproxy stick table to limit the number of errors a user may generate. I also route certain URI patterns to a tarpit. At work, I…
comment
My personal preference are browser agnostic methods[1] and giving the sender the choice to use whatever method of encryption they wish. I prefer the simplicity of 7-zip / p7zip, but others may p…
comment
> There might be some issues with systemd, but systemd is by far much better than anything else we had before. Upstart was perfectly fine and just as fast. I've been moving all my personal sy…
comment
Most home users probably allow UDP out of their network. How many businesses by default allow UDP outbound on any port? Will the documentation/RFC's encourage folks to fail gracefully if UD…