Testing #SOCKS5 proxy option in the #gossip / #nostr client https://github.com/mikedilger/gossip/pull/1029

* just for reminding: it works with #TOR and #I2P relays, no client tunnels required anymore - the one bridge for tests: ws://nostrajmjieip3dqgeefsgpydy3bbshe3o32z65dwkssl7qxkn5a.b32.i2p

#Rust #1029

SOCKS5 proxy option #218 by oooo-ps · Pull Request #1029 · mikedilger/gossip

#218 HTTP / reqwest WS / tungstenite native-tls rustls-tls rustls-tls-native (default)

GitHub

Rust In Practice, Third Edition: Concurrency, Memory Safety, GPU Computing, Linux Kernels, and Real-World Systems using Rust 1.85 by GitforGits | Asian Publishing House is a new release on Leanpub!

Link: https://leanpub.com/rust2026

#books #ebooks #newreleases #leanpublishing #selfpublishing #rust #agentic_engineering #computer_hardware #embedded_systems #graphics #c_and_cpp

Ferrico — A fast, local-first bookmark manager

Organize, search, and reclaim your bookmarks. All stored locally. No account, no cloud, no telemetry.

Abbaye 0.7.0 is now out!

Abbaye is a Static Site Generator (SSG) for your software releases, for those of us who can't or won't use a full-featured software forge.

Phew, this version has been in the works for a while, and I'm glad to finally release it.

The big highlight of this release is a brand new repository browser that allows you to look at the code of what you would (maybe) download. That's something that was missing compared to most other software release browsers.

You can now browse:
  • The availables refs (branches, tags, etc.) of the repository;
  • The git history of a given ref;
  • Individual commits (with collapsible diffs !);
  • The code of a given ref.
As a bonus, you can also clone the repository.

Note: The code browser is only generated for branch "tips" (i.e. the latest commit on the branch) and for tags (i.e. the latest commit on the tag).

All of this still as html files without any javascript.

And with the addition of the updater in the last release, all of this is a simple abbaye self-update away!

Here's Abbaye's 0.7.0 page, as built with Abbaye itself: https://vit.am/~ololduck/abbaye/0.7.0/

#Rust #SmallWeb #Rustlang #SSG
🚀 Ah, yet another Rust-based, "better than GitHub" project that promises to save us from the AI apocalypse! 🙄 Spoiler alert: by 2026, you'll still be waiting for version 0.2 while pondering why you didn’t just stick with GitHub. 📉
https://gitdot.io/ #Rust #GitHubAlternative #AIapocalypse #SoftwareDevelopment #TechHumor #FutureOfCoding #HackerNews #ngated
gitdot

A better open-source GitHub

Gitdot – a better GitHub. Open-source, anti-AI, and written in Rust

https://gitdot.io/

#HackerNews #Gitdot #GitHub #OpenSource #Rust #AntiAI

gitdot

A better open-source GitHub

Microsoft has released a native Windows build of Linux coreutils, bringing commands like ls, grep, and cat directly into Windows without WSL. 🪟
The Rust-based tools are still in preview, with partial command support and ongoing compatibility work across Windows environments. ⚙️

🔗 https://itsfoss.com/news/windows-coreutils/

#TechNews #Microsoft #Windows #Linux #Coreutils #OpenSource #WSL #Rust #Developers #CLI #Software #Technology #Unix #FOSS #Programming

Not Kidding! Microsoft Just Brought Linux Commands to Windows Officially

The company that once called Linux a "cancer" is now the one shipping its core tools to Windows users.

It's FOSS
"Simon Peyton Jones is the co-creator of Haskell (pure functional programming language) and I interviewed him about functional programming, why it matters, and his thoughts on other programming languages." https://www.youtube.com/watch?v=xcB_LF3cdqw
#spj #safety #functionalprogramming #haskell #c #rust #ocaml
Co-Creator of Haskell: Functional Programming, Thinking in Types, Useless Languages | Simon Jones

YouTube

Show HN: Gitdot – a better GitHub. Open-source, written in Rust

https://gitdot.io/

#github #open-source #rust

gitdot

A better open-source GitHub

As for diffing, sometime around December I started working on ANOTHER save editing project - this time with a simpler game, SMT: Strange Journey (for the DS).
I started writing a save dumping harness because I got tired of manually pausing the emulator and xxd-ing the save file. It does all that for me and adds the hex dump to a git repo.
That reverse engineering attempt failed when I couldn't figure out what kind of checksum SMT: SJ uses. (at
0x100 for slot 1 and 0x5d00 (probably) for slot 2; 2 bytes) (if someone knows this, HMU).
I guess I'll try to adapt that save dumper to work with The Forbidden NX Emulator and multiple files because I don't wanna manually dump those again. It's painful. Or maybe I'll make it generic. Idk. I'll see.

end of info dump (for now)
#rust