Viewing profile — jamesbrennan
jamesbrennan
HN member- Joined
- Fri, Mar 23, 2012, 9:42 PM UTC
- HN karma
- 37
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About jamesbrennan
Recent public activity
-
comment
Comment #36516622
Are you looking for something like https://github.com/ddollar/foreman ?
-
comment
Comment #21416108
Was it https://www.graphiti.dev ?
-
comment
Comment #18639490
Clojure has a nice way of achieving (5 which is that the ( https://clojuredocs.org/clojure.core/%3C
-
comment
Comment #9580600
I wrote a similar CLI in Ruby ( https://github.com/jpb/rb ) inspired by the Python equivalent ( https://github.com/Russell91/pythonpy ). I've never really used rb though - these to…
-
comment
Comment #8678021
This is great - my favourite part is that this works: `:!alert("Hello!")`
-
comment
Comment #7671692
The term "encrypted password" and talk of "breaking" that encryption appears a few times in the post - I guess AOL is another company storing user passwords using reversible encryp…
-
comment
Comment #6919572
Is the PHP source from 1994 available anywhere? That would help determine if this is Rasmus's satire or not.
-
comment
Comment #6806980
If you're looking for something to build a landing page with, you should check out http://www.unbounce.com (Note Unbounce is my employer.)
-
comment
Comment #6248117
StatusPage.io looks like a very good and needed product but I feel like the fact they are a 100% AWS service this wouldn't be ideal for companies who also host their product in AWS…
-
comment
Comment #6086232
I wonder what 'Fastest multi-core CPU' actually equates to. Has anyone found technical specifications that include a more specific value than 'fastest'?
-
comment
Comment #6048965
Great idea for a plugin, but it made my Sublime Text 2 install unusably slow. I'm not sure what could be doing that - the fact the developer suggested installing bind to cache DNS …
-
comment
Comment #6047973
I don't feel like this could accurately identify a return user as browsers such as Google Chrome have an auto updater that goes so often. The version number could likely be differe…
-
comment
Comment #6010331
Has anyone tried iOS7 out on older devices? I found iOS7 beta1 to be unusable for everyday use on an iPhone 4 because of the number of bugs, but it operated perfectly on an iPhone …
-
comment
Comment #5898364
I just opted into the new design and I can attest that it is _very_ responsive and browsing code is noticeably quicker than before.
-
comment
Comment #5829006
This seems like interesting timing - hopefully the announcements at WWDC are taking advantage of Thunderbolt 2. This might be what Apple was waiting for to update the ageing Mac Pr…
-
comment
Comment #5783520
I find it kind of odd and off putting that Adobe makes you sign something to contribute to the project. I think the only proper way to do switches is by using checkboxes and CSS tr…
-
comment
Comment #5772120
It looks like the vulnerability has been patched. Can anyone confirm if they can still successfully exploit this?
-
comment
Comment #5706806
The swivel and the ability to bolt it to the counter appear to be very well designed, but I would personally have a hard time dropping $300 on it after buying an iPad for $400 - $5…
-
comment
Comment #5701240
If the developer is reading, it looks like you've got some bugs with tasks. Editing the task weight always returns an error stating 'Please enter a value no larger than 99NaN'. Als…
-
comment
Comment #5691186
It isn't only iOS devices that do this. All operating systems probe for SSIDs that they have been previously associated with, thats what makes devies like the WiFi Pineapple possib…
-
comment
Comment #5339247
I just tested out the iPhone key/secret using the script here [1] and it worked perfectly. It'll probably bump my actual iPhone client off though I'm assuming. [1] https://gist.git…
-
comment
Comment #5253207
I'm very impressed with the Copy web interface. Drag and drop works flawlessly. The in-browser preview is really nice as well. Does anyone have experience with Barracuda Networks (…
- story
-
comment
Comment #5166289
When I'm working with CodeIgniter (which ExpressionEngine is based off), I always rewrite access to subfolders of the project to the index.php file, because that's the only file th…
-
comment
Comment #5015439
I'm working on a project to integrate git history and time tracking. It's main purpose is for freelancers to see what they committed at what time and produce more accurate invoices…