henderson101 | 10 years ago | on: The xkcd survey
henderson101's comments
henderson101 | 10 years ago | on: Individuals with social phobia have too much serotonin
Think of it as a form of meditation, without the sitting and relaxing part. It is hard to explain because there are many layers to the technique, but keeping different aspects of your life in isolation is another important factor.
Bad day at work? When you walk out of your office, throw it away. Argument with your partner? When you leave your house, don't dwell on it. Stop beating yourself up about things... materialism isn't jut about physical objects, it's also about your environment. If you feel self entitled, you feel like things conspire against you more frequently. Accept that you're no better than anyone else, learn to love the incomprehensible..
There's no magic fix. Accept that. Drugs can mask your symptoms, but they can't fix the underlying problem if your attitude towards life doesn't also change.
This is all pretty vague I know, but without trying to sound like psychobabble - take what you can from my suggestions and reject what you doesn't work. And never let anyone tell you you're cured or still ill... you're cured when you feel cured. You will relapse, but if you fall back to your mecanism to survive all should fall back in to place.
henderson101 | 10 years ago | on: Individuals with social phobia have too much serotonin
henderson101 | 10 years ago | on: Individuals with social phobia have too much serotonin
The human brain is wonderful.
So in short - I don't think I fully believe what they have found. I think the problem is that the extra Serotonin papers over the cracks well enough to work for most people. So, maybe my experience is just due to the fact it made me relax and that was the reason for my issues in the first place? Who know, I'm not a doctor. All I know is that more Serotonin felt better than less at the time.
henderson101 | 10 years ago | on: PolyConf 2015 – A multi-disciplinary conference for polyglot programmers
Timex's Basic really only added a few extra commands (on err, stick, delete, free, reset and sound IIRC.) Everything else was identical.
henderson101 | 11 years ago | on: How does D improve on C++17?
henderson101 | 11 years ago | on: How a Lousy Football Game Led to the Greatest Hockey Game
henderson101 | 11 years ago | on: How a Lousy Football Game Led to the Greatest Hockey Game
henderson101 | 11 years ago | on: Why I am called "the Father of Visual Basic" (1996)
VB.Net is a horrible language that lets developers get away with some really awful practices. The fact that the various Options are still present, and not on by default, is a recipe for disaster. That this is legal:
Sub Main dim x as boolean = false ''or true... dim y as integer = 0
select case y case x Console.Write("What does this even equate to???") end select End Sub
end case
or that this is legal:
Class SomeArgs
Inherits EventArgs
public Property Message as String
End Class
Class HorribleCode
Public Event Blah(ByVal sender As Object, ByVal e As Someargs)
Public Sub Doit()
RaiseEvent Blah(Me, new SomeArgs with { .Message = "Wow... YUCK!!!!"})
End Sub
End Class
Public WithEvents ThisSucks As HorribleCode
Public Sub ThisReallyWorks(ByVal sender As Object, ByVal e As Someargs) Handles ThisSucks.Blah
System.Console.WriteLine(e.Message)
End Sub
Sub Main()
Dim h As New HorribleCode
ThisSucks = h
ThisSucks.Doit()
End Sub
Yes, I dealt with code that had both of those "techniques" in it... ugh.The second example was mainly because the off shore coders didn't realise AddHandler/RemoveHandler existed... le sigh
henderson101 | 11 years ago | on: David Carr Dies at 58
henderson101 | 11 years ago | on: Building and Running .NET’s CoreCLR on OS X
Yes, iOS was a lot of work. Yes, if they want to make it a commercial venture, that is their right, but Miguel has gone on record stating that no one else can do this due to the way the Mono runtime is licensed. They refused to give a static linking exception, as some other libraries do, so basically your only option is their solution or your own written from scratch. This is why the CoreCLR is cool.
Also - did you notice Mac is in there too? If you build a self contained package using Mono (embed the runtime in the App Bundle) they want you to pay for that now. Even though this has about zero to do with static linking.... I had a 10 minute long argument with a Xamerin representative about how retarded this was, as people have been embedding the Mono Runtime in their Mac apps for quite a long time now. But no, apparently we now pay for that.
I was on the Monotouch Beta and it looked so good. It's a pity the initial pricing was so absurd and even all these years later, it is still impossible to build an app for iOS with the Mono framework without a fee on top of the Apple Developer license. This is why I stuck with Objective-C.
henderson101 | 11 years ago | on: Building and Running .NET’s CoreCLR on OS X
henderson101 | 11 years ago | on: Building and Running .NET’s CoreCLR on OS X
henderson101 | 11 years ago | on: Building and Running .NET’s CoreCLR on OS X
henderson101 | 11 years ago | on: Building and Running .NET’s CoreCLR on OS X
henderson101 | 11 years ago | on: Who's Using Ada? Real-World Projects Powered by the Ada Programming Language
I remember seeing PL/SQL circa Oracle 8i and it looking a lot like ADA.
henderson101 | 11 years ago | on: HIV evolving 'into milder form'
henderson101 | 11 years ago | on: If 16-bit Windows had a single input queue, how did you debug applications?
henderson101 | 11 years ago | on: A look at the Apple ‘Skankphone’, built before the original iPhone release
henderson101 | 11 years ago | on: English Proficiency Index