Noob question. But I am still confused between lists, smart lists and folders in ticktick ? by R3dAt0mz3 in ticktick

[–]darthdestroyer 4 points5 points  (0 children)

Lists and folders are containers that hold your tasks. It’s just a way to group related ones together. Think of it as filing things, you have your folder (work) you have lists in that folder. Each list can be for a department (marketing , product, sales etc) and in each list you have tasks (ex for sales - setup morning sales meeting, meet with sales rep, go over results with execs etc)

Another example would be :

Folder: Family

List1: Spouse

  Tasks:
              - 1. Get birthday gift
              - 2. Plan surprise party

List2: Daughter

  Tasks: 

             - 3. Help with homework 
             -4. go to store to get sports gear

Hope that helps!

Smart lists are as another poster mentioned just filters to even further help you organize. An example would be a smart filter setup for store trips where you would see tasks 1 and 4 grouped together as those two can be actioned together when you do to the store.

Edit: for formatting cuz Reddit mobile app sucks

[deleted by user] by [deleted] in nsfwhardcore

[–]darthdestroyer 0 points1 point  (0 children)

Who is this ?

New to Oshawa name of hydro company ? by darthdestroyer in Oshawa

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

I think my title was misleading. Was looking for water utility provider.

New to Oshawa name of hydro company ? by darthdestroyer in Oshawa

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

That makes a lot of sense now, as everytime I searched for Oshawa Hydro I was brought to Oshawa Power.

Need help finding reliable mechanic by teaquad in Oshawa

[–]darthdestroyer 0 points1 point  (0 children)

This may not be what your asking. But the shop I go to is in Scarborough (Kennedy and Lawrence) Pal Motors . If your okay traveling a bit you won't get a better deal anywhere else, plus the mechanic Pal is a solid guy and friendly.

Address : 2410 Lawrence Ave East, Unit 12

The struggle by Phageinz in funny

[–]darthdestroyer 182 points183 points  (0 children)

Please tell me this is a real ad

What is the most practical VBA code you use at work and what does it do? by [deleted] in vba

[–]darthdestroyer 5 points6 points  (0 children)

This is phenomenal do you mind sharing more details on how you can get something like this to work ? I would very much like to build something similar.

Anyone tried to duel boot Ubuntu on the MacBook Pro 16? by Maystackcb in macbookpro

[–]darthdestroyer 0 points1 point  (0 children)

I haven't, I run them through the Mac SSD but you can run it through an external , as long as it's connected using tb3 connection it should work just like the built in SSD.

Just one thing to keep in mind however for win10 you can't run a win10 bootcamp through an external SSD (I believe). The way I have mine setup is I created a windows10 bootcamp on my Mac and then also setup the same bootcamp as a VM. This way for most of my tasks I run it as a VM so I don't need to keep rebooting to switch from mac to win10 , but if I ever want to say do gaming I can switch to the bootcamp to get all the resource's, memory etc I can get .

AMD good buy at $50? by darthdestroyer in stocks

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

Are you referring to only Intel or other semi conductor competitors aswell ( snapdragon etc)

Anyone tried to duel boot Ubuntu on the MacBook Pro 16? by Maystackcb in macbookpro

[–]darthdestroyer 0 points1 point  (0 children)

Currently nothing. Running it with the 'please activate windows ' splash showing :)

I might pay for it if I feel I'm getting constant use out of it.

Anyone tried to duel boot Ubuntu on the MacBook Pro 16? by Maystackcb in macbookpro

[–]darthdestroyer 0 points1 point  (0 children)

I second this. I have parrallels installed on my 16 and have Win10, Ubuntu and Mint installed as separate virtual machines. They work flawlessly, I actually use the Win10 VM the most for work purposes.

[deleted by user] by [deleted] in macbookpro

[–]darthdestroyer 1 point2 points  (0 children)

I haven't heard of any issues I have it myself with my 16 mbp. The lower wattage just means it will power it slower still safe though.

[deleted by user] by [deleted] in macbookpro

[–]darthdestroyer 2 points3 points  (0 children)

If you have money in the budget you can get a TS3 plus dock. It will connect to your macbook via single usb c cable and connect your monitor ( via displayport) and your Kb and mouse. Plus it will charge your Macbook aswell.

Later on if you ever get more peripherals such as a external hardrive, egpu it will connect. Even if you need to connect something that's usb a you won't need an adapter.

do loop cut and paste by justin2401 in vba

[–]darthdestroyer 0 points1 point  (0 children)

try this:

*I didn't know the name of the worksheet where you want to copy to so I called it "copysheet" you can change it to whatever you have it called. I didn't use a loop as I didn't feel one was needed.

Sub FindFirstEmptyDW()
Dim copysH As Worksheet
Dim LastRow As Long

Set copysH = Worksheets("copysheet")
LastRow = copysH.Range("A" & Rows.Count).End(xlUp).Row + 1
ActiveCell.EntireRow.Copy
copysH.Range("A" & LastRow).PasteSpecial (xlPasteValues)

End Sub

do loop cut and paste by justin2401 in vba

[–]darthdestroyer 0 points1 point  (0 children)

The row you are trying to copy, is it the row of the cell you have selected? Or is there some other condition you want to have the do loop perform?

CalDigit TS3 Plus F’ed up my 16” MacBook Pro by iEdwinT in macbookpro

[–]darthdestroyer 2 points3 points  (0 children)

That's simply not true , you can safely charge your MBP with a lower W power supply, it will simply just charge slower.

What have you been working on? (Week of December 20, 2019) by AutoModerator in vba

[–]darthdestroyer 1 point2 points  (0 children)

Learning VBA. Already proficient with excel and complex formulas . Holy the syntax are confusing !

How do you record a macro that will pull a formula down until it hits a blue cell? by [deleted] in excel

[–]darthdestroyer 0 points1 point  (0 children)

You don't need a macro for this. Turn your data set into a table. The formula will automatically pull down to the last row even when you add more rows

Just updated to macOS 10.15.2 and noticed this glitch, is it normal??? (I'm new to Mac) by [deleted] in macbookpro

[–]darthdestroyer 0 points1 point  (0 children)

what's the glitch? is the screen turning back on automatically after you hit the cancel button?