Viewing profile — lionelw
lionelw
HN member- Joined
- Thu, Oct 04, 2018, 12:21 AM UTC
- HN karma
- 30
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About lionelw
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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 …
-
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?
-
comment
Comment #45060173
Ask your boss to hire someone better at CSS than you.
-
comment
Comment #44948480
When is it ever necessary to change event handlers?
-
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…
- story
-
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…
-
comment
Comment #41318817
Firefox restores all windows.
-
comment
Comment #41267193
Don't you think : is already used for something else in CSS?
- comment
- story
-
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…
-
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…
- story
-
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…
-
comment
Comment #38160573
Other Zen of Python principles are allowed to override it. Let's say, "Readability counts".
- story
-
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…
-
comment
Comment #35958357
It's probably about all the boilerplate code you always start an extension with. AI is good at boilerplate.
-
comment
Comment #34270456
Can you elaborate why?
-
comment
Comment #32574042
For young kids with no personal devices of their own, they would only get Spotify from their parents' devices.
- story
-
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…