Viewing profile — pwf
pwf
HN member- Joined
- Fri, Dec 30, 2011, 3:26 PM UTC
- HN karma
- 161
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About pwf
Recent public activity
-
comment
Comment #20613468
It's not about the manifesto: https://www.bellingcat.com/news/americas/2019/08/04/the-el-p...
-
comment
Comment #17674685
The 'hero' graphic/screenshot says 'Thrusday', heads up: https://standups.io/static/media/app.130e8c9b.jpg
-
comment
Comment #17419533
The stuff we used Go for was the right choice for Go for sure, but I don't think the API would have been any easier in Go (though I haven't used those frameworks before...). We als…
-
comment
Comment #13162294
50k seems like a low bar to start losing messages at. If this was done with Celery and a decently sized RabbitMQ box, I would expect it to get into the millions before problems sta…
-
comment
Comment #9057559
> Of course you design it in such a way, that you can change one of the inputs, which will by definition invalidate the tokens. I was looking at using JWT to avoid a database read …
- story
-
comment
Comment #7811304
I use car2go in Austin, and already love the system. A car2go that could drive itself to my door would make my commute perfect.
-
comment
Comment #7811274
I imagine this working a lot like car2go, which I've used to commute in Austin. The cars are rarely at a central depot except for maintenance. They're left wherever you last used t…
-
comment
Comment #7487801
That makes sense, thanks! I should learn to read...
-
comment
Comment #7487757
Is there a bug in the train function? Using 'lambda: 1' for the default dict along with '+=' means that the first time a feature is encountered, the value is set to 2. In [1]: from…
-
comment
Comment #7151831
A relevant quote from 'Snow Crash': Gargoyles represent the embarrassing side of the Central Intelligence Corporation. Instead of using laptops, they wear their computers on their …
-
comment
Comment #6778345
I thought titles were only edited to be less... editorialized. Who the hell added 'Microscrood'?
-
comment
Comment #6778248
Cmd+shift+4 on a retina MBP. Not sure why it does that...
-
comment
Comment #6778228
I was unable to resolve any hostnames from my Azure machines from 4:20-4:40 Central time. I'm assuming this is all related. This about sums up how I feel about Azure: http://i.imgu…
-
comment
Comment #6778204
Applications were running, but I couldn't resolve any domains from any of our Azure machines.
-
comment
Comment #6656920
The launcher already was an app, right?
-
comment
Comment #6362658
Sorry, it's not scary, and mentioning Guantanamo Bay is extremely paranoid and way out of line. If they're really out to get you they don't need your fingerprint.
-
comment
Comment #6362052
Why? What are they going to do with your fingerprint?
-
comment
Comment #6298104
You don't have to make a call to register with the tower. I would imagine that sitting directly between two towers would cause lots of renegotiations as one signal gets stronger or…
-
comment
Comment #6239547
> "the use or threat is designed to influence the government" So this basically includes all lobbyists?
-
comment
Comment #6169042
For those wondering what the hell truth() is, I think they're talking about this phenomenon: python -m timeit "if bool(1): x = 1" 1000000 loops, best of 3: 0.187 usec per loop pyth…
-
comment
Comment #6067135
He's not talking about Leslie (as far as I know): there is another.
-
comment
Comment #6048977
GET should never modify data. I would recommend changing that to a POST before something indexes it and decides to crawl it every 5 minutes. See here for more reasons: http://stack…
-
comment
Comment #6029762
The only reason I've personally bought an SSL certificate was to make the payments page of my website PCI compliant. Pretty sure this doesn't get me around that. More people do nee…
-
comment
Comment #5985904
You can do that with Salt via the Salt Mine: http://docs.saltstack.com/topics/mine/index.html I haven't used it myself, but I've been reading up on Salt quite a bit in hopes that I…