chaospatterns

joined 1 year ago
[–] [email protected] 1 points 3 hours ago* (last edited 1 hour ago)

Kind of but it's not fair to put it all on the manager. Multiple people decided to hire the person. Somebody else approved that code review. People approved the technical design. Why didn't the tech lead raise concerns with the manager about someone's under-performance, etc. it's unfair to just put all blame on the manager.

The idea of extreme ownership is about not saying "not my problem I won't do anything" or blaming your reports. It's about saying I can and should do anything and everything in my ability to fix problems.

[–] [email protected] 3 points 1 day ago* (last edited 1 day ago) (1 children)

But then you've got cities like Morro Bay, CA that are trying to stop a plan to replace a coal plant with a battery storage facility because batteries are supposedly dangerous.

 

PCC is returning to the Rainier Square building focusing on lunch foods and a "limited selection of grocery and pantry items."

[–] [email protected] 2 points 4 days ago

That's unfortunate that they won't be able to put that money to better use, but I hope they use this opportunity to improve the system security and reliability.

 

I'm excited to see this as I'm pretty much only use Z-Wave. Also interesting is they are developing their own dongle

 

Summer construction season is coming to an end, but not before we tackle our biggest weekend of construction for the region this year. We're calling it our Monster Weekend. Buckle up (literally) because here's what's going down:

A map depicting full closures of State Route 520, Mercer Street on ramps to I-5, Northbound I-405 in Renton, Southbound SR 167 in Kent, and I-5 OVERNIGHTS ONLY near Fife. The map is covered in cute cartoon monsters.

SR 520 CLOSED - highway and trail

-Where: From I-5 in Seattle to 92nd Ave NE in Clyde Hill
-When: 11 p.m. Friday, Sept. 27, to 5 a.m. Monday, Sept. 30
-What: Working on lighting and the fire suppression system under the new Montlake lid over SR 520.

NB I-405 in Renton CLOSED

-Where: From Sunset Boulevard Northeast/Southport Drive (Exit 5) to Coal Creek Parkway SE
-When: 11 p.m. Friday, Sept. 27, to 4 a.m. Monday, Sept. 30.
-What: Shifting northbound traffic onto a new bridge. A signed detour will be available. This work is weather-dependent and may be rescheduled.

SB SR 167 in Kent CLOSED

-Where: From SR 516 to South 27th Street
-When: 11:59 p.m. Friday, Sept. 27, to 4 a.m. Monday, Sept. 30.
-Why: Paving and striping sections of SB SR 167. This work is weather-dependent and may be rescheduled.

Both directions I-5 CLOSED - overnights only!

-Where: Between SR 18 in Federal Way and 54th Ave E in Fife
-When: Overnight Friday, Sept. 27, and Saturday, Sept. 28. NB lanes will close by 10:30 p.m. and SB lanes by 11 p.m. On Saturday, lanes begin opening at 7 a.m. (fully open by 11 a.m.). On Sunday, lanes begin reopening at 8 a.m. (fully open by noon).
-Why: Setting girders for a new overpass crossing I-5.

Mercer Street on-ramps to I-5 CLOSED

-Where: Mercer Street on-ramps to both NB and SB I-5 in Seattle
-When: 10 p.m. Friday, Sept. 27, and 5 a.m. Monday, Sept. 30.
-Why: Paving the ramp and adjacent shoulders.

Some of these closures have detours, but a warning: Detour routes cannot accommodate normal traffic volumes, so try to travel during off-peak hours or, if possible, delay your trip to help minimize backups.

It's been a long summer of road work. You've been patient, and we're grateful for that. We need to get this work done now before we fully enter The Big Gray.

[–] [email protected] -1 points 1 week ago* (last edited 1 week ago)

Then good luck getting a house mortgage because you can't lend based on future income because it's not guaranteed. When I bought my house they incorporated the value of my brokerage account. I wouldn't be able to own a place if they didn't.

With house mortgages it's collateralized against the house, a physical object, but it has only a fake value until it's actually sold because house prices can go up or down.

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago)

I didn't see any references to the homeless in this post and it contained a lot of good insights and discussion about preparedness. Sadly the WA state doesn't open up a thread on Lemmy yet. One day

 

September is National Preparedness Month. Staff members from King County Emergency Management and Washington Emergency Management Division are here to answer your questions about hazards in King County and how you can be better prepared for emergencies.

[–] [email protected] 4 points 3 weeks ago

I host a server so my friends can join and play when I'm not playing the game.

[–] [email protected] 5 points 3 weeks ago* (last edited 3 weeks ago)

This is my biggest challenge with this extension. What's clickbait to one person is not to another. Several times I've come across titles that get mangled when rewritten to lose key points. Or the image gets replaced with a random screen grab. There's a difference between somebody doing the YouTube face and a title with "the craziest stunt you've ever seen" and an artist photo with a title saying the "a crazy stunt jump through a burning hoop". I'm okay with the latter but dearrow will often remove crazy. The is just an contrived example

