Noggog

joined 1 year ago
[–] Noggog@programming.dev 3 points 1 week ago (1 children)

Donetick is what I use for this kind of stuff. Still needs a bit of work on the OIDC systems, though

[–] Noggog@programming.dev 3 points 2 months ago (1 children)

Looks like a cool idea! I could see the mappings getting out of hand real quick if you actually braindumped everything in there. I think it needs some more collapsing functionality so i can close sections when im not focused on them.

True, everything is everywhere and this aims to put everything in one place.. but that can be equally detrimental to ALWAYS have everything in one place. I guess you have some "control" in how far you put things from each other, but probably needs more tooling besides that for organization and especially "archiving".

[–] Noggog@programming.dev 2 points 3 months ago

Awesome!! I had been wanting to make something like this, but never got around to it. Excited to try it out tomorrow

[–] Noggog@programming.dev 2 points 8 months ago

Plexamp with music stored on my homelab

[–] Noggog@programming.dev 2 points 8 months ago

Yeah, mine never reconnects the game audio to my Bluetooth if I ever lock it. I have to quit the game and restart it for it to play audio again. Really makes it frustrating to use on the go, which is all I use it for

[–] Noggog@programming.dev 14 points 9 months ago* (last edited 9 months ago) (2 children)

What about the next generation of kids that want to play old classics, or just plain ol patient gamers that never got to it? If it's just people that have private personal backups, then it'll eventually die with them and be lost forever to time.

[–] Noggog@programming.dev 4 points 9 months ago* (last edited 9 months ago)

I use Plex for my music, which has a lot of mechanisms that help me process new stuff.

For example, I have a smart playlist that only plays things I haven't heard in a year. This is my "Frontier" playlist to hear new things. As I listen, I rate stuff with stars.
From there, I then have smart playlists that only play highly rated things I haven't heard in a week or two. Depending on my mood, I'll either listen to my frontier playlist, or my liked playlist.. with other playlists further scoping on genre as desired.

All these playlists filter out things that are lowly rated if I've heard them more than X times.

I generally shove anything/everything anyone recommends into the pot, which then naturally folds into my frontier playlist which then fold naturally into my liked playlists. I've discovered quite a lot of stuff I never would've predicted I'd like this way. From there, I'll look at recommended artists from the bands I have and like and add those as well.

[–] Noggog@programming.dev 2 points 11 months ago* (last edited 11 months ago)

It's set up on the same box as my caddy install. I believe it's getting passed the real IP because that's what gets banned, and what I type in to unban it.

It just sees normal operations as http probing. Like if some other service goes down, my GetHomepage will then 404 and that's seen as probing. It bans surprisingly quick. Even after just one or two events (normal for someone just visiting the homepage) it'll just kick em right out

I've been having to inspect every alert and hand write whitelist parsers to whitelist 404s or whatever it may be for that app. Slowly accumulating a workable collection.. but seems like I'm missing something as no one else seems to complain about this in threads like these

Another example is my brother got banned for normal audiobookshelf usage. He just thought the server was buggy. It was just blocking him without us really noticing or thinking much of it at the time. Not great

[–] Noggog@programming.dev 1 points 11 months ago (2 children)

I've been using crowdsec .. but I've yet to see anyone banned but myself so far. Is everyone else having to write tons of whitelist parsers? I could whitelist my IP but I feel like that's sidestepping the issue and doesn't address friends/family also getting banned, coffeeshops, etc.

Feels like I'm missing something as so far it's been quite a pain to configure

[–] Noggog@programming.dev 0 points 1 year ago (1 children)

Just out of curiosity, is the tail scale part of this required? If i just reverse proxy things and have them only protected from there by the login screen of the app being shown, that's obviously less safe. But the attackers would still need to brute force my passwords to get any access? If they did, then they could do nasty things within the app, but limited to that app. Are there other vulnerabilities I'm not thinking about?