Slashdot Mirror


User: JimCricket

JimCricket's activity in the archive.

Stories
0
Comments
13
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 13

  1. Download Aborted related article on Open Source Biology Initiative · · Score: 1

    Download Aborted! has a very interesting article on this topic. It was previously covered on Slashdot.

  2. The Green Party addresses F/OSS on Technology Issues Ignored in Canadian Elections · · Score: 3, Informative

    The Green Party has some F/OSS-favoring policies, and a do-not-spam policy: http://www.greenparty.ca/index.php?module=article& view=12&page_num=27

  3. Business value on Attitudes in IT - Mediocrity Wins? · · Score: 1

    It might be because your client is interested in business value, not programming. Get used to it, the business world wants to make money, not code.

  4. Martian Outsourcing on Pranks for April Fool's Day 2004? · · Score: 1

    There's always this press release: http://www.artlogic.com/company/press_040104.html

  5. grammar, please on The Effect of Pirated CDs · · Score: 1

    What's up with all the poor grammar in Slashdot stories? Puhleeze.

  6. viable business models on Ask Bruce Perens About Linux and Open Source · · Score: 5, Insightful

    Open source really turns the business of software upside-down. Some open source-related companies have done well, others have not. In your opinion, which business models are the most appropriate?

  7. I dropped out because of the web on Has the Internet Changed College? · · Score: 2, Interesting
    I went to university from 1992-1996. I couldn't decide what I wanted to major in, so I didn't get a degree in that time. I quit school when it became obvious that the web was going to change everything. I had a sweet job offer at a software company and was all over it. Unlike many people who did this, I'm still gainfully employed. Now that the industry has settled down, I sometimes think about returning to finish my degree.

    If I returned to school now, I would expect to be a better student than before, partly because of my age and partly because of the massive amount of knowledge I've learned as a result of browsing the internet.

  8. How does this affect GIF? on W3C Approved Patent Policy: Royalty Free Standards · · Score: 1

    Aren't there patents/royalties on the GIF (or is it the LZW) algorithm? If so, does that mean GIF is finally doomed?

    If only Photoshop had better support for PNG optimization.

  9. examples of how this might be used on Web Server Packed into RJ45 Connector · · Score: 2, Interesting

    Small web servers are old news. Art & Logic has been creating embedded web applications since 1996. Typically, embedded web servers are used for something called web-based device management. Companies do this as an alternative to CLI or Windows/Java applications. All the usual advantages to web-based management apply, including ease of development, deployment, support, etc.

    This story has a lot of cool factor, but other companies (Ubicom, for example) sell web-enabled chips for less money (last time I checked). If you're talking about consumer devices (such as a toaster, fridge, etc), it's all about cost per unit.

    If you're building a more expensive product, you might have room for an RTOS (real-time operating system) and a software-based webserver to run on top of it, such as the GoAhead WebServer or the Device Management Framework.

  10. free embedded web server on Web Server Packed into RJ45 Connector · · Score: 1

    Art & Logic has a free embedded web server. Also check out GoAhead WebServer.

  11. Trying to get noticed by Apple? on Enterprise CTO Switches to Mac OS X · · Score: 3, Insightful

    Is this guy trying to get Apple to notice him and include him in "CEO Switcher" ads?

    If you're going to use a Mac, why use all Microsoft software on it? Heck, I don't even use MS Office on my Windows box!

    And what's with the "blue screen" comments? Like most Slashdotters, I don't like Microsoft - but to suggest that Windows has problems with "blue screens" is, like, so 1999.

    One other observation: Apple uses the "blue screen" thing as part of their FUD on Windows. But isn't it funny how most of their users are still using Mac OS 9.x, which is far less stable than WinXP?

  12. useful in the embedded systems context on Web Programming by printf() · · Score: 1, Informative

    When you consider that all (or most) web servers in the embedded systems market are currently using CGI, the author's article is quite brilliant. Remember, the embedded systems world is about 5 years behind the traditional "web development" world. The embedded guys are using many of the same technologies but for completely different purposes. For example, it looks like Art & Logic is also using XML-RPC and SOAP, but in a completely different context than most of us are used to.

  13. Re:Boa vs. Apache? on An Overview of the Boa Web Server · · Score: 2, Interesting

    Some other small (and embeddable) web servers to check out:

    Device Management Framework: http://www.artlogic.com/dmf/
    This is a web application platform for making device management apps - say, for controlling a cable modem, printer, or industrial equipment. It supports some cool stuff including SOAP and XML-RPC.

    GoAhead WebServer: http://www.goahead.com/webserver/webserver.htm
    This server is also embeddable but not as useful as the Device Management Framework. It's fine for serving a personal web site, or as an alternative to PWS.