yes, there are questions like that (steps, ramp, etc). Also questions about road surfaces, pavement/sidewalk, etc
Subjective depending on who you ask, but for me RSC is not really representative of React usage. (I believe) the vast majority of React apps (and the vast majority of dev experience in React) are front end only. I have…
I tried Angular 2+ back in the day. I found it frustrating to learn as the API had changed between versions, and when searching for help you would come across a blog post/stackoverflow answer, start implementing it and…
Just knowing the personal number is not enough to do much with. To get access to services, verify who you are on when talking to companies there is a verification step, most commonly with the BankID app. Visual example:…
> modify roborock vacuums and load up other software even. Can you provide more info/got any links? I would love to try some open source software on it
Ironically we bought a Roborock (Chinese brand with close links to Xiaomi) and didn't connect it to the internet (checked this would work before we bought it). If you don't want the scheduling and other app features,…
The blue check symbolised (symbolises) being verified, i.e. this account belongs to who it says it does. But it doesn't carry out any/sufficient checks to actually verify that. See also:…
Sounds like a Samsung phone... no end of dark patterns and pushing Bixby AI and whatever else. And then once you have the phone set up you get to spend the next 10 minutes uninstalling a load of pre-loadded apps that…
I live in the EU and can see value in live translation for me personally. However, I'm happy with the decision. Sure, they are not available right now. But it's worth it for the long term picture. Imagine if this would…
Most likely not in it's current state as it uses the `chrome.bookmarks.getTree()` API. However the Chrome-specific stuff is in this file: https://github.com/jamesrr39/chrome-bookmark-search/blob/mas... , and creating an…
I still bookmark websites. Just in the standard browser, not in Pocket, etc. I found searching for and finding bookmarks a pain, so made a Chrome extension to natural language search with lunr.js. It works nicely and I…
0.2% > Payment service providers shall not offer or request a per transaction interchange fee of more than 0,2 % of the value of the transaction for any debit card transaction.…
Hmm, many people writing Java without a PhD...
> Developers (often juniors) use LLM code without taking time to verify it. This leads to bugs and they can't fix it because they don't understand the code Well... is this something new? Previously the trend was to copy…
Thanks for these comments, I appreciate it. Although I would point out: > scalability [...] no company would even bother with PostgreSQL at all In my experience, you can get pretty far with Postgresql on a beefy server,…
I have heard this a few times from different people/places, but why is it the case that at 50+ it is harder to find work? Assuming a regular retirement age, there are still many more years left in the career than a…
Genuine question: I appreciate the comments about MongoDB being much better than it was 10 years ago; but Postgres is also much better today than then as well. What situations is Mongo better than Postgres? Why choose…
The amount of perfectly functional messaging apps Google has gone through is crazy[1]. Each Google messaging app (GTalk, Hangouts, Meet, etc) is perfectly functional, but with an endless series of migrations, why would…
> Intel reserves the right to ask you to stop using the logo [...] Serious stuff!
At the risk of appearing low-tech, a much more simple, Goroutine-safe solution for dealing with "now-dependent" code: type NowFunc func() time.Time func getGreeting(nowFunc NowFunc) string { now := nowFunc() if…
On a larger scale: Copenhagen and Vancouver both have fully-automated metro systems (i.e. driverless systems). Presumably there are many other cities with such systems around the world, and they probably all work…
> The future for self driving cars are closed roads where only driverless cars are allowed. Given that human-driven cars, trucks, cyclists are already on the roads and will be for quite a while to come, and pedestrians…
> So basically they're trying to do a "liveness" check, probably under the assumption that videos are too hard to fake (and hopefully they compare the ID documents against the video). Honestly, that seems legitimate to…
Yes. See GDPR (max fine 4% of global annual revenue) or the new EU Digital Services Act (max fine 6% of global annual revenue). These are both fairly new laws, if you look at the laws they replace (which themselves may…
Not just moved back there, but used the company Wi-Fi network!
yes, there are questions like that (steps, ramp, etc). Also questions about road surfaces, pavement/sidewalk, etc
Subjective depending on who you ask, but for me RSC is not really representative of React usage. (I believe) the vast majority of React apps (and the vast majority of dev experience in React) are front end only. I have…
I tried Angular 2+ back in the day. I found it frustrating to learn as the API had changed between versions, and when searching for help you would come across a blog post/stackoverflow answer, start implementing it and…
Just knowing the personal number is not enough to do much with. To get access to services, verify who you are on when talking to companies there is a verification step, most commonly with the BankID app. Visual example:…
> modify roborock vacuums and load up other software even. Can you provide more info/got any links? I would love to try some open source software on it
Ironically we bought a Roborock (Chinese brand with close links to Xiaomi) and didn't connect it to the internet (checked this would work before we bought it). If you don't want the scheduling and other app features,…
The blue check symbolised (symbolises) being verified, i.e. this account belongs to who it says it does. But it doesn't carry out any/sufficient checks to actually verify that. See also:…
Sounds like a Samsung phone... no end of dark patterns and pushing Bixby AI and whatever else. And then once you have the phone set up you get to spend the next 10 minutes uninstalling a load of pre-loadded apps that…
I live in the EU and can see value in live translation for me personally. However, I'm happy with the decision. Sure, they are not available right now. But it's worth it for the long term picture. Imagine if this would…
Most likely not in it's current state as it uses the `chrome.bookmarks.getTree()` API. However the Chrome-specific stuff is in this file: https://github.com/jamesrr39/chrome-bookmark-search/blob/mas... , and creating an…
I still bookmark websites. Just in the standard browser, not in Pocket, etc. I found searching for and finding bookmarks a pain, so made a Chrome extension to natural language search with lunr.js. It works nicely and I…
0.2% > Payment service providers shall not offer or request a per transaction interchange fee of more than 0,2 % of the value of the transaction for any debit card transaction.…
Hmm, many people writing Java without a PhD...
> Developers (often juniors) use LLM code without taking time to verify it. This leads to bugs and they can't fix it because they don't understand the code Well... is this something new? Previously the trend was to copy…
Thanks for these comments, I appreciate it. Although I would point out: > scalability [...] no company would even bother with PostgreSQL at all In my experience, you can get pretty far with Postgresql on a beefy server,…
I have heard this a few times from different people/places, but why is it the case that at 50+ it is harder to find work? Assuming a regular retirement age, there are still many more years left in the career than a…
Genuine question: I appreciate the comments about MongoDB being much better than it was 10 years ago; but Postgres is also much better today than then as well. What situations is Mongo better than Postgres? Why choose…
The amount of perfectly functional messaging apps Google has gone through is crazy[1]. Each Google messaging app (GTalk, Hangouts, Meet, etc) is perfectly functional, but with an endless series of migrations, why would…
> Intel reserves the right to ask you to stop using the logo [...] Serious stuff!
At the risk of appearing low-tech, a much more simple, Goroutine-safe solution for dealing with "now-dependent" code: type NowFunc func() time.Time func getGreeting(nowFunc NowFunc) string { now := nowFunc() if…
On a larger scale: Copenhagen and Vancouver both have fully-automated metro systems (i.e. driverless systems). Presumably there are many other cities with such systems around the world, and they probably all work…
> The future for self driving cars are closed roads where only driverless cars are allowed. Given that human-driven cars, trucks, cyclists are already on the roads and will be for quite a while to come, and pedestrians…
> So basically they're trying to do a "liveness" check, probably under the assumption that videos are too hard to fake (and hopefully they compare the ID documents against the video). Honestly, that seems legitimate to…
Yes. See GDPR (max fine 4% of global annual revenue) or the new EU Digital Services Act (max fine 6% of global annual revenue). These are both fairly new laws, if you look at the laws they replace (which themselves may…
Not just moved back there, but used the company Wi-Fi network!