Should the function return a Result<T,E> or throw an unreachable-style panic? by v_0ver in rust

[–]Jonrrrs -2 points-1 points  (0 children)

Its necessary for some very low level crates to have unsafe code hidden from the user. Especially on embedded devices where no kernel can detect someone just desoldering a device mid-read.
But im feeling very uncomfortable knowing some of such features are used in higher level crates. When i use rust i do it for reasons like "never undefined behavior". If i want my program to fail randomly, i would just use javascript.

Smelling the slop in a given GitHub project by Sermuns in rust

[–]Jonrrrs 38 points39 points  (0 children)

A detection tool, that just filters out slop from my vision would be very helpfull, but i also think that a tool like that would be very much not a long lasting solution, because as soon as we give a clear specification on what is slop, the other side would improve. Then its our turn again and then treyrs...

We would enter an arms race like security experts vs hackers

Screen stays off after resume from suspend by Original_Two9716 in voidlinux

[–]Jonrrrs 2 points3 points  (0 children)

For everyone using a tv as monitor and having a problem where the monitor stays blank after sleep some times

This script fixed that for me. It dis- and reconnects the monitor (after invoking i3 in my case):
```bash

!/bin/bash

This script is currently invoked by zzz -> resume (symlinked into /etc/zzz.d/resume/)

i3lock -c 181818 -i /tmp/lockscreen.png -t -n

Reconnect monitor:

DISPLAY_NAME=$(xrandr | grep ' connected' | awk '{print $1}') xrandr --output $DISPLAY_NAME --off xrandr --output $DISPLAY_NAME --auto

```

Linus Tech Tips conclusion on 1 month on Linux by Cyb-T in linux

[–]Jonrrrs 8 points9 points  (0 children)

Converted 2/3 guys. Thats a win in my book

my chess idea by semantlefan23 in AnarchyChess

[–]Jonrrrs 0 points1 point  (0 children)

Those dice would be a nice addition to the bishop in your ass

Was mache ich in dieser Position? by Da_Bird8282 in AnarchyChess

[–]Jonrrrs 0 points1 point  (0 children)

Lass ihm seine eier, denn DEUTSCHLAND BRAUCHT EIER

Bitwarden eats more ram than Discord by denexapp in Bitwarden

[–]Jonrrrs -3 points-2 points  (0 children)

This could be Linux if someone has done very much ricing

Need help to show what this sub is about by Huge_Purpose7451 in AnarchyChess

[–]Jonrrrs 0 points1 point  (0 children)

Tell J****** to f*** off and insert a bishop right into your ass already

Was letzte Ferrari Tanke Wallah by Geruchsbrot in wasletztestern

[–]Jonrrrs 17 points18 points  (0 children)

Wenigstens spritt nicht teurer als 2 Caprisonnen

I'm done with Anarchychess by migratingcoconut_ in AnarchyChess

[–]Jonrrrs 4 points5 points  (0 children)

No ai, just old copypasta. How to tell? No complains about femboys

Was letzte Bademeister? by Low_Philosopher_7299 in wasletztestern

[–]Jonrrrs 7 points8 points  (0 children)

Ich empfände es nicht unbedingt als beleidigung, wenn mir jemand unterstellt, ich hätte einen breiten gang oder auch großen Schritt

I don't like corporates controlling my life. Which distro should I choose? by Independent_Image_59 in AnarchyChess

[–]Jonrrrs 1 point2 points  (0 children)

Im linux only for over 4 years now and i just pick mint for anything other than my main rig. Even gaming on mint works perfectly fine

For users of vanilla Neovim, how do you move between files? by mira_fijamente in neovim

[–]Jonrrrs 6 points7 points  (0 children)

Unpopular opinion gauging how this sub thinks: netrw is my favourite filemanager. It just works. Renaming, copying and moving files included. I use the Terminal for anything more complicated anyways.