• 0 Posts
  • 599 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle






  • If you don’t have a specific goal, here are some ideas.

    Build a NAS.

    Use a bunch of small PCs or pis, build a CA, a DNS server. Make an db server and an app server.

    Get shit running on your network.

    Suit them all up with ELK stack.

    Misbehave on your own network. Go find evidence for your misbehaving.

    DoS yourself.

    Without goals it’s tough to give ideas beyond general like this.











  • foggy@lemmy.worldtoNo Stupid Questions@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    8
    arrow-down
    2
    ·
    edit-2
    25 days ago

    How will your ex wife feel about seeing you two be intimate? For some this would be a fucking dagger in the soul. For others, could be hot. For others, indifferent.

    Do you and you ex wife sleep in the same room? Will you and your girlfriend?

    If the space is adequate, doesn’t involve a big physical relocation for your ex wife, the house is yours alone, the kids are old enough to understand, and you plan on all being respecful, the yeah, it can work.

    That’s a bunch of ifs. Not all are in your control. Any are not met and you are the asshole.

    Id say it’s dicey.


  • The how many rs in strawberry breaks it because it doesnt read your question. It tokenizes it. So it sees (straw)(berry) except it’s more like (477389583)(84838582) and knows contextually that when those two tokens follow like that it means a different set of things that if there were white space.

    The tokens have, basically, numeric value. So it doesn’t read your characters. That’s why that’s hard for it.

    Ideas that recurse in themselves tend to fail as well. i.e. “say banana 142 times” will not produce the expected result.

    As to how they fix them I’m not positive. There’s a bunch of ways to work around issues like these.