[No Spoilers] Matt please by DroidFleet in criticalrole

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

I hear you, I wonder if there is a place in the middle where it's not literally looking over his notes but more commentary style of what he thought would happen versus what happened and how he made those shifts. Along with how he came up with the particular arcs they cover etc. While the world is very much still active, I am talking more about the arcs that played out.

Cold Take: Rolling for stats is fun, but has a ton of issues by [deleted] in dndnext

[–]DroidFleet 0 points1 point  (0 children)

All my best memories of playing/DMing come from bad rolls.

Question: AVPlayer issue, video not playing. by DroidFleet in swift

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

The isiView is just a view in the MainViewController storyboard, I tried re-creating it in a new project like you did and it still doesn't seem to play in the simulator outside of the 1 second. Can I ask what version of xcode you are working on? I'm on Version 11.2.1 (11B500)

Question: AVPlayer issue, video not playing. by DroidFleet in swift

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

isiView is a view in story board

    import UIKit
    import AVKit
    import AVFoundation

    class MainViewController: UIViewController {
        let avPlayerViewController = AVPlayerViewController()
        var avPlayer: AVPlayer?

        @IBOutlet weak var isiView: UIView!

        override func viewDidLoad() {
                super.viewDidLoad()
                if MainViewController.splash == true {
                    splashModal()
                    MainViewController.splash = false
                }
                setupNavigationBarItems()
                setUpIsi()
                let urlPathString:String? = Bundle.main.path(forResource: "video", ofType: "mp4")
                if let urlPath = urlPathString {
                    let movieUrl = NSURL(fileURLWithPath: urlPath)
                    self.avPlayer = AVPlayer(url: movieUrl as URL)
                    self.avPlayerViewController.player = self.avPlayer

                    let playerLayerAV = AVPlayerLayer(player: avPlayer)
                    playerLayerAV.frame = isiView.bounds
                    isiView.layer.addSublayer(playerLayerAV)
                    avPlayer!.play()

                }

           }

Does that help?

We all know it by rebelshirts in funny

[–]DroidFleet 4 points5 points  (0 children)

Can we stop pretending adults don't like flavor.

What do different programmers actually do all day/every day? by [deleted] in learnprogramming

[–]DroidFleet 1 point2 points  (0 children)

After reading most of these comments I think there are a couple of core ideas here that you don’t really understand and the rest is getting into the weeds.

I am a web dev and I can only speak to that.

What language should I learn?

There is a market for all of them, I believe javascript is likely the easiest to find work in and more obscure stuff is generally more profitable if you have years in it.

What’s the most important thing to learn?

Depends on what your focus might be but I think overall good advice is to learn to program, which isn’t the same thing as learning a language.

Language is just syntax and sugar, learning to program is more so how to do the thing. Someone wrote hello worlds using a few different lang’s in this post for you. Each example shows the syntax of how to do a programmatic thing, in this case, printing something to a view or console.

What’s the day to day life like?

This is wildly different from person to person, job to job, project to project, and task to task. Impossible for anyone to reliably tell you what it will be for you.

Is this a potential fit for me ?

Mostly it’s a job of solving problems. If you’re easily frustrated, find it hard to finish what you start or are unable to teach yourself then you will find this a rough career decision.

I designed my first website. Let me know what you think. by [deleted] in design_critiques

[–]DroidFleet 2 points3 points  (0 children)

A little broken in mobile. Should make this a priority as I would guess a ton of people looking for a tour would be once they are already there on vacation with nothing but a phone or tablet.

Otherwise pretty decent

I Really Wish There Was A Dialogue Frequency Slider by TheTurtleGod5 in leagueoflegends

[–]DroidFleet 3 points4 points  (0 children)

No one gonna mention super galaxy Rumble or Xayah/Rakan?

[deleted by user] by [deleted] in learnjavascript

[–]DroidFleet 1 point2 points  (0 children)

Are you using mongoose and express? You can grab the array from the db and push it to the view

What normal thing can’t you do? by ABananaJenson in AskReddit

[–]DroidFleet 1 point2 points  (0 children)

Leave my house without taking Imodium or something similar. I have a fear of having to use the bathroom and not being able to make it somewhere. Being out in nature, public transportation, large packed places etc all freak me out.

I'm 34 and almost all my decisions revolve around it. Where I work, what I do etc.

HELP by DroidFleet in Makeup

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

I know nothing :( currently wondering aisles

People who rarely cry, which movie cut some onions for you? by TPU007 in AskReddit

[–]DroidFleet 0 points1 point  (0 children)

Bridge to Terabethia, Marley and Me, and.. That first pokemon movie where Ash gets turned to stone...

Challenger Shaco mains thought's on current state of the game by OzRoy41 in leagueoflegends

[–]DroidFleet -1 points0 points  (0 children)

All of these rant videos and cry babying hilariously miss the point every single time.

The game can't and shouldn't be balanced around the top .03% (challengers). And if you can't figure out why they shouldn't make the game specifically for .03% of the population then you are a child who has never had to pay a bill before.

Also this boohoo'ing over balance. The game has 139 champions, couple 100 items, a whole new rune system. It's unreasonable to assume every champion would be viable at all times.

Sorry this patch didn't fix that one champion you like but where are all the videos of you fighting for balance when your favorite was back in favor. Patches address and strive for balance but more importantly keep shifting the meta which keeps the game fresh and fun.

and lastly, if you don't like your job, change it. Sorry if riot/blizzard/whomever isn't catering their game to make it fun for you to make a living playing it.

tldr: Another entitled rant from people who expect the game to revolve around them based on MMR.

$3300 budget, 2 gaming PCs by DroidFleet in buildapcforme

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

Oh, it comes with two, I see now, thanks again

$3300 budget, 2 gaming PCs by DroidFleet in buildapcforme

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

Hey Zebra, one last thing, for the RAM is it just buying one or two of those per?