Live data from Hacker News

Viewing profile — eajakobsen

eajakobsen

HN member
Joined
Wed, Aug 17, 2022, 2:06 PM UTC
HN karma
66
Public activity
14 items

About eajakobsen

No profile information was provided.

Recent public activity

  1. comment
    Comment #37479441

    From the FAQ: > How are stories ranked? > The basic algorithm divides points by a power of the time since a story was submitted. Comments in threads are ranked the same way. > Othe…

  2. comment
    Comment #37234204

    There is some fine print at the bottom of the screen in the shot where the phone is connected to the handlebars: > Always use a dampener with your iPhone when riding as shown. Use …

  3. comment
    Comment #36256422

    The video that "recently surfaced on Instagram" was uploaded to YouTube by Red Bull six years ago: https://www.youtube.com/watch?v=iptAkpqjtMQ

  4. comment
    Comment #35740439

    To be fair this video was recorded before the tunnel officially opened.

  5. comment
    Comment #35567779

    If you want it to be even more readable you could do the following: font-size: clamp(1em, 1.3vw, 1.3em); I would also consider using `rem` instead of `em` incase you want to use it…

  6. comment
    Comment #35563093

    https://archive.ph/SYiLH

  7. comment
    Comment #35354657

    I really like CSS, and in my personal projects I don't use Tailwind. However, I use it in my day job, and here it is useful to us as a team. The variables combined with the tooling…

  8. comment
    Comment #34796921

    Ah, I missed that :)

  9. comment
    Comment #34795967

    Looks great and works great! A reset button would be nice to undo the horrible mess I made. A minor note, when I load the page I get console warnings about an Audio Context being p…

  10. comment
    Comment #33788196

    I think the point in the comment you are replying to is that they _prefer_ having markup and styles in separate files.

  11. comment
    Comment #33544044

    I imagine you have done extensive research on your own, but in any case I found this article by Josh Comeau on coding with voice commands and eye tracking very interesting: https:/…

  12. comment
    Comment #33503080

    One can provide feedback and encourage people to learn about more efficient coding practices without ridicule and comments like "my eyes are bleeding".

  13. comment
    Comment #33432849

    To be fair, browser already provide a bunch of accessibility. Unfortunately, the tech we use to build websites also provide a whole host of footguns that are too easy to trigger wh…

  14. comment
    Comment #33432738

    Absolutely worth it. Has helped me a lot, finding small issues like buttons with no meaningful label or custom checkboxes that don't announce their state. I don't know what platfor…