Viewing profile — feupan
feupan
HN member- Joined
- Sun, Dec 26, 2021, 4:33 AM UTC
- HN karma
- 254
- Public activity
- 93 items
- HN profile
- View on Hacker News ↗
About feupan
No profile information was provided.
Recent public activity
-
comment
Comment #30424590
> months later had a non-functional trackpad, and they refused to do anything to rectify the situation How is that not covered by the standard, mandated 1-year warranty? Did they p…
-
comment
Comment #30413807
That’s pedantic and not even that right. The browser is an agent, not a bot. A bot takes semi-autonomous actions after being instructed by a human, for an undetermined amount of ti…
-
comment
Comment #30402744
Not that I'm justifying it, but isn't that part of every single ToS of web services? "Your account may be terminated at any time" No business owner wants to print that in large let…
-
comment
Comment #30388643
Sorry that you feel that way; detach from the media because I feel a lot of anger coming from you towards westerners. I don’t hate you. I just got triggered by your denial of our m…
-
comment
Comment #30388511
Who mentioned you? You’re completely out of context. I’m just replying to the parent suggesting I don’t engage with the cultures. All I need to tell you is that I’ve been stared at…
-
comment
Comment #30388449
I say that because you came out saying you are “tired” of people talking like that and answering with worse behavior. You’re not here to discuss it but just to attack strangers, wh…
-
comment
Comment #30388353
> Maybe it's time you engaged with the cultures. I'm sure it'll be "No thanks". Surprise me. I’ll surprise you: English is not my first language, I haven’t been in my home country …
-
comment
Comment #30388288
Hilarious. You continue making assumptions about everyone here. You don’t know my media and you don’t know what I know. You assume I’m talking about Arab countries while I just men…
- comment
-
comment
Comment #30387936
Well… it’s not like they didn’t fuck with a lot of these countries one way or another.
-
comment
Comment #30387873
> There is literally no difference between migration regime of a low-skilled worker and a highly-paid "expat". You can’t be serious. Nobody is withholding an expat’s passport while…
-
comment
Comment #30387825
To be fair, SA isn’t touted as a dream destination for tourists, but quite the opposite: Tourists can’t enter. Dubai sells this luxury destination dream literally built by slaves.
-
comment
Comment #30387740
What a weird comment full of assumptions and hatred. Nothing in the parent comment warrants what you said. What happens in practice is that being white in poorer countries makes yo…
-
comment
Comment #30387037
I don’t really use Reddit anymore, I’m just talking about their initial migration that everyone hated. Back then it wasn’t so user hostile, it was just a modernization effort with …
-
comment
Comment #30387002
The main issue was that looking at the actual content meant visiting a different website, there was no way to see photos and videos in gallery view like you would on Facebook for e…
-
comment
Comment #30384671
Old Reddit was awful and I always used alternative UIs for it. New Reddit’s design was a great improvement if it weren't for the fact that its developers were and still are absolut…
-
comment
Comment #30328141
How has no one mentioned Sequel Pro and its successor Sequel Ace? It’s a classic, free native Mac app. https://github.com/Sequel-Ace/Sequel-Ace
-
comment
Comment #30301524
for (const [index, value] of array.entries()) {} It is longer than: array.forEach((value, index) => {}) … but forEach has too many limitations (no exits, no await, …)
-
comment
Comment #30301484
Nobody needs reduce, you’re just making code make less sense. If you’re using reduce when map works you’re just a masochist. https://twitter.com/jaffathecake/status/121307770230085…
-
comment
Comment #30297270
Sorry but bad article. It resolves with a “range()” function and then uses for-of to call it: that’s not functional programming. Then every for-of loop example does not execute any…
-
comment
Comment #30295649
Now if only I had sand paper around. In theory I think you just need to get it closer to an iPhone, no print needed.
-
comment
Comment #30285851
You never catch all the law breakers, but fines can be a good deterrent. That’s how it works.
-
comment
Comment #30253717
Not sure I see the problem you’re talking about. The issue was using an unversioned URL, which is a user error and has nothing to do with unpkg (other than allowing it)
-
comment
Comment #30242445
Visit https://js.org to find out
-
comment
Comment #30229903
This is also why I avoid indentation; programming is all about saving those precious bytes like it’s 1988.