For the best experience on desktop, install the Chrome extension to track your reading on news.ycombinator.com
Hacker Newsnew | past | comments | ask | show | jobs | submit | history | walty8's commentsregister

Actually, my experience is, there is always a cause. But some causes could be very subtle or unexpected.


In general, for complicated items, I prefer to code at one place and think at another place. They seems to require different parts of your brain, and have different 'comfortable spots'.


When I'm stuck I go on a long walk in the forest where I live. It really helps clear my mind and relieve stress.


One of my HS math teachers would regularly change seating arrangements based on the idea that it helps thinking and problem solving.


thanks, my son would love this :)


> The app or website should make my life better but instead it's harder.

This is the sub-goal, but not ultimate goal. The ultimate goal is to maximize the profit, with accounts created, all the analytics will work out, and they could do all kinds of promotions or targeted ads.

I guess that's the same reason why you are asked to install a mobile app whenever you visit Reddit mobile WEBSITE. It does not attempt to make your life better. At least it's not the ultimate goal of ecosystem.


Yet here there is more pressure to not scare customers away. To not make their life troublesome.

Woe to the pizza company who thinks "we don't need to care about customer retention, our pizza is just too good."

I have dozens of pizza places to order from, all within delivery distance. Make ordering difficult, and as long as the competition is pretty much as tasty, I'll move on.


> I guess that's the same reason why you are asked to install a mobile app whenever you visit Reddit mobile WEBSITE.

Yeah, Reddit's approach to making so difficult to access the mobile on a whim, especially in an ephemeral browser, is a straight up UX dark pattern. I use Reddit less on mobile because of it...

I want to stay in the browser where I have things like ad blockers and can open a bunch of tabs at once and bounce around easily, etc.


But the in the screen capture of article, the user name is actually 'issac.asimov', i.e. the mime type does not immediately follow the dot.


>But the in the screen capture of article, the user name is actually 'issac.asimov', i.e. the mime type does not immediately follow the dot.

A variation on the Scunthorpe Problem[0] then, eh?

[0] https://en.wikipedia.org/wiki/Scunthorpe_problem


Somebody probably put in a regexp with .mov$ , however for regexps the dot (.) matches everything (and $ matches end) so the i in asimov is eaten regardless and then the rest of the match succeeds.


You can see the fix they made in the linked MR.

It wasn't a regex, they just did a generic "ends with" check.


Perhaps the sub-clause is redundant there?

'The problem was named after an incident in 1996 in which AOL's profanity filter prevented residents of the town of Scunthorpe, Lincolnshire, England, from creating accounts with AOL, because the town's name contains the substring "cunt".'


>'The problem was named after an incident in 1996 in which AOL's profanity filter prevented residents of the town of Scunthorpe, Lincolnshire, England, from creating accounts with AOL, because the town's name contains the substring "cunt".'

Right. Regardless of the specific pattern matching function, in both cases, the results were both incorrect and unwanted. Which is why I consider this instance to be a variation on the same issue.


That was before the fix.


yes, it's useful to comment out a bunch of lines.


I’m pretty sure you’re talking about visual mode, not select mode.


> I know the immediate response to this is going to be "But America did such and such...". I don't care what America did. When someone is on trial for stealing a car, talking about how someone else stole a bike isn't a defense.

Well, this actually reminded me the case of Apple issued Microsoft for the infringement in 1988 [1], and Apple did not win because the Mac UI was actually 'referenced' from Xerox as well.

https://en.wikipedia.org/wiki/Apple_Computer,_Inc._v._Micros....


That wasn't a case of 'they stole something too', though. That was a case of 'this thing they're saying I stole from them, we both stole from someone else'. A lil bit different.


We recently converted a chrome extension into safari extension using the tool provided by apple [1]. While the conversion is smooth in general, the generated app (not the extension) got UI issue during extension review! Reviewer insists the app does not fit the UI guideline. I need to write back and explain the entire app is actually generated by the official Apple tool. The only use of generated app is open the preferences page of Safari. Anyway, after two back and forth, the extension is finally launched.

[1]: https://bartsolutions.github.io/2020/11/20/safari-extension/


Thank you! The tutorial is great.


It's for another rover, but I can't help thinking about it :)

https://xkcd.com/1504/


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

Search:

HN For You