Hacker Newsnew | past | comments | ask | show | jobs | submit | moritzwarhier's commentslogin

Absolutely.

Also noticed it because of this comment chain.

Not sure if it makes me autistic though, I mean, companies use wrong spellings all the time to differentiate, so often that I don't give much thought to it any more.


Both not tricks, and I can't say I miss them, because I didn't work as web dev at the time. I only witnessed the trailing part of the pain, when I started, there were mostly flexbox-related browser inconsistencies.

Anyway:

  cursor: hand !indispensable;
seems vastly superior to

  cursor: pointer !important;

And I once came across the CSS "script expressions" out of web history curiosity.

Dangerous but appealing idea.

Seems like every web dev (well, those working on server-rendered markup and without AI, at least) would feel a desire for this at some point, but it was doomed at the time.

In some ways, reminds me of Houdini regarding the CSS->JS coupling (the other direction is already normal, sure).

But the intent behind it was probably just to allow maximum flexibility... well

  div.title { background-color: expression( (new Date()).getHours()%2 ? "#B8D4FF" : "#F08A00" ); }
does look quite funny :)

I'd love to hear more from people who actually used this.


I do believe though, the difference between the two is probably marginal when it comes to narcissism.

I mean, it's OK, artists need to have some of that trait.

Just coincides that neither of the two have created anything beautiful, at least in my mind. Unless of course, you consider money and fame beautiful in themselves.


Dylan: I don't like his singing, but some of his songs are quite beautiful.

Musk: The Tesla S and 3 are quite good looking cars. Much better than most of the 'blobs' on the road. The X and Y are a bit chunky. Cybertruck is ugly but audacious. And rockets are beautiful, even the ugly ones. Watching them launch, and watching the boosters land, is awesome.


Ah, I shouldn't have commented this way. It is an inflammatory topic and my comment was also needlessly emotional.

What I wanted to say though is that I in fact do not find any of Bob Dylans music beautiful, not what you wrote.

To me, what I said about Dylan applies to cars as well, regardless of them being by Tesla or not.

But it's absolutely pointless to discuss public figures in a such an emotional way on HN, so my bad. Regardless of whether you find rocket launches or cars or Bob Dylan songs beautiful.

And Musk,.. whatever I'd have to say about him (not much tbh), doesn't fall under the discussion topics that made me join HN. I do read political and social discussions here. But stating or reading opinions about Elon Musk is not really a thing that makes HN interesting for me, so I'll refrain from engaging in threads like this in the future.


You and the other responders are probably familiar with it, but you made me look up this decent StackExchange answer again, coming from a search for "the forbidden usb cable" :)

https://electronics.stackexchange.com/a/444287


Apart from the hassle that OSes put in the way of PWAs (intentionally, but that's another topic), a local Node app simply has a different kind of system access compared to a web app.

Most apps won't need these capabilities to function, but they are there, for all purposes good and bad:

- background activities with fewer restrictions

- less restricted file system and sensor access etc

- ...

sure, many app use this for nefarious things.

But real use cases don't need to be sophisticated rendering algorithms or what not.

I think good streaming apps also use these capabilities, for example, for performance.


Some say the Admin account defaulted to a chessboard.

I think it's true, but not sure if I'm just falling victim to false memories... help?


The account named "Administrator" that Windows created for you always had the chess piece.

There's no way my memory of this is reliable anymore, but I also remember my administrator account being chess pieces (and my user account being an orange fish).

I remember it like that too. Or is it Mandela effect?

The Magnus effect? :)

It might be that the randomization code was bypassed in some cases - like creating an account in safe boot mode or similar.

It makes sense. The chess piece is the first profile picture in the list.

Here's a blog post from 2003 with beautiful pictures.

https://jakeludington.com/2003/12/17/create_your_own_windows...


These pictures are so compressed they depict color rasterization artifacts more than the Luna UI style.

> It's like building a framework to simplify the SQL dialect. In reality, there's zero need for it

Years of people deploying web apps and using (My-)SQL without prepared statements provide a counterexample to this. One can argue about ORMs, but stating SQL would need no abstraction layer around it seems questionable to me :/


I love this.

Is there a real generalized and capable, but frustratingly "evil" coding model? It could fix so many more buttons in no time, and ideally open follow-up issues about the open questions.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: