September 2013
197 tweets
Any suggestions to teach (very) basic astronomy to a four year old? Cc @anaisrassat
I was thinking more about a book, esp since she likes looking at them alone too. Or an app/site, she likes computers too :-)
I wonder that every time I slice some onions. Haven't worked myself up to try it so far.
Légèreté rêve, poésie - si je ne te connaissais pas, je craindrais de m'endormir :-) @anaisrassat
Both of us would have to learn to sing first... @anaisrassat
"What else?" She can already spot that, as a saucepan of course. @JibberJim @anaisrassat
Well, saw that one coming from miles away.
Perhaps indeed, but you never know, Microsoft knows a thing or two about turning around.
How much have you looked at dynamic code loading (assuming it’s possible)? E.g. some functions are likely pretty rarely used.
Part of the problem is also that people don’t pre-compile their templates, though they often can. @jaffathecake @tomdale
Great piece on writing good docs: Teach, Don’t Tell stevelosh.com/blog/2013/09/t… (Loved the part about wikis and autodocs.)
♥ 3↺ 4
Please don’t *ever* implement your own scrolling behaviour. Spreadsheets are bad enough, custom scrolling makes Google Spreadsheets useless.
♥ 1↺ 1
Not when other people insist on using these things :)
Thanks! That’s more for Thelma, but it does indeed look beautiful. @JibberJim @julien_igel
Indeed ;) Some abstracts don’t fit vertically, and I can only scroll them by editing them! @karlpro
I’m curious to see your XML Amsterdam abstract! cc @grtjn
You may simply have a larger screen :) I also think it emulates scrolling differently for each platform (here, Mac). @karlpro
No way! In for a penny, in for a pound! It’ll teach you to make drive-by comments :) @grtjn
Yeah, pretty pop-up books with little text won’t keep a 4yo very long :)
E.g. she can watch Attenborough’s Planet Earth forever, then rave for hours about submarine volcanoes and schools of dolphins.
However, there’s probably a sweet spot between pop-up books and binary code/classical mechanics equations tees :)
you mentioned a prototype?
2 Daniel, 2. @jwajsberg @notabene
Ouais enfin je crois que je vais quand même appeler mes potes de chez Samsung pour les prévenir, hein. @jwajsberg @notabene
SVG’s <switch> element is supported across the board, but useless. Could it be made useful, e.g. for responsive content?
Pretty much what I had in mind, yes.
Have you ever used it?
yeah, but have you seen what you can switch on? And where's 2/2?
strange, that "..." tweet does not show up in my notifications...
you can only switch on useless conditions, except for language. Adding media queries would be sweet.
Et de Matthieu Conquet aussi! @xporte @mvoinchet
That’s the thing where including jQuery was breaking ReSpec, right? I should find a general fix. @surkovalexander @jkiss
I didn't have time to investigate, but it was causing processing to blow up midway. @stevefaulkner @surkovalexander
There have been proposals to do that, but limited support. Happy to chat more over email.
Not sure, I tried various quick fixes but to no avail. It’s tracked in github.com/darobin/respec…. @stevefaulkner @surkovalexander
@JoshHalliday Small nit: it’s Wendy Seltzer, not «Saltzer», in theguardian.com/technology/201…. Thanks!
♥ 1
Tu vas à @ParisWeb? Fais-nous une proposition de Lightning! Avec @glazou on répond aussi à vos doutes et questions! paris-web.fr/actualites/201…
↺ 1
@ParisWeb Quel(le) plaisantin(e) a rajouté des espaces pleines insécables devant des ponctuations hautes dans paris-web.fr/actualites/201… hein?
Le 02 octobre je serai à Lyon pour causer standards du @w3c à la @blendconference. Le programme est alléchant: blendconference.com
↺ 3
@danbri You leaving the HTML WG sweetie?
Well, we’ve been wondering about you and Microdata; did you get my email from a week or two back?
Talk whenever you want buddy :) @chaals
I have *so* found the new Gangnam Style youtube.com/watch?v=jofNR_… #WTFFriday
♥ 1↺ 1
But man... what does the fox say?
If you work in standards or open source, read this: Academic assholes and the circle of niceness thesiswhisperer.com/2013/02/13/aca…
♥ 2↺ 1
Pourquoi nos brevets ne créent-ils pas d'emplois? lemonde.fr/idees/article/…
♥ 1↺ 1
Indeed — which is why I wanted to point it out to others :)
I was planning to, but unfortunately it turns out I won’t be able to make it :(
yeah, it sucks :-( Thanks, I've already emailed the registration folks.
I've worked on stuff like that, it's actually pretty useful in order to make roads safer.
it's a real thing @brucel w
Responsive Images meetup starting now at Mozilla’s terribly derelict Paris office. #respimg
♥ 1↺ 1
Quick a11y question: if I have an arbitrary element and I wish it to have an equivalent of img's alt, is using aria-label appropriate?
↺ 1
I’d like implementations that don’t know the element to use the attribute. I don’t think @title gives us that.
My last-minute suggestion for responsive images, «Recycling Spare Parts: SVG's <switch> element» berjon.com/presentations/… #respimg
♥ 2↺ 3
My use case is this berjon.com/presentations/…
I love the example :) I guess I’ll use that for now, thanks!
Thank you, that is very much appreciated :)
Thanks, that’s helpful. It may need different roles since the content can vary.
Yes, but the use case is switching between elements as in berjon.com/presentations/…. So it’s a matter of picking the right role
That’s *already* in SVG :) And I’m pretty sure that SVG has been TC for about a decade by now!
I reckon that depends on the content — for video text replacement might not always work so well. @MarcoInEnglish
<switch> picks one child for rendering depending on tests. I’m thinking of using it for responsive design.
So basically, you get different content based on a media query, reusing a piece of SVG in HTML.
Not for everything, but I at least want the label to be available for cases where it makes sense. @MarcoInEnglish
Maybe that means it really is a job for title. @MarcoInEnglish
SVG supports a bunch of stuff; the idea here is to make it more useful.
Actually, you probably want to talk with @shepazu precisely about that. He’s working on SVG A11Y at the moment.
I’m well aware, hence my initial hesitation. Folks on #htmlwg IRC are also helping out. @MarcoInEnglish
I’m afraid I don’t know of such a resource, the closest might be w3.org/Graphics/SVG/T…
Demo shim to use the SVG switch element for responsive images: berjon.com/presentations/… #respimg
yeah it's a five minute hack before lunch, I need to refine it!
c'est con pour une fois que je passe! @nitot
Yeah that makes sense, thanks!
On est dans la salle des fêtes; je passe te dire coucou vite fait si tu me dis où c’est :) @rik24d
After much swearing and ugly hacks, the responsive switch demo/shim now works in Chrome and WebKit berjon.com/presentations/… cc @remitbri
I was lazy… Do you have better images?
I guess I can just add a gradient or something...
Dude, that sounds like work :)
I made it clearer using my l33t design skillZ.
If in doubt, just replace every element in the DOM with a clone of itself. #RepaintDammit #respimg
It positively always works in French youtube.com/watch?v=GSeaDQ…
In what?
Oh! Sorry… Just resize your viewport :)
Likewise, it was great to meet you! BTW this is what I was talking about: github.com/w3c/web-platfo…
ExoBrowser — My Quest for a New Browser spolu.github.io/exo_browser/20…
↺ 5
I know :) It’s not a fatality implementation-wise, but as a temporary solution it makes it suck.
Yeah, it looks like a potentially good way of trying out new ideas that can’t easily be polyfilled.
Yes, I’m using the term in a loose way (as always, I don’t really care about the differences :).
I’m thinking anything that requires UI (e.g. Wishes) or device/OS access.
Yeah, I thought of that too :)
Pour lutter contre le communautarisme, je propose d’interdire les signes d’appartenance politique en public. Chemise Vichy, t-shirt du Che…
↺ 1
How come you're all replying to a tweet I wrote a year ago? Going through my Complete Works?
I know where it was lifted from, but the observation still holds! You should get that cough checked out.
Whoever succeeds in crossing cats and dinosaurs will take over the Internets. But it's proving non trivial. @wilto @helloanselm
But I'm too young to get the Greatest Hits treatment. I'VE STILL GOT A SONG IN ME. @alexduloz @helloanselm @tobie
If they're not fossils, where are their feathers, huh? @glazou
The Feynman Lectures not just freely online but using HTML/SVG feynmanlectures.caltech.edu It's about time we killed LaTeX. Via @mixedberry.
♥ 3↺ 3
Similar to @TWIT4SHKPNK on Spotify. Ouch.
Do you reckon that would be a worthwhile project to attempt? Maybe some form of compact MathML?
We should make it the official uniform.
A few great example of DocBook element names: berjon.com/blog/2009/12/x… #owpworkflow
↺ 1
«Github For Writers» might be of interest to attendees at #owpworkflow madebyloren.com/github-for-wri…
♥ 1↺ 2
Yeah this project really needs to take off!
«Problem: it doesn’t parse the same as XHTML and HTML.» says --@jirkakosek
«Solution: simply never parse as XHTML» —me #owpworkflow
I never said that you might want to use Java!
I’m not sure which part it was, I did talk of jQuery and JavaScript — but I would never recommend Java :)
@hober Is there anywhere in the spec where we state that elements and attributes with a hyphen in their name are open for all? Can’t find it
@hober I’m getting a sense that it’s something everyone agrees to but isn’t written anywhere...
No worries, I was just worried for my reputation as a through-and-through Java hater ;)
@recifs Il faut que tu me dises combien de bières il faut pour que SeenThis arrête d’injecter des espaces avant les ponctuations hautes :)
↺ 1
We need to be distinguishable, otherwise the ladies get confused with such a chunk of hunk. @hober
If I understand @hober correctly, a book is basically a web site where you don’t end up on a cat picture. #owpworkflow
♥ 2↺ 2
I’d have to check, but I *think* I have a book or two with no cat pictures. @hober
@hober @ficklepixel So… Staying asleep or is it time to make this interesting?
Good idea from the margins of #owpworkflow: save ReSpec output straight to GitHub, using github.com/philschatz/oct…
♥ 2
GitHub Book: edit books directly over GitHub github.com/philschatz/git…
You told it all wrong, it’s supposed to be with a pirate!
♥ 1
I just know first-hand that Churchill told it with a pirate.
I mean seriously, man, seriously. «Arrrrr, it be drivin’ me nuts!»
I said we weren’t killing XHTML. I didn’t say that it wasn’t dying. #owpworkflow
♥ 2↺ 9
They’re all «de Gaulle» variations, «gaule» means nob. #truestory
@w3cmemes The honour!
The XSLT people are already looking at operating straight on HTML. I really want all the cool XML tools to do the same.
It’s not even so hard… Once you have a DOM, which has off-the-shelf parsers, you can already handle most of it.
This is the droid you’re looking for: w3.org/html/wg/drafts…
Since people at #owpworkflow keep coming back to this: scroll to the bottom of madebyloren.com/github-for-wri…, there’s a friendly diff example.
↺ 1
You would have small changes to some XPath functions due to differences in the data model, but the rest shouldn’t change. @rdeltour
It would probably look a lot like jQuery :) @rdeltour
hmmmm, I'm sure I tried that. Must've been sleeping at the wheel! @surkovalexander @jkiss
What I wonder is whether it’s something worth standardising. MathML isn’t very popular, but we need a solution. @jjgod
Heh, yeah, I was thinking about 927. That said we need a standard that's accepted and I'd rather not rely on JS for this.
Also, there's talk of standardising Markdown... The lack of interoperability there is becoming annoying to many.
I haven't played with it enough to know if it's good there. It would be good to have mockups of what good diffs would be.
No worries at all :-) You have a good point, if rendering is what scares off Implementers, a new syntax won't help.
Well it certainly hasn't been a priority in implementations. It's a limitation on moving science publishing fully to the Web.
MathML is not required by HTML5, the spec only defines how you handle it if you support it. Hence less debate.
It’s an important technicality if you want to get something into a standard :) Yeah, it is text, I just want to keep the semantics.
@eveningedition Your French edition's article on cookies is sadly almost entirely wrong. Other than that, KUTGW!
on peut commencer plus près, genre lune de Jupiter, il y fera plus chaud :-)
A great read this Friday, «A Day At The Park» kiriakakis.net/comics/mused/a…
♥ 1↺ 3
Well, if you think about the very long term preservation of web documents, it is better to use a well-established common language.
That’s something that MML gives you, that’s less the case with ASCIIMath and other microsyntaxes. Also for indexing.
Right, which brings us back to square one :)
OMG, want!
si jamais ça t'intéresse, j'ai un script qui fait Kindle -> Evernote. Un peu sale, mais ça marche. @edasfr
The square before that one was «How do we get maths on the web to fully work, dammit», as discussed at #owpworkflow @jjgod
A new and much improved CSS module for Ruby w3.org/TR/css3-ruby/
♥ 3↺ 2
What’s SVG?
@robynbergeron I had no idea there would be someone with a name so close to mine :)
La science est trop peu et trop mal enseignée aux enfants. Un projet à soutenir pour changer ça: fr.ulule.com/contes-planeta…
↺ 5
That's not so different from logrolling in The Calculus of Consent :-)
@RegardsCitoyens Vous pensez qu’il est possible d’avoir une liste de tous les candidats aux municipales d’une façon ou d’une autre?
↺ 2
Je songeais à un moyen de répertorier ceux qui s'engagent à ne pas cumuler.
@Tris_Acatrinei Hmm, 15-24 c'est pas très loin de 40% de la période de fertilité. Sans nier le problème, c'est pas le meilleur chiffre!
peut-être est-il temps de revenir aux séries publiées dans des quotidiens :-)
↺ 1
Tu vas à @ParisWeb? Tu as jusqu’à lundi pour soumettre ton superbe Lightning Talk! paris-web.fr/actualites/201… #AllezAllezAllez
↺ 3
I reckon it's the present of the Web!
♥ 1
Attend il faut que je demande à l’équipe de @ParisWeb si on a ce qu’il faut pour marcher avec Windows :) @deltakosh @SiegfriedEhret
Attention, si tu n’envoies pas de LT pour @ParisWeb, @glazou et moi allons twerker sur un mashup de youtube.com/watch?v=jofNR_… et Gangnam Style.
♥ 1
Rock’n’roll! @glazou @mcpaccard @tigramlich
Je sais que tu sais où trouver les déguisements! @sgalineau
Fais gaffe on risque de finir à devoir le faire :)
J’étais pas là pour celui-là, mais si tu cherches bien il y a des vidéos d’épisodes précédents :)
The Nature of Information, Paul Young. Some really good insights into a tough topic, but tries to cover too much ground and dilutes itself.
"The current return to the authoritarian principle in politics finds its principal sanction in the belief that the new machine technology...
...requires the control of an omnipotent state." Walter Lippmann. Year? 1937 #PlusÇaChange
Connection speed is a really hard problem to nail, I doubt we’ll manage to make anything useful there. @stevefaulkner @tabatkins
@helloanselm What is the problem you’re seeing with CGs? It’s hard to fix if you’re not clearer! cc @w3c
L’idée est de fournir beaucoup plus que le validateur de base (qui reste gratuit et développé). @nhoizey
Thanks for your outstandingly constructive feedback! Have a nice day! @stevefaulkner @tabatkins
Then feel free to propose alternatives to the RICG. @stevefaulkner @tabatkins
we don't use that component anymore, so please move it just to the spec one, thanks.
Is there a protocol I can use to repeatedly stab in the face people who set viewport user-scalable to 0? What about browsers that honour it?
it's nowhere near as fun as @horse_js though.
wait, if enough of us interact in this thread we can recurse and make it a moment too!
Seriously though, not being able to zoom by default isn't a feature of native, it's a bug. Let's not imitate paper all over again.
♥ 1↺ 1
Il y a encore des smartphones autres qu'Apple qui n'y sont pas déjà?
