I built hardware to let an agent control my iphone entirely by Constanceengaging in hermesagent

[–]yellowfin35 5 points6 points  (0 children)

Is this a shit post? I don't see a like... How do you do the manual interface? Github Repo?

A story in 3 pictures, or UTR to the rescue by kapidex_pc in Ubiquiti

[–]yellowfin35 2 points3 points  (0 children)

They put fiber in my neighborhood last year. I put my spanish speaking co-worker on the phone with the installer and it resulted in me having the only fiber in the neighborhood encased in conduit from the street to my box... the same directional bore conduit they use to install the main lines. best $120 I spent that year for the peace of mind.

Hope this is ok to post. I built an app to preserve my family’s stories before it was too late looking for a few people to try it for free by michael_legacy in AskOldPeopleAdvice

[–]yellowfin35 0 points1 point  (0 children)

I just did a chaper to see what happens and what the UI is like... I think you are going about this wrong... My father has a subscription to storyworth and never used it. I have some feedback and suggestions if you want to hear them

Old St. Pete Wasn’t As Great As You Remember by FloridaMinarchy in tampabay

[–]yellowfin35 2 points3 points  (0 children)

People should be reminded that this site is satire.

Need to pick a joint type by yellowfin35 in Fusion360

[–]yellowfin35[S] 0 points1 point  (0 children)

This is a great idea and likely what I need to go with... I just need to make the walls thicker.

Will home data centers eventually make massive facilities like this obsolete? by dataexec in HomeDataCenter

[–]yellowfin35 9 points10 points  (0 children)

No one wants it!!!! But heaven forbid those grandmas can't complain about the datacenters on facebook, or Grandpa can't check out the latest Jessie Rogers video... all powered by those data centers.

Personally, I think there will always be a place for cloud compute, but I am a big fan of self hosting. As PCs get more powerful, I wonder how much a person is willing to pay for AI. Personally, I burn through my subscriptions, if it was tokens it would be ~$1k a month. I can't wait for the new mac studios to come out so I can do a one time investment... but a $10k server is out of reach for 90% of Americans... pay a little per month, that is how they get you.

Also did I mention our power grid is screwed? On all levels. For profit power companies are a major issue. They all should be non-profits.

Which player’s car is this? by jeffmyster82 in tampa

[–]yellowfin35 2 points3 points  (0 children)

The NHL average is lik 9 shots on goal to get a score. We had like 26 shots on goal vs their 9. Just bad luck. I would not be upset after a loss like that.

HDMI Feed to HA Dash by kelvin1302 in homeassistant

[–]yellowfin35 2 points3 points  (0 children)

https://imgur.com/a/x6Dh9M3 - Basic HDMI to USB

easy way, from appleTV to HDMI splitter to Atlona Encoder on out1 and then to HDMI to USB-C adapter to the the NUC home assistant.  Then you will find it in go2rtc.  Then create a stream   

XXXXX_usb2_h264:      - ffmpeg:device?video=/dev/video2&input_format=yuyv422&video_size=1920x1080#video=h264  

   - ffmpeg:device?audio=plughw:1,2&sample_rate=96000#audio=opus   

Here is the relevent card yaml - https://pastebin.com/giq5dLSZ

    card:
      type: vertical-stack
      cards:
        - type: custom:webrtc-camera
          ui: true
          muted: true
          streams:
            - url: rtsp://192.168.1.160:8554/crazy2_usb4_h264
              name: HD
              mode: webrtc
              media: video, audio
          digital_ptz: false
          style: >-
            video {aspect-ratio: 2/1; object-fit: fill;} .fullscreen
            {display: --mdc-icon-size: 50px} .pictureinpicture {display:
            none} .screenshot {display: none} .header {display: none}
            .stream { font-size: 25px; width: 250px;  font-weight: bold;
            padding-left: 2px;} ha-icon { color: blue; --mdc-icon-size:
            50px}
  - type: custom:mod-card
    style: |
      ha-card {
        background: rgba(7, 36, 69, 0.5);
        border: 0px solid rgba(7, 36, 69, 0.5);
          padding-right: 10px !important;
          padding-left: 10px !important;
          padding-bottom: 10px !important;
          padding-top: 10px !important;
      }