

Switched to self-hosted Forgejo already so now I’m just waiting for my dependencies to switch.
10 minutes ago my forgejo test failed because github returned a 502 for the home-manager repo •-•


Switched to self-hosted Forgejo already so now I’m just waiting for my dependencies to switch.
10 minutes ago my forgejo test failed because github returned a 502 for the home-manager repo •-•


For even more context: That means that 89% of the time all parts that make up github work without issue. 11% of the time at least one component has issues/downtime.
https://mrshu.github.io/github-statuses/ shows the breakdown, git push/pull operations for example have 98.98% uptime.


Don’t know yet but it seems to just be running on fumes.


Are you sure you don’t need the lube?
because all the other programs, protocol are working fine.
With the shown firewall configuration nothing but NTP should work? You’re dropping outgoing packets by default.
Update your nftables rulefile or use nft commands to update your firewall to the following:
# extract
chain OUT {
type filter hook output priority 0; policy drop;
udp dport 123 accept
limit rate 3/second log prefix "Nftables Blocked: OUT: "
}
chain IN {
type filter hook input priority 0; policy drop;
ct state established, related accept
limit rate 3/second log prefix "Nftables Blocked: IN: "
}
Blocked pakets will show up in the kernel log (dmesg/journalcl)
If you want more information on why it is blocked then enable nftrace for those packets
nft add rule inet/ip/ip6 tablename OUT udp dport 123 meta nftrace set 1
nft add rule inet/ip/ip6 tablename IN udp dport 123 meta nftrace set 1
nft monitor trace
Or
nft add rule inet/ip/ip6 tablename OUT meta nftrace set 1
Or maybe even
nft add rule inet/ip/ip6 tablename PREROUTING udp dport 123 meta nftrace set 1
Additionally you can use tcpdump -i <interface> to show network packets before they enter the firewall, there you should be able to tell what it’s a trying to do.


Successfully merging this pull request may close these issues.
None yet
Valve’s testing indicates that Cyberpunk 2077 is Verified on Steam Deck. This game is fully functional on Steam Deck, and works great with the built-in controls and display.


Moral of the story. If you’re an engineer then expect enshitification through all available means.


Well, you can do that too by just marking the time range and repeating the appointment every day(/monday/…).


Just use multiple calendars?
I use Davx^5 and radicale to sync one (my own) calendar but you could also have multiple and distribute as needed.


I’m not a car expert or planning to be.
Anyways I’m going to build my first car by hand.


They are at the mercy of not being shit listed by companies.
That is if they can’t pay for the products through the revenue of the review. Though ofc they still have to have ads or sponsors. Much more important is if they are financially stable and convicted enough not to sell out.


The process get’s worse each time I look at it so you choose if it’s worth it.


Maybe it works if you add custom secure boot keys and sign your bootloader?


won’t just boot straight into the OS, otherwise GRUB freezes (not dual booting, secure boot is off), so I have to spam F9 on startup
That would annoy me so much that I would switch bootloader or find a cmdline argument to fix it
To understand recursion, first you must understand terminal capitalism.
Look on the bright side, it’s only 3,5 days of downtime a year.
https://uptime.is/98.98