Viewing profile — migstopheles
migstopheles
HN member- Joined
- Fri, Apr 12, 2013, 12:28 PM UTC
- HN karma
- 45
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About migstopheles
No profile information was provided.
Recent public activity
-
comment
Comment #22246159
The question here simply seems to be "is it OK to be a jerk?". I would say no.
-
comment
Comment #19003089
I'm not sure exactly what you mean by "not valid" but that example is absolutely valid typescript, and will compile perfectly fine.
-
comment
Comment #17448700
TravelNest | Edinburgh, UK | Software Development Engineer | ONSITE, Full-time | https://travelnest.com We are recruiting software engineers at all levels to help us on our mission…
-
comment
Comment #17047041
I would add Teuffel to that list, too: http://www.teuffel.com/
-
comment
Comment #14393506
This reminded me of Phil Roberts' excellent talk a couple of years ago at ScotlandJS: "Help, I'm stuck in an event loop". Well worth the 20 minute watch. https://vimeo.com/96425312…
-
comment
Comment #9930427
> Several 20-something kids interviewed me, and I'm pretty sure I've forgotten more than they know Not saying you didn't have a bad experience, but it's possible that this kind of …
-
comment
Comment #9304708
FanDuel - https://www.fanduel.com/careers Edinburgh, UK / NYC Hiring for Java, Python, Front-End, QA, Devops Engineers The leading daily fantasy sports site in the US. We're growin…
-
comment
Comment #8206666
Maybe I'm just showing my low IQ, but it takes me 20 or 30 seconds just to understand some of the problems. Maybe introduce difficulty levels? Currently, I can't ever solve a probl…
- story
-
comment
Comment #7899007
Quoting Michael Winner, a multimillionaire conservative, probably isn't your best line of argument :) But seriously, these are both personal opinions, and the first one even seems …
-
comment
Comment #7898601
I think you're confused about what this honour actually is. Receiving an OBE doesn't imbue any extra rights or powers, it's literally just an award for doing something that helps o…
- comment
-
comment
Comment #7898367
Reductio ad absurdum: everything is meaningless, so why do intelligent, educated people do anything? I find views like this pointlessly cynical. The man has been done something goo…
-
comment
Comment #7804418
https://history.google.com/history/settings , there's a link there to delete everything. EDIT As you already know.
-
comment
Comment #7743201
"Audi's UK head office falsely claimed that the entire Audi range was Euro NCAP safety tested". So not just the dealers?
-
comment
Comment #7411594
Their problem is finding the cash to build 2 crash cars - until they have the money to do that, they can't sell, and obviously it's far harder to get investment without the safety …
-
comment
Comment #7410600
Hah awesome, this car was put together in my father-in-law's garage. Great to see them getting some recognition finally.
-
comment
Comment #6814484
First thing that pops to mind is jQuery animations vs CSS transitions/keyframe animations, especially on low-powered mobile devices. I guess that's not explicitly jQuery vs JS, but…
-
comment
Comment #5819327
I would say that knowing how operators are affecting your code is something that a lot of JS devs probably don't fully grok. For example, why this works: ~function(){}(); or why th…