Live data from Hacker News

Viewing profile — squared9

squared9

HN member
Joined
Fri, Mar 07, 2014, 6:25 PM UTC
HN karma
24
Public activity
19 items

About squared9

No profile information was provided.

Recent public activity

  1. comment
    Comment #22302352

    I wrote SVG-SMIL export for Animatron (www.animatron.com) in 2015 that aimed to get near the level of Adobe Flash in plain browser, however it was extremely difficult due to broken…

  2. comment
    Comment #17667911

    SEEKING WORK | Frankfurt, Germany | REMOTE-only I have some time on hands I can spend on Machine/Deep Learning in computer vision, NLP and fraud detection (spot instances and serie…

  3. comment
    Comment #17479216

    Location: Frankfurt, Germany Remote: Remote-only Willing to relocate: NO Technologies: Distributed Deep Learning, DApps Résumé/CV: upon request Email: peter.skvarenina@protonmail.c…

  4. comment
    Comment #16301534

    Location: Frankfurt/Germany Remote: Remote-only Willing to relocate: No (for the next 6-12 months) I am a developer working in 60+ languages (Java, C++, Python, Scala, Go etc.) wit…

  5. comment
    Comment #16285951

    Are you open to remote within Germany (i.e from Frankfurt)?

  6. comment
    Comment #16271273

    Here you go: https://www.youtube.com/watch?v=_JAmnloIDnI

  7. comment
    Comment #16175727

    Shameless plugin: Here is a recent presentation I did while finishing Udacity's Self-driving Car Nanodegree. It might help with some of the concepts, show you what was Udacity teac…

  8. comment
    Comment #13765090

    Location: Germany (Frankfurt am Main) Remote: Yes Willing to relocate: Yes, in 2-6 months (German citizenship pending) Technologies: Machine Learning, AI, Computer Vision, Big Data…

  9. comment
    Comment #9689365

    Actually SMIL is not that interesting per se, its importance stems from being the only open standard for professional grade declarative vector animations supported by most browsers…

  10. comment
    Comment #9689231

    Obviously Web Animations look very good given they seem to solve the (IMO) worst weakness of SMIL - time manipulation. In SMIL to get the same effect you'd have to approximate loca…

  11. comment
    Comment #9689145

    I am of the opinion that SMIL has been dropped prematurely - there is no real alternative for the time being, web animations aren't finalized nor supported yet, and just keeping SM…

  12. comment
    Comment #9688621

    As somebody who spent a lot of time and effort to figure out how to do Flash-style complex animations fully in SVG SMIL including reversed time loops, hierarchical time modelling v…

  13. comment
    Comment #8666708

    My experience says otherwise, SVG SMIL tends to be 10-20% faster with lower CPU load in recent browsers (Chrome/FF/Safari) than a JS-driven animation. YMMV though.

  14. comment
    Comment #8665482

    Just a question - why don't you use SVG SMIL animation? It's perfectly fluid, HW accelerated, has declarative animation transforms, allows easings, draws in its local coordinate sp…

  15. comment
    Comment #8427418

    IE is probably waiting for Web Animations 1.0 and SVG 2 to be finalized first.

  16. comment
    Comment #8427391

    Nope, all drawing tools and SVG SMIL animation export are custom made.

  17. comment
  18. comment
  19. comment
    Comment #7362353

    The original Java code for bucket fill is very fast, sub-second fills in most cases however after converting the code to JavaScript the performance gets worse in some specific case…