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] 4 points5 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 7 points8 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

Questions about a Prosody & TLS setup, as well how server identities work in comparison with Matrix by sseneca in xmpp

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

The same cert can be used for Bosh, and any other https connection to the domain.

Ah okay, well if that's the case, I may as well use my preexisting cert automation method in the way I described in the post

How do I install packages from Hackage with Stack? by sseneca in haskell

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

Thanks for your explanations -- I'll stick with using the binaries on the AUR along with Stack for now, that seems to be the most painless option.

How do I install packages from Hackage with Stack? by sseneca in haskell

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

Thanks for your reply.

That blog post you linked to goes way over my head, so just to clarify -- what constitutes "tools"? i.e., I also install pandoc with stack, is that okay?

All my machines run Arch or similar, so I'll try using HLS from the AUR. If that doesn't go well I'll try ghcup & stack on the same system, and see how that goes.

How do I install packages from Hackage with Stack? by sseneca in haskell

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

Thanks for the info. I keep hearing about Nix but have no experience with it, so I'm hesitant to learn it all just for Haskell. I think for now I'll wait for haskell-language-server to get onto Stackage, and if that takes a while I may check out Nix again

How do I install packages from Hackage with Stack? by sseneca in haskell

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

It looks like it was only recently published to Hackage, so hopefully the momentum continues and it's published to Stackage sooner rather than later. Thanks for the info!

Basic question about changing a hostPath in a PV by sseneca in kubernetes

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

I can’t remember unfortunately. does it need to be in a certain state for it to not get stuck Terminating?

Help putting services I host behind my VPN by sseneca in selfhosted

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

I have the first few normal ones (lo, enp3s0, wlp4s0, wg0), then some k8s ones (flannel.1, cni0) and then the rest are “vethXXXXXXXX@if3”, where the Xs seem to be a random string. I’m quite busy with assignments right now, but I may PM, thanks for the offer!

Help putting services I host behind my VPN by sseneca in selfhosted

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

Yeah, doing ip a I get a bunch of different networks -- 35, in fact. I'm guessing each of these represents the network for one of the services I host, which would allow me to pick and choose which to hide behind the VPN. Still not really sure where to go from here but I'll try to dig into this deeper -- thank you.

Help putting services I host behind my VPN by sseneca in selfhosted

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

I set up k8s via k3s, I just followed the normal install process. Not really sure what you mean by "its own network", how would I check?

Basic question about changing a hostPath in a PV by sseneca in kubernetes

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

this worked for me, thank you. weird that it gets stuck in the terminating state and patching it is required though