Live data from Hacker News

Viewing profile — jetin

jetin

HN member
Joined
Thu, Apr 25, 2024, 2:45 PM UTC
HN karma
13
Public activity
11 items

About jetin

Front-end developer. Working with CSS, vanilla JS, React, Next.js. I implement responsive, accessible, backward-compatible interfaces.

Recent public activity

  1. comment
    Comment #48956509

    Yeah I agree, with a single small screen, I only use yabai with the stack layout allowing to navigate vertically in a predictable way with ‘ctrl+up/down’ between windows inside a w…

  2. comment
    Comment #47984496

    Hi! I must say I'm really interested in what you are building there and I'd love to be a part of it. I can't apply for now but, if that's okay, I'd like to connect with you on Link…

  3. comment
    Comment #47750441

    That's nice! It feels polished and feature-full, but like others commented, I'm not seeing myself paying for this. On my end, I managed to first develop an open-source alternative …

  4. story
    Show HN: Updated version of my interactive Middle-Earth map

    Hi again HN, simply sharing an updated version of a Middle-Earth map started last year. This is an interactive map, dependency-free at runtime, developed with custom elements in Ja…

  5. story
  6. comment
    Comment #46666839

    I agree with your comment, it is often an overlooked topic. Inlining icons can be one answer but be aware of the growing size of your DOM. Depending on the complexity, number and r…

  7. comment
    Comment #46657443

    There is also a whole population category that isn’t capable of differentiating Windows from Linux. Just yesterday I was showing something on Zorin OS to my father and I had to exp…

  8. comment
    Comment #46382473

    I also agree with you, I simply think the need for shadow root depends on the level of encapsulation you need.

  9. comment
    Comment #46382458

    Interesting article, I think some points are covered by this ESlint plugin [0] specifically created for web components. [0] https://github.com/43081j/eslint-plugin-wc

  10. comment
    Comment #46378659

    Yeah, I also used the Shadow DOM a lot working on a CMS that edit the website content “in place”: CMS UI was safely scoped inside my web components thanks to their Shadow roots, I …

  11. story
    Show HN: An interactive Middle-Earth map

    Hi HN, just sharing a small project I've been working on this last month. This is an interactive map of Middle-Earth, dependency-free, developed with custom elements in Javascript.…