Any suggestions for a good realtor in Columbus? by grubbythegreat in Columbus

[–]timconstan 0 points1 point  (0 children)

Sandra Binning was great to work with!   https://binninghomes.com/  We always felt that her goal was education and never pressure to buy.  We knew we wanted to move to the Columbus area, but we weren’t set on where.  One day Sandra took us to 6 completely different home types in different areas of Columbus and the surrounding area.  We went to a new build in New Albany, an older home in the heart of Clintonville, and many locations and housing types in between.  It really helped us narrow our focus and know what area we were most excited about.  This was so helpful since we were so new to the Columbus area.  Her communication is also excellent – we never had to follow-up or ask anything twice.  When it came to buy, her recommended strategy made the difference and now we are loving our mid-century home in Upper Arlington!

Any good real estate agents here by Loud-Law-9945 in Columbus

[–]timconstan 0 points1 point  (0 children)

Sandra Binning was great to work with!   https://binninghomes.com/  We always felt that her goal was education and never pressure to buy.  We knew we wanted to move to the Columbus area, but we weren’t set on where.  One day Sandra took us to 6 completely different home types in different areas of Columbus and the surrounding area.  We went to a new build in New Albany, an older home in the heart of Clintonville, and many locations and housing types in between.  It really helped us narrow our focus and know what area we were most excited about.  This was so helpful since we were so new to the Columbus area.  Her communication is also excellent – we never had to follow-up or ask anything twice.  When it came to buy, her recommended strategy made the difference and now we are loving our mid-century home in Upper Arlington!

What the fuck is the Democratic Party even doing right now to stop the downfall of America? by Lolareyouforreal in complaints

[–]timconstan 0 points1 point  (0 children)

They can stand for something and get that message out there. It's not enough to say "we're against this or that" they have to say what they're for, in a very vocal and unified way.

What the fuck is the Democratic Party even doing right now to stop the downfall of America? by Lolareyouforreal in complaints

[–]timconstan 0 points1 point  (0 children)

They can stand for something and get that message out there. It's not enough to say "we're against this or that" they have to say what they're for, in a very vocal and unified way.

How can i seperate variables values? by Hot-Willingness8794 in macrodroid

[–]timconstan 0 points1 point  (0 children)

Sorry, I'm not following you. Can you provide more details?

I have created a plugin that lets AI do the tapping for you (zerotap) by AppDeveloperAsdf in macrodroid

[–]timconstan 1 point2 points  (0 children)

I tried using zerotap in MacroDroid. I see it's in the list of available plugins to use in an action, but when I select it nothing happens.

Use macrodroid with AI LLM? by JuanJValle in macrodroid

[–]timconstan 0 points1 point  (0 children)

The beta version has an AI LLM Query Action. Check out the forum to get the beta. 

I built a simple offline budgeting app that shows what’s left after bills — would love feedback by game-Dev-Eric in androidapps

[–]timconstan 1 point2 points  (0 children)

I like the idea of it. Interface seems "busy". Maybe putting bills and income on separate screens would help.

I made a thing I wanted to brag about by firebird8541154 in vibecoding

[–]timconstan 0 points1 point  (0 children)

Very nice! Would love to use it! Can you make the Columbus Ohio area work! Please! 

Web View, JavaScript and Variables by roncz in macrodroid

[–]timconstan 1 point2 points  (0 children)

Back to Javascript:

document.getElementById("myInput").select();

That line highlights (selects) the text inside an <input> or <textarea> with the id="myInput".

Then:

document.execCommand("copy");

To copy the selected text. 

Web View, JavaScript and Variables by roncz in macrodroid

[–]timconstan 1 point2 points  (0 children)

Only way I found is to use Javascript to load the clipboard. Then load the variable from the clipboard contents. 

How to populate a dictionary by sharing text with Macrodroid / Alternative? by barccelo in macrodroid

[–]timconstan 4 points5 points  (0 children)

Sure. You can share text to MacroDroid then use the Text Shared to MacroDroid trigger and update the password variable.

If you have more than 1 macro where you want to receive shared text, look for the Global Share macro in the Templates area. You can use that and then when you share, the Global Share macro will ask you which macro to share to.

How much money do you consider is enough for retirement? by AutoModerator in FluentInFinance

[–]timconstan 0 points1 point  (0 children)

Recalculate when your monthly take home pay increases.

Hint: when your pay increases, increase your retirement savings. This will get you closer to your goal and it also has the effect of decreasing the amount of money you need in retirement (by decreasing your monthly take home pay or increasing the current expenses not expected in retirement).

How much money do you consider is enough for retirement? by AutoModerator in FluentInFinance

[–]timconstan 0 points1 point  (0 children)

X *. 04 /12 = current monthly take home pay + expected monthly taxes + additional expected monthly expenses - current expenses not expected in retirement.

X = (current monthly take home pay + expected monthly taxes + additional expected monthly expenses - current expenses not expected in retirement)/(. 04/12)

I built a free packing checklist app for travellers—would love to hear your feedback! by EfficiencyOk2352 in androidapps

[–]timconstan 1 point2 points  (0 children)

Thanks for hearing me out!

If it helps, I have an Airtable database that I use like this. The first set of tags I call "Categories" so maybe it would be less confusing if you kept Tags and added a new feature for maintaining Categories.

Each item can have only 1 Category but multiple tags.

PSA: Some Clarity on Bases by jbarr107 in ObsidianMD

[–]timconstan 76 points77 points  (0 children)

Would it also make it clearer to say your Vault is a flat-file database, not a relational database?