| bio | website | elandeholm.blogspot.com |
|---|---|---|
| location | Gothenburg, Sweden | |
| age | ||
| visits | member for | 3 years, 5 months |
| seen | Mar 23 at 11:34 | |
| stats | profile views | 125 |
Hello! I'm a computer programmer. I'm currently working as a freelance programmer. My areas of relative expertise and interests include:
- Strong background in abstract datatypes and discrete mathematics.
- Rehabilitated C programmer. I know my way around POSIX and I can even be persuaded into programming C++
- I have been involved in designing and programming a web search service essentially from the bottom up. That means everything from indexer, web spider and front end web server module, most of it written i C/POSIX, some of it multi threaded
- Audio DSP geek with knowledge in synthesis and analysis methods, frequency domain processing, wave shaping, combating aliasing and FIR/IIR design/implementation. Strong mathematical background in linear systems, numerical methods, calculus and more than passing knowledge in functional analysis
- The fruitful intersection of functional and object oriented programming
- PHP 5+ programming
- MySQL knowledge
- Perl programming experience
- Javascript apprentice
- Python 2.7 and numpy programmer, haven't quite taken the Py3k leap yet
- Django apprentice
- Advanced Linux user since 1998 (Debian, Gentoo, Fedora, Ubuntu)
- Knowledge in (Common, e-) lisp and Scheme user
- Intermediate Bash programmer experience
- CSS, DOM, jQuery knowledge
- C-64 coder (BASIC V2.0 and 6502 machine code)
- Amiga/MC68K coder
- HP-48 / RPN
Random achievements:
- web frame work in PHP 5.3 design and implementation together with a colleague
- indexer and web spider written i multithreaded POSIX C
- have written an unreleased script-fu GIMP plugin
- have coded a break out clone in C and assembly for the Amiga
- several man-months of machine coding demo-stuff on the c64
|
May 15 |
awarded | Necromancer |
|
Jan 2 |
awarded | Yearling |
|
Aug 22 |
comment |
A perverse python implementation of the singleton protocol using __new__ That's one way to rectify the insanity, sure. But it breaks ther protocol since (2.7) clients have to do the metaclass dance... |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ Yeah, that bare except is kinda promiscuous... Easily fixed tho. Excessive cleverness, lol! Too true -- Still, Pedro, will you give a better implementation? |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ millimoose: On nth thought I guess your solution is more pythonic. Upvoting. |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ Thanks for your feedback! I hope you don't think I'm overly defensive about my code! I wouldn't want to be. The protocol is Class(Singleton): ... & Class() returning instance. You may claim this is insane on its' own! Otherwise please explain how my implementation is insane. |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ sr2222: fine, do it without metaclass |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ Because none refer to the actual code. |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ sr2222: I challenge you to implement this protocol without new |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ well if you think singleton is a bad pattern then I guess any implementation loses |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ If you want to claim insanity, you have to argue for insanity, m'kay? |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ The protocol is this: myclass(Singleton): ... and myclass() returns the singleton. m'kay? |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ Guys, come on, comment the actual code, ok? |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ Singleton.__new__() doesn't work. I tried that |
|
Aug 21 |
comment |
A perverse python implementation of the singleton protocol using __new__ Yeah, but my perverse code is more generic |
|
Aug 21 |
asked | A perverse python implementation of the singleton protocol using __new__ |
|
Aug 6 |
awarded | Nice Question |
|
Jul 27 |
answered | Multithreading, gtk3 and cairo: drawing in a cairo surface |
|
Jul 27 |
revised |
Multithreading, gtk3 and cairo: drawing in a cairo surface redundant malloc() removed, code still produces the same error |
|
Jul 26 |
comment |
Multithreading, gtk3 and cairo: drawing in a cairo surface Hmm, looks like stackoverflow isn't indenting properly... Just pretend the line "thread =" and everything between and including the line "return" is dedented two spaces. |