Joseph Holsten

702
Reputation
139 views

Registered User

Name Joseph Holsten
Member for 1 year
Seen yesterday
Website
Location Tulsa, OK, 74136
Age 23
I'm a computer science student with a strong interest in pure computer science and math.
Nov
16
answered How do you know when to use an XML parser and when to use ActiveResource?
Nov
13
answered How can I do to profile ruby Unit tests execution?
Nov
10
revised Turning off automatic outlining in Visual Studio
edited tags
Oct
9
awarded  Popular Question
Sep
18
awarded  Popular Question
Sep
18
awarded  Yearling
Sep
4
comment Why would one use REST instead of Web services?
Howard May: Assuming you call functions using only primitive datatypes, this is certainly true. But in that case you can't exactly argue SOAP is easier than rest. If you have complex datatypes, WSDL processing may work fine between two machines with the same WS stacks. But you'll inevitably have issues as soon as you mix stacks. It stops being so easy once you've got to dig into WSDL by hand to debug incompatibilities.
Sep
4
comment Paging in a Rest Collection
+1 link headers, but I'd also recommend the common first, prev, next, last rels, as well as RFC5005's prev-archive, next-archive, and current.
Aug
12
comment Convert a Nokogiri document to a Ruby Hash
Actually, Rails' Hash.from_xml is neatly wrapped up in the MiniXML section of the Rails code. I've been meaning to extract it since I wrote it. Give me a nudge if you don't hear about it soon.
Aug
5
comment Is NNTP dead?
You don't need an NNTP account to get access to Usenet, just poke around Google Groups. You might also notice that you can “display a CAPTCHA over NNTP” about as well as you can display one over HTTP. The concepts are unrelated. The issue is that posts will be mirrored between servers, so any one server's attempts to clean up the web are marginal. CAPTCHA can't get spam off Usenet any better that it can keep Google from displaying spam in search results.
Aug
5
comment Is NNTP dead?
I'll politely disagree instead of downvoting you. I'm glad you recognize that Google is not some magic solution to errors and failures. Most “web-based forums” that want distributed, fault-tolerant, and load-balanced services start with those services and built the website on top. Which means they slap a web interface on a usenet group, not the other way around.
Aug
5
comment Is NNTP dead?
Yes, there is a standard way to post to a feed. It's called AtomPub, and it's the access protocol for Atom feeds. It's even got extensions for threading, so you certainly could replace NNTP forums with it. But I don't recommend it.
Jul
17
revised Grep and Sed Equivalent for XML Command Line Processing
removed xmltk recommendation
Jul
8
awarded  Famous Question
Jun
9
awarded  Taxonomist