Readit News logoReadit News
jbjbjbjb commented on Toothpaste made with keratin may protect and repair damaged teeth: study   kcl.ac.uk/news/toothpaste... · Posted by u/sohkamyung
buybackoff · 9 days ago
The picture says "enamel-mimicking" and the text says "protective coating that mimics the structure and function of natural enamel", so it looks like a protective layer, not true repair. I've been using a paste with novamin lately, it also creates a protective layer and is also marketed as "repair". I like it and feel some heat when it contacts with teeth, so the chemical reaction must be working. But the marketing leaves a bad taste in the mouth.
jbjbjbjb · 9 days ago
The image with the cross section looks convincing. I don’t really know what I’m looking at.
jbjbjbjb commented on UK government states that 'safety' act is about influence over public discourse   bsky.app/profile/tupped.b... · Posted by u/JoshTriplett
omnicognate · 10 days ago
> allow list for my kids

I do the same but let's not pretend that's within the technical ability of the average parent. Of course, it should be and that would be a far better place for the government to direct its efforts.

jbjbjbjb · 10 days ago
That’s fair but I use iOS features for it and they do have more simplified set ups like blocking mature content that they define. I wonder how many people take the time to set up screen time for their kids? That is as easy on the level of signing up for a website or managing your online orders.
jbjbjbjb commented on UK government states that 'safety' act is about influence over public discourse   bsky.app/profile/tupped.b... · Posted by u/JoshTriplett
khalic · 11 days ago
What’s with england and its complete lack of response to this kind of power grabs?
jbjbjbjb · 10 days ago
All the main parties are behind it, some say it doesn’t go far enough.

The vast majority of the British public absolutely love to ban things. If you listen to talk radio or daytime tv most of the time they’ll be having a discussion on banning something. We have a nanny state and the public like it that way.

Personally I use an allow list for my kids internet access and don’t rely on the state to parent them. I guess that’s too much bother for most people.

jbjbjbjb commented on Wikipedia loses challenge against Online Safety Act   bbc.com/news/articles/cjr... · Posted by u/phlummox
codedokode · 12 days ago
Not keeping the ID in a phone is better than keeping it in a "secure element" and having to upload it there using closed-sourced software with unclear functionality.
jbjbjbjb · 12 days ago
I’m not sure it has to keep the id on the device, it keeps the signed digital credentials not the original id document. The government would sign the “facts” like isAdult etc and they currently issue and sign all current ids anyway.
jbjbjbjb commented on Myths About Floating-Point Numbers (2021)   asawicki.info/news_1741_m... · Posted by u/Bogdanp
BugsJustFindMe · 12 days ago
I've never heard anyone say any of these supposed myths, except for the first one, sort of, but nobody means what the first one pretends it means, so this whole post feels like a big strawman to me.
jbjbjbjb · 12 days ago
I was putting together some technical interview questions for our candidates and I wanted to see what ChatGPT would put for an answer. It told me floating point numbers were non-deterministic and wouldn’t back down from that answer so it’s getting it from somewhere.
jbjbjbjb commented on Outside of the top stocks, S&P 500 forward profits haven't grown in 3 years   insight-public.sgmarkets.... · Posted by u/Terretta
bspammer · 13 days ago
As someone who knows very little about finance, is there any ETF available which acts as a middle-ground between market-cap weighted and equally-weighted funds? The very high concentration of tech and AI in the S&P 500 at the moment makes me uncomfortable, but equal-weight seems too drastic to me. A fund where the weighting is done by the square root of the market cap feels like it would make sense but I can't find anyone doing this.
jbjbjbjb · 13 days ago
Maybe do a portfolio of S&P 500 ex mag 7, market cap and equal weight and see if you can get the aggregate weights to match (within reason) sqrt weights.
jbjbjbjb commented on Wikipedia loses challenge against Online Safety Act   bbc.com/news/articles/cjr... · Posted by u/phlummox
codedokode · 13 days ago
No, "digital credentials" is an awful idea because it requires to store your ID on your phone and thus make it accessible to Apple and Google and secret courts. What I suggest is simply to store a single "isAdult" bit on device, without revealing any identity, and make apps like browser do the censorship on device, without sending any data to a webite. The algorithm is as follows:

    if isAdult == 0 and website doesn't send a "safe-content" header, then:
        browser refuses to display content
    if isAdult == 0 and photo in a messenger doesn't contain a "safe-content" metadata, then
        photo viewer refuses to display content
    if isAdult == 0 and the app is not marked as safe, then
        app store refuses to download the app and OS refuses to launch it
With my approach, you don't need to store your ID on your device, you don't need to send your ID anywhere, and website operators and app developers do not need to do anything because by default they will be considered not safe. So my solution's cost is ZERO for website operators and app developers. As a website operator you don't need to change anything and to verify the age.

jbjbjbjb · 13 days ago
I think you misunderstood how the digital credentials api works. It keeps it in your phone’s secure element and lets you share just a “yes/no” proof like “over 18” without revealing anything else. It’s basically the cryptographically secure version of the isAdult bit you’re describing. It also has trust by cryptographically signing the proof and it can handle different jurisdictions.
jbjbjbjb commented on Wikipedia loses challenge against Online Safety Act   bbc.com/news/articles/cjr... · Posted by u/phlummox
codedokode · 14 days ago
In Russia there is a plan to make special SIM cards for children, that would not allow registration in social networks. Isn't it better than UK legislation?

The whole idea that every site or app must do verification is stupid. It would be much easier and better to do verification at the store when buying a laptop, a phone or a SIM card. The verification status can be burned in firmware memory, and the device would allow only using sites and apps from the white list. In this case website operators and app developers wouldn't need to do anything and carry no expenses. This approach is simpler and superior to what UK does. If Apple or Microsoft refuse to implement restricted functionality for non-verified devices, they can be banned and replaced by alternative vendors complying with this proposal. It is much easier to force Apple and Microsoft - two rich companies - to implement children protection measures than thousands of website operators and app developers.

jbjbjbjb · 14 days ago
Apple, Google etc are already implementing the Digital Credentials API standard which would make this type age verification much more secure.
jbjbjbjb commented on How we enforce .NET coding standards to improve productivity   anthonysimmon.com/worklea... · Posted by u/fratellobigio
jbjbjbjb · 17 days ago
Nuget Audit is an odd one. I usually don’t want all devs to jump on fixing the latest vulnerability right away. We have a separate pipeline for resolving those issues.

u/jbjbjbjb

KarmaCake day300December 23, 2019View Original