Rich Apodaca
|
Registered User
|
I'm a chemist and software developer. For my day job, I run Metamolecular, LLC, maker of ChemWriter™, the 2D chemical structure editor for Web applications.
|
|
Dec 10 |
awarded | ● Popular Question |
|
Dec 7 |
answered | .NET: How to efficiently check for uniqueness in a List<string> of 50,000 items? |
|
Dec 6 |
awarded | ● Tumbleweed |
|
Dec 4 |
accepted | Class hierachies in a REST API |
|
Nov 29 |
revised |
JSpec - RangeError: Maximum call stack size exceeded. added 1 characters in body |
|
Nov 29 |
asked | JSpec - RangeError: Maximum call stack size exceeded. |
|
Nov 23 |
accepted | Mimetypes for a RESTful API |
|
Nov 21 |
answered | Mimetypes for a RESTful API |
|
Nov 19 |
comment |
Heroku: Display Git Revision Hash and Timestamp in Views? @David, thanks - but I get the same response using heroku console. There is no directory called '.git' in Rails.root. Have you tried this in an application? |
|
Nov 12 |
revised |
From C Source to Java Bytecode? added 44 characters in body |
|
Nov 12 |
answered | From C Source to Java Bytecode? |
|
Nov 8 |
revised |
Comparing data with RESTful API added 3 characters in body; deleted 2 characters in body |
|
Nov 8 |
answered | Comparing data with RESTful API |
|
Oct 26 |
comment |
Heroku: Serving Large Dynamically-Generated Assets Without a Local Filesystem @teich, that makes sense- thanks! |
|
Oct 26 |
comment |
Heroku: Serving Large Dynamically-Generated Assets Without a Local Filesystem @Blake, I haven't tried because the Heroku documentation on the /tmp directory (linked above) says (from what I can tell) that the contents of the directory will survive for the duration of one request. What I'd be doing would be in the context of a background job, which seems like asking for trouble. If I'm wrong, then great - that would solve the problem. |
|
Oct 26 |
revised |
Heroku: Serving Large Dynamically-Generated Assets Without a Local Filesystem added 69 characters in body |
|
Oct 26 |
revised |
Heroku: Serving Large Dynamically-Generated Assets Without a Local Filesystem added 3 characters in body |
|
Oct 26 |
asked | Heroku: Serving Large Dynamically-Generated Assets Without a Local Filesystem |
|
Oct 26 |
answered | Yahoo openid website compatibility… |
|
Oct 25 |
comment |
How to create REST URL’s without verbs? @Marcus - that sounds like a very unusual case. Maybe if you explained what your app does in more detail, we'd be able to offer better suggestions for identifying resources. |
|
Oct 24 |
answered | How to create REST URL’s without verbs? |
|
Oct 18 |
comment |
Heroku: Display Git Revision Hash and Timestamp in Views? Thanks for the tip. Unfortunately, it's not working for me in heroku console (would it be different in app itself?). After Repo.new, I get 'Grit::NoSuchPathError:' Any ideas? |
|
Oct 17 |
asked | Heroku: Display Git Revision Hash and Timestamp in Views? |
|
Oct 10 |
answered | Getting real with REST |
|
Oct 7 |
answered | Is it a good thing for a custom rest protocol to be binary based instead of text based like Http? |
|
Sep 30 |
accepted | What ist a RESTful-resource in the context of large data sets, i.E. weather data? |
|
Sep 29 |
comment |
OpenID: Single User Interface Supporting Both Email/Password and OpenID Had another look at how SO does it. Turns out they do it two ways. One way with email/password OR openid (not so good). And another with OpenID selector (looks lik RPX, much better). |
|
Sep 29 |
awarded | ● Civic Duty |
|
Sep 28 |
answered | Suggestions on starting a child programming. |
|
Sep 28 |
comment |
What ist a RESTful-resource in the context of large data sets, i.E. weather data? @Christian, your edit indicates there is no one "Forecast" - no problem. But the real question is: how important is "Forecast" as a domain concept? The same resource can have multiple representations, depending on the needs of the client, but a resource is a generally-applicable domain concept that can be modeled independently of its representation. Another way to put it: imagine a client using your service. What is it that they're trying to create or what work are they trying to do? |
|
Sep 28 |
comment |
OpenID: Single User Interface Supporting Both Email/Password and OpenID @Andrew, you're right. OTOH, the underlying problem I have is coming up with a good way to use OpenID without users needing to know I'm using it. OpenID selectors are one approach I didn't know about previously but now do thanks in part to your original answer. I'm still curious what other options there might be. |
|
Sep 28 |
comment |
OpenID: Single User Interface Supporting Both Email/Password and OpenID @Andrew, geez -how embarrassing. Sorry about that. Great article, BTW. Convinced me not to go with RPX (for now at least). But I like the idea of a locally-hosted OpenID selector even more: stackoverflow.com/questions/1482803/… |
|
Sep 28 |
answered | OpenID: Single User Interface Supporting Both Email/Password and OpenID |
|
Sep 27 |
comment |
OpenID: Single User Interface Supporting Both Email/Password and OpenID This article raises some concerns about RPX: blog.nerdbank.net/2009/01/… |
|
Sep 27 |
comment |
I am considering implementing the RPXNow OpenID selector - can I avoid vendor lock in? Also can't find link to duplicate. Can someone post it or re-open this question? |
|
Sep 27 |
comment |
OpenID: Single User Interface Supporting Both Email/Password and OpenID There's a Ruby Gem here: github.com/grosser/rpx_now |
|
Sep 27 |
comment |
OpenID: Single User Interface Supporting Both Email/Password and OpenID Nice... looks like they're using RPX: rpxnow.com. |
|
Sep 27 |
comment |
OpenID: Single User Interface Supporting Both Email/Password and OpenID That's more along the lines of what I'm looking for. The method needn't necessarily use JavaScript to dynamically rebuild the interface - it might just offer dedicated screens for each method. |
|
Sep 27 |
comment |
OpenID: Single User Interface Supporting Both Email/Password and OpenID Thanks, but actually the SO approach is the one I'm trying to avoid. I don't want my users to have to stop to think "What's this OpenID field for?" I want OpenID to get out of their face. |
|
Sep 27 |
asked | OpenID: Single User Interface Supporting Both Email/Password and OpenID |
|
Sep 27 |
answered | What reasons are there NOT to use OpenID? |
|
Sep 26 |
comment |
Online RESTful Web Service Demo From your profile, I see you've asked 18 questions and assigned no correct answer to any of them. Now that everyone can see your accept rate is 0%, you might have better luck getting responses by accepting some answers - just a thought. |
|
Sep 26 |
answered | What are the main patterns and/or attributes that make an application RESTful? |
|
Sep 26 |
answered | What ist a RESTful-resource in the context of large data sets, i.E. weather data? |
|
Sep 22 |
comment |
Opinions Needed on the Atomicity of a RESTful PUT This is starting to sound like the kind of coupling between client and server that's best avoided. How feasible would it be to either equip the server with XML output or equip the client with JSON input? If the answer is "not very", then how about returning a 400 to indicate unambiguously that the request failed and the server was not updated? |
|
Sep 22 |
revised |
Opinions Needed on the Atomicity of a RESTful PUT added 485 characters in body |
|
Sep 22 |
answered | Opinions Needed on the Atomicity of a RESTful PUT |
|
Sep 21 |
awarded | ● Self-Learner |
|
Sep 19 |
accepted | RESTful route for a list of members that are not in a collection. |
|
Sep 18 |
revised |
RESTful route for a list of members that are not in a collection. added 10 characters in body |
