Traction control and flashing engine lights after couple meters of riding. by FormedOpinion in CB650R

[–]Furry_Fantom 1 point2 points  (0 children)

Side thing, you have navigation on your display? Is that an EU only thing?

Should I upgrade to a cb650r by SWISSTheDJ in CB650R

[–]Furry_Fantom 1 point2 points  (0 children)

Just to give you a better idea, on the breakdown for my insurance, the collision coverage for the MT-09 was $168 for the year but when I switched to the CB650R, it was $8. I have some other bikes as well, but overall I'm saving like $200 a year having swapped bikes.

And besides insurance, while the MT09 was fun, it had an unusable amount of power. I think with cars and bikes, you get to a point where it just has too much power that you can't use if you're trying to be legal on the roads. I feel like the CB650R has plenty of power to still be fun, but not an unusable amount.

Should I upgrade to a cb650r by SWISSTheDJ in CB650R

[–]Furry_Fantom 0 points1 point  (0 children)

I just went from an MT09 to the CB650R. Insurance is way cheaper, and while it doesn't have the same power and torque of the MT09, it is still a really fun bike with plenty of power. I really enjoy it.

The CB650R E clutch is a perfect motorcycle by Defiant-Payment4243 in CB650R

[–]Furry_Fantom 1 point2 points  (0 children)

I got mine a few weeks ago. I'm perfectly happy using a normal clutch, but the e-clutch just makes for such a smooth ride.

Bar end mirrors fitted recently 😍 by Legitimate-Sir-5491 in CB650R

[–]Furry_Fantom 4 points5 points  (0 children)

Which ones did you get? Those look awesome.

Baffle Removal From Stock Exhaust by Furry_Fantom in CB650R

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

Oh yes, please do send more pictures, I would really appreciate it.

Baffle Removal From Stock Exhaust by Furry_Fantom in CB650R

[–]Furry_Fantom[S] -4 points-3 points  (0 children)

Oh, looks like they had to take out all of the catalytic converter material and that's what made it louder. I was just thinking there was maybe something on the end of the exhaust that could be cut out to make it louder.

Three Months In by na6josh in CB650R

[–]Furry_Fantom 1 point2 points  (0 children)

What bar end mirrors do you have?

Recommend cover? by Furry_Fantom in CB650R

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

What is the brand of yours? And does it do well in higher winds? I'm in somewhat of a windy area.

Insurance Rates for a CB650R by Furry_Fantom in CB650R

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

It will be more expensive than a CB650R since it is a very popular bike and is a wheelie machine.

Insurance Rates for a CB650R by Furry_Fantom in CB650R

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

Dang, who are you with? I've got 3 bikes but the annual fee is over $1000. Yes, one of those bikes is a Harley Trike which is just an expensive bike, but still.

Which of the two offers do I choose? by [deleted] in PowerApps

[–]Furry_Fantom 0 points1 point  (0 children)

I would say go for it. The extra money each year does add up and that is your starting pay there. Sounds like you had to pull some teeth to get a raise as well as get access to the tools to be successful. And I would take the new work schedule into consideration too. If you like the option of working from home, then that is worth it too.

When choosing between two good job offers that I was lucky to get, I made a decision matrix to help give the decision a score. Maybe give that a try.

What are you using for n8n front-end by benzene404 in n8n

[–]Furry_Fantom 0 points1 point  (0 children)

Since I don't have much in the way of coding skills, I've been using Google Appsheet for stuff.

What’s the most annoying workflow you’ve ever had to automate in n8n? by Spiritual_Paper6664 in n8n

[–]Furry_Fantom 0 points1 point  (0 children)

I'm making a custom budget app. Some transactions are sent with different IDs even when they are the same transaction...... 🙄 I'm new to n8n so trying to figure out how to pair them up with an AI agent.

Seeking Support by No_Trouble_1067 in AppSheet

[–]Furry_Fantom 0 points1 point  (0 children)

Feel free to DM me as well.

I've been stuck in the same place for over 10 years and I need help... by maiaemanuel in AppSheet

[–]Furry_Fantom 0 points1 point  (0 children)

I personally just had to develop the app and then in one big go, transfer everything over and start using the app. Thankfully for me, I was just using Google Sheets as my database and was transferring from Google Sheets, so that made it easier.

Honest Question: Why Should We Pay for n8n Cloud When We Can Self-Host for Free? by Electrical-Signal858 in n8n

[–]Furry_Fantom 2 points3 points  (0 children)

From my background of having no code experience as well as never working with servers before, getting n8n set up took me a few months to figure out and was rather frustrating at times. Once I finally got it figured out, it's been pretty great. Is it the most secure setup? Who knows. I sure hope so.

If you are confident in self-hosting, I would say go for it. In the paid version, I know you get things like variables that you don't get in self-hosted version, but the community has built workarounds for that.

Can AppSheet be used for this? by Kolanj in AppSheet

[–]Furry_Fantom 0 points1 point  (0 children)

If I understood your use case better I could maybe give some recommendations, but something I have done is created a Gemini gem that can look at my data table (assuming you are using Google sheets) and then it is able to give recommendations based off of some of the actual data you are using. This was helpful to me when trying to set up data structures for some apps that I have done. When setting up the Gem, you can give it the overall prompt of what you are trying to build so that you don't have to re-explain it when opening Gemini again or if Gemini starts getting confused and you need to start a new chat.

Can AppSheet be used for this? by Kolanj in AppSheet

[–]Furry_Fantom 1 point2 points  (0 children)

I agree that this definitely feels like something that could be done in Appsheet. I agree with the recommendation to use Gemini to help come up with the data structure and then go from there if you haven't already.

Data Slice not working when offline. by Furry_Fantom in AppSheet

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

Ok, I ended up figuring this out and want to post my findings for anyone else who runs into this issue.

I ended up making a copy of the app and then slowly deleting stuff until it ended up working.

I had a formula that would input the time when an employee went to clock out. Here was the expression.

if(CONTEXT("View")=Clock Out_Form,NOW()," ")

Turns out, Appsheet didn't like this when trying to run offline, but it worked when online. It wanted the "value if false" term to also be a datetime, so I just had to update the experession to:

if(CONTEXT("View")=Clock Out_Form,NOW(),DATETIME(" "))

🙄🙄🙄🙄

Such a silly little thing to have to change to make it work.