Live data from Hacker News

Viewing profile — potch

potch

HN member
Joined
Fri, Sep 24, 2010, 10:54 PM UTC
HN karma
1,537
Public activity
159 items

About potch

HTML5 Engineer at Mozilla; JavaScript/CSS fiend

I work for Mozilla, and speak for myself.

Recent public activity

  1. comment
    Comment #18462444

    Hello! Author here. I'm a fan of web components for widgets and embeddable third-party interfaces. I'm not as much a fan of them to wrap a site's primary content, for both accessib…

  2. comment
    Comment #16234474

    JavaScript is pass-by-reference for all Objects and Arrays. Value types are pass-by-value. let obj = {a: 1} function foo(arg) { return obj === arg; } foo(obj) // true The === opera…

  3. comment
    Comment #16217568

    I came to it from the web development world, and after getting into speaking transferred internally onto our DevRel team. We're a small team- we encourage any Mozilla employee to s…

  4. comment
    Comment #16215984

    I wrote up a more detailed look at some of what's in Firefox 58: https://hacks.mozilla.org/2018/01/firefox-58-the-quantum-era...

  5. comment
    Comment #16111460

    I was wondering if it was based on etherpad- super cool!

  6. comment
    Comment #15846259

    I've floated the idea of allowing various video formats in for the element. Would allow for the right codec to be selected, and would easily allow for a as the final fallback. Migh…

  7. comment
    Comment #15820978

    I can confirm links with data: URIs will work after this change. I built a test to demonstrate: https://data-uri-test.glitch.me/

  8. comment
    Comment #15820726

    Hello! I work at Mozilla and am figuring out those exact particulars right now. Will update here when I figure out the final decision re:

  9. comment
    Comment #15453740

    Perhaps peruse this: https://www.mozilla.org/en-US/mission/ Firefox is Mozilla's flagship, and the largest by far way in which we achieve our mission, but our goal is a healthy and…

  10. comment
    Comment #14932054

    We didn't throw away Fira Sans, which is the typeface of Firefox. However, we wanted to update the Mozilla brand apart from the Firefox brand, and so Zilla Slab was commissioned.

  11. comment
    Comment #14754740

    Quick breakdown of what's going on here (I work at Mozilla, and have worked on the Add-ons site in the past): The "Get Add-ons" view in Firefox is an iframe to a page hosted by add…

  12. comment
    Comment #14754584

    Given that the discussion in the issue is "hey let's use DNT/tracking protection as a signal to not load this", assume we're looking at a reasonable mitigation here and that this w…

  13. comment
    Comment #14614895

    IE 10 and 11 support an earlier revision of CSS Grid via -ms-grid (old enough to still have prefixes!). You may be able to polyfill the basic support that way.

  14. comment
    Comment #14614884

    You can search using the Style Editor: https://developer.mozilla.org/en-US/docs/Tools/Style_Editor Press Ctrl/Cmd+F to search. It's not presently possible to search across all file…

  15. comment
    Comment #14614590

    I work at Mozilla, but I'm excited about this because I'm a web developer! If you've ever tried to use flexbox to align content across multiple rows (like laying out a form with la…

  16. comment
    Comment #13777455

    Not the PM you're looking for, but: that feedback has definitely already been recorded.

  17. comment
    Comment #13485840

    What if we all did this and got hundreds of millions of dollars! Think of the inflation! ;)

  18. comment
    Comment #13476614

    Have a public URL? Would love to add it to a test suite to help find pathological performance cases.

  19. comment
    Comment #11771812

    "Progressive Web Apps" is a Google brand. It's made of some good best practices and great technologies, but they reserve the right to re-define it and change the rewards around it …

  20. comment
    Comment #11215306

    I got a chance to try tiltbrush recently. I drew a little cottage around myself, complete with a table and couch. While I was painting the ceiling, I subconsciously stepped around …

  21. comment
    Comment #11083612

    In my experience, hosting code/issues off of GitHub reduces triage time maintenance burden by reducing the number of contributors.

  22. story
  23. comment
    Comment #10680373

    see literally the comment below this.

  24. comment
    Comment #10680128

    Where the jargon "value to the user" means being things the user was interested in clicking.

  25. comment
    Comment #10680125

    We put ads that didn't require an extensive tracking network in the new tab page of Firefox. We were able to make some money on them and show how to do ads respectfully. Even so, i…