There are some code updates to refactor API call two months ago on Codeberg.
- 0 Posts
- 6 Comments
Coelacanthus@infosec.pubto Selfhosted@lemmy.world•Why is my server using all my Swap but I have RAM to spare?English1·2 months agoI think that most of usefulness of swap has passed now that we have systems with noodles of ram.
Please read this article authored by maintainer of Linux kernel memory management subsystem and cgroup subsystem, Chris Down.
https://chrisdown.name/2018/01/02/in-defence-of-swap.html
And there is another article with some additional informations about swap authored by @farseerfc@sn.angry.im who tranlated the article above to Chinese.
https://farseerfc.me/followup-about-swap.html (only Chinese version available)
Coelacanthus@infosec.pubto Unpopular Opinion@lemmy.world•Don't bother promoting IPv6 as "the future". It's never going to be the default.English1·2 months agoActually it’s simple than “NAT”, technically. Normally when we said “NAT”, it’s not just NAT (Network Address Translate), but a NAT plus a stateful firewall (see documents below). The conntrack here is a stateful firewall as in “NAT”. And compare to create a map from (paddr, pport) to (iaddr, iport) and match the later, it’s more simple to just match suffix of address.
Coelacanthus@infosec.pubto homeassistant@lemmy.world•Home Assistant officially MattersEnglish1·2 months agoESPHome has supported Thread since 2025.6.0b1. But Matter support still need more time.
Coelacanthus@infosec.pubto Selfhosted@lemmy.world•Securely Expose your Homelab Services with Mutual TLS - YouTubeEnglish1·2 months agodeleted by creator
Coelacanthus@infosec.pubto Unpopular Opinion@lemmy.world•Don't bother promoting IPv6 as "the future". It's never going to be the default.English11·2 months agoIf I go for SLAAC with privacy extensions and I keep paying for a static IP (v4 & v6) to my ISP then I can’t implement any firewall rules for specific devices as devices will change their IP regularly. And its even worse if I don’t pay for a static IPv6 prefix.
I don’t know which firewall software you used. But if you use nftables, which support suffix match and conntrack for TCP/UDP, you can block all new (identified by conntrack) income (since privacy extension design for outcome) and allow income with specific suffix (for SLAAC with EUI-64, it will stable), needn’t care about which prefix was used.
Actually, Celeste is originally a 8-bit game. It was developed on PICO-8, and then was ported to PC.