Downdetector is showing people having trouble. Looks like it's intermittent right now.
HN user
rob_mccann
Schibsted Products & Technology - London, Oslo, Stockholm, Barcelona
Come and join us at the greatest tech company you've never heard of.
- Javascript/Front-end/NodeJS Engineers
- Java/Scala Engineers
- Devops/Systems/Infrastructure
- UX/UI
- Data Scientists
Schibsted has been around for over 175 years and has a long history of pushing boundaries and trying new things. We're undergoing a massive change to unify common components under SPT. From infrastructure to data science and ads, we're building a massive team over the coming years to work on some exciting products. We've already got some top notch people from Google, Yahoo and Twitter with us too.
Our sites get over 200M monthly active users across 29 countries; sites that include Finn.no in Norway and Leboncoin in France - which also happens to be the third biggest site in the country!
If you're great at what you do, I'd love to have a chat so drop me an email: rob.mccann@schibsted.com
I'm having some trouble logging in. First time I got redirected back from Github (to http://www.workshape.io/api/0/session/connect/github/callbac...), I got {}, second time I tried, I got { name: "RqlDriverError", msg: "Object field 'id' may not be undefined", message: "Object field 'id' may not be undefined" }
I tried signing up but it seems like it only accepts US phone numbers :(
Doesnt seem to work on chrome for Android.
As soon as I type a letter, the text area seems to lose focus and the on screen keyboard disappears. Nothing appears in the search box.
I had a very similar (albeit less-complete) hack a while back: https://github.com/rob-mccann/Pi-Voice
I noticed this a while back - I'm fairly sure they are scanning your mobile phone contact list via their mobile app.
I promptly uninstalled it.
Measured reading, maths & problem solving.
What about, creativity, critical thinking and arts? Harder to quantify, but just as important.
Reminds me of building views in Java...
Why does it do away with using <button> for buttons?
What if someone has a list of tracks that's the same as a Ministry compilation CD, then adds one track - does that make it a different playlist?
I would add this track (silence) to the end of my playlist https://play.spotify.com/track/3gCqAxfnSNxflYodkSOiFd
You're confusing semantic markup for using <divs> for layout.
In < IE8 there's loads of <div class="clearfix"> around because display:inline-block wasn't supported.
Creating complex animations and graphics is what he's talking about when he says 'painting with tags'. Things that canvas and SVG were designed to do.
It's not hard to make good quality, semantic html.
It makes code more readable for the next developer, better for SEO etc.
You can use :before and :after to implicitly create elements.
Sometimes needs-must and we have to throw in divs and poor-quality markup (mostly thanks to old IE), but there's no reason for it to be the default standpoint if it takes the same amount of time.
He wasn't arguing against <div> elements. He was arguing against using wrong elements.
<div> is fine for layouts. It's not fine for labels.
I'm no lawyer, but from my understanding of UK regulartions at least, it depends whether your domain is likely to cause misunderstanding or confusion between the trademark and your site.
If the trademark was for a cookery product and your blog is about cooking it might fall foul but if they're unrelated you might be OK.
You should be able to search for the actual trademark online. If you're worried, seek legal advice.
We have a service in the UK called TPS which is voluntary to adhere to. Companies use it as a telephone directory here too.
:checked isn't supported in oldie
Worst != Worse
Here's an API for police data http://data.police.uk/docs/
TLDR: This is nothing like Prism. Prism (illegally) accesses private data, NDEU legally accesses data made public.
python's nltk, I've not yet looked into it but do plan to.
This has now been added
Feel free to fork and improve, I'd be interested to see how it would work with your APIs.
That's the idea behind getting it to run on the Raspberry Pi. Having it choose the mic closest to the person that says 'computer' would be cool.
It originally used festival but it was a pain to install on the Pi (which I want this to run on) and the voices I tried weren't as easy to understand. I'd love for it to be an option, though.
Agreed, it'd be cool to develop some kind of verbal querying for the semantic web rather than relying on a proprietary knowledge base - but that's a whole other project for another day.
That's the idea, this is literally just the first concept there's a whole bunch of cool things to be done. I'd love to make it possible for others to build their own extensions too.
Sounds like a good idea to me, I wonder if Windows has a similar API too?
Is it on github?