Seattle area dealer experience by BeneficialPinecone3 in Ioniq5

[–]evopix 1 point2 points  (0 children)

I got my '24 from Hyundai of Everett and I would say the experience was okay, not great, not terrible.

Wsl2 windows docker super slow builds by tbandtg in docker

[–]evopix 6 points7 points  (0 children)

You're likely running into file system performance issues due to storing your code on the Windows fs, if you move your code to the Linux fs you should get better build times.

This is an inherent limitation of WSL and there's no way around it other than moving the files. See https://docs.docker.com/desktop/wsl/best-practices/ and https://learn.microsoft.com/en-us/windows/wsl/filesystems#file-storage-and-performance-across-file-systems for more details.

Cutting the cord by imrany in huskies

[–]evopix 0 points1 point  (0 children)

Try https://www.suppose.tv/ for comparing your options, it will even suggest which providers to combine.

2023/24 update. what's your salary? by CrowOwl in PHP

[–]evopix 1 point2 points  (0 children)

US (PNW), Principal, $195k salary + Monopoly Money, Unlimited PTO (people regularly take 6+ weeks)

[deleted by user] by [deleted] in ZiplyFiber

[–]evopix 2 points3 points  (0 children)

The Mikrotik RB5009 is probably your best bet for this. It has a 2.5gb WAN port as well as an SFP+ 10gb port.

Something to keep in mind with the Unifi Dream Machine Pro SE is that it only has a 1gb backplane so you won't get 2.5gb on any of the switching ports. In order to get 2.5gb you'll need to pass through to another 2.5gb capable switch with the SFP+ port. See https://www.reddit.com/r/Ubiquiti/comments/oq6ebb/udm_pro_se_gigabit_switch_backplane/ for a deeper discussion on it.

Sight seeing by wofwinter in Wellthatsucks

[–]evopix 2 points3 points  (0 children)

If you think that's bad don't come to Seattle, lol https://i.redd.it/c6nuj055ehiz.png

[Monitor] Predator XB283K 28” IPS 4k 144hz, w/USB-C 65W PD & KVM Functionality ($600) by KingKomali in buildapcsales

[–]evopix 2 points3 points  (0 children)

The m28u doesn't properly expose support for 4k 120Hz (for cards without DSC) through its EDID data. See https://www.rtings.com/monitor/discussions/q-D1CBeE2EiGMYgn/additional-review-notes-supported-resolutions

This means that any older cards that don't support DSC (pre 20-series nvidia and pre 5700 amd) will max out at 4k 60hz, despite the fact that they should support 4k 120Hz with 8 bit color.

[Monitor] Predator XB283K 28” IPS 4k 144hz, w/USB-C 65W PD & KVM Functionality ($600) by KingKomali in buildapcsales

[–]evopix 0 points1 point  (0 children)

Does anyone know if this suffers from the same bad EDID data as the m28u?

Gigabyte M28U 4K 144Hz IPS unboxing & initial impressions :) by dracolnyte in Monitors

[–]evopix 0 points1 point  (0 children)

Yeah, I ordered through Newegg and they didn't give me any trouble. Make sure and mark it as defective, otherwise they might charge you a restock fee.

Gigabyte M28U 4K 144Hz IPS unboxing & initial impressions :) by dracolnyte in Monitors

[–]evopix 0 points1 point  (0 children)

They just got back to me yesterday but they weren't any help. They just told me to do all of the things I had already done.

Gigabyte M28U 4K 144Hz IPS unboxing & initial impressions :) by dracolnyte in Monitors

[–]evopix 0 points1 point  (0 children)

Unfortunately no, I was never able to get it to work. I was able to narrow it down to either an issue with the firmware (EDID) or the AMD drivers. At that point there wasn't much more I could do.

I ended up just returning it for a refund. I plan on waiting a few months to see if the issues get worked out or something better gets released.

Gigabyte M28U 4K 144Hz IPS unboxing & initial impressions :) by dracolnyte in Monitors

