thegreekgeek

joined 2 years ago
[–] [email protected] 11 points 5 months ago

I'm in the process of doing this with my former employer (NLRB complaint). It's not as much trying to get your job back as getting what you're owed, be it severance or your pound of flesh lol.

A lot of contracts specify that you have to go through arbitration to resolve disputes with the company as opposed to the courts, which is both good and bad. Bad because it takes a while and they're usually all buddy buddy with the people who pay them, but good because arbitration is pretty expensive and making them do all this when they'd rather be done with you brings me joy.

Also this gives companies the opportunity to use more rope to hang themselves with if they try to do funny stuff with their arbitrator, the NLRB can overrule arbitration decisions if they're "repugnant".

[–] [email protected] 2 points 5 months ago

Oof, that's what killed my V1 setup lol

[–] [email protected] 6 points 5 months ago (2 children)

They couldn't effectively serve ads through it lol

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago)

I did just check to see if you can pass along wildcards in an automation, which you can! I used this automation:

alias: sentence test
description:
trigger:
  - platform: conversation
    command:
      - When is [my] {date}
condition: []
action:
  - set_conversation_response: curses, that damnable {{ trigger.slots.game }}
    enabled: false
  - choose:
      - conditions:
          - condition: template
            value_template: '{{ ''birthday'' in trigger.slots.date }}'
        sequence:
          - set_conversation_response: >-
              curses, that damnable {{ trigger.slots.date }}! It completely
              slipped my mind
      - conditions:
          - condition: template
            value_template: '{{ ''christmas'' in trigger.slots.date }}'
        sequence:
          - set_conversation_response: sir you know when {{ trigger.slots.date }} is!

This should give you a framework to build off of. It looks like when you don't define a list of slots in an intent it just passes the wildcard along in a slot.

[–] [email protected] 1 points 5 months ago (2 children)

I can think of a couple ways you could have it be one automation, the first is you'd have multiple triggers with different ids and use the choose action to select the response based on the trigger id.

The other way that I'm a bit less sure about is passing the name of the input_date helper through to the response with a wildcard. You'd probably have to set the {{ trigger.slot.event }} as a variable and match that to an alias or an entity_id.

[–] [email protected] 1 points 5 months ago (4 children)

So I found this which might help. I tried defining my own intent scripts too, but it was too much of a PITA, I ended up using automations instead.

[–] [email protected] 11 points 5 months ago* (last edited 5 months ago) (4 children)

Not out yet unfortunately.

EDIT: I lied, link is here. There's no releases as of yet.

[–] [email protected] 3 points 5 months ago

Or get a geofence warrant

[–] [email protected] 15 points 5 months ago

GET FUCKED GENOCIDE APOLOGIST

[–] [email protected] 3 points 5 months ago (1 children)

Yeah I use bitwarden and it was pretty panless. My only issue was on github the addon didn't pick up on the passkey initially, had to make a new one.

[–] [email protected] 3 points 5 months ago

Oh damn I forgot about silverlight. Only thing I used that was for some random Twitter client.

[–] [email protected] 4 points 5 months ago* (last edited 5 months ago)

Just swap out the internals with the clicker from an F702, that's what I've been doing for years.

EDIT: a space

SECOND EDIT: Also put a space pen refill in that sucker, you deserve it. Just make sure to pull the little plastic bit in the tip.

view more: ‹ prev next ›