injinj
- Karma
- 75
- Created
- June 18, 2018 (8y ago)
- Submissions
- 0
I do pubsub and caching.
https://github.com/injinj
https://github.com/raitechnology https://github.com/injinj
https://github.com/raitechnology
I've been running frr (free range routing) for networking, using ospf layer 3 routing between my hosts. This allows dynamic routes to be populated throughout and makes a switched layer 2 network optional, since switches…
Thanks for the refs. If I wanted to setup z-library on freenet, an example where reputation could be greatly enhanced by users of the service yet at odds with the legal system. Could the governed outweigh the influence…
The reputation system is radical departure from freenet. This feels like a google search pagerank integrated with yelp, where you initially buy keywords from freenet.org, like a domain name purchase, and then other…
That's new. Wow, latest has -mno-omit-leaf-frame-pointer (rpm --eval '%{optflags}') Do you know of a way to get rpmbuild to keep the -ffat-lto-objects in the ar libs?
It doesn't need a raft consensus algorithm, but corrosion does converge to a consensus, doesn't it? In the OSPF example, that does needs to converge to a state that is consistent and replicated on all the routers,…
Wow, that's significant. I may have to look into that.
That's what I got (7950x steel legend), except that I'm running 128GB memory at 4800. Here's my stream results (with the cpu in 105watt "eco" mode): $ wget https://www.cs.virginia.edu/stream/FTP/Code/stream.c $ gcc -O3…
I can never remember things. That's why my history file has 100k lines in it. $ do create linux bridge brctl addbr <bridge_name> ip link set <bridge_name> up $ do git reverse last commit git reset --hard HEAD~1 $ do gcc…
Can I use this to manage sudo containers? It's slightly amusing to see the desktop creates a podman daemon, so maybe you could create a sudo podman daemon for use with the desktop somehow?
It's sort of a neo-hukou system? A positive covid signal is basically house arrest. Since they do covid tests in batches of 20, it is expected to get false positives.
In Firefox, about:config -> general.useragent.override (select string type) -> Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 enable drm. Couldn't get it to work in chrome.
China fomo? Are these good enough to fill the needs of AI workloads of the datacenters which can no longer get the next gen NVIDIA GPUs?
Probably a stable driver api. It was always a challenge upgrading with offbeat hardware, and the GPUs were always a pain in the butt.
Ok, thanks. The Ziti mesh optimizes for latency. Does it move existing streams around the fabric mesh when it finds a better route or only new streams? Are there plans for multicast?
This implies that Ziti layers the stream endpoints on top of a packet switched network, which could mean authentication of each packet and maintaining stream reliability in a different way than TCP does. Is that…
I would use debootstrap. https://semjonov.de/posts/2021-09/minimal-ubuntu-installatio...
I didn't see binary interpolative coding (BIC) referenced. It is one of my favorites introduced to me by the book "Managing Gigabytes" by Moffett and Bell [1]. It has great compression ratio for sequences and is…
FWIW, I'm happy to sponsor both, they innovate in different ways. Chess.com with their content sponsorship and deep player pools, lichess with ad-free, open source and unique UI features.
Es global meetup 2022! I'm down. BYOW.
Yay, another es shell user!
It looks like the input word is using lodsd instruction, loading a 4 byte word, instead of a ptr increment, which could cause a 3 byte oob read if the last byte was at address 1. I believe this is used in millions of…
A wireshark capture shows that memcrsd is breaking up the response packets, not optimizing network, sending a lot more packets than memcached. With the 100 byte size, memcached is packing 10 PDUs per packet and memcrsd…
Decent speedup on my 3970x. Including this patch reduced the number of instructions in lzma_decoder.s (using gcc 8.3.1) by about 8% (4417 lines of asm vs 4824). With perf stat, an astonishing branches-missed reduction…
I believe libpng default zlib compression level is 6. libpng may use CRC (or adler) checksums, which account for around 30% of the decode time. In my experience with zlib, the higher compression levels have faster…
It does appear the "Node ID" section covers this issue, with the requirement that the public key back up the 40 bit key fingerprint. What if the controller had a timer that could be set such that the network becomes…