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 - "i guess"
-
idk why people keep saying Chrome hogs up all the memory
i have 16gb of RAM and it just takes 14gb11 -
Running from my job to my bus stop while having my phone in my hands trying to fend off a cyber attack while my hands are nearly freezing and its raining like hell.
Sometimes my job is just fucking awesome.16 -
I'm really not much of a drinker, but last night I was apparently.
I thought I played video games until I passed out on the couch and was carried to bed.
This morning, my laptop reveals to me that I had an idea for a web app last night because I made a very misspelled, yet highly detailed to do list for the app, a very blank index file, and 37 open tabs of what looks like research for certain web features.
Project seemed to be some sort of organization thing with a lot of really random and unrelated features like "fruit meterr that scales different fruits you earn" (what does that even mean??) and "sassy bill reminder".
I'm closing out all the tabs I had opened, when I see the tab showing the domain name I chose and bought. I even got the SSL certificate and email domain purchased.
Drunk me seemed to have been really excited about this idea 😶19 -
What a great way to start your day and begin your fucking 2018
The cat just pissed on my laptop (it’s a macbook air)
Wet af
Stink af
Dried the fucking wet stink af laptop
It still works
But the fans gone crazy and slow af
Trying to reset the smc stuff
Nothing changes, still retarded
I want to open the bottom case but i dont have the screw driver
With its fucking limited 128gb storage i store my shits in cloud storages like google drive, dropbox and mega and my projects are stored in bitbucket so nothing to lose
Me : 1 vs Cat : 1
To my beloved cat:
I work hard using this damn laptop to provide food and home for you and you just take a piss on it.16 -
I can now die without regret, I came back to a project after leaving it for three months
I WAS ABLE TO UNDERSTAND MY CODE!
I think I reached the point of writing clean code?
Let's hope so :)10 -
Friend: "what is it that you do?"
Me: "mostly web development, I make websites"
Ex-friend: "oh web design, nice"
Me: ...5 -
~rant
Today my dumb arse learned that DDR4 is a different shape than DDR3. Guess which one I spent weeks waiting for.
Guess which one my mobo supports.
Fuck.8 -
2days into changes in our team, so now I'm the only developer
client: so can you give me contact of another person while you're on vacation?
me: well, unfortunately I'm the only developer...
client: (ರ_ರ)
me: ¯\_(ツ)_/¯3 -
Had a job interview back where I want to move(2300 miles away), doing exactly what I wanted. Unfortunately it was for a senior developer, a bit over my pay grade.
First Interview: "It is above your skill level, but I like you. We will make it fit you."
Second Interview(technical): " You did super well! I will make sure to pass the good news onto the boss! I am excited to work with you soon!"
Response to my thank you email: "We decided to not persue you further for this position. We are going with someone who has more experience."
Why string me along?!?!4 -
Article title: "Mastering React component composition using children"
<image of a couple holding a baby>
Image caption: "Parents with child."
**Reads the title again**
Wait what?4 -
I'm currently looking for an internship related to machine learning (finishing my Msc).
WHY ON EARTH ARE ALL (or at least 80%) INTERNSHIPS PROPOSALS ABOUT BANKS, FINTECH, INSURANCES AND SO ON ?
I mean, we can now create music, identify tumerous cells, generate realistic pictures of anything you could dream of, drive cars without human interaction, create amazing chatbots... But no, I guess all that shit can't make enough money, better work on a system that will refuse you a loan.
Makes me really sad. I mean whats the point of studying the coolest techs around if it is not for the greater good ?
I might be utopist though.rant i guess those tags have no limits selling your soul to the devil love you all you have no power here machine learning5 -
Don't burn other devs just because you don't like their solution. Discuss empower and stop being a total prick. People should look up to you because they respect you not because you put them down!6
-
I'M TIRED OF HEARING THAT DEVELOPMENT IS NOT A CREATIVE FIELD! Creativity is emerging new ideas from non-existent ones. It is not confined to pretty designs or well-written copy. Sure, devs are logical problem solvers – but not a single dev will solve those problems the same way. Code is like the paint on our dark-themed canvases and you can see yourself out if you think devs are just robotic coding machines8
-
Looks like /dev/body got tainted.. nasal memory leaks all over the place 😷
$ kill -9 $(pidof cold)
... Nothing.
$ sudo !!
I said kill the fucking cold!!! Y u no listen to your admin?! 😠
> User condor is not in the sudoers file. This incident will be reported.
RRRRRRRRREEEEEEEEE!!!! 😣😣😣
I just want to finish my goddamn power supply project, instead of getting bed-ridden by a cold, and running through paper towels like there's no tomorrow 😭5 -
I wrote a prototype for a program to do some basic data cleaning tasks in Go. The idea is to just distribute the files with the executable on our shared network to our team (since it is small enough, no github bullshit needed for this) and they can go from there.
Felt experimental, so I decided to try out F# since I have always been interested with it and for some reason Microsoft adopted it into their core net framework.
I shit you not, from 185 lines of Go code, separated into proper modules etc not to mention the additional packages I downloaded (simple things for CSV reading bla bla)
To fucking 30 lines of F# that could probably be condensed more if I knew how to do PROPER functional programming. The actual code is very much procedural with very basic functional composition, so it could probably be even less, just more "dense"
I am amazed really. I do not like that namespace pollution happens all over F# since importing System.IO gives you a bunch of shit that you wouldn't know where it is coming from unless you fuck enough with Ionide and the docs. But man.....
No need for dotnet run to test this bitch, just highlight it on the IDE, alt enter and WHAM you have the repl in front of you, incremental quasi like Lisp changes on the code can be REPL changed this way, plethora of .NET BCL wonders in it, and a single point of documentation as long as you stay in standard .net
I am amazed and in love, plus finding what I wanted to do was a fucking cakewalk.
Downside: I work in a place in which Python is seen as magic and PHP, VB.NEt and C# is the end all be all of languages. If me goes away or dies there will be no one else in this side of the state to fuck with F#
This language needs to be studied more. Shit can be so compact, but I do feel that one needs to really know enough of functional programming to be good at it. It is really not a pure language like Haskell (then again, haskell is the only "mainstream" pure functional language ain't it not?) but still, shit is really nice and I really dig what Microhard is doing in terms of the .net framework.
Will provide later findings. My entire team is on the Microsoft space, we do have Linux servers, but porting the code to generate the necessary executables for those servers if needed should be a walk in the park. I am just really intrigued by how many lines of code I was able to cut down from the Go application.
Please note that this could also mean that I am a shit Golang dev, but the cut down of nil err checkings do come somewhere.9 -
Friend: Networking is important. My boyfriend introduced me to X, who then introduced me to Y and that's how I got a job.
Later that day...
Friend: Why didn't you apply for this party? What did I say about networking?
Me: Because I didn't know and because I don't follow that guy on twitter so I didn't see he tweet the google forms.
In my mind: How come nobody introduces me to anybody?
I was just mad that this happened and had to get this out of my head. Nobody ever introduces me to anybody and I am really really shy and an introvert, so I almost never introduce myself to anybody. Clearly I'm gonna die homeless or have a shitty job. Hey artists, I'll gladly take that fucking exposure!10 -
So it seems Google got intimidated by WhatsApp's payment feature.
Guess what Google did, they integrated chat functionality to their payment app. 😂
I guess yet another chat app from Google -
My boss just gave me a task that Stack Overflow tells me is impossible. He's a senior architect.
-__-6 -
I'm pretty sure people here might have noticed this by now, but why is it that the button is '++' but the notifications say '+1'? Shouldn't it go "<someperson> has ++'d your rant/comment"?6
-
guess what i learned today?
i have no creativity whatsoever.
or at least in a design sense.
i bought a website my first website a few weeks ago and the main page looks, well, barfable.
orange on blue? i have no where near enough css experience to pull that off. i ended up trying to make it like a linux distro (zorin os), which is neon blue on black.
i asked for advice on the ux stackechange network, and of course, two people with a low reputation both answered, and of course of course, both their answers contradicted each other.
welp, fuck me.6 -
I've been seeing a lot of rant about bad cs teachers for the week's rant so I'm gonna share about a teacher that I like. Maybe wk45? Anyway, I think I mentioned him before. Its the same teacher who taught our class OOP. He's a pretty cool guy. Gives out difficult tasks for us each week (Something that we don't like, actually..but thats just a student thing. But everyone agrees that it does help us understand the whole thing better) He grades our assignments and tests, and if he feels that we're a bit left behind, doesn't mind offering us one-to-one classes when he's free and makes sure that everyone understands what he's talking about in class. Some of us had still had some trouble getting the basics down so this was really helpful. Plus he likes giving fun examples and stuff in class so its never boring (usually food related examples).So yeah, learnt a lot during the class :D
He's not the only teacher that I like though, we've got a few other cool teachers as well. I guess maybe I have a bit of luck with this? -
Got a nice PR merged. Happy because it's on a popular project with over 4k stars. Ashamed because 50% of the commits are changing indentation from 4 spaces to tabs 😌1
-
Windows being like... "60secs left! Nonono wait it's 50mins! Aaah i wanted to say 10. It's definitely 5 now, i am sure this time, 16 is correct!"
God damn it stop wasting computation power for this boolshit and copy faster instead!!!4 -
If it weren't for poor documentation I'd be retired by now.
We didn't all write your library. In fact, only you did. So, some helpful documentation would really help us all out. Can't believe the number of times I need to read source code to figure out what the hell you are doing.3 -
This and Road Rash and Windows 95 and accidentally deleting the soundcard driver to make space for Rollercoaster Tycoon.1
-
Just lost hours of work because the winforms designer decided to send half my elements to (11, -8000) and resize others to (0,0). No matter what I did, there was no moving them back. And every change I made was reverted by some unknown mechanism.
Thankfully, I still have the user controls I built. But I still have to rewire 3k lines worth of form events.3 -
One hour before demo.
clone,compile and run.
Guess what..?
Most of the key module aren't working
Guess why..?
I forgot to push final changes to git (after pulling an all nighter) -
Family: why are you always so grouchy and grumpy
Me: because you make me get up when I'm in the flow of coding/studying
Family: oh sorry we understand we'll try not to do that again
Skip to 30 mins later when they repeat the same stuff and offer a cup of tea or coffee... as if just one cup of tea/coffee will do the trick.2 -
1000
Shit I missed my first 1000, shh
I totally posted this exactly at
1000, nobody saw anything!
So if I calculated that correctly
it will JUST take me 18 more
months for the next digit . .
(((╹д╹;)))11 -
Wow. This piece of bullshit runs completely flawlessly in the debugger, but throws exceptions like fuck when running it normally. How am I even supposed to find that fucker of a bug?3
-
So uuuuh. Launching PHPStorm AND Chrome AND VLC causes a Gnome-Shell memory leak. And it takes 2 reboots to cool it down.3
-
I am just so tired these days and find it extremely hard to work at all, let alone on the tasks I'm supposed to work on. I spend a lot of time distracting myself compulsively instead, even off work.
I have a vacation planned soon, but I do need to finish an important project before that (which I have been procrastinating on for the last 2 weeks).
These days I often feel like quitting tech altogether or at least taking an extended break.2 -
Last 24 hrs have been fucking bad for me. No electricity for almost 22 hours and the inverter died after 12 hours. The foods gone bad in fridge, have been away from almost everything. My phone was at 10%, luckily power bank saved me but now power bank is almost empty (because mi has a huge battery and power bank was only 75%). Don't know what fucking bad things gonna happen now.12
-
I'm considering to build a powerful, small/semi-portable mini-ITX PC. Just small box you can easily travel with, kinda like a laptop but a lot cheaper and without a screen, keyboard and battery - I can't really work on laptops anyway (ergonomics!). Stuffed with something like a 4400G when Renoir (mainstream Zen2) comes out, so lots of processing power. Add 32GB+ RAM and one or two SSDs.
I'd say the reason is that I might work from abroad (remotely) next year, but honestly, it just gives me an excuse to break my piggy bank!
What do you think?11 -
Classic: you have to print your bachelor thesis and the printer runs out of toner. And all copyshops are allready closed. 🤷🏻♂️9
-
I hope it fucking work this time, kubernetes has been on my damn list since last summer, gave up on my 2Mbits internet so I took a scaleway server with 200mbits let's hope I get it to work this time!19
-
When managers try to guess what the cause of a bug is I now know how mechanics feel when I try to guess the cause of an issue with my vehicle.2
-
When you have assigned stories that are blocked by other dependencies being developed in the same Sprint... Oh boy, someone is not going to finish on time u.u
-
I think I need glasses (or at least more coffee) but every time I think about contributing to an open source project maintained by a "Comunity", i find out that I missed the smelly bits in theire massive coc that they want to ram down your throat.
Eigther I missed them every time or some fuck puts them in after I read them.
The first time it's about mostly Standart shit like: don't troll/flame/insult/detract. But than I start seeing: Sexism, Racism, xenophobia, hetotonormativity (wtf nodeJs)/homophobia insta ban. They even assert that you should apologize even if you did nothing wrong and your not allowed to stand your ground or your banned.
And if the mod pulls a fast one on your buddy, not allowed to be discussed in any public forum or your banned too.
What happened? I was sure that only the bigger repos had that shit (like the Linux kernel (that bans you for being pro trump). Have I missed something?
Fuck every repo that does that shit. They ain't gonna get my time or money.6 -
I try not to think about the future.
But can not not do it.
Every thing will come together.
Or apart.
Disorder will increase.
Or everything is a lie. -
It's kinda inpressive to me how everything comes to a standstill, as soon as Jira goes offline, because it's been overwhelmed by stuff going on.
Me and another colleague are waiting for it to get back online, so we can annoy the devs with defect reports again.
Which inturn were due a while ago, but the deployment for testing them wasn't done the whole time, so it was not possible to test anyways. And ontop all of that most of the tests failed, so there are a ton of defects.
Fixing them and bringing the tests on PASS has to happen until tomorrow, because that's the deadline for the release cycle.
Ah and it's roughly 45 tickets.
The next release cycle is like in two Months
You know... the usual stuff 😂😂1 -
Well... I guess I started learning how to program so many years back when I thought I could fix my girlfriend's mood swings with code. Guess what: we are married now and I'm still learning how to program!2
-
what have i got myself into???? full stack development for my internship without previous and complete knowledge of it... i guess i have 2 months to do intensive training and practice to prepare myself AAAAaaaaaAaaa4
-
Learning Java for the new position I start in a lil over a week. Biggest struggle migrating from PHP is wrapping strings in quotes ONLY...no apostrophes lol. I guess I formed a bad habit. Also slightly frustrating is that you can't overload a method and set defaults. I guess you get that with Kotlin but this company is going to switch away from Java to GoLang and React, so I guess I won't really get to enjoy Kotlin.
-
[semi-rant, kinda-story]
Day two: Managed to persuade IntelliJ IDEA into, uh, functioning.
Although it still does funky stuff like trying to force JDK v6 for bytecode compiled from Kotlin (the project's not even legacy spaghetti and JDK v6 isn't even installed).
Still had a few problems while setting up the rest of the local dev environment of the project I'm assigned to (which has been caused by documentation accidentally being followed in the wrong order, which I updated in turn, in order to prevent other people from doing the same mistake), but now I can finally work on tickets!
I love that not all tickets are marked as urgent or important, only a few!
Now the fun begins 😎2 -
im really tired of people who just happen to have been around for 10+ years being put into management roles despite not knowing how to manage, especially for software projects. really feel like im in the wrong field even though i love programming and am good at what i do. past few jobs have been similar in poor management, unclear roadmaps, etc., but this is the first time ive been directly insulted by someone above me. the pay isnt even that great here. i could just leave but why bother if every other company is pretty much the same3
-
I just changed my username from 'aashimaY' to 'sarena'. Can anyone guess what the new one means. Hint: It's a combination of two words, with the second half being a famous thing (I guess).
PS: You may not get the first half and that's fine. But I would love to see if anyone can guess the second one.11 -
Not gonna lie, been chipping away at this for almost an hour and I can't figure out how to solve it, let alone elegantly:
https://leetcode.com/problems/...37 -
So, my simulations started to take about a week to complete.
Productively invested the time in getting into Python!
I'm really liking its syntax and relative simplicity (coming from c++) and I'm kinda digging it at a sort of proof-of-concept producer: instead of talking in pseudocode I can just put down a python script to show what I mean. -
Is data sciences/ML/AI a subset of web development and networking ? Most of the time i feel people need to know web development tools and languages to be successful in this ML/Ai/datasciences career. Should one go learn web dev first?12
-
I guess coding is a coping mechanism for not matching on any dating sites and hence no dates...
I guess you could say it helps me find alternative methods to release my per up desires... Although I guess a real relationship is something it can't replace... -
I like to switch up my Google Meet and Zoom backgrounds. Keep people guessing where the heck I am. I’m a remote worker. It definitely messes with some people. Both the backgrounds and the permanent WFH thing.
-
If I app.properties in src/resources in a jar.
And load it in code I guess using Classloader.getResource()?
Can I override it at runtime? By I guess adding a different file but with same name into the classpath?9 -
IOS 13 for my Ipad broke its battery indicator it's been stuck at 59% for the entire day. Just really hope it doesn't give up the ghost during the day...1