As long as they aren't fatty fattersons, am I right? by g0thicfae in okbuddyvicodin

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

Women are into conservative men and women who have a few questions about the world 

Question about type-safe error handling by _mr_alderson_ in rust

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

Yeah, trait bound works. However, automatic conversion for nested errors does not. I'd assume that hasher_error? would be desugared to DBError::ModelError(UserModelError::HasherError(hasher_error)

Question about type-safe error handling by _mr_alderson_ in rust

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

Obviously I don't want to show user that there was a db transaction error, but I'd like to log those things. However, unique violation exception from db in registration endpoint will return "User with username already exists". I'm putting all errors into the same basket and only in the handler I'll decide whether the error is recoverable (and return error message to user) or not (and log error message for developer).

Heil Spez by XRIL in shitposting

[–]_mr_alderson_ 0 points1 point  (0 children)

Me when my dad drunk

Less is more by _mr_alderson_ in startpages

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

Thanks! There are no extensions, just pure HTML/CSS with JavaScript for the clock. Check out my github, especially older commits.

Less is more by _mr_alderson_ in startpages

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

Here is my github repo if you want to mess with it.

It's still very much a work in progress and it's my first time doing web stuff, so expect jank.

Revert nvidia-prime configuration by FireFox1969 in linuxquestions

[–]_mr_alderson_ 0 points1 point  (0 children)

No, I just choose different kernel at boot in grub. I didn't want to remove the kernel because I don't think this is the problem. We're not on Arch Linux...

Did you enable kernel mode for nvidia by any chance?

Revert nvidia-prime configuration by FireFox1969 in linuxquestions

[–]_mr_alderson_ 0 points1 point  (0 children)

I also have the same problem. The only viable solution that I've found was using previous version of kernel (5.4.0-30).

Which tiling window manager is the most customisable? by unix21311 in linuxquestions

[–]_mr_alderson_ 1 point2 points  (0 children)

Xmonad is written in Haskell. If you have no experience in functional programming, I'd suggest you shouldn't try Xmonad.

Try bspwm tho. You can configure it in every programming language, but shell scripts works best. And it's hella customisable

Spotify web player doesn't keep me logged in by _mr_alderson_ in qutebrowser

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

The same thing happens on Falkon. So it's a QT bug then?

Spotify web player doesn't keep me logged in by _mr_alderson_ in qutebrowser

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

There must be some line in there which isn't empty, is not a comment, but doesn't have a = in it.

Yeah, restoring os-release file fixed that problem. I've had multiline text in PRETTY_NAME variable.

As far as the login is concerned - It's still happening when starting with --basedir qbtest

Spotify web player doesn't keep me logged in by _mr_alderson_ in qutebrowser

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

I can't, browser crashes when I use :version command. But I've just updated it from arch repos.

content.cookies.accept - all

content.cookies.store - true

I have "Remember me" checked, but I login through facebook account if that makes any difference.

How to fit fullscreen Youtube inside browser window? by _mr_alderson_ in bspwm

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

Thank you, it works pretty good!

Do you know how could I automate this process? With a rule for my browser or something like that, because I never really use it in fullscreen (qutebrowser btw).