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 - "places"
-
-Some run marathons, I run Python
-Some have energy drinks, I have Java
-Some fight in MMA, I fight with CSS
-Some see new places, I C new Places();
-Some are quick, I am Swift
-Some go camping, I Go Compiling
-Some can judge objectively, I can judge Objective-c
-Some climb mountains, I Scala Structures
-Some live adventurous lives, I live a BASIC one
-Some go ball, I COBOL
-Some watercolor, I Pascal
-Some look for diamonds and emeralds, I look for Ruby and Perl
-Some write novels, I TypeScript
-Some banter, I SmallTalk20 -
Me: *selects text, Ctrl+c*
Me: *places cursor in next text box, Ctrl+v*
Computer: *does nothing*
Me: *selects text again, presses CTRL+C WITH FORCE*
Me: *places cursor in next text box again, presses CTRL+V WITH FORCE*
Computer: *pastes*
Me: "That's what I thought."19 -
Manager: This code you wrote violates the single responsibility principle!!
Dev: How so?
Manager: You have one function that you call in *MULTIPLE* places. That’s too much responsibility for one function! Functions should only have one responsibility!! Creeping the scope of a function beyond that is a TERRIBLE way to write code!
Dev: But why spin up multiple functions that all perform the same thing?
Manager: Well if a function has a bug in it and you use that function multiple places then that bug exists everywhere you use that function. If a function only has one responsibility then if it has a bug that bug will only exist in the single place it is called! You really should think first before asking questions like that.
Dev: …26 -
Apparently this guy's pull request claims that his code is "very fast" (Official Linux github repository). I can't stop laughing looking at the file changes xD
File changes: https://github.com/torvalds/linux/...
Conversation: https://github.com/torvalds/linux/...8 -
Try not to use floating point numbers in places where precision is important. Like for instance, money. Always store the base value where it makes the most sense15
-
In a nutshell, i severely underestimated myself, applied to a bunch of places and now they all want to hire me. Oh well.11
-
Java: I'm the complete OOP Language
C: I'm used in most of the places
Python: I am the simplest language that can do wonders...
Assembly level Language: At last you all have to come to me. So all of you STFU.8 -
Client: I need html code for this search bar *attaches png*
Me: Ok. I will send you the code. HTML is just for front end views.
Client: ok. I will place an order, you can send it over *places order*
Me: *copy 6 lines of code from bootsnipp*
*make some changes*
*submit to client*
Client: Thanks but when I press the search icon it does not display the relevant records.
Me: *smh*4 -
My young brother just destroyed everyone at a speedcubing competition!
4x4, 3x3 one handed, 3x3 regular (the main event), skewb, pyraminix — all 1st places!8 -
> le server suddenly stops working, no boot, no POST, no beeps, no video
*le frantic cursing on how perhaps that's why the fucking thing was only €60 🤬*
*takes out RAM*
> le server still not booting
*places RAM back without doing anything else*
> le server boots up again
🤔🤔🤔
Is this what they mean with things like "compile it again and somehow the compiler will not complain anymore after a while"?16 -
Hey Friends of DevRant , this is not dev related but id like to post a picture of one of my happy places in Sydney where i am from :-) I really hope you all like it!
Milo❤️😄23 -
Anyone else thought about buying a van, putting a desk/couch in the back and driving to scenic places to work?9
-
After 2 weeks of node, I go back to my buddy python. Write some code. Get tons of errors.
This is what I did at at least 10 places. 😔😑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 -
"We are a privacy focused company that places the user first"
Alrightm, let's check:
dig domain.com MX
Well, another company talking shit, MX record points to google.
Fuck off19 -
My buddy developer sitting beside me turns away for a discussion. I quickly grabbed his laptop, changed the IDE theme to dark and places it just like it was before.
It took him 15 mins to realize what I have done :P.
This is simple proof of how comfortable a dark theme is.9 -
Kid: How do you know what to use in a script?
Me: I've either used it before or look at documentation.
Kid: You're silly, I bet I know who knows everything and can tell you what the answers are!
Me: Oh? Who's that, the code creator?
Kid: Mistah Google behind my browser! Just ask him and he tells you everything he knows!
The little shit will be going places...2 -
a U.S. company that places an order for 100,000 integrated circuits with a Japanese manufacturer. Part of the specification was the defect rate: one chip in 10,000. A few weeks later the order arrived: one large box containing thousands of ICs, and a small one containing just ten. Attached to the small box was a label that read: "These are the faulty ones."3
-
I'll point names today
Boss: Quick! The Xero integration is not working anymore!
Xero Documentation: place your client secret in the HEADERS
Me: * places client secret in headers *
Xero API: Bad Request!
Me:
*re-reads documentation*
*creates new client secret*
*1 hour of trying*
Hmmmm
* places client secret in request body, not in headers *
Xero API: Ok!
UPDATE YOUR DOCUMENTATION
TELL US ABOUT IT IN THE CHANGELOGS5 -
Guys! Yes, you devs! Not all the places in the world has the thing you call "state". Why the hell this field is required unrelated to country?6
-
New setup since today! Tell me what you guys think and show off your favorite programming places!20
-
Fun fact you dumbass: YOU 👏🏻 DON'T👏🏻HAVE👏🏻TO👏🏻 REVIEW👏🏻THE 👏🏻PLACE
I get asked to review places I've never been all the fucking time. But like an adult with a BRAIN I swipe away.
"Life is hard. It’s harder when you’re stupid" ~ someone who has a mf point8 -
Don't buy the "We're bleeding edge, agile and embrace devops.". Those who proclaim that the loudest are the ones that think they do, but don't.
Oh, and any place that refers to employees as "tech ninjas" or "superstars" or anything cringy like that. Stay away.
This was more how to avoid shitty places. So to find a good place to work, use this statement in your search:
if (!<this_rant>)
{
... // maybe you're lucky
}9 -
Discovered that its possible to bookmark places in code for easy access.
My whole life has been a lie so far.13 -
$str = str_replace(array("\{","\}")," ",$str);
//Replaces with spaces the braces in cases where braces in places cause stasis1 -
I was looking through old entries in my keepass, and I happened across this bit from when I worked in places that still had unix servers. I was so angry at the impossible input issues they had that I put this into my 'handy commands' section.2
-
Posted a rant a few months ago about hotel WiFi being shitty.
Just here to add my University's wifi (in residential buildings) to the list of places with shitty WiFi.7 -
Multiple things.
- Music. Especially the most destructive/brutal/aggressive rawstyle tracks. Currently Nolz ft Killshot - Rauwdouwer gives me a mega boost.
Also the Rawstyle Nation YouTube channel is one of my favourite places.
- reminding myself how far I've gotten and how much I actually known already.
- Alcohol. Yeah kinda a joke but damn can it put aside my doubts!15 -
What happened to devrant? It has been showing the same rant after 5 or 10 posts and I have been on 3 different wifi places1
-
650 line hand constructed xml file missing a tag. Took me 3 hours to find. I looked at the section at least 3 times but my brain would not pick out the mistake. Online cal validators all pointing me to the wrong places.
It takes persistence to be a developer so pat yourselves on the back.5 -
I am getting better and better. I no longer leave ":w" at random places in Google Docs... Now I'm just "cmd-s"-ing regularly.6
-
When the damn whiteboard is completely filled up with crap and it says "do not erase" in three different places.3
-
!rant Safely in Texas! Cats have already discovered the tallest places in the house and confirmed that they need dusting.4
-
I love to work in pubs/bars, this special kind of noisy environment works so well for me. I even go "into the zone".
Lets talk about this. Is anyone else the same? Just curious.
These are my 6 reasons:
0) Beer. 🍺
1) None of the activity in a bar actually interests to me, if you know what I mean. In my house, every single noise/movement will get my attention.
2) After some time all the noise blends into a kind of "homogeneous hearing blurb". Like a mantra. Maybe there are even white/pink/brown noise benefits (guess).
3) I go to places where I enjoy the music and atmosphere.
4) I like bars and pubs anyways. I feel good in these places.
5) Beer. 🍺7 -
Green-Tea, some ambient music,staring into space dreaming up wonderful mythical places..
#MaybeMyTEAisALittleTooGreen ;-)3 -
I've seen SOAP on here and now in other places.. can someone explain what it is to me like I'm drunk?12
-
Not dev related.
I have only traveled to the places the Army send me to.
I didn't wanted to go to those places.
But there are a group of countries I have been dreaming of visiting them since I was a child. One is Spain. I would kill to go to Spain and see many of the landmarks that exist in that gorgeous country.
The other, is France. And one landmark that I always wanted to see was the cathedral of Notre Dame. Now, the reports I have seen regarding this make me believe that it can be restored, since the central spire that was not saved had already been added during a restoration project some time ago. The entire wooden interior? Lost. Bell towers are good and a couple of other things as well. I have mad respect for French people, and know they will need to do whatever it takes to get this done, and French business magnates have already started pledging to rebuild.
What pains me is that it will not be the same, and I feel time coming down on me as the places I dream of visiting face the possibility of similar tragedies happening to them.
I guess I have to hurry up.6 -
Any Subtitle is a project that enables the user to watch a movie in a theater with a subtitle of any language on his device as assistance.
The user places his mobile handset on the holder on the seat in front of him23 -
I know ppl say there is no place like home...
but after returning from places like this one, I just wanna go back there...3 -
I am searching for hosting companies that is located in obscure and/or remote/unknown places. Do some of you know one or two?13
-
At many places, first programming course is Python or JavaScript. Our university first teaches C. I feel its a great language to build up programming skills. Tough then formers and that's what makes it more beneficial.10
-
A week ago I put in my two weeks at the current company I'm a Software Engineer at because it has been one of the worst places I have worked at and start work on July 5th at a new place as a Senior Software Engineer and have heard only good things about everything! Can't wait to start!!!!2
-
Time for moms to start asking kids to play GTA V to get some piece from the outside world.
Legit GTA V is less violent than many places in America right now.1 -
Me: *presenting a demo of tool in office presentation*
Meanwhile an audience is browsing Facebook on his phone...
Me: *Finish demo*
*Said member of audience calmly places his phone on the table.*
Douche: "So can you go over that once more?"
Me: ...3 -
try {
// something
} catch (SomeException e) {
}
Swallowed Exception.. what the fuck is wrong with you?! And I see this shit in a lot of places in the code!7 -
Received $1000 bill from google because my navigation app used google maps and the places search/autocomplete API to allow users to search for a place.
Switching to mapbox maps and places api.
#%$£€@&?10 -
IIS is a piece of shit. Windows is for playing video games and looking at stupid memes, not for real work. Defenders say that wInDoWs SeRvEr Is PoWeRfUl REEEEEEEEEEEEEEEEEEEEEEEEE, but it only appears powerful because microshit took all of the things that normal servers can do easily, split it up nonsensically, and hid it in bizarre places in an overdesigned and FUCKING CONFUSING set of config menus. No one can change my mind about this.11
-
Dear Microsoft, stop pushing me to update to Windows 11.
I still haven’t changed my mind and I won’t change it even if you ask me for the 6th time.
Just stop being an annoying bitch, please!
Also, one button is completely enough. You don’t need to make me click 3 or more buttons in different places just to remove your Win 11 messages which you keep slamming into my face.4 -
You give client spreadsheet for mass editing. They put "same as above" in many places. Angry that same as above now appears on the website.4
-
“Hi - we’ve done an analysis of the front end codebase and we’ve determined that it would be a good idea to start using Bootstrap. Are there any concerns with this?”
“Hey - no concerns, we actually already use Bootstrap in all those places.”
“I was not aware. So you’re saying there are concerns?”3 -
Anyplace that places a higher value on being "woke" and "inter-sectional" than actually doing the job.9
-
I decided to fix my car after car mechanic gave up... The backlight was blinking even the car was locked and turned off in the parking. Took me 4 days to figure it out. What I realised is that we are pushing tech to places where tech and electronics shouldn't be... My next car will be 1972 ford c, it doesn't have any of these modern problems.14
-
Last night I had a panic attack and woke up in cold sweats because in the dream I had I was constantly using the wrong variables in the wrong places...
-
Why the fuck this moron thought it was a good idea to set a global onClick event in a react component and make it have the desired behavior for EVERYTHING instead of the only click he wanted to get?
7 places you can click were triggering redux dispatch and ajax calls that should only work on one place... Fucking hell...4 -
Welcome to PLC development! Your first thing to do is find out whta these dozen global variables do that are used by several tasks in odd places.11
-
For fucks sake can people stop using phones while walking, especially in busy places it's getting fucking ridiculous not to mention dangerous, the number of people I've seen that have headphones on and are glued to their screens almost bumping into people. What can they possibly be doing that's so important that they cant leave their phone in their pocket for 15 minutes while they get to where they need to be.6
-
*goes to management*
Me: So do you want the button to be up here or down here?
Management: OMG you finished?! So early?!
Me: Eh no, I just modified the HTML in the browser...
Management: But I can see the button right there!
Me: ...
Management: Well, leave it where it was.
It never was. And it is currently in two places.2 -
Colleague: Ivy, I have a problem with blah blah.
(Meanwhile we are in two different places)
Me: I'm not sure I understand your problem. Just Google it.
Colleague: I don't want to.
Me: Okay bye.
Question: Are Developers who use Google impostors?9 -
So I saw this argument between two intellectual titans on Quora about C vs C++. It was pretty amusing lol.
First Guy: “C programmers are the Amish! They’re afraid of change. C++ is a better C because it repairs it insufficiencies like classes and namespaces.”
Second guy: “C is fairly consistent, while C++ is inconsistent in many places. It performs so many allocations without you even knowing it. It’s complexity is very distracting !”10 -
Situation : Most of my company's clients speak French, and I prefer a Qwerty keyboard for coding.
And to write proper french, I have to switch to an FR keyboard to type é, à, è...etc.
But, for some reason, I usually forget to switch back to English. Oops ! , for some reason, our fellow french chose to put change Z and W places on the keyboard.
And I end up 'ctrl+W'ing (close) , while in fact I wanted to 'ctrl+Z'ing (undo) .
I did some changes to test my code, and after I accidently closed the whole shit, it turned out that I can't undo it anymore.
Thank you french engineers for this unpleasant headache.
I wonder what they were thinking about when they switched Z and W places ?13 -
Company's HR team has launched a eco drive. As part of the initiative they're asking everyone to use only one tissue paper (among other things) to save trees.
.
.
So they've printed that message on thick glossy papers and pasted them, at least four per washroom among other places.
Okay, I guess.8 -
There are comments in prod code which say "need to change after POC" or something similar in multiple places.
Also, something that was designed to check something, but the call is made in such a way that it always returns true.
Best part, all the original authors left the company before I joined this team.1 -
This must be the most unforgettable Chinese New Year to me.
People are checking body temperature everywhere, and restricting traffic. All theaters, parks, any public places are shut down. People are told to stay home, which is what I have been doing in the past 2 weeks. Most of the time I was coding. It's kind of frustrating. I don't know how long this will last. Situation looks severe from the news.10 -
So I recently wacthed Prison Break
Right in the beginning, Michael takes the hdd out of his computer and throws it out the window
Me: Yea he should've dismantled that drive and thrown the pieces away in different places
Then later on someone else is trying to figure his plan and finds the drive and recovers data. Yea.. what did I say?6 -
Next week, I'll be with a new company - this week I'm scouring the corporate laptop for all the places I stashed personal SSH keys and AWS credentials.1
-
!dev
>Send a mail to a company making sure the version of a keyboard I'd be getting was hotswappable.
>Support told me that indeed, I'd be getting the hotswap version.
>Places order
>Keyboard comes in
>...
>It's not the hotswappable version >:(
motherfuckers...7 -
Made this app just for the fun of it. Let me know what you guys think about it. And do suggest places for improvement. 😃
Here's the link: https://play.google.com/store/apps/...21 -
It bothers me when potential employers *require* a salary expectation in your application. It's like they're focusing on the wrong parts. I don't even consider places that do that, no matter how cool the job sounds. Remember kids, in negotiations, the first one to mention a number loses.5
-
F*cking morons complaining of privacy yet busy posting practically everything from pictures to finger prints and weird f*cking full details on social networks and some weird online places and platforms...😑🤕😤😤😤 (best safety, never go online)4
-
After searching for half an hour in some legacy code for the corresponding opposite of a method "addSomething()" I realised that the method was there hiding in plain sight and used in several places. The name was not "removeSomething" as expected, but "addRemove()".1
-
I'm so happy to have an electric car in times like these, not only it saves me a whole lot on gas, I can keep using it without the need to visit public places to fill it.5
-
https://alldaydevops.com/register/
WHAT THE FUCK???? UX level: 9000
I do like dark themes in many places. But IMO this is just too much
And the font..? Is this registration for witch-hunt or satanists' party?17 -
After being an active developer in the industry for about 5 years, I still have some bad dev habits on which I'm working on:
- Starting off with the code first without a proper design in mind/paper. (Trust me, I'll always regret of not having a proper design later)
- Writing long method bodies and not refactoring them later. (Because sometimes I turn out to be a lazy ass)
- Duplicating code in some places without reusing some.1 -
If you're finding your paid work boring & mediocre, then utilise the stability of your current job to be fussy over choosing your next one.
Shoot high, do research, apply only for places you think you'd genuinely enjoy working, and demand a good offer with any reasonable perks you choose.
You might take a few months to find somewhere, but you'll eventually land yourself somewhere where you really want to be. -
Quality assurance is not a high point for niantic is it? I was able to find a rather interesting bug while playing pokemon go.
http://imgur.com/gallery/54iBQ
TLDC (Too Long Didn't Click)
I found that I could log into my account on two different phones and now I can be in two places at once, so to speak.3 -
PSA: If you need to make dummy commits to trigger a pipeline for test purposes, please just use --allow-empty and make an empty one. Don't just add random newlines back and forth in stupid places.6
-
Randomly reviewing a coworker's c++ codebase revealed he was locking at the beginning of a critical section, but explicitly calling unlock for each and every error-handling branching within it. And yes, he forgot to unlock at several places.
That's just not RAIIght. -
Found out new senior used to work at one of the same places I used to work but a while before my time. So I guess that's what happened to his hair4
-
People should have mandatory lessons in vector processing.
In canteen, after lunch, there were 4 places you could place your trays. But only small, one-way corridor, for one person at a time to get there.
Every person picked the first place and while they were placing the tray, people behind them had to wait. Huge line started to form. If they, instead, always picked the last empty place, all tray places would be occupied for longer and the processing speed could increase almost 4 times.
Textbook vector processing example.2 -
goto
Found it lying around. Googled it, and it seems people avoid it, so I started using it all over the place(s). goto b
a:
no other places to goto exit
b:
Yes, it does require some thought to avoid confusion, and some pull requests get declined, but... Helps me alot when I have goto a
:exit2 -
I'm curious, what was the most ridiculously otherworldly, the least understandable, eye-opening code you have every seen?
BUT, I mean that in a good way. And what did you learn from it?
For me personally, I would probably say some of the c++ stdlib implementations. Just totally not English in some places. I mean seriously, sometimes asm is more readable than c++15 -
Holy buttfuckers!!!
Spare me the bullshit about western countries ending up in a slavery due to capitalistic society. A lot of my friends from third world countries would like to trade places with you.47 -
Scolded my friend for using Ctrl + V on the terminal to paste text, used the mouse, later switched places with him, ran a program and pressed Ctrl + C to copy, program ends and we switch again.4
-
A friend mine just told me that he broke his phone's screen, and if I know of any places to fix it. I asked him how much damage it had, he said that he'd send me a screenshot...1
-
Very proud to work at my company
They've just been voted for one of the best places to work in the UK. Hard worked studying paid off.1 -
Spent quite some time getting the UI of a redux weather app im working on. Below is the final design i have in the app at the moment. Sre thefe any good places to have standards as designs or does it fall away with cross platform development with redux?1
-
An app that determines the users interests and location to find hot spot places to eat, drink, visit and more.4
-
Tech idea:
Scrambled/encrypted computer display, viewable through lenses that decrypt/unscramble it for one user only. Useful for public places, where someone might be trying to watch your screen.
Portable from machine to machine through the use of RFID, biometrics, or just a password.5 -
Still boggles my mind that it took something like coronavirus for people to start covering their mouth when sneezing / coughing, washing hands and let's not even mention public places like shopping malls and stores to start with regular disinfection of their premises.. 🙄🤦♂️8
-
!dev
I like biking to places, but the roads are so terrible quality in Budapest (the capital city) that I can't sit down without risking getting sterilized.2 -
Well ordered my chromebook plus and it's been stuck at customs for the past 5 days... Thanks America, why can't more places in Australia sell them! :-(2
-
Today my 2 week old phone slips out of my pocket while standing up, falls on the screen and now it's cracked in multiple places. FML.
RIP Stormtrooper (he's black and white).
Repair is 30% of the new price. Worth it, but still a lot of money and 10 days without the phone.
Aaarghhhh!8 -
I am going to fly to Turkey and visit some awesome touristic places.
In case, if I get bored, I will need a book to read.
Spam me with your book suggestions! It can be dev related, car related or even a novel!23 -
One of my most inspirational places to create devRant rants! I visit it every week. For a Sunday fun experiment I will gift the first person to guess where it is a devRant 'devie' stress ball or t-shirt. You must provide specific details. We can figure out prize logistic details thru @dfox. There are hints in the image 😀 Enjoy!16
-
Just discovered I still have access to my old employers source code on VSTS, and can see from here that that there is a new team member!?
👿 I was made redundant "times are tough, there's not enough money, you were last in so first out" mother of fuck!
I wonder how many other places do this sort of thing.4 -
I’m convinced that CSS is black magic and those that can visualize what it’s going to do before changing code are witches/warlocks.
Usually my attempts end up in humor as the website ends up /comically/ broken. Elements shifted around to not anywhere near they belong, drop downs appearing from completely nonsensical places...
No idea how you all do it.2 -
Everytime I am developing an API (from scratch, not when extending an old one) I try to return 418 HTTP error code in places that aren't yet developed or mainly when something that shouldn't have happened did actually happened. (example: failed non-essential assert, yes python)
So it's always lighter on lungs seeing people running around with wtf.png faces when their browser says "I AM A TEAPOT".2 -
I really wish I had worked somewhere that was hacked, so as to know how it was done, how it was found out, and what measures were taken, from the inside.
The problem is that I worked at a lot, and big places. We were never successfully attacked or hacked as far as I know. Was our security so good, that nobody succeeded? Or was it so bad, that we didn't even notice? -
When you manage a large project and 1 of the devs helping you is bitching about 10 mins daily status meeting "in other places it's not like that " ... Who the fuck cares , this is how I want it to be so unless you are going to do 50%of the work like I will then come to the meetings and stop bitching , it's just 10 mins dammit7
-
What is your least favorite Website "feature" ?
Mine is those off page menus that slide in from the side. They lag like crazy and freeze the entire site. God forbid if click the menu button more than once. Forbes places comments on the off page sidebar which is just pure hell.5 -
Apparently, DRY is something my team has never heard of. I wonder how many places they need to repeat the same fuckass long declaration in before they would go "hold on..." - so far it's definitely not 4 files3
-
Do your companies have dedicated software / web architects / designers, or are most places just a group of developers who are also expected to do design and architecture work?
Do you have dedicated front end teams and back end teams, or are most places just a mix of people who do everything?
I'm asking this because im a junior dev being given a large project, mostly to head up on my own (!), where I have to do design and architecture work which I feel is completely out of my comfort zone, and I want to know if this kind of thing happens often? Are developers supposed to design specs, pick the tech to use.. etc.?6 -
A buddy of mine sent this to me from a first year procedural programming course.
The email was in regards to an assignment where they had to print some statistics. The caps letters are the response from the lecturer...
Integers with decimal places hey?3 -
What I absolutely love to do is refactoring. With strongly typed languages, I often just remove or change something and then follow the compiler errors to finish the refactoring by fixing them.
It‘s not just a matter of renaming something. I will reliably get all the places in code which are affected by the change.
How do you handle that with weakly typed languages like JS? I can only imagine how horrible of an experience refactoring would be.7 -
1. Putting bits in proper places is fun
2. It's cool to translate curiosity and caffeine into money
3. Coding is modern-day magic in many ways -
Happy Christmas to you, your Family and Friends!
Take rest, eat well, go to places you like, meet people who you like and who like you, travel to nearby places, learn a coding thing or two, listen to music or watch your favourite movie/TV show. Just do what you want to do. Have fun and make it memorable! :-)1 -
Continuing the trend of devRant stressball entering places! Previous attempt: https://devrant.com/rants/6483141
Within FSF conference, LibrePlanet 2023, there is a temporary Minetest server. More info and art: https://techhub.social/@vintprox/...2 -
My C adventure is going horribly. So I stopped. I took a second to breathe then looked at my current resources decided to use the 2 books i have as references to learn from as well, then found a reasonably long YouTube guide so I can have someone verbally explain something, and I have a friend and a few places I can now ask questions if I need it. So yeah I'm pretty confident now.rant c is a neutral entity in my life why did i choose this profession c why did i agree to this learning c7
-
When you code all day long, on your workplace and later at home, "live" meaning switches places. Stops being "code to live" and becomes "live for code". Change my mind.3
-
I’m terminally short of cash.
I can pay the mortgage and everything else, but I’d like a bit more for a rainy day fund.
My question is, how do you get into doing some freelance work?
I’ve looked on places like Freelancer, but it seems to be full of people offering £100 for a fully working amazon clone etc.4 -
That moment when you get your first job after getting your degree and one of your co-workers with about 5 years of experience asks you what is a static class because he never used one...
I mean come on... You have 5 years of xp and never used a static before? x)
This project is going places...1 -
*writes programs with variables for arguments*
Runs.. Crashes
*removes variables places exact same code in parameter list*
Runs.. Succeeds.
I don't understand you my GPU -
Bothers me how many computers in public places are used only to play a PowerPoint...
I can see about 11 from where I am now.1 -
"Multiline strings can be used as block comments in Python." Except in some places, where your code will pretty much blow up without any errors, because instead of commenting out a portion of an array, you've just added one big string element. And there's no other way to make block comments. And after actually commenting out every single line, your version control won't know how to merge it anymore, because there are now 100 changed lines instead of 2.6
-
God I fucking hate my country! The moment it looks like we've managed to control covid spread by limiting movement between cities / municipalities and banning people from public places, and we may just be able to slowly loosen some restrictions, some fucktard on national TV starts telling people how all those restrictions are unbearable just because they came from the "wrong" political option. And people listen to that idiot more than all doctors telling them to stay safe.
The worst part is we probably wouldn't even limit movement if it didn't become obvious people are hoarding natural attraction / getting injured by extreme sports / inviting friends & relatives over when told to stay at home and avoid public places.16 -
I wonder if anyone's complained and said you can't call us "users" that's derogatory
- But sir that's what you are... You use the app
My mind goes places -
Bragging about knowing how to hack the company's emails definitely gets you into trouble. And then coming out clean and saying it was all a bluff still gets you into trouble. Hacking jokes in the office is same as a bomb joke in public(crowded) places.
-
I hate that the company that I work for has every hugging page blocked. I can't even download or use pip. For hug sake, I don't even have a project to work on and you stop me from working on any side projects?
I hope I get a call from the places I've applied for.4 -
Python trusts you. It says "hey, if you want
to go poking around in dark places, I'm gonna trust that you've got
a good reason and you're not making trouble."
After all, we're all consenting adults here.5 -
I left my previous job being disgruntled over insane hours and being underpayed.
Took a 3 month break, whilst shotgun blasting my CV and Resume at places. A few stuck. I chose the one that had the best passion to pay ratio. -
I'm slowly realizing that my ability to build apps does me know good when I can't design and figure out what to build :/
How do you even learn the creativity I see on places like behance?!10 -
I am my teams goto guy for anything and everything. For any problem they face technically.
They think I am some kind of genius. But in reality I just Google. :/ I don't know most of the things they ask!
The saving grace is that, whenever I try to solve anything, the pieces of the puzzle quickly fall into their places in my head.
Now the impostor syndrome is kicking in hard!1 -
December, the last month of year. I made big plans to finish 2016 with a perfect ending.
Few places to travel, startup, freelancing and many more...
But first I need to pass my exams which are not based on programming. 😕😑 I am just not able to concentrate, my PC looks at me and I look at her. But trying to focus on the study. 😕4 -
Freaking github markdown! I just want this directly under each other like i fucking wrote it:
[Client implementation](implementation_client.md)
[Server implementation](implementation_server.md)
But it's places it together on one line. Fine, i put a new line between it.
[Client implementation](implementation_client.md)
[Server implementation](implementation_server.md)
It fucking shows a blank line in between!
AAAARGH
I'm sure the github CTO was seen on Epstein's island4 -
Fuck reuse, we should all take our repeatable code and manually repeat it everywhere it's needed so when we have to make a change we have to make sure we remember to change it in all the places and take hours to do a one line change.
...Also...fuck source control...
And they say I don't have fucks to give.2 -
Pretty sure someone else said it before but: chose something else.
The market is over saturated with developers. There are plenty of other spaces in which you can work with computers and code.
Think: system administration, cyber sec (which also pays higher in a lot of places compared to development since resource security is a priority), networking etc.22 -
I just found out my router has 2 SEPARATE places where you can specify the DNS servers. So I changed one place but not the other, and they don't seem to be linked! Such bullshit design.2
-
Build pipelines are awesome. What's not awesome is forgetting the 'pipeline' bit.
Sure, let's have each TeamCity job in the 'pipeline' build the deployable from different places! You must manually merge your code from dev to test to release.
What's that? The functionality working in dev isn't there in production? I wonder how that happened. -
FOR THE LOVE OF GOD STOP OVERUSING STYLES.XML IN ANDROID.
It is NOT A GOOD IDEA to create a new style for each and every layout and then RANDOMLY reuse those styles in RANDOM places.
Grep is working around the clock to solve this fucking hot mess you've made.
FFS1 -
oh shit i hadn't noticed lmfao
this isn't even like... ACTIVE shit, this is just me flipping it on in the back seat when my parents drag me places6 -
I use Linkedin but I wonder why people still asks me my resume. It sure feels not DRY to have 2 places to keep your career history. 🙄
#developerfeels -
I added a method to an interface. Was to lazy to find all use cases so I just hit Run and waited for the compiler to throw all places where the method is missing. #effectiveJava1
-
when you work in a start up, and they give you the projects lead old chair, which has broken. doesn't go up or down, doesn't lock, and is ripped in several places.
I'm really feeling the love. hello sore back... -
One of the senior devs just showed me their documentation AND IT'S A FUCKING ONENOTE FILE WHERE EVERYBODY JUST WROTE WHATEVER THEY THOUGHT SHOULD BE WRITTEN DOWN IN RANDOM PLACES
Atleast it's some sort of documentation I guess.2 -
Dear recruiters just because I apply to a specific job online (dice) does not mean I want to be called about jobs in ducky places I would never relocate or in the town I would like to move from.1
-
In places devRant Android App needs to clear activity stack... We see extra screens when we hit back, for example, when we modifiy a rant or a comment, we see the older one as well which is redundant.2
-
Is it sort of silly to work remote, but from a different place (library, shop, mall)?
I've had one remote job in the past, but start another tomorrow and I'm hoping to try to work from different places.
All of the posts of folks with their laptops on beaches, looking at waterfalls, and such make me happy.10 -
How do you guys get LinkedIn recruiters to annoy you? I want to be annoyed too - I reckon it would help me find places that are hiring7
-
Change code here, 500
Revert and change code there, 403
Revert and change code at both the places, 404
Revert and have a Potato -
I must admit sometimes agile methodology zealots annoy me but I just quit a shop with no process, no source code repository, and no testing. I worked there a month and had no idea such places still exist. I knew it was a bad idea but I needed remote work. I tried to evangelize to them but they blamed me for everything after they fired the project manager.6
-
"(Getting) otwelld"
The state of a fallen laravel developer, after he makes a PR to the laravel or lumen documentation and the epic troll otwell closes it within a minute, with the epic meme "already there", although the documentation is absolute dogshit at places and actually merging those PRs would make sense, so not every single developer out there has to make the same mistake or debugging2 -
I've had enough. I can't handle those bad designs layouts anymore. It is getting on my nerves to receive designs from "professionals" that don't think about responsive layouts, correct alignments, grid, vector shapes, use 6 different font families, and have graphics placed in the most wrong places.
Oh, and let's not forget that such design should be coded in 15h. Sure dear client. Keep dreaming, idiot. -
How to approach job applications for EU and US market?
I have applied at multiple places and have never made it even to the first stage. The jobs I apply for, pretty much match my experience level and stack.
Does this have something to do with visa issues since I am from the Middle East?
Or is there something else I am possible missing out on.23 -
Has to fix a bug in our old products web interface, how did I ever put up with it. In some places it has 7 nested iframes. It is also some of the worst code I have ever seen, no user input is sanitised plus there is no structure to the code, try looking for a CDs element without going into chrome dev tools is impossible as there are 52 separate CSS files1
-
My gf wants to be a nomad.
I just like to code in my chosen place of work (home) and not lose focus with moving around.
I'm worried, I get anxiety if I don't find myself in places that let me be productive. I'm very much like a cat in that regard 🐈7 -
Turn on colorful lights
Fire up some crackers
Consume sweets
Browse places with friends
Debug darkness
Reboot your inner system
😀 HAPPY DIWALI 😀
✨✨🎈🎊🎋🎑🎊🎏🎀🎁2 -
Found interesting Google Maps link showing places in the USA where you can still get gas for $2:
https://google.com/maps/search/...1 -
Just wasted two hours because C# float.parse only allows dots for decimal places and ignores commas..... But float.tostring uses a comma WTF.
I was writing an obj file exporting the vertices with tostring, then when loading the model would show up broken but in other 3d applications it worked.
Who did come up this bright idea ?2 -
Frontend Developers
checkout this awesome vanilla frontend boilerplate.
I always wanted something like this and never found one.
the main feature is -> PHP's include like feature. eg. create nav.html and use it in multiple places.
other notable feature -> bootstrap's grid (only grid, not whole bootstrap shenanigans) for responsiveness eg. .row, .col-11, etc
and npm install to use packages within the project.
plus more checkout.
https://github.com/MinSomai/...6 -
One tip for all the vim people out there: make a backup of your .vimrc, in at least 3 different places, my hd got fucked up and I lost mine, and when I tried to use the backup one from my pen drive o found out that my pen drive was dead, now it's been 3 hours since o started recreating the vimrc, and it's not even close1
-
Vr headset for working outside. Yes you will look like a douche but has anyone tried it? So sitting in sunny weather, keyboard below, can see desktop in headset. Maybe not a vr headset but something else? Thoughts? Any other 'coding in bright places' tips?5
-
How do you type with pairs of characters like () [] <> "" etc.?
Do you type them both, then move the cursor back and type the stuff inside or do you type the first of the pair, then type the stuff inside and then close it with the second of the pair?
I just realized I do both techniques, apparently randomly, which weirds me out.
Also my IDE often places the second character of the pair automatically.10 -
Do due diligence. Research the prospective employer. If possible, find out what their employees say about them on Glassdoor, and where they rank on Forbes best places to work.
-
People curfew has been imposed today. For the people By the people #India
Appreciation wave at 5 O'clock for the heros working at hospitals, public places, delivery people, sanitation workers, bank employees, etc.3 -
When you spend a couple days cleaning up and refactoring a bunch of classes, then someone else comes in and places needless and empty return's at the end of every method 😒🔫
-
I'd love to be in a place where the act of meticulously engineering a product is highly valued, as opposed to places where they just want to get things done.3
-
Pure coding hackathon where all of three first places where won by pictures and good pitches. (Nothing was coded after 24hours)
P.S. we did google maps with sports events in our city (nothing fancy)3 -
Im trying to land my first internship for Software Engineering anybody have some useful tips or places to look?1
-
Sister dev team shifts to another floor. Manager doesn't shift our places. Says since QA and testers are in this floor itself, stay closer to them -_-2
-
I fucking hate the way we have test in our company. They're worse than useless. They test internals but don't test the actual fucking behavior. I just broke the dev branch with a stupid mistake - because of course one of the core behaviors of our app is not tested. But I had to fix tests in three places just because I removed a useless util in favor of using a built-in JS feature.2
-
At this point of my job search, I'm gonna start singing Ariana's "Thank you, next", after each interview... JEEZ, is there no normal work places anymore?!?!?!1
-
So we had a service provider which would provide climate info. The service is paid for. Then suddenly we started getting irrational or no data. When asking the provider, he said their job is to provide the api and they're not responsible for the quality of the data which apparently comes from other places. So we basically pay for an api which we could have done ourself....2
-
A senior dev wrote spaghetti code containing business logic in the fucking controller with some code repeated in a couple of other places.
This is when a facepalm is not enough.1 -
I’m still waiting for Agile to just go away, it is the reason devs burn out and have miserable working lives. I started my career just before it got a hold and I remember those days being great - going to work was actually my hobby.
The worst places I’ve worked had strict Agile practices, the best has had the most loose.
Just go away already, Agile! You make so many devs lives miserable.10 -
Become a 1st Fellow in my company (c-suite no thx) and align the business and technology strategy. When done, enjoy frequent trips to interesting places with friends and family and work with customers on the go.
-
I always hated handshakes, being an in crowed and public places where a lot of people wandering around so no problem for people like me but i see people are idiots.
BTW i am staying home today. I called in sick (I am not sick actually, just taking care of myself)
Shaking hands, kissing, working together and private offices staying open.
and some company owners including mine are like :2 -
And above all; watch with glittering eyes the whole world around you; because the greatest secrets are always hidden in the most unlikely places. Those who don't believe in magic; will never find it. No man who leads so many would bow down so quickly.3
-
My favourite part is the community. From places like devRant to people commenting on GitHub projects and pitching in where they want to. It's like a family, somewhat.2
-
Network management from the terminal is such a pain in the ass on linux! Far too many different config files in many different places, and I have no idea which works with which!
Just now I managed to fuck something up in my RPi's config, so I don't have wifi access anymore and I didn't have time to find its ip address while connected through ethernet :/
Fuck's sake4 -
The lead UX person at my company wants to get rid of the focus outline in our web apps. Some other people want to change its styling to be less apparent and remove it from some places all together.
I'm trying my hardest to explain why it's there and how important it is to accessibility but I'm at the point where I just want to scream at them. -
Making a dev enemy? Quite simple. Asked too many questions for the dev. I wanted to learn and understand his reasons, he thought I was undermining his position. Other time, I forced him to make the source code be consistent with the structure of applications existing code. Dude came, made some commits adding features in places suitable for him, despite the code having clean layer separation, which took me long time to achieve.
-
Told some Devs today, "I've given you information on how to start testing. Java is easy to test. I've explained why it's important. Now, if the next change you make isn't tested, that's a choice. If you make that choice, please consider other places of employment."
So tired of lazy.10 -
Two sites I visit the most now are devRant and Dev.to.
Sites I don’t visit anymore because of obvious reasons:
1. StackOverflow (bunch of pompous retards who think they know the answers to life and 1 + 1 = 2.
2. Programming subreddit (pretty much boring now tbh)
What other places do you fine people visit when not angry with your bosses or the rest of the world that isn’t the devRant community?2 -
"90's kids are impatient developers and change job too often" is a phrase I hear often from other managers... The thing I always tell is, generations will clash and yea, we grew up wanting to work in awesome places developed by the marketers mind. How can we reach a better agreement? I have no idea!
Just want to wish you all a merry Xmas and keep on ranting!!8 -
It's freaking impossible to debug when the application window places itself on top of Visual Studio and can't be moved :(9
-
Rant: I hate when clients complain about sizing so a team member changes my entire heading system just to change header size without going over it with anyone else I. The teach damn if it breaks shit other places or scrapped many hours of mobile testing, even better then changed class names some places ignoring our frame work and breaking mobile.
-
the feeling when you pick up your AOP library that you've last updated on 10/Oct/2016, has single commit "Initial commit (MVP)", absolutely no docs and you touch a couple of places for 10-15 minutes and boom you get everything working ...
Thanks former self, thank you for actually being more or less logical, thinking and did coding like a boss..
Here we go another with another pet to get refactored and revived -
I know it's taking me a quite some time to release the AltRant update but I am constantly finding more places to improve loading times and whatnot. The fix list is getting longer as I go...
Also, massive shoutout to @johnmelodyme for helping me with the SwiftRant library and finding those crazy bugs and weird typos and genreal improvements, his contributions are literal goldmine!5 -
And above all, watch with glittering eyes the whole world around you because the greatest secrets are always hidden in the most unlikely places. Those who don't believe in magic will never find it
- roald dahl1 -
Am currently loosing my job in London due to no fault of mine. I've got an offer in Amsterdam for €72k. I've no idea how to feel about brexit or it's effects in the near future.
Is the base pay even good for a Senior .Net dev?
Should I take the offer or stay in London? What would you do?
BTW am not an EU/EEA Citizen, I do require work permits in either places.3 -
this is dumb.. i been trying to learn more about google places' A.P.I so i could implement them in android studios... spend 4 hours and all i can see is garbage tutorial and no detail place. oh at least i got my A.P.I key! pshh my googling skills are failing me big time!. make this shit easier google!.4
-
DoorDash wants its non-driver staff to dogfood the product.
lol. ok.
https://sfgate.com/tech/article/...20 -
I was wondering...
What do you guys think of different work places e.g not working at your desk but instead working outside with a laptop?
I think you would lose alot if productivity because your screensize is limited and so on while coding. But if you're just writing/replying to Emails i think it could be fun.4 -
!dev
have you ever tried traveling solo with a travel group?any insights on what to expect and how to stay safe?
i am kinda feeling crazy and might just go on this trip to mountains with this group. my friend circle is shitty and limiting me from going places, I don't wanna stop2 -
Had to add some functionality to another guys GUI code.
He gave me a "template" file (copy of another module), pointed at several places and said: "Make your changes here, here, and here. Do not ask why, do not even think about it. Just do it." -
I was building my web-app using Semantic UI, I can make the components work correctly, but can't seem to make the entire layout look good. Are there some good places for Semantic UI template that I can download or buy? Using the components along obviously is not enough.2
-
So I'm noticing when I'm looking at places to apply, for example let's say discord, uses JavaScript, Python, C++,etc. How do they use multiple languages for one program? It's so confusing for me to understand8
-
Not a rant, but a concern: should I make a bigger effort to take my picture off as many public places as possible on the Internet? I already use avatars for FB and Twitter profile pictures (share photos only in private). Or am I being paranoid? What do you do about it?7
-
I have to build a webapp in a month that parses through PDFs and inputs data into the right places for at least 3 different PDF documents. We would have had more time but so many delays in the class has led to this shit show being accelerated. I'm not ready.4
-
Moving out of India(or your country) or Travel to your favourite places once a year?
Goods and Bads.
I'll go first, I'll prefer the second as I really am scared of all the loneliness and mostly want to travel to Europe and not US. In Europe I think benefits of a techie is quite same as in India.3 -
Please, before exporting anything in whatever editor you use, check if it is in UTF-8. Today I didn't knew why my new font wasn't working in certain places and I later discovered that more than 9000 characters were replaced by the replacement character...
-
I'm currently pursuing engineering in an Indian engineering college. Needless to say the college Curriculum isn't going to take me places.
I like programming and I feel I'm pretty good at it. So I need tips as to what I need to do apart from college to pursue programming.
I have recently started learning Android development and web development in the college.
So any tips from devs would be great!3 -
This is from riot.im on my phone in Chrome. Somehow the rest of the site is fine, of all the places to fail at styling!
Also that's not very many languages to make a claim like that, I appreciate the effort but they've only got 1/2 languages there for me xD2 -
Where are those times when nothing worked?!
Now everything works right after tremendous hustle.
okay I'm pissed off because of 3 coffee places sucked either with itnernet, or no customer service . or just closed.
then my freaken headphones.
the last one is just shippable decided that my browser is not defined.
lessons ! -
Support devRant feature - is it geographically restricted? Every time I try to enable it (like, every time over various days from various networks/places), I get an error...11
-
I created a WPF User Control similar I guess to the Android GridLayout.
It just automatically places a list of Controls into the next available cell... in a inner Grid control...
But what is so bad about this that it wasn't built into WPF in the first place? And is there actually a full implementation?
I Googled before writing this but don't think I found any existing ones.
https://github.com/allanx2000/...1 -
A tale as old as time:
Customer: "This is wrong in all these X places!?!?!?"
-screenshots, panic, etc.-
Many emails and clarifications later we find out it is wrong ... in just ONE place ... and it wasn't even one of their initial examples.
Customer: "Why does this take so long to fix???"
Bro.... -
I'm thinking I know why the approximation graph of my ML goes sideways.
It can never reach the solution set completely because the solution set has decimal places to the 1x10^(-12)2 -
Wordpress is such a slow shit!!! It doesn't matter how many plugins for optimization do you use, this shit is always slow! why this kind of tech has to exist in many places of the internet 😒😒6
-
Wasted two hours configuring a new application server, because there are over 9000! places where properties must be set...4
-
And above all; watch with glittering eyes the whole world around you; because the greatest secrets are always hidden in the most unlikely places. Those who don't believe in magic; will never find it.
- Roald Dahl2 -
Broke my leg in 4 places on Friday and the biggest thing stressing me out is not being in work. What’s going to happen with all my project deadlines2
-
Two weeks after being told I’ve got the job I still don’t actually have the actual offer or info on what team I would be joining / role I will be doing.
😡
Meanwhile recruiters are hounding me and other places are interested. Ffs7 -
Today at work an interesting project came in, so we need to do vapt on a Shopify store and they want us to figure out how their customers are getting fraud calls
Basically whenever their customer places an order, after that the customer gets fraud calls on their mobile phone saying they know all the details of their orders, address, etc things
Where do you think the customer details are being leaked at??10 -
Hi Hi fellow devs and sysadmins hiding in the dark,
In august of next year I need to do my final internship for my IT Management Study in The Netherlands. My study level is between the US Community College and Associate Degree.
As you can see from the tags I'm looking for a International internship as I'm looking for experience and a challenge but its annoying and pretty hard to find something on the internet due to all of the places that "help you find a place" that ask 4.5 EUR.
So I wanted to ask you guys for help, I'm looking as you can guess for a IT Management internship and I have a slight preference to Asia(With very big preference to Japan) due to interest in the culture.
If you guys know of any places in your company or other places I would love to hear and if you have tips please share them.
Best regard,
Marcel aka inpothet3 -
I believe ternary operators should be banned in python/ruby. They are confusing, irrelevant and people use them in bizzare places.4
-
what if for some magical way you can switch places with the client... on the things I will do to him...
-
Frontend devs (of any variety):
Do any of you create your own illustrations, animations, etc for the products you create, or is this handled by designers?
At my current place (app and web agency) we leave it all to the designers, but my manager said that at the last few places they'd been (all web agencies), the frontend developers did that stuff themselves4 -
Why do I feel like the keys on my keyboard change places whenever I change my IDE?
Whenever I switch from Eclipse to Vim, I need to spend like 30 min getting use to the "new" key arrangement and to stop hitting "z" instead of "shift".1 -
I want to learn how audio and video players work. maybe even make one for practice. does anyone know any good places to start?1
-
One of my side projects was on hold for 8 months because I ran into a minor technical issue maintaining consistency between snippet generation in a few places.4
-
About the devRant podcast... Why they don't have a feed (I know you put it in many "funny places" like Google play, iTunes, but I like to use WeCast to listen to my podcasts...2
-
I keep getting emails from people I don't know that are like conversations, leading me to believe they aren't sent to the rightful owner. Most of the time, I see the email has uppercase at some places (when mine doesn't).
I just wish the companies could put a mark somewhere in their page when entering an uppercase email that mentions the fact that it doesn't change shit, getting really annoyed from receiving these mails not directed to me 😒 -
I have returned to work in one of the best places where I have worked but one of the few things that I hate is that they force me to use Win104
-
Excelling in my job depends on me understanding where the company has been burned in the past. Once I figured out those places, it's easy to see why we prioritize certain decisions.
-
Today I am venting with a text I sent to my friend and colleague:
"Awh fuck when I tried to get all the pieces together - migration and elitism - there were bugs everywhere, even from places I thought I had sorted out. BUGS, BUGS never die! 🐛🐜🕷🐛🐞" -
The Open Source Software Community is one of the few 'places' where Anarcho-captalists and Anarcho-communits will gladly cooperate and I mean it as a complement.1
-
Everybody's waiting for the new iPhones.
And I'm like: Hmm ... the iPhone SE is now cheaper 🤔 *places order*3 -
"How can there be too many typefaces in the world? Are there too many songs, too many books, too many places to go?" - Rian Hughes1
-
There are places like Las Aves Archipelago or Ascension Island. They feel like some kind of best kept secret, like you’re not supposed to be there.
Do you know other places like this? Other than these two, I know Saint Helena, but not many more. Am I the only one who feels this way? -
Office prank I pulled: Halloween party, the office is decorated, and there is a fake spider that I use to scare unwary victims.
Office prank other pulled: a printout picture of the grudge ghost was place in places like, laptop, side of a wall, clinic curtain, etc. That even if Halloween is over there as still some victims.. -
You people do know all this added reorganized convenience in some places if left alone would have made things so easy if the other aspects hasn't been subtle acted by some fags
Less horror more function !2 -
What places do you guys recommend for the job search?
I'm currently using Indeed and StackOverflow Jobs, but I'm not having any special luck there.2 -
Currently a front end dev but I want to move to back end development eventually. Any ideas on the best ways to improve my c# skills or places with the best tutorials?1
-
Dream job:
Insulates from this weirdo crap
Prevents time from recycling
Provides adequate income
Promotes health
Places you around respectable people.
Encourages happy feelings in the pride your job creates.
Attaches you to a poweful body of people who can offer protection against the ugly truth of this country.
Allows life to continue normally.
Places you around people worthy of friendship.
Interesting in at least some way.6 -
Programming often ends up in interesting places.
Spent a whole day interpreting a golang SDK in python only to realise that I just have to learn go, not cool google!1 -
People all over the world own dogs as pets. In some places in the world people eat dogs.
Is it okay to feed your pet dog the scraps left over from eating dog?
I also pointed out to a coworker that New York has huge rats. I then said: "street steak".
The response was: "Why?!"2 -
is it good to copy from one place and commit forgery or copy from multiple places and make it a research
-
I’m new to using gdb to debug. It could detect the places where I was getting SIGSEGV randomly. But there are also rare cases when the program just gets segmentation fault as soon as it starts, and it when that happens, even my gdb gets frozen and I have to shut down my terminal altogether.
What’s with this ? Is this some sort of kernel error (like Bus error) ? I’m using macOS Catalina and gdb 9.1.2 -
I am thinking of getting a pine64 phone from people who know more about it than me should I
PS.I plan to use it as a portable developing machine for places I cant take my laptop4 -
How to change gtk theme in KDE only for small amount if apps? My Eclipse suffers from breeze-gtk, foreground and background are same color in some places
P.S. I'm on Arch Linux distro -
I had implemented an interval that was added when the viewport was active, and removed when inactive. This was to lessen the amount of ajax requests being done.
Though the little radio player was embedded at places, and thus the pictures didn't change at times.
I had to remove the inactivation of that interval. -
three places where exceptions are being thrown...
They all got the same error message
#happydebugging2 -
Just found this article sharing the opinion of a dev on software project fail with points I saw mentioned here on devRant, but also on other dev-related places. What do you think about it ?
https://codeproject.com/Articles/...1 -
Interviewing is a skill. Technical interviewing is a skill related to but not totally based on coding knowledge. You need to flex this muscle.
Try mock coding interviews with friends. Set up interviews at places you don't necessarily want to work at. Take coding interviews even when you're not looking for a job. -
Astronaut was always my first choice. But I suck at math, so logically I chose programming. ;)
Librarian sounds like a nice job. Sometimes I wouldn’t mind being a truck driver. Would get to see lots of places and the pay is really good right now with shortages of drivers who aren’t high on drugs every day. -
Trying Laravel for a few hours...
God I hate it... everything is in dumb places, need to do 3000 things to get something to work that'd take me 5 things in CakePHP... and my folder structure is already cluttered af D:
How do people like this turd D:14 -
App for hitchhiking: map for places(with clustering) is almost ready. Other features like offline work, routes and more are on the way!1
-
So a the noob I am, I have never coupled my programs with a GUI and only doing console apps, so I wanted to ask you; when making programs, methods and whatever, how do I link these methods to areas in a GUI to make a "proper" application for let's say windows? Any good places to go for ideas and whag framework is recommended?9
-
Assert ref != NULL rather than conditional check it more often.
Silently returning / ignoring is way worse if object was meant to be valid.
The caller should deal with it. (As abstract as possible preferably...)
Obviously there's places where conditional is necessary.. but silent null checks can cause more pain than good. -
My docker container does not have internet access. I tried so many things from multiple places but unable to resolve the issue.
Please help anyone has faced this problem.
Specifications - CentOS 7, docker ce 19.3.016 -
Does anyone know of any OTJ type places in the CSRA or online? Specifically in design or data processing? Online is great too.
-
How to people enjoy office jobs in places where it’s basically summer all year?
We get a 2 month window of good weather where I live and the last thing I want to do right now is grab another ticket to work on. -
The ransomware which has been affecting many places over the weekend is named perfectly for how I feel going into work this morning after being away for a week training wannacry.
-
You know I got rufied in two places named west Chester and woke up back home
One was in Il one was in Pa
Why are towns with that name filled with fucker up freaks specifically ? -
How old do you have to be to rent a car in the US?
I first flew alone to San Francisco when I was 20 years old. I wanted to rent a car to see more interesting places in San Francisco. As it turns out, rental car age requirements are important when you're on the road. However, people under 25 can rent some vehicle classes for an additional daily fee.6 -
Trying to pick up React for web dev (now that they're cool), what are some of the best places to go? Tutorials, articles, websites, videos, courses welcome.
-
God I hate old pedophiles that look for every reason to push their luck further.
They shouldn't be breathing much less working in places their are children around.2