Posts tagged with "insight"
Tuesday, 11. September 2007, 20:43:42
insight
Sometimes you will hear the argument that "rules are there to be followed". I disagree completely.
My living is actually finding flaws in rules and how to fix them, I am a software tester. Software can easily be described as just a set of rules to be followed 100% by a machine. My best argument is that rules are buggy. Humans can never write rules so perfect that someone else can never find a flaw in them. This is why you should consider whether rules are fair and just instead of following blindly what some authority figure said.
Thursday, 15. March 2007, 19:09:19
insight, avoid, subdomains, slashdot
...
I would argue that usage of subdomains for sections within a site should be avoided. Take for instance Slashdot (Oh how I can hear the crowd screaming for blood right about now: "HERESY! HE'S BASHING SLASHDOT, BURN THE INFIDEL!"). Their sections include such as science.slashdot.org, linux.slashdot.org etc., all with their own subdomain.
Now, if I were to log in while visiting an article within the science section - the wand cannot possibly let me use the same login for the other sections. The reason is that browsers cannot, unless specifically coded in with special cases, know wether a subdomain is part of the same site or not. Ok, so we humans know that politics.slashdot.org and science.slashdot.org is probably part of the same site, but how can a computer determine that? How would you determine wether aaa.yyy.zzz can share login data with bbb.yyy.zzz? What if those two domains in reality was "bankofengland.co.uk" and "evilhacker.co.uk"? Special cases would remedy the issue somewhat, but it's an ugly hack.
Thursday, 1. June 2006, 01:53:04
riaa, mpaa, ThePirateBay, police
...
So the sweden-based ThePirateBay.org have been raided by no less than 50 police officers. Note that the police is not yet sure if they have commited a crime - I guess they just felt like showing a bit of muscle on this one. Seriously, why do they need 50 people to bring in three nerds? It's like something taken out of the Matrix
This is only the day after that Inger Marie Sunde, the prosecutor in the case against Jon Lech Johansen, a.k.a. DVD-Jon, uttered that the record industry should be given the power to investigate and demand information about file sharers. That's something today only the police can do, and only with a warrant.
Just imagine if those 50 individuals were not the police, but a private army hired by the RIA and MPA with law in hand to raid and confiscate private property with no warrant.
Stay vigilant.

Friday, 17. February 2006, 09:33:46
insight, rant
I think the point and click interface is a bit too basic. It feels like being a caveman, pointing at the screen and go "ugh, agh. Me want THAT one!". Now, in the "olden days", everything were done via the command interface. It was clunky and hard to use, but I'm starting to think that it was mostly because if you didn't know which commands to use, it took a while to learn what to type.
What if we could have some sort of natural language command prompt in addition? I want to have a box where I can type in "disable CD autorun" or "set screen resolution to 1280x1024".
Combine this with text-to-speech and voìla! The next-gen interface. Sounds sooo easy, doesn't it?


Saturday, 4. February 2006, 08:43:09
insight, internet, virus, hype
...
I noticed the media are reporting low casualties during the last virus attack. I wasn't aware there even was one. I'll probably get my upcomings one day, but I haven't had a virus infection since around '95. I believe it was infected with Parity Boot B via a 3 1/2" floppy.
You know, I haven't ridden a single computer of a virus without also having to do a major windows update. That and a decent firewall blocking inbound connections will prevent automated user-passive attacks. Email viruses are not to be ignored, but are currently hyped IMO.

Friday, 3. February 2006, 19:53:06
rant, insight
It seems impossible to criticize anything about todays society without someone else telling them "stop whining, things are good".
Yes, things are mostly fine. "Things", however, could be even better and without people criticizing status quo "things" will get worse pretty rapidly. Free speech and our very freedom will probably always be on the line. However, improvements in technology makes it even more feasible than ever to create a society of surveilance. If we are not careful, the 21st century will be remembered as the time when our civilization traded our freedom for security, and lost both.


Wednesday, 1. February 2006, 16:37:06
insight, Internet Explorer, FireFox
I don't get why FireFox and Internet Explorer 7 place the address bar and navigation buttons above the tabs. Logically, the address bar and navigation buttons belong to the page one is at. Placing controls outside this boundary breaks the logic and makes it harder for new users to intuitively "just get it".
It's not a major point, but the design is in the details.
Monday, 23. January 2006, 14:27:01
insight
I keep coming back to old code written by myself and can't help but think how bad and naìve my code was. It's just two years since I became aware of SQL injection attacks and today I almost flip out if I see anyone doing it. Imagine my reaction when I reviewed some code for my almost three years old webpage, hybelmat.com. "Luckily" that site has magic quotes enabled so it's not in immediate danger, but I keep a backup around at all times... :-P
It's a bit sad to have created something that you feel so proud of, and then a couple of years later you look back and go "Hot DAMN what was I thinking?!?".
My most recent revelations are PHPUnit (which is a port of JUnit) and how to write better and more maintainable code as an effect. Combined with an SVN server which keeps track of all my code changes, my life as a programmer has become much more comfortable. I'm curious to see the next thing I will discover that I two weeks later can't imagine being without. Live and learn...