opensource Opensource best alternative to windows file explorer?
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    fil
    4 days ago 100%

    Some companies have policies of only using Windows on their laptops. Also this could be a friend's laptop

    1
  • rust
    Rust fil 2 weeks ago 100%
    Asterinas linux abi compatible OS core in Rust https://asterinas.github.io/

    After reading Drew's [pitch to the rust community](https://drewdevault.com/2024/08/30/2024-08-30-Rust-in-Linux-revisited.html) to write our own kernel, I've searched for "linux abi compatible rust kernel" and found "Asterinas". Surprised that it is not mentioned here

    25
    4
    rust
    Rust fil 3 months ago 95%
    Frequency detection crate https://crates.io/crates/freq-det

    I've needed to detect a frequency of an audio signal a couple of times in my life, but I cannot for the love of me remember what does the FFT output actually mean. So I took this knowledge out of my latest project and packed it up in this crate. Also this is my first potentially useful published crate, so if I missed anything, please let me know!

    20
    6
    rust Rust [Question][Textbook problems]Learning Rust Ownership and practice questions.
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    fil
    6 months ago 100%

    By adding the return statement you pass the ownership of the string back to main. The unmodified function just took the ownership of the string and deallocated it after printing. Hope this helps

    6
  • rust Rust sudo-rs' first security audit - Ferrous Systems
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    fil
    11 months ago 100%

    Conspiracy theory: the workgroup found an RCE vulnerability and assigned it identifier CLN-002 but never disclosed it to public and instead sold it to (CIA|DHL|MiB)

    2
  • programming Programming Severity HIGH security problem to be announced with curl 8.4.0 on Oct 11 (CVE-2023-38545) · curl/curl · Discussion #12026
    Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearFI
    fil
    12 months ago 100%

    You can already use experimental hyper backend (written in rust) for http stuff in curl https://aws.amazon.com/blogs/opensource/how-using-hyper-in-curl-can-help-make-the-internet-safer/ I wonder if the vulnerability touches this use case as well

    2