One person could still say "crazy" makes it clickbait, but having some adjectives are fine

[–] [email protected] 13 points 3 weeks ago (5 children)

If you're trying to run a dedicated server and getting an error about being unable to connect to the API. There's an issue that seems to be affecting Docker setups: https://github.com/wolveix/satisfactory-server/issues/260

7
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]
 

Amazon S3 adds support for conditional writes that can check for the existence of an object before creating it. This capability can help you more easily prevent applications from overwriting any existing objects when uploading data. You can perform conditional writes using PutObject or CompleteMultipartUpload API requests in both general purpose and directory buckets.

Using conditional writes, you can simplify how distributed applications with multiple clients concurrently update data in parallel across shared datasets. Each client can conditionally write objects, making sure that it does not overwrite any objects already written by another client. This means you no longer need to build any client-side consensus mechanisms to coordinate updates or use additional API requests to check for the presence of an object before uploading data. Instead, you can reliably offload such validations to S3, enabling better performance and efficiency for large-scale analytics, distributed machine learning, and other highly parallelized workloads. To use conditional writes, you can add the HTTP if-none-match conditional header along with PutObject and CompleteMultipartUpload API requests.

This feature is available at no additional charge in all AWS Regions, including the AWS GovCloud (US) Regions and the AWS China Regions. You can use the AWS SDK, API, or CLI to perform conditional writes. To learn more about conditional writes, visit the S3 User Guide.

[–] [email protected] 2 points 3 weeks ago (1 children)

If you are port forwarding. I recommend not exposing it on the default port of 25565 and instead expose it as a random port. Then, assuming you have a domain name, create an SRV record that points to your IP and port. This will cut down on the drive by scanners who scan by ports, but won't totally eliminate it. If you do use the SRV record, your friends won't even notice there's a different port.

[–] [email protected] 81 points 3 weeks ago (12 children)

The alternative is to let certain countries de facto claim a region because others are too afraid to call them on their BS

[–] [email protected] 3 points 1 month ago (1 children)

Ah yeah. Mono didn't support WPF, but Mono did support running WinForms apps natively on Linux without using Wine.

[–] [email protected] 24 points 1 month ago (3 children)

.net core is the future but Mono is still important for running legacy .net framework applications like ones that use WinForms or WPF. That's pretty much it. Anything new should go straight to .net core.

 

The Lynnwood 1 Line extension is scheduled to open on this Friday, Aug 30th, 2024

 

Original Link

This entire situation has been wild. From Miles' public defender turning to him and telling him to stop talking in courts, to the idea that renaming your Instagram profile gets around court orders, to just loaning your car out to friends.

37
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Location: 3rd and Union. The Joseph Vance Building

Pay-wall link: https://archive.is/fNbTv

 

Seattle Police locked down the grocery store and the corner of 15th and John after a reported exchange of gunfire at the Capitol Hill Safeway early Sunday evening.

No victims were found at the scene.

25 minutes later, a 911 caller reported a male with a gunshot wound to the leg at 12th and Fir.

Police were called to the reported 15th and John shootout just after 5 PM as people in the parking lot and customers inside the store scrambled for cover.

SPD taped off a large area around the parking lot and Williams Place Park where they reported finding multiple shell casings and at least one unspent round.

According to East Precinct radio updates, the shootout involved at least two armed assailants with one reportedly fleeing northbound on a rental scooter.

About 25 minutes after the Safeway call, police were called to 12th and Fir where a male was reported with a gunshot wound to the leg.

Seattle Fire was at the scene to treat the victim and transport him to the hospital.

It was not immediately clear if the incidents were separate shootings though at least one 911 caller described a group of possible suspects leaving the 12th and Fir scene.

There were no reported arrests.

According to a radio update, Seattle Police were investigating the possibility a Glock handgun reported stolen earlier in the day was used in the Capitol Hill shooting.

 

The Washington State Transportation Commission (WSTC) has adopted new toll rates for the SR 520 Bridge.

Beginning August 15, 2024, toll rates will increase by an average of 10 percent, rounded to the nearest nickel. Depending on the time of day and day of week, tolls will either decrease by 10 cents or increase by up to 70 cents. In addition, the new rate schedule will feature six rate variations throughout the week instead of the current eight.

Please see the table below for a breakdown of the changes:

Weekday rate changes (Monday-Friday)

Weekend rate changes (Saturday & Sunday)

State law mandates that tolls generate sufficient revenue to meet the bridge’s financial obligations, such as operations and on-going maintenance costs, and repaying construction bonds used to build the bridge. Tolls are also required to be set in a manner that helps maintain travel time, speed, and reliability in the corridor. These rate adjustments aim to streamline the toll structure while ensuring toll revenue meets the bridge’s financial requirements.

For more information about the new toll rates and schedules please visit our website.

33
A die shot of an ESP32 (upload.wikimedia.org)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Source: https://commons.wikimedia.org/wiki/File:ESP32-Dieshot.jpg

It's interesting how they are able to fit some much in a small space ~~considering most of it appears to be memory~~.

view more: next ›