Viewing profile — cptnbob
cptnbob
HN member- Joined
- Mon, Aug 31, 2015, 3:14 PM UTC
- HN karma
- 70
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About cptnbob
No profile information was provided.
Recent public activity
-
comment
Comment #10177890
Ironically this happened to me due to a card expiry fuck up.
-
comment
Comment #10177685
Too much vendor lock in. Will keep my VMs thanks.
-
comment
Comment #10177166
These are possibly great but much like my foray into DVORAK layout, there's something to be said for consistency of layout. You just sit down and use it if it's the same as everyon…
-
comment
Comment #10175903
Yes. I think you've just been through a couple of cycles now like myself. Cynicism comes from watching the last disaster unfold :)
-
comment
Comment #10174911
That's just embedded systems that have always been there though isn't it? Someone just stuck a marketing label on it.
-
comment
Comment #10174282
Does it call 999/911 when it pours boiling water in your lap :)
-
comment
Comment #10174281
100% this. I haven't found a genuine IoT device that is useful. They always remind me of this scene from The Fifth Element: https://youtu.be/SnzzWGcdMqY Literally ever device has d…
-
comment
Comment #10167915
HTML! And you get to do it once for both...
-
comment
Comment #10167422
It was probably limited by the SATA interface speed back then.
-
comment
Comment #10166955
What's even worse is that I recently jumped into asp.net 5 and tripped over three build systems and a pile of cack just trying to get it off the ground. Now msbuild as well!?! Also…
-
comment
Comment #10166345
Now I can hate every moment of its existence on more than one platform! Having dealt with it for years, it's unadulterated pain and bad performance and nothing else.
-
comment
Comment #10160100
They paid for our modem setup so meh ;-)
-
comment
Comment #10157883
One of our clients still has a DOS box connected to a 14.4k modem that we have to drag EDI interchanges off. You wouldn't believe how much it cost to get a modem and POTS line inst…
-
comment
Comment #10149533
He could also separate code and configuration as per the docs but I suspect the hubris excludes bothering to read them...: http://docs.aws.amazon.com/AWSSdkDocsNET/latest/V3/Develo…
-
comment
Comment #10149512
1. He stored credentials in source control rather than using configuration profiles as specified in the AWS SDK documentation. 2. He pushed code to a new repository without verifyi…
-
comment
Comment #10149456
AWS SDK for .Net supports named profiles for VS so your source check in only contains a profile name. If you hard coded your IAM or account keys or stuck them in the app.config you…