Live data from Hacker News

Viewing profile — peterbe

peterbe

HN member
Joined
Mon, Nov 03, 2008, 2:04 PM UTC
HN karma
1,145
Public activity
261 items

About peterbe

Blog: https://www.peterbe.com

Recent public activity

  1. story
  2. story
    Show HN: Web app to make screenshots from a video file without a server

    It's admittedly basic but you can help make it more exciting.

  3. story
    Show HN: You Should Watch

    I built a to-do list for movies and TV shows. Built on NextJS, deployed in Vercel, storage in Google Firebase, QA'ed with Playwright, designed with Pico.css, backed by The Movie DB…

  4. comment
    Comment #32146549

    Shameless plug if it helps anybody else, like it helped me; http://govspy.peterbe.com/

  5. story
  6. story
  7. story
  8. comment
    Comment #28053719

    What do you miss about it? Can you not find what you're looking for?

  9. comment
    Comment #28053704

    It's pseudo code. The real code is TypeScript React and looks very different and it wouldn't serve the article to take snippets from that code to explain how it works.

  10. comment
    Comment #28053692

    Getting accessibility right is hard. We very much care about that. One of the strong reasons for why we're using Downshift.

  11. comment
    Comment #28053677

    > They hi-jacked the browser's `/` key to focus the field, which is something I hate. You're not the first one to point it out. Please join github.com/mdn/yari to raise your voice.…

  12. comment
    Comment #28053568

    MDN has 2 search things: 1. client-side only which downloads a complete list of all titles. 2. full-text search on everything with Elasticsearch.

  13. comment
    Comment #28053562

    Relevancy is the huge game-changer. MDN uses pageviews analytics to determine was a "popular" age is.

  14. comment
    Comment #28053555

    (author here) We're still on FlexSearch 0.6 and the new 0.7 is a big refactor. I hope we can upgrade some time.

  15. comment
    Comment #28053467

    is awesome! But I find it works better for short options. See https://www.peterbe.com/plog/datalist-looks-great-on-mobile-...

  16. comment
    Comment #25442273

    On every document, there are appropriate links at the bottom .

  17. comment
    Comment #25436549

    Can you scroll to the bottom of that page and use the "Report a problem with this content on GitHub" link? The raw content is not Markdown. It's HTML with some macros (called kumas…

  18. comment
    Comment #25436484

    It's not that easy. We have 60+k pages carried over from 15 years of organic evolution. It's unstructured and messy. A move away from HTML to something "more popular syntax" (like …

  19. comment
    Comment #25436438

    MDN is powered by a mix of people paid (by Mozilla, Google, Samsung, Microsoft) and contributors who volunteer their time.

  20. comment
    Comment #25436415

    Why would it be for the worse?

  21. comment
    Comment #25436407

    Sorry(?) But it's still just MDN (or MDN Web Docs). Yari is just the code name for the code repo. Not a particularly important name.

  22. comment
    Comment #25436385

    This is just the beginning. Finally we can do the kind of web performance improvements we couldn't do on the old platform. But to boot, we gained 10-20% on the First Render metrics…

  23. comment
    Comment #25436328

    PostgresSQL is better. We're all aware of that. But it's miniscule in importance. Especially if you use the ORMs and other decent tooling. The move to git isn't MySQL's fault. It's…

  24. comment
    Comment #25436312

    1. That's right! But it's not really on the roadmaps either. One can hope that someone in the community writes a fancy web app wrapper for GitHub's API or something. 2. Yeah, it's …

  25. comment
    Comment #25436277

    What's cool about git as a persistent storage, is that you can use vscode, emacs, vim, or notepad. Or you can write a little web app that starts a WYSIWYG editor on localhost:8888 …