Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
migstopheles
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
migstopheles
7y ago
The question here simply seems to be "is it OK to be a jerk?". I would say no.
2.
▲
by
migstopheles
8y ago
I'm not sure exactly what you mean by "not valid" but that example is absolutely valid typescript, and will compile perfectly fine.
3.
▲
by
migstopheles
8y ago
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 of transforming the vacation rentals B2B market
4.
▲
by
migstopheles
8y ago
I would add Teuffel to that list, too: http://www.teuffel.com/
5.
▲
by
migstopheles
9y ago
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
6.
▲
by
migstopheles
11y ago
> 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 attitude didn't help your cause
7.
▲
by
migstopheles
11y ago
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 growing rapidly, it's a fantastic
8.
▲
by
migstopheles
12y ago
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 problem if it takes me more than 1 minute - I'd li
9.
▲
ServoBender – Arduino-powered pedal steel
(hackaday.com)
4 points
by
migstopheles
12y ago
|
0 comments
10.
▲
by
migstopheles
12y ago
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 to be working against your original assertion that the
11.
▲
by
migstopheles
12y ago
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 others. That's specifically what it was c
12.
▲
by
migstopheles
12y ago
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 good for society, why on earth shouldn't he accept the ack
13.
▲
by
migstopheles
12y ago
https://history.google.com/history/settings , there's a link there to delete everything. EDIT As you already know.
14.
▲
by
migstopheles
12y ago
"Audi's UK head office falsely claimed that the entire Audi range was Euro NCAP safety tested". So not just the dealers?
15.
▲
by
migstopheles
13y ago
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 certifications. I've seen they've put a
16.
▲
by
migstopheles
13y ago
Hah awesome, this car was put together in my father-in-law's garage. Great to see them getting some recognition finally.
17.
▲
by
migstopheles
13y ago
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 it's still an example of how it can be done
18.
▲
by
migstopheles
13y ago
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 this... x = (y = 1, 3) ... sets x equal to 3 and y equal to 1.