back
user profile
iamflimflam1
5,752karma·1,549submissions·February 26, 2009
about
I've got a YouTube channel - It's surprisingly successful and people find it interesting.
https://www.youtube.com/atomic14
You can email me: chris -at- cmgresearch.com
Also, subscribe to our newsletter - https://makernews.substack.com/
---
meet.hn/city/gb-City-of-Edinburgh
Socials: - github.com/atomic14
---
recent activity (1,549 total)
comment
The Conservatives can't stand seeing a publicly funded body being successful and useful.
comment
I suspect that these changes are dues to the switch from bitmap tiles to vectors.
comment
This should do what you want. Don't know if it needs to be updated for v6.0 https://www.npmjs.com/package/babel-preset-es2015-auto …
comment
Get driven to the airport in the limo, express check in and security checks for first class passengers, quick coffee/breakfast in the first class lounge and board at your leisure, arrive at work …
comment
Yes according to the FAQ: "The WiFi fingerprints are also the same across all devices so that learning using one device is guaranteed to work across all devices." https://github.c…
comment
Jersey has the population of a small town, Luxembourg that of a small city.
comment
You should take a look at Bison - http://www.gnu.org/software/bison/ - it takes a while to understand how to use it, but is well worth the effort.…
comment
Similar story about pcalc http://www.pcalc.com/english/twenty.html
comment
I don't think I'd ever ask these algorithm questions in an interview. Much better to sit down with a candidate and do some pair programmer. Add some unit tests to some code, add some small n…
comment
Basically don't have long lived branches. Everyone should know that by now, doesn't matter what development model or process you are using, if you've gone off on a branch for too long y…
comment
It's still best practice for most normal websites that are mostly static content with a bit of jquery and Ajax sprinkled on top. But for sites that are more like applications people are thinking …
comment
There's some limitations with both lambda and the API gateway that you need the be aware of - API gateway has a fixed timeout of 10 seconds that you can't currently extend. Should be fine fo…
comment
Agreed - other stuff I'm doing has moved completely to tools like webpack with react and having a server that is just providing the API. I've not yet worked out how ASP.Net and visual studio…
comment
I recently started looking at ASP.Net again after a gap of almost 10 years doing non Microsoft stuff. It's been a surprisingly pleasant experience. I would put it easily on a par with Ruby On Rai…
comment
> Independent cafes who are interested in providing prepared meals to their customer base would also be good candidates (though they may need the idea planted in their minds first). Why not go arou…
comment
This is the patent in question: http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=H... …
comment
I think some of this comes down to the fact that after a long time working you see what look like the same problems appearing and being solved, and then they appear again and a new solution comes alon…