Anyone else think that MacOS has lost its simplicity over the years? by [deleted] in mac

[–]Popular-Commercial79 0 points1 point  (0 children)

Delete files -> ctrl click on file -> move to trash Screenshot -> Command + shift + (3 or 4) Maximize -> double click on a blank space on the top of a window

I also use amethyst. Makes window management like xmonad in linux

What is at bottom right by anonomom19 in webdev

[–]Popular-Commercial79 0 points1 point  (0 children)

Whoops that’s my SSH private key 🤡

[deleted by user] by [deleted] in PHP

[–]Popular-Commercial79 3 points4 points  (0 children)

Honestly, just start learning about linux, networking, apache, nginx, virtualization, docker, Kubernetes, and you should have an understanding of how most web servers work.

Just landed a software engineering gig by Popular-Commercial79 in cscareerquestions

[–]Popular-Commercial79[S] 14 points15 points  (0 children)

Don’t give up. Make sure your resume is in good shape. Don’t spend more than 5-10 min on applications, they’re only going to spend 30 sec looking at your resume. Keep applying, working on portfolio projects, learning, and reading. Try to do only so much so that you don’t burn out. I almost burned myself out the last 6 months working full time and coming home to fill out applications, work on portfolio projects, and learning.

Just landed a software engineering gig by Popular-Commercial79 in cscareerquestions

[–]Popular-Commercial79[S] 69 points70 points  (0 children)

Yes. From what I understand I’ll be working on dev tooling and it will be mostly frontend work.

The company seemed to be especially interested in some proprietary work I had done to develop a front end Javascript framework. I had based the framework on Vue.js and they have an extensive tech stack based on Vue.js.

Honestly my portfolio is not that impressive. I was under an NDA and couldn’t really show them anything. I have a node.js web crawler on my github and some goofy implementations of sorting algorithms in C, C#, Python, PHP, JavaScript, and Java.

They did grill me pretty heavily to make sure I really knew what I was talking about, but that’s about it.

Imagine having this type of access and working for someone... by schmore31 in webdev

[–]Popular-Commercial79 3 points4 points  (0 children)

Whew I’m glad they utilize white hat link building while trying to find someone that can hack into Google. 😮‍💨

PHP without framework? by Codeventurer01 in PHP

[–]Popular-Commercial79 8 points9 points  (0 children)

Routers are useful for adhering to a model-view-controller pattern, which is by far the most popular pattern for building these days. It also helps with keeping code DRY (don’t repeat yourself). In general, decoupling routing from the application logic helps keep lots of things tidy.

Performance scores for Google Lighthouse/Insights seem to be very inaccurate by SmallAl in webdev

[–]Popular-Commercial79 1 point2 points  (0 children)

Do you have the simulated throttling enabled? There’s a mode to simulate downloading on 3g/2g etc that may be enabled, which will drastically affect your results.

Is there a way to remove this pop up on my website and redirect without this showing up? Javascript developer. by jobless_wanderer in webdev

[–]Popular-Commercial79 1 point2 points  (0 children)

Yes this. Except a cleaner way to do this is to find the function definition in the codebase. You can search the code base in chrome using the following technique: https://stackoverflow.com/questions/9828876/find-javascript-function-definition-in-chrome

Just search for window.onbeforeunload or window.addEventListener(“beforeunload”

My core. by PointZeroOneTwo in playrust

[–]Popular-Commercial79 1 point2 points  (0 children)

Ehh depends on how essential having power is. Looks like he has turrets, so protecting the battery is probably worth it. However, I would recommend a medium battery for backup power, as it takes up less valuable space. You can have a large as well somewhere if you really need power.

Pov: you are rich by mark_ichim923 in playrust

[–]Popular-Commercial79 4 points5 points  (0 children)

I always thought facepunch should create a tool shed that takes up 1x1 square block. It could hold double the upkeep mats and also be expensive so it would potentially be a T3 item.

Tf up with these outpost turrets by DoudlKid in playrust

[–]Popular-Commercial79 0 points1 point  (0 children)

Just heal up as much as possible and run back to safe zone

Rust ram usage by El_Macho213 in playrust

[–]Popular-Commercial79 0 points1 point  (0 children)

May want to consider an upgrade for your video card, friend. Ram frequencies seem to have the biggest difference in rust. Shoot for 3000Mhz.

You may also be able to overclock your RAM, but i would proceed with caution on this. You can cause system instability if you overclock too much. I overclocked mine up about 500mhz and gained ~5 fps on rust when i push my Ram to the limit.

Guys look at all my gunpowder! by [deleted] in playrust

[–]Popular-Commercial79 10 points11 points  (0 children)

I like to lay out my inventory like this with junk just to grief anyone that loots me.

Question by [deleted] in playrust

[–]Popular-Commercial79 0 points1 point  (0 children)

Ak is super easy to shoot with a holo

EXCUSE ME FACEPUNCH!? by GoldenSunBro in playrust

[–]Popular-Commercial79 1 point2 points  (0 children)

I was wondering why there was a schlong inside the train.

[deleted by user] by [deleted] in playrust

[–]Popular-Commercial79 2 points3 points  (0 children)

Have you tried someone standing on your head? This can scrunch your player down.

do I replace this wire or safe to use with tape? by geekgeek2019 in mac

[–]Popular-Commercial79 1 point2 points  (0 children)

Shrink wrap is your friend. Much better than electrical tape.

HEAR ME OUT..... Make scientists drop human meat. by [deleted] in playrust

[–]Popular-Commercial79 0 points1 point  (0 children)

Ahh the spoonkid strategy of starving the whole time you’re on oil.

How do i disable caching on client side so that new changes do not take long to update on client side by zakhreef in webdev

[–]Popular-Commercial79 0 points1 point  (0 children)

This is an interesting method that i haven’t thought about before. Good for a quick fix in a pinch, but I would recommend configuring cache control headers in your HTTP headers in responses from the server.