Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DO
Posts
1
Comments
167
Joined
2 yr. ago
  • Okay yeah that makes sense. So that rules out founding cults that use the information as their holy book. But it could allow for "keep it secret, keep it safe" cults where there's a holy object that they know is important but don't know contains the data. (But it can't be SO interesting that people try to inspect and understand it and inadvertently discover the data).

    I wonder if you could rely on your buddy in the future knowing what your favorite password is and encrypting the data somehow.

    Does it need to be discovered ASAP in that 20 year gap or can it be later on in that period once they know that you specifically are selected for the mission?

  • I use it to (semi) automate bit repetitive tasks. Like adding a bulk set of getters, generating string maps to my types, adding handlers for each enum type, etc. Basic stuff, but nice to save keystrokes (it's all auto complete).

    Anything more complex though and I spend more time debugging than I saved. It's hallucinated believable API calls way too often and wasted too much of my time.

  • I run Debian on most of my systems and run all of my services in docker (with rare exceptions for node_exporter or stable core tools). My base systems get automatic security upgrades, and then I'll manually check in every few weeks whenever I feel like it.

    My services in docker are version locked to a specific major version (when there's a tag available) so I can usually re-pull to get minor version updates freely without breaking issues. My few more finnickey services get manual upgrades from me every 6 months or so only.

    I usually stick to an OS version for as long as I can, and to that aim I stick to LTS versions with long support windows.

    4 major versions in 12mo is...a lot. Especially if those include breaking changes for you. Yikes

  • Looking at how bad our current system is, there's clearly no need to prevent the videos from getting out because the officer can get away with it despite that.

    And even if the officer doesn't, the department can just scapegoat them and just keep doing the same things.

    All the more reason to not waste a 0-day or risk the knowledge of a backdoor getting out.

  • Sourcing just shifts the problem to having to verify the source though. Antivax people could easily cite thousands of sources. We'd know there bullshit, but some mod would be stuck needing to vet them.

    It's easy for common misinformation like antivax, but more unusual claims could easily be left around just because they have something seemingly relevant linked.

    I don't disagree with the idea, it just isn't enough of a fix and would still require a lot of work.

  • You'd likely only be able to use it effectively once before people seek out different recording devices, or just the knowledge that cameras were disabled in that area would be as damning as any video.

    Especially for any zero-day exploits. As soon as it gets used people start protecting against them so they often don't work for very long. It would need to be a pretty big coverup to be worth burning an exploit on. Especially if it's likely that at least one person in the area wouldn't be susceptible and could still record it.

  • I've used this nightly for years and it's been great for me. It takes some time to adjust the sensitivity to capture midnight ramblings properly, but the recordings are freely accessible and easily saved if you want to keep them.

  • Working for the agency isn't the problem on its own. If your job requires you to do something that is against your morals, resist up to and including loudly leaving that job if that's what's required. But until then it's more important than ever to stick it out and push to make things better any way you can.

  • Eat lead

  • If God created it in that state then they should be curious to understand that creation. They look at rainbows as the beauty of creation but not the fact that lead exists in these crystals. It's all equally beautifully complex. So why not try to understand it.

    If God made the world look like it was created billions of years ago there must be something worth learning from that, even if you believe it was snapped into existence 6000 years ago.

  • Not everyone has access to the financial education that teaches you how bad this is. I see so many people that don't actually understand how credit cards work because they "just got one" after signing up for a rewards program (basically, got scammed into signing up).

  • Don't add anything new to your calendar, just add them and they can see it's useless for the purpose they want. When they complain, mention the checkin system and that you need to be called. Or just a generic "School Visits" event that isn't specific to each location.

    Make sure you have other evidence you're actually working. Make sure people see you at each location so you have witnesses if your boss complains.

  • Permanently Deleted

  • Also add payment reminders (for everything if you don't autopay, but even with autopay keep the big ones in there too so you can make sure they went through).

    Also add travel time blocks for appointments that are far away so you don't accidentally overbook yourself, especially if you have to leave work for a doctor or something.

    Family considering dinner vaguely "next weekend"? add a 3 day event so you remember to confirm a time with them. Everything gets a calendar event.

  • Selfhosted @lemmy.world
    DontTakeMySky @lemmy.world

    What do you all use for issue tracking for your systems?

    Does anyone have any recommendations for issue tracking for homelab setups? I'm sure I could host some Jira clone but that feels overkill for what I'm doing, and something like MediaWiki is too general purpose.

    I'm hoping to track future project ideas (Install Jellyfin / Sonarr, etc) and issues with my smarthome (Fireplace Light not accepting color changes via Google Assistant). Ideally with some kind of organization to it (priorities, subitems, etc).

    Yeah I could use plaintext, but that's no fun :)