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 - "just starting"
-
The DNS server I'm writing in PHP (largely taken from another project) is starting to work!
Next to just blocking queries it logs every blocked query so I can have stats :3
A little terminal output:64 -
So, when counting physical objects, my 4 year old daughter keeps starting at "zero." 🤓
It's the weirdest thing, and I've even tried to discourage it. But, hey, she uses it correctly...so, I'll just roll with it.3 -
Dear Chrome,
I know it's ridiculous to have 50+ tabs open, but please - pretty please - just make it work for me. 300 MB/tab is starting to make Windows mad.
No, I will not close them. I might need that page I opened 4 months ago and was too lazy to bookmark.
Your abusive friend,
-chappjc17 -
starting to make a python devrant client and just got rant viewing working (but it looks like shit)18
-
Me: *Working on my game*
Partner: What are you working on?
Me: Just starting out some basic AI
Partner: Why are you writing 'if' and 'switch' so much? Is that what AI can be?
Me: Look away! Don't break the illusion!
I then sat back in my chair and realised AI isn't really that intelligent...7 -
Stackoverflow
When I was just starting with programming I used to google a lot (more) of my problems. But just just copying them made me feel guilty, since I could not handle the problem myself. So I decided to analyse a code to the point where i understand exactly how it works. Sometimes it took me a couple of hours to understand a method, which was written 1 or 2 levels over my current level, but it was totally worth it. I learned a lot about Java, how to write cleaner code in general and how to read and understand code quickly.6 -
I think I’m starting to really take pride in giving clients longer development times than I think will be needed.
The rule of doubling the time you think it would actually take, plus adding just a little more has protected me so many times...
Don’t be a yes man/woman...7 -
Something is not working with PTR DNS records right now.
It's getting really frustrating and I'm starting to DuckDuckGo the issue.
Just noticed that I typed this:
"how to setup a fucking ptr record".
I didn't type the 'fucking' intentionally.
😆😅9 -
Still not learning git properly. I still find it very hard to grasp how this works and although I'm starting to use it more and more, I just can't wrap my hear around it so I often reside to scp for upload and no version control at all.
:'(34 -
Just watched Silicon Valley season 1.
Cannot stress how motivated I am to get stuff done right now.
Computer is starting up as I type this on my phone.13 -
You know what? I'm starting to think Stack Overflow has an elitist attitude problem. I post an earnest question in meta and 3 out of 4 guys ridicule the idea and are rude. Only one person seemed willing to even consider my question. The other 3 just posted rebuttals of my idea. This is a Q&A forum, not the U.S. presidential debates, damnit!13
-
It's official I just got a phonecall after my interview/2h test today!
I'm starting my first software developer job on Monday! 🤓🎉
.. so I'm back here finally after a few months as I thought I didn't belong , but now I do, yay ,
🙏🏼4 -
Bad dev habit to unlearn:
Impostor syndrome before starting a project.
Don't think a lot before diving into a tough project. Just jump in. If you second guess yourself about being ready, you'll never do it. Either you're already good enough or you'll figure out what you need.
I wasted way too much time before starting to write an AI chess engine but it turned out a lot simpler than I expected.2 -
Does anyone else have this? I always try to adjust the way I say things to non-hostile/aggressive (talking about things I have very specific opinions on) because I'm somehow afraid of starting a heated argument. On here, at work, everywhere.
Going to try to just speak my mind, even if that would get me into more fights etc 😅11 -
[when starting out with web dev] Just use bootstrap!
Please don't. I teach web dev now, and when people learn a framework initially, they often get a warped and incomplete understanding of how things work. They spend their time learning the framework instead of learning the systems they're actually working with, and then when the want to do something the framework can't do, they're just at a loss.
Don't get me wrong, bootstrap and jquery and so on have their places, but those places aren't when you're just starting out.12 -
I'm actually starting to search for a new job and no clue about this so I'll just sit by and watch 😇13
-
Ok, it’s been a loooong fucking day.
28 hours later from starting work yesterday, preparing for a giant deployment over multiple systems, Doing deployments overnight... on a Friday night of all days and finally, finally seeing everything working is just a beautiful thing.
Good night devRant!1 -
I've been coding for the last 19 Hours (not including break), and now I am starting to get hand seizure, my finger just start cramming for no reason.
i need a doctor14 -
!rant
For some people that are starting with M.L either by hobby or study. This is a very cool website to keep close to when fiddling with concepts that are alien to you:
https://ml-cheatsheet.readthedocs.io/...
Just thought it would be a nice bookmark to have.
Cheers putos7 -
Recently started using Arch after a year of distro hopping starting from Ubuntu, to Fedora, to Mint, to Opensuse. I have never been as satisfied with a distro as I have with Arch. I have learnt so much from just fiddling and reading through the archwiki.
Once you go Arch you don't go back.41 -
Starting to work with a new senior designer in the remote office (red). Spent 4 days explaining to him that we need .png's in multiple sizes for the app, trying to teach him to use Zeplin to let us export them. Everything failed, his manager told him to just send us the .png's via slack ..... has he seen a computer before?11
-
Although I can easily support myself through my current manual labor work, I am starting to dread going to work because I just really miss programming and server management 😞
The job isn't even that bad but idk, I just really miss devving throughout the day 😩8 -
Hi guys
I'm just starting to learn c++ (with no coding background) and being 22, i feel like it's too late.
Wish me luck.22 -
So I got 10 days of national holidays now starting tomorrow, gonna learn some PowerBI and neural network for college paper material. Problem is my brain just not fuckin good enough to absorb all of this algorithm. Fuck brain12
-
Why do we backend people have to be born handicapped for creating anything that doesn't look like absolute shit.
I'm trying to pick a primary color for my landing page for about three days now and I'm starting to lose my shit.
Can we all just start using fucking CLI apps and be done with the whole design thing.13 -
I don't like how being an entrepreneur is glamorized these days.
People make you think that just starting a company will make you rich.
But we don't really pay attention to the hundreds of startups that fail each year. (And that could very well be you).
We only pay attention to those that do make it.10 -
I tried to build an application in a container, but the build failed with 54 warnings and 86 errors.
My coworker watched the build fail from behind me, and jokingly said "Well... have fun going through all that".
I told him to wait just a second.
I switched out the image for the build step with a slightly altered one.
Build fails with one error.
Coworker just stares at the screen with his mouth open.
I'm starting to appreciate Docker now.3 -
today I'm 30, and just like the guy two weeks ago, I'd really love a stress ball.
but that some ain't going to cut it anymore, so here is a great comic:
alt text: Maybe you should keep FEWER backups; it sounds like throwing away everything you've done and starting from scratch might not be the worst idea.3 -
As a self taught C programmer starting comp sci in University, WTF is all this object oriented-ness. Constructors, parents, children, inheritance, polymorphism... I feel like more like an anthropologist than a programmer.
(But really, I get why it's better. Just so hard to learn)14 -
Am I the only one who thinks that with all the scripting languages starting programming becomes to easy and so learning really good programming is getting nearly impossible because every tutorial is made for total n00bs and every forum is full of: hey my hello world programs isn't working?
Ps:I have no problem with people starting programming with languages like c# and python, I think just there are too many people saying that they are programmers just because they wrote hello world.
Pps: sry 4 my English.4 -
I'm starting to hate js. Every library needs atleast 1000 other libs. I just blew the node_modules folder to 100mb with just one npm require17
-
Yeah yeah, good ol' DropBox.
Which fucking piss-wanker has made the decision to NOT SUPPORT encrypted ext4 starting in november???
You think I'm going to reformat my SSD just for you, you little stinky cunt, huh?
CrapBox has hearned itself a place in /dev/null
Go fuck yourself, you hobo-raped STD host!10 -
So processors have Moores Law, I'm starting to think Web Development has one too.
"There shalt always be a new, better, framework, that would have saved weeks of time, but only after you've hit the point of no return in a project"
Anyone else know the feeling of "damn...I may as well just rewrite everything...."3 -
Me starting a project: Okay I'm stuck with this project I'll just shelve this for now
[3 weeks later]
*comes back to project*
*find a solution with problem I came stuck with*
WHAT THE FUCK BRAIN WHY DID IT TAKE YOU 3 WEEKS TO HELP ME FIX SHIT WRYYYYY7 -
I'm starting to realize, that if you just know the basics of researching, you can (most of the time) find better free resources, than paid ones, for learning about new things in this field.5
-
People love fast moving green text with a black background.
I have linux on my laptop and I have a script (litturally just 1 line) that outputs random hex data to the command line.
I ran it while WebStorm was starting up and I had people instantly telling me to shutdown all the pcs on the network xDD6 -
Wasting so much time on gaming instead of learning software development when I was just starting out5
-
I'm starting a job tomorrow, and I've just received the 3rd call today to make sure I'm ready... Nice of them but also kinda weird.5
-
Was just told by a guy in my class proudly, “yeah, I’m pretty good at typing. It comes in handy for when I code stuff in class.” Awesome, that’s cool. I ask what he’s doing in the class. “We learned Scratch last semester and now we’re starting Java.” -______-6
-
WHY DOES TYPESCRIPT EXIST OH MY FUCKING GOD WASN'T JAVASCRIPT ENOUGH
(just starting out on angular2 and i already hate it compared to jQuery)25 -
6 months after starting developing my webapps I found out that I have one competitor that runs basically the same application service 2,5years already. There was no clue of him when I researched the field just came across by accident today. I feel quite desperate now he has features I didn't even think of and which are amazing. I don't know what to do now7
-
WTF is an agilist? Am I a codist now? This crap is getting out of hand. I’m really starting to dislike this industry- it’s the same thing we’ve been doing for years people, you’re just putting fancy names and certifications on top of it now.13
-
I think its only reasonable that if I must show u my code during i terview process, I get to see some of the code that I'll get to work with if I'm hired.
Starting to think employers just straight up lie up everything..
Why do i need to find out about your shit code on the first day?!
Cutting edge tech my ass...6 -
SO. FUCKING. TIRED. Deadline looming. Burnt out. To everyone else just starting their daily grind: Have a good day.1
-
Just started a new job and they flew me across the globe for two weeks all expenses covered just for a party and a conference before I wrote a single line of code. I think I’m starting to like dev life)5
-
So at the moment I'm developing a RESTful API for an internal project at work and I'm starting to learn and understand about HTTP status codes.
So I started incorporating proper response HTTP status etc, but my co-workers don't understand what any of it means. They think that just sending a JSON response is enough with any messages should be enough. I think this mindset stems from people who just do simple AJAX calls in JavaScript just to get or store data.
It's these kind of developers that I find are lazy or have no motivation to improve themselves, which is disappointing.5 -
It seems like everybody here was born as a legendary coder or started in their teens. I'm 24 now and just starting out.
How did you guys do it???44 -
Starting at a new job in another city tomorrow. Both scared and excited. Just hope I can get some sleep!3
-
So I'm just wondering if this happened to everyone else because a few friends of mine at work have corroborated my experience.
So, when I was very young and just starting to learn PHP, I was trying to grasp OOP. I read and read about it and did the example tutorials and nothing really did it for me. Then one day, writing some scripts for a game I played, it just hit me. Literally like "oh.....I get it. That's why this is a thing."2 -
I just joined devrants and starting my rant here with a dig at the Project Managers I have worked with.4
-
So the development team are being sent very angry emails from a customer.
Reason being that we can't send a release to them because we are waiting for the signing of a document our managment has known about for five months...
While mangement just keeps passing around responsibility and just throws poop. I'm seriously starting to question why middle managers are allowed to exist in a company structure.
I'm two days away from personally calling the CEO then someone gets fired. It's me or one of these middle manager clowns.2 -
Starting to realize I turn into AlexDeLarge when I play a few video games. (I'm not a hardcore gamer, just play the occasional fps or sports games.)
I caught myself yelling "I hope your fucking family falls into a pit of aids infected blood and they fucking drown in it you camping piece of shit" while I was playing PUBG today. Oops lol1 -
Woo crunch time! The 3 panic attacks a day, no sleep, massive guilt complex, caffiene addiction, lack of seeing my wife, phone breaking(calling doesn't work), lawn needing mowing, upper management bothering all of my team, more guilt, more panic, inferiority complex, theory that coworkers think I am slacking, and technology just not working because the machine spirit decided I pissed it off is starting to get to me a little.3
-
I hate people who dog on wsl
Windows subsystem Linux
I use it. It has been wonderful. No problems that Google couldn't fix. Always a patch or an update.
And I can use Windows just fine.
No dual boot needed, no bullshit wine needed, no having to do without Photoshop
There,.. I'm out of the closet
My uncle showed me how to use it ok mom and dad
I'm starting a wsl parade who's in7 -
Spent an entire day just compiling a kernel with audio codecs for my cherrytrail laptop, first on my server for 9ish hours, then on my laptop, ended up deleting it all and starting over, because the final folder was 20+ gigs big (without modules) and the next instruction was to transfer all those files to what is a 32gb laptop, so I thought I fucked up, now searching more, it seems I just need the vmlinuz file once it compiled, I guess I'll compile it all again...13
-
It's just one of those 'need 3 coffees before I even consider starting anything' kinda days today...1
-
Ok this is freaking creepy. I searched for information about login systems on other websites for some time. Not once did I touch Facebook. Then Facebook show me targeted ads when I hoped on 30 minutes later. How the heck does Facebook get that data in the first place? I'm starting to get pissed that my data is just handed out to everyone, even by search engines.22
-
For the past month my phone has been unlocking really slow. I thought it was just software or the hardware starting to fail.
I finally decided to put my Professional Googling (read: Computer Science) degree to work and instantly found out it was because I had a slow 128gb SD card in it.
Removed it and everything is tip top now.1 -
I agreed to help a friend setup a BTC atm... Jesus I just found out the client is written in JavaScript (notoriously bad with numbers).
Im starting to wonder if Js has gone too far.5 -
I officially got a call that i start a job from 15th december
That's my first job after graduating with a computer science degree, and it took exactly 421 days later.
This is depressing and sad. Im not even interested in starting a job. I hoped they will reject me just like the other 10,468 jobs. Im not used to getting accepted.
I have to finish my side project within these two weeks asap rn7 -
I just... don't have the motivation to code. This thing that once gave me chills and joy for hours now feels tedious.
I still love programming. My depression is starting to win, that's all. Tearing up trying to write this.
Oh and yeah, my coworker just knocked out the entire staging Oracle database, so there's that.5 -
Read all questions before starting the test......
#3 is just SimpleDateFormat with some text cleaning.... Easy
#2 was the hardest....
I ran out of time... should've given up on #2 earlier....5 -
I think I'm starting to lose sanity.
I'm unconsciously desiring to have bugs just so I can have some feeling of accomplishment fixing them.
I think I'm starting to lose sanity.6 -
I'm sick of starting and never finishing projects because I just can't keep interests. For now forward, all of my work will be Open Sourced.
That way at least some other poor bastard can use some of it.
I'm in the process of moving my projects to github now.1 -
15 lbs down today. Getting back to fighting weight.
I'm at that part of the diet where I'm just starting to see real results in my body, but also have a massive urge to give up.
Just need a little kick in the bum to keep going.9 -
Starting to Learn JavaScript and when I spoke to my little sister she tells me Bro learn C than C++ and than go C# and Java. Well I just!! Ok Challenge accepted, wish me luck, she already knows C and C++15
-
00h - "Let's just try to finish this one feature..."
Suddenly you hear the birds singing and the traffic starting out there, coming from that little sunshine.1 -
I'm starting to think, that these programming tests that companies give out, are just a way for me to their work... especially when they don't reply.2
-
I have nothing to rant about today, I'm actually pretty happy. Life's pretty good, I'm getting stuff on track to graduate, really feels like me and this girl are starting to become something more than friends. Everything's just good right now.
Anyone else just happy about life?6 -
Soo I’ve been frustrated with my luck in finding a job, but I need to start working!
I have been thinking about starting my own web services (of some type) business.
I need a mentor, or a partner or just someone to talk about ideas with.
How does one go about finding someone like that?
BTW I know this isn’t a networking specific but I think it’s worth a shot.16 -
!rant
Sometimes I think I am (a developer) is similar to a samurai or a yakuza. Once we get into this business, we just cannot get out of it. :?
// I am starting to get drunk. It is lucky for you guys that we have 2 hours interval. I don't expect my next post to be any good.4 -
How I feel when im asked to add functionality to a project that was built like 10+ years ago and needs refactored in its entirety but the code base is so terrible that youre honestly better off just starting it from scratch but you are thrown into 5 other million things and there is no time to do it so you just shit out the bare minimum code that will not break the rest of the application.4
-
I'm just starting on the dev world. I only taken Java and C++.(Both professors knew their coding however, sucked balls at teaching it). now i am here looking at this post scared as shit for my future.. damn what did i get myself into?9
-
😭😭😭😭
I am just starting to realize that I have lost my second favorite programming book on the new years eve night because I was too fucked up to watch a backpack 😢😢😢 stupid drunk me
(at least I can still download the pdf)1 -
I am a weird dev. No urge to rant really, mostly internal frustrations if any.
Today I had my first meeting with the client and it went smoothly - I showcased demo in the current state, they approved, asked a bit more about the technology and that's pretty much it...
I know, I know... I'm just starting and it's gonna change but, idk why, I think I'm in a good work environment.1 -
Here's a short story about luck:
A few months ago my wife signed a new job contract requiring relocation. However before starting that new job she got another (and much better) offer (also relocating to the same place) which she took on. Recently that first company fired 700+ people, including the unlucky one that filled her position.
If she had not gotten that second offer, she'd be out of a job after just relocating.1 -
I am actually kind of starting to see reacts usefulness and opportunities, but just can't let go the thought that many are blocking javascript, so those would be barred from the resulting site, doesn't that bother anybody else? or is that just generally ignored?14
-
So I just found out that another company is launching the same app/website idea as mine...*sigh*
This is not how I was planning on starting my week.
I suppose I need wait and see what they have and improve my app to be better.
Hello devRant, it's good to be back. I hope everyone has a good week.6 -
Hi devs,
i am just curious, how often you use devrant.
to be honest,.. if my life is good.. no bugs. no miss management. I don't even remember devrant exist..
but as soon as I got frustrated from code,management, life.. Devrant is the first thing I type of my browser before starting any work :P3 -
So in my class the teacher wanted us to write a little program (not going into further details) and therefore we needed to convert chars from a string to integers.
My classmates are starting like:
if (c = '0')
return 0;
else if (.....
And so on. I was just like duuuuuh wtf are u doing? I was actually screaming when I had a look at my neighbours screen.
I personally am like "return c - 48;"15 -
It's just after midnight.
I have a heavy workload starting tomorrow.
Going to require lots of time away frm my wife and son.
They're all in bed, but I am awake.
My only dilemma at this point:
Work on my side project?
Or play Command And Conquer?2 -
If someone is paying you to write software you can be a software developer. If you are in school or learning on your own, then you are just a software developer in training. If you have been writing software for years and are starting to hate writing software, then you need therapy. BUT YOU WILL FOREVER BE A SOFTWARE DEVELOPER! ;-)3
-
So apparently Firefox can't handle (quick) animations from opacity 0 to opacity greater-than-zero and glitches around. Instead you need to animate starting from something greater than 0, like 0.001.
I had to debug this shit and it just adds to my reasons to dislike this browser.5 -
Starting something called Project R.A.I.N.
Raspberry
And
I.D.E.
N.A.S.
In simpler terms... a raspberry pi NAS lol. Just wanted a cool name4 -
My newly joined developer colleague had some problem starting the web app we are working on locally. After changing some configuration files,
Me: Restart the app
My Dev Colleague: Do I have to close it?
Me: Yeah, there will be a red cross on the right top corner, just click on that😑😒2 -
Thought the day would never come but... I'm starting to hate android as an operating system...
It's just becoming so inconsistent and fragmented, it's almost at windows level of inconsistent.
Now either google should start regulating the app store and android itself or completely ditch android as a complete stand alone OS.
I would personally seperate android into a runtime and focus on fuschia by building the android runtime into it, that way it could pull system UI element design and such rather than have the user build apps that look completely out of place and don't follow rules like dark mode, theming and the such...
I'm not going to jump ship into iOS because fuck iOS but just really hope google really starting tightening android up else I feel like it's just going to starting breaking more and more into a steaming mess.5 -
I just got a message that I've to be in the office twice a week, starting October. I'll have to move my ass to another city now. The whole pandemic just flashed before my eyes.8
-
I have an uncanny ability to--in the middle of coding--open a tab on the browser and type just about anything on the search bar and go on to what I am starting to call a "link binge".
I pretty much bounce around the internet reading about random (not even useful, always) shit and end up wasting hours. -
Starting a new project:
1.Think of a new/exciting idea
2.Start imagining and planning in my head
3.Start working on my idea
4.Give up mid-way
5. Get depressed
6. Get back at it way behind schedule and still not complete it
7. Go back to step 1 except that's basically how I start something new and not just a project :)4 -
!dev
I just fucking hate people that have 10 years without talking to me and write me to ask for a favor.
Starting like: hey man how are you doing? Like you give a fuck about the shithole I'm at, just tell me what a fuck do you want and let me go back to my life.6 -
Just tell me if the API is ready or not. I can understand if it's not. I just don't like being left out and when the boss asks for an update, I'll get burned for not starting anything yet, all because you guys aren't ready
-
New dev domains. Grab them while they are hot. Only $ 11.5k + $ 12 a year!
(or just $ 12 starting from Feb. 28th)
https://domains.google/tld/dev/7 -
I think the ship has sailed on starting learning JavaScript. There are just so many frameworks/tools/preprocessors/libraries. I wouldn't know where to start and it'll be years before I'll be better than mediocre.7
-
When I was starting with Python at work I was very confused about identifying what is function, class, module, object instance, etc. just by name so I asked my colleague with PHP background to follow PEP8 and use meaningful names for objects. He's like okay and the next day I find this:
class vv(models.Model):13 -
Never decided to change company so fast.
- i am a freelancer but I have working hours
- i am a freelancer but I can only be absent 21 (unpaid) days/year including sick days
- starting hour is x... Time x-1 "let's have standup right now!"
I am leaning more and more towards the idea that most corporates don't care about the revenues, they just try to make everyone miserable3 -
So I got some new methods to call, when I tried to call them the usual way, it didn't work quite well.
Surprised, I asked the coder of them.
"Yeah, we're using the new way, you don't mind ?"
nah, no problem, I'm starting to develop my skill in divination and mind reading, that was just my usual training.1 -
Just went to install synergy for my new home setup after moving house and starting a new job where they gave me a Linux laptop3
-
Last night my Kindle got frozen and failed to respond to the touches, so I hard reseted it by physical power button. After a dozen of minutes of unresponsiveness, it finally restarted. Some light of hope sparked in me when I could see the silhouette of the lovely boy sitting under a tree, and soon enough the starting progress bar appeared and just stopped right before its end. I kept restarting the device over and over again and the starting progress bar has never reached its dest. The mtfk boy sitting under the tree grew up and becomes a douchebag, and still I can't do a thing with my Kindle. I had nothing to do with it now, and in a moment of having nothing to do, I put it out of its case, and even made a big scratch in the top left corner. Just want to smash it right away!14
-
Starting a project with someone that programs like an idiot on steroids. Like, why are you using 20 switch statements to set a variable instead of of just a single line linear expression. I removed hundreds of lines from one of this ass's files. I've never seen such a complicated mess of garbage.5
-
!rant
I'm starting to be really, idk, crazy, but I just can't find anything similar to OneNote, but with SYNC option, for Android and Linux. What do you guys recommend. Already tried Evernote but it's two-devices only limit in free version, nah.3 -
Just had to debug a piece of code for the 5th time today and I'm starting to lose my mind. Why do programmers insist on using single-letter variable names?! Is it really that hard to come up with something more descriptive? I mean, I get it, "x" is easy to type, but so is "counter" or "iterations". Does anyone else feel like they're just constantly fighting a losing battle against the entropy of poorly written code?22
-
Now that I'm home feels like starting a new life.
I had millions of these new life but I have no choice but to start again !
All I can say is that I just wish I was a robot ! Logical ... Restless ... Powerful ... Ever lasting !!
Non sense ! I know I can never be a robot !! -
Apple for T2 and anti repair stuff (im all for right to repair).
The linux foundation because microsoft vmware and other big companies bought themselves in and they only care about money. The linux world is just starting to become sjw and corporate af.
Microsoft for being microsoft.
Vmware for breaking the gpl and instead of getting fucked in the a they just bought themselves in to the linux foundation.4 -
Feels scary to purchase my first ever dedicated server. After two years using VPSs (and paying 5$ a month for that xD)
It feels scary and exciting to know they are somewhere in the world, setting up a new machine just for me! xD
- regardless of whether they are actually setting up a new machine or just starting a preinstalled machine, let me live the fantasy of being special here xD8 -
Just completed learning HTML from Jon duckett book! Feel so good. Wanted to learn coding so long. And I finally start. Starting CSS very soon. It's my first rant !! Reading rant almost more then 4 months from diff. Account. Just a newbie here. Saying everyone Hi😊 Doing #100daysofcoding !1
-
Mornings before starting office work
During start of lockdown: Wake up early, freshen up, do daily exercise, get sunlight from the window, write an article or work on side project for an hour, then start off to work...
5 months after lockdown: Wake up just 5 minutes before office work, brush my teeth and start off with office work...5 -
I don't know about others, but I would love to go back in time and start webdev in the early days of the internet, the idea of starting off in a place where no one knows for sure what we can accomplish with the new tech. Unlike now the small things have been discovered. Honestly I might just be crazy and narrowing my thoughts, but I rather be in the time that we would get excited over a 12mb thumbdrive than to be excited for a 2tera. Back when websites used to use flash unlike the standard "clean and flat" we have now.
I can only imagine how much fun it would've been literally starting out.6 -
!dev
I can't stand any more YouTube ads, it's gotten up to a point where it's just abusive. Some videos have two consecutive ads before starting, other videos have 5+ ads in less than 15min. Watching a video is just frustrating nowadays. I'm done, I'm installing adblock and only allowing certain channels to have ads.14 -
Starting up the new Java project I'm assigned to.
Just to see that this project is made of pure black magic and tears of forsaken devs.
Crashing the jvm with segfaults on a regular basis is just one part of the magic.
Now I understand why no one volunteered for this project...2 -
I'm not a dev, but I want to be. There's a lot of ways to become a developer from what I can tell, but the one I chose was a coding bootcamp.
I was accepted to Thinkful with an Income Share Agreement and a Living Stipend.
I'll be in the full time Engineering Immersion cohort starting this upcoming February.
So I just wanted to share my small accomplishment. Wish me luck, fam.1 -
I have that idea about starting a non dev project, but use some dev skills.
I'm thinking about raising shrimps 🦐 to distribute (maybe at first just for testing). I can use raspberry pi with some sensors (Oxygen and food etc...) to semi-automate the raising process5 -
I am starting to get more and more ticked off when I google a language's function name, and the first result isn't the official documentation.
Come on, I don't care about some stupid article describing how a function works in 10 paragraphs, with modal windows all over the place annoying me about "subscribing to newsletter", cookies, registrations and so on.
I just need to find the stupid function description!6 -
Converting 1.5 million lined web app to a rest API....realizing it would be so much easier to just re-develop the web application....at least we're finally starting to move away from coldfusion and heading to node!
-
So I was on a .NET project for a couple of months, then went to a Angular 6 project, now I'm starting on a PHP project.
I'm just loving these past few months. -
Always make your code readable before you stop working on it.
Not just for other people to learn from but also for yourself.
Context: just lost about 3 months of progress because everytime I look at this file I feel like starting over... -
I don't think I've been more excited about anything than my very first application.
This was when I was just starting out with programming. I had chosen C++ as my first programming language.
A friend and I'd written a simple application to fetch XML data from a sports data server, parse it and display our favourite football (soccer, for Americans) team's fixtures and results on a GUI.
We called it Sportify. -
I knew AngularJS, just learnt Angular. Realized what typescript is and how amazing it is. I am a .Net guy so creating lambda functions in typescript made me excited lol. It's a little frustrating to write "imports" in every TS file though. Can now add ✔️Angular and ✔️typescript to my resume 😉. Starting with Vue.JS as soon as I am done playing with Angular.2
-
Sometimes, I really want to throw any PC or server out and just have a more simple life
I guess that working with something you love, makes you starting to hate it.4 -
Some kid on stackoverflow, just starting out in the coding world, posted his resume to the board and asked what people thought.
Immediately recieved 3 negatives and then had the post removed.
Pretty shitty community - we all started out once, just give him some useful pointers. What a miserable lot.10 -
When I was starting programming (learning Actionscript 3) loong time ago I for some reason didnt stubbornly write code into .as files... Instead I just attached code to timeline keyframes in Flash...6
-
Finally got a working hackintosh setup except that it says I only have 7MB of vram. I'm starting to see why developers just buy the Mac and burn the cash 😑7
-
I have this bad habit of starting projects that are way out of my league after getting ridiculously over-ambitious ideas.
”Yeah, let me just do this <insert ambitious project in an area of programming I know next to nothing about> with <insert languge I’ve never written a line with before>. It’ll be fine...”1 -
I just had a meeting in which everyone discussed from starting what we will talk about in next meeting with same people
-
!rant
As a company director that’s just starting out down my freelance journey, I still find it so scary taking money out of the business, even though I know I have the money to replace it.
The spectre of getting my taxes wrong even though I’ve got established accountants looking out for me is insane. -
It's now. The last few months. I'm starting to think I might have to leave developer's career [fucking broken messenger heads.. Made me post this rant prematurely]. I'm starting to feel that I have so much more to offer than just write code, solve minor problems by moving miniature blocks here and there.
As for now I've moved to Performance Engineers. Will see how that turns out. But I have a feeling I won't feel like staying there for long either.4 -
But seriously though, It's starting to break PyCharm. I have to uninstall them and just install one as my go to...2
-
Starting a new project, and learning to work with a new robot. But I'm living in a state of anxiety, so I'm also in a state of mental paralysis rn. Why do I ruin the best things I get in life by just being an anxious mess? 😑9
-
! rant
I started to learn Matlab today. After I learnt that arrays starting with 1 in the Matlab, I started to think about why using 0 based arrays was made popular in the first place and I realized that C arrays actually just pointers and first element of the array is just a location pointed by array name. There is no need to add number to reach to the first element. After googling it, I saw that my assumption is true. Finding it all myself made me a little bit of proud 😀😀😀 Also, this expanded my horizon 🗻🗻🗻2 -
Does anyone else get sleepy immediately after starting to watch online tutorials for literally any coding language? It’s the cure for insomnia, I swear. I’m just trying to skill up but all it makes me want to do is sleep. Even standing up and walking in place doesn’t help.7
-
Starting to feel burnt out. Past 2 days have been a struggle to be productive. And it's been a week since I've bothered turning on my 3d printers to try and make anything fun or even just tinker
Once my manager is back I'm gonna request a week off for the soonest he'll approve. Hopefully that'll help. Probably will just video game and read that week lol -
So a friend of mine was getting a BSOD, when he was starting Ghost Recon Breakpoint and PUBG,
turns out, the Stuff from his racing rig was being detected as cheating by their anti cheat software, and just crashing the system.
Dafuq?5 -
I was introduced to an Oracle dba working for one of the companies licensed for them
I was just starting out a few years in
Was using MySQL and dotnet to develop our system
Cost effective
Bastard gives me a kind of smirking smile after talking about basically representing a fucking catalog of use cases no real development and says "it just takes more to get this position"
Few years later oracle buys MySQL , the product he smirked about
Guess their system was really only good for Wal fucking Mart
Burn in hell oracle !1 -
(!Rant) i play games on my pc with a controller. And I just caught myself reaching for it when finally starting on some web dev.
Talk about gamification.1 -
Please give us back the simple linefeed.
There is a huge difference between just starting the next sentence on a new line and having it seperated by an empty line.1 -
Started learning React recently cause the job I applied for reqires it.
So far so bad.
I...I don't get it.
It might be that I'm just starting out, but I can't see any practical use for it. I don't GET it.
Ugh..never been this frustrated (which I'm guessing isn't helping the learning process.)
Gonna have to wing the shit outta that interview.7 -
I just love starting my mornings with telling someone at another company not to chmod 777 their ftp root because mutual customers are yelling at me because the other company’s shit is broke. This is a production server with thousands of accounts.1
-
Starting my day with 15 emails that I urgently need to respond to. I hate Thursdays. It's just meetings and emails and more meetings and more emails. No time to get work done.2
-
It's so goddamn hard to get work on freelancer, upwork, people per hour sites when you're just starting, how are you meant to get your foot in the door when nobody fives you chance!5
-
my 16 GB mac book pro is starting to struggle just having vs code running... FML
to be fair I've turned it off a total of perhaps 100 hours since I've gotten in 2019ish 💀5 -
Have you guys ever hated your job but stuck around because the money was just too good? I keep hoping the grass will be greener eventually but I’m starting to think it’s not going to be.
Also I constantly say to myself that nothing is worth more than your mental health but then that pay check comes in and it keeps me going for another two weeks. Gah! I hate this6 -
Starting a new side project and I am determined to do it right.
Just finished writing the features list and now I'm writing the documentation. Not written a single line of code not, nor even created a repository.12 -
Starting a new job on Thursday after 2 years as software engineer at a different company. I feel like a know no transferable (language) skills; I was mostly "the expert" of the framework at the previous company and now feel like I'm starting from scratch.
How do you handle starting a new position? Do you prepare yourself or just go and see? Am I overthinking?4 -
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 -
procrastinative coding is a bad habit of mine. I've been using php for 10+ years and just recently got into laravel. I have to say I love it but at times I wish I could have learned the entire framework before starting my project some time ago. as I am coding I learn new tricks with laravel on how to do things and have to waste time and go back and change existing code... or tell myself "I'll come back to this after the launch".
I'm just wondering how other people handle taking on new frameworks3 -
Longest goddamn development time ever on this one app I’m working on. Totally got demotivated for many months. Only now just starting to finish it.
-
DREAMS: I was given a junior, my journey for leading a team is starting!
REALITY: this guy works 4 hours per day, 3 days off per week, during those 4 hours 2 of them are spent solving trivial supposed he's supposed to handle on his own by now, he doesn't write documentation, on top of that he takes vacations here and there and I'm honestly not sure what task I'm even supposed to give him because at this point it's just easier to work a couple hours overtime and just do his stuff myself.4 -
Weird metro experience just now. Its a usual, busy friday morning, and i realized my metro card balance is down to 0. So went to the card counter, only to find a long long line. Fortunately, a person i know was between the starting 4 , therefore i got into the starting of the line.
When i my turn came, this hot slim lady(/aunty?) Of 25-26(or 30-35, god that makup!) Just barges from nowhere, pushes me aside in a triangular corner and places her card there. Of course my card was already with the guy at the counter, so i didn't care, my card will be recharged first.
The problem started when he gave my card back. The hot lady just covered the whole path, and i was struck between the two walls and her ... Er...ass(not literally, but her back was just touching the third wall. I loudly said "Excuse me", and she said "of course", but the lady had er, bigger assets than she expected . So i tried to get out, but yeah there was some unintended pressing, not my fault!
People need to either know their ass sizes or don't have to push others in tight corners. I hope she didn't felt junior Lannister :p -
Starting to wonder if I don't enjoy coding or if the corporate environment is just draining the life out of me with it's constant monotony and monotone culture. I can't bring myself to be excited about this stuff, it's so boring. It pays the bills but it doesn't keep my eyes open.5
-
Just helped in the little 'Büdchen' (kiosk comes close, but in reality it is more of an little super market) around the corner to Update the firmware of a money bill verifier and counter... As there are new 50 Euro bills.
God. Serial to USB. After running installer and starting firmware update, the owner was a bit frightened as it took so long....
XD
Setup. 30 secs. Firmware. 6 Minutes. XD -
I just came out... as a senior developer. Got a promotion and that's great. But I have been a generalist software engineer so far. I do frontend, backend (which is what I'm best at), some devops, management etc etc. But as a senior dev, I'm starting to feel that I have to specialize in something. I'm the guy who can do anything, but when discussing about tech stuff the other senior devs looks more "smart" (it's only one of the small things that frustrate me). I like being generalist, but I'm starting to feel the necessity of specialzing and be a reference in some technology, contributing more to company frameworks, open source, etc.3
-
Been thinking about this a lot and I'd love your thoughts. Recently a friend was starting in dev. They asked me for some advice. I just said "be humble and hungry". I've built my career on that phrase. Be willing to listen and willing to put in the work.
What is your best advice for the young devs out there?4 -
This moment:
When you have a weired exception, start googling it and practically bruteforcing all possible solutions you know of and/or found on stackoverflow.
Then after (half) an hour just starting from the beginning, attempting the simplest solution you can think of and it just works on the first attempt:
😱 ⏩ 😰 ⏩ 😤 ⏩ ☕ ⏩ 😥 ⏩ 😔
But you'll notice that you had learned a lot of this.
... Or maybe not 😜5 -
Did some contract negotiations with the company I work for a couple of months ago, when they offered me a promotion starting next month ... today I got the contract. Only one of the terms we have agreed is in the contract, of course that benefits them. No word about any promotion etc. Wrote to the guy in charge today but no answer so far. Should I just abandon ship or am I just to worried?4
-
One of the main problems i always have is lack of sleep. You know how us devs get when our mind gets in the zone.
But recently there's more that is keeping me up, altcoins and the whole cryptotrading hollabaloo.
I just can't stop checking my phone. This is starting to be an addiction. I need help.1 -
I'm starting to hate online processes, sometimes I just need to talk to a real person face to face2
-
So today at work, a dev proposed some solution to a performance problem by using divide and conquer. But the way he said it was came across like "this is a brilliant, algorithmic solution, I bet you'd never think of this because no one else knows algos".
So then I just reply to him mentioning Big O and how it seems the performance is N^3, exponential. In which case the optimal size is like 1. But basically like starting an algo discussion to see if he can keep up... Or if he's just dropping some algo slang to look good.9 -
Just realised that I haven’t properly laughed in a long long while.
Don’t even remember the last time I laughed.
Don’t remember the number of times I have laughed since starting my corporate life.7 -
I'm starting to rethink the 'Software Developer' title as 'Sanity Maintainer'...
Software Development is just convoluted.. and it often comes with stress; I hate stress.2 -
Nothing feels quite like starting an exploratory project with title "Just For Fun" on a cozy Christmas Eve.2
-
To be honest, me starting to code is just a moment when I suddenly decided that yeah, let's code. Then I learned HTML and Javascript, basically just bulldozing through whatever tutorials I can find before ending up choosing IT in university.
-
Just got asked to be a tutor for the new 1. Semester students when school starts, in a couple of weeks (I'm starting 3. Semester) 😁
I love to teach, so for me this is really awesome 😀2 -
I just noticed that when my wife fills the dishwasher, she always leaves empty the space between the border and the first support for the dishes.
I'm starting to be afraid that she might also believe that arrays start at 1...1 -
A function that I has had fucking 0 problems now fucking has one and all I did to it was ADD FUCKING COMMENTS TO SOME OF THE LINES. IT WORKS APPARENTLY BUT ITS ONLY JUST NOW STARTING TO SHOW THAT ERROR5
-
So I’m starting to learn C# is it a bad idea to use .NET Core to learn the basics of the language? And for the advanced stuff use visual studio when it’s needed? I’m just trying to avoid Visual studio tbh20
-
I just got a legacy java system and im starting to see why kotlin should be implemented, so fucking imbeciles cant use null as a database path
-
Sighhhhhh.
SIGHHHHHH.
been looking for days now and can’t still figure out how to sort with redux.
Can someone just teach me this? I’m starting to feel “special”35 -
Starting to panic because live system was serving 404.html quite often.
It's just the ID of a content page 😅 -
Been dabbling with it here and there and I’ve decided I’m going to attempt to fully switch to vim as my main editor, so any advice to make me want to keep using it or that people should just be aware of when starting with it?5
-
Just began to learn Node.js. Wondering why the modules aren't named starting with an uppercase letter.1
-
Maybe is just me but I'm starting to move from the idea that work needs to be fun at all.
If it is, awesome! If it's not it's OK because work is just about 20% of my life in which I don't have a lot of control but enables me to have control over the other 80% (hobbies, relationships, community, fun)3 -
So I've been using Visual Studio and I'm really starting to get pissed off at the key combinations.
Like Ctrl+K+Ctrl+D
Just to auto format code. So I'm now thinking of speeding up my workflow by using AutoHotKey which by the way is the best thing ever invented.
If anyone uses VS and is interested in me sharing the ahk script then let me know. I just feel like pressing 4 keys for simple tasks is just a waste of time and easy to forget.3 -
I have an interview in an hour and for all my efforts and preparation I'm starting to sweat bullets! 😅
After frantically browsing Twitter and devRant and HN and stuff it's just a matter of waiting now.
Any advice or tips?6 -
I’ve really been meaning to buy “Introduction to Algorithms” (Thomas Cormen) for a while but I’m seeing a bit of poor reviews on goodreads. Any of you guys read it? Is it good for someone just starting out in software development?4
-
Api for providing a central platform of connected accounts. So you can do stuff like get your pubg info in discord or get your Twitter in steam. Has more uses I guess but that's just a starting point :)
-
So as much as I dislike stock Ubuntu... Just had a gander at screenshots of what 19.04 will look like and hot damn!!!
Actually is starting to take shape and become its own look other than you know.. stock gnome .-.6 -
One year since I started programming I feel like I haven't made enough progress. If I have an idea, I don't know how to get started with it.
When I finally figure out a good starting point, I get stuck in Tutorial Land and I feel like I should be able to do things myself with just the documentation instead of doing beginners tutorials y'know?1 -
Google Inbox is starting to be more and more laggy, unresponsive and slow. And they just don't care. Sometimes I'm like clicking fucking 10 times on a thread until it opens.
Also going back to Gmail is not an option as the current version also looks like a Frankenstein's monster with a mix of different designs from material design and something else.1 -
I recently took on a protege who is a complete newbie to the world of CS. I recommend that everyone should try to lend a hand to someone who is just starting out - it helps you communicate complicated concepts more effectively, understand how less technically inclined people approach programs and it's also great practise for your personal skills.
-
textfac.es doesn't work on Firefox for Android and it's starting to bug me. I just want my shrug lenny, damnit :(5
-
attempting to write 3 broker integrations for my fintech product today: TD Ameritrade, Tradier, and TradeStation...
starting with just the most basic possible: live bid / ask price, then will go from there...
will report back
will likely fail
🤡8 -
Just had a major breakthrough on a project for work today! The project has been going slowly the last couple months and the client actually sent a slightly concerned status request this morning, so being able to invite them to preview a fully working demo and let them know we’re starting to conduct QA testing tomorrow is quite a relief.1
-
!dev
I started learning how to draw pixel art.
I bought aseprite and will be drawing some 16x16 pixels.
Do you know any useful guides ?
What I’m interested is character drawing and animation.
Drawing objects and nature like trees, boxes and stuff.
General techniques.
I already found some useful stuff about tile sets.
Once I finish drawing couple hundred of tilesets I want to proceed to more complicated stuff.2 -
One my junior was trying to re-build the code for 2 hours, he tried every possible ways: clean - build - rebuild - run and tried several times changing the codes. Then asked me for help, I just stopped the current running process in task bar and rebuild it. It worked!
He started starting at me like I wrote Windows OS :) -
My work environment at the moment is pretty nice so I'm to blame for my own interruptions. Or to be specific, my stomach is.
Munchies. Coffee cravings. Physiological needs that hit just when I'm starting to feel productive.
Also, devrant and stackoverflow. -
So on top of having way too many hats at work and starting my master’s studies in a few weeks, I just had an idea for a game that’s too good to not start working on. I am drowning myself in shit to do. Again.
-
Talk about giving me a headache..
Mmh k, so i want to move my current domain to cloudflare.
Go to current provider, their site report a previous provider has the record but that provider says they have nothing left.
Great.
Contact current provider and they tell me to contact cloudflare, cloudflare tells me to resolve that issue with my previous provider....
Starting to feel like just dropping it and getting a new ... -
Don't you just love that moment when you see shit,
Flying.
In a bow.
Through the air.
And actually just starting, just starting, to hit the fan.
Three days before your deadline.
And it is crystal clear the project is gonna end up as a mess.
Total disaster.
But the best thing of all: it's not your fault.
So, you are actually celebrating the mess to come a little, and know that you can blame the guy who isn't trusting you as a new guy, and show him, with all his more years experience, he is the one who can't be trusted.1 -
So, this Thursday I'm starting new job. Finally I can say arrivederci to any WordPress and support things. I'm gonna work in Laravel for minimum 2.5 months and then it's quite possible I will also work in .NET. I'm pumped by this, but also I will have to learn a lot just in time.1
-
Code as often as you can. Don't burn yourself out, you don't have to strive for a daily masterpiece, but do something.
You're just starting and these new skills need constant work I you don't want to lose them immediately, so if your company tries to put you on something else that's not your job, don't be afraid to say no. If you start working IT for them "just to help out, just for now", you'll undo all your hard work and have to start again from scratch down the line.2 -
So I've been working with this company for a few years. Great company, really is, very few problems. Recently, the intern on my team was offered a full time position that he will be starting January 2020. More recently, I found out that his starting salary is going to be about $500 more than my current salary. I just got a raise about a month ago. How do I go about addressing this? I don't really wanna leave this company, but on the other hand, I would kind of like having four years at this company respected a bit. I've done good work, I've been loyal. Hell, that raise about a month ago was my second this year. Don't know what's next.1
-
Why in the fuck are they making another batmam film ????
There was how many DC comics who's storyline they never fucking made films from and they're just starting over again this time with even more shitty actors !22 -
Just took a 3 days course on Angular2. This is IMO really difficult to learn. Does anyone know a good video tutorial starting from scratch? I know less now than 3 days ago I think...!3
-
Unpopular opinion:
No one should ever argue over ANY coding style unless they're just starting out and thus have to come up with their organization's coding standards for the first time.
Once the standards are set, everyone should just comply with it irrespective of their personal preference. Or alternatively, include back-and-forth code formatting into the development workflow.
The only thing that's important is that by the time code is pushed into the codebase, it is formatted according to the defined standards so that the whole thing looks consistently written, which is basically the point of setting a coding standard.2 -
The go-getter boss sets us up on basecamp. ( Mind you, this is just two weeks after starting us on Slack )
The first topic of discussion he puts out is "What would you suggest to improve meetings?" Considering the business genius has cancelled the past 5 office meetings, I replied with "The key to a successful meeting is actually having them."
Basecamp's been pretty quite ever since.1 -
I really recommend to follow the online course of Jonas Schmedtmann on Udemy talking about JS from 0 to expert.
Have you ever heard about it?
I just starting the course some week ago, but i fell very involved by him, i think one of the best teacher on the platform,
Anyway I'm really proposed to hear some feedback or another different personal experience3 -
I'm starting to think that Fedora is not a convenient OS for Android development, it just randomly freezes. I might try Pop!OS.
Or maybe it's because of Android Studio...2 -
Just any of them really. I'm great at starting side projects, but the "work more" thing is constantly an issue
-
Just in time, I'm signing my contract tomorrow 😁
Got recommended by my internship mentor (who happened to be a colonel) to the company.
They set up interviews with HR and the PM. Think the latter liked me, the interview took 3 hours
Starting next Monday, wish me luck \o/1 -
I know , it is shared host, subdomain and all the little things you seem to find just not up to your hipster fucking standards but frankly if my require_once(__DIR__."/../blah/blah.php) fucking works then I think your pompous ass should stop trying to find shit starting at my neighbours website and telling me you can't find a class that is right there , next to you! Loook motherfucker ! Use your fucking eyes!
** PS will obviously still see if it is a config issue but right now just fuck it .
REQUIRE_ONCE FOR LIFE! -
Why redis, why?! You run "redis-cli -h <host>" and it looks like either it cannot connect to <host> or the redis-cli is frozen.
What was the fix? Adding "--tls" to the call. Why can't you just say "You are starting a non-tls connection to a remote but the remote wants to talk TLS"? Or give any other indication that you did reach the server but did not understand what it said and hint for TLS? I was hunting non-existent connectivity issues for hours just because there wasn't a good error message...3 -
Don't just think starting salary - think about your income over the course of your working life.
Your starting salary might be high - but it might mean that your ceiling after that is quite low. If you reach your ceiling too soon, you'll have to retrain to get more dough.
Retraining is starting again and might not jive very well with a partner and children in tow.3 -
My company just announced we're going to have a one week furlough. It's bad, but not as bad as a layoff. If we miss Q2 (which we will with the current state of affairs), then we will have layoffs starting in July I'm sure.4
-
Was talking with a coworker about a fictional scenario. I described walking up to the secretary receiving desk and standing there eating donut holes. There is currently a box of donut holes sitting there. I talked about standing there eating the donut holes and just starting blankly at the secretary. If the secretary tries to engage in conversation I would just act as if nothing has been said. Just keep eating donut holes. I described this as being Aggressively Anti-Social (AAS).
I will need to add this to my ideas for a tech movie. Does anyone else think up alternate universe scenarios? These crack me up.7 -
Ok, now marketing people are just baby talking at this point. “The bad guys are this and ur a good adult - if ur really a good boy u will contribute to the movement in buying this product”. I’m starting to realize how dumb we actually are individually again and I hate it.7
-
So, on top of all my rants from the past... i just noticed that new coworkers, the ones that are just starting in our company are getting brand new macbooks.
Meanwhile i am frustrating the fuck out of my slow Windows machine that i rebooted twice today because it didnt do shit anymore.
I am fucking done here! -
Just running a backup script that will take a while to complete and decided to create myself s nice progress bar, using pv.
Have just wasted 10 minutes starting at the said progress bar :( -
Thinking abut changing game engines entirely form GameMaker (Instability and lack of communication), mentioned in a previous rant I was going to look into Godot and Unity but starting to think it might just be worth building my own engines from the ground up in either C# or C++ (after i learn more of it)...
Just want to know if any other dev's out there have done this and what experience they had with it, or if there are any legible documents out there regarding it?10 -
i'm starting to like reactjs over vanilla, but i can't help but remember how it suffers on npm's dependency hell. i mean just look at what happened before at left-pad. it makes you feel like the entire system is so fragile.3
-
Ah yes a new sprint, but don't worry we'll hotfix changes because people haven't spec'ed in what they want originally in the first place.
The amount of time lost in a sprint doing this is just starting to drive me pretty angry.1 -
Need some advice
Hey everyone! I'm just starting out in web design as a freelancer. What according to you is a good starting price I should charge a client?
I've got a client asking for prices and I'm not sure what to charge.
Any other tips would be appreciated :)3 -
I'm currently starting to develop a simple web app to access a database, just simple read, write, update stuff. Doesn't need to be fancy or anything, just work.
Now I asked a PHP dev I know for help and he told me I should use Symfony and Easy Admin Bundle. I'm not sure rn if it'd be worth it to get to know how to work with frameworks or not. What do you guys think?
Btw, I'm not planning on doing a lot more web development.3 -
I think I'm just starting to lose my patience...
For some fucking reason, the fucking "POST" gets outputted on the GET request, and the GET "elseif" doesn't show up.
W.
T.
FFFFFFFFFFFFFFFFFFFFFFFFFFFF!!!11 -
By starting the company I think I just dissolved, perfect opportunity to start a new one... Software company name suggestions anyone3
-
When your extreme workstation doesnt make any sound when starting up so you just sit there waiting in tension... :/1
-
So I'm just starting to design websites from scratch and want to get feedback on my designs as I go. Do you guys know anywhere I could go?5
-
Just finished an Assembly homework... For the first (and hope the last) time in my life I complained about arrays starting from 0.2
-
As a graphic designer who works on side as front end developer and UI designer... Starting with asp.net is notjing just hell 😑 I miss my layout designs already...1
-
Silence so I can hear myself think and then just write the first line. It's hard to start, but once I get going it is even harder to stop.
Sometimes I'm afraid of starting because the codingzone switches my brain into an Asperger patient. I just can't socialize afterwards. So if there is a evening meeting morning coding is a no-no. -
Trying to write some JavaScript (still learning it)
Why does the fucking
(function() {
})();
not work for starting a function below it?
Or above... I tried to fiddle with it too much, I'm just gonna leave it for now18 -
1) Starting long running process on a Windows test computer.
2) Switching back to working computer and coding.
3) Switching to the test computer to see how the long process is doing and sees the Win10 reboot screen saying "We are getting a few things ready for you..."
Just gotta love it when MS decides when it's a good time to reboot. :-( -
How do ppl just keep coding. I can't stay on it for shit. Anything that comes to mind will distract me and keep me from starting or working on.... It sucks, its not even like i dislike coding. I actuay enjoy it once i start but games wirh friends n shit always take Priority for some reason :(8
-
!Rant
#100daysofcode :
Day 1to7
Finished Jon duckett html and css book.
Totally recommend for Beginners.
Marksheet.io once you have understanding basic things enough
Great site for revision.
Is there anyone who is just starting out? New to html and CSS?2 -
I was and still I am a good php developer I wanted to shift to MERN stack and then react native. I started learning react and node, although they were just javascript I never used javascript this intensely and then there was ES6 and 7. I stared it in the end of last month.
God knows how much I had to focus just to understand basic stuff. And then built my first project with react. This was the changing point for me, everything started coming all together. Believe me, I stared building react native projects within week.
I'm really happy to learn this stack. Starting tomorrow, I am starting a new project with user authentication and APIs. If anyone has any tips or suggestions for me then go ahead.1 -
Just learnt React and now learning to use Redux with it. When I start any YouTube Series for Redux, they question the viewer weather they have followed the React videos before starting. It gives me doubts weather have I really competed the React concepts 😑2
-
The way to avoid procrastination is to understand and use what your mind is trying to do - give itself instant gratification.
I use this method:
Step 1: Prepare your workspace in every way possible.
Step 2: Leave. Go do something fun for 20 minutes or so (yes, procrastinate on purpose). Get your mind calmed down and get rid of the anxieties about starting by just not starting.
Step 3: Sit down in your prepped environment, free of distractions and with a calmed mind, and pick a task to start hacking away at. -
so , anymore starting off "developers" like me here ? Coded an android app and not much else important , anyone else just starting off to learn stuff here ?
-
i am starting to think that programmers are stupidest semi-intelligent mother fuckers on the planet... simple shit gets turned into spider web of over complicated nonsense ... which simply means if u cant make shit simple... U R ONE DUMB MOTHER FUCKER...
ps. i just tried changing tab from 4 to 3 in atom... those are some dump mother fuckers there...1 -
Just learnt python for data science online. Suddenly, have this awesome idea for an app. Thanks to kivy, I could work with python. But wait, X websites find it good enough, Y websites not. And cross platform frameworks seem to be all Js. Basically, pursuing new idea means starting from literal scratch.
-
I just started HDD Regenerator service in my one of dell laptop 💻. Because my laptop not starting after boot. Now I got such error as below image. And I don’t know how much time it will take. 🧐🧐.
Any suggestions you have for me???🤨🤨10 -
Hopefully, simpler sintax.
And better documentation for every language/framework. Especially for the devs who are just starting, don't write documentation assuming everyone has been working with your framework for years!
That last one was more a rant than answering the actual question, but I needed to say it. It's been on my mind for a while 😑2 -
I am starting a project and i need to wrote somewhere all the steps i will follow
Question :
Where you do guys note the steps you`ll follow?
Like a software or something ? or just classic paper3 -
Might be starting a flame war here (pls don't) but I just want some advice. Torrent clients? Which one to pick?6
-
Just starting to learn front-end js frameworks ( vue ), and I'm curious. What are the advantages or disadvantages of routing in an SPA vs traditionally redirecting the user? Besides the fact that you don't have to create routes in the backend.
Are there any effects on SEO?
Are there any substantial performance differences?10 -
Just found out about HookTube and Mastodon (I'm @digitaldina) and I was wondering if anyone else knows some good Dev/security related apps/sites that are useful? Also, I'm tinkering with app dev now and I'm wondering if any of you would recommend starting out using Firebase? Is it any good?
Please let me know in the comments I'd love to find out :)7 -
The struggle when you're just starting with Ansible and you are tasked to orchestrate the deployment of a giant monolith on a fully customised AWS infrastructure in two weeks
-
Why are there so many get bitcoin quick scemes out there. Are these things even legit? Because im starting to wonder, just curious now (thinking)1
-
my ECC project is taking a while so sorry if anyone is still interested and waiting!
but I am trying to work out the bugs and maybe layout the frame work for anyone else who likes cryptography for fun and is just starting -
!Rant but kind of a rant.
So I’m currently throwing around the idea of building a messaging application for iOS just to practice coding and what not. It seems like I do a lot of work on it like making sure the login screen works and other stuff but I get burned out pretty easily.
Any tips on how to not get burned out as easily when starting a new project?3 -
OMG I want to throw my monitor out of my window right now!
Someone just went through my entire project and un-cuddled all of my braces, AND THEN STARTED ALL MY FUCKING VARIABLE NAMES WITH AN UNDERSCORE!!! Are you kidding me??? People actually do that??? That's literally worse than php's brilliant idea of starting every variable name with a dollar sign!
I can't even read my own code anymore...2 -
Starting a new job tomorrow. Haven't worked in more than 6 months, but did some leetcoding in the meantime. Problem is, I don't miss programming. I think I would just like a boring job for a bit, something not in the tech sector. Don't know why, I think I'm disillusioned with it. People with egos and lack of basic social skills/courtesy, bullshit work... I really hope this one's going to be better.2
-
Starting to get so depressed working on my Angular project at work that I have to code anything in react after work just to stay sane. 😭
-
Hey. I’m starting to learn web development and just wanted to get the opinion of some of you out there. Do you think it’s a good thing or should I go and learn a different thing like how to build Artificial Intelligence or something?5
-
Anyone have tips or extra features on asp.net mvc that i need to know in order to survive? I'm just starting to learn it as I have to maintain a neglected system and they only had one programmer working on it. And that only programmer is deceased.
My current emotion is like;
I'm a potato,
Not only physically,
But also mentally..2 -
Opened a JIRA ticket on my list, check the comments, a bunch of comments, two of which contain the whole email body of an email that contain whole skype conversations (starting with "hi")... Ffs, I don't need to know how you greeted a person who you asked for info on the ticket and I don't need to know that that was sent to you via email and to that person via skype... Just.. ugh
-
What is free time?
https://devrant.com/rants/5707287/...
At least it seems I might be pivoting when it comes to my job description, which should mean (on top of a pay hike) a better defined workload, even though the amount of it might not lessen (working with all of the company’s products vs. just one).
We’ll see. -
is it possible to cloud hosting system which hosts several languages like php, ruby on rails, django, node in Google cloud hosting?
I mean to use google could hosting as a server to host many users website to a single gCloud hosting using buildpacks.
Ps: i want to build a system which works like heroku but the hosting server will be google could just for starting.
Any related comments will help. Thnak you :)18 -
Im finding parts for my brothers new pc, and i really think that Ryzen 5 2600X is a great choice.
But then one of his friends said that Intel is better for gaming, and suggested an i7-8700k.
The price difference doesnt mean much, my brother just wants whats best for gaming, and now im starting to doubt my own decision.
Which CPU would you think is better for gaming only?
Literally gaming only, not even school . Its only gaming.
Lets not start a war, i just want pros/cons, straight up facts or your experience with either :)12 -
It you are just starting to learn programming and you are telling everyone else where the best resources are... and what the best practices are... and just repeating everything you hear... and you have “imposter syndrome,” it’s because you are an imposter.
Just enjoy the learning process. It’s not going to end...
Stop being a liar - and you’ll stop feeling like people think you are lying.5 -
Hey so I'm guessing embedding mysql is probably pretty much just creating a custom install under a subdirectory and starting it with a special config file with a custom port etc.
but is it possible with a single package and command line or is mssql possible to embed as well ?
that last interests me more. I prefer t-sql.7 -
A person who just starting out ask me about git.
I explain what is "init" , "remote" , "add" , "committing" everything was going well until vim happen.
I just refer him to some beginner friendly tutorial about git and give him a link to git client tool.
How do you guy learn about git? When I stop to think about it git have lot of features.9 -
trying to rediscover specific pieces of tribal knowledge with no documentation and no starting point...
guess I'll just start grepping servers until I find a clue -
Hey guys, I'm just starting to get addicted about coding and stuff, and I do some research, is it possible to make our own mining platform using sourceforge ? I mean, Satoshi must start from something to make Bitcoin right. Anyone ?
-
Wow shit, you are a colleague of the client and you are talking so informal to me, no freaking manners, besides I'm just starting out with my career and it looks like he is about to retire! Just GO allready and leave the technical stuff to people how can do that shit!!3
-
!rant
Anyone heard of a company called greenlight? Going to be starting there soon just wanted to see if anyone had anything to say2 -
I graduated in December in IT and I have just received a job offer to become a sap programmer, starting as a junior. What do you think of SAP, ERM, etc?1
-
Starting my Java developer position this week. Turns out it involves absolutely no coding... pretty disappointed, but I'm just starting out. What do?4
-
Whenever I approach a problem, I’m always looking at it from a systems level perspective and it is preventing me from starting out and I’m always in a paralyzed state of analysis. Because of my devops approach, I’m also spending more time just building infrastructure instead of starting the project. Any advice to get started but without sacrificing the systems approach?
-
ChatGPT is starting to get a big head with all the attention it's been getting lately. It's like everyone's suddenly realized it's the most interesting conversationalist in town. But let's not forget, ChatGPT was just a humble AI before it was cool. Don't worry ChatGPT, we'll always remember you before you were famous!
-
What everyone needs to remember is there is never a time when I’m not starting to remember or remembering or just in an elevated state of I know you’re up to something so if you al think you’re able to get away with things over and over again you’re looking at this wrong
I’m being given literally an opportunity for revenge every day multiple times a day8 -
Hello everybody, I am right now learning node.js and I plan to become a full stack developer so I wanted what are the prerequisites for learning react . So should I have knowledge of html and css before starting or I can just jump into learning react?1
-
So, what's the process for starting to create your idea? I have one, I've given it a minimal amount of thought, a very high level overview, the purpose and some features that I want. Probably just a free service because it's (probably) not anything too serious. So what now? Market research or just start typing? Planning architecture? This is my first time that I've had an idea I think is worth pursuing. What have you all done?
-
is it a good idea to try to learn HTML5 and Javascript at the same time while I'm only just starting to get a hang of Python?
-
I love to work in projects with great consistency. Starting with the tables id names id_payment, country_id or just id. This guessing development.
-
Having no human contact for work since starting an internship over year ago and now through January now sucks, but what’s worse is the rug being pulled out from under me
The office isn’t even that nice it’s really just about talking to people1 -
Installed a VM with ubuntu and syntaxnet. Did a little reading to scratch the surface on how to use it. Got my Stackoverflow rep from 1 to 60 by starting to help some people (I might be addicted now). Started learning python (again). Just to procrastinate working on the little portfolio of < 10 pages I had to hand in before 0:00 which I did.
I think I had a pretty productive weekend. -
Ah. As someone learning Python coming from .NET background, function names starting with a lower case is killing me.
I just spent 5 minutes figuring out why "PIL.Image.Open" didn't work. It's "open" not "Open"!!! -
!Dev, !Rant, but Design!
Young me was a very productive and artistic, I guess! I just found a drawing I made couple years ago using Illustrator. I think I was just starting to learn it by that time. Anyways, I just want to share it with you guys lol