Forum Replies Created
-
AuthorPosts
-
March 5, 2020 at 10:33 am #25843
I agree with ClutchTje
but a recent discovery for me was Red Letter Media. One of the few channels I quoteFebruary 7, 2020 at 3:41 am #22714At the time, Microsoft wanted to have the same Operating System on PC’s, laptops, tablets and Windows phone.
Also, they beefed up the “User Account Control” Security stuff they introduced with Windows Vista but never fully worked until Windows 7.Basically, every other version of Windows introduces a series of untested new ideas, and they expect the CONSUMER to be the test subject, then they expect us to move from that to the next platform they created.
See the below table:
Windows 95 – good
Windows 98 – bad
Windows 98 SE – good
Windows ME – bad
Windows XP – good
Windows Vista – bad
Windows 7 – good
Windows 8 – bad
Windows 10 – goodObviously this is a generalization, but I recognized the pattern by Windows XP and decided not to buy every other version of Windows.
I also wait just over a year for the Windows Updates to stabilize the operating system.I will not be Microsoft’s guinea pig.
February 5, 2020 at 3:59 pm #22511HAHAHA
“Dont u dare you said”I love grammer fun with expletives!
February 5, 2020 at 3:57 pm #22510February 2, 2020 at 8:07 am #22043I would like a higher mp front camera for vlogging in 1080 so I can make sure I am in frame
February 2, 2020 at 8:03 am #22041I use Acid music studio because of two main reasons:
1. I can cut things up into pieces and move the pieces around
2. I can change the timing signature at any point in the song
Basically, the software is cheap but also doesn’t limit my imagination and creativity.February 2, 2020 at 7:59 am #22039I’ve watched samtime for since a couple years before the product parodies.
I like him because of the funk and jokes like he doesn’t care if some people don’t get it.
I miss the random singing for no reason in the middle of a video, and the “how do you do ” a random nonsense thing videosFebruary 1, 2020 at 11:05 am #21832Discrete sound card.
A great option is a Creative Zx.
Specs:
Isolated DAC from the sound processor
Headphone Amp
Desk Mic with ambient noise cancelling
5.1 surround output support
$150February 1, 2020 at 11:01 am #21828when smart phones started coming around, it was before the time of OSX
I went Android because Apple stuff was always to limiting for what I want to do – which is tinker
I see people limited by Apple and it makes me said.
BUT I also see people making great things with Apple and it makes me happy.
I was truly excited when funky patriots donated that iMac to sam.February 1, 2020 at 10:56 am #21827USA, Ohio
January 30, 2020 at 1:25 am #21138Side note. I was shooting a video last week and my son was there, and he was like “what did you do for COPPA.”
and I was like “COPPA? what’s a COPPA”
even though I already setup my stuff, LOLJanuary 30, 2020 at 1:21 am #21135@PotatoSalad128 with a TWEET??????
That is so weird! you would think they would have the forsight to make a “report this video” etc function.January 29, 2020 at 5:57 am #20809here are some tips for every-day tricks.
1. Learn how to use Get-Member
So let’s say you set a thing to some stuff. Like $thing = get().Stuff
Then you type:
$thing | Get-Member
and look if there’s stuff inside of thing.
also just type $thing and hit enter to see if it’s a variable or whatever2. calling a value inside of a variable doesn’t always work like normal
so let’s say $thing has three values in it. We’ll call them stuff1, stuff2, and stuff3
so you want stuff3. You would think that you can do this:
$thing.stuff3
but that doesn’t always work. sometimes you have to do this:
$($thing.stuff4)3. this tip works for ALL programming languages
-learn how to create and use arrays.
-then learn how to use “for i =” and “for each” loops.
“for each” is the easy way, quick to code. but not as robust as a “for i =” loop.
– say $thing.stuff2 you got has this when you do get member {bla bla bla}, there’s probably and array in there. you can do foreach $bla in $thing.stuff2, but you couldn’t say.. have ANOTHER array you are referencing at the same time.
like… so:
$customList[i] = $thing.stuff2[i]this last one is kinda vague and doesn’t have immediate purpose, but when you start learning it, treat it like the super awesome funky candy it is.
January 29, 2020 at 5:46 am #20805For the longest time, I wouldn’t let go of my Galaxy S.
The first one. It had a slide-out keyboard. Is that what you mean?January 29, 2020 at 5:42 am #20804YouTube kept on notifying me so I set mine to “No, this channel as not made for kids…”
I really feel it for the peeps who were making videos for kids and making money before.
What do they do now? They can’t really go patreon. Cuz they can’t ask their viewers to ask their parents to pay them.
Can they? -
AuthorPosts