But what if the AI just hallucinates the comments? People will never know.
What do you mean by "an iPhone slot"? As in, so you can plug the camera into an iPhone and transfer photos from camera to phone?
I'm not disagreeing about the severity of the security vulnerability that has been uncovered – to be clear, it's an absolute shocker of a bug. It's really disappointing to see. But I still disagree that the use of…
I tend to agree with this. Why re-invent the wheel by spending engineering effort building a CRUD backend? If you're trying to bring value to market, focus on your core differentiator and use existing tooling for your…
There's also the Centennial Light [1], a light bulb made in the late 1890s. It was first lit in 1901 and it's still alight today. [1]: https://en.wikipedia.org/wiki/Centennial_Light
What did you do?
DuckDuckGo also allows you to switch off ads, for free, without any fuss or adblocker needed. Just go to the settings page. Although if you aren't going to support DDG with ad revenue, I'd suggest supporting with a…
Back in the early days of Docker, I did a whole bunch of work to make WordPress behave as a Twelve-Factor App. It traditionally hasn't behaved as one – which sort of makes sense, because WordPress grew-up in a world…
Do any of the 'live' camera feeds work? They're all static for me. This is super cool, though.
> (I know about core) What is core?
This isn't even a realistic use case of tracking. Nobody needs tracking cookies to get reminders about buying birthday cards. Online stores can (and do) remind us about this stuff via email. No third-party tracking…
Isn't that what Tesla tried to do? I've heard their software was good. Or maybe I'm imagining that.
It does the same sort of thing for the @ symbol. They, too, look a bit like a lowercase letter 't'.
Which animations are you referring to? I don't think I can find any components with animations in the GOV.UK Design System <https://design-system.service.gov.uk/>. Likewise for underlines on headings – I can't see that…
Honestly, this is the reason why I think Google's Firebase (and accompanying Firestore database) is absolute gold. Firebase handles all the complexity for you. You get a nice set of JS SDKs for auth, database, cloud…
Switch the `<link href="">` value to point to a high contrast stylesheet. Or alternatively, apply a class to the body tag – e.g. `<body class="high-contrast">` – and declare CSS rules accordingly. Specificity should…
I'd recommend you check out rclone. It's a command line tool, so you'd need to be comfortable in the terminal. https://rclone.org/ It comes with an adapter for Google Photos, so you can use it to download / backup…
I'd recommend that your customer checks out [Chrome Remote Desktop](https://remotedesktop.google.com/). It's completely free, simple to set up, and seems to perform way better than VNC. Plus no need to open firewall…
This. If the link preview fails to load on the sender's device, it'll never appear for either party. The preview is sent along with the message – the receiving device never generates the preview. If you're quick enough,…
But according to the docs that's "for convenience". Its semantic value isn't discussed. So presumably the 'proper' way to do it, if you're not looking for convenience, is to use `div`s. /s
Oh my! I didn't believe that code example you just gave, so I had to go look it up for myself. I'm astounded. https://semantic-ui.com/elements/list.html#list
Serverless backends tend to work quite well when paired with a Single Page Application on the frontend – e.g. Vue.js or React. That way your frontend can be served from a static host – e.g. S3 or GitHub Pages – almost…
Is the UK most advanced? In Australia they can pay for anything up to $100 with tap. Over $100, they can still tap, but then need to enter their PIN into the terminal (i.e. no need to insert the card for PIN entry – a…
This sort of model also fits nicely with the AWS ecosystem. EC2 instances (virtual machines) can be given an IAM Role when they boot-up. An IAM Role is essentially an automatically generated access key which is unique…
If you're interested in building it as a web app but want a keyboard-accessible grid / spreadsheet-like interface, then you have a few options. The first resource I'd recommend is JSpreadsheets, which is a list of…
But what if the AI just hallucinates the comments? People will never know.
What do you mean by "an iPhone slot"? As in, so you can plug the camera into an iPhone and transfer photos from camera to phone?
I'm not disagreeing about the severity of the security vulnerability that has been uncovered – to be clear, it's an absolute shocker of a bug. It's really disappointing to see. But I still disagree that the use of…
I tend to agree with this. Why re-invent the wheel by spending engineering effort building a CRUD backend? If you're trying to bring value to market, focus on your core differentiator and use existing tooling for your…
There's also the Centennial Light [1], a light bulb made in the late 1890s. It was first lit in 1901 and it's still alight today. [1]: https://en.wikipedia.org/wiki/Centennial_Light
What did you do?
DuckDuckGo also allows you to switch off ads, for free, without any fuss or adblocker needed. Just go to the settings page. Although if you aren't going to support DDG with ad revenue, I'd suggest supporting with a…
Back in the early days of Docker, I did a whole bunch of work to make WordPress behave as a Twelve-Factor App. It traditionally hasn't behaved as one – which sort of makes sense, because WordPress grew-up in a world…
Do any of the 'live' camera feeds work? They're all static for me. This is super cool, though.
> (I know about core) What is core?
This isn't even a realistic use case of tracking. Nobody needs tracking cookies to get reminders about buying birthday cards. Online stores can (and do) remind us about this stuff via email. No third-party tracking…
Isn't that what Tesla tried to do? I've heard their software was good. Or maybe I'm imagining that.
It does the same sort of thing for the @ symbol. They, too, look a bit like a lowercase letter 't'.
Which animations are you referring to? I don't think I can find any components with animations in the GOV.UK Design System <https://design-system.service.gov.uk/>. Likewise for underlines on headings – I can't see that…
Honestly, this is the reason why I think Google's Firebase (and accompanying Firestore database) is absolute gold. Firebase handles all the complexity for you. You get a nice set of JS SDKs for auth, database, cloud…
Switch the `<link href="">` value to point to a high contrast stylesheet. Or alternatively, apply a class to the body tag – e.g. `<body class="high-contrast">` – and declare CSS rules accordingly. Specificity should…
I'd recommend you check out rclone. It's a command line tool, so you'd need to be comfortable in the terminal. https://rclone.org/ It comes with an adapter for Google Photos, so you can use it to download / backup…
I'd recommend that your customer checks out [Chrome Remote Desktop](https://remotedesktop.google.com/). It's completely free, simple to set up, and seems to perform way better than VNC. Plus no need to open firewall…
This. If the link preview fails to load on the sender's device, it'll never appear for either party. The preview is sent along with the message – the receiving device never generates the preview. If you're quick enough,…
But according to the docs that's "for convenience". Its semantic value isn't discussed. So presumably the 'proper' way to do it, if you're not looking for convenience, is to use `div`s. /s
Oh my! I didn't believe that code example you just gave, so I had to go look it up for myself. I'm astounded. https://semantic-ui.com/elements/list.html#list
Serverless backends tend to work quite well when paired with a Single Page Application on the frontend – e.g. Vue.js or React. That way your frontend can be served from a static host – e.g. S3 or GitHub Pages – almost…
Is the UK most advanced? In Australia they can pay for anything up to $100 with tap. Over $100, they can still tap, but then need to enter their PIN into the terminal (i.e. no need to insert the card for PIN entry – a…
This sort of model also fits nicely with the AWS ecosystem. EC2 instances (virtual machines) can be given an IAM Role when they boot-up. An IAM Role is essentially an automatically generated access key which is unique…
If you're interested in building it as a web app but want a keyboard-accessible grid / spreadsheet-like interface, then you have a few options. The first resource I'd recommend is JSpreadsheets, which is a list of…