> 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 pull the same BS described in the…
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 time; A browser just does something it’s…
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 letters above every upload form: "Thanks…
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 mistreatment and your whataboutism. I…
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, followed, called names, harassed in a…
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, which is why I’m using this tone. “Are…
> 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 since 2015, I speak 3 languages…
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 mentioned “poorer countries”, as if you’re…
Well… it’s not like they didn’t fuck with a lot of these countries one way or another.
> 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 they live in boxes with 16 other…
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.
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 you stand out and sometimes this comes…
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 ajaxed loading and some initial bugs.…
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 example. The difference with HN is that…
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 absolutely clueless. That paired with a…
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
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, …)
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/1213077702300852224
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 anything because it’s creating an inline…
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.
You never catch all the law breakers, but fines can be a good deterrent. That’s how it works.
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)
Visit https://js.org to find out
This is also why I avoid indentation; programming is all about saving those precious bytes like it’s 1988.
That’s not part of Workspace and it will continue working.
> 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 pull the same BS described in the…
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 time; A browser just does something it’s…
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 letters above every upload form: "Thanks…
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 mistreatment and your whataboutism. I…
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, followed, called names, harassed in a…
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, which is why I’m using this tone. “Are…
> 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 since 2015, I speak 3 languages…
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 mentioned “poorer countries”, as if you’re…
Well… it’s not like they didn’t fuck with a lot of these countries one way or another.
> 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 they live in boxes with 16 other…
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.
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 you stand out and sometimes this comes…
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 ajaxed loading and some initial bugs.…
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 example. The difference with HN is that…
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 absolutely clueless. That paired with a…
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
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, …)
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/1213077702300852224
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 anything because it’s creating an inline…
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.
You never catch all the law breakers, but fines can be a good deterrent. That’s how it works.
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)
Visit https://js.org to find out
This is also why I avoid indentation; programming is all about saving those precious bytes like it’s 1988.
That’s not part of Workspace and it will continue working.