beta BLOG dot NET

/* bugs, features, drafts, and solutions. */

// beta BLOG dot NET

Sebastian blogged on 2010-08-13T00:34:49+00:00

Perl module of the day (1)


Control where you go when you die() ...  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

2 comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2010-07-06T17:54:36+00:00

xn--bullshit is a valid IDN application


Indeed, it is! Accidentally, while testing some random stuff against my IDN validatior function, I found out that the word bullshit is the result of the Punycode Algorithm applied to the Unicode sequence U+37F0 U+37E6 U+37F3 U+37EE U+37EC U+37E0.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

1 comment

, 

no trackbacks

→ view entry

Sebastian blogged on 2010-03-31T21:11:19+00:00

Is LINQ functional?


With it's 3.5 extensions, the .NET framework started to turn into a really cool looking programming concept, last but not least due to the syntactic sugar of LINQ. A reason for that is surely it's functional look. Well, as LINQ is integrated into an imperative context, it won't be ever able to guarantee state-free evaluation as a genuine functional language does. Nevertheless it's worth to discuss and play around with a few aspects of it in terms of a multiple programming paradigm concept.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

admin1 blogged on 2010-02-21T15:59:17+00:00

beta blog goes technorati


... now I take pride in the words: beta-blog.net has been finally accepted officially as one one of 112 million weblogs the blogosphere takes note of:  → read more …

# 

$categories

 = [  ];
# 

1 comment

, 

2 trackbacks

→ view entry

admin1 blogged on 2010-02-14T00:07:42+00:00

getting rid of MT's permalink file extensions


While designing scalable and portable web projects, it's always a good idea to design hyperlinks independently of the physical file path from where the respective request should be served then.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2010-01-09T16:35:09+00:00

¡La Gomera!


uno de esos lugares en donde se entiende: este planeta es el muy más hermoso del universo.  → read more …

# 

$categories

 = [  ];
# 

no comments

, 

3 trackbacks

→ view entry

Sebastian blogged on 2009-12-06T16:13:41+00:00

AutoSmileys:-) Plugin for Movable Type


Freely configurable automatic raplacement of textual emoticons by image tags. AutoSmileys is an easy to use and highly customizable macro environment for Movable Type. It will replace self-defined text abbreviations by image tags when your site is published or dynamically rendered, respectively. It may be applied either within entries, comments, pages, or any other part of your site.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

3 comments

, 

3 trackbacks

→ view entry

Sebastian blogged on 2009-11-28T23:33:32+00:00

a wordlist folding algorithm


Assumed you wish to match a large wordlist against a huge chunk of text. As a small test case, let for, far, bar, foo, boofaz, boofar, boof, faz, foobaz, foobars, boofar be your wordlist. Now, you may apply the according regualar expression: But which way a regex engine would implement the assignment?  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2009-11-17T20:23:58+00:00

understanding unicode surrogates / or: how to deal with Linear B strings in .NET


Remember a String object in .NET is a collection of Char objects, where a Char object in turn s announced as a unicode character, encoded by a 16bit unsigned integer. Thus, more precisely speaking, a single Char object is able to encode any codepoint within the basic multilingual lane (BMP), i.e. between U+0000 and U+FFFF. So, where goes the rest of the story? Unicode, as an universal character set, is designed to support much more than 65536 characters of ourse.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2009-11-12T23:44:36+00:00

Fun with European domain names


Starting 10 December 2009, companies and private persons based in the European Union will be able to register.eu Internationalised Domain Names  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

1 comment

, 

no trackbacks

→ view entry

here goes the message.