Viewing profile — julien_p
julien_p
HN member- Joined
- Fri, Apr 08, 2011, 12:55 PM UTC
- HN karma
- 177
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About julien_p
No profile information was provided.
Recent public activity
-
comment
Comment #46574110
That doesn't sound like the actual issue, or am I not understanding it correctly?
-
comment
Comment #21811399
This talk https://talks.golang.org/2019/playground-v3/playground-v3.sl... on the golang playground has some details on its security considerations.
-
comment
Comment #7421023
You'll probably like this talk by Adrian about the history behind soundslice http://www.youtube.com/watch?v=4fmU1ZXNov8
- story
-
comment
Comment #5618807
The author just retweeted a link to this header file to enable Clang warnings using #pragma's https://github.com/macmade/SeriousCode https://twitter.com/macmade/status/328219581879…
-
comment
Comment #5080454
Files get a "quarantine flag" set on them as metadata when downloaded on OS X. Gatekeeper uses this (along with the developer signature) to check if an app is "safe" to open or not…
-
comment
Comment #5074683
This looks fantastic and the timing couldn't have been better for me. It's been a while that I started a new Django project and I was looking for exactly this type of best practice…
-
comment
Comment #5003213
Probably https://developer.apple.com/videos/wwdc/2012/?id=243 I haven't watched it yet, but it's been on my to-watch list for a while now.
-
comment
Comment #4951907
> Why would we have thought that they would sell the new adapter any different then the old 30 pin? Before the new connector was announced there were rumours that licensing for it …
-
comment
Comment #4688190
They've been live streaming the iTunes festival too. I wonder if they are using this to test their streaming infrastructure ...
-
comment
Comment #4464840
IMO directly viewing the videos in safari and not having YouTube.app hijack the links actually makes for a better experience overall.
-
comment
Comment #4290321
http://www.apple.com/osx/specs/ lists the following macs as supporing AirPlay * iMac (Mid 2011 or newer) * Mac mini (Mid 2011 or newer) * MacBook Air (Mid 2011 or newer) * MacBook …
-
comment
Comment #4289993
Also keep in mind that AirPlay mirroring requires at least a Sandybridge CPU, so you need a mac released in 2011 or later.
-
comment
Comment #3958800
When I ran into this problem I simply added a post-checkout hook that deletes *.pyc files within the git root.
- story
-
comment
Comment #3864366
It's taking the data from google.com, for example http://www.google.com/finance/info?client=ig&q=AAPL which AFAIK isn't a public Google API. As noted in other comments, real time q…
-
comment
Comment #3771357
I've certainly noticed a speed difference recently. DDG feels pretty snappy to me now, whereas before it was annoyingly slow, easily taking a second or so to load. I'm located in L…
-
comment
Comment #3710604
Apparently a demo/trial is in the works https://twitter.com/#!/chockenberry/status/18033170184996045...
-
comment
Comment #3620490
Previous discussion http://news.ycombinator.com/item?id=3285671
- story
-
comment
Comment #3607096
The X11 that comes with Lion is XQuartz anyway. All this changes is that the first time you run an application that uses X11 a dialog box pops up directing you to the XQuartz proje…
-
comment
Comment #3606961
This New York Times article by Charles Duhigg (whose book is mentioned in this story) is a much better read: http://www.nytimes.com/2012/02/19/magazine/shopping-habits.h...
-
comment
Comment #3606488
More likely Matlab than Pascal. Julia's syntax is intended to be familiar to users of MATLAB®.
-
comment
Comment #3606479
Relevant comment by Brent Simmons: I toss all my Mac app ideas that require more than the default sandboxing rules — no matter how cool the idea is. The sandbox has a chilling effe…
- story