Viewing profile — bcj
bcj
HN member- Joined
- Fri, Aug 03, 2012, 5:25 AM UTC
- HN karma
- 144
- Public activity
- 83 items
- HN profile
- View on Hacker News ↗
About bcj
No profile information was provided.
Recent public activity
-
comment
Comment #10038166
Does it though? All of spotlight's extra functionality seems to work even with wifi turned off. Even things like currency conversion rates seem to be stored locally. EDIT: I just n…
-
comment
Comment #9424491
I may, but the Canadian political landscape right now is one where the ruling party has a majority so they can push through pretty much any bill they want. Also the party has prett…
-
comment
Comment #9424473
Hey, that sounds like my MP (and anyone else with a conservative MP)
-
comment
Comment #9424363
It's not like there is much we can do about it :(
-
comment
Comment #9416619
I wish it was possible to know how much of that 5–6% were actual users, and how much were people running tests.
-
comment
Comment #9416355
It is all self-reporting based on the classifiers given to PyPI (NetworkX lists itself as supporting Python 3, Python3.2–Python3.4). It seems like both it and twisted would benefit…
-
comment
Comment #9416014
It's too bad that the WoS isn't able to display things like partial-support ( https://twisted.readthedocs.org/en/latest/core/howto/python3... ).
-
comment
Comment #9075989
Unity is: https://en.wikipedia.org/wiki/Unity_%28game_engine%29
-
comment
Comment #8954743
Agreed. Half the reason I've kept my pre-order was as a reminder.
-
comment
Comment #8954254
Even with key match, this is a fundamentally different product. With the original Lockitron, a renter could just install it wherever they were currently staying. With the Bolt, the…
-
comment
Comment #8879910
I'm not going to lie, that does sound similar to my experience with iTunes on OS X (though I do remember it somehow being even worse on Windows).
-
comment
Comment #8812270
You might enjoy reading up on the French Republican Calendar ( https://en.wikipedia.org/wiki/French_Republican_Calendar ) then, and see what could have been.
-
comment
Comment #8775933
Seconded. I recently moved a work project from py2exe to pyInstaller and was very happy with the results.
-
comment
Comment #8741255
It probably doesn't help that people spend more time inside in close quarters during cold weather.
-
comment
Comment #8732543
Unfortunately, I think they are just based on the reality of the situation. According to the person who is responsible for PyPI, ~5X as many people use 2.6 than 3.X.
-
comment
Comment #8536733
More likely, Alex does not want to spend the time to provide moderation for a comments section. His stance is that Twitter is bad because the kind of community it creates—it would …
-
comment
Comment #8438237
It's possible they eventually plan adding write support using xlwt.
-
comment
Comment #8432042
I purchased a developer Peak when they first came out. I used it as my primary phone for about a month on two different occasions when I was between phones. In theory it was nice t…
-
comment
Comment #8418725
It was PyObjC.
-
comment
Comment #8412914
Sometimes I wonder, would it be worth moving to Bermuda so that I could own poop.bm
-
comment
Comment #8409779
I ran into some code a few days ago that wouldn't install because it was checking OS X version as a string and '10.10' < '10.5'. Bad code will always find a way
-
comment
Comment #8334848
I can't read most of it, but it looks like his application letter to Atari. It's addressed to someone at Atari, and has his name and signature at the bottom.
-
comment
Comment #8307364
I would say fn and mod are a lot better than cdr and car. At least fn and mod are just abbreviations of the words they represent. cdr and car requires me to know 60-year-old implem…
-
comment
Comment #8203448
As far as I could tell, Atom didn't have per-syntax settings. That made it a non-starter for me.
-
comment
Comment #8195752
Python has a solution to this. There are decorators that allow you to access methods as if they are properties: class Foo(object): def __init__(self, bar): self._bar = bar @propert…