Avatar

0v0

0v0@sopuli.xyz
Joined
1 posts • 45 comments
Direct message
3 points

It’s the Schmidtstedter Knoten in Erfurt.

permalink
report
parent
reply

This element is never generated as a candidate in the picker, probably a quirk of this specific site. I just looked at the DOM and saw this related element next to the dark mode button.

permalink
report
parent
reply

Also add acoup.blog##.darkmode-layer to your filters.

permalink
report
reply

You can take the package from the Ubuntu PPA, which is generally updated quickly, and rebuild for Debian using the instructions here.

permalink
report
parent
reply
fn foo(x: i32) {
    match x {
        const { 3.pow(3) } => println!("three cubed"),
        _ => {}
    }
}

But it looks like inline_const_pat is still unstable, only inline_const in expression position is now stabilized.

permalink
report
parent
reply

It’s because it has to work in pattern contexts as well, which are not expressions.

permalink
report
parent
reply

According to Wikipedia:

In March or April 2023, it dimmed to magnitude 12.3. A similar dimming occurred in the year before the 1946 outburst, indicating that it will likely erupt between April and September 2024.

permalink
report
parent
reply

You can give chisel a try. It tunnels all traffic over http/https, and the client can then create port forwards, just as with ssh, to access other services.

permalink
report
reply

Yes, for example, syncing on a kernel panic could lead to data corruption (which is why we don’t do that). For the same reason REISUB is not recommended anymore: The default advice for a locked-up system should be SysRq B.

permalink
report
parent
reply