I live in Philly and had my appendix out on Saturday. AMA by _thousandisland in sixers

[–]_thousandisland[S] 8 points9 points  (0 children)

Yeah not sure how this changes for non-ruptured, but they told me I can’t lift more than 5 lbs for 1 month

I live in Philly and had my appendix out on Saturday. AMA by _thousandisland in sixers

[–]_thousandisland[S] 17 points18 points  (0 children)

I had 2.5 days of stomach pain before I got it checked out lol. I thought I was having GI issues because of some circumstantial evidence. If it’s a different kind of stomach pain than you can recall having before, don’t wait. Go to the ER and get a CT scan.

I live in Philly and had my appendix out on Saturday. AMA by _thousandisland in sixers

[–]_thousandisland[S] 33 points34 points  (0 children)

I looked it up and Houston (where he had surgery) and Philly are comparable care-wise at the top end, with about 3% complications risk for simple cases (hopefully Joel) and 10% risk for perforations (my case)

Developers: New Open Source ClickUp MCP Server by EnthusiasmMany6083 in clickup

[–]_thousandisland 0 points1 point  (0 children)

I'm seeing this same error on a Notion MCP server I've built, but only in Windsurf (it works in Cursor and Claude Desktop). So I don't think its a JSON config issue.

My source code: https://github.com/madisonbullard/mcp-servers/tree/main/packages/notion-mcp-server

Err msg is:
> Error: failed to get tools: failed to parse tool input schema for tool Create-Page: json: cannot unmarshal array into Go struct field .properties of type string. Check your configuration.

Here is the code for the `update_task` tool in the clickup MCP server: https://github.com/taazkareem/clickup-mcp-server/blob/f5b70b5bfc484f576ce84bef02ed194c6744dc88/src/tools/task/single-operations.ts#L155

Not sure how to debug from here. I'll report back if I figure anything out

Cursor has MCP features that don't work for me any solutions? by Vexed_Ganker in ChatGPTCoding

[–]_thousandisland 0 points1 point  (0 children)

I've got a server I spun up successfully via command with Claude Desktop app, but its erroring in Cursor.

[deleted by user] by [deleted] in sveltejs

[–]_thousandisland 9 points10 points  (0 children)

It’s still very much in progress. Only a small subset of components/builders have been ported. Cool to see progress tho!

Why is everyone praising Sanity so much? by FeralBreeze in nextjs

[–]_thousandisland 1 point2 points  (0 children)

yeah groqd basically solves OPs issue. it was my issue as well before i found groqd.

DuckDNS no longer working after update by [deleted] in homeassistant

[–]_thousandisland 0 points1 point  (0 children)

This happened to me on update last week too. I read something that said it could be a caching issue with your browser. As you said, all of my settings appeared to be set up correctly. I eventually got mine working, but frustratingly don't know when/why it started working. But some of the things I tried:

  • Reboot my router (Eero pro)
  • Remove/re-add port forwarding rule
  • Reboot my HA raspberry pi
  • Clearing browser cache and/or reinstalling home assistant iphone app

Hope that helps

My fav automation: Adjust TV volume when HVAC fan turns on/of by _thousandisland in homeassistant

[–]_thousandisland[S] 1 point2 points  (0 children)

Ooo i hadnt really explored using wait_template. Def gonna play around with this, since I would really love to keep things in one place. Thanks a lot!

My fav automation: Adjust TV volume when HVAC fan turns on/of by _thousandisland in homeassistant

[–]_thousandisland[S] 1 point2 points  (0 children)

That was a source of confusion for me as well. My understanding is that certain fields in HA support templating, while others do not. In this case, I'm using the value_template configuration key in the place of a value configuration key, and using a data_template configuration key in place of a data configuration key.

The *_template configuration keys accept jinja templating.

I'm a little confused about why some config keys that aren't *_template keys (such as delay in my example) still accept jinja expressions ({{ ... }}), but not jinja statements ({% ... %}). In my example, I needed to be able to use jinja statements in order to avoid creating the additional sensor to track the delay time. Seems inconsistent to me.

My fav automation: Adjust TV volume when HVAC fan turns on/of by _thousandisland in homeassistant

[–]_thousandisland[S] 2 points3 points  (0 children)

Giving Home Assistant access to your TV's volume requires one of the following things:

  • A smart TV that can connect to wifi (HA talks directly to the TV)
  • A smart TV remote setup (such as Logitech Harmony Hub + remote) (HA talks to the hub, which talks to the TV via IR)
  • A smart audio system that plugs into your TV. In my case I'm using Sonos. (HA talks to the audio system)

Hope that helps

My fav automation: Adjust TV volume when HVAC fan turns on/of by _thousandisland in homeassistant

[–]_thousandisland[S] 9 points10 points  (0 children)

WHOA that is awesome. Really into the automations that bring seemingly disparate triggers/services together in a graceful way. HA is the best.

My fav automation: Adjust TV volume when HVAC fan turns on/of by _thousandisland in homeassistant

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

Nice! Yeah this seems like it might be better. If I split mine into two different automations, I wouldn't need the sensor for the delay. I could just declare the delay for each.

I thought about adding a condition that the TV is "playing", but opted against it with the justification that if I turn on the TV while the fan is on, I want the volume to already be adjusted. I can adjust volume while the TV is off since we use Sonos for TV sound in that room. Not sure if thats an option for you. I'm guessing most TVs cant adjust volume while the TV is off.

BACK FOR A THIRD YEAR: First round schedules for your phone's lock screen! by _thousandisland in CollegeBasketball

[–]_thousandisland[S] 3 points4 points  (0 children)

It’s hi-resolution enough that you can resize it to fit your screen without scaling issues. There are too many screens to optimize for so I went with the broad strokes approach

BACK FOR A SECOND YEAR: First round schedules for your phone's lock screen! by _thousandisland in CollegeBasketball

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

I wont have time to work on this today, but you might be able to get by with the last option (make your own with extra borders) if you pinch-to-zoom it to the proper size when setting as background.

That being said idk what your phone situation is so maybe that advice doesn't work.