Domain: ostermiller.org
Stories and comments across the archive that link to ostermiller.org.
Comments · 91
-
Re:I wish I had a kayproYay Kaypro!
The sheet metal on that was bombproof. Much thicker than on a modern desktop. You could jump up and down on it.
for the Kaypro lovers: java clone of CP/M ladder game
-
Re:Somebody played...
God I loved that fucking game. Mostly because it was the only one in the house, but hey.
Anyway, if you didn't know allow me to point out that you can now play it free on modern computers:
http://ostermiller.org/ladder/ -
Email header injection attackAnother example of an injection attack allow an attacker to send spam through a contact form that doesn't normally allow the recipient to be specified by the user.
A webmaster hosts a contact form on his website that allows users to fill out a form to contact him. He allows the user to specify a subject and a message but the recipient is hard coded to webmaster@example.com.
The message ends up looking like this:
To: webmaster@example.com
Where $subject and $message are captured from the user on the website.
From: thewebserver@example.com
Subject: $subject
$messageIf the $subject is not properly sanitized, a bot could submit it with a new line in it and be able to start a new line in the headers of the email. That new line could be, for example, a large CC list of people to spam with his message:
Buy my weight loss pills!
CC: spammee1@example.com, spammee2@example.comWhich is why I would suggest using a contact form such as the one that I have written that has already thought about this sort of thing.
-
Re:Ah....
Check out this.
-
As a Hybrid Owner: I Agree
I bought my hybrid five years ago when they first came out. I was on the waiting list for the first of the Honda Insights. At the time gas was just over $1 per gallon. With the sticker shock over what I would pay for a simlar non-hybrid and with $5000 battery replacement, I calculated that gas would need to average about $5 a gallon while I owned the car for it to make sense. I bought the hybrid because:
- I wanted to be a good environmental citizen
- I wanted something different and cool to drive
- I was single, just out of college, and could spend the extra money because I had a programming job
Overall the car has worked out well. Especially in the first couple years, I would have strangers approach me in parking lots and ask questions. More people would be interested in my car than even some of my friends with fancy sports cars. The story of how I named my car "The FJM" is a funny story.
The insight has some of its own unique problems because it is a two seater: It makes it hard to take friends anywhere, and now that I'm expecting a daughter I can't put a car seat in it. Because it is so different, I have to take it to the dealership for almost all of the maintenence including oil changes. I'm also getting to the point where I will have to get the batteries replaced soon and I'm not looking forward to it.
Bottom line is that you should only get a hybrid if you think they are cool. They probably won't save you money. (But here is hoping that the gas price doubles soon
:-) -
Re:The alphabet according to google suggest
It is also interesting to see the most popular web sites. Start by typing www. into google suggest. The top 10 are:
- www.yahoo.com - Search/Directory
- www.hotmail.com - Email
- www.google.com - Search
- www.ebay.com - Shopping
- www.msn.com - Portal
- www.aol.com - Portal
- www.ebay.co.uk - Shopping
- www.irs.gov - Government
- www.mapquest.com - Maps
- www.amazon.com - Shopping
Typing one more letter shows you the top sites for that letter. Here is the top for each letter:
- a is for www.aol.com - Portal
- b is for www.bbc.co.uk - News
- c is for www.cnn.com - News
- d is for www.dictionary.com - Reference
- e is for www.ebay.com - Shopping
- f is for www.food.gov.uk - Government
- g is for www.google.com - Search
- h is for www.hotmail.com - Email
- i is for www.irs.gov - Government
- j is for www.juno.com - Internet service provider
- k is for www.kbb.com - Consumer information
- l is for www.lyrics.com - Music
- m is for www.msn.com - Portal
- n is for www.nick.com - Kids
- o is for www.orbitz.com - Travel
- p is for www.pogo.com - Games
- q is for www.qvc.com - Shopping
- r is for www.rotten.com - Information
- s is for www.sears.com - Shopping (sorry slashdot)
- t is for www.target.com - Shopping
- u is for www.usps.com - Government
- v is for www.verizon.com - Telephone service
- w is for www.weather.com - Weather
- x is for www.xanga.com - Blogs
- y is for www.yahoo.com - Portal
- z is for www.zappos.com - Shopping
This is some random commentary to make sure that my post has enough characters per line on average to get by the lameness filter. Just a few more words should do it. Then I will be over the limit. Maybe you would like to hear a bit about my projects: Attesoro - A internationalization editor for Java programs. Coinmill - A currency conversion website with many currencies, and features such as abilty to parse English sentences asking for currency conversion. Java Utilities - Utilities for common task in the Java programming language such as parsing CSV files and string manipulation.
-
Even with the broadcast flag, TiVo getting better
There are some good reasons to upgrade to the new TiVo software even if it does not let you record content with the broadcast flag. The biggest reason for me is that now you can do the complete setup process without a telephone line. The entire setup from system reset can be done with wireless internet.
I just bought a new TiVo and was upset that it shipped with the last software rather than the most recent. I had to take it to a neighbors house to have it use the phone line since I only have a cell phone.
In any case you can read my review of the Humax TiVo with DVD burner. I review it as a TiVo, as DVD player, and as a DVD burner.
-
Re:Polyglot
The job descriptions do get a bit weird, but looking for people with arcane experience is something a lot of companies do.In addition to knowing Java and having a CS degree, the ideal job candidate for my employer would know XSLT (xml transform language), m4 (braindead unix template language), and three scripting languages (csh, bash, and perl).
Incidentally, if you know this stuff and you are looking for a job in the Boston area, send me a note. We'd like to hire 7 to 10 of you.
-
Obligitory Slashdot Discussion
I don't believe that this guy is the world's biggest hacker. Have you seen Cowboy Neal??? Now that's big!
This guy was looking for UFOs. In Soviet Russia, UFOs look for you!
We all know that if he was an uber-hacker he would have created a Beowulf cluster of all the computers he hacked.
One billion in damages? That number has to be inflated. (Actually the article says 570000 pounds which is only about 1 Million US dollars according to my currency calculator)
- Get paranoid about UFOs
- Hack into the US government
- Get caught
- ????
- Profit!
-
I'm worried that greasemonkey has security flaws
Despite how useful it is, I have some concern with GreaseMonkey and your browsers security.
The basic problem I see is that user scripts are plug-ins to to a plug-in. User scripts could do things that would be bad for security such as:
- Grab user entered information such as user names, passwords, or emails.
- Be part of a DDOS attack by contacting some server repeatedly
- Insert unwanted content such as ads or tracking into every page visited
GreaseMonkey does not use the white list of sites allowed to install plugins and allows user scripts to be installed from just about anywhere.
I'm worried that somebody could set up a repository of user scripts that appear to do useful things but have spyware embedded in them. Users would install GreaseMonkey user scripts from the site thinking they were getting useful functionality but not realizing they were getting additional "goodies".
I don't install user scripts without knowing how they work and looking over the source myself. Preferably, I write my own. I don't see most users being able to do that sort of analysis. Hence the danger.
--
Currency Calculator to Calculate Rates of Exchange for Foreign Currencies -
Re:Unintended side effects of the Google arms raceHow about sites that already provide a useful service and want to get as much exposure as possible? I can't count the number of useful sites that I've visited that are not ranked as well as google as I would like (so I can find them more easily) because they do non-Google-friendly things like:
- Session IDs in urls
- Doorway pages
- Content that expires or changes urls
- Javascript navigation
Sometimes search engine optimization isn't about making a hack site rank well. Sometimes it is about getting the traffic that a really nifty site deserves.
In fact, I wish all the legit sites did everything they should morally do in terms of SEO. Then the spam sites wouldn't have such an easy time pushing them out of the way.
From a business perspective, money spent on making non-spammy search engine optimizations can be much more effective than money spent on marketing or public relations.
--
Scientific calculator with hex, octal, decimal, and binary -
Re:It's still backwards
On slashdot, you only get to see old content unless you are a subscriber. Only subscribers see stuff less than 15 minutes old. No reason why something like that couldn't work for the NYT. Be interesting so see at what cutoff they could hook the most subscribers. It would have to be somewhere between 15 minutes and 2 weeks.
-
AOL does this for tons of lists
AOL blacklists by ip address of the server sending the mail whenever some number of aol users who subscribe to the mailing list hit the "report as spam" button on their email client.
For legit mailing lists you wouldn't think this would happen, but an unbelievable number of aol users treat the "report spam" button as if it were the "trash" button.
To get unblocked by AOL you have to set up an account at which you will receive a request to unsubscribe from each user that uses the "report as spam" button. You then have to parse AOL's format and remove the user from your mailing list. AOL won't even let you contact the user with another "are you sure" type of email.
--
Convert Exchange Rates -
I see problems coming if Google uses trust rankFrom what I have read about trust rank, the basic premise is that they pick 200 or so "trusted sites". The trust rank for any page is then basically the number of link hops to the page from a trusted site.
The problem I have with this is that there are many problems with identifying trusted sites and maintaining the trustworthiness of such sites after they have been chosen.
From Google's point of view, a trusted site would have to have strict editorial standards and link to a lot of sites. I can think of a lot of sites with strict editorial content, but they generally do not link to a lot of sites. The open directory projects seems to me to be a candidate for a trusted site. It has editorial controls and links to a heck of a lot of sites.
The first question to ask is: "After the trusted sites is chosen, how much would it cost to buy one?". I suppose dmoz itself would be hard to buy outright, but how much would it take to buy one of the editors, or to buy an editorial position? Probably not much. Dmoz alread has a lot of editorial fraud and it would make the problem worse. I'm not sure that its fair to expect trusted sites not to degrade to some extent.
The second question to ask is: "How hard is it to buy links from trusted sites?". The answer has to be that it is pretty easy. Forget about corrupting the people as I discussed in the last point. Any trusted site that links to lots of pages is going to have a huge link management problem. Every day hundreds of domains that it links to may expire. You can snap those up and buy trust.
All this doesn't even include folks who make sites look trustworthy with the sole intention of turning them to the dark side later. All of this happens currently with pagerank, but it will be much worse once the trust power is put into the hands of a few.
-
We are the front lines in informal tech support
Many of us are also the first tech support contact for many of our family and friends. It is super frustrating to get problem reports for things like:- My computer too slow! (because of all the spyware)
- Can't I get rid of all these popups???
- I keep getting this blue screen
I don't have any of these problems on linux/firefox. Its hard for me to figure out what is wrong with software that I don't use and don't care about. Usually my solution is to upgrade them to the stuff I'm using.
-
Re:Non-registration links
If you have a site that uses adwords you have the choice of having text ads, image ads, or a mix. I gather that Google is still planning to give sites the choice about what they display.I just hope they serve the images from a different domain than the javascript used to generate the text ads. Otherwise it won't be easy for most people to block the images without blocking the text.
-
Non-registration links
Some registration free links:- Search Engine Low Down - Google Tests Cost-Per-Impression Pricing and Targeting for AdWords
- San Jose Mercury News - Google changing the way ads are created, priced
- Silicon.com, UK - Google steps into banner ad world
- Houston Chronicle - Google testing systems that place ads on specific Web sites
Unfortunately, I don't see anything about this on Google's press release page yet.
-
The ones that I hope get fixed
My pet peeves with IE that make my life harder when I write web pages:- Transparency on PNGs is rendered as white. It makes the logo of my Java translation editor look white.
- CSS does not support min-width and max-width properties. For example text areas on my contact form that have a max-width of six inches stretch the entire way across the page in Internet Explorer
- I've fallen in love with the border-radius CSS property in Mozilla that puts round corners on tables and divs without using images. I use that effect on my Attesoro Java translation editor pages. While it isn't part of the w3c recommendations, it would be a great one for IE to pick up.
Sounds like they are fixing the
.pngs for sure. I hope the two css tweaks that I want make it in. -
The ones that I hope get fixed
My pet peeves with IE that make my life harder when I write web pages:- Transparency on PNGs is rendered as white. It makes the logo of my Java translation editor look white.
- CSS does not support min-width and max-width properties. For example text areas on my contact form that have a max-width of six inches stretch the entire way across the page in Internet Explorer
- I've fallen in love with the border-radius CSS property in Mozilla that puts round corners on tables and divs without using images. I use that effect on my Attesoro Java translation editor pages. While it isn't part of the w3c recommendations, it would be a great one for IE to pick up.
Sounds like they are fixing the
.pngs for sure. I hope the two css tweaks that I want make it in. -
The ones that I hope get fixed
My pet peeves with IE that make my life harder when I write web pages:- Transparency on PNGs is rendered as white. It makes the logo of my Java translation editor look white.
- CSS does not support min-width and max-width properties. For example text areas on my contact form that have a max-width of six inches stretch the entire way across the page in Internet Explorer
- I've fallen in love with the border-radius CSS property in Mozilla that puts round corners on tables and divs without using images. I use that effect on my Attesoro Java translation editor pages. While it isn't part of the w3c recommendations, it would be a great one for IE to pick up.
Sounds like they are fixing the
.pngs for sure. I hope the two css tweaks that I want make it in. -
The biggest downside to Firefox
Is all the plugins, extensions, chrome, files, and settings that have to be configured after you have the Firefox browser up and running. It would be really nifty to be able to bundle all the things that I do when I install firefox into one mega "extension bundle" or some such that I could install with one click. -
Re:Annoying People != $$$
I wrote an article about customizing the firefox web browser. Not only can you block google text ads that are downloaded via javascript using adblock, you can also rewrite pages with google adwords on the fly using Greasemonkey. -
Re:Wow
Slashdot just makes me do worse on comprehension tests. On slashdot when a post gets rambling or boring I just skip to the next one. For examlpe I got about half way though yours and yet I'm still writing a response.In these tests they seem to stick the details in the middle of a bunch of other crap that I don't care about. There is just no good way to scan for the details. There are reasons that bullet lists with three items are so compelling as a presentation style.
-
Adjust the time so that it really saves daylight
The problem with standard time in the summer is that the sun rises before anybody is up (like 4 AM) and some daylight in the morning is just wasted. Daylight savings time moves dawn back to 5 AM and gives you an extra hour of daylight in the evening.You probably see where I'm going with this: who in their right mind is actually awake at 5 AM to enjoy the daylight?????
Daylight savings time should move the day another five hours or so. Imagine if the sun were just coming up as I started thinking about getting out of bed by 10. At 11 or so it would have fully roused me and I could get up and enjoy the full day. At 2 or 3 in the morning the sun would be setting just as I was starting to grow weary of my hacking and start thinking about going to bed. I -- along with most other similarly minded geeks -- would be ever so much more productive.
Of course some of you might complain about the extra screen glare, claim that you don't get any natural light in your basement anyway, or state that you just plain dislike that burning yellow eye in the sky.
-
Re:copyright?
I think that two words would fall under 'fair use' for copyright. You are allowed to take short bits and quote them.Violation of trademark would make much more sense in this case.
-
Re:Goolge Watermarks
Those watermarks are annoying. Especially since there don't seem to be any on their map images.Google, remove the watermarks!!!!
--
Contact Form allows web site visitors to send you email but will thwart spammers -
Re:Sounds like good technology for lots of usesThat does look pretty neat. Too bad it is flash. Googles javascript stuff seems to work a lot better in my browser. The biggest perks of google's way of doing it is that when I resize my browser window the map resizes, and I can bookmark my coordinates.
-
Re:Sounds like good technology for lots of usesWavelets sound neat but I don't think browsers can read wavlet encoded images. I think jpeg uses something else.
Even if you store every resolution you need, you are only increasing the storage requirements by a factor of 5 or so. The files get much smaller as you takes the resolution down. It does depend on how many resolutions you want, but something like google maps has plenty for my taste.
--
Scientific Calculator with hex, decimal, binary and octal. -
Re:I do not see any change
-
Re:ErmI think taco was referring to first mapping site to also offer satelite photos. I haven't seen satelite photos on sites such as mapquest or yahoo maps.
Satelite photos have been available on the internet for some time, but this certainly makes them much more convenient.
--
Open Source (GPL) Java Utilities (CSV, MD5, Open Browser) -
Sounds like good technology for lots of usesGoogles map software is pretty nifty. It seems like something that wouldn't be to hard to whip up for any large image file.
I can imagine taking some very high resolution artwork and displaying it using this technology. I can zoom in to the max resolution or your can scroll around forever.
Anybody have any software that would take a large image file and apply a google-map-like interface to it? The software should be something as simple as:
- Resize the image to various resolutions
- Break the images into 200x200 pixel chunks at each resolution and save those chunks as individual image files
- Put a javascript interface on
If you are smart about your image naming conventions you shouldn't even need a powerful webserver. The whole thing could be served up via static files from a webserver with enough disk space and a big enough pipe.
I'd like to see this for things like:
- Local maps such as for state parks
- Scanned artwork such as paintings - Like the Gigapixel Tapestries covered the other day.
- Circular panorama photos that could be scrolled only in one direction
-
Is Vonage the right person to sue?I'm not sure that Vonage is the right person to sue here. 911 does need to be able to work from VOIP phones, but my understanding is that the 911 system is not easy to hook up.
The real number to which your 911 call is forwarded is some sort of state secret. The 911 call centers don't want to be called except for when 911 is dialed to avoid pranks, mistakes, and confusion. If you dial 911 from Vonage they forward your call to the publicly listed police number for your area. If they could figure out what the call center for your area would be, they would foward the call there. But my understanding is the list is not available to them.
The 911 problems with VOIP are that like cell phones, you can take a VOIP phone with you. It is not tied to a location. Unlike cell phones, you can't pinpoint the location as being near a tower. You are just "on the internet" which is not nearly as helpful. VOIP does not have embedded GPS either.
Here is a list of things that I think need to happen. Lets sue until the do (I don't care who):
- Make 911 call center numbers available to VOIP providers
- Embed GPS chips in black box VOIP boxes and configure them to send location information when 911 is dialed
- Require VOIP providers to ask customers the expected physical location of their VOIP phone so that 911 will work when there is no GPS data
- Require that VOIP providers inform customers that 911 will go to this location if they move their phone
- Require VOIP providers to allow users to change this location easily either through their phone, or a web interface
- Require VOIP providers to ask the "where is your phone" question again if other customer information like billing address changes
I'm not sure how well the GPS thing would work indoors. You might have to have the box say "I can't get a GPS signal, I won't work until I have one. Go plug me in near a window until I can see a satelite, then you can put me in the basement."
-
Re:ignorance is bliss> duh! Repeat after me: HTML is not a regular language. There is no regular expression that can match it.
Script tags cannot be nested which makes that portion of html able to be matched by a regular expression.
-
Re:Regular expressions in a cookbook?
Your expression fails for this case:<script><scri</script>
It will match <scri< with your |</scri[^p] rule and then go on to match beyond the end of your regular expression.But I acknowledge that it may be quadratic rather than exponenetial even with a correct regular expression.
-
Regular expressions in a cookbook?
Sounds like good eating. ;-)Regular expressions are great, but once you know them and you think you can conquer the world, I find they occasionally let you down. The text editor I was using had a rudementary regular expression search that did not support non-greedy matching. I found that writing a regular expression that finds C style
/* comments */ to be quite tricky with only greeding matching. I wrote it up as an article where I build the expression piece by piece showing common things you might try that won't work.If you want more of a challenge, try writing a regular expression that find any <script></script> tags along with anything in between using only greedy matching. You will find that the length of your regular expression goes up exponentially with the length of your ending condition.
-
Regular expressions in a cookbook?
Sounds like good eating. ;-)Regular expressions are great, but once you know them and you think you can conquer the world, I find they occasionally let you down. The text editor I was using had a rudementary regular expression search that did not support non-greedy matching. I found that writing a regular expression that finds C style
/* comments */ to be quite tricky with only greeding matching. I wrote it up as an article where I build the expression piece by piece showing common things you might try that won't work.If you want more of a challenge, try writing a regular expression that find any <script></script> tags along with anything in between using only greedy matching. You will find that the length of your regular expression goes up exponentially with the length of your ending condition.
-
Re:Sounds about right...You say that people want to ask questions rather than put in search terms. There are a few things wrong with that:
- People hate typing. I would expect more people to enter "prescpt drugs CA" than "Where can I buy prescription drugs in Canada"
- Entering "Where can I buy prescription drugs in Canada" into google returns very relevent results. As a user, you don't need to know that google ignores the words "where", "can", "I", and "in".
So maybe there is a place in the market for a search engine front end that specifically says "type in a question". But I really doubt that many people want to type that much. I certainly doubt that it should be based an shoddy results that Ask Jeeves seems to give.
-
Re:The New "Freedom of Information Act"So instead you:
- Format the paper into PDF
- Send it to about 200 peers for review
- Get responses back from some of them
- Ignore the responses from the ones that found something wrong
- Put the paper on your website with notes that it was peer reviewed by the folks that found no problems with it
That way it costs nothing, takes a lot of your time, and gives you the incentive to corrupt the peer review process. What could be wrong with that?
-
The problem: the men in IT are so attractive
I believe that the problem is that all the men in IT are so attractive.
- Woman trains for information technology because she hears the men are so good looking.
- Woman gets job choosing purely based on the hunk to junk ratio.
- Woman falls in love IT hunk
- The IT hunk and the IT babe get married
- They have kids - she stays home
-
yeah but average Korean salary?"Studies have shown that over a quarter of Koreans have broadband and that anyone who wants it can sign up--with some ISPs charging as little as $19 a month for DSL. I pay $30 myself, for a 1.5-megabits-per-second (mbps) connection--twice the speed of my $50-a-month service back home in the United States.'"
Ok is he listing real USD, or is he doing some kind of comparison of what it would be if it compared to the average American salary?
If he's gonna use USD he needs to specify what the average korean makes in USD. According to about.com the average korean makes between 20,000,000 and 50,000,000 WON, which converts to about $20,000 to $50,000 USD (although xe.com has a more accurate conversion, but that's pretty close.
Here's a teacher's salary, about $2,200 a month. That site also claims taxes are only 5 to 10% which is much lower than what I'm currently paying in the US, I'm paying about 15% right now.
Considering that's probably what the average american salary is I'd have to say $19/mo DSL isn't a bad deal, but Yahoo/SBC offers "Up to 1.5 Mbps" DSL for $26.95/mo with a one year commitment so I don't see why his "I pay $30 myself, for a 1.5-megabits-per-second (mbps) connection" is so great, he's paying more for DSL than it is here!
Is this a great example of "move along folks, nothing to see here"?
-
Re:Now if only...
Sigs are omitted unless you are logged in, so google never sees them.That means that my link to my open source currency converter in my sig doesn't help my page rank and I am reduced to mentioning it in comments like this.
-
And those too:Some usefull stuff that I actually *use* besides all the great tools mentioned above (in no particular order):
- http://ostermiller.org/utils/com.Ostermiller.util Java Utilities - nice CSV tools among others
- http://protomatter.sourceforge.net/Protomatter - misc tools - object pools etc. (I know, I am lazy)
- http://jedit.org/ JEdit - lightweight, with tons of plugins highly customizable Java IDE/Editor (for those who find the great Eclipse too heavy)
- http://jetty.mortbay.org/jetty/ Great 100% Java Web Server / Servlet
/JSP Container with JMX etc. etc. - http://sourceforge.net/projects/quartzEnterprise Job Scheduler
- http://mandarax.sourceforge.net/Great open source java class library for deduction rules
- http://alphaworks.ibm.com/Alphaworks as a whole are full of java goodies
- http://eclipse.org/aspectj/Did you ***** up your design ? Your project is a zombie that should be trashed and rewritten ages ago ? Aspects will save your day
;)
-
Re:Once again, why needless use of Javascript is BI hate to feed trolls, but as a JavaScript developer, I have to take issue with somebody that wants to beat me sensless.
Some little JavaScript projects I have done:
- Tic-Tac-Toe - Responsive, looks good, has AI, works in a web browser. The alternatives would be CGI or Flash. I've played CGI tic-tac-toe and it is too slow. Flash seems like overkill
- Scientific Calculator - The bread and butter of Javascript, perform calculations in a web page. I tend to like this calculator better than the Windows calculator because of the free form text entry
- Currency Exchange Rate Conversion Calculator - Again the alternative is CGI but again it is slow. Plus, do you want to send your financial data (amounts you are converting) to some random website? This keeps all your data on the client side.
- At work we are working on page that shows new data as it is available. Sure you can refresh the page and see the latest, but a bit of javscript to pull new data off the server is both easier for most users and saves bandwidth because it can get just the stuff that is changed and put it into the page in the appropriate place.
-
Re:Once again, why needless use of Javascript is BI hate to feed trolls, but as a JavaScript developer, I have to take issue with somebody that wants to beat me sensless.
Some little JavaScript projects I have done:
- Tic-Tac-Toe - Responsive, looks good, has AI, works in a web browser. The alternatives would be CGI or Flash. I've played CGI tic-tac-toe and it is too slow. Flash seems like overkill
- Scientific Calculator - The bread and butter of Javascript, perform calculations in a web page. I tend to like this calculator better than the Windows calculator because of the free form text entry
- Currency Exchange Rate Conversion Calculator - Again the alternative is CGI but again it is slow. Plus, do you want to send your financial data (amounts you are converting) to some random website? This keeps all your data on the client side.
- At work we are working on page that shows new data as it is available. Sure you can refresh the page and see the latest, but a bit of javscript to pull new data off the server is both easier for most users and saves bandwidth because it can get just the stuff that is changed and put it into the page in the appropriate place.
-
Re:Once again, why needless use of Javascript is BI hate to feed trolls, but as a JavaScript developer, I have to take issue with somebody that wants to beat me sensless.
Some little JavaScript projects I have done:
- Tic-Tac-Toe - Responsive, looks good, has AI, works in a web browser. The alternatives would be CGI or Flash. I've played CGI tic-tac-toe and it is too slow. Flash seems like overkill
- Scientific Calculator - The bread and butter of Javascript, perform calculations in a web page. I tend to like this calculator better than the Windows calculator because of the free form text entry
- Currency Exchange Rate Conversion Calculator - Again the alternative is CGI but again it is slow. Plus, do you want to send your financial data (amounts you are converting) to some random website? This keeps all your data on the client side.
- At work we are working on page that shows new data as it is available. Sure you can refresh the page and see the latest, but a bit of javscript to pull new data off the server is both easier for most users and saves bandwidth because it can get just the stuff that is changed and put it into the page in the appropriate place.
-
Re:Not much use
I am sure this is becomming a standard slashdot comment now, but instead of posting torrents (although for large files, they should), they should use coral cache (append
.nyud.net:8090 to the host name)
actually, I think there is even a bookmaklet to do this automatically. *googles* Yep, here it is:
Coral Cache Bookmarklet -
Re:Ladder
I've never played the sequels theselves, but I have the levels for what somebody told me is Ladder 2. Is that the ladup to which you refer? -
LadderMy favorite game growing up was Ladder for my Kapro II computer. Sort of a clone of Donkey Kong with ASCII graphics. I liked it so much I cloned Ladder in Java and released it open source. Should work fine on the OS X.
Not open source, but free flash games that I really like:
- Tontie - souped up whack-a-mole
- Miniputt 2 - Miniture Golf
-
Re:First post!
googles commant on the new name: Did you mean: inspire ?
I've wondered how google knows when to not suggest something. I've run into the same problem when I wrote a program I call Attesoro.The google suggestion is:
Did you mean at tessoro?When you make up a name, how many uses of it do you have out there on the net before google stops suggesting something else for it?
-
It really should have helped meAfter I started my job, I found out that they had been using my open source GPL Java utilities for about 2 years before I started. (legally, since they depend on them for web servers, but do not distribute their code).
My boss copied them into the source tree, but claims that he never made the connection between using my code and then later hiring me.