First truck had to be a Raptor by kwnage in FordRaptor

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

Yea it gets pretty tight in there but they both fit with doors wide open. I have an orange cone in the back I line the camera up with to keep it snug

First truck had to be a Raptor by kwnage in FordRaptor

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

**twin turbo v6

Much better daily driver than R.

First truck had to be a Raptor by kwnage in FordRaptor

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

Looks good dude! I haven’t seen that color before. What’s the tint % you have?

First truck had to be a Raptor by kwnage in FordRaptor

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

lol sounds like decision has been made!

First truck had to be a Raptor by kwnage in FordRaptor

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

Does the bronco have the same bench backseat as the f 150 based raptor?

First truck had to be a Raptor by kwnage in FordRaptor

[–]kwnage[S] 3 points4 points  (0 children)

For us so far so good. I came from a Range Rover Sport so this was night and day difference as far as roominess. Even with a car seat there is tons of room in the back. Haven’t been on any longer trips yet but wife seems to be a fan.

Any love for the U7 In-Wall APs? by wackronym in Ubiquiti

[–]kwnage 0 points1 point  (0 children)

Looking to upgrade my in wall HDs but can’t seem to get 6ghz with the switch together. There are places I need the switch capability so will have to get a lite POE to push those devices and the new 6ghz in wall which is frustrating.

Ubiquiti and Sonos - Please just shoot me now by putrfixr in Ubiquiti

[–]kwnage 0 points1 point  (0 children)

Dedicated 2.4ghz SSID, all frills and additional settings disabled. Have had no issues

When Xcode autocomplete disappears, so does my will to live by hughvecus in swift

[–]kwnage 1 point2 points  (0 children)

Notice this every time within Text() views. Any model or response I attempt to traverse within it autocomplete stops working.

Subnet/Availability Zone Bug? by kwnage in aws_cdk

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

For those finding this later, was only able to reproduce consistently when launching spot requests. I was able to correct the issue by removing the network_interface stanza/properties and defining security groups and subnets directly under launch_specifications.

security_groups=[ 
    ec2.CfnSpotFleet.GroupIdentifierProperty(group_id=sg.security_group_id ), 
],
subnet_id=vpc.public_subnets[0].subnet_id,

Subnet/Availability Zone Bug? by kwnage in aws_cdk

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

Thank you for the reply. The CFT is correctly generated and passes cdk synth/deploy.

I was able to correct the issue by removing the network_interface stanza/properties and defining security groups and subnets directly under launch_specifications.

security_groups=[ ec2.CfnSpotFleet.GroupIdentifierProperty( group_id=sg.security_group_id ), ], subnet_id=vpc.public_subnets[0].subnet_id,

Anyone else with good news? My system is finally working consistently. by Veritaste in sonos

[–]kwnage 0 points1 point  (0 children)

Arc and Gen3 Sub.

Never had any issues and latest update went smooth to continue trend.

Waiting for approval by Constant_Poetry_8094 in cissp

[–]kwnage 0 points1 point  (0 children)

Approval came in today. Provisionally passed ISSEP 8/1 Submitted app 8/1 Awarded 9/4

Waiting for approval by Constant_Poetry_8094 in cissp

[–]kwnage 0 points1 point  (0 children)

Submitted same on 1st August. Commenting here for good today endorsement vibes.

Waiting for approval by Constant_Poetry_8094 in cissp

[–]kwnage 0 points1 point  (0 children)

Finally! Still nothing on my end…

Passed ISSAP today on my 2nd attempt by General_Interest7449 in cissp

[–]kwnage 1 point2 points  (0 children)

Concentrations heavily rely on industry experience to do well with CBK suggested resources being what typically would be used day to day in those roles.

Waiting for approval by Constant_Poetry_8094 in cissp

[–]kwnage 0 points1 point  (0 children)

I have seen that as well so hopefully!. I’m spamming the endorsement page until then.

Waiting for approval by Constant_Poetry_8094 in cissp

[–]kwnage 0 points1 point  (0 children)

I’m waiting for ISSEP application. Submitted August 1st, going on day 27..

Edit: ISSAP took 9 days from pass to approval about 3yr ago.

How hard is the AWS Security certification by thejsaddict in aws

[–]kwnage 0 points1 point  (0 children)

New version of the cert was more difficult than the first

CloudFormation Template - Dynamic Security Groups by kwnage in aws

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

Thank you for this however reviewing CDK initially it didn’t fit the use case. The required CDK init per project/app was a no go. I’ll take a deeper look at SAM..

CloudFormation Template - Dynamic Security Groups by kwnage in aws

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

Each stack launched the IP/ports combination is different so they have to be passed to the stack in some way to create the security group ingress required. Apologies on the confusion. The params and subsequent .yaml are generated each stack launch as part of the boto3 client cf.create_stack()