😃 Javier
Yes, it said, "I did not looked excited". I am glad they rejected me. I would have been on me If they have accepted me and then I wanted to leave because they were too much of a jolly bunch.
Daedalus
All my internship applications are being rejected or ghosted, with prior experience. What am I doing wrong? International Student in the US though.
Nick S.
Just how the game works sometimes. I expect >90% of my applications to be outright rejected or ghosted. It's probably even harder nowadays given all of the everything happening.
💸 Jumar Martin
It's weird seeing my friends get into better institutions than I did and still make the same mistake that I did; not going to the best institution available. The "prestige trap" of T20 universities is real and while I try to go against the grain, I probably would be wrapping up an internship now and not doing GSoC or building a CourseTable clone for my uni.
Huw
Taking fiverr.com as an example. If enhanced tracking protection is on I get an error while trying to login. I don't particularly place the blame on Firefox but it's still annoying.
Daedalus
Hmm, that's odd. I haven't come across such a thing for other sites. I don't know about fiverr though.
Huw
Switched from Chrome to Firefox recently. Enjoying it but find it difficult to balance having stricter privacy settings and being able to log in to websites easily.
Daedalus
Can you elaborate how it is harder through Firefox?
🗜️ Mx
If you want to *really* learn to code, pick a simple text editor. The only way to learn is to write your code yourself, not using the automated help of an IDE. IDEs are also slow and clumsy. If your code editor requires you to use the mouse, you're off to a bad start as a professional programmer.
Stoyan Zhekov
Depends on what is your goal. Vim is great if you are going to work on servers (system administration) - pretty much every UNIX derivate have a version on vi by default. For programming - VS Code - modern IDE, good support, frequent updates. Sublime is an editor, while VS code is an IDE, so comparison is not very fare. Atom... better stay away - wrapper around Chrome, making it looks like an editor...
Daedalus
Most would say VScode is an editor that is approaching IDE level features. But still an editor nonetheless. Do you mean Visual Studio?
Ganesh Khade
What do you recommend, Vim, Sublime Text or VS Code for a newbie? I used to recommed VS Code, but everyone I recommend complained about, how slow it was than Sublime Text.
Daedalus
vs code. Felt nothing slow. Extensions are so good.