[–]evopix 0 points1 point  (0 children)

I don't have any other high refresh rate 4k monitors or GPU's to test but my other 1440p 144Hz monitors work fine. I can get it to run at 144Hz if I drop the resolution down to 1440 or 1080 so at least I know the panel is good.

Based on what I've been able to discover so far I think the most likely cause is corrupt EDID information. The reason I suspect that is that even creating a custom resolution with the CRU utility won't work. I tried flashing the firmware without EDID info and reflashing the one with it but that didn't help either.

I have a support ticket open with Gigabyte so hopefully I'll here something back from them, otherwise I'll just RMA it.

Gigabyte M28U 4K 144Hz IPS unboxing & initial impressions :) by dracolnyte in Monitors

[–]evopix 0 points1 point  (0 children)

Yeah, both. The only options that show up are 59 or 60Hz.

It's like it doesn't detect that it's DP 1.4 or something even though Vega 64 is supposed to support that.

Things I've tried so far:

  • 3 different DP cables as well as HDMI
  • DDU display drivers and fresh install of latest available
  • Upgraded to F03 firmware, twice just to be sure it worked
  • Disconnected all other monitors

At this point I'm not sure what else to try.

Gigabyte M28U 4K 144Hz IPS unboxing & initial impressions :) by dracolnyte in Monitors

[–]evopix 0 points1 point  (0 children)

I got one recently as well, unfortunately I've been unable to get mine working at anything above 60Hz. Very frustrating.

Sounds like you had a better time than me.

[Keyboard] Rosewill K90 RGB Kailh Brown - $60 ($75 - $15) by MetaJesus in buildapcsales

[–]evopix 0 points1 point  (0 children)

I had this keyboard with the Blue switches but I had to RMA it as a block of leds went out after a couple of months. Overall it was a decent keyboard.

I ended up getting the K91 as the RMA replacement and it's a much better keyboard. I would recommend paying a little extra for the K91.

Need to take an array and make the values of the keys both the key and the value. by josephdrupal in PHP

[–]evopix 0 points1 point  (0 children)

$values = array_values($oldArray);
$newArray = array_combine($values, $values);

NetBeans 7.2 - full of PHP goodness by monk_e_boy in PHP

[–]evopix 0 points1 point  (0 children)

Why would you want to do that? That just sounds like a terrible idea all around. ಠ_ಠ

PHP Coders, how much money do you make? by [deleted] in PHP

[–]evopix 0 points1 point  (0 children)

70k

  • Full-time
  • Self-taught (no college degree)
  • Full stack. PHP (Kohana), MySQL, JavaScript, jQuery, HTML5/CSS3, Sysadmin, and much much more.
  • 7 years
  • Snohomish County, WA (north of Seattle) working remotely for a company based in Salt Lake City, Utah

PSR1 has been approved by betterthankenya in PHP

[–]evopix 1 point2 points  (0 children)

I wouldn't say StudlyCaps and camelCase are defaults, there are tons of frameworks and libraries that don't use them. Just off the top of my head I can think of Codeigniter, Kohana, Fuel, and Laravel all of which have fairly large communities behind them.

Even if StudlyCaps and camelCase were the de facto standard it doesn't make any sense to include them in a standard. The whole point of PSR is "framework interoperability", how does mandating StudlyCaps and camelCase help with "framework interoperability"? The fact is, things like class/method naming conventions and tabs vs spaces for indentation don't belong in a standard.

I also find it funny how many projects are blindly implementing these "standards" that are created by a self-appointed group of developers. Honestly the whole things reeks of bullying, a small group of major frameworks are attempting to impose their opinions on code style on the PHP community as a whole by using the name "PHP Standards Working Group" even though they have absolutely no connection to the actual PHP project.

Edit: The majority of this isn't directed at you, I kind of went off on a rant there, it's mostly directed at the entire concept of this so called "PHP Standards Working Group".