Showing posts with label public service announcement. Show all posts
Showing posts with label public service announcement. Show all posts
Tuesday, April 19, 2016
Wednesday, November 4, 2015
Expiration Saturday is no more
I neglected to mention it at the time, but Expiration Saturday has left us.
The Options Clearing Corporation (OCC) is pursuing the transition of standard option monthly expiration processing from Saturday morning to Friday evening. As result, the expiration date for standard monthly options will be changing from the Saturday following the third Friday of the month to the third Friday of the month.No tears were shed.
There is a cut-over date of February 1, 2015. Currently, it is anticipated that all standard monthly options that expire prior to February 1, 2015 will have a Saturday expiration date and all standard monthly options that expire on or after February 1, 2015 will have a Friday expiration date. The anticipated February 1, 2015 cut-over date will not impact existing standard monthly options, including FLEX contracts.
Monday, June 29, 2015
Thursday, May 15, 2014
Looking to log in to SourceForge via OpenID
Looks like they're trying to phase out support, but for now go to https://sourceforge.net/account/login.php?openid
Also posted this on Webapps.SE in case anyone knows more.
Also posted this on Webapps.SE in case anyone knows more.
Monday, July 8, 2013
Trying to start an old Blackbery PlayBook tablet and can't get past the license agreement because it's blank?
Of course not, me neither. Nope. Ok, I bought a cheap tablet to play with. Looks like some of them pointed at servers that no longer exist. Crackberry has some ideas on how to fix the problem. Basically you need to update the software while connected to a desktop, then try again.
Wednesday, May 1, 2013
Redbooks!
If you use them, click on the link and show your love. It would be a pain and a shame if IBM stopped making them.
Wednesday, June 6, 2012
The importance of implementation details
Today, after years of odd threading bugs, I learned that creating a DataView and various other reads on a DataTable are actually write operations.
E.g. from the first link
However, creating a DataView on a DataTable is a write operation on a DataTable. Most people don't know this, and its not very intuitive so I don't blame them for not knowing this. What happens when you create a DataView on a DataTable is the DataView will create an index on the DataTable and this index is stored in the DataTable. The reason for this is performance, for example if you create a DataView saying "F1=1" as the criteria, this creates an internal index on the DataTable to locate this information. Later on if you create another DataView with the same criteria, the index is reused, so this improves performance. However the fact that these indexes are stored inside the DataTable means that these are write operations to the DataTable and thus they are not thread safe.Just goes to show you, when an object doesn't say it's threadsafe, don't assume that it's threadsafe, even if it's "just a read".
Wednesday, May 9, 2012
Test your email client
See how much valuable personal data you are leaking. The Email Privacy Tester is revamped and rereleased, and reGPLd. Well, GPLd at least.
Tuesday, April 10, 2012
Monday, January 16, 2012
Wednesday, September 28, 2011
Sunday, September 25, 2011
Saturday, September 17, 2011
Saturday, April 30, 2011
Oracle screws customers
To get at HP, of course. Looks like IBM may be the winner here. Oracle is a devouring monster, I'd be afraid to build too much in their ecosystem.
Previously I offered my thoughts on Oracle's announcement that it is terminating all its development for HP Itanium platforms. This announcement has understandably caused great anxiety and concern within HP's enterprise server community.
Wednesday, February 9, 2011
Tuesday, February 1, 2011
Sunday, September 26, 2010
Sunday, September 19, 2010
The Paypal Screwjob
Now imagine my surprise when I got an email from PayPal last Wednesday with the subject "PayPal appeal denied". Because I never had to appeal anything with my PayPal account. Reading through that email I discovered that my account was blocked because they've decided that I'm not allowed to receive donations.
This had me puzzled. Because I know that if a big company like Geeknet Inc., the owner of sourceforge.net offers to their users to use PayPal to receive donations, something had to be wrong with PayPals decision to block my account. So I asked for clarification and of course how I could get all the money I have in my PayPal account back. All I got was some lame default answer.
Classic PayPal move - they freeze your account for "suspicious activity" and you're done. Best to set up with a real back that can't arbitrarily take your funds.
Monday, August 2, 2010
Sunday, July 11, 2010
Subscribe to:
Posts (Atom)