funnily enough, there was an infamous bug in GTA5 for a long time that was related to using JSON : https://nee.lv/2021/02/28/How-I-cut-GTA-Online-loading-times...
HN user
delfaras
Software engineer
I've had some fun with https://github.com/type-challenges/type-challenges or https://bigfrontend.dev/typescript
This timeline component is gorgeous, I would love to use it as a lib for some other project
Saints, for real ? The rate of consumption of Americans would require more than 5 planets to be sufficient,
Most African countries need less than one
You mention mining and deforestation but where do you think the material extracted are going ?
Asked:
I said "frick" to my cat
Got:
NTA - You can say “f*” in nearly every country in the world, it’s not exactly a swear word. I’m pretty sure your cat doesn’t understand what the problem is. If you say “f*” with a bit more force it sounds like you’re saying “f** you” to the cat.
Edit: you can’t actually swear in front of your parents, but you can say “f**”
i'm conviced
there's a screenshot just below posted by the author: https://gist.github.com/frabert/48b12088441f6195ea9292c2a5a7...
I have a ~ 10 minutes walk commute to work and event I share your opinion, I wouldn't want to go back to the office either
I used to work remotely for a different continent + 9 hours diff timezone and that was as painful as it can get: different hours for meetings, not knowing anything about my coworkers was really exhausting
But with the ability to go back to the office only when I need to and focus on my work much better at home, I don't think I'd ever want to go back anytime soon
Yeah but this year the number of people working from home that would connect to slack directly at the beginning of their work day must be much much larger than the other years
Ah you're right, the asterisks have been interpreted as italics. Can't edit my comment, sorry
Here's a paste: https://pastebin.com/kBHprdyj
Here's the complete source for anyone curious
``` exports = module.exports = trim;
function trim(str){ return str.replace(/^\s|\s$/g, ''); }
exports.left = function(str){ return str.replace(/^\s/, ''); };
exports.right = function(str){ return str.replace(/\s$/, ''); };
```
I absolutely hate how tumblr implemented their cookie policy. Doesn't GDPR forces vendors to have an easy opt-out from all button ?
In any case, i took the trouble from opt-ing out and archiving the page : https://archive.is/2hADS
While I agree that the article does a poor job at explaining why they are affected by the changes in the Audio API, I advise you to visit the chromium bug tracker issue [1] and check for yourself how many user/libraries/pages are affected by the problem:
[1] https://bugs.chromium.org/p/chromium/issues/detail?id=840866
When I started writing the answer to this question, it turned into a long description, so I'm actually going to separate it into another article and publish it a little later.
eheh, on an article about micro service madness
The worst thing about messenger stories would be how they are force feeding it to you in the app ( I'm not sure they even show up on the web version).
Example: http://i.imgur.com/aMruFbg.png
Literally 30% of the screen is useful and the rest of bloated by some non-dismissable crap
There's a description of the method in the Readme
https://github.com/anvaka/common-words#how-are-word-clouds-r...
Ionic relies on CSS and AngularJS. Additionally, it is intended to be used with Apache Cordova, though it is not mandatory