Viewing profile — pielud
pielud
HN member- Joined
- Mon, Feb 18, 2008, 2:43 AM UTC
- HN karma
- 321
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About pielud
Recent public activity
- story
- story
- story
-
comment
Comment #8665422
It lets you comment out a line without having to remove the trailing comma from the previous line. That'd be useful if JSON had comments. I've seen people do this in the SELECT por…
-
comment
Comment #8641137
Ah yes, looks like it does use CONNECT.
-
comment
Comment #8639206
This looks pretty cool, but why not just run sshd on port 80/443 then use corkscrew[1] to tunnel through an http proxy? [1] http://www.agroman.net/corkscrew/
-
comment
Comment #8047087
For python, there's pexpect: http://pexpect.readthedocs.org/en/latest/
-
comment
Comment #7376513
You could probably do something like that, but it'd be a huge waste of time. The time to brew a batch is pretty much the same no matter the volume. I.E. Brewing a 5 gallon batch ta…
-
comment
Comment #7272523
Here are all of the supported ! searches: https://duckduckgo.com/bang.html or just search ddg for !bang
-
comment
Comment #7271790
The killer feature for me with ddg (as a programmer) is the ! searches for documentation: !php strstr !python os.makedirs !pypi requests !js String etc. This gives you a single sea…
-
comment
Comment #7236312
As another reply has suggested, David Friedman's Machinery of Freedom is an excellent book which describes how private defense, law and dispute resolution might happen. This video …
-
comment
Comment #6331776
I take a similar approach. I have a dotfiles git repo in ~/dotfiles/ and have a Makefile which creates symlinks in my home directory. For example, ~/.bashrc is a symlink to ~/dotfi…
-
comment
Comment #5515612
Any numbers with leading zeroes, i.e. 0000123, excel will interpret as the integer 123 even if you change the column format to "text". It's infuriating. The only way I found to get…
-
comment
Comment #4980859
How do I combine data from multiple log files? How do I tweak my "queries" without scanning all of the data again? You get this kinds of things (joins, indexes, etc) for free from …
-
comment
Comment #4980715
> RDBMS exist because people use to query those systems directly , does your users log into your database directly ? No, but I do. What if I want to analyze my data in some way I h…
-
comment
Comment #4980421
1. Your ORM can derive it's schema from the database's. 2. I think the main point of the post was that you can run ad-hoc SQL queries no matter how much you've denormalized. You ca…
-
comment
Comment #4744783
I don't ever use git -p directly, but I use magit ( https://github.com/magit/magit ) for emacs, which makes staging changes this way very easy.
-
comment
Comment #4298062
Why wouldn't he just grab a knife from his kitchen? Or run them down with his car? Or a bat? Or set their house on fire? Not having a gun isn't going to stop a person who wants to …
- story
-
comment
Comment #3186874
Where is transactional DDL on this list?
-
comment
Comment #2924623
You make a request for several ranges of a file using the range header, something like: Range: bytes=100-200, 600-800, 1500- If the server supports ranges, it will respond with a 2…
-
comment
Comment #2751465
Do you think the government should have subpoena power in order to collect evidence? Do you think they should be able to search a murderer's home for the weapon? Of course they sho…
-
comment
Comment #2751298
These protections extend to everyone, no matter how despicable. In order for good people to be free, some bad guys might also get away. Such is the price of a free society.
- story
-
comment
Comment #2057941
Oops. Somehow missed that link at the bottom.