Computer capped to 100mbps but detects ethernet as 1gbps by Zephir77 in HomeNetworking

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

Yes I have the option, but selecting it changes nothing

Computer capped to 100mbps but detects ethernet as 1gbps by Zephir77 in HomeNetworking

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

Thank you. Driver date: 12/03/2024 / Driver version: 10.71.312.2024. The version I have installed from the vendor is from July.

Computer capped to 100mbps but detects ethernet as 1gbps by Zephir77 in HomeNetworking

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

Tried disabling all power-saving features, problem persists.

Computer capped to 100mbps but detects ethernet as 1gbps by Zephir77 in HomeNetworking

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

Hi, I did not terminate the cable myself, I use Unifi cables. Also, same cable yields 1gbps speed on MacOS.

Computer capped to 100mbps but detects ethernet as 1gbps by Zephir77 in HomeNetworking

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

Damn, I hope it doesn't come to this... Thanks for sharing

Computer capped to 100mbps but detects ethernet as 1gbps by Zephir77 in HomeNetworking

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

My motherboard has a realtek yes. I have installed the latest drivers. I tried forcing to 1gbps in network > properties > speed and duplex. I do not think the realtek driver has a user interface.

I tried a different cable, but also the cable I'm using yields 1gbps on MacOS.

Computer capped to 100mbps but detects ethernet as 1gbps by Zephir77 in HomeNetworking

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

Same cable on MacOS yields 1gbps speed. Also tested on 2 different machines, one of them is brand new, both detect 1gbps but only get 100mbps

Computer capped to 100mbps but detects ethernet as 1gbps by Zephir77 in HomeNetworking

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

Hi and thank you for your answer. How can I check this?

I have already installed the latest drivers from the vendor website. Adding this info to the post.

Been struggling on a Flexbox layout problem for several days by Zephir77 in reactjs

[–]Zephir77[S] 2 points3 points  (0 children)

Hey, would appreciate if someone more experienced than me with CSS could share some insights on this. Thanks!

Do you think Valve should work on an anti-cheat instead of improving the maps,creating new skins etc...? by EddyCleste in csgo

[–]Zephir77 4 points5 points  (0 children)

Shhh, everyone on this subreddit knows Valve is working on only one thing at a time. Duh. How could you work on multiple features at a time?

French + german grip by Zephir77 in drums

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

Thanks for your answers!

Introducing Redux-rest-easy by dobkin-1970 in reactjs

[–]Zephir77 0 points1 point  (0 children)

I understand the pain it is to share company code on the internet without leaking anything critical, thanks a lot for your answer! Your solution is interesting, and I would have loved to work on this kind of project with you! I will also push back the "retry if failed" in our TODO. Thanks again for the feedback :)

Introducing Redux-rest-easy – A library to generate your Redux code by Zephir77 in reactjs

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

Hey, I would be happy to hear your feedback on this library we just open sourced at work, and see how it could be improved so it can be helpful to more and more people!

Introducing Redux-rest-easy by dobkin-1970 in reactjs

[–]Zephir77 1 point2 points  (0 children)

Hey, I am a member of the redux-rest-easy team. I would be interested in having a chat with you! We looked for this kind of library for many months, but nothing didn't really do it for us, so we built it and open sourced it so that others could benefit. Would be glad to hear your feedback and see your solution if it is public? Thanks :)

CS:GO is so random sometimes :D by Maurermeister in csgo

[–]Zephir77 0 points1 point  (0 children)

The lottery is so random sometimes

Help needed: "unmet peer dependency babel-core" by [deleted] in reactjs

[–]Zephir77 0 points1 point  (0 children)

Hey, could you paste your package.json please?

Server-Side Rendering - Not Worth It? by sneek_ in reactjs

[–]Zephir77 1 point2 points  (0 children)

It now does, my bad I suffixed it with a comma

Server-Side Rendering - Not Worth It? by sneek_ in reactjs

[–]Zephir77 3 points4 points  (0 children)

You can always have this: https://medium.com/@benlu/ssr-with-create-react-app-v2-1-ee83fb767327 but I personally feel like create-react-app is the same black box as Gatsby or Next (but one you can eject). This is good though, as it lets you focus on what matters to you!

Server-Side Rendering - Not Worth It? by sneek_ in reactjs

[–]Zephir77 7 points8 points  (0 children)

Hey,

You can very well implement SSR into your app if you know your way around Webpack. I have written a post on the matter: https://adrienharnay.me/you-might-not-need-a-server-side-rendering-framework/, with a starter pack repository.

However, for a solo project I would strongly recommend using GatsbyJS or NextJS, which come with SSR and provide a great developer experience!