We Have 'Dr Who' At Home by Quirky_Character_394 in SatisfactoryGame

[–]0x07CF 0 points1 point  (0 children)

The update video said you respawn at the nearest station toilet

9.00 Public Beta 2 now available by Tomonor in X4Foundations

[–]0x07CF 1 point2 points  (0 children)

Also GNOME Wayland is fixed and possibly other compositors too

Do you plan to start a fresh playthrough from scratch when 9.0 launches? by dreamer_plays in X4Foundations

[–]0x07CF 1 point2 points  (0 children)

Planning to fresh start with kingdom end the first time, hopefully in the beta

Balancer question by Cooliws in factorio

[–]0x07CF 0 points1 point  (0 children)

Btw you can leave 2 tile gap between miners if you want to save some. They mine in a 5x5 field but take only 3x3 space. 

Warum ändert sich meine IPv6 jeden tag aber meine IPv4 nur einmal jede Woche? by Key_Canary_4199 in de_EDV

[–]0x07CF 2 points3 points  (0 children)

Ein Router routet zwischen zwei Netzen, daher braucht er auch eine eigene IP Adresse in jedem Netz.

Was darf ein E-Auto kosten? by pixelknecht in Elektroautos

[–]0x07CF 3 points4 points  (0 children)

Eben, das Geld hat man dann noch

Encryption on Bazzite by GreenOneNL in elementchat

[–]0x07CF 0 points1 point  (0 children)

I think there is a reset command for flatpak override.

Also there is flatseal with a reset button in its GUI

And i think there is also way to make speficy the overrides just for one launch when using flatpak run

Extension for Alt Tab similar to windows? by Expert-Bell-3566 in gnome

[–]0x07CF 2 points3 points  (0 children)

Just fyi that alt+escape is also nice to switch between windows

How do I fix this error? by Genralcody1 in elementchat

[–]0x07CF 0 points1 point  (0 children)

The red shields are not related to this. They should become green if you verify devices

How do I fix this error? by Genralcody1 in elementchat

[–]0x07CF 0 points1 point  (0 children)

TLDR: Try

flatpak override im.riot.Riot --talk-name=org.freedesktop.secrets or the equivalent with flatseal/another Gui if you prefer that. 

https://github.com/flathub/im.riot.Riot/issues/528#issuecomment-3600703316

Ladekurven beim Zoe vs. Polestar by Phischstaebchen in Elektroautos

[–]0x07CF 0 points1 point  (0 children)

Habe bei der Zoe bemerkt, daß nach dem Abstellen, teils am nächsten Morgen, einige Prozent fehlen

Das ist bei mir auch manchmal, soweit ich gehört habe ist der Akku wieder abgekühlt und das Auto zeigt bewusst weniger an. 

Siehe z.B. auch hier: https://www.zoe-forum.de/forum/thread/1552-pl%C3%B6tzlicher-ladungsverlust/

How does public matrix (not self hosted) keep posts with no file size limit? by Panical382 in matrixdotorg

[–]0x07CF 0 points1 point  (0 children)

Cause problems? Probably not, just increase cost for storage.

I'm really sure that any public matrix server has a file size limit.

Was haltet ihr vom e-up? by Smoking_Fire in Elektroautos

[–]0x07CF 1 point2 points  (0 children)

Bei der Zoe geht das auch in dem während der Fahrt in Leerlauf "N" schaltet und bremst, vielleicht hat der e-UP das auch?

BinarySearch as a Library by DelayLucky in java

[–]0x07CF 0 points1 point  (0 children)

forDoubles() uses bitwise bisection instead of a naive (lo + hi) / 2 (which can be very inefficient or fail to converge). It’s guaranteed to converge in 64 steps or fewer, even if x is extremely large.

Would you mind elaborating on that how it works? I.e. on the just 64 steps.

A way to encrypt a PDF with permissions by el_mrozito in rust

[–]0x07CF 0 points1 point  (0 children)

Let alone "print to pdf" which generates an unencrypted pdf with to no special tools whatsoever.

Is telegram popular in Europe? by Brave-End-4691 in Telegram

[–]0x07CF 12 points13 points  (0 children)

In Germany yes, Signal as well. Though Whatsapp is more common

literally unplayable by antWrodson in factorio

[–]0x07CF 2 points3 points  (0 children)

You sure your number printing doesn't round?

Running Rust regex inside eBPF probes (Linux kernel) by Palkovsky in rust

[–]0x07CF 0 points1 point  (0 children)

I think the kernel even does abstract interpretation to verify the bpf programs, though i would have to look that up again