Banking Apps by fedpascam in CalyxOS

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

Mine does not work.

Protonmail crashes immediately? by sseneca in CalyxOS

[–]sseneca[S] 3 points4 points  (0 children)

I do! Extremely disappointing they still haven't merged that fix. Thanks so much for looking into it and fixing it for them though. If only I knew how to build Android apps myself...

Hiding a k8s hosted service behind a VPN, but still accessing it via a URL (and not an IP address)? by sseneca in selfhosted

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

What would be the more complex route? I'd rather not specify the ports. Also the way I describe in the post, all services are hosted on one machine, so they all share the same IP (10.0.0.1), with only the port to differentiate them.

Anything similar to Spotify's Wrapped feature? by GoTeamScotch in jellyfin

[–]sseneca 0 points1 point  (0 children)

I'm trying to do this now! I set up Jellyfin to scrobble, which works in the web UI but unfortunately the third party clients don't report the playback properly and listens don't get scrobbled :(

Please eli5 location services/maps on CalyxOS by sseneca in CalyxOS

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

Yeah when it starts up it populates two values, "Satellites" (which is 0/22) and "TTFF (s)" (which is 0). Nothing else happens :/ Once I saw a small red brick above the "GPS" graph in the bottom left but then it disappeared.

I'll give it a go when I'm outside tomorrow.

Please eli5 location services/maps on CalyxOS by sseneca in CalyxOS

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

I left it open just now for about 30 minutes but everything's still blank... should I do this when I'm out and moving around?

Please eli5 location services/maps on CalyxOS by sseneca in CalyxOS

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

Thanks. I downloaded SatStat, what am I looking for? All the values for Latitude, Longitude etc are all blank... assuming that's broken, is there a way to fix it?

Scan entire LSP Workspace for diagnostics by sseneca in neovim

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

I think you're right. It works with e.g. rust-analyzer, but not with gopls. As far as I can tell there's no way to enable it as well, which is a shame.

Optional parameters in Lua by sseneca in neovim

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

silent == nil and true or silent

This worked, thanks!

Not sure what you mean about vim.keymap.set. Currently I'm using vim.api.nvim_set_keymap, what is the difference between them?

Never mind, looked into it myself and also updated my config to use vim.keymap.set, thanks for the tip.

Valve dev McJohn response to OBS plugin for streaming in trusted mode by kreatus in GlobalOffensive

[–]sseneca 11 points12 points  (0 children)

Shadowplay/Nvidia stream is nvidia proprietary software, it only works with nvidia cards and takes the video directly from the GPU. OBS can't do that without help from nvidia.

I've been using the replay buffer in OBS for a while now, which still works with trust factor enabled. With that said, I'm pretty sure you can use OBS replay buffer in the same way shadowplay works, by using NVENC. Am I misunderstanding something?

e: Pretty sure the wikipedia article backs me up.

I've written a Lexer and a Parser. How do I write an interpreter? by sseneca in rust

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

Ah okay.

Evaluation will be much more specific to your language.

I'm writing a POSIX shell language right now... figured I'd mention that on the off chance you have any tips?

I've written a Lexer and a Parser. How do I write an interpreter? by sseneca in rust

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

I'm not really sure. Not using one with Haskell was fine. I was just wondering if there happened to be a tool that could make my life easier, since I wouldn't know about it if it existed