Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kreeger
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kreeger
12y ago
For a moment there, I thought this was related to the Eero language project ( http://eerolanguage.org ).
2.
▲
by
kreeger
12y ago
While I like Swift (from what I've played with it, around SourceKitService crashing every two seconds), it doesn't provide you with the "just enough rope" that Objective-C does. Many of Objective-C's best capabiliti
3.
▲
Swift enumerations and switch statements
(ben.kree.gr)
4 points
by
kreeger
12y ago
|
0 comments
4.
▲
by
kreeger
12y ago
Correct; Apple has made the latest Xcode beta available to "free" developer accounts, as of today (source: https://developer.apple.com/news/?id=07112014a ).
5.
▲
by
kreeger
12y ago
When I worked for Universal Uclick, we released the GoComics app all at the same time for iOS, Android, and Windows Phone. I worked on the iOS release until its launch, and we had the ear of its developer support team up until and well afte
6.
▲
by
kreeger
12y ago
DHH is reporting that criminals are bringing down the Basecamp network of sites in a blackmail attempt. A working writeup is on a gist from DHH right here: https://gist.github.com/dhh/9741477
7.
▲
by
kreeger
13y ago
I'm beginning to appreciate the concept of Interactors and Entities more these days (application-specific business logic versus application-independent business logic), now that I'm some sort of a mature adult (jury is still out o
8.
▲
by
kreeger
13y ago
Granted, to each their own, but the one thing I concern myself with is readability and learning curve, especially on projects where there's even the remotest possibility that somebody could be inheriting my code. If I toss in a library
9.
▲
by
kreeger
13y ago
I glossed over that originally, apologies; I've updated my comment.
10.
▲
by
kreeger
13y ago
Kudos to Mattt Thompson and the whole community of collaborators that put work into this release. AFNetworking makes a large part of my job making iOS apps a joy, and I can't wait to start working with latest round of changes and featu
11.
▲
by
kreeger
13y ago
My favorite line from the article: "Even so, his specialty has been hardware, designing a product out of materials such as aluminum and glass - not software, which is based in code." I've been writing software wrong all these years!
12.
▲
by
kreeger
14y ago
Another person trying to make this a "Hacker News vs. Reddit" thing, which still doesn't appeal to the reason sectors of my brain. Definitely not a ripoff; Mashable's clearly grasping at straws again.
13.
▲
by
kreeger
14y ago
Split panes is pretty much the main reason I need iTerm2. That, combined with system-wide hotkey toggling (which I used to get on Terminal with Visor), and Send Commands to All Sessions mode (cmd-ctrl-i, I think) makes me a happy command li
14.
▲
by
kreeger
14y ago
I'm with thwarted on this one. I don't want to put my repo on a service where I have to opt-out of things based on extraneous files in my repo. That's extra clutter in my repo for something that could easily be handled in other ways (not to
15.
▲
by
kreeger
14y ago
I'm not a computer scientist, but I speculate it's due to Objective-C's compilation with LLVM.
16.
▲
by
kreeger
14y ago
As I'm not terribly familiar with AirBnb and its terms, why won't it let the poster spell out "Google"?
17.
▲
by
kreeger
14y ago
I can't stress enough how important it is to _not_ use `and` and `or`. As a former die-hard fan of those operators, it bit me in the ass so hard when those didn't exactly work the way they were supposed to. I've been using && and ||
18.
▲
by
kreeger
14y ago
Andrews McMeel Universal / Universal Uclick, Kansas City, MO, looking for a full-time software engineer. We're an awesome, closely-knit tech department with a core web / design / scripting / app development group of 7 people, looking for an
19.
▲
by
kreeger
14y ago
The Xbox never was an open platform to begin with, unlike the PC. The PC has never been the kind of platform to lock stuff down; while Microsoft may have their merits for doing so, a lot of people are up in arms about it and rightly so (as
20.
▲
by
kreeger
14y ago
Thank you (x3) for the explanation on how this works and what went wrong. Your comment alone is more insightful on any of these articles that've been submitted on this problem. You win my Internets, mitchellh.
21.
▲
by
kreeger
14y ago
Wait a minute, they snagged the Bukkit guys? I must have totally missed that. I'd love a link, if you've got one.
22.
▲
by
kreeger
14y ago
You also may want to investigate adding a podspec for CocoaPods. http://cocoapods.org/
23.
▲
by
kreeger
14y ago
Design or number of users regardless, people really need to stop using the word 'disrupt'. It's one of the top reasons I steer clear of TechCrunch.
24.
▲
by
kreeger
15y ago
So it's not just me, then. IMO, writing `someThing ||= {}` is much more eloquent than `var someThing = someThing || {}`. The first point he raises is a valid argument; CoffeeScript's intro does uglify the JS a little to make its point. Bu