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
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "doubt"
-
>22 year old college student
>Apply for a QA internship
>Interview goes well,they see I have plenty of experience and doubt it's real
>Hard questions are thrown
>Answer them and they admit the position is for manual testing
I honestly don't care I need the money, plus manual testing doesn't usually strain me.
>A week goes by
>A month goes by
>Call them
>...Sorry we were looking for someone with less technical and dev experience.
My fucking face when I don't have a title, still overqualified, fighting with WordPress devs on freelancer.14 -
Exp. that made me doubt my skills?
My non programming sister managed to find a bug I was looking for...
I couldn't find the problem for hours and she just looks at the screen and goes "That looks odd!"8 -
When you write scripts to automate stuff because you're lazy, but you spend so much time writing them it makes you doubt your own laziness4
-
To all newbie developers,
Before you ask a doubt about an issue to someone else,
Try doing an initial investigation to find the root cause,
Look into the logs,
Find the stack trace,
Google things,
Have breakpoints and try to debug.
You come to me with a weird NullPointerException and ask me why,
Without even looking into the logs once? We ain't God bro.13 -
I would like to put easter eggs in the software I work on.
I just doubt the surgeons/nurses that use it will appreciate when operating.5 -
If your reading this and currently suffering from imposter syndrome then I have some words for you...
You’re fucking awesome! If you get a little better every day then you are the fucking bomb and don’t let anyone ever tell you otherwise.
Fuck the doubt because you are only as professional and valuable as you believe you are.5 -
Apache no doubt.
Reason? It is good, and it does not want to shove a commercial license into my throat like Nginx wants.14 -
I just flashed BIOS on my server. I don't own a UPS, and i was only using 1 of the 2 PSU's since i couldn't find a second power cord.
Without a doubt the scariest 30 seconds I've ever experienced while working with IT1 -
How tf does these even make sense?! That's a fucking sledgehammer and large metal chisel on fucking steroids. If your parents don't know what the fuck those are and realize they have nothing to do with fixing a relatively flimsy box (in comparison) they probably need more than their WiFi fixed, but since they managed to fucking raise you, I doubt they're that dumb. I get that parents might not always understand technology, but shit, at least respect the fact that they survived without the Internet, which you probably couldn't do...3
-
When a client reports a css bug in IE11 or Edge, I seriously doubt his/her sanity. For fucks sake it's 2018, please let IE go...7
-
WTF?! Do I look like your personal Google assistant or amazon alexa?!
You messaged me to call the customer support for some doubt you have. Why can't you do it yourself?!
I then sent you a FAQ section from the website covering all the required details.
And you couldn't even bother to open the link to check there?!!!
Fuck off.3 -
Finally, I'm full of joy. I just came home after long Recruitment drive and first thing I saw on table is this.
I was totally screaming "YES!!! YES!!!! THEY'RE FINALLY HERE" (sorry for caps). Thank you very much @dfox and @trogus and no doubt devRant is the best app I ever had.13 -
I just found this code snippet on Stackoverflow that decodes polylines from Google Maps.
I even doubt the genius who wrote it understands what it does.
Anyway,as long as it works am good.4 -
I've found this beauty in our company's legacy code.
The main doubt is: is that possible have the required strength to refactoring this 💩?22 -
Read an article that said "a successful DDoS attack [costs an organization] about $100,000 for every hour the attack lasts, according to security company Cloudflare"
And while I don't doubt the number, it still should read
"...$100,000 for every hour the attack lasts, according to company selling DDoS protection, Cloudflare"3 -
I had applied a job , where the interviewer told me this "We don't think you are good fit for this company, you don't have proper education. We highly doubt that all the application in your portfolio are coded by you."
I was like :"WTF? I have been develop software for years . what do they mean by the application weren't developed by me? if that's so, how miraculously I have the source code of the application I presented?7 -
Was in a middle of competitive coding trying to do some operation on a nxn matrix. Wrote this code.
for(i = 0; i < n; i++){
for(j = 0; j < n; i++){
.......
.......
}
}
Was waiting for the output, only to wait long enough for the coding platform to throw a timeout at my face and make me doubt my skills.2 -
The only reason I browse incognito is because I don't want Google to mess up my search results. Otherwise I don't care about my browsing history. Anybody else does it for the same reason?4
-
When I switched jobs from a slow-paced media company, to a fast-paced startup and learned what my team leader can accomplish in a day, would take me atleast 3 days... Not to mention doing things I wouldn't dream of thinking about them.
This experience has made me doubt my very own existence, let alone skills.2 -
I doubt my skills every day.
Whenever i get a new problem to solve, I'm afraid I might not be able to solve it.
But at the end, I do.
Anyone else felt the same?6 -
I hardly even know javascript, but I was able to identify and fix a problem in my Father's corporation website. Should I be worried, that the developer working for him wasn't able to do so?5
-
My step mother told me she has an old laptop from which she wanted to extract the email address book. I highly doubt of them (less than 20) are still up to date. Some of them are from dead ISPs 😰
I'm honestly surprised about the immediate respond times and that it still works pretty well.6 -
When you're in doubt... commit as "Refactoring"
It works 100% of the time and nobody is gonna check3 -
I met a guy in my office. He is a python developer.
He asked me one doubt. One thing lead to another and there as a time where I asked him.
If...
a = 10
b = 20
a = b
Whose value will change a's or b's
.
.
.
.
After few days he was fired.16 -
!dev
My boss told me that I should improve my posture since I was slouching. He said girls really dig good posture.
1. Highly doubt that
2. Is that why his wife married him?
2.5 If so, that’s low standards
3. I’m a programmer anyway so I’m afraid I’ll need more than good posture to get a girlfriend🤷♂️13 -
> raw http request injected in the model
> 400 lines long method, followed by three 300 lines long methods
> no autocomplete, no comments
> code called by the whole application, I mess up once there's at least 150 other components that might break
> no documentation, no tests
> pyramid of doom, 13 levels of indentation
Those are the same people getting all puffed up because the cat dared to sit on my shoulder during a call. Management focused on the real fucking problems, no doubt.rant 1 your mother gorges herself 2 with the most vilesome dicks in the kingdom 3 in rows of 250 each4 -
Worst part of being a dev?
For me it's putting myself into infinite loops wrestling with my own self doubt. Is this really how I want to solve this problem? Could this code be cleaner? Surely there's a better way to do this? Am I adding unnecessary complexity? Is this going to come back and bite me in x months? And so on...
In fact, most days I just feel like an imposter.4 -
I had a project where I completely suprised the client and the company within the beginning. It was silky smooth, working on multiplatform ios android,standalone. I wrote the most complex shader I ever made. Everything was great and I even got a bonus for the project.
Then one day. Videos started to stutter. Not playing, completely black on some cases and some devices.
I started to think about reasons. I tried every solution I come up with. No success.
Updated all the codecs, middleware still nothing. Tried to solve the problem for a week. It was a total diaaster and I even thought I a dont deserve to be a developer.
We encoded the videos a few times. Decided to export the original video again, boom! It worked. Theres no particular reason why it worked. But it worked. I guess I am a good developer. Not the best but, eh. -
Going through the list of projects:
Nope...
Absolutely nope ...
Burn it Nope.
Nononono.
Don't touch this.
It's so fluffy, I will die.
Wow. If this was a fungus, it could talk by now.
What the hell was that...?
Uh. Ehm. So old it's already done. Oopsie.
...
2 hours later...
...
Well. Backlog is sorted.
Conclusion: I just don't work anymore.
-.
I think it's time to add a field "pain level" to Jira.
And I doubt that the backlog contains any ticket less than pain level 8 / 10. -.-
But yey. I ordered beer.2 -
When booting my handwritten kernel, and it actually worked! Without a doubt the most exciting thing.1
-
It seems like the project I'm tasked to tweak last edited when I was 4 years old... 😏 I doubt is there any dinasour alive who used that generation's technology. :P4
-
An asshole ex-client who owes me in excess of $1000, and doesn't intend to pay, has left me on their Twilio administration (unknowingly clearly) panel. I have the option of requesting around 30+ Cayman Islands numbers to auto charge his card enough to offset the debt.
Hmmmm.9 -
Some idiots ripped off our work and code that was open sourced and wrote a paper on it and got it published from some cheap publisher. Even for me to some benefit of doubt or consider that probably they worked on advancing our research….they didn’t even give us any credits!
Heights of shamelessness!
FYI, we already had an IEEE paper published!
I don’t mind if you guys have any suggestions on how I can get back at them. I don’t think a rant is going to calm me down for what they have done.7 -
when in doubt,
write everything manually,
because even if a package exists,
it's so old and outdated,
it's not even worth fixing all the errors,
so you may as well,
grow your own APIs
it'll be faster!3 -
I was hoping to work on my project this weekend. Turns out, the kindergarten gave all the parents a task - to make a Christmas-y house with their child.
Damn it!!
Well, I didn't work on my project, no doubt about that. But I found some other place to overengineer the shit out of it. And, frankly, I LOVED it.
2 days wasted. Not even sorry.
EDIT: all the materials are from the trash bin. That makes it even more fun!
EDIT2: Paint job is my wife's :) I'm too sloppy for it.13 -
DigitalOcean, beyond doubt
You might argue that having everything in a single place is bad, but having domain management right next to my servers is really nice. Spinning up new VMs with just a few clicks, and then being able to take it down again five minutes later is a blessing.9 -
Last night i ran my code, it worked. This morning i ran, it didn't.
I'm starting to doubt that my computer is a deterministic system.1 -
When your CS professor doesn't have a single IDE or text editor in their dock/taskbar you really start to doubt their ability to program.11
-
I hate it when I pick a library that seems popular, has a ton of stars on GitHub, a ton of downloads, used seemingly everywhere, only to find out months later that it's SHIT. I found bugs that made me doubt anyone is actually using this fucking thing. Your GitHub stars mean nothing.
So now it's either rewriting the entire codebase to a different library, or fixing it. Serves me right for not checking the unresolved issues first.7 -
[dec. 21]
lead: thanks for completing all the docs, i'll review them so you can do the revisions next week
[dec. 22]
me: sir, any feedback on the first few? so i can work on them while you review the others
lead: i'll send them EOD
[dec. 26]
was notified by our manager that our lead is on leave til 27. didn't get any email or anything for review points
[dec. 28]
lead: so how's the revisions doing?
me: done. if you can review them again...
almost end of day, haven't heard anything from him yet. -
Forget what the fuck I said about wk88 rant, I now doubt my skills, and gave up hope of being good in programming T_T
(wk88 rant: https://devrant.com/rants/1163009/)3 -
An online shop ... something like Amazon Shopping for South East Asia keeps on sending me their newsletter even though I have already unsubscribed. I wish they'd hire me to take care of their email service.
Although I doubt this is a bug and perhaps one of a schemes of the marketing department and they are already aware of this. Sneaky corporate bastards.5 -
A classmate saw me using Firefox today and laughed at me saying Chrome is more secure. I'm not very knowledgeable about the security; I use Firefox because it uses less memory and it's more stable on my machine.
I doubt that info of his is current so can someone who actually knows about the security give me some counter-arguments for him? The more facts the better :D14 -
An experience that made me doubt (some) skills was when I tried for 3 days straight to find a way to share data over a win32 message. The event worked flawlessly, but the data payload always cointained random bytes.
A few weeks later I found an article about MemoryMappedFiles, which helped me solve it within half an hour.1 -
Dev: "presenting my privacy-focused XYZ app!"
App: is 100% online despite features I could build in fucking bash, has integration with 3 other sites
Me: [x] Doubt8 -
Stuck at some dumb company event where attendance is mandatory. I'm supposed to answer technical questions if needed, but I suck at socializing with customers, and the sales guys are already chatting people up about the products I've developed so I don't have anything left to talk about. Not that anyone asks much about the tech behind the shiny GUI anyway...
Should i just leave? I doubt anyone would notice...9 -
OMG people please stop being so fucking lazy... help me help you... RN I have multiple support people asking me to fix a bug that they can't even describe (and honestly I doubt it exists) and a fellow developer who refuses to give me a DB or migration to test his patch but wants me to merge it urgently. FOH and die, y'all.20
-
Was approached by a (serious) recruiter and the project they're looking to hire for is a 3 year contract, remote and actually sounds really interesting and right up my alley.
Cue the self doubt.
Scared shitless I won't pass the bog standard PHP skill assessment test.
SHUT UP BRAIN.10 -
I'm still in denial that Dropbox did 1.1b$ in 2017, cash flow positive. Do they actually even get big clients? It has to be all enterprise, because I highly doubt any consumer actually purchases a Dropbox plan.10
-
Dev friend: Happy in your job?
- Me: Kinda, don't see myself doing it for another 35 years tho.. :(
Dev friend: Go back to school, learn computer sciences and get a dev job. You'll love it.
So now I'm back in school, no regrets whatsoever. Without a doubt best advice.. :) -
Printer strikes again!
Boss is pissed off that the printer is not working for him but works for the accounting department. He slammed the "photocopy cover thingy" with a "putain" (which I doubt will make it work). I had told him multiple times last week that the credentials he entered is wrong and he needs to verify that first. He will hopefully eventually realise it. Till then
Printer: 01
Human: 002 -
Opened firefox twice infront of boss and had devRant as the active tab, I hope he didn't notice, but I doubt T_T
I will only know if I saw a rant about me, other than that I think I'm good :313 -
Damn, gitea is such a great piece of software, but yet it lacks so much of gitlab, which given are completely different sizes and all, but damn I would kill for the repos import feature of gitlab to be in gitea and maybe even automatic pipelines to fetch a remote automatically..
I could most likely hack together a solution that does the import and remote fetching automatically, but I doubt it would hold against any sort of update and be absolutely brutally murdered by any change.4 -
So I wrote a python code and was waiting for +1 on code review and I needed to merge it fast. That shit of a reviewer took his time to finally NOT give a +1 with comment, "if statement has no else part". OF COURSE IT DOESN'T HAVE ELSE PART. I DON'T NEED A ELSE PART. But to give him the benefit of doubt, I'd like to ask devRant community if they believe all ifs should have elses.14
-
You could win free Premium!
But you can't even complete the survey.
Well played! Spotify!
Every time when you're facing depression, and doubt yourself. Just think about there are companies much bigger than yours, and they struggling to put a form together... 🤦♂️5 -
Been sitting here, stuck for hours. Complex projects bring complex problems. I honestly cannot move past this issue. A major lump in the development of this project. I doubt myself as a developer. I feel depressed. This task seems insurmountable.
I can't come up with a name for my game.3 -
Anyone who has watched Black Mirror and thought what shit it is and technology can never go that far but wonder what if it does and we all are fucked.
Or we are already there but mini version of it. I see people glued on there phone, screen, and even I am guilty of that. But the amount of data we create everyday which can be treated as huge asset by the AI and Data mining enthusiast, I dont doubt we will be at a breaking point, which is coming sooner than we think.6 -
I was doing code reviews for some of the new Devs recently joined... One guy wrote his entire life history in the check in description... Like Why he took this approach, why interfaces are necessary in coding, when did he lost his virginity (I doubt he ever did), what's his pet name? - sadly no information related to his online banking... Shame really...
-
Anytime I have to Google something. Which is all the time. I doubt myself all the time. Also, when coding our robot and it randomly shot backwards and ripped through a couple table and chair legs. That happened too.2
-
Back when I was at university, during the first lesson of web development class, our teacher said: “If you have any doubt or problem, please ask me. The only stupid question is the one you don’t ask!”
A fellow student raised is hand and asked how to do printf in Java (it was totally legit as most of us only used C at that point and it was our only reference in programming).
Our teacher: “What kind of fucking stupid question is this?!?”
😳1 -
I saw this a few years ago. Really doubt if such a bug still exists.
So I used to visit some educational websites to get answers to school assignments. Very often it used to be under a paywall.Only that it wasn't. I once saw the markup of the website using inspect element and guess what? The whole answer was available in the markup and was hidden using CSS😂.3 -
My Dev hero is without a doubt Robert C Martin (Uncle Bob). His books clean code and the cleans coder changed the way I program and his work on TDD too6
-
I would have to say the first start-up I worked with had the worst recruiters. Albeit they were seniors of mine, and not full fledged professionals, but this was pretty ridiculous.
So at the interview(which I won by winning a hackathon in college), they asked me the standard questions about my current knowledge and what I hope to achieve in the company. When they asked me my tech questions, one program that they thought was tough, I solved in 2 minutes. I was interviewing with 3 other people whom hadn't gotten the answer. Naturally I doubt myself due to the lack of answers being produced. The recruiters themselves didnt understand my answer initially. So much so that they were convinced I was wrong(at this time the others were coming up with, and submitting their answers, which the recruiters naturally expected from us). So to give me the benefit of the doubt, they whip out a laptop to run my code, and guess what? It worked, and had NOTICABLY lesser computation speed.
Needless to say I got the job, but the look on my recruiters' faces after exclaiming I was wrong, then they themselves being proven wrong? Priceless. xD4 -
Not really doubt my skills but definitely feeling inferior ;)
Reading stuff like this :
https://github.com/kevin-montrose/...1 -
Hey... I've been selected for Microsoft as an SDE :)
Am I allowed to work on a Macbook at MS instead of a windows notebook?! 🤔17 -
Not sure if I found a red flag or a green flag…
“The candidate needs to know react well. No, using npx create-react-app is not enough!”
On a first sight one may think: “oh cool they search someone with in depth knowledge”
On a second thought, tho…
- Am I going to need to start many react projects in the role? Don’t think so.
- if I am… am I forbidden to use cra? Why? 🤔
- how is not using a bootstrapper a sign of “deep knowledge”?
Sounded interesting at first, but the more I think about it, the more I think this request is a red flag.9 -
Spending hours trying to figure out why the stack just won't work with SSL. Nearly lost my mind as we started feeling dumber than ever. I really started to doubt my skills after it did not even work with the most minimal nginx site config I could imagine.
The next day I discovered that we missed the 443 port mapping in the docker-compose file...it only had port 80 mapped.
Yup, stepping back from a problem and getting some sleep is really worth it sometimes. -
!dev
Swedish winters are weird, I can't remember last time we had snow around Christmas. Today it's white everywhere outside, but I doubt it is because it has fallen snow tonight. It's probably just the frost...17 -
That feeling when you're the only one of your team sitting at your desk and you cannot shake of that nagging doubt:
Did I miss a meeting?1 -
Every time i got fired. So thats 6. At least in the past ten years. Every time i saw colleages get fired. So double that. Every 10nth job interview i went to. Maybe i should say i doubt my dev future every single fucking day.5
-
I am a senior .net developer and I should be promoted to a software architect over Java and .net soon, and my parents independently asked my wife and me if my job was stable. They also asked me if I was worried about losing my job. They have no idea what I do and they think it is nuts that I get paid what I do for the hours I work... I doubt they will ever get it.2
-
I bought a Macbook about 6 month ago and I became in love with development in it... I've got a fucking MSI dream PC sitting here with two monitors acting as a glorified paperweight...
Its so weird because I know I could just put some Linux distro and use it more often but its almost like so many years of Windows make you doubt that you can ever fully leave the ecosystem... Its like some sort of sick Stockholm syndrome.5 -
No doubt that Idea IntelliJ is super awesome!! But I still don't understand who could people afford it? It is so damn expensive!!12
-
Hey guys, have a question. I have seen some colourful ++ on the right side of the total number of ++ the user has, and some others just have the total number of ++ what's that?6
-
I was given 6 whole months to rewrite some old monolithic web app exactly 5 months ago today. Now I have to show my boss the progress I've made. How do I explain him that I wasted my time in this order:
1.- heavy procrastination
2.- try new frameworks to work with, pick one, start writing the app, regret and start over again using a different framework.
3.- devrant
4.- existencial crisis and self doubt.
Now all I have are a bunch of incomplete buggy modules and a mental breakdown.8 -
So I have a question regarding what I should learn next. I am going to my 3rd year in college and you can say that I am sort of baby MERN stack developer. Baby because I don't have a lot of production/real world experience. Now I need to decide whether I want to continue to work with JS in web dev. Or should I go to some other language for web dev like . NET or python. Or should I start learning GraphQL, or Machine learning. I am quite interested in blockchain and devops also, but I need to make a decision and please give me advice as to what you think will help me in the future.
I know I am all over the place but that is literally my brain since last few weeks.
Thanks in advance, I'll do a ++ as a form of my thanks.12 -
This morning I got a reply to my tech support email:
The problem was that the dynamic pages on my website are no longer being served as dynamic pages and so IIS is throwing errors on every page load. Seems to me like they've done something their end because I didn't touch it when it happened...
The tech support email essentially told me to rename all my files from .cshtml (ie. a dynamic page) to .html.
I'm not expert, but I doubt this is going to solve the problem...4 -
WU: Is there anyway we can help u?
Customer: I doubt it, but thank you for using WU.
I feel him on this one, I'm still getting errors when trying to send money.
😂😂😂😂2 -
VirtualBox is fucking evil
It wants the humanity to disappear due to self doubt, random errors and depression
AAARRRGGGHHH
KILL VBox BEFORE IT KILLS ALL11 -
Former coworker had a Post-It on his display:
"When in doubt look char by char"
Often a minor typo can give you a large headache, so this is a really good advice for those WTF moments where you thought the universe isn't working as designed.2 -
Everytime, literally. I may be really good at X language that I will always doubt my skills. In the end of the day, I prove myself wrong in doubting, but until then "I don't think I can do it" is always on my mind.
-
So, if you were supposed to work on a website that is already pretty shitty coded, shitty styled and outdated... Would you go on coding like shit for the sake of consistency or would you embed a new mini-system in it trying to pay some fucking respect to everything you have learned?
Edit: in this scenario, you can actually make a choice haha7 -
!rant but story
Didn't participate in this week rant since the topic is not very relatable to me.
I rarely get truly inspired. There are people I envy. There are things I like. There are moments I go, oh awesome. That's about it.
I doubt myself that I have little bits of narcissist and sociopath traits. Maybe I am. 🤔2 -
What I really hate? When a piece of code simply refuses to work. No logs, no exceptions, no sign that it even exists. HOW THE FUCK I'M SUPPOSE TO DEBUG THIS SHIT?? I drives me crazy, if everything I do changes nothing! It makes me doubt my sanity. And I like my sanity!3
-
So they took my personal meeting just because there was delay in delivery due to other dev as he was working on shitloads of things and didn't get time to work on API and didn't gave me in time.
And they specifically called it "Doubt meeting" LMAO. -
I sometimes get issues while testing my project,
Like even though js function is declared, the console shows error that its not declared and some other such errors.
I use Chrome on windows while testing.
But when I use Firefox on ubuntu,these errors vanish!
Is this issue with chrome or windows ?3 -
I feel like it might be a tiny bit (not much) better among React developers, but I ended up within one of those enterprise Angular till death companies, and it seems like nobody would ever doubt their Typescript skills, yet nobody actually understands Typescript at all.
In theory, I love Typescript. But you can abuse it to a point where it's almost as painful to work with as normal JavaScript.
It's not that I'm a master of Typescript.
But while I feel like I'm the only one understanding the mental model behind Typescript and also get stuff like mapped types or why you might wanna replace your enums with as const assertions, the rest calls themselves Typescript developers in their CV, no doubt. But It's way to easy to write whatever Typescript, while it's not as easy to reel get the hang of it.7 -
Bruh, imagine paying taxes for a site that literally throws a cryptic error message, instead of telling you "Page not found", because those retards literally redirect to /Account/Login after successfully logging in.
Even better, most people here are don't understand English well enough to understand what is going on.
And I pretty much doubt an admin has been informed...3 -
Off Topic Rant: so the condo I'm currently renting in have 2 elevators but only 1 is functioning. They turned off the other elevator so that they can save some electric bill. I doubt it is being fixed because it is still not working up to this day. Now there's a waiting time for the elevator because only 1 of them is working. Rathole and shithole Asian country I'm in.8
-
Currently working on a new feature on some old undocumented part of the code born out of the bastard fork of draw.io -back when it was opensource- and without a doubt the hardest part of it all is using GIMP TO DRAW A FUCKING ICON WHICH IS THE SAME AS AN OLD ICON WITH ONE MORE LETTER ON TOP I WANT TO DISEMBOWEL WHOEVER DESIGNED THIS PIECE OF SOFTWARE12
-
I've always thought that in order to become a project manager it was necessary a period as programmer (as it was a sort of promotion).
But according to what I read here it seems like a lot of pm have no idea how to/how long it takes to develop software... Am I wrong or what?3 -
Started at a new college once again after a long pause.
And I have to admit that I suck at basic stuff like algebra. Shit...
I'm putting a lot of time to understand things, but it feels like the knowledge just fades away. Starting to doubt myself...
Not hoping for anyone to support me either, just felt like posting so that I won't keep thinking about it and giving myself bad vibes.7 -
Imposter syndrome is such a bitch
It feels so good to finally be able to achieve something without constant self doubt (okay I lied, but atleast I am actually programming)
But fuck me it's hard to keep reminding myself that it's okay, it's fine if it's not perfect, just evaluate all the possible solutions and pick the best one, it's fine9 -
It's hard for me sometimes to tell the difference between a dev who actually got fucked and a dev who just didn't know how to budget their time correctly...
I've had freelance web friends who will go out partying twice a week... I've also had freelance web friends who shutter themselves indoors the moment a project of significance comes up. Both types have complained to me about crunch time.
Obviously i can't tell a whole story from just a devRant thread, but for a select few of them i really feel like this person just had no idea what they were doing, were negligent, or estimated their time way under the cut.
I'm not calling anyone out, I'm just saying that when you post about crunch when the item is something fairly obvious you should've been able to catch within the first week of the project, it makes me doubt your sensibilities.
Obviously I'm not making any judgements or saying that i know even half of what you know about the project and the job, but I'm just saying a little more detail couldnt hurt...7 -
I get it. Functional code is still kind of considered the "new hotness" in languages like Java, but THAT DOESN'T MEAN YOU NEED TO CRAM IT IN EVERYWHERE FOR THE SAKE OF IT. If in doubt, *please* go for the simpler, classic option...
Just inherited a code base that's full of things like this:
Optional.of(getResult()).filter(s -> s.equals(true)).ifPresent(s -> callService());
Optional.of(getResult()).filter(s -> s.equals(false)).ifPresent(s -> logError());4 -
Not imposter syndrome but definitely a moment of self doubt.
Am I good enough?
Been applying for jobs and couldn't get through.
Most of my applications are in neighbouring continent and visa is the primary filter to get rejected. Thanks to COVID-19, it is even more difficult than ever.
And for those applications where I land interviews, I am being ghosted in final rounds.
Quite strange that teams don't even care to reject anymore. Just leave me hanging to assume the worst, the truth, the reality which I don't want to face.
And self doubt creeps in where I see people with average/below average capabilities and skillset are able to find better jobs.
I am not comparing myself, undermining their struggles, or playing the blame game.
All I am saying that luck plays a huge role in how things work out.
You can still fail even after doing everything right. Or am I just dumb enough to not know where I am going wrong to improve?
At this point, if I reflect on past, seems like all the offers I have got in past were purely based on luck.
I am aware that this is temporary and things shall change for good but boy, this feeling sucks.11 -
Being handed an old system to maintain with scant documentation, and being expected to understand exactly how it works.. FFS It looks like a bunch of monkeys on acid got into the codebase 😣 I doubt even they knew what this fucking code does, and they wrote it!
-
Reading all your rants I'm glad my parents always supported me. They even helped to pick a good university and paid my dormroom all 6 semesters. I'm the first in the whole family who got a degree at university and I think they are very proud I have a stable job and a good income.
Though I doubt they know how rare (good) programmers are here and how much job offers I'm getting each week 😄 -
This year I graduated from high school and started a dual curriculum (50% practical work at a company, 50% theory at university) and after four months I can without a doubt say:
I am not enjoying it at all.6 -
Well I just found a security issue with my company's website thats potentially been there for YEARS
You can just fucjing bypass the login screen and access any file. You do have to know the filename and path from the site root. But I doubt that matters to anyone willing to try hard enough. I'm sure there's tools to find the paths
Especially since the files names are fucking predictable 🙄 😒5 -
I have a programming tutorials website I built from scratch in the PHP framework Laravel 5.4. Recently my friends have been pushing me to use WordPress instead.
I haven't worked with WordPress yet but I just hate it. I always think that it will not give me the flexibility I might need when adding new features.
This has put me in great doubt and anxiety about what I'm doing.
Is wordpress a better choice? I'm I just being lazy about the WordPress stuff?
I'll appreciate any advice on this.6 -
Microsoft bought Github so what ? It's not like github is the most important tool out there. If they break it we'll just move on to something else no problem just chill people. Give them the benefit of doubt maybe they'll make it even better.2
-
Client : Couple of new features are added. Check out the documentation. Deliver the product as discussed.
Me : I doubt that. With new features it's definitely take one more week than discussed.
Client : Don't glam blame. It shows the work Quality and you are Incompetence.
Me : !?!?!???1 -
Wasted an hour figuring out why the backed up files and pics from an OTG device cant be seen on my laptop (linux)
Fucking OTG file system formatting is exFat. (i know i should get exfat-utils) -
When I have bad day and I doubt in quality of my code and my skills overall I open another project that is backbone of company business and I immediately feel much better after seeing what crap others produce.
-
Right now I enjoyed being SysAdmin and PenTester more than programmng...but I doubt I can get a job without certification from either of those field.6
-
I seriously doubt I can program anything remotely useful without having a language/library documentation on one cheek and stackoverflow on the other.2
-
Like age 8?
As a kid I really liked flash games and animations and wanted to get into it. I couldn't do flash, it looked too complicated but I found a little software by the name od KoolMoves that was just a simpler flash animation tool.
I did a bunch of shitty stick figure animations in it (hello to everyone from stick figure death theatre) but eventually I realized that I can make it do things (interactive menus, choose your story kinda things, move the player around, shoot...!)
I fell in love with AS1 and later AS2.0 and made bunch of demos and proof of concepts for systems and games. Most are lost to time and datarot by now)
Age 12
Eventually I found out I can make the entire Windows machine do what I want using first Batch files and later Visual Basic script (made a skype bot!) At this point I was also really into graphics and logo/web design
Age 15 - 20 or so
Then it was pretty natural to move to actual Visual Basic, then C# and finally I to C++. And I had the C family in my heart forever. I managed to get a but into 3D graphics too and got a part-time in archviz
Even by this point I never believed I could be a programmer as a profession. I thought of it just as something I love, but have no chance getting into compared to some of the names out there. I half expected to be either doing graphics (cause I found it simple at the time) or some shitty random job in an office.
20+
Finally I decided to go to uni and study software development, see if I can touch the future I always dreamed of! And... Well... I found out more than 80% of the people there never touch a language up until now and most people are just as retarded as I thought..
For a while I also worked as a game designer (still not being comfortable calling myself a programmer, so I chose a non programming position) but I ended up going into the code and improving and fixing game designer tools (it was unity and C#)
After seeing actual programmers at work in a company, and talking to a bunch of them I realized I already have everything I need to do this seriously and with that experience out of the way I breezed through uni, learned to love Linux and landed a proper job :)
I kinda hope my experience with long lasting self doubt will be useful for someone -
Today someone shared one of @trogus his devRant comics on my best friends Discord community with people from her stream. Now I'm in doubt if that asshole (another story) is here or if he saw it somewhere else. As far as I know he isn't a dev.
But if he is here: Still waiting for your apology Neko3 -
"I swear I'm not a potato! I'm actually a capable dev.." I just have some serious self doubt and much less self confidence after this past year and feeling super mediocre due to lack of experience... And now that someone stepped up to help, my brain is just mush and I'm not doing half of what I know I can.... This sucks... 😞. Hope I get over myself soon...3
-
Slack sort your shit out. slightly_smiling_face ??? Stop making me doubt the authenticity of the smile emoji.1
-
When in doubt read the documentation. Unless the documentation states quite clearly that your one niche scenario is actually not possible. Then what?3
-
After telling my manager I'm leaving for another company they started taking interest in my life all of a sudden and really want me to stay. In serious doubt about what I should do now.5
-
As a junior dev, i really appreciate these wk58 rants. Every time i begin to doubt my abilities, i get some insights into the work of past geniuses, and i feel like im doing pretty good for a rookie
-
Imagine being laid off from big companies such as Meta after basically doing jack shit for months if not years.
Employers are aware of the "day in the.." videos and gonna interview u thoroughly in order to make sure that you are actually competent.
I doubt many of the laid off bunch (especially the incompetent ones) will get an easy pass.7 -
Victor Pelevin is an iconic Russian writer. I won't describe him here (5000 characters is not enough), I just say I think he's one of the greatest if not THE greatest modern author.
Here's the tea (sorry for my bad translation):
"Some of our illusions feel more real than other illusions. A kid is urinating in perfectly real toilet when he's sleeping, he hears a perfectly real sound confirming this, yet he's still unsure.
A grown up, mature man is different only because he also shit himself.
Grown ups have no doubt about reality, that doubt that helps the kid to get closer to the truth. But grown ups have 'scientific explanations' that toilet is real because there is sound of urine, and the sound of urine is real because toilet is made of ceramic, so because of it we all should be working 24/7.
To help grown ups wake up from this 'reality', death exists."2 -
Monday morning, we were told by our teacher that we had one week to create a clustered system with virtual machines , handled with 2 hypervisors, and the whole thing must come with high availability
These are the kind of stuff that make me doubt about becoming devops later, 3 days in and I'm only starting to get what we're doing, but I'm such a massive dead weight for the rest of my group 😵😵 -
Yes, after an initial period of scepticism they did.
I was incredibly well supported, both morally and financially, and I'm incredibly grateful for it. It's a very fortunate position that many don't have the luxury of experiencing, and I've no doubt it helped immensely - especially in earlier years. -
I just do the Three-point estimation method: It's easy enough to remember and somewhat scientific: https://en.wikipedia.org/wiki/...
I made a spreadsheet a while back which serves as a template. I guess nowadays there must be at least one website with a fancy diagram no doubt..1 -
I promised myself that if I didn't start up a new relationship by September that I would plan to start a new lease in life and move in 2019. The online dating subscription I've used for a few years will cancel at the end of this month.
I used to doubt that fate was real, but times like this make me come close to believing in it. Maybe fate is just one large karmic refactoring.4 -
!rant
Finally (kinda) done with the nicknames addon. I wanted to hook into the sites actual modal menus for the UI, but I don't know JQuery and I somehow doubt modifying the existing javascript of a site from a plugin is possible, so we're stuck with knockoffs for now. But it works, it saves and loads nicknames correctly and displays them everywhere except on the notifications because I didn't add an onload listener to them.3 -
Tech Lead = "Super quick question" + "one small doubt" back to back for 8 hours, then coding in the evening because making some progress is the only way to take the stress away. Rinse and repeat, while slowly developing an alcohol dependency. Be kind to your leads, kids.4
-
Doubt. Doubt is what makes us free. A cog spinning inside the mechanism has no doubt. I can't call a person who is always certain, always knows what to do and never has any doubts a free person.5
-
I wish gamedevs put more focus on the cheating problem in multiplayer games.
When you have to manually ban people in your esports minor qualifier there is something wrong...
I need to find a better game :(
Or start a cheat program company for the easy money but I doubt it's legal.7 -
do you think that the new 300Mbit network interface of RPi 3B+ will be useful?
Personally I doubt....
it still need to share the bus with everything else.6 -
“Netflix lowers quality on all content for a month - to prohibit internet from crashing, according to Variety”
- push notifications from Swedish newspaper.
I doubt that Netflix could cause the internet to crash...6 -
After weeks of interviewing, I just got an incredible offer to be a Junior Full Stack Developer at an amazing company. Great benefits, awesome pay, but instead of being excited I'm nervous to the point of self doubt. Can I really do this? Am I good enough to be part of this team? Did I misrepresent myself at the interview? Shit... Fucking self doubt1
-
While I'm reading this, I have a doubt in my mind.
"How many people will actually read the entire book?
If nobody gonna read the whole thing, why wrote this long in the first place?"3 -
Any of you uses Fedora with an Nvidia-GPU?
The distro seems pretty cool, but i doubt I'll get everything to work, since fedora doesn't offer premade packages for proprietary drivers.3 -
Established a new *much* tighter bound on the value of the D(10) dedekind.
Pasted code here:
https://pastebin.com/xYSND9NN
It's almost beyond doubt to be located somewhere between 10^75 and 10^77. -
Any example of machine learning / artificial intelligence on video auditing that the community knows of?
-
Refactor our front end from a blend of Classic ASP and Classic ASP hosting React Components to React. I doubt it'll ever happen, but a dev can dream right?1
-
I just had an Indian guy cold call me. He said his name was "Steve Jones." I mean, I suppose he could be a reverse Aziz Ansari, but somehow I doubt it.
-
I've heard "someone" saying, that typescript and c# are somewhat similar. Now I've never worked with c#, but I still doubt it. What do you, human of devRant, think?8
-
Currently trying to make a multi boot machine, with a lot of linux distros inside, like debian, fedora, gentoo and arch.
I know I will have to format everything a lot of time, because of stupid mistakes, I want to try to put /home in common, and play with some more SSD, and to put a preempt_rt patched kernel somewhere.
I am starting from debian,
Format counter: 3
Reason 0: because i need to install at least once...
Reason 1: I am stupid
Reason 2: I disconnected the SSD,to connect a disk with windows. Now bootloader doesn't find any os in the SSD anymore... still no clue, and in case of doubt: give windows the fault 😠😠😠
DAMN YOU WINDOWS, how did you find that I want to use debian? What did you do to break it?? (Despite it wasn't even connected?!?)
I have checked everything about secure boot, and I am sure it is disabled...
And every search online gives results about dual boot, but it is not my case... :/ -
How do you know, without a doubt, that you really need to take the time to sort through your storage devices?
...ok, I got the message, loud and clear.5 -
Wanting to see if I can build a full web dev stack on my phone, any ideas?
So found I found a not so helpful terminal emulator, a programming keyboard, enough IDEs to make your head spin, and a few rooted apps if rooting was an option right now. I'm half tempted to setup ssh and ftp on a cloud server such as Google cloud.
I'm doing this to see if it's possible and able to be used during work, although I am beginning to doubt the idea will make it into my development cycle.4 -
Its 6 in the morning. I've been unmotivated to program since my highschool graduation. And I just felt some inspiration flow to me but at the same time crippling self doubt followed. I have projects planned but my lack of skill stops me and its passing me off because I'm already wasting my life. And I'm thinking of getting an IT job to start off since I have the experience from school but I'm deathly afraid I'll lose the touch I've started to get. Idk thanks if anyone bothered clicking and reading this rant.. theres no one else I can talk to about this stuff..9
-
I somehow highly doubt the effectiveness of this treatment... if it did work I'm pretty sure we would all have baby faces with the amount of RF signals we're exposed to in a day. Do you think there is any legitimacy to this claim?4
-
!dev Just a story.
So my wife is cooking me some stuffed pork in a George Foreman grill. The cut is very thick. She decides to cook the rest of the pork cuts in the oven. I am going to eat the one cooked in the grill.
So I decide to joke: "So am I getting trichinosis today?"
She: "Are you questioning my cooking ability! Get out!"
Me: "What?! Are you joking? Are you serious?" <I have no clue>
Next day:
Me: "Were you really upset about the trichinosis comment?"
Her: "Not really, I wouldn't poison you on purpose. Although you saying that kind of makes me feel like you doubt my cooking."
Me: "I was joking the grill might not get it all cooked. I don't doubt your cooking."
Her: "So my nefarious plan totally worked." <sends picture of ominous racoon wringing fingers together>
Me: "I have eaten some iffy shit over the years at home and abroad. I usually just shrug and wonder if I am gonna have diarrhea."
Her: <laughing for a good 5 minutes and sending me laughing memes>
No diarrhea today. All is well.1 -
And so this morning we put aside our usual daily activities for a while, and gather here to give expression to the thoughts and feelings that well up in us at this time of loss.
And also because in one-way or another,
GitHub's sudden acquisition
Affecting all of us.
Please raise your glasses as we drink a toast to the memory of such a splendid tool, that we know without a doubt, will never be the same as we know it right now.2 -
Nothing makes me - on a regular basis - doubt myself more than when I'm reading documentation and finding the arguments and variables I need, but not for the life of me finding the syntax or which context I should be using it in.
It's as if it's assumed to be common knowledge and I dread being "that guy" to ask someone about it. I feel like such a chump opening a new tab and googling for examples. -
I posted two of my projects a few days ago to producthunt one did very well and what came out of it is i got offered a fulltime job in my town.
That will be my first job if i pass their test im doing tomorrow and Im scared beyond shittless. Not from test but from the whole experience. All of it happened too fast. Im starting to doubt myself now. And once again scared shittless. Fuck you brain!2 -
When your co-worker comes to you with a doubt and you explain to him patiently for 1 whole hour and all he has to say is "Yeah fine, can you just update my code with that and send it back to me.".
Why the fuck did you even ask me to explain if all you need to do is escape the work, you fucking moron!1 -
How are you dealing with imposter syndrom and general self doubt?
More specifically on technical interviews, how do I know if what I am saying is reasonable and not just some gibberish of keywords I picked up over the years...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.11
-
Question.
I recently got an Asus K53S for free, without HDD/SSD.
Im looking to purchase a cheap but kinda reliable and fast SSD, at 64GB or more. Money is an issue, and the laptop is just for pure fun, so id rather get bad quality and save some cash, rather than spending alot.
Does anyone know where i can purchase that, or have experience with cheap/trash SSDs? Any recommendations appreciated.
If its shipped from outside EU, the price should be $12 or less, and i doubt thats possible.24 -
i want to start machine learning course.
How is coursera's ML by Andrew Ng??
Is it good to start with that course or do u have any other suggestions??1 -
I have a doubt. I work as a freelancer. I always randomly charge my clients. Because I have no idea about other freelancer's pricing or market price. Currently, I'm working on a website that is very similar to DropBox. The only difference between my project and DropBox is the frontend design. I am doing the only backend of that project with python(flask). How much should I charge?5
-
Everything we have in life is a set of illusions, one seemingly more real than the other. When a child pees themselves in their sleep, they pee in a perfectly real bucket. They hear a steady, real sound of urine hitting the wall, confirming they didn’t miss, but somehow, it doesn’t sit well with them, and they doubt. A serious, full-grown adult is different in just one thing — they also shit themselves.
They lack that doubt that brings the child closer to the truth. Instead, adults have a so-called “scientific worldview”, that, in a nutshell, is about how the bucket is real because of the sound, and the sound is real because of the bucket, and thus, we all should be working 24/7.
To help a serious, full-grown adult wake up from this reality, death exists. -
I will complete this code by evening.. maximum tonight..atleast by tomorrow early morning...surely by tomorrow noon...no doubt it wont go beyond tomorrow evening...will definitely finish by tomorrow midnight......dont you worry, there is always 'tomorrow'...
-
I don't know why I always take the hard way when I have an easy way to do something and when I failed then I doubt myself.1
-
I have a Lenono X200, and it is with no doubt the best laptop I've ever had, at least in terms of quality/price. It runs like a charm, and I paid 85€ for It. I love It! 🙂1
-
My first programming language was PHP and lately I've started looking for a new language to learn. My first idea was C, but after talking to professors in college they pointed out Java would be a good option. They made fair points regarding our local market and job openings. Now I'm in doubt: C or Java?6
-
I have already ranted about this so I'm just gonna leave this here: https://www.devrant.io/rants/258842
I'm only on my 2nd grade so it may get worse but so far, the theory teacher in that class. Without a doubt -
Why does #Devrant (idk if #'s are a thing here) not have a confirm password field?
Come on... I doubt it annoys users and it saves people a lot of hassle, especially when we are logging in on multiple devices :/ I know lots of people who type their password wrong the first time and later on they can't login and get frustrated and confused then end up resetting via email.
Also why no login with Google etc~ that's kinda annoying too...3 -
My way through front end started with a simple request of changing a blog CSS.. which I knew nothing of. Looking back it feels odd starting with CSS then HTML, JS and now first PHP; but oh well what ever works?
That was a couple of years ago and lately I've done couple of minor freelance projects and have helped students at my university with it (I studied network engineer because I doubted myself..).
I never felt that I knew enough of programming or front end.. that I wasn't really "good enough" to apply for a job even though I almost finish the frontend certificate at FCC, did the Android application schoolar via Google and have worked a lot with Adobe CC overall and help people with their front end issues from school, even with library's I haven't touched (mighty power of Google search and quick learning).
Now sit here as a stockmen in my lunch break being all excited for one thing based on a conclusion I took last week.. if I never try to follow my passion for it, I'll stay a stockmen.. so I applied for s frontend job and got a call in for an interview today. I still doubt myself but figure I must try.. I do not wish to stay where I have been the whole year but to move on and work as a front end Dev. If I get it.. than Santa came early and if not.. well.. keep on evolving and trying I guess. *Holding thumbs* -
I started thinking on how ML can help in hacking but before that I got another doubt on how you can be a effective hacker and started looking into all ways of being a hacker but later convinced myself that hacking is not just a tuxedo jacket to wear it's more of you watching duncrick movie multiple times and understanding what exactly the movie all about so any leads for resources to cultivate that mind set of being a hacker and any links/material to follow and practise would be of great help1
-
I never worked as freelancer, but I'm thinking to start as far as I keep studying, and I was wondering... How do freelancers charge their client when they get paid x per hour?
How do they assure the client they worked for a certain amount of hours?
Do they do it by prediction or they say they'll work y hours per day?
Feels like a dumb question...2 -
Anyone has an idea for achieving this
"The Data should be populated from Data.ts file using Angular service."13 -
So recently I've been feeling like I fooled myself into thinking I'm any good at anything regarding development.
Today I tried to deploy a Console Application that would run nightly. The production systems are much more guarded, as it should be, but I should still be able to schedule a windows task (yeah yeah, windows servers, not the time Linux fanboys and not my choice :P) no problem.
Except I didn't expect that network users can't run jobs, because of a Group Policy about saving passwords on network accounts.
I expected a local administrator account to be available, and it wasn't.
Also a web API isn't available, even though I could telnet to the address on port 443 (HTTPS). A proxy apparently accepts all HTTP/HTTPS traffic and so on.
All this I feel like I should have known....
So am I in my own head, or am I right in thinking maybe I'm not "pro" development yet? Maybe I don't deserve to be "pro".
Thoughts?4 -
Hello I am beginner in coding I have a doubt about sentinel search means can anyone give me a small example so that I can understand it properly8
-
I am currently working on very very bad designed solution. I doubt if it can be written any worse.
When I inherited it, at first I thought it was done by some intern, but later on I found in repo full name of original creator. In free time I googled the guy and I was in shock. The culprit has more than 15 years of professional experience. For 12 years he worked at one place and than ~1 years in 3 different companies. It seems he cannot hide his incompetence anymore :)2 -
Is it common to freak out frustrated to the core when you fuck up a project or dependency you've been working on for with full dedication, leading to question your decision of selecting the field, your achievements yet, the whole point of existence. Then suddenly fix it after two hours of pulling hair out and looking back feeling stupid?
This episode has repeated over and over recently. -
I always have doubt on myself that i will never to create a system,right now almost 20% eventho it was just 20% but it mean a lot to me 😢 #student #internshipproject
-
As a not-freelancer, whats the amount of companies you worked for?
This was #4 and im beginning to doubt myself. Maybe i should do start some other career or something.2 -
Can anyone share their thoughts/opinion about jQuery?
I'm already using jQuery but I always have a doubt in my mind that using this library cause to lessen the performance or slow our webapps.
And also I was planning to use native Javascript rather than jQuery can also anyone share their thoughts/opinion what are the things I should consider when using native Javascript?10 -
So Facebook was apparently inflating the video views stats.
I'm have a doubt that the view counts on tiktok is also massively inflated to get people hyped.
I mean on tiktok, you can see videos with hundreds of thousands of views but barely any comments or interactions.1 -
I'm on my internship right now, working on Library Management System and thinking about how data will load fast in server-side, it took almost a minute even I used DataTables. It is JUST a 22K+ of library records. Is my only knowledge is just PHP, MYSQL, JS... caused this problem? Would MVC help, i'm only have 200 hours to finish the project but no knowledge yet in MVC15
-
Started a new freelance contract.
Invited and joined slack channel.
Introduced to the PM.
PM hates me from the first second for no reason.
Doubts anything I say, he has doubt in me.
Something tells me I won't love that arogant PM too 😆 -
Three
Iphone keyboard contrived to be the worst input device every created by men. It's effect wiser than 80s keyboard before they know where to put the keys that didn't break you're wrists just trying to use then.
This message bright up you buy the iphone. Think doubt.4 -
in this version of reality maybe there will finally be some closure and things will fucking recover as they should.
but i doubt it so long as people have a way of dragging me back when they have no right at all too and it doesn't seem to matter who, good or bad, anymore. -
I still say there is nothing like music for distracting me. Sure, it often helps me focus, without a doubt... Who here hasn't found themselves in the groove, then without warning, one of those songs comes on that pulls you out of the zone, bouncing your feet along with the beat, barely keeping from singing out loud?
-
Hey, just had a doubt. https://null-byte.wonderhowto.com/ take any website like this one (ideally any type of site with lots of links to other pages or posts). So my doubt is , is there a way to not hardcode all the links in the master page?. Or how exactly do professionals manage such sites?. I tried googling a lot but couldn't find the exact answer i was looking for. It'll be great if u can help me with this. Ik it's a noob question, but still😅8
-
I've spent a day trying to figure out a code logic. Couldn't figure out why some codes that shouldn't be commented out are commented out.
Out of frustration, I went to see the user. She explained to me the logic behind it and I got it right away within 5 minutes.
Ask your user when in doubt and in trouble figuring out the logic. -
When all the feedback you get from a damned class diagram was "Ok looks good :)"
Not sure if good because it doesn't look like a complicated cobweb anymore or because the relationships established were right - though I doubt you can say that just by looking for a mere 30 seconds at a class diagram with more than 20 classes. -
Lots of ppl cannot access internet since idk, an hour or two. I tried pinging 1.1.1.1 it works, turned on DNS and voila!
The fucking country's DNS connection is broken or something, idk.
When in doubt, https://1.1.1.1/
Dns settings for future reference: 1.1.1.1;1.1.1.23 -
I want to know how people here handle a vague request when the upper management also confused and cannot provide feedback? Does doing thing that I feel has high priority is the right choice?2
-
Got a question on DBMS Normalization. I tried searching but couldn't clear my doubt. So I have a set of functional dependencies for relation R(C, D, E, F, P, R, S) :
F->D
D->F
E->C
P->RC
E->F
S->EFD
PR->EF
So I have to convert this to 3NF. My doubt is that when finding 2NF do we find all the non-prime attributes that are dependent on a particular partial key i.e. do we take it's closure and create new relations for each partial dependency? If we do that then there are overlapping attributes in the resultant relations in this case I found the relations in 2NF as :
R1(P, S)
R2(P, R, C, E, F)
R3(S, E, F, D, C)
But when I just used the FDs as they are given (no closure) I found :
R1(P, S)
R2(P, R, C)
R3(S, E, F, D)
Which one is correct, please help.3 -
!rant
There are so many options to pimp my linux system. Is there any point in time, where I will be finished customizing/prettifying my linux? I highly doubt.
BTW.. what is the best way to backup the whole config? (color schemes, themes, gnome extensions)2 -
#include <iostream>
using namespace std;
int main() {
int t;
cin>>t;
while(t--){
int n;
cin>>n;
int arr[n];
int count=0;
for(int i=0;i<n;i++){
cin>>arr[i];
count^=arr[i];
}
cout<<count<<endl;
}
return 0;
}
In the above program,
how does this code snippet work?
count^=arr[i];8 -
Actually want to learn some new language what should I learn after JAVA.
Sir/ Madam am a student so PLZZ suggest that type of language which would fit in my mind.19 -
I have been using CakePHP 1.3 and 2.x fore some years. I built two custom platforms on them that we used for almost every project at work, and also some of my freelance ones.
We've built all kind of stuff, from basic CMS to large scale CRM/ERP systems, and it held it's own!
But now I wanna build another one! :D
I wanna build a platform on CakePHP 3.x fore sume time at work, but the constant flow of projects leaves little time for this.
And I am not talking about the shitty stuff like the sorry attempts you can find oh GitHub right now, that I never even managed to use once for a real project (I really tired!), I am talking about a real platform, for real world projects, with a real world interface, and real world functionallity, for real world use cases!
I was thinking to start an open source project, but I never managed one so I have some concerns...
Like it will not get any contributors and I will eventually do it on my own anyway, or like it WILL get traction and I will not be able to manage the project, or the community.
I am the head of the dev dept at work, but open source seems like a whole new ball game for me...
Anyway, what do you people think? Would you work on something like that? Would you use it? Should I create a GitHub project and add a collab? Or is it doomed already? -
so i've been working with a ux/graphic designer on a pretty large project that will likely have many services attached to it, it's been in "active" development for about a year now. something that concerns me however is how uncertain i feel about what i'm doing, constant questions like "am i doing this right", "is this secure", and many like them plague my mind while i'm coding and it's really discouraging. when i was just learning i didn't really take any heed from these questions, intact i never even really thought about them so why am i now? i feel kid if i'm able to just work and have fun i will be so much more productive and happy. my partner has been learning front end and has been doing great me i'm working on front and back end. i have been making most of the decision in regards to our stack but i feel like i'm making them arbitrarily and to attribute to this fact, i have switched things up several times, we went from react to an mvc framework and now i'm considering going back to react. i just can't seem to keep on track with my decisions, if any of you have experienced this before i would really like some advice on how i can be productive and again and not fall into this never-ending abyss of doubt.3
-
Has anyone used mongodb atlas' / mlab's paid plans? I want some information to decide which plan to go ahead with.
PS:
I couldn't find detailed information on official sittes.1 -
So next year, I'm going to high school. I consider two studies: electronics aka robotics and stuff
and computer science aka programming and stuff, the thing is: I just can not decide what to choose? Any ideas?12 -
I'm currently in internship in a little start up, I love work, love my team, my manager IS Amazing.
BUT, I feel like I'm missing somethint, everything is messy and I don't learn a lot.
Sometimes, I doubt, is this job reallu good for, is it juste a big mistakes leading to nothing?1 -
Time complexity doubt
How can you say T(n) ≤ 3T(floor(n/4)) + cn²
Given that T(n) =3T(floor(n/4)) +Θ(n²)
Won't it imply Θ(n²) ≤ cn², which seems incorrect (or am i wrong to think its incorrect?)4 -
Devs and security researchers out there!!
I had a doubt regarding subdomain takeover vulnerability.
How to find where a site is hosted on heroku or AWS or heroku or more?
I was trying to write a script for it.
Any expertise will be welcomed.2 -
tech leads: updating or creating short wiki info documents i doubt we'll be using
idk why, but this is the last thing i'd expect them to be doing7 -
Confusion is i know AngularJs, VueJS and ReactJs but i am not a frontend developer
who does CSS,LESS,SCSS ..
Always in doubt should i apply or not ...1 -
Does anybody know about to text from an iPhone on a Windows 10 PC? I doubt I'll ever get a Mac... and would like to write a texting client if there is not already one available. Apple's bullshit lack of compatibility and accessibility to developers off of their platform probably means cutting corners, but I figured if there was a way this community is the fastest way to find out..3
-
https://devrant.com/rants/3034483/...
Emailed them at 11:15. No reply. So I doubt I'll hear anything until Monday at the earliest -
My decision making chat bot project chat with it on messenger: https:/m.me/karar
Only replies yes or no but very useful when you are in doubt or having trouble to decide what to do. -
Not sure if this is supposed to be a debug duck - things you find in Mannheim when the Deutsche Bahn makes you doubt again about German punctuality3
-
Having one year of experience in javascript and almost a year of experience in java. I am still not sure which one to use for interviews.
Would I able to handle questions on hashmap and hashset if I chose to work our data structures problem in javascript?.1 -
I am new here. Just started building a website. Can any help me out with my doubt please.
I just want to change the background color of my website. Which attributes should I use and what are the inputs4 -
While browsing I just found the following website titled The Mediocre Programmer, and thought it might be an interesting read for some people on dR that are grappling with self-doubt, impostor syndrome, or similar issues:
http://themediocreprogrammer.com/wh... -
Developed module for e-commerce system to batch upload product information from MS Excel document. First test from user & got error stating that comment is too long. Some input contains about 100 whitespace in end...
Then I found that PHP's built-in trim function isn't trimming Japanese whitespace character. 😓😓😓 ... Quick fix for that..
I doubt i'll never become familiar with that Japanese 2-byte character thing 😶 -
I started to build a blog with Bootstrap, to practice, my doubt is if I should write it in English or Spanish (I'm from Argentina)2
-
Hello devs! My first time here! I'll share a doubt with you: today I have a team with mobile and Internet together (2 iOS + 2 Android + 3 Internet fullstack) and others. Is it a common layout having team mixed like that? Or you have separate teams for Internet and other for Mobile only? Thanks!! 😃3
-
I am using MERN to develop a poll app. I have 6 collections in my database. I have an API for each collection, 4 of those API returns the data whereas the other 2 return 'undefined'. What is the issue I am facing? Is MongoDB not allowing me to use more than 4 collections?6