Firehose
2011-07-16
„Create HTML website. Document workflow.“ (fake quote) - Sorry, $someColleges, but course assignments like that are nothing but ridiculous.
2011-07-14
I was wondering for ages why a friend couldn't figure out the simplest config file format. Turned out that some editors still don't do \n.
2010-12-01
Algorithmic Advent: 01 – Weighted picks (<a href="http://ur1.ca/2h8pe" title="http://www.ermshaus.org/2010/12/algorithmic-advent-01-weighted-picks" rel="nofollow external">http://ur1.ca/2h8pe</a>) ← The first episode of my small advent calendar #<span class="tag"><a href="http://identi.ca/tag/php" rel="tag">php</a></span> #<span class="tag"><a href="http://identi.ca/tag/advent" rel="tag">advent</a></span>
2010-10-14
"In the end, the Smashing Pumpkins had to die in the 90's, just as a part of all of us died there." -- Insightful YouTube comment
2010-09-14
My word of the day: "one woman ambush"
2010-07-17
I more and more think that websites on which dumb political or moral views are expressed are just some form of satire or elaborate trolling.
2010-05-22
Music industry, I want your stuff. But I don't want the plastic and pollution of physical copies. Please make digital d/ls less ridiculous.
2010-05-13
"modified Godwin’s Law award for […] mention[ing] the Semantic Web" <a href="http://ur1.ca/00nbr" title="http://diveintomark.org/archives/2003/03/19/the_road_to_xhtml_20#comment-842" rel="external">http://ur1.ca/00nbr</a> Love it.
2010-05-07
Future #<span class="tag"><a href="http://identi.ca/tag/css" rel="tag">CSS</a></span> units: "The rem (for 'root em') is the font size of the root element of the document." This will make typography so much easier.
2010-04-29
Is there a way to export all my messages from #<span class="tag"><a href="http://identi.ca/tag/identica" rel="tag">identica</a></span>? Something like an ?all switch for the Atom feed for example?
2010-04-10
"If she asks, say that Turing won. Turing will always win." #<span class="tag"><a href="http://identi.ca/tag/asofterworld" rel="tag">asofterworld</a></span>
2010-04-07
Cleaned up and modernized code, tried to fix IE display bugs
js/MenuBuilder.js
(6 lines added, 4 lines removed)
lib/org/ermshaus/menubuilder/Factory.php
(12 lines added, 14 lines removed)
lib/org/ermshaus/menubuilder/MainController.php
(301 lines added, 337 lines removed)
lib/org/ermshaus/menubuilder/MenuEntry.php
(82 lines added, 84 lines removed)
res/collapse.png
(0 lines added, 0 lines removed)
res/expand.png
(0 lines added, 0 lines removed)
res/styles.css
(98 lines added, 76 lines removed)
2010-04-06
I'm surprised again at how bad parts of #<span class="tag"><a href="http://identi.ca/tag/facebook" rel="tag">facebook</a></span> are. Profile config is scattered everywhere and "Notes" pulls in just one RSS feed. Srsly.
2010-04-03
#<span class="tag"><a href="http://identi.ca/tag/netbeans" rel="tag">netbeans</a></span> #<span class="tag"><a href="http://identi.ca/tag/latex" rel="tag">latex</a></span> #<span class="tag"><a href="http://identi.ca/tag/ant" rel="tag">ant</a></span> I just figured out how to set up a working (kinda) LaTeX editing/build system with NetBeans. dmal for more info.
2010-03-19
Initial commit
index.php
(58 lines added, 0 lines removed)
js/MenuBuilder.js
(139 lines added, 0 lines removed)
js/Storage.js
(80 lines added, 0 lines removed)
js/StringUtils.js
(18 lines added, 0 lines removed)
lib/org/ermshaus/menubuilder/Factory.php
(20 lines added, 0 lines removed)
lib/org/ermshaus/menubuilder/MainController.php
(432 lines added, 0 lines removed)
lib/org/ermshaus/menubuilder/MenuEntry.php
(104 lines added, 0 lines removed)
menudata.txt
(15 lines added, 0 lines removed)
res/collapse.png
(0 lines added, 0 lines removed)
res/expand.png
(0 lines added, 0 lines removed)
res/styles.css
(93 lines added, 0 lines removed)
2010-03-11
Added php/LeagueSort
php/LeagueSort/League.php
(116 lines added, 0 lines removed)
php/LeagueSort/Match.php
(43 lines added, 0 lines removed)
php/LeagueSort/Team.php
(26 lines added, 0 lines removed)
php/LeagueSort/index.php
(64 lines added, 0 lines removed)
2010-02-06
Okay, Internet, I've had it with you. Stop using blogging services and start hosting your writing on web space owned and controlled by you.
2010-01-30
Boy, the Google results for my name totally suck. There's close to nothing that's younger than three and a half years on there. Way to go.
2010-01-25
Having dropped a "lots of namespaces to avoid cascading effects" approach to CSS, I'm in need for a new paradigm. Maybe Object Oriented CSS.
2010-01-15
#<span class="tag"><a href="http://identi.ca/tag/kile" rel="tag">Kile</a></span> tip: Search and replace \xAD in regex mode to get rid of soft hyphens that might occur when pasting text from a word processor.
2009-12-17
@<span class="vcard"><a href="http://identi.ca/user/20326" class="url" title="Rich Johnson (nixternal)"><span class="fn nickname">nixternal</span></a></span> Yeah, I figured that one out. :) But which article did you try to comment on this time? Perhaps you are to critical. :)
2009-12-16
@<span class="vcard"><a href="http://identi.ca/user/20326" class="url" title="Rich Johnson (nixternal)"><span class="fn nickname">nixternal</span></a></span> What did you want to say?
2009-11-18
It's a problem w/ #<span class="tag"><a href="http://identi.ca/tag/zotero" rel="tag">zotero</a></span> and UTF-8 NFD chars. No idea. Quick workaround via post-processing: <a href="http://pastebin.com/f7e4530c3" rel="external">http://pastebin.com/f7e4530c3</a> (save as UTF-8)