-
Posts
108 -
Joined
-
Last visited
Awards
This user doesn't have any awards
About KevinTYJ
- Birthday May 18, 2000
Contact Methods
-
Discord
kevintyj#0001
- Website URL
Profile Information
-
Gender
Male
-
Location
South Korea, Seoul, Shanghai, China, Boston, USA
-
Interests
Programming, Photography, Cinematography, Finance, Economics, Etc.
-
Occupation
Cofounder, Keo Technology Group
System
-
CPU
Xenon E5 v3
-
Motherboard
Z1DPA
-
RAM
32GB Samsung DDR4
-
GPU
GTX 1070
-
Case
Phanteks Evolv
-
Storage
500gb NVME SSD + 4TB Seagate HDD
-
Display(s)
2x PE320QK
-
Cooling
Custom Hardline Cooling
-
Keyboard
G710 Blue Switches
-
Sound
8Driver Ciem
-
Operating System
Win 10 Pro + Mac OS
Recent Profile Visitors
1,729 profile views
KevinTYJ's Achievements
-
Here are some photos for comparison. It's not just a haloing issue, the colors are also completely different, despite being on the same color profile. I use my monitors without calibration (Its not worth the hassle for my workflow). It basically makes my monitor useless though because of the annoying color difference and haloing (almost like compression artifacts). Monitors are ran through a usb-c connection. Tried HDMI and DisplayPort with a dongle with the same disappointing result You can clearly see the difference. They are both running on the same scaling but as you can see there is a significant difference in the way the image is rendered. M1 Max Intel i9 M1 Max Intel i9 The reason why I think this isn't a M1 chip issue is because: 1. The image is rendered fine on my M1 iPad Pro 2. The reverse was the issue tested on a different monitor where intel Mac was the one having the issue while M1 max rendered the content just fine
-
Yeah... The weird thing is the reverse happened on the 27inch monitor at the Apple Store. I tried all scales on the Mac. Colour profiles made a bit of an improvement, but I think this has to do with different contrast with certain color profiles.
-
Yeah forgot to mention: Tried all scaling options, disabled all profiles on the monitor, tried HDR mode, the different colour modes on the monitor. Sharpening was never enabled on the monitor ever.
-
I am experiencing some issues with a new MacBook Pro M1 Max 16inch with my external 4K monitor PE320QK. I have been using the PE320QK for about two years with my previous MacBook Pro 16inch i9 without any issues. When I plug the same monitor into my new MacBook Pro M1 Max to the same monitor with the same cable, high contrast areas seems to have weird artifacts, especially text seems like there is some kind of "compression" and there are darker edges like as if you HDR image haloing. The weird thing is that I took both the computers to the Apple Store and my old laptop was experiencing the same haloing issue on their in store LG 3K 27inch monitor and my M1 Max was not experiencing the issue at all. I tried with the two monitors I have both PE320QK same issue with the new laptop. Does anyone know a solution to this issue? I've looked all over the internet and no one seems to know what is going on.
-
I have no clue why it says 6720x3780 but its just a normal 4K monitor, I wish I had dual 6K+ displays hahaha
-
This seems to be a common issue with people running HDMI cables but I'm running direct usb-c cables to my acer 32 inch PE320QK 4K monitors, does anyone know a way to forcefully lock display refresh rates at 60hertz? I've been using the monitors like this for a year and its driving me crazy. Also half the time I start my computer the display is at like a super weird resolution (like 800x600 or like 1000x800) does anyone know how to fix this as well? The things I've tried: 1. Control clicking the scale to see refresh rate options (Highest seems to be 30 Hertz) 2. New cables (Tried a after market full featured 10gbps usb-c cable, HDMI cable through hub, Display Port cable through hub, all no luck) Thanks everyone!
-
I've had this macbook pro 16 inch (need mac and its form factor because of the dev work I do) for about a year now, during this time I have the logic board fail at-least 5 times (lost count) and already have gotten a full unit replacement once. Ever since I had this laptop though, I literally couldn't do any real work with it while connected to a monitor (tried a dual 1080p also with a dual 4K monitor, both produce same symptoms). I was wondering if anyone else was having the same issue and if there is a solution to it. The mouse would completely be unusably laggy even though when my temps are fine. My temps are completely normal but power delivery seems to be a little sketchy but am not sure what the actual problem is.
-
KevinTYJ changed their profile photo
-
How to take good photos of PCs? [+/- LEDs]
KevinTYJ replied to For Science!'s topic in Photography and Videography
-
Hope everyone is having a good new years and CES 2019, I literally reset the node server and reconfigured nginx and I dont remember how I fixed CORS issues... I checked stackvoerflow, but none of the recommendations helped. Im having a CORS preflight issue because of a header I believe : Access to XMLHttpRequest at 'https://api.keoplus.com/api/auth/signin' from origin 'https://keoplus.com' has been blocked by CORS policy: Request header field deviceinfo is not allowed by Access-Control-Allow-Headers in preflight response. Nginx Config : upstream (hidden IP){ server 127.0.0.1:8000; #Your local node.js process } # the nginx server instance server { listen 80; listen [::]:80; server_name api.keoplus.com; return 301 https://$server_name$request_uri; access_log /var/log/nginx/api.log; } Node Application Nginx : location / { add_header 'Access-Control-Allow-Origin' 'https://keoplus.com'; add_header 'Access-Control-Allow_Credentials' 'true'; add_header 'Access-Control-Allow-Headers' 'Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers'; add_header 'Access-Control-Allow-Methods' 'GET,POST,OPTIONS,PUT,DELETE,PATCH'; if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' 'https://keoplus.com'; add_header 'Access-Control-Allow_Credentials' 'true'; add_header 'Access-Control-Allow-Headers' 'Access-Control-Allow-Headers, Origin,Accept, X-Requested-With, Content-Type, Access-Control-Request-Method, Access-Control-Request-Headers'; add_header 'Access-Control-Allow-Methods' 'GET,POST,OPTIONS,PUT,DELETE,PATCH'; add_header 'Access-Control-Max-Age' 1728000; add_header 'Content-Type' 'text/plain charset=UTF-8'; add_header 'Content-Length' 0; return 204; } proxy_redirect off; proxy_set_header host $host; proxy_set_header X-real-ip $remote_addr; proxy_set_header X-forward-for $proxy_add_x_forwarded_for; proxy_pass https://api.keoplus.com:8000; } Has anyone experienced the same issue, and if-so how did ya'll fix this? Very much Thanks!
-
How to take good photos of PCs? [+/- LEDs]
KevinTYJ replied to For Science!'s topic in Photography and Videography
You should consider getting a wide angle lens. Sigma 14-24 2.8 looks amazing! -
Quick Stupid Questions About Running Old Xeons
KevinTYJ replied to KevinTYJ's topic in Servers, NAS, and Home Lab
AIGHT! Thanks lt. community unfortunately thought i am at the hospital, and will probably be here for a while due to a lung infection somehow! hope i get well soon to get on working on my Haswell system? Also how does about 85$ look for a ECC 2133 16GB ram dimes (ddr4)- 26 replies
-
- home server
- xeon
-
(and 1 more)
Tagged with:
-
Quick Stupid Questions About Running Old Xeons
KevinTYJ replied to KevinTYJ's topic in Servers, NAS, and Home Lab
And my final quedtion is how far is the skylake e5 release. Should i wait to maybe see a price drop? Thanks !- 26 replies
-
- home server
- xeon
-
(and 1 more)
Tagged with:
-
Quick Stupid Questions About Running Old Xeons
KevinTYJ replied to KevinTYJ's topic in Servers, NAS, and Home Lab
Qs 2683 seems promising with 2.6 turbo actually accorind to this huge dealer- 26 replies
-
- home server
- xeon
-
(and 1 more)
Tagged with:
-
Quick Stupid Questions About Running Old Xeons
KevinTYJ replied to KevinTYJ's topic in Servers, NAS, and Home Lab
Do you guys think i can boot hackintosh on to this machine wuth qs ver cpu.- 26 replies
-
- home server
- xeon
-
(and 1 more)
Tagged with:
-
Quick Stupid Questions About Running Old Xeons
KevinTYJ replied to KevinTYJ's topic in Servers, NAS, and Home Lab
thanks for your reply. yeah was talking about the 2690v3 chips, which ones were you referring them to? thanks, since i am obviously going to spend more than i started, might as well use this as a backup render rig. (backup as in main :P,)- 26 replies
-
- home server
- xeon
-
(and 1 more)
Tagged with:
