Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dgulino
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dgulino
1y ago
I use pikapods to cheaply host a couple Open Source apps. They support Mattermost: https://www.pikapods.com/apps
2.
▲
by
dgulino
2y ago
Now that this is done, AI can copy the form, automatically generating this type of visualization for anything. Can you spot the hallucinations?
3.
▲
by
dgulino
2y ago
Neat! Consider embedding links to source material, like wikipedia?
4.
▲
by
dgulino
5y ago
I'm adding 'dog-fw' as a search friendly alias for dog to the documentation.
5.
▲
Show HN: Dog – a distributed firewall management system
(relaypro-open.github.io)
20 points
by
dgulino
5y ago
|
2 comments
6.
▲
by
dgulino
5y ago
Years ago, we had multiple servers across multiple cloud providers, and every time the IP address of one of those servers changed, we'd have to manually update our firewalls to reflect that change. Our servers had ways to detect bad ac
7.
▲
by
dgulino
7y ago
Anyone have a copy of his elib1_misc.erl?
8.
▲
How to avoid taking down your S3 with Ansible
(technicalmusings.blogspot.com)
1 points
by
dgulino
10y ago
|
0 comments
9.
▲
by
dgulino
11y ago
you can leave off the pipe: colordiff -u <(curl -sS -D - -L https://httpbin.org/get ) <(curl -sS -D - -L https://httpbin.org/get?show_env=1 )
10.
▲
by
dgulino
11y ago
https://republicwireless.com provides seamless wifi->cell and cell->wifi handover of calls.
11.
▲
by
dgulino
12y ago
"ssh-keygen -G /tmp/moduli -b 4096 ssh-keygen -T /etc/ssh/moduli -f /tmp/moduli This will take a while so continue while it’s running." First line has taken 6 hours on an ec2 t1.micro.
12.
▲
by
dgulino
12y ago
ipython is something I miss when I use any other language's shell. Amazing Ruby doesn't have something nearly as good (well, there is a hack: http://nbviewer.ipython.org/gist/minrk/4689728 )
13.
▲
by
dgulino
13y ago
Reduce high cpu utilization from Mail: Spotlight -> Disable Mail & Messages http://www.insanelymac.com/forum/topic/290194-apple-mail-hig...
14.
▲
Yahoo Mail down-ish
(mail.yahoo.com)
1 points
by
dgulino
13y ago
|
1 comments
15.
▲
by
dgulino
14y ago
Yet another option: pyliner - A Python line processor (like Perl): https://gist.github.com/dgulino/4750088
16.
▲
by
dgulino
14y ago
fyi: This requires django 1.4. I ran w/1.3.1 and got this error when running the helloworld example: ImportError: No module named wsgi I updated to 1.4.5 and it worked fine.
17.
▲
by
dgulino
14y ago
There are a few scripts that facilitate the use of python on the command line: https://gist.github.com/dgulino/4750088 (mine) http://code.activestate.com/recipes/437932-pyline-a-grep-lik...
18.
▲
Automatically set Terminal colors depending on SSH Hostname
(technicalmusings.blogspot.com)
2 points
by
dgulino
15y ago
|
0 comments
19.
▲
by
dgulino
15y ago
Similar Perl/Awk syntax for Python one-liners with BEGIN/END: http://code.activestate.com/recipes/577075-pyliner-script-to...
20.
▲
by
dgulino
15y ago
Also check Pyliner: http://code.activestate.com/recipes/577075-pyliner-script-to...
21.
▲
by
dgulino
15y ago
A workaround for hacked iOS devices: http://technicalmusings.blogspot.com/2011/04/ios-consolidate...