Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Get a devDuck
Rubber duck debugging has never been so cute! Get your favorite coding language devDuck
Buy Now
Search - "vs"
-
windows update code
function update(){
print("10%");
print("30%");
print("50%");
print("99%");
_doActualUpdate();
_mineBitcoin();
print("100%");
return;
}17 -
Friend: so what is this app I always see you using on your phone?
Me: devRant, it's for developers! it gives us the chance to share rants!
Friend: Wow awesome!!! so what do you guys discuss, interesting stuff huh?
Me: Spaces.... spaces vs tabs.25 -
Me in a Windows vs Linux debate: "but can you play minesweeper during the installation?" - Linux wins13
-
Guys, guys, guys! Read this if you haven't already..Hilarious ;-)
Source: http://kumo.swcp.com/synth/text/...15 -
Googles best javascript framework.
1st link: react is the best one.
Me: Ignore
2nd link: Angular is the best one.
Me: ignore.
.
.
.
8th link: Vue is the best one.
Me: I knew it.20 -
[dev vs client]
- What's your screen resolution?
- 100%
- What's your browser?
- I use internet and sometimes Google.8 -
My smartphone specifications list
1. Should come with 3.5 mm jack
2. No exploding battery please.15 -
Dear codebeautify.org,
Go kill yourself.
No one likes you. Go die.
Love,
poster983
P.S. I'm serious.18 -
Really annoyed by the endless tabs vs spaces discussion.
From now on, I use 4 tabs as indentation.18 -
Meme intended for physics, but sometimes it also happens in progamming. I am looking at you Javascript.
Source: https://theladyscientist.tumblr.com/...3 -
The best minds of my generation are thinking about how to make people click ads…That sucks.
- Jeffrey Hammerbacher, former Facebook engineer1 -
Installed VS Code, have to say, i like it a lot. Even though it's a Microsoft product.
My new favorite editor.28 -
You know what I realized we should always say no for demo driven application development.
We should always ask for enough time do a proper development and if its not enough, shouldn’t write a single line.
Because once we deliver a working demo. Its release ready for them because its FUCKING WORKING..
And trying to explain why this is just a demo and cant be put to production is even bigger pain in the ass than saying no in the beginning.
LESSON LEARNED .4 -
My VS Code extension just got 100 downloads! It just makes me so happy to know that people like what I've made. ☺️3
-
Once I used to wonder how youtube made money.
Now every time I watch a youtube video I am reminded how.13 -
First thing to do after installing a new text editor:
Install shitloads of extensions until you can't open the editor anymore.10 -
Me: Can't wait to try out the changes I've made to the code.
Visual Studio: Let me compile your code from scratch so you can sit there for half an hour like a dumb fuck.7 -
Today a colleague was making weird noises because he was modifying some data files where half of the data needed to be updated with a name field, there were 4 files all about 1200 lines big.
I asked how he was doing and he said he was ready to kill himself, after he explained why I asked why he was doing if manually. He said he normally uses regex for it but he couldnt do this with a regex.
I opened VS code for him, used the multiselect thing (CTRL+D) and changed one of the files in about 2 minutes. Something he was working on for over half an hour already.... He thanked me about a million times for explaining it to him.
If you ever find yourself in a position where you have a tedious task which takes hours, please ask if somebody knows a way of doing it quicker. Doing something in 2 minutes is quite a bit cheaper and better for your mental state than doing the same thing manually In 3 hours (our estimate)5 -
*clicks download on VS for Mac*
Would you like to take a survey about your experience?
Sure Microsoft, I just downloaded the product, and have not even installed it, would you like me to judge it based on Windows 10?2 -
Developer vs Tester
(Spoiler alert: developer wins)
My last developent was quite big and is now in our system testing department. So last week i got every 20 minutes a call from the tester, that something did not work as expected. For about 90% of the time i looked at the testing setup or the logs and told him, that the data is wrong or he used the tool wrong. After a couple of days i got mad because of his frequent interruptions. So I decided to make a list. Every time he came to me with an "error" i checked it and made a line for "User Error" or "Programming Error". He did not liked that much, because the User Error collum startet to grow fast:
User Errors: ||||| |||
Programming Errors: |||
Now he checks his testing data and the logs 3 times before he calls me and he hardly finds any "errors" anymore.4 -
Hello everyone 👋
I see people blaming the developers when you see a crappy software product , saying that they have done a bad job.
But even it could be true also it could be the product managers who didn’t give enough time todo what needs to be done or project scope is too big for the persons knowledge.
I’ve worked in a company where deadlines were so tight I didn’t have enough time to proper UI and Testing. I used to be only developer who has someone experience and I had to train the interns as well. I am also to blame to joining such company but in desperate times takes desperate measures.
And now when i’m leaving the company and I have spend 2 years of my life for apps that I’m not proud of.
Just rant. Please feel free to give ur thoughts2 -
I am a third year cs student and I get other people (and even teachers) asking me why I use English to code, and whether I write in such a way out of love for this language. srsly?
When I ask the guys in my class why they don't do research in English (cause you know, MORE INFO) I get the question "why should I, we don't like in UK or USA". ffs, we are at a technical uni, STUDYING FRIGGIN COMPUTER SCIENCE, even if you never plan to leave the country, what kind of excuse is that? "I don't know English too well", THEN START FUCKING LEARNING. These people are over 20, and they choose to be illiterate in the most commonly used language in tech industry. I can't even.12 -
Front End vs Backend.
Today is my annual 'clean your keyboard' day. Anything used as much as a keyboard is bound to get dirty. Keep your gear clean kids.7 -
[3:18 AM] Me: Heya team, I fixed X, tested it and pushed to production. Lemme know what you think when you wake up.
[6:30 AM] Me: Yo, I just checked X and everything is peachy. Let me know if it works on your end.
[9:14] Colleague A: Whoop! Yeah! Awesome!
[9:15] Boss: Nice.
[9:30] A: X doesn't work for me.
Me: OK, did you do M as I told you.
A: yes
Me: *checks logs and database, finds no trace of M*
Me: A, you sure you did M on production? Send me a sreenshot plz.
A: yeah, I'm sure it's on production.
Me: *opens sreenshot, gets slapped in the face by https://staging.app.xyz*
Me: A, that's staging, you need to test it on production.
A: right, OK.
[10:46] A: works, yeah! Awesome, whoop!
[10:47] Boss: Nice.
Me: Ok! A, thanks for testing...
Me: *... and wasting my time*.
[10:47:23] Boss: Yo, did you fix Y?
Courageous/snarky me: *Hey boss, see, I knew you'd ask this right after I fixed X knowing that I could not have done anything else while troubleshooting A's testing snafu since you said 'Nice' twice. So, yesterday, I cloned myself and put me to work in parallel on Y on order fulfill your unreasonable expectations come morning.*
Real me: No, that's planned for tomorrow. -
I want to install a game, but I haven't enough space on my disk. Then I want to uninstall VS because I don't code in C# and VS has the most place on my disk. I clicked on uninstall and then come the VS Installer. He needs an update and I don't have enough space on my disk.
Fuck this.8 -
Dear Chrome/firefox developers,
If someone presses the back button after they click on a link it means don't load that page and not go back to previous page.4 -
“This must be Thursday,' said Arthur to himself, sinking low over his beer. 'I never could get the hang of Thursdays.”
― Douglas Adams, The Hitchhiker's Guide to the Galaxy
^^ this couldn't come more handy..
It's thursday, my computer didn't auto reboot due to updates (yaaay) but VS decided to kill my keyboard shortcuts nevertheless... :\
FU VS!!
Wen't to check, it's actually still there (written) ok..
Me: Why won't you work?!
VS: Not tellin..
Me: Dafaq?! Ok, I'll delete you and reset..
VS: Nope, you won't!
Me: Why don't you allow the same shortcut to be assigned?! Why is nothing getting typed in?!
VS: Dunno, to piss you off maybe?
Me: What's wrong with you?!
VS: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa5 -
I've discovered now that on VS Code when you point over a CSS class it shows you an example of the element it reffer to. 😲
I don't know if it's something new or if it's already present in other editors, but I found it now and I love it!5 -
Been using Atom for the longest while and recently switched to VS Code. I was not expecting to say this but I actually love it.2
-
If we are living in a simulation then I am pretty sure that the quantum mechanics part was written in javascript.3
-
!rant
I've been trying VS Code for a couple weeks now.
I love it. It's the first Microsoft product I can say that I actually really enjoy using in a very long time.
It's also the first MS product I've used that doesn't think it's smarter than me. I'm looking at you Excel.4 -
At a previous job, I worked with a graphic designer who knew it all.
The first design he gave me, all font sizes were in points, and way too big.
I asked for them in pixels.
He said points and pixels are exactly the same.
I explained that they were not, when you're using a browser. He got visibly angry, and stormed out of the office to cool down.
When he came back, I sent him a link explaining the difference between points and pixels for digital media.
He sent me pixel sizes.
Next project, same exact thing happens, complete with him angrily storming out of the room.
By the third project, I just started picking my own font sizes, and ignored his point specs.14 -
Tried switching from sublime text to VS Code and Atom.
Now going back to Sublime text.
Sublime text is <3.13 -
rant.
when you're a programmer surrounded by designer friends, it feels frustrating sometimes.
people appreciate what they do more because they can clearly see the end product: beautifully designed ui, animated splash screens, clean colorful themes. even though it probably does squat other than to print statements.
then they look at your overly simple design and cant see the beautiful underlying code within.
end rant.3 -
So by accidentally overlapping the visual studio logo on purple I've created something beautiful.15
-
I'm just C# boy, born and raised in a .Net world ... Today I started some stuff with JavaScript, downloaded the JavaScript standard extension for using in Vs code... It made me do things...it made indent each new line by 2 spaces! Not 4 or a tab but 2! And then what really took the fucking biscuit, it said I couldn't end my statements with semi colons! I need a strong cup of tea and a sit after that shit. How is that at all useful to anyone!? It just made it make less sense!!!!10
-
How is free Visual Studio Code so good and expensive Visual Studio so incredibly awful? Everything in Visual Studio is tedious, unconventional or just not implemented and VS Code is one of the easiest programs to just pick up and use.20
-
I've always avoided full blown IDEs because they were confusing the fuck out of me with all their unnecessary features, were hogging my resources and were just a pain to use in general.
I've tried Atom as a text editor with additional features, but it was slow as fuck, so I uninstalled it pretty quickly. I didn't really want to try VS Code because muh Microsoft, so I just kept using vim.
Today I realized that not using VS Code just because of Microsoft is pretty dumb, since it's still open source and I don't have issues with the MIT license. So I've installed it and goddamn it's great! Super fast and really lightweight by default, letting me install the plugins I need or want. I love it!20 -
Follow up to my (ignorant) previous rant.
Context: Eclipse vs intelliJ
Situation: Was too comfortable with eclipse. knew shortcuts in the back of my palm. Loved the light theme. Argued with anyone who blindly believed IntelliJ is better than eclipse.
Action: Forced myself to try IntelliJ. Stepped out of my comfort zone. Got a one day code block. Changed to darcula. My eyes struggled to read. My fingers typed usual eclipse shortcuts to discover unknown windows.
Verdict: after two days of learning and not giving up. I have started loving IntelliJ and I know why.
Moral: change is good. Get out of your comfort zone ;)15 -
Me: Hey Visual Studio 2017 could you please....
VS: Unknown Error
Me: What about an Update?
VS: Unknown Error2 -
Not usually a person to rant about spacing and conventions but this is great.
4 devs, all using IntelliJ. Now IntelliJ auto-changes tabs to spaces which is nice, and GitHub doesn’t really care as long as the spacing is consistent. Now here is the fun part: 2 devs have 4 spaces per tab, 1 has 3 spaces, 1 has 5 spaces.
GitHub merge conflicts everyWHERE.
And yes it isn’t the old 2 vs 4 spaces. It’s 3 vs 4 vs 5 somehow6 -
I think it says a lot about IT that there's a nice polite (enter) key but the (exit) key is named (escape).
-
Github README: Try the demo before getting started.
Me: Runs the demo
Demo: 96 errors with 32 warnings
VS: Run the latest build?
Me: Yes
VS: Unavailable.
Demo: (evil laugh)
Me: F### you dev!4 -
Is it normal that I get really excited when I see a new VS Code update or there is something wrong with me?14
-
My friend is a 1st time programmer. When we learned about tabs vs spaces in our mandatory beginners c++ class, the friend said "what, you can use spaces?" and I said "yes, of course, like this!" and demonstrated it. The friends reply, without knowing about the controversy, made my day:
*silence*
"well, thats dumb"3 -
Past two days one of the senior devs has been complaining to anyone who will listen about a UI assembly containing 'hard-coded' references to a third party component causing several builds to break. The developer who added the telerik component probably had no idea the reference is pointing to his personal directory instead of a relative path. Easy fix? Uh...yea...but he just ranted to our boss for about 10 minutes about he has no idea how to fix the problem and the TFS build failure holding up his other projects.
WTF!? You fracking know what the relative path is!...just fracking change it and move the frack on.
The drama this drama-queen keeps spewing out is driving me out of my mind.3 -
In my web dev languages class today I went to try the feature to test the site through VS. Literally every browser BUT Edge would load... Even a Microsoft product knows that Edge is shit.
-
I started learning ASM x86_64, so I chose MASM with VS 2013 because is the best for debugging
So I just waste like 2 hours trying to make a simple program like printing fibonacci numbers to start with ASM
The problem started when using printf function, after calling printf function, local vars became garbage, after googling and looking for the ultimate answer for the problem I found the site with the ultimate answer (https://cs.uaf.edu/2017/fall/...) and it was that MASM64 when calling a function you must allocate space with the actual space from the current function + the allocated space for the printf13 -
Waiting for Visual Studio 2013 installation to finish for 2 hours. Stuck at work while I could be home by this time
*Hatred towards Microsoft intensifies*9 -
fck you visual studio!!! seriously what is wrong with you?!?
~me peacfully writing some code ~
ok let's see what we did
vs: I can't compile that. The key whateverKey in line 15 is not defined.
me: ok let's investigate...
nowhere in line 15 use whateverKey.... ok....
wait I didn't change that file at all.
~me clicking rebuild solution~
vs: can't build that because of whateverKey in line 15.
me : WTF?!?
checking git diff -> file not changed
me okkkkkkk......
closing visual studio and reopening solution.
Build succeeded.
What the actuall hell?!?
I'm spending way too much time trying to get that shity peace of software to do what it is supposed to do!6 -
I'm addicted to the Visual Studio shortcut ctrl+K - ctrl+D to automatically format my code and hate it when I pull down the latest version and it's not formatted properly. 😲5
-
!rant
I am new to this "vim" thing, should I use the "original" or am I making sins by using vim emulation on VS code ?5 -
PC survival lessons
1. Tape acts as a protection from extreme animals like humans bashing you up and falling apart into pieces
2. Repeat lesson 1 for eternity7 -
This vacations I decide to learn c# in VS, and this is the result, a personal agenda, where I can to save my qualification or homework, I think that vs is a good ide for work and replace to java from my ❤4
-
Place: Microsoft, Visual Studio department
Boss: we need to make beautiful changes, and make the development process more simple and beautiful.
Employee 1: let's arrange error messages to be more readable.
Boss: no, I don't need any details of error, just say there is an error.
Employee: But..
Boss: This is genius, do it now.
Me: 😭2 -
As a .NET dev I get questioned about using VS Code in favor of full-blown VS. My arguments are that it is faster, lightweight and overall more user-friendly.
I use it exclusively, for all types of files and projects (JSON, SQL, Angular projects, .NET Core, ...)
Do you guys like using VS Code as well? What do you use it for?
Also, if you ever want to annoy a colleague, try associating all file extensions with Visual Studio and watch him go bonkers.9 -
When it's midnight and all you can think about is whether to deploy a personal project in a language/framework you know well or to take advantage and learn something new...4
-
OMFG!! My computer rebooted.. after VS is again performing voodoo stuff on my code..can you please fucking stop reformatting everything!? OMG it's driving me crazy, I've already disabled every format option I could find.. you piss me off one more time, I'm switching to np++!!!!6
-
Didn't realize how much I got used to PHPStorm until I used VS Code for a personal project and got errors from forgetting to manually add my Use statements. :P2
-
tl;dr version: I now hate Windows.
<background>
I installed Ubuntu in dual boot on my PC and I was sceptical.
After one month everything is working perfectly. I'm loving this OS although I still am not an expert, and I doubt I'll ever go back to Windows.
</background>
Now. Today at school we were drawing using a CAD software and, for no reason at all, Windows crashed. This is not a terrible thing, as I usually save often, but this time it also corrupted the file and I had to start from scratch again!
Why Windows, why?4 -
I know its supposed to be the same since it is built on Electron. But vs code looks waaay better on a Mac than it does on windows. I think its funny.7
-
High paying unstable job at a startup vs. Low paying stable job at a huge company.
I'm currently at the latter and I'm expecting a job offer (hopefully!) from the other one today.
Low paying job:
Pros:
1) big name. (their stock has recently gone down tho)
2) insurance and stuff.
3) quite stable.
4) can re-skill and move to another team.
5) work from home.
Cons:
1) shit technologies.
2) lots of fake "we are a family" kinda crap.
3) shit pay for a huge company.
4) boring. I feel very unmotivated.
5) obsolete systems and management processes.
6) it would take years to save for a car even with my upcoming promotion pay raise.
High paying job:
Pros:
1) awesome salary. Like 6x my current.
2) up-to-date technologies. Something I'm passionate about.
3) team lead position.
4) I can buy a car in a couple of months.
5) might get a visa sponsorship in the future.
6) small team, my voice will be heard.
Cons:
1) it's a startup so it can go down anytime.
2) no insurance or any kinda benefits.
3) no work laptop.
I'm kinda in the beginning of my career, so my gut is telling me to risk it and go for the unstable job.
It will be my first time to be an "official" team lead and honestly idk how I'll go about it yet.
Which one would you go for?
And wish me luck! The interview went pretty well but I'm dreading for some reason.17 -
Remember to always setup and test your production setup!
Seem like a local college forgot to do some QA 😂 -
In VS Code, why may positive feedback be only 257 characters long, where negative feedback can be 270 characters long4
-
That moment you see an argument between two developers about tabs vs spaces tjat was suppose to be a discussion about the series sillicon valley1
-
* Knock knock
- who is there
- I said who is there
- helloo, who just knocked!
*after I forget
-- visual studio building xamarin project
- oh hello yourself1 -
Not much of a haxk, just a stupid thing that works.
In my hs videogame programming class, the teacher has this program called LANSchool (most of you have heard of it) which he used to restrict apps/browsers to the point of uselessness . He didn't (and still doesn't) know anything about the stuff he 'teaches', most is tought by TAs.
Here's the dumb part: he WHITELISTED APPS. A friend, one of the TAs, figured out that if you rename something 'Google Chrome', lanschool wouldn't care. So I got Chromium (for unblocked internet) and switched its blue icons in the exe for original chrome icons, then renamed it 'Google Chrime'. Woo.
LANSchool is such a bad program (you can even unblock a site by spamming the F key for refresh).
The teacher did, and still does, treat the TAs like trash. He's a babysitter while students listen to online vids and the TAs.2 -
Did you know that Alt+f4 and Ctrl+w does not format your code in VS code?
Yes? Our college didn't and we had a good laugh 😂
After that we tried Alt+space+c but he did not trust us anymore.2 -
Why the fuck these managers can’t understand that you can’t build a full blown system with in a week. After building a demo driven application to show the client you can tell the client we are fucking ready to launch the damn thing . I FUCKING MENTIONED BEFORE GOING TO THE MEETING ITS NOT RELEASE READY GOD DAMN IT.
Now when I say we can’t launch this app we need to fix things . THE FUCKING MANAGER HAS THE GUTS TO SAY “one day is enough to fix the issues right ? Shouldn’t be a big deal for you to fix this” .
Kill me now 🤬🤬🤬🤬🤬7 -
Coffee vs black tea?
I'm walking to my school and It's just freezing out here so I was thinking about if it should be coffee or some tea today.
Happy friday xd16 -
In C# using "this."
WHY? It doesn't help with readability. It just clutters up the code and adds nothing.
It should never be a required prefix.
What makes it worse is, Visual Studio greys it out because its not required!
Then there is stylecop. This got enabled on our project which generated 3000 build errors because of missing "this."9 -
Everybody is ranting about VS and how shitty it is. I didnt had a problem till now, except the fact that you can have 2 birthday parties, while he is updating. I just created a new project...
-
Work is fun when every time I finish editing a project I have to wait 30 mins for it (solution) to compile :D2
-
Hey, i don't wanna start a war here, but.... what you guys use more: GitHub or bitbucket? and in which case should i use one or another?
Yes, i have tried google, but i wanna know what you think about those two.
Thanks27 -
Working continuously on a task for like 3 hrs, cant get it done
*goes out, mind refreshed and completes the same task in 5 mins*1 -
!rant
Does anyone know a JS dev who uses constructors for simple things like object and arrays, instead of literal.
Meaning:
var arr = [] ;
vs.
var arr = new Array() ;
And if you do this. Why? Just seems tougher to read to me. I saw a use for dynamically creating regex, and I get that. But any other legit reasons?12 -
!rant
I spent a few hours making a VS Code plugin to improve my work flow, published it on the marketplace a few days ago so that I can easily install it everywhere. But to my surprise that shit gets about 7 installs a day! I don't get why. I don't have clear instructions on how to use it anywhere.
But hey, I'm not complaining! 😁4 -
phew! 😨 nearly lost my shit and a days worth of work. Because I mindlessly overwrote a webdev project folder. "oh nooooooooo! how I'm gonna justify that to my boss!?"
Thankfully VS Code could undo that on those files i had open.2 -
There should be image-whiteness-check when posting images. It hurts so much when mostly white images throws white spears to my eyes while I scroll in dark theme unprepared for war with the white side.7
-
So today I published my very first VS Code extension! 😁 I don't think anyone but me will think it's useful but it saves me a few seconds every time I change something in my code and I want to test it. Just hit a button in VS Code an and ta da! The project is compiled and running!
VS Code Marketplace: https://marketplace.visualstudio.com/...
GitHub: https://github.com/olback/...3 -
Talking about some plans today with back end devs... One person tells me the front end devs couldn't make it... I said: I wouldn't call them "devs"... Person says: Yeah, let's not mention that in front if them...1
-
Note to self and others.
Enforced pep-8 in Django files will fuck up everything.
I've spent the past two days trying to track down errors because I set up automatic linting on VS Code with pep-8 and it enforced line length rules...
So many tags were cut in half and didn't function.
I'm a fucking idiot.2 -
I fucking hate Visual Studio!
Don't get me wrong, from time to time I actually enjoy it but not today.
It all went south when I tried to add a new handler to an fucking old asp.net webpage. I had the access the 'Range' headed to stream bits of audio and video files to the client. It was working absolutely fine for the first hour and a half, after that point the fun started...
VS decided that my source code and the binaries won't match anymore. Everytime I tried to add a fucking breakpoint or debug this cunt of an error it would just refuse
The worst part that made me go apeshit was when I finally got a breakpoint and the exception. Some unknown fucking system dll just kept on killing my thread without a proper error message because it's optimized to the fucking moon and back!
Any ideas from the devs here on what's going on and how the fuck I can fix this?5 -
I use spaces in vim/nano, I use tabs in my graphical IDE which translates it into spaces. I guess I'm on the spaces side, even though I don't really mind both. But seriously, why do people keep arguing about effing whitespaces...9
-
I never understood the ‚space vs tabs‘ war ...
Tabs can do everything that spaces can plus more:
* look the same as spaces, but its width is configurable (at least in a decent editor)
* the safe space (1 byte vs 3 or 4)
* you can decrease the intendation leven with one bsckspace keypress in every(!) editor.
So the winner can only be tabs? Why would I even limit myself with spaces?
I dont wanna start a flame war, just curious what you guys (especially the spaces lovers) think about it19 -
Dear everyone,
Stop turning off the monitors. That doesn't sign you out or turn off the computer, it just makes the next person wonder what's taking so long.1 -
Do you need a degree to become a software engineer ?
Now this is a question I’ve seen many people ask. I personally have no degree and I’ve been doing programming for the past 10 years (since I was 18 ). Whatever I learned, I learned from reading and watching tutorials.
So far It wasn’t a problem for me.
What do u guys think and what is your experience is this matter ?9 -
Regarding processors, 2019 is going to be interesting :
Arm vs Intel vs AMD
https://youtube.com/watch/...1 -
iOS vs android? And why?
I start: iOS cause I'm an iOS dev and I hate how the OS of android works (not saying that iOS is perfect)14 -
Spent hours trying to connect to a remote desktop using RDP, it was logging from win 7 but gives error with win 10.
Later, I discovered the solution was to add the computer name before the username!!!!
computername/username1 -
I posted a !rant a couple of days ago saying I started to get the hang of vim to change from atom (which is a memory asshole)... So after trying to actually work using vim I noticed I am far more productive using atom, so I gave VS Code a chance... Wow, it's like having atom but only consuming 80mbs tops. I think I decided what will be my default ide.
Still glad I know understand vim, I will still use it but not as my default ide.15 -
How did my day go?
1. This morning I started fixing xamarin “not generating resource file bug”, after a bit I fixed it and then I noticed that it got generated BUT not added to the project (WHY VS?!?!?!? WHY!?!?)
2. Then I went to office - notice that I fixed a wrong branch (Thats what happends when you dont drink your morning coffe)
3. Trying to update branch......
4. Notice similar bug but file gets generated AND added to the project BUT it its not found (WHY VS?!?!?!? WHY!?!?)
(As of right now - everything is fixed, I kinda got used to it by now.... I think Im not too far from "Senior VS Debuger"
Anyways, do any of you got any contacts at MS VS/Xamarin department so i could get lots of bugs noticed? Im sure that i would be a great contributor since Im working on massive project and have to deal with it every fucking single day.....4 -
!rant
Got my new pc up and running, asrock x370 killer sli/ac mobo, ryzen 2200g cpu and radeon rx550 with 12g ram (don't ask). Nothing fancy but sure beats my old am2 system! New pc is so quiet :D10 -
Well, I was working on VS 2017 for 3 month with an evaluation license. I finally get a VS2015 license juste one day before it expires. Hope it won't lead to compatibility issues3
-
Poll: I see a lot of Windows users here, naturally as it's the dominant OS. I do wonder how many of you dev's that would be willing to accept lower compensation in exchange for instead working in Linux?11
-
This extension is awesome. You can have dark theme on every website. Although sometimes it fucks up the website layout a bit.
https://addons.mozilla.org/en-US/...3 -
When it gets to the last hour of the day and VS decides it doesn't want to respond constantly and it takes 20 minutes to spin up the site you're working on!1
-
So what Text Editors do you guys use at your jobs? I'm in high school but I would like to know which Text Editors/IDEs programmers in the field use. I use sublime, VS Code for my programming and for HTML and CSS I use Brackets.
Side note.. this update for devRant is pretty nice c:16 -
Build failed: "CL.exe has exited with exit code 5"
Thank you Visual Studio for the detailed error report about why the build fails! I can finally fix it!
(This is not fixable by running VS as administrator, also the output file is not running nor locked by some process)2 -
I haven't chimed in on this spaces vs tabs war at all on this platform, mostly because I personally don't care and adapt to my work's/project's conventions, but I just have to put this out there now.
I am honestly so confused about the entire thing since seeing a lot of recent rants on the topic. I was originally conditioned to believe that the majority of devs in the world were FOR spaces over tabs. Thus, whenever I start a project, I default to spaces.
Contrary to that, it seems most devs here (or at least those who enjoy instigating some banter) actually prefer tabs. Now, I recently binged Silicon Valley and can't help but wonder if people around here are simply jumping on that band wagon for the sake of the joke.
Side note: I also thought Vim was more widely used over Emacs but Richard Hendricks asserts otherwise there too.
I know the main arguments for both sides - spaces yield code that looks the same in all editors while tabs produce smaller code. Anybody who argues that spaces are less efficient because you need to physically press the space bar 2/4/8/etc times is just retarded. If soft tabs weren't a thing, I don't think anybody would be on the side of spaces and for that reason I believe that episode in Silicon Valley was just trying to be overdramatized and push peoples' buttons.
All of that being said, I wonder if it's just a generational/field of development thing. Would it be wrong to propose that more older devs in the field of embedded and OS development (using C and the like) are in the spaces party while younger devs perhaps more into application and web dev (Javascript, C#, and shit) are all about tabs? I'm actually fresh out of university, but like I said my preference is spaces, though I don't really care.
I'm actually interested to find out what kind of environments breed these opposing mindsets so what do you guys think?2 -
This is how non devs imagine our devs. They tend to think a huge change is this quick. Meanwhile back at the ranch it will take a while and a lot more concentration.
-
Can anybody point me to advantages of Vs Code over Sublime Text. I have used both fit quite some time. The only thing I see Code do better of support for debugging in the editor. Sublime has the remaining features, often in more refined versions in my view.9
-
having a stress ball is cute, but it is frustrating and stressful to have it rolling away if not careful...
That is why I have stress cubes :p2 -
1. Closed a solution.
2. Opened same solution, other branch.
3. "Get Latest" on the whole solution.
4. Build solution => Build errors (probably because some project needed be built before another).
5. Right-clicked a project => Build.
6. Nothing happened and VS2017 became completely unresponsive. Has been like that for like 10+ minutes now.
Nice? Nej, bajs.3 -
I don't know what side of the argument I'm on for tabs vs spaces. I use tab but set it to be 4 spaces.5
-
Well, I love react-native and how easy to build mobile app with it. but damn look at these folder sizes jeez1
-
Visual studio enterprise pooped out on me today. Company says I need to install professional instead...
Well there goes 5 hours of my day9 -
I have an opportunity to get JetBrains Resharper for VS, paid for by my employer. We also use a variety of other tools, so wondering if it is worth the time/investment?
For those with experience using it, recommend or no? And why/why not? Honest feedback and advice sincerely appreciated.4 -
I can't be the only one who gets this:
- Visual Studio frequently crashing. Particularly when working with databases
- Slowness when working within the database designer (after every change!)
- Random "errors". Literally could change nothing in a working program and then it will be throw an error.
My experience with VS and ASP.NET has been very frustrating.2 -
Now that I've spent a few ineffectual hours too many trying to get it working, I'm starting to think VS Code wasn't built for the purposes I wanted to use it for. I still can't get breakpoints working anywhere close to reliably. And I'd say breakpoints are pretty important.
On a related note, if anyone here has used VS Code together with arm-none-eabi-gdb, I'd love some pointers. I've yet to find any traces on the web of people doing that…rant frustration arm-none-eabi-gdb embedded development has anyone ever searched by tags? gdb stm32 vs code why am i still entering tags3 -
What my colleagues think I do: draining their coffee machine
What my.boss thinks I do since a week: downloading a script
What my family thinks I do: repairing computers
What I actually do: browsing social media -
I have used a lot of different languages and built solutions or solved problems that others can't. I am to be able to pick up new things quickly and start using them.
Does that make me a generalist or a specialist (in problem solving)?6 -
Similar to how some measure distance to the city with time or km, do you prefer measuring a job with hours or money?
Ex[0]: this is a 20k job.
Ex[1]: this is a 40h job.2 -
today our senior dev said that (part of my code) is crap...I asked him how to do this the wright way...he did'nt answer.... :/5
-
Anybody else really annoyed at all these people getting mad at zuckerburg? Like, I've always questioned privacy of the internet in general. If you're dumb enough to put sensitive info on the internet (especially on social media) then you shouldn't have the right to complain about privacy. It's your responsibility to protect your information.4
-
I first was sceptical because the installer for Visual Studio installed everything except Visual Studio.
But after a restart VS popped up in my programs list. -
When you copy&paste a code snippet from a forum into your IDE like VS and suddenly - for some reason - after every single line comes an empty line that you first have to manually delete so that your OCD doesn't bite off your own head.4
-
Argument in the office today when the designers went rogue, ignoring the PM's agreed plan with the client and started mock-ups for what they thought would look better. Boiled down to "No. Just stop that and do what I asked, you're wasting your time." vs "No, we're doing this. I'm a designer, I know this will look better."
Anyone else had issues with designers trying to take charge?4 -
I was thinking about Sublime Text and VS Code just today. Now I'm not much aware of history of editors but the moment I've installed vs code I thought "Microsoft has ripped all its ideas in vs code from the sublime guy, a sole developer of a free app" and I was pissed. But today I had a second thought, "maybe sublime guy had his ideas from another editor too" which I really doubt it. I need to know other people opinions on this, so hence the rant.13
-
Ok I fucking give up, does anyone know of any tutorials on adding custom languages and syntax highlighting to VS code, I followed what little readable documentation overlord Microsoft has given and still no fucking clue, help!3
-
VS Code and SourceTree are two of the most used tool by me this year.
SourceTree helps me visualise the git commit history and branches more than git log can.
VS Code, on the other hand helps me with all the short code editing stuff and sometimes even helps when I don't want to open a full fledged IDE for the project. I have setup my own Icon themes for VS Code and even created watchers for files. Can't do this much on Webstorm so easily. -
Summarized Pros & Cons of hard vs soft links.
It all depends on your systems gender and sexual preferences. -
C# and VS have the worst packaging system of any language. I have errors about packages not being found from WITHIN THE SAME SOLUTION1
-
So sick of my coworker explaining to me how I should do a task. Dude, I've already planned out how I'm going to handle the situation. If you really want to help, wait until I create my pull request, review it, and then make your suggestions there. Unless I ask for your advice on how to do something, I don't need you to tell me how you would do things, especially since i have, what, 5 years working in the framework when you have 2 months?
-
What's your opinion on Ruby on Rails vs Java?
I'm honestly leaning towards Java for no other reason than look of the code and the fact that it's what my school teaches for comp sci.7 -
I am so glad I found a way to compile c++ for personal projects without using MS VS. Time to relieve my machine from this burden :D14
-
Just been writing my project report, because I'm a student and reports are necessary -_-. To use to working in visual studio and just ended a sentence with;3
-
pip kept screwing me up with permission issues in /usr/local etc. Changed permissions for respective python folders, still got pip permission errors,did a chgrp - R user /usr.
Sudo gone
Have to reinstall :/4 -
Why is there so much hatred for people who use spaces instead of tabs?
I use tabs out of habit but I don't understand why people have to fucking hate the ones who use spaces so much13 -
I still wonder why there's this "a man writes more optimised code than compiler" stuff. Why?
Compiler is automated work, in the worst case it should be able to create multiple e.g. asms and compare the time, right? You can dump all instructions into compiler, it should be able to choose the right one even if it would compile whole days, right? You can't be possibly serious with such a statement.
No "time" arguments, please.3 -
Sharing is caring, and continuing the streak, I have 3 invites to enki with the code: ASABE108
Enjoy :)4 -
Ruby vs Python... I personally prefer Ruby since it is shorter and I feel like I'm reading docs when coding ruby, what do you guys think?3
-
Which is better: VueJS vs ReactJS?
I'm trying to develop a social networking platform and need a JavaScript framework for organizing le code.
I know I don't want to use Angular because I heard it's difficult and is constantly changing. So it boils down to Vue and React. Which one do you prefer and why?12 -
This attachment :D Quite similar as Vim users in 2018, despite free great alternatives like VS Code :)3
-
Sunday planned to Building a project VS family reunion long drive. No laptop at the moment. Beach later will just watch tutorials in my phone oh well 100 km long driving 😩
-
Some Coworker - developing about 20 years with WinForms and very ugly code.
Me - Junior Dev about 4 years now started with WPF and not long ago with MVVM.
Me trying to teach him some MVVM... Just frustrating. Like talking against a Wall..
Getting a headache now. I need a stressball -.-1 -
Worked on two (small) errors for about half my day. I've had them before but fuck I've never spend more than an hour on one. Decided to stop and go for a walk and game a bit after.
Came back today and instead of opening my code in VS Code I opened it in ST3 and I went through the errors again and I fixed it. I tried doing the same on VS Code but it didn't work just like yesterday.
Now, I've only had posititve experiences with VS Code and I really like, but what the actual fuck. Has anyone experienced this before and are there solutions or ways to prevent this? What is the cause anyway?
Also would appreciate some suggestions for code editors, love ST3 but I wanna try something new (I know, if it ain't broke don't fix it, got me) -
The number of times I have been contacted by companies because they have seen my website and Github account saying they are interested in someone like me, to later be rejected because my lack of experience from working on any companies.
I know they want seniors but how is one supposed to climb from junior to senior when companies only want 5+ years experienced seniors.
I know the fact that I am a junior dev, but I would like to say don't judge a book by its cover. It's the skill not # of years that matter, no?5 -
Virus scan is crippling my computer, can't deploy till it's done! Might as well be using ticker tape to deploy these reports to the server.
-
Finally I've found a joke to share with you guys.
IntelliSense aka Visual Studio's Auto completion1 -
How VS Code goes total nuts and clears the entire fucking clipboard if you accidentally press Ctrl + C on a whitespace.
Is this a bug or something wrong with my settings?2 -
For quite sometime I thought that it was not possible to create .env files on Windows. Got to know today that you can create them directly in VS Code. 🤦♂️3
-
Ok guys what do you prefer for private repos and why?
GitHub, Bitbucket or Gitlab?
I prefer now Gitlab because it offers (I think) 10GB of free storage while others only offer 1GB.11 -
* before joining platform dev team *
"I wish I could always install the latest sw; then I would have all the cool stuff…"
* now *
"I wish I didn't need to live on pre-beta; none of my tools work properly anymore…" -
QA. Could you please help me solve this issue?
Dev. That's Server side, nothing to do with me! *proceeds to signal issue as 'solved'* -
! rant, needing advice
I'm about to start a big and ambitious project, and I'm stuck with a dilemma: what to pick for the back end server, node js vs Java JEE
The thing is that node is way faster than jee in concurrency transactions, which is a critical point for the program. But Java is Java.. I never worked on a huge app with JavaScript and it may become really messy..24 -
I've noticed from the many pics of workspaces that software guys tend to be neat, tidy and ordered. The mechanical design engineers at work are messy
-
Psst, anyone who wants to use VS Code, but likes the key bindings for X editor: VS Code lets you use the default key bindings for most editors. Just search for it on the extensions marketplace.
-
Anyone ever try Tomcat debugging in VS Code? Specifically with Kotlin? I'm starting to get real fed up with IntelliJ tbh... it keeps screwing up when I have a multi-project/module workspace.
-
How the does it make sense that I need .NET Framework to uninstall VS Build Tools? The installer runs, but then fails. Just delete your damned files and registry keys.2
-
When backend guy does front end he will complicate things and make heavy super dumb application that most of the user hates. That's why backend guy will just do backend, not because they are super genius or good in algorithm just that they don't have the skills to be a good front end developer. Just saying but think about it isn't it true.2
-
Everytime i am forced to code with Visual studio I cant really remember why I hate it so much. But when I wait for the first autocompletion it comes back at me: Intellisense you useless piece of crap! I am faster coding in notepad looking up shit on the internet for 'autocompletion'....
-
My experience with Visual Studio Code hasn't been nice and I'm honestly kind of not liking it at this point in time :-(
Maybe it's just me who's being a dump-kop1 -
Setup my first Cordova project in Visual Studio today. Looks like it's going to take some time to get the basics together without the ability to just preview in a browser.2
-
!rant
I've recently seen some rants about tabs vs spaces. The main argument for spaces seems to be "different editors define tabs diffently". Can someone ELI5 what does it mean? Should tab always be one character '\t'? I understand that it can be displayed with different width (usually configurable), but it still seems to me to be more uniform across editors, while for spaces some editors indent with 2 spaces and some with 4.
Please don't start a war in the comments. I don't want any other arguments for either of them. I just want to understand that one specific argument.2 -
IMHO: VS Code = Gnome (I love it but it's a constant fight)
Sublime = Unity (Not bad and reliable)5 -
The right way, of course, is with spaces! Those who use tabs for indentation aren’t just doing it wrong, but they also earn less, according to Stack Overflow's 2017 Developer Survey. No more discussions, right?5
-
Where is the mac vs ubuntu vs windows war for developers? I am a Windows user (on a dell latitude e5570), but I am considering a new laptop because everyone says macbooks are great and outperform windows (which on gradle builds is true).
I mainly use my laptop only for developing and programming things like: full-stack, Android and a little bit of deeplearning/ML.
So which one would you recommend and why? These are pretty heavy tasks, from my opinion.10 -
I am thinking of developing an application which stores voices and regenerate it using AI. I am professional .net Developer. I feel .net is not powerful enough. Python vs R language or any other language ?? I have time, doing it for myself, suggest a language.1