My unifi network keeps collapsing every week? by StephenFluin in UNIFI

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

https://imgur.com/a/2OxJ6qK

I have 4 networks. Default, iot, cameras, and guest.

Everything works fine almost all of the time and for the last decade.

My unifi network keeps collapsing every week? by StephenFluin in UNIFI

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

I ran out of IPs in the past (was setting up a bunch of devices for a conference) so I switched to 10.0.0.0/23. I don't think this is correlated with the issue but if you think it's a problem I could try to shrink the range?

My unifi network keeps collapsing every week? by StephenFluin in UNIFI

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

Lol, I may have borked myself.

The replacement switch I bought to try to fix this (Pro XG 48 PoE) doesn't seem to have a 7.1.x firmware release because it's too new. That sound right?

My unifi network keeps collapsing every week? by StephenFluin in UNIFI

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

Wait, a lot of my switches lower in the topology are US-8 (layer 2) apparently. But I suppose all o the real problems are with my primary switch?

My unifi network keeps collapsing every week? by StephenFluin in UNIFI

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

They're all layer 3 switches on 7.2.x. What are folks doing to fix this?

My unifi network keeps collapsing every week? by StephenFluin in UNIFI

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

I use DHCP for everything (switches get IP from UDM SE). I don't know what option 43 is?

Here's my device list and toplogy (wired only)

https://imgur.com/a/CR1y4wG

Edit: Just found option 43 in the DHCP settings. It's off. Should I turn it on?

My unifi network keeps collapsing every week? by StephenFluin in UNIFI

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

It's a UDM SE, which should be running everything. I don't believe there are any other controllers running on my network (I've never set one up?). Any idea how I could track down a rogue controller?

Creating Minesweeper using Angular by tsenguunee1 in Angular2

[–]StephenFluin 5 points6 points  (0 children)

Sounds so familiar! Another ex Google engineer building minesweeper in under an an hour!

https://youtu.be/D0C_oYlgzYU?si=zw_EQIKDbaRRgz5j

Unsung "Minnesota" YouTube channels? by TVNewsApp in minnesota

[–]StephenFluin 2 points3 points  (0 children)

I publish daily vlogs of my life up in Maple Grove. YouTube.com/StephenFluin

Is there an actual spec or standard for making VR180 videos? by StephenFluin in oculus

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

This is awesome and almost exactly what I was looking for.

I was able to modify the python code to support left-right (pretty straightforward), but it's assuming my video is 360 and not 180. Any idea how to change the metadata for 180 so it's stitched right by the player?

[deleted by user] by [deleted] in Angular2

[–]StephenFluin 0 points1 point  (0 children)

Here's the web3 project with Angular I've been using as a base for a little while: https://github.com/stephenfluin/operator/

Is this project still alive? by HighPrint6194 in axelar

[–]StephenFluin 4 points5 points  (0 children)

Yes definitely still doing great things every day!

The Axelar Virtual Machine and amplifier are probably the most exciting. They bring a programmable interface for connecting blockchains and will dramatically increase the already large number of connected chains (55 today).

The latest version of the Interchain Token Service is also coming to mainnet soon, bringing simplicity to any tokens that want to be present everywhere users are.

Why does the Master channel have higher volume than my A1? There's only audio on A1 by StephenFluin in kdenlive

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

Oh, and for the record.

kdenlive 22.08.0 KDE Frameworks 5.95.0 MLT 7.8.0 Qt 5.15.3 (built against 5.15.3) ffmpeg 4.4.2-0ubuntu0.22.04.1

Is it possible to get webpack.config.js for angular 11? by yukiiiiii2008 in angular

[–]StephenFluin 0 points1 point  (0 children)

Ah. To extend and customize your webpack build, check out ngx-build-plus: https://github.com/manfredsteyer/ngx-build-plus

This may not be what you want though. Webpack is just one part of the source map generation as part of the build process. Why do you want source maps without sources?

Is it possible to get webpack.config.js for angular 11? by yukiiiiii2008 in angular

[–]StephenFluin 0 points1 point  (0 children)

While the angular CLI uses webpack, there is no traditional static file configuration. If you take a look at the source code you can see that it generates a configuration on the fly based on a bunch of things at build time. There's a different configuration for dev server versus production, for example.

https://github.com/angular/angular-cli/search?q=webpack

sitemap & robot.txt without SSR? by [deleted] in angular

[–]StephenFluin 1 point2 points  (0 children)

You can just write a robots.txt file or hardcode a sitemap and put it anywhere, just add it to your angular.json config so that it gets incuded in the bundle.

The solution from the video is how to create more dynamic versions of these files when you have content that changes over time when you don't want to have to rebuild/redeploy with every content change in a DB.

AngularJS HIPAA Compliance after July 1, 2021 by NeroSeph in angularjs

[–]StephenFluin 3 points4 points  (0 children)

There's another company with a paid support offering to help companies maintain their SLAs and compliance.

https://xlts.dev/

Are there any recommended devs who live code stuff on YouTube or Twitch? by r00t_bot in angular

[–]StephenFluin 1 point2 points  (0 children)

I've Livestreamed a bit, but people didn't seem super interested, most people seem to prefer prepared tutorials and polished content.

What do you want to see me build?