Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
4
Comments
323
Joined
3 yr. ago

  • I also dont like videos for this stuff. Summarized using kagi's universal summarizer, sharing here:

    • The integration of Rust into the Linux kernel has been a contentious topic, with some long-term maintainers resisting the changes required for memory-safe Rust code.
    • The debate over Rust vs. C in the Linux kernel has taken on "almost religious overtones" in certain areas, reflecting the differing design philosophies and expectations.
    • Linus Torvalds sees the Rust discussion as a positive thing, as it has "livened up some of the discussions" and shows how much people care about the kernel.
    • Not everyone in the kernel community understands everything about the kernel, and specialization is common - some focus on drivers, others on architectures, filesystems, etc. The same is true for Rust and C.
    • Linus does not think the Rust integration is a failure, as it's still early, and even if it were, that's how the community learns and improves.
    • The challenge is that Rust's memory-safe architecture requires changes to the existing infrastructure, which some long-time maintainers, like the DRM subsystem people, are resistant to.
    • The Linux kernel has developed a lot of its own memory safety infrastructure over time for C, which has allowed incremental changes, whereas the Rust changes are more "in your face."
    • Despite the struggles with Rust integration, Linus believes Linux is so widely used and entrenched that alternative "bottom-up grown-up from the start Rust kernels" are unlikely to displace it.
    • Linus sees the embedded/IoT space as an area where alternative kernels built around different languages like Rust may emerge, but does not see Linux losing its dominance as a general-purpose OS.
    • Overall, Linus views the Rust debate as a positive sign of the community's passion and an opportunity to learn, even if the integration process is challenging.
  • is it not relatively trivial to pre-vet content before they train it? at least with aigen text it should be.

  • lol, when I first started playing around with programming around grade 6 or 7, I'd print out code to read it

  • That's odd behavior, haven't seen that before myself. I had to try a few times, the command that finally got it to sync for me was as follows:

    rclone sync ./borg crypt:/borg/ --verbose --retries=10 --low-level-retries=20 --drive-chunk-size=32M --protondrive-2fa 123456

    then I followed up with a --protondrive-replace-existing-draft=true to fix the remaining errors.

    YMMV. Hope you're able to get it working!

  • FYI: RClone added proton drive support. just synced a 220gb borg archive over last week.

  • It's more that abnormal traffic gets flagged, and you end up getting limited

  • The VPN doesnt leak my ISP dns. But yes I do have block all connections without VPN enabled.

    The DNS leaks through when I set settings in the "static" internet settings on the main profile.

    My setup is a wireguard VPN on my personal network, which utilizes locally hosted adguard and pihole servers. I check for leaks at https://www.dnscheck.tools

  • Yep still seeing At&t leak through. Only see this on my pixel, not any of my computers or tablets

  • Funny, I only notice dns leaks in the per SSID DNS settings. I have to be connected to wireguard so that my DNS server stays my adguard server (hosted on my local net) otherwise my ISP DNS leaks.

  • Normally plan on web then access on phone. OSM seemingly was missing a lot of places ive been to in mexico and would recommend and it took a while to add just 2-3 places.

  • Likewise, I've saved 5-6 sites now and I dont see anything in preserved formats for any of the sites

  • Just out of curiosity, what kind of content do you come by that you'd like to save a full page copy of?

  • I'm presently using the huawei watch fit 3 on gadgetbridge nightly, which I am enjoying but it definitely has its quirks.

    They're also adding the Garmin watches, which are well known for their activity tracking.

  • Sweet!

    I havent been following the news for a while, has proton drive exposed an API or an SDK to allow for rclone support?

    Please say yes, I've been wanting this for years.

    Edit: omg no way! https://rclone.org/protondrive/

  • Lost me when it used Math.abs after calling math.max a their

  • IPs of websites are fine to expose in this day and age, in my opinion and threat model.

    Most sites being hosted in the cloud, with rotating IPs give you obscurity there.

  • That's a giant leap and massively different.

  • 😂

  • They're storing the face pics you send to them, I assume

  • Forgive my ignorance, but do mobile devices even store biometric data ? I was under the impression that our biometric data would be hashed and salted and our thumb/face would unlock it, akin to how a normal password flow works..?