Live data from Hacker News

Viewing profile — lionelw

lionelw

HN member
Joined
Thu, Oct 04, 2018, 12:21 AM UTC
HN karma
30
Public activity
26 items

About lionelw

No profile information was provided.

Recent public activity

  1. comment
    Comment #46931072

    Is this the first time mainstream media is saying something? Prominent voices have done so for years e.g. Anil Dash[0], but no one seems to have gotten the memo; people who I thoug…

  2. comment
    Comment #45063893

    So how do you deliver design on the web, if not without code? Remember that designing for the web is not like designing for print, where the dimensions of your canvas, and the amou…

  3. comment
    Comment #45062327

    How many of those languages are declarative, or domain specific? There's no use comparing CSS and assembly. It betrays a shallow understanding of CSS. Points to ponder: - Assembly …

  4. comment
    Comment #45061344

    Alright, if you say so. But what stupidity do you mean? What do you mean offload it to figma etc? Why is it dumb to write code for... the job CSS is built for?

  5. comment
    Comment #45060173

    Ask your boss to hire someone better at CSS than you.

  6. comment
    Comment #44948480

    When is it ever necessary to change event handlers?

  7. comment
    Comment #44948412

    >Why is this so weirdly prescriptive about inline event handlers? >> Even in a single file, inline event handlers are not a good idea. One button is OK, but what if you had 100 but…

  8. story
  9. comment
    Comment #42134546

    If this is about staging partial file changes, then I think this is where git GUIs especially excel. It's typically a matter of selecting and deselecting individual lines of change…

  10. comment
    Comment #41318817

    Firefox restores all windows.

  11. comment
    Comment #41267193

    Don't you think : is already used for something else in CSS?

  12. comment
  13. story
  14. comment
    Comment #40061223

    Just adding this here: I created a multi-window management addon Winger[0] which lets you treat windows as 'tab groups', and it has a stashing feature (windows bookmark folders / t…

  15. comment
    Comment #40060472

    >still no way to remap Ctrl+T to open a new tab in the current container context A quick search found me this: https://addons.mozilla.org/en-US/firefox/addon/new-container... , usi…

  16. story
  17. comment
    Comment #39648781

    >You aren't "programming the presentation logic", you're configuring the browser. Under-appreciation of frontend skills in action. Do you think of "presentation logic" as an oxymor…

  18. comment
    Comment #38160573

    Other Zen of Python principles are allowed to override it. Let's say, "Readability counts".

  19. story
  20. comment
    Comment #36090271

    It costs nothing to keep a tab (you had every intention to revisit later) open, especially when tabs can be auto unloaded to free up memory, either by an addon or the browser itsel…

  21. comment
    Comment #35958357

    It's probably about all the boilerplate code you always start an extension with. AI is good at boilerplate.

  22. comment
    Comment #34270456

    Can you elaborate why?

  23. comment
    Comment #32574042

    For young kids with no personal devices of their own, they would only get Spotify from their parents' devices.

  24. story
  25. comment
    Comment #21409026

    If large indentations bother you, good. Braces or not, large indentations and large code blocks should make you start wondering how to refactor them. And if Python's design seems t…