Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stephencelis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
stephencelis
1y ago
> Marketing I suppose. Nope. And not sure where you get that idea. This release even involved a rename away from including "GRDB." When 0.1 of the library was released, it was a simple adapter between our Sharing library and GR
2.
▲
by
stephencelis
1y ago
Are you suggesting SQLiteData is an ORM, or SwiftData? SwiftData (and CoreData) are certainly ORMs, but SQLiteData is not. It's simply a collection of tools on top of SQLite that provide similar functionality to SwiftData, but you alwa
3.
▲
by
stephencelis
1y ago
I think you're missing the point. iOS 13 is not the value proposition of the library, it's simply one small feature of comparison of many and isn't highlighted beyond a simple mention. The library provides just as much value
4.
▲
by
stephencelis
13y ago
Ah, I'd missed that update. Thanks! I prefer this to the current workflow.
5.
▲
by
stephencelis
13y ago
For those that are worried, the source is there to inspect and compile. For those that aren't, there's reduced friction. It's a young project and I could move the binary elsewhere, but I'm not sure that would change your
6.
▲
by
stephencelis
13y ago
Slingshot's supported Retina since V2. Dropbox's auto-upload of screen shots is pretty good (they're using a private API to copy the link the your clipboard before the upload even starts, so it feels really fast), but if you
7.
▲
by
stephencelis
13y ago
It actually lets you do this already, though the documentation is relegated to a manpage that doesn't get installed automatically. It checks, in order, for: - $GHI_REPO env var - git config ghi.repo - remote named "upstream" - rem
8.
▲
by
stephencelis
15y ago
We didn't spend $79 to read his blog. Amazon offers 2 price points, emphasizes the ad-driven one, and somewhat obscures the fact that it's ad-driven. I don't see how that relates to the free (and Creative Commons free content of) marco.org,
9.
▲
by
stephencelis
15y ago
If you want to set your login shell to zsh, go to System Preferences -> Users and Groups. Right-click on your user account and select Advanced Options. Change the login shell dropdown to /bin/zsh. You're better off usin
10.
▲
by
stephencelis
15y ago
> 2.5 centimeters long and 0.7 centimeters wide An improvement on the 8mm x 2mm meat reported on just a few months ago: http://www.newyorker.com/reporting/2011/05/23/110523fa_fact_... But still, where is "6 months" coming from? A vagu
11.
▲
by
stephencelis
15y ago
I would have loved to have had this a year ago, or two, etc., but my accidental quits haven't been nearly as frustrating since upgrading to Lion. I can still see this being useful, though, especially with apps that are slow to implement res
12.
▲
by
stephencelis
15y ago
(You should only have to run this the first time you bundle.)
13.
▲
by
stephencelis
15y ago
You can use Bundler to isolate your gems locally, or you can use rbenv-gemset: https://github.com/jamis/rbenv-gemset
14.
▲
by
stephencelis
15y ago
Having a standalone GCC installer is a nice option (especially if you have an Air with limited disk space), but if you want to avoid the hassle of debugging the occasional compilation failure, Xcode is the way to go.
15.
▲
by
stephencelis
15y ago
Wouldn't radio streams fill that gap, then? Turntable's design sense was its differentiator, and many of my friends were completely charmed by the avatars when they first tried the service. If you actually do want the functionality of Turnt
16.
▲
by
stephencelis
15y ago
I launched a new version of my Mac app, which brings basic CloudApp/Droplr functionality to a Dropbox or Imgur account: http://itunes.apple.com/us/app/slingshot/id436819784?mt=12
17.
▲
by
stephencelis
15y ago
While the same thoughts crossed my mind, I think he probably meant art in the age of mechanical reproduction. Still, programming affords a combination of the widest reach and lowest barrier to entry: it rarely requires the artist, performer
18.
▲
by
stephencelis
16y ago
Previously: http://news.ycombinator.com/item?id=2317716
19.
▲
by
stephencelis
16y ago
A friend and I built http://failin.gs with the mindset of vanilla anonymous feedback but were surprised when a lot of people started using their profile as a forum for feedback on their artwork and other hobbies.
20.
▲
by
stephencelis
16y ago
Perhaps, but both the Mozilla and WebKit stylesheets are available for reference in their respective repositories (and likely unchanged, for the most part), and IE9's purported stylesheet is here: http://www.iecss.com/ It would be doable
21.
▲
by
stephencelis
16y ago
I don't mean in bytes, I mean in how many elements it applies rules to (see rimantas' comment). I'm also not sure it _would_ lead to a much larger CSS file (only 16 tags differ among browsers, and I doubt 16 CSS rules would be required for
22.
▲
by
stephencelis
16y ago
These kinds of resets often seem like overkill. Are there any reset libraries out there that do the bare minimum by normalizing against user agent defaults? I.e., those described here: http://css-class.com/test/css/defaults/UA-style-sheet-
23.
▲
by
stephencelis
16y ago
Two strikes kept me from looking at this: 1. You posted this as a direct link and don't even have a comment with more information. 2. Registration required.
24.
▲
A Vintage Terminal Emulator for OS X
(secretgeometry.com)
26 points
by
stephencelis
16y ago
|
10 comments
25.
▲
by
stephencelis
16y ago
The captions are hyperbolic and quite funny, but perhaps funnier is the fact that our unconscious brains do have these kinds of reactions (though muted, of course). From an article I read the other day: "The cognitive revolution of the past
26.
▲
by
stephencelis
16y ago
This is a bit disingenuous. 1. It did not pass Angry Birds, but Angry Birds Seasons Free, which is a relatively new app. 2. The Free app list is more volatile in general. Still, congrats to the developer on becoming so visible so quickly.
27.
▲
by
stephencelis
16y ago
It's not really "blindly"; if you run `bundle update', the latest versions are documented in the Gemfile.lock.
28.
▲
by
stephencelis
16y ago
Perhaps more technically, unbound methods _are_ objects (as are [bound] methods, procs, etc.).
29.
▲
by
stephencelis
16y ago
I've found myself in the situation, a few times, where it was necessary to run `bundle update' to resolve dependency conflicts. You should, of course, always thoroughly test your application before deploying production code after a `bundle
30.
▲
by
stephencelis
16y ago
Heroku has had experimental Node.js support for awhile[1], but it's still just that, experimental[2]. [1] http://blog.heroku.com/archives/2010/4/28/node_js_support_ex... [2] http://blog.heroku.com/archives/2010/9/20/an_update_on_herok...
More ›