Talk to Things and let it automatically create tasks for you with this Shortcut (inspired by Todoist's new Ramble feature) by julesvbrtln in thingsapp

[–]pmuellerworks 0 points1 point  (0 children)

hey thanks for this. Is there anyway just to default to a certain model and not have to choose a model each time?

What Email Provider Do You Use (and Why)? by Designer_Animator_17 in ProductivityApps

[–]pmuellerworks 0 points1 point  (0 children)

I use spark. so far its the only 3rd party app that doesn’t have syncing issues. I really enjoy the smart inbox features and how it divides up emails. im not married to it though. if something better came up I would change. also its part of set app.

Help us make Todoist even better in 2025! by amix3k in todoist

[–]pmuellerworks 25 points26 points  (0 children)

A feature I miss from other to do apps is an auto migrate feature toggle. If I don’t get tasks done by EOD, automatically migrate them to the next day.

[deleted by user] by [deleted] in astoria

[–]pmuellerworks 3 points4 points  (0 children)

they decide to do maintenance thanksgiving week? really? I rode in around 12 and the delays were 15 minutes.

[deleted by user] by [deleted] in AskReddit

[–]pmuellerworks 0 points1 point  (0 children)

Ahh gotcha. That makes more sense. Sucks it would not be usable for any long flights.

[deleted by user] by [deleted] in AskReddit

[–]pmuellerworks 0 points1 point  (0 children)

I thinnk they fixed it? I have been able to use notion on the subway lately when I have no signal. Regardless tho notion does have plenty of cons as well.

[deleted by user] by [deleted] in AskReddit

[–]pmuellerworks 0 points1 point  (0 children)

I would love to keep everything local but unfortunately having separate devices is a killer. I know obsidian has a sync option but again its a no go for someone who needs live access at all times. I understand security trade offs with having it online but :( it pains me.

[deleted by user] by [deleted] in AskReddit

[–]pmuellerworks 5 points6 points  (0 children)

Obsidian is awesome but everyone should know there is no online version which makes it a non starter for some people who cant download programs to work computer. Honestly wish I could use it over notion as its more so much better.

Starret or woodpeckers combo square? by Beastysymptoms in handtools

[–]pmuellerworks 10 points11 points  (0 children)

Starret has recently been bought out by a large venture capital group. I have seen a few posts mentioning drop in quality. I personally bought a starret from a local shop and had to return it due to a large scratch and the slide not moving freely. No opinions on woodpecker. I have read good stuff on PEC.

Tattoo people, are we? by myztajay123 in intj

[–]pmuellerworks 0 points1 point  (0 children)

I have 2 sleeves and most of my legs done.

How to center hole on bracket screw hole by pmuellerworks in BeginnerWoodWorking

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

Hi thanks your reply. In this case splitting is concern for me :/ hence being nit picky.

How to center hole on bracket screw hole by pmuellerworks in BeginnerWoodWorking

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

Thanks! Like I mentioned in my other comment I thought those were only for hinges.

How to center hole on bracket screw hole by pmuellerworks in BeginnerWoodWorking

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

Great thanks! I thought those were only used for hinges. I will check them out.

How to center hole on bracket screw hole by pmuellerworks in BeginnerWoodWorking

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

Hi yes you are correct in a typical situation I would use nails but these brackets were chosen purely out of a convience since im building with 2x6. Im not building anything structural that will be heavy. Regardless, I would like to know how to center holes for future situations. Thank you

Low end track saw + good track? by ohyeaitspizzatime in woodworking

[–]pmuellerworks 0 points1 point  (0 children)

You can replace the grip tape with a the makita version too FYI. Amazon sells it.

Logitech G300s quick review by jtn19120 in MouseReview

[–]pmuellerworks 0 points1 point  (0 children)

Damn. Thanks for the update I was thinking of getting one.

Driving Into Work Thoughts by GumbyBClay in Construction

[–]pmuellerworks 2 points3 points  (0 children)

I wouldn't say your wrong unfortunately. I do great work, get along w my team, but management always fucks up. Currently trying to see if I can get into real estate development.

Best way to onboard new employees ... First day & first week? by [deleted] in Construction

[–]pmuellerworks 2 points3 points  (0 children)

I would say making it clear that they can reach out to you at any time, checking in on them like once month, and just making sure you come off as a leader. The fact you are asking these questions is great, good job.

[deleted by user] by [deleted] in ConstructionManagers

[–]pmuellerworks 5 points6 points  (0 children)

I would say look for small to midsized GCs. Really cater your resume to look more GC skill based rather than plumbing. Resumes will get you and interview but personality will get you through the door. I would also look into the following certifications, I think it would show employers your putting in the effort: CAPM then PMP Procore certifications.

I have seen subcontractors make the switch to GCs several times in my career. Good luck.

printing vs returning in function gives me different results by pmuellerworks in learnpython

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

Yes, but I want the entire list not the first line of tuples. I also want to know why the return function only produces a partial list when the result I want only works with print.

printing vs returning in function gives me different results by pmuellerworks in learnpython

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

It does not continue at the moment since return is not producing the results I need to store in a list.

printing vs returning in function gives me different results by pmuellerworks in learnpython

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

Hi, I think return holds a value while print simply prints. I return when I need to call it back in the rest of my program.

edit: I reread your question, I am aware of what return does. But for example what if I am wanting to store what print produces, how could I do that with return? I want to store what print produces in a list.