pielud | 11 years ago | on: W3C HTML JSON form submission
pielud's comments
pielud | 11 years ago | on: Multitun – Tunnel arbitrary traffic through an innocuous WebSocket
pielud | 11 years ago | on: Multitun – Tunnel arbitrary traffic through an innocuous WebSocket
pielud | 11 years ago | on: Expect – A tool for automating interactive applications
pielud | 12 years ago | on: So You Think You Want to Open a Brewery
pielud | 12 years ago | on: Inside DuckDuckGo, Google's Tiniest, Fiercest Competitor
https://duckduckgo.com/bang.html
or just search ddg for !bang
pielud | 12 years ago | on: Inside DuckDuckGo, Google's Tiniest, Fiercest Competitor
!php strstr
!python os.makedirs
!pypi requests
!js String
etc.This gives you a single search bar for all documentation, which is amazing.
edit: formatting
pielud | 12 years ago | on: Silk Road 2 Hacked, All Bitcoins Stolen
This video is a good introduction to the ideas presented in the book http://youtu.be/jTYkdEU_B4o
pielud | 12 years ago | on: Using GNU Stow to manage your dotfiles
pielud | 13 years ago | on: How to share your data effectively
The only way I found to get around this was to open a new workbook, change the column type to "text" and then paste the data in. I believe this was excel 2010 on windows.
pielud | 13 years ago | on: SQL is Agile
I'm not saying RDBMS is the best solution for everything and neither is OP. But it's appropriate when you don't necessarily know every way you want to access your data up front.
pielud | 13 years ago | on: SQL is Agile
No, but I do. What if I want to analyze my data in some way I hadn't expected? SQL lets me do that with a single query.
pielud | 13 years ago | on: SQL is Agile
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 can't necessarily do that with a NoSQL database.
pielud | 13 years ago | on: Git add -p: a powerful git feature
pielud | 13 years ago | on: Gunsmith Uses 3D Printer To Make A Rifle
Not having a gun isn't going to stop a person who wants to hurt someone else from doing it. It's just a tool.
pielud | 14 years ago | on: Underrated Features of PostgreSQL
pielud | 14 years ago | on: Apache vulnerable to easy DOS attack - workaround available
Range: bytes=100-200, 600-800, 1500-
If the server supports ranges, it will respond with a 206 Partial Content status, and send a multipart/byteranges response body, which looks like this http://www.freesoft.org/CIE/RFC/2068/225.htm. Basically a delimited string containing all the ranges.
This is useful for some streaming audio/video formats and especially for large pdfs. IIRC, pdfs typically have header information at the end of the file, so it's useful for a pdf reader to get the end of the file first.
pielud | 14 years ago | on: DOJ: We can force you to decrypt that laptop
Of course they should. But that's no the issue here. The issue at hand is whether or not the government can compel you to give them information.
Consider this. You have a box, buried in the Mojave desert, with some documents in it. You've memorized the gps coordinates of this box. Should they be able to compel you state those coordinates?
Sure, they could search 100s of square miles looking for your box, and they might stumble upon it. But they shouldn't be able to force your to tell them where it is.
An encryption key is the same. They can try to brute force it if they wish. They're just looking for a much smaller box in a much bigger desert.
pielud | 14 years ago | on: DOJ: We can force you to decrypt that laptop
In order for good people to be free, some bad guys might also get away. Such is the price of a free society.
pielud | 15 years ago | on: Revealed: The guy behind IMDb
I've seen people do this in the SELECT portion of SQL queries too.
Personally, I hate this.