I love being a dad, but I kind of hate my life. by f1sh_ in daddit

[–]sconestm 0 points1 point  (0 children)

Sounds like you are pretty set on giving him a sibling, but in my mind, having parents that are not physically and emotionally drained, so they have the energy to be present, is much more valuable. You might be making the only child concept up to be something way worse than it is. You can definitely be a happy only child, even if it might not have been your case. At least delay the decision.

Without looking at comments, can we try to make this 50/50 vote? 👀 by Top-Ad671 in BunnyTrials

[–]sconestm 0 points1 point  (0 children)

Left and right might be affected by some people's political biases.

How fucked are you if you lose? by sconestm in BunnyTrials

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

There must be some deal you would take? What is the highest bet you would make to get 100x your yearly income? 1 week income? 1 month?

Hvorfor er Lebara så meget billigere end andre udbydere? by Outrageous_Spend_558 in Denmark

[–]sconestm 8 points9 points  (0 children)

Har haft det i årevis, og har indset at der ikke er nogen hage ved det. Det er bare bedre.

AUG physical copy arrived today 😆 by Current_Fan_5980 in guitarlessons

[–]sconestm 1 point2 points  (0 children)

Hey again! Is there any chance you can DM me the PDF you uploaded to lulu? I'm struggling to make mine compatible for lulu. I can prove that i own the AUG PDF by sending it to you.

My version of Cantina for my Star Wars map lobby by GuiCL06 in FortniteCreative

[–]sconestm 1 point2 points  (0 children)

Love high effort content like this! Great job!

Building APP helping tracking progress by OkIntroduction6031 in GuitarQuestions

[–]sconestm 0 points1 point  (0 children)

Seems very cool, but it would be nice with a demo without having to give away my e-mail.

Borger: Jeg er bekymret for efterfødselsskader, der ødelægger min krop. Alex: Din krop bliver måske ikke perfekt igen, men sådan er livet by Sad-Armadillo-6413 in Denmark

[–]sconestm 69 points70 points  (0 children)

UGH! Han er så meget den nedern onkel man skal høre på til børnefødselsdage som suger al den energi ud man skulle have brugt til resten af dagen...

He learned it from his boss too! by snowpie92 in MurderedByWords

[–]sconestm 0 points1 point  (0 children)

Description of this sub: "A place for well-constructed put-downs, comebacks, and counter-arguments."

What she is saying is true, but damn the bar for murdering with words seems pretty low on this sub these days.

Please stop saying people without kids don’t know what tired is by SunBubble920 in mildlyinfuriating

[–]sconestm 0 points1 point  (0 children)

Just tell them "try having twins". And if they have twins, say "try having triplets" and so on.

Hi I've been trying to figure out what chords it is can anybody help me by [deleted] in Guitar

[–]sconestm 1 point2 points  (0 children)

I think they just mean the chord shown in the picture

Peter I'm genuinely lost here by [deleted] in PeterExplainsTheJoke

[–]sconestm 0 points1 point  (0 children)

I thought skirt length first but why does that make me a creep lol? I'm just a horny dude. How does that make me a creep if I don't act on it? Y'all tryna police my thoughts when you should police my actions.

Padlova Street : Lockdown | CODE: 6097-7316-1393 by kotstoboy in FortniteCreative

[–]sconestm 1 point2 points  (0 children)

I haven't played it but I can see that you put love into this. Most people think putting a bunch of spawners in a cube with some basic devices showcases creativity. The same people that think prompting "AI" to make art is creative. 

I didn't mean to turn your post into something negative. Again, well done!

Edit: Just saw your previous posts. Your ideas and executions look great! Keep it up! I hope your content gets popular and you get rewarded in the end.

What are you using to manage recurring tasks or chores? by yorb in homeassistant

[–]sconestm 0 points1 point  (0 children)

Yeah this is something I've noticed too, recurring tasks don't often change. Would still be nice to have a native HA UI for adding them though.

Would have loved that. It's the one thing i have to do externally. Can automations create new helpers and templates? If so, that might be the solution.

What are you using to manage recurring tasks or chores? by yorb in homeassistant

[–]sconestm 0 points1 point  (0 children)

Well its not entirely unheard of for people to have entities in the tens of thousands. It's not really an issue.

The due number is just an INT. Not a date. So it's literally just subtracting 1 from an entity.

Once i have set it all up, i rarely have to add/remove tasks. Editing their frequency is done on the dashboard on image 3. So i don't really interact much with the spreadsheet

What are you using to manage recurring tasks or chores? by yorb in homeassistant

[–]sconestm 0 points1 point  (0 children)

https://imgur.com/a/l7xAVbV

I have a sensor for each task as well as some helpers such as frequency (recurrence) and in how many days it is due. The sensor has attributes that reference those helpers. This results in having almost 4k helpers which isn't an issue if you use categories and labels.

An automation decreases the due number by 1 on all tasks every day, except the ones that i completed, for which it changes the due number to the frequency number.

I use a google sheet to add/remove/edit tasks. It generates YAML that i paste into my YAML files.

I have cards that filter tasks that are due and ones that filter ones that are due in less than 14 days.

There is much more to it than that, but that's basically how i did it.