This post by @fredwilson is a perfect outline of the skillset required of a modern software developer: http://bit.ly/7xqDu1
Notes: Microblog-like status updates. You can subscribe to an RSS feed of this list.
Dec 2009
-
Repost from timoreilly:
-
Repost from rocketkeis:
-
Reply to:
@rocketkeis someone should suggest that to management
-
I wish the Exodus queues would fire. People need to play different formats every so often :D #mtgo
-
Repost from mkapor:
Tremendous rant by Fake Steve Jobs on the ATT’s whining and what’s wrong with the USA http://www.fakesteve.net/2009/12/a-not-so-brief-chat-with-randall-stephenson-of-att.html
-
I have the following .js file being run using cscript on Windows Vista with Office 2007:
var err = 0; var app = WScript.CreateObject("Word.Application"); try { var filename = WScript.StdIn.ReadLine(); var enc = filename.toLowerCase().indexOf(".txt") >= 0 ? 65001 : 1252; var objDoc = app.Documents.Open(filename, false, true, false, " ", " ", false, " ", " ", 0, enc, true, false, 0, true); objDoc.PrintOut(false, false, 0, " ", " ", " ", 0); } catch (e) { err = 1; } finally { app.Quit(0); } WScript.Quit(err);
The point of the code is that it will accept a filename from stdin and print that document using Word. My problem is that for a particular printer we are testing with, the document doesn’t get printed. I can trace that it executes .PrintOut properly and without any errors, and that the WINWORD process is started and terminated as expected (I can see it in the TaskManager). For our other test printer, the script works correctly.
I’m a bit new to this type of scripting (the guy who wrote it is on vacation…), any advice as to how I can resolve this problem?
Edit: I’ve isolated the PrintOut call, the rest of the script is irrelevant, even calling ActiveDocument.PrintOut from inside a Word document has the same problems with the printer.
-
if it’s xmas season, why is it so hot outside? -Update via SMS for FREE using http://isip.ph
-
I don’t have anything witty to say right now.
-
Looks like I won’t be playing in this year’s Gold Rush. I don’t have a Standard deck (on paper!)
-
Reply to:
@rocketkeis it skipped a few it seems
-
Is the twitter-facebook link not working?
-
Reply to:
@mtgcolorpie I like your latest post as well. I can relate a lot!
-
Repost from wrongwaygoback:
@NorrYtt Who is the unknown planeswalker? I’m betting either Sam Beckett or Quinn Mallory.
-
Reply to:
@abeolandres how does one get into that gig where samsung is giving you HDTVs? :p
-
There aren’t enough hours in the day.
-
Ideal team size and ratios: https://www.jrothman.com/mpd/project-management/2009/12/ideal-team-size-and-ratios/ Some people might note the part about having extra testers for multiple OS/sw versions
-
When inspiration comes I want it to find me working. - Pablo Picasso
-
Reply to:
@abeolandres are you giving it away? I would gladly join that raffle!
-
A day in the internet: http://www.onlineeducation.net/internet
-
If you’re a fan of The Big Bang Theory, you might enjoy this twitter list: http://twitter.com/roytang/bbt
-
#mtg #WWK Celestial Colonnade (R) Land ETB tapped T: U or W. 3UW: Becomes 4/4 u/w elem w/flying and vigilance until EOT https://www.mtgsalvation.com/forums/magic-fundamentals/the-rumor-mill/226949-wwk-celestial-colonnade-buy-a-box-promo#c1
-
They should reprint Dodecapod in #WorldWake, that would solve Blightning
-
#mtg I find this amusing for some reason: Compiled list of N-for-1s http://strategy.channelfireball.com/uncategorized/compiled-list-of-n-for-1s/
-
Reply to:
@mananation thanks, that sounds perfect! I’ll look into it
-
Reply to:
@TheDecepticons Apprentice data files have some weird format, I want a plain text file I can parse - probably just get from gatherer
-
Courage doesn’t always roar. Sometimes courage is the quiet voice at the end of the day saying, “I will try again tomorrow.” - Radmacher
-
Reply to:
@mikong what’s #pechakucha?
-
Is there any way to have my Yahoo Mail forwarded to another email address, without getting Yahoo Mail plus?
-
Reply to:
ts_1, ts_2, ts_3, etc. are different fields on the same table? There’s no way to do that with a single statement.
-
I just got killed by bees! #ZeldaSpiritTracks
-
Reply to:
You will need a better editor than Notepad. With Notepad, use Save As…, and type “helloworld.py” in the dialog, including quotes so that the file extension is .py instead of .txt
-
Reply to:
POI probably has a dependency on log4j. Just include the log4j jar in your classpath.
-
Reply to:
It means that any single SQL statement you run is atomic in nature - it will either succeed completely or fail completely. If your SQL statement fails, and triggers that would have run as a result of that SQL statement will fail as well.
-
MSI-ECS Great IT Sale: https://www.yugatech.com/events/msi-ecs-great-it-sale-pricelist/ Dec 8-10 at Eastwood. Too bad I don’t have time to pass by, we’re looking for a good netbook
-
#mtg I’m looking for an easily-parsable database file of all magic cards. Suggestions? MTGO export doesn’t have type, subtype, p/t, etc
-
Reply to:
@mtgsalivanth was thinking of Lapse of Certainty in the board, to stop Wrath/Time Walk. (Multiple accts confusing!)
-
It’s never too late to be who you might have been
-
@mtgsalivanth I took your WW list for a spin. It’s pretty good, but needs a plan vs fog
-
Reply to:
@mturian #WWK do it now!
-
At Kerwin and Joy’s place
-
I watched a baby poop today
-
Repost from LaTtEX:
RT @pinoy2com: bakit daw pag pangit ang humahabol syo, stalker ang tawag mo. pero pag maganda/gwapo, secret admirer? :D
-
-
have a slight headache. I should probably just relax this weekend.
-
The PTQ didn’t go well for me. Ended up R/B again but my curve was not as sick as it was the last PTQ. Went 2-3-drop
-
Going PTQ’ing today! Wish me a good sealed pool!
-
Reply to:
@mtgsalivanth how often do the pauper queues fire?
-
I have an applet that is crashing Firefox on Linux.
Can anyone tell me how I can enable the java core dump log file for this applet and where the file would be generated?
-
I wonder if it’s a good time to play Standard on MtGO this weekend, all the Americans will be at States!
-
It seems that coffee cannot compensate for a lack of sleep. =/