Skip to content
    • About
    • Contact

/root

  • Adding greek translation of TrueNAS WebUI

    June 30th, 2025
  • REDCapTidieR

    June 30th, 2025

    A very useful R package for importing RedCap database data into R Studio as tidy tibbles.

    https://chop-cgtinformatics.github.io/REDCapTidieR/

  • June 29th, 2025
  • Anki 25.06 Beta 7

    June 29th, 2025
  • Introducing ZFS AnyRaid by Eshtek

    June 29th, 2025

    This feature will allow the maximal use of storage in a ZFS pool consisted by drives of different capacity.

    Introducing ZFS AnyRaid
    byu/bik1230 inzfs

    https://hexos.com/blog/introducing-zfs-anyraid-sponsored-by-eshtek

  • TrueNAS 25.04.2 in July, MacOS Copy Offload, Snapshots over Tailscale | …

    June 29th, 2025

  • One UI 7.0

    June 29th, 2025
  • Tailscale Wake on LAN pull request under construction πŸ—

    June 29th, 2025

    Very useful feature that is currently not natively supported (a pull request is under review and testing). An alternative is the tailscale-wakeonlan project.

  • Interesting stats

    June 29th, 2025
  • One-Factor Authentication πŸ˜…πŸ€£

    June 29th, 2025
  • informant: An Arch Linux News reader designed to also be used as a pacman hook.

    June 29th, 2025

    https://github.com/bradford-smith94/informant

  • Rust 1.88

    June 29th, 2025

    Summary: Rust 1.88.0 Release (June 26, 2025)


    πŸš€ Installation

    • Update via rustup update stable.
    • Switch to beta/nightly using rustup default beta|nightly.

    πŸ”§ Key Features in 1.88.0

    Let Chains (Rust 2024 Edition Only)

    • Allows chaining of let statements with && in if and while.
    • Supports both refutable and irrefutable patterns.
    • Improves readability by reducing nesting.
    if let A(x) = some_func() && let B(y) = x && y > 0 { ... }
    
    

    Naked Functions

    • Define low-level functions without compiler-generated prologue/epilogue.
    • Use #[unsafe(naked)] and naked_asm! block for full control.
    #[unsafe(naked)]
    pub unsafe extern "sysv64" fn f(a: u64, b: u64) -> u64 {
        core::arch::naked_asm!("lea rax, [rdi + rsi]", "ret");
    }
    
    

    Boolean Configuration in cfg

    • Now supports cfg(true) and cfg(false) for clearer conditional compilation.
    • Replaces prior use of cfg(all()) or cfg(any()) for unconditional flags.

    Cargo Cache Auto-Cleanup

    • Cargo now garbage-collects unused cached crates:
      • Downloaded files: deleted after 3 months of inactivity.
      • Local files: deleted after 1 month.
    • Behavior adjustable via cache.auto-clean-frequency.

    βœ… Stabilized APIs

    New Stable APIs

    • Cell::update, HashMap::extract_if, hint::select_unpredictable, and more.

    Now Const-Stable

    • NonNull<T>::replace, std::ptr::swap_nonoverlapping, Cell methods, etc.

    πŸ“‰ Other Changes

    • i686-pc-windows-gnu demoted to Tier 2 (still supported, less tested).

    πŸ™Œ Contributors

    • Rust 1.88.0 was made possible by numerous community contributions. Thank you!

    For full details, check the Rust 1.88.0 release notes.

  • June 28th, 2025
  • TrueNAS Talk

    June 28th, 2025
  • AnkiDroid 2.22alpha1 introduces a new Study Screen

    June 28th, 2025

    How to enable the new study screen:

    Settings β†’ About β†’ tap the Anki logo a few times β†’ go back β†’ Developer options β†’ enable β€œNew study screen” β†’ go back β†’ New study screen.

←Previous Page
1 … 22 23 24 25 26 … 139
Next Page→

Blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
 

Loading Comments...
 

    • Subscribe Subscribed
      • /root
      • Already have a WordPress.com account? Log in now.
      • /root
      • Subscribe Subscribed
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar