Viewing profile — paddyoloughlin
paddyoloughlin
HN member- Joined
- Sat, Oct 13, 2012, 10:39 PM UTC
- HN karma
- 231
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About paddyoloughlin
No profile information was provided.
Recent public activity
-
comment
Comment #16890760
Corporations are people. https://www.npr.org/2014/07/28/335288388/when-did-companies-...
- comment
-
comment
Comment #16440109
pipenv is like npm for python and Pipfile works similar to package.json. There's even a Pipfile.lock
-
comment
Comment #16440080
when you want to run a command 'inside' the pipenv of the current directory, do: > pipenv run {command} This mirrors how npm works. There's also: > pipenv shell to give you a shell…
-
comment
Comment #16367059
My issue with 3D Touch is that there doesn't appear to be any language for when you can use it or what it will do if you can. 90% of the time, I forget it's there. A specific case …
-
comment
Comment #14585807
I have shared the Monty Hall problem with people many times, and have always made explicit that the host knows which door the prize is behind and thus always intentionally choses a…
-
comment
Comment #13822507
Apple doesn't need to change mathematical facts, they just don't let you publish on their AppStore.
-
comment
Comment #13026495
Could you share any links that show "There have been explicit attempts to apply pain to Python 2.7 users"? I don't think you are lying, but it seems extraordinary to me, so I'm int…
-
comment
Comment #13026462
> Wouldn't be nice to have requests in the main library? Yes, but changes are still made to it, it might not be updated for a long time then. As they say modules go to the standard…
-
comment
Comment #12756487
First, my post said 'essentially meaningless', which is to say 'possibly not completely, but for the most part, meaningless'. Second, the context here is whether or not the type sy…
-
comment
Comment #12742135
If you go to the great*5 grandparent of this post, you asked for the statement "I find Guantanamo morally indefensible" to be defended. You were the one, in that very post, who sta…
-
comment
Comment #12704275
Strong vs weak is essentially meaningless. There is no generally agreed upon definition of what the distinction means.
-
comment
Comment #12555385
No claim was made about the motivation for the creation of Sunday trading laws.
-
comment
Comment #12153112
I have always assumed that that statement was supposed to directly contrast with TIMTOWTDI.
-
comment
Comment #11687412
Is the semi-repository thing you are talking about the index? If so, I would describe the index as a sort of staging area for preparing your commit. You might not necessarily want …
-
comment
Comment #11116953
And homebrew isn't the only package manager on OSX. I actually see this as an argument in favour of OSX, as it is much more straightforward to change package manager than on Linux,…
-
comment
Comment #11019652
Nowhere in my posts did I seek to reject UBI. In fact, I am excited at the possibilities it may bring. The claims made by davidgay are flawed and if UBI is a good policy, it should…
-
comment
Comment #10990410
#1 Less fraud, but not no fraud. #2 The system you describe is also bureaucracy.
-
comment
Comment #10987418
I don't see how this will get rid of the need to enforce fraud. Such a system will still require systems to prevent multiple claims, ensure people aren't claiming for others and ma…
-
comment
Comment #10979686
Gzip uses DEFLATE, which uses Huffman coding. Huffman coding works by replacing common symbols with shorter codes and uncommon symbols with longer codes. The codes used are therefo…
-
comment
Comment #10503544
Yeah, we're not any more progressive on that front at all. There's plenty of pro-choice activism here, but sadly, I believe Ireland still a long way from a civilised, non-hypocriti…
-
comment
Comment #10389785
Some of my favourites: Watch out! There's a politician about [1] Whatever you do: DON'T [2] Thought policy [3] [1] http://scarfolk.blogspot.it/2015/05/watch-out-theres-politic... […
-
comment
Comment #9786698
Only one thing in this entire post is not wildly inaccurate: there is a lot of rural to urban migration amongst young people in Ireland, but this is something which happens in ever…
-
comment
Comment #9786616
WildUtah, I have no idea where you are getting your information, but I am Irish, I have lived in Ireland my whole life. I'm in Ireland, looking out at Ireland as I write this messa…
-
comment
Comment #9777222
Is it the Python language or the Python ecosystem you are referring to? The statement in question is from The Zen of Python and is more of a guiding principle for the design of Pyt…