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/)T
Posts
2
Comments
139
Joined
2 yr. ago

  • Not op, but I'm curious if anyone will help me understand my own reality. I immediately close my eyes to make the experience authentic.

    "I have to spend 10 grand in 24 hours" as a imaginary verbal statement. (internal monologue?). Then I "lookup" spending money memories and create an object in my head without any attributes. I can tell it has emotional attachment from the memories, best described as a label. (I determine to go online shopping without much thought).

    "most likely buy raw materials like gold". [Pause]. But what's unique about this situation that I can take advantage of? 24 hours [trail off]. Bonds would be easy and just postpone payment. Is laundering an option? Why is this person giving away 10k? What damage can it do?"

    As the passenger, it feels like large derivitive stuff is silent. The inner dialogue is mostly probing. But here is a significant amount of silence betweens questions. I don't have a visual canvas.

    Are others answering these questions? Frequently, I have a silent mind but pondering takes probing.

  • This is the first thing I've seen about the new series since release week. How are fans feeling now that it's been out a while? I'm a die hard fan of the original series but couldn't get past the pilot.

  • The advertised benefit is that if you throw away the cap and bottle separately, you have 2 pieces of trash to clean up instead of 1. The actual benefit is that bottling companies can charge more for a more complex mold, but the same amount of materials. Lobbyiest lobbied and tada! In reality both pieces end up in the same landfill or in the same water current to garbage island. Now we have an antiquated law and an annoying policy to follow.

  • Quality of life has improved pretty significantly, the formula has stayed the same, and now there are more Pokemon with more unique properties. It was linear in just about every direction until the latest switch games.

  • USA calls them "take and bakes". Few fast food chains specialize in it like Papa Murphy's, but grocery store delis regularly stock them as well.

  • COVID hit and they released "play safe" features like remote raids and increased spawn radius. Then they started enshitification and striped features, raised prices, started starving players of resources and new features were pay gated. It's still mildly popular but you need to join discord groups to raid.

  • Leak your identity twice in 20 days and get denied a refund and get stuck in a multi-year plan. Yup they are great

  • https://my.nordaccount.com/legal/terms-of-service/ It's only ~ two pages, 19 sections total. you should at least skim over the absolutely no guarantees, no refunds past 30 days, no refunds without needing support to "diagnose" your issue first.

    Tickets are 3 day wait times, most of the updates are "do you know your account number" despite being in the ticket. The branded application is insanely unstable, since using ovpn client it's been somewhat stable but the android client causes problems with Bluetooth on my pixel. They built in multiple layers of kill switch automation INTO the product, they can't seem to figure out static ips. Honestly they are just incompetent.

  • As much as I detest nordvpn they do have a 0 logs policy that has been validated. Don't give them money under any circumstance, but this isn't accurate.

  • Such an under rated movie

  • ADHD, OCD and other neuro atypicals often need reminders or an action item that needs to be cleared. The features can be used by an infinite set of one offs, starting a load remotely before driving home from work, sometimes you are just under a time crunch. The burden of responsibility here is product enshitification not making us fear features, not someone wanting to utilize a feature rich product.

  • That is correct, you can capture mercenaries for combat, and townsfolk can be relocated to your base (although risky)

  • You can flash a pi and have a standalone individual instance. Computing power is growing, scaling grows too. We don't have an option for stuff like AI today, but I could host my own Lemmy instance that only supports my household for $30. Site hugs can still happen but there are still solutions; seeding partitions is one way to resolve that, reposting requires rehosting.

  • Open source will eventually create viable platforms, I'm not giving up until platforms successfully campaign to kill free alternatives

  • Network engineering is kind of in the middle where you take the skill set of help desk and office management. This often leads to help desk and software development both falling under the organization in information technology. Application support also often falls under this category.

  • I use this in my bash profile in case anyone else finds it helpful. Usage is:

    gao fixing a typo

     
        
    function gao() {
        git add .
        git commit -a -m "$*"
        git push origin `git rev-parse --abbrev-ref HEAD`
    }