https://blog.rust-lang.org/2023/08/03/cve-2023-38497.html

The Rust Security Response WG was notified that Cargo did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user.

5
0
https://blog.rust-lang.org/2023/08/03/cve-2023-38497.html

The Rust Security Response WG was notified that Cargo did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user.

2
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
Firefox 1y ago
Jump
How to make Firefox trust a self-signed certificate?
  • Mr_Figtree Mr_Figtree 1y ago 0%

    Does the certificate have a basic constraints extension with CA:TRUE set? Firefox doesn't allow that for certificates used as ‘end entity’ certificates. You'll want to re-generate the certificate without the extension.

    0
  • https://thisweek.gnome.org/posts/2023/07/twig-106/

    Update on what happened across the GNOME project in the week from July 21 to July 28.

    4
    0
    https://thisweek.gnome.org/posts/2023/07/twig-106/

    Update on what happened across the GNOME project in the week from July 21 to July 28.

    2
    0
    https://blog.rust-lang.org/inside-rust/2023/07/25/leadership-council-update.html

    Hello again from the Rust Leadership Council. In our first blog post, we laid out several immediate goals for the council and promised to report back on their progress. It has been about a month since our first update so we wanted to share how it's going and what we're working on now.

    1
    0
    https://thisweek.gnome.org/posts/2023/07/twig-105/

    Update on what happened across the GNOME project in the week from July 15 to July 22.

    3
    0
    Firefox still doesn't have PWA support
  • Mr_Figtree Mr_Figtree 1y ago 100%

    so I can totally ditch chromium/electron

    GNOME Web isn't Chromium-based and does support PWAs, so it might work for your usecase.

    3
  • My office has automatic faucets in the bathroom and I've started sticking my hands under the faucet at home and wondering for a second where the water is.
  • Mr_Figtree Mr_Figtree 1y ago 100%

    Someone I know recently switched from automatic bathroom lights to manual ones. Remembering to turn them on isn't an issue, but months later everyone still forgets to turn them off.

    12
  • https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html

    The Rust team is happy to announce a new version of Rust, 1.71.0. Rust is a programming language empowering everyone to build reliable and efficient software. What's in 1.71.0 stable ========== * C-unwind ABI * Debugger visualization attributes * raw-dylib linking * Upgrade to musl 1.2 * Const-initialized thread locals

    53
    2
    https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html

    The Rust team is happy to announce a new version of Rust, 1.71.0. Rust is a programming language empowering everyone to build reliable and efficient software. What's in 1.71.0 stable ========== * C-unwind ABI * Debugger visualization attributes * raw-dylib linking * Upgrade to musl 1.2 * Const-initialized thread locals

    50
    0
    https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html

    The Rust team is happy to announce a new version of Rust, 1.71.0. Rust is a programming language empowering everyone to build reliable and efficient software. What's in 1.71.0 stable ========== * C-unwind ABI * Debugger visualization attributes * raw-dylib linking * Upgrade to musl 1.2 * Const-initialized thread locals

    0
    0
    What hostname do you use for server? home.box or home.local?
  • Mr_Figtree Mr_Figtree 1y ago 100%

    And .box has been registered as a generic TLD now, so you could run into external .box domains.

    10
  • Dutch government starts own Mastodon instance as reaction to the instability of Twitter
  • Mr_Figtree Mr_Figtree 1y ago 100%

    They're not going to have open signups. It's government agencies only. Not that there's technically anything stopping Germans from joining the PR departments of our government agencies…

    25
  • So I tried signing up for Twitter to do a little trolling there...
  • Mr_Figtree Mr_Figtree 1y ago 93%

    So what you're saying is that Twitter successfully kept out a bad actor.

    It's a shame that most of the users they have left are also in that category, but hey, they seem to be working on it.

    13
  • Google’s medical AI chatbot is already being tested in hospitals
  • Mr_Figtree Mr_Figtree 1y ago 100%

    That's the real AI apocalypse:

    • People outsourcing decisions to predictive text because they believe it thinks
    • AI hallucinations becoming commonly accepted as truth, as generated articles bury actual knowledge in a flood of bull droppings
    2
  • UNOFFICIAL poll about OPT-OUT metrics proposal
  • Mr_Figtree Mr_Figtree 1y ago 100%

    You'll still have the people who are opposed to any telemetry at all, but I think that would do a lot to alleviate the concerns.

    3
  • UNOFFICIAL poll about OPT-OUT metrics proposal
  • Mr_Figtree Mr_Figtree 1y ago 100%

    A poll like this is never going to be representative, unfortunately.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearKB
    /kbin meta 1y ago
    Jump
    Can I override custom styles for magazines?
  • Mr_Figtree Mr_Figtree 1y ago 100%

    I'm using kbin Magazine Style Toggle to disable the custom styling on certain magazines, but I had to modify line 36 to make it work:

    36c36
    <         let style = document.querySelector("head > style:nth-child(22)");
    ---
    >         let style = document.querySelector("head > style:nth-of-type(1)");
    
    
    5
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFO
    Formula 1 1y ago
    Jump
    [FIA] Infringement - Car 77 (Bottas) - Failure to provide a fuel sample
  • Mr_Figtree Mr_Figtree 1y ago 100%

    Is it likely then that Bottas' car stopped because it simply ran out of fuel? 0.09 litres seems very low.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    Firefox 1y ago
    Jump
    delete all site setting and cookies exceptions on firefox mobile
  • Mr_Figtree Mr_Figtree 1y ago 100%

    As far as I know you can't set exceptions on mobile Firefox yet. It's rather annoying.

    1
  • Fedora Project on Mastodon clarifies some things about the telemetry proposal
  • Mr_Figtree Mr_Figtree 1y ago 100%

    On top of this not being at all final yet, there's nothing stopping you from just not having it enabled (nothing gets sent until you click through the privacy page with the toggle enabled). Could you explain why it's still such a big deal to you?

    2
  • https://fosstodon.org/@fedora/110675731411474790

    Yesterday a change proposal for Fedora 40 was made in Fedora Discussion. F40 Change Request: Privacy-preserving Telemetry for Fedora Workstation (System-Wide) [https://discussion.fedoraproject.org/t/f40-change-request-privacy-preserving-telemetry-for-fedora-workstation-system-wide/85320](https://discussion.fedoraproject.org/t/f40-change-request-privacy-preserving-telemetry-for-fedora-workstation-system-wide/85320) We understand that this is a controversial subject and want to take steps to clarify what is going on and how you can participate. To quote from the proposal itself, “Keep in mind this Fedora change proposal is just that: a proposal. It must undergo community review and must be approved by the community-elected Fedora Engineering Steering Committee (FESCo) before it can be implemented, just like any other Fedora change proposal. We welcome community participation and fully expect this proposal may need to be modified significantly depending on Fedora community feedback.” Change proposals are submitted by community members for community discussion. This is part of an intentional process so that all of us can see what is being proposed for the next releases of Fedora. See here for more info on the change process: [https://docs.fedoraproject.org/en-US/program\_management/changes\_policy/#\_change\_process](https://docs.fedoraproject.org/en-US/program_management/changes_policy/#_change_process) In addition, Project Leader [https://fosstodon.org/@mattdm@hachyderm.io](https://fosstodon.org/@mattdm@hachyderm.io) is helping to triage the flow of the conversation in Discourse as it is prompting a lot of feedback. This is actually one of the first change proposals to be made in Discussion instead of a mailing list, and that has provided a new challenge 😅 See here for his notes on the conversation and how to engage: [https://discussion.fedoraproject.org/t/f40-change-request-privacy-preserving-telemetry-for-fedora-workstation-system-wide/85320/319](https://discussion.fedoraproject.org/t/f40-change-request-privacy-preserving-telemetry-for-fedora-workstation-system-wide/85320/319) In all, we’re grateful for the energy and passion the community has shown for this topic! We invite you to look at this and all change proposals coming down the pipeline. We do this in the open for a reason, and that’s to empower you to have a say in your distro. To that end, let’s please keep the conversation surrounding this constructive. The best place to voice your thoughts and ask questions is in the original change proposal thread or its related threads linked at the top of the original (link below). Our Four Foundations are important to us as guiding values in the project. Quoting our Friends foundation: “The Fedora community is made up of people from all walks of life, working together to advance free software. [...] Like any friends, we occasionally disagree on details, but we believe in finding an acceptable consensus to serve the interests of advancing free software.”

    5
    6
    https://thisweek.gnome.org/posts/2023/07/twig-103/

    Update on what happened across the GNOME project in the week from June 30 to July 07.

    5
    0
    Contribute at the Fedora Linux Test Week for Kernel 6.4 - Fedora Magazine
  • Mr_Figtree Mr_Figtree 1y ago 100%

    It's not just the upstream for RHEL, it's also a pretty nice desktop operating system. So as a Fedora user I benefit very directly from Fedora working well. If you're not a Fedora user, then sure, there's probably something better that you could do to contribute to the distros you do use.

    1
  • France passes bill to allow police remotely activate phone camera, microphone, spy on people
  • Mr_Figtree Mr_Figtree 1y ago 100%

    These are all fine in the US, but in other countries not carrying proof of identity can get you into some trouble, as can refusing to talk to the police. Know your local laws.

    63
  • Firefox 115 can silently remotely disable my extension on any site
  • Mr_Figtree Mr_Figtree 1y ago 100%

    Ah, I see. Looks like that should enable people to take individual domains off the list, too, if they want their extensions to work on just some of them.

    2
  • Open source developers - have the recent moves by RedHat changed your opinion of using non-GPL licenses?
  • Mr_Figtree Mr_Figtree 1y ago 100%

    For Fedora users it changes nothing at all. Fedora is upstream from Enterprise Linux. There's no practical reason you'd want to switch to a different distribution, just maybe a personal one if you strongly dislike what Red Hat is doing to the RHEL clones.

    7
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFO
    Formula 1 Mr_Figtree 1y ago 100%
    How Ferrari made a breakthrough with its F1 2023 car
    https://www.motorsport.com/f1/news/ferrari-f1-2023-car-breakthrough/10491569/

    Ferrari continued its development assault at Formula 1’s Austrian Grand Prix with a total overhaul of its front wing design, as well as changes to its floor.

    5
    0