Live data from Hacker News

Viewing profile — LorenzA

LorenzA

HN member
Joined
Wed, Feb 13, 2019, 7:59 AM UTC
HN karma
55
Public activity
25 items

About LorenzA

No profile information was provided.

Recent public activity

  1. comment
    Comment #46581123

    >Why? Because the second open p-tag closes the first p-tag and then the last closing p has no matching starting p-tag and creates one thus resulting in 3 p-elements. > It isn’t an …

  2. comment
    Comment #44016987

    there is a good article from lea verou https://lea.verou.me/blog/2024/contrast-color/ on a workaround like this

  3. comment
    Comment #43065800

    director of photography

  4. comment
    Comment #40154466

    attr() can also be used to some degree https://developer.mozilla.org/en-US/docs/Web/CSS/attr

  5. comment
    Comment #40154455

    the spotify app has a mini player that seems to do a similar thing https://community.spotify.com/t5/Community-Blog/Introducing-...

  6. comment
    Comment #37037554

    you are welcome happy to help.

  7. comment
    Comment #37014296

    no things inside slots keep the styling from the outside

  8. comment
    Comment #36991745

    you can just have an unnamed slot. I'm probably missing something here haven't build a tabs thing in a long time. But just trying this out for a couple of minutes the thing you wan…

  9. comment
    Comment #36983458

    Most of the time you have the tab and the panel to display the content of the tab a super simple demo implementation of something like this https://web.dev/components-howto-tabs/ I…

  10. comment
    Comment #36982101

    it sounds like the thing you are looking for are slots and they are supported in shadow DOM with the HTMLSlotElement

  11. comment
    Comment #35134284

    looks like a dead project last content change seems from 2016 https://github.com/rowanmanning/joblint/commits/master

  12. comment
    Comment #34772583

    looks like a "fun" thing there are a couple other states that change the image that gets displayed. Clicking up top on the dark mode to get "night own" or type the Konami Code to g…

  13. comment
    Comment #31227432

    I find this an interesting concept. How do you do this in practice add a number to every comment and explain your system somewhere?

  14. comment
    Comment #27130433

    in general a lot of dom-nodes can reduce performance and with canvas you have much more control over what and how things get rendered. I would assume this is also nothing new or "s…

  15. comment
  16. comment
    Comment #25831435

    feels nice to play around with it. you can create really fast some mock up ideas. found some bugs or maybe just something i found strange take it if you want it:>, (was just testin…

  17. story
  18. comment
    Comment #24708011

    this is a very nice idea and i like that i can read a book and improve my typing and my spelling at the same time :> not sure if thats a good way to report a bug but: one problem/b…

  19. comment
    Comment #24365739

    the template syntax reminds me of an other postgres libary https://github.com/porsager/postgres

  20. comment
    Comment #23995722

    ubi doesn't automatically mean that you get a flat increase. there are models where it is modelled with taxes in mind. so simplified. if you had nothing before you know have $1000.…

  21. comment
    Comment #23914870

    a date picker would be super annoying to use if you would have all the state in the store. that are probably 40 variables. assume you open the date picker can can move threw the ta…

  22. comment
    Comment #23908053

    not sure i understand you correctly, but keeping all state external just clutters up the store i feel. if the state is not used anywhere else and you also don't need to change it e…

  23. comment
    Comment #23907064

    yes seems also wrong to me. not sure what linter would complain here, that would depend a little bit what fetchData & updateBreadcrumbs really use and do. a much bigger problem wit…

  24. comment
    Comment #23627907

    you can do this also yourself @ https://developers.google.com/speed/public-dns/cache

  25. comment
    Comment #19151280

    document.querySelectorAll('.tpm_sensors').forEach((sensor) => {if (sensor.pressure < threshold) { fixBeforeIDie(); }});