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 - "include"
-
devDuck holiday promotion! For every duck you order from now until the end of the year, we'll include a free adorable Santa hat to help keep your debugging in the holiday spirit! Order now from our swag store: https://swag.devrant.com/collection...43
-
Dear assholes of the internet. Next time you publish an article/tutorial/story etc, PUT THE FUCKING PUBLICATION DATE AT THE TOP.
I don’t care about your need to be minimalist, FUCK YOU, INCLUDE THE DATE.18 -
Creating a new account is always fun...
"This Is My Secure Password" <-- Sorry, no spaces allowed.
"ThisIsMySecurePassword" <-- Sorry, Passwords must include a number
"ThisIsMySecurePassword1" <-- Sorry, Passwords must include a special character
"ThisIsMySecurePassword 1" <-- Sorry, no spaces allowed
"ThisIsMySecurePassword%1" <-- Sorry, the % character is not allowed
"ThisIsMySecurePassword_1" <-- Sorry, passwords must be shorter than 16 characters
"Fuck" <-- Sorry, passwords must longer than 6 characters
"Fuck_it" <-- Sorry, passwords can't contain bad language
"Password_1" <-- Accepted.25 -
How my C programs may as well be written:
#include<stdio.h>
int main() {
printf("Segmentation fault\n");
return 0;
}6 -
My manager suggested that we include a "stupid user mode" in our application.
Everyone seems to be happy with that :)6 -
All the new computer science students at my university refer to include statements in C++ as "hashtag include"23
-
PSA: Please don't dump 10GB of your personal photos on your company's shared drives. Especially dont have the photos include such things as nudes and pictures of your social security card.
-- kthx7 -
When one of the newest developers submits code that looks 100x better than his usual stuff and you respond "You need to include the link to where you got this"3
-
Fuck any dev who thought playing sounds automatically on a webpage or on a mobile app without user's consent is a good feature. Especially when you don't even include a setting about it.
Yes I'm directly swearing at any devs from Instagram.10 -
So sick of my colleague who keeps writing:
if (something) {
doWork();
} else {
}
He insists that it is the best code style to include the empty else clause. WRONG YOU #!*&@!14 -
Client: Please remove the address inputs from the inquiry form. Our marketing strategist said that more people will fill out the form if there are less input fields.
Me: But you are required by law to include the address in the generated inquiry PDFs!
Client: Can you remove the fields and still include the address in the PDF somehow?
Me: No. How would the website know the users address without asking for it.
Client: Okay. Wait! Can we change the form to just one large input where the user has to enter everything at once? That is even less inputs so more users would do it, right?
Me:...6 -
Education courses nowadays be like,
- Website Development Course @ $49.99
- Security in website Development @ $45.99
Combo offer @ $60.99
=> Hurry up, LIMITED PERIOD OFFER!!!!!
// Like for real??? Why don't you include Security in website Dev course, it's a part of it.9 -
@dfox Can we have the option to include code blocks in rants and comments? So that they're formatted as monospace text? I mean we can get around it with pictures, but it would be a nice option to include code with an appropriate font. =)12
-
Haha.. Wtf? 😂😂😂😂😂😂
newsthump.com/2018/09/13/iphone-xs-to-include-revolutionary-arsehole-recognition-technology/34 -
My first code :-
#include<stdio.h>
void main()
{ printf("Hello Divya"); }
Output :- I have a boyfriend...1 -
For any job, you can include in your resume, without a hint of lying, that you are Time magazine person of the year 2006. Seriously.1
-
My first code:-
#include<stdio.h>
void main() {
printf("Hello Priya");
}
Output:- I have a boyfriend!9 -
devranters account registration could include coding knowledge test to keep out snooping PMs? but instead of denying them access on failure it could just silently filter them all to their own channel >:)8
-
Wow Mozilla published an infographic instead of an actual blog post and didn't include an alt-tag. Let's just ignore the fact that blind users exist and use screenreaders, articles about privacy don't apply to them right?9
-
So this is a comparison of mobile contract prices in Europe which include 50 GB per month. I think I don‘t want to live in Germany anymore 😓
France: 14,49€
Swiss: 25,46€
...
Germany: 199,95€30 -
Dear Luis,
If you are an anonymous hacker, please do not include your name in the mail.
Sincerely,
cursemeslowly a.k.a the person who has visited a porn site and supposedly being hacked by an Anonymous Hacker named Luis18 -
"Install through npm"
"Install through gulp"
"Install through compiling"
"Install through x"
"Install through y"
WHY CAN'T I JUST SIMPLY INCLUDE THE MOTHERFUCKING THING IN THE HTML LIKE A FUCKING NORMAL PERSON?!
ALL I WANT IS TO INCLUDE A GODDAMN UI FRAMEWORK.
When I just started web development, this stuff was so fucking easy! Why did it become so motherfucking complicated to include simple shit like this?!
All I want is to start programing this motherfucker, not spend 3 hours on compiling CSS and whatnot (because I'd have to learn this bullshit first).
Mother of god, why did this become so fucking obnoxious?
I. JUST. WANT. TO. INCLUDE. TWO. FUCKING. FILES.69 -
#include <time.h>
char*w = "AAAA########+++///9999AA Good %s!\n\0Morning\0Day\0Afternoon\0Evening\0Night";
int main(){time_t t=time(0);return printf(w+25, w+w[localtime(&t)->tm_hour]);}
//bisqwit's code8 -
Calls between Saturday morning at 6 am and Tuesday night at 5.
*does not include calls my teammates worked*21 -
1. have an exciting app idea
2. create project folder
3. include WebPack
…
47. lose all passion for project and give up
GOTO 11 -
You’re a fucking demon if you don’t include a README.md.
Thanks you for reading my GitHub complaint.4 -
#include<iostream>
#include<getch()>
....
Yes, he was our OS teacher and he was trying to write a C++ program.3 -
Folks, please:
If you grab pics or comic strips to post them here, include at least the link where you've found it/taken from. -
[CMS of Doom™]
The gift that keeps on giving...
When you think you've seen it all after 7 months in legacy hell, you get another gift:
Let's say you use PHP, but your IQ is in the zero-ish range, then it is obvious to:
- use define() for constants in all your config.*.php files
- then include said config.*.php files multiple times
- and because define() doesn't overwrite the same constant, because it's - you know - a constant, you instead of including just do a file_get_contents() to read the PHP file as string and then parse the values by Regex.
The dev who wrote this was truly one of the devs ever.12 -
"iOS Development is easier"
Yeah, right? There's no dropdown, no checkbox, no radio button, no placeholder for multiline textfields, ...
Motherfck!
You have to manually do everything yourself and lay things out in their messy slow Xcode. Apple doesn't include important things only because they have randomly decided not to include them! Fuck this job.6 -
Yeah, thanks for blocking my comment but can you help us tell these fuckers to include what they have tried before posting?4
-
#include "somefile.c"
My teacher: "Including a .c file instead a .h header is a mortal sin."
This was long ago, so I believe gcc has already forgiven me.2 -
Since I'm still alive and the future parts of my life is a mystery , I say:
#include <limits.h>
int main(){
int worst=INT_MIN;
int best=INT_MAX;
while(1){
//keep coding
if(dead) break;
}
}2 -
There’s a special place in hell for fuckwits who create tickets and don’t include the fucking error message.8
-
I been seeing spam on devrant lately. It is usually a new account which only have 1 rant (a spam)
Maybe devrant should include some kind of "Are you a developer captcha" which make you fix a bug before creating an account.17 -
A friend of mine who just started work as an Applications Developer. One of his duties is to I quote "Create and maintain inventory, which may include hardware, software and various items such as toners and peripheral equipment"
We had a good laugh together.4 -
I love Windows Subsystem for Linux for one reason.
#include <ncurses.h>
I love making ncurses shit.
Fuck. YES.6 -
What kind of fucktard thought it was a good idea to include html in their API endpoint? 3€ per 1000 requests? YOU should be the one paying me to deal with this shit. Even enforcing class classnames...3
-
That moment of chills down your spine when you delete a few records in a huge production db and thinks "strange, this is taking longer than it should?" and suddenly realise that you forgot to include the "where"-clause in the statement...3
-
Got bored and opened /usr/include/stdio.h to see if I can learn something from it.
But what I found... I now cannot unsee...
This whole time... it was all an illusion...
Life will never be the same again.4 -
I once had a class mate who argued that coding in C not only produced faster code than .NET C#, but that he could actually produce applications faster than me in C.
I challenged him to make a Web browser. While he was struggling to remember if it was #include <stdio.h> or #include <iostream>, I started typing WebBro... and let IntelliSense work it's magic.
Needless to say I won.
Sadly, he wouldn't admit his defeat but went on about how much faster his browser would run in the end...
He has yet to release a Web browser written completely in C.15 -
"UPDATE table SET field = 1"
Neglected to include "WHERE ClientId = XXX"
1800 users loose access to thier software in the middle of the day
Restored in 10 minutes thanks to disaster recovery policy.3 -
*Sorry, the password must have only 8 characters and must include a letter, number and a special character*
Fuck you!2 -
Wow the security by captcha!
Guess what? IIT Kharagpur is considered one of the best institute in India to study Computer Science and its major in research include image processing4 -
The joys and sadnesses of being a Teaching Assistant also include witnessing and sending half of the students taking the course to the Exam Committee when they all copied the same code from StackOverflow. At least I don't have to correct their assignments ¯\_(ツ)_/¯4
-
If your cookie preference setting doesn't include triple chocolate then it's not much of a cookie preference setting3
-
I'm wanting to try and develop an Android app, but I want to include Add and a paid version.. what's a good closed-source license? (I'm used to working with GPLv3)
I basically want to hold all rights and disallow modification and distribution.10 -
Just fucked up two times in one week.
I was supposed to send alpha version of our app and also server configuration. I ended up sending configuration for completelly different server.
In second delivery i included correct configuration but forgot to include some jars ...1 -
VMs.....You always have to install Google chrome... Can't OSs just include it in the installation? No Microsoft is forcing you to use Edge and Internet Explorer6
-
When a coworker repeatedly alters GIT to include log files that only break the shit out of everything. That's fine, I like reverting production on a daily basis.
Thanks 1,000,000 John.
Enjoy your cocktails while I lay under the vending machine, you piece of shit.2 -
Bought a new hard drive, it's great and all BUT WHY DIDN'T THEY INCLUDE A SATA CABLE!!??
now I have to order a SATA cable and wait 2/3 days -.- I just wanted to increase my home server storage...2 -
Calling all Devs 🤙:
What's the _best_ worst code you've seen in the wild in your corporate codebases?
Include a snippet of the traumatic lines in your comments!
I'll start with a classic:
$send = $enabled ? true : false;14 -
Oh please it's weekend. Don't call me or message me, especially if it's not urgent 😡 My contract doesn't include selling my soul.3
-
I was asked to debug a website. Quoted an hourly rate. The first file I open I saw this and instantly requoted my rate to include the "Are you f*cking kidding me?" factor.4
-
How is it that after restarting... and updating Windows I go from 10GB free (no idea how it got so low) to 39GB free... and apparently that doesn't include the 27GB that Windows.old takes up?
And why does it thinking deleting all files in Downloads is cleanup...5 -
A client of ours renewed their SSL certificates without prior notice.
The app we developed for them uses SSL pinning.
The app does not include the new certificates.
The entire userbase is hereby locked out of the app.
Fun times ahead 🙃1 -
CSS + Noob + Import html
Hey guys
Need some help here.
Is it possible to include an HTML file inside another HTML file without an iframe? I wanted to create the structure of the page in one file and include it inside another HTML (for example, have one index that dynamically includes an HTML file in a section, called by the menu OR having the menu, top and footer in one or two files and include them in all the other pages...)42 -
After coding in c++ for a week now, whenever I type '#' in todoist, my fingers automatically type #include.
And then I correct my mistake. Annoying, but cool -
Most useless feature: an extension that did the exact same thing as an opensource extension so that the company could hide the code and not include licenses (???)
ps.: they obviously used open source frameworks and libraries -
I just found out that my partner writes his increment operators with a space between the variable and the operator.
i ++;
anybody else do that because he's changed parts of our code to include the space and it's frustrating7 -
The client asked me today to include Internet Explorer to the compatibility list. After 5 minutes of continuous refreshing, Internet Explorer finally shows me in developer tools that it does not support Promises and Object.assign().
At that moment, my Promise to the client also failed.5 -
Stopping a heavily used script in production, because management wanted a print statement to include a period at the end.
-
Anyone else have trigger words that make them excited about programming?
I can come home from a full day of work, hear the word "append" or "include" and then instantly want to down an energy drink do another 8 hours.5 -
include <studio.h>
int year;
int main(){
if (year==2016){}
else{
printf("Happy %d!!",year);
be happy;
}
return 0;
}6 -
When the QA reproducible steps might as well include all or one the following:
1. Stand upside down.
2. Wait till the moon turns red.
3. Hop on one foot. -
Always include import statements. Always. No excuses. I don't care if you can't be arsed to copy-n-paste an extra bit of code.
Nothing worse than trying to learn something new, copy-n-paste a sample code then your wonderfully helpful IDE asks you which of the 8 matching packages you wish to import.
When someone asks me, "where did you get that", I don't simply say, "a shop"!!
If you don't include your imports in answers then I hate you.6 -
include Brexit;
include UKIP.bullshit.*;
Brexit.fuckUK(true);
UK.invoke(50); // Leave EU
Scotland.gainIndependence(true).request(EU.membership);
NorthernIreland.merge(RepublicOfIreland);
EnglandAndWales = UK.remains();
UK = null;2 -
#include<rant.h>
#define useless unnecessary
int main()
{
Fuck off Zuckerman and any dev who codes such shit for useless permissions and especially FUCK YOU CLIENT for asking your dev to ask for all useless permissions for your fucking app just because you think it's cool ;
return 0;
}12 -
Just had a CS test.
I absolutely annihilated my hand and those questions. It went so fucking well. I was allowed to take pictures of my answers to check if they were correct at home. I’ll include them here.14 -
Why can't big companies like Facebook include a fucking change log I the update description in App Store?2
-
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
void setDate(const char* dataStr) // format like MMDDYY
{
char buf[3] = {0};
strncpy(buf, dataStr + 0, 2);
unsigned short month = atoi(buf);
strncpy(buf, dataStr + 2, 2);
unsigned short day = atoi(buf);
strncpy(buf, dataStr + 4, 2);
unsigned short year = atoi(buf);
time_t mytime = time(0);
struct tm* tm_ptr = localtime(&mytime);
if (tm_ptr)
{
tm_ptr->tm_mon = month - 1;
tm_ptr->tm_mday = day;
tm_ptr->tm_year = year + (2000 - 1900);
const struct timeval tv = {mktime(tm_ptr), 0};
settimeofday(&tv, 0);
}
}
int main(int argc, char** argv)
{
if (argc < 1)
{
printf("enter a date using the format MMDDYY\n");
return 1;
}
setDate(argv[1]);
return 0;
}7 -
Saw @Linuxxx sad cuz his name was not among @BroCow porn tags.
So I figured I'd rant to include his name with triple xxx in rant.
Oh on a side node..
How's things going, @Ashkin?
Bad Trifecta still got ye down? :/..22 -
So today Mozilla updated Firefox just to include an incomplete downloads tab? Dafuq are they thinking 😒2
-
Am I the only one who hates to see tons of inline JS on a website?
I always put all JS inside files and include them. -
!rant
Will this code be compiled ?
#include<iostream>
using namespace std;
int main(){
int 🥩=1;
int 🧀=1;
int 🥬=1;
int 🍞=1;
int 🍅=1;
int 🥪=🍞+🥬+🍅+🧀+🥩;
cout<<🥪;
return 0;
}12 -
Never include freelance as a budget source in daily expenses. Think of it as a reward only! Now, plans are cancelled T_T1
-
I am building my portfolio website and added a contact section. In the API call to the backend, I am logging potential API failures to Firebase Analytics. Is it ethical to include the request data (content of the contact form) in log data?5
-
without deciding on what content to include, how can you ask me for the layout of the landing page 😡1
-
#include <iostream>
using namespace std;
int main() {
cout << "Hello world" << endl;
}
If it works, It's time for a coffee break!! :)12 -
Head of technical team thinks it's a best practice to include stringified JSONs in the HTTP GET request parameters...3
-
How can you call yourself a code if you live in a city and never experience the outdoors, trees, birds, life. I do it all the time and it gives me so many more ideas and concepts to include in my coding.
#include <outdoors.hpp>6 -
So I work at a digital agency and the second my manager heard Twitter had upped its character limit he started planning out all the new hashtags and emojis he’s going to include to max out the limit.
Please Twitter, stop.1 -
Favorite place to code include:
+ Bed (laying down)
+ Bed (sit up with pillow fort)
+ Bathroom (with laptop wrapped in plastic food wraping in bath)
+ Bathroom (on toilet) -
shiiiet i was looking for some ascii art to include in my html found this gem
http://www.asciiartfarts.com/
There's some really weird shit there ...1 -
why can't we take screenshots that include text? like a pdf. can't the os just detect where the text is off the application uses the standard library to draw out its text elements.6
-
The best way to get funding from VCs now is to include the following words: ML, AI, IoT. To even blow their minds more, add Blockchain.2
-
I love the simplicity of jQuery and Angular 1.0 - you just include the JS files and off you go. No additional dependencies or messing around.4
-
When you realize devRant's SEO is pretty decent and you were getting doxxed from your old account so you change your name to fullstackclown 🤡
(tried to include the emoji in it but once again devRant is too smart for me)8 -
Barracuda Email Firewall for Dummies:
1. Email Client with perfect grammar and nice subject line. (Email rejected)
2. Change subject line to include Russian and Chinese characters along with discount advertisements for Xanax and male enhancement pills. (Email sent!) -
> Contribute to someones project
> Wait half a month for a response
> Ping them
> Have your PR denied without reason
> ??
> 'I reviewed it, and I'm not gonna include it.'
How about you say WHY you didn't?! -
Spending hours upon hours trying to understand C# entity framework relational data mappings, going to the extreme of looking at LINQ queries, writing and rewriting over 100 lines of code only to find I needed to write the joins in dot notation on the include!5
-
Finally got to release v2.1 of MultiCube. Now I finally decoupled input, processing, and output :)
Next version is going to include Gamepad support as well, for better cube control. :) That version is going to come only next year though.
https://github.com/filthycoding/...5 -
Reminder, include legal language in next project that says if we're using JIRA then we're using JIRA and not a thousand emails with requirements embedded in spreadsheets and PowerPoints.
-
I fucking hate 1 week sprints that include review, planning, and retrospective, so technically the sprint is 4 days.1
-
#include <stdio.h>
int main()
{
printf("Come at me. I give opening curly brackets their own line, use Dvorak and use tabs!")
}5 -
Going to design a contract for my services it's going to include additional costs for additional changes because with clients the job is never done 😉😉3
-
@dev-rant @dfox @trogus
Feature+bug
I think it would be better for the development of of the app to include a feedback/bug option.
Bug-> I changed my password on a different phone but the current phone didn't ask for the updated password, and logged in.7 -
#include<semester.h>
#include<tension.h>
void pain()
{
mind=confused;
while(study!=done)
{
paper = back;
parents=scold;
}
if(i==pass)
{
tension free;
}
else
{
go to hell;
}9 -
My wife and all of our friends are Brazilian. When they are all talking in a group in Portuguese, my mind wonders off and wishing I was back doing my coding.
Like, if you want to include me, talk my language! English, PHP, JavaScript... All acceptable.2 -
I said do fucking not include log files in the git repository! I have removed them and added them to the gitignore and there are they again...2
-
Best documentation, cakephp/laravel
Worst is by far Java docs...
for fucks sake include some useful examples i dont wanna see a table with parameters, My IDE can provide more helpful info than that4 -
Ridiculous when ftp guide doesn't include anything about how to change root directory.
"All these commands and Voila! Yiu have your vsftpd server running"
ok but what is the root directory tho?2 -
I've been meaning to work with the Spotify's Python API 'Spotipy'. Any good suggestions to make anything cool with it? Can include Machine Learning, IOT, etc.7
-
How to sell a useless product
Include those words: #blockchain #cloud #AI #chatbot #machine_learning #bullshit ..2 -
*sends message in a thread at work immediately responding to message from another person*
*no response in more than 10 minutes*
*edits message to include apology of some kind*
Damn it, self. Why do you feel you have to do this?!3 -
please tell me who had the great idea that someone should put screen shots of a web page in a excel sheet to include as their "bug" report. I cant fathom that someone once thought this idea was "good"1
-
man just please include the using statements in your examples, because i don't know what namespaces i need to use in your dumbass examples4
-
Does anyone else include greek letters in their JavaScript variable names just to fuck with co-workers?1
-
Password must include at least one uppercase letter, lowercase letter, number, and symbol ~!@#$%^*-&;?+_. No other types of characters are allowed.3
-
I hate it when you ask a question on so and include the complete code and everything and just get a -1 and no comment or anything.
What the hell. I doing wrong, please tell me !!!5 -
So today our informatics showed us how to download a file from the internet using Firefox.
It was BlueJ...
So he told us the people who develop BlueJ randomly include the JDK in BlueJ or don't.
He told us it's a bit like Russian roulette whether JDK will be included or not.
What he didn't know,
the standalone version for Windows obviously included it (.exe... ) and the version for other systems doesn't include the JDK.....3 -
The other day I was working with libpulse in a Qt project. Because I didn't like to deal with a C library from C++ code I copied wrapper code from a well-proven project. Suddenly the wildest compile errors occurred when I only tried to include a header from the new code. After hours of frustration towards me, C++, the compiler and everything involved I discovered that one of the headers I copied had the same include guard as one of the existing classes.
-
I just startet my masters in CS and I‘m still unsure if I should switch to IT-Security.
Our university plan in CS include some completely off topic stuff, like economics.3 -
My favourite bug reports are the ones for where something is missing. No details on pages, or steps to recreate, but they do include a screenshot.
Essentially, they go "Here's a picture of something that isn't there."
Great, thanks, I'll get right on that. -
@notRant
The devRant team seem quite humble. I feel it's quite important to have a humble face to your user base, because without it, our jobs as devs would be meaningless, even if you develop a cool app like {{ $coolApps[0] }}.
@include('funny_meme.jpg')
@endNotRant -
i think it's nice that the company wants to include me in the administrative meetings, but honestly i have no clue what they are talking about and i could be doing my tasks
-
What is your Favorite library that you always try to include in your code?
1)Logger
2)Sockets
3)Error Hanlders
4)Other if so mention what is that Library
The above question is for any programming language9 -
Best project management tool for webdev, for small/medium sized teams (5-10 people) and projects? Must include quick project setup with checklist templates.7
-
Want to waste some time? Tell duplicity to
- - include /home/user/A/
- - include /home/user/B/
- - exclude /
and watch it backup only *part of* B.2 -
Just like there are many programming courses, bootcamps etc. there should also include documentation bootcamps and courses1
-
Showed this one to my manager the other day, she wanted to include it in our documentation for new team members...
-
Create a resume
Include your educational background.
Include your work experience.
Upload resume to a job site.
Fill out a custom form requiring the exact same information in the resume.
Makes sense.1 -
Well, if your backups don't include /etc/nginx, make them include that directory. Mine's gone and I'll have to configure that again Friday evening. Woops.5
-
So you write multi-threaded programs in Perl; Does this position also include a gun to shoot myself with?
-
Why can't Facebook just include messaging? Also, can you remove unnecessary code? You take too much space on my phone3
-
If my 'official' job title was programmer but I was also doing network troubleshooting and administration as well as server configuration cause we had no one experienced to do it should I include that on my resume or would it look fake?
Should I only include the programming stuff since that was my job title5 -
>autoconf && ./configure && make
make uses stupid includes like "-I ../../gcc/../include/../include/../include/whateverthefuck"
Thank you make, very efficient -
Okay Google, the "missing" info is missing an option to include the missing search keywords again. Why do you think I used those keywords in the first place?
Can't we get a decent search engine in 2022?6 -
So `aws-sdk@^2` happens to include an ancient polyfill `url@0.10.3` which breaks webpack, specifically fork-ts-checker-webpack-plugin, causing it to warn about the inexistence of class "URL".
And this is the default included package for AWS Lambda node.js runtime.
wow, just wow.1 -
When a programmer gets a hangover
"I am going to get a new shirt()"
"That shirt is #ffffff"
"Do remember to #include<studio.h> this item in your to-do list" -
Taking into account the way npm manages dependencies, how many modules do you think I had to include to download the whole npm?
-
"Just let me know when you're done (today) with that handful of JIRA tickets that are not reproducible, have no description, and include no error information. We need to get them into the next release."
Yeah. Yeah, I'll let you know real soon. -
linus torvalds has complete power over linux. huh.
that means that he's likely to include linux in his will.
could you imagine inheriting linux?12 -
If you backed something, and they ask you to provide a name to include in their special thanks would you:
- Use your full name for whatever the outcome will be (successful project or just a terrible failure)
- Use a nickname (Like this one on devRant)2 -
Trying to learn something new.
Find a library in a foreign language. It's c++.
Unable to include lib.
Copy contents
Try absolute path
Compiler gives me the finger
Abandon project -
Searching on Google for some obscure technical possibility but only getting the most common results...And my search query has more words -to -not -include -than -ones -to -include....ugh!
-
#include <midsemester.h>
#include<tension.h>
Void pain()
{
Mind=confused;
While(study!=done)
}
Paper=blank;
Parents=scold++;
{
if(i==pass)
tension free;
else
Dad's belt;
}
.
.
OUTPUT:
compilation error....Engineering detected. -
I want to introduce a pitchfork to the absolute dumbfuck who decided that MODX errors should include only the file where they were reported, which is usually engine code, thus telling me nothing about what code called the engine function incorrectly.
-
I don't know how it's out there, but where I'm from, we don't get a lot of practical classes. The curriculum has tried to include practical alongside theory but its just not working. All we do is theory and more theory. Maybe include a major portion of marks for practicals rather than theory. And yes, please no coding in paper.
Another major thing we lack is teaching logical thinking. I have met final year under grads who find using a (!foo) to invert the value of foo mind blowing. They would rather use a full blown if-then statement to do the same. I think we need to incorporate chapters that motivates students into logical thinking to make better programmers.
Another essential part CS education around here lacks is in relevant examples and chances for internship. If you're studying something, I believe you would understand it much better if you see and experience it. Curriculum should include a real world project that you would use in a daily basis. Maybe break down and analyse a successful application and its component. -
C++20 Modules ! I can't wait to get rid of includes and include barriers ! Still prefer Rust though, borrowing times saved my butt just this morning, hopefully we'll get them on C++ too at some point1
-
Online stores never have an “Exclude X” feature in the filter menus. E.g. I can filter to include all blue clothes but can’t exclude them.
From a query point of view this is not difficult. Would it be a UI nightmare? I don’t think so.3 -
Just got an Android app project from friends, but already have a bad feeling about it.
It already start with 11 freaking screen, an input activity with 17 field(include spinners, date picker, location picker, and a freaking table). 3 different account type, each has different item and function visible to the user. 5 main feature, one of it include *chat* that supports multimedia, A freaking alarm system, both scheduled and automatic based on certain parameter with push notification, and deadline at January 1st with teams of 3 people :)6 -
Fucking lazy pieces of shit over at steam didn't even include a link to their updated privacy policy or as far as I can tell not even a single link.
"Lol, just search it up on our webpage" -
So a couple of months ago I had some stability issues which seems to have caused Baloo go crazy and create an 1.7 exabyte index file. It was apparently mainly empty as zfs compressed it down to 535MB
Today I spent some time trying to reproduce the "issue" and turns out that wasn't that hard.
So this little program running on FreeBSD with a compressed (lz4) zfs dataset creates an 1.9 Exabyte large file, nicely compressed down to 45KB :)
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/limits.h>
int main(int argc, char** argv) {
int fd = open("bigfile.lge", O_RDWR|O_CREAT, 0644);
for (int i = 0 ; i < 1000000000; i++) {
lseek(fd, INT_MAX, SEEK_CUR);
}
write(fd, " ",1);
close(fd);
}3 -
Sometimes we have setbacks, but the problems you face define who you are and what you are able to overcome. These include any issue with life. The challenges you once faced 5 years ago are nothing to the you that is now - keep up the good work :)2
-
My favorite tools include:
Source tree(git life saver)
Stickies on my dock(I can randomly put any shit on it and keep it for months)
Android studio(love shorcuts except gradle)
My moto x smartphone (helps me in debugging) -
Started with 3D-Printing last year, bought a cheap Creality Ender 2 and upgraded almost everything except the mecahnical parts.
Upgrades include a new Mainboard, stepper drivers, stepper dampers, custom firmware, new printed case, better extruder, OctoPI Server etc.
Oh yeah, and Animu ^^ -
Stupid shell globbing! I always forget that * does not include hidden files, then get all surprised that a 1:1 copy doesn't work the same, ugh!
I need to learn to use rsync dir-from/ dir-to/ instead of rsync ./* dir-to/...3 -
Fuck these braindead people who don't include OOB remote installation option or at least a virtual keyboard into installation CDs. What if I don't have one/the one I have is broken? (and no, I can't just go out and buy a new one, okay?)10
-
Just upgraded to macOS High Sierra (10.13.1), and holy cow it is buggy as hell.
Some of my findings include:
1. unresponsive "cancel" button on certain dialog boxes.
2. erratic behaviour of the "show password" checkbox.
guess how is trying to downgrade until the requisite patches arrive?2 -
/*
* uk.c
*/
#include <assert.h>
#include <signal.h>
#include <stdlib.h>
void brexit()
{
kill(getpid(), SIGABRT);
}
main()
{
/* THE END */
atexit(brexit);
} -
Not a fan of legacy products which make use of a tonne of TSQL stored procedures, especially when they include a mess of logic, spelling errors, no version control of course, all squirreled away for some unlucky person to find and unpick in years to come.
-
Installing C++ libraries. There's no standardised system to download a library and link it's headers into my project as of now, so I generally end up symlinking its headers into an include directory, which can be very annoying.5
-
My most shameless hacks mostly include cronjobs that run every 5 minutes to cleanup or fix some faulty stuff...
-
I need to write the maintenance document in case I die.
Any idea what to include?
I have written a lot of software which include family business and other business depend on by myself.
I have an idea of adding my git user name and password. Email and social media user name and password.Configuration file/Configuration property. Troubleshooting information.Program overview.5 -
YES, take that chrome debugger extension i got you to show my page! I have errors, hell yeah i can deal with i didn't include js files!
-
Enterprise software companies that can't take the time to include even a bare bones admin manual. Scattered documents don't cut it guys.
-
So when writing golang code, you can put alias into the imported library
And one of interns in my office include include our company's library called "helper/session", and alias it with 'hSession'
Now all the code which use that library has to look like "hSession.ErrUnexpected", "hSession.NewSession"
Well, i think i've played too much VN and anime, but still i'm having a good laugh when doing the code review -
Hey there,
Was your personal website completely finished when you decided to get it live? What did you include in it?
Sorry for the stupid questions.11 -
Can't download YouTube videos (disk read/write error) caused by another corrupted 1-year old SD card. Sucks when manufacturers/vendors don't include the chip's lifespan2
-
The reason there aren't independent web browsers anymore is that the web standards include a lot of concepts that should never have been standardised and their presence in the browser as opposed to compilers and interpreters targeting the web has no benefit whatsoever.9
-
Why does the documentation in the website for API doesn't include the optional parameters to use?
Why are you making my life harder!
Good thing their github.io docs has the documentation for the parameters I needed.
So, why not include it in the official documentation?! -
Include
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
Everywhere....
Company just lost a big contract because thier dumb software didn't find this tag and classified security as "F"..... It was the ONLY find in thier dumb report.2 -
Inherited a project with random include '*.php' and mysql_* functions littered everywhere, this will be fun 😀😂😐😔😞😭
-
hey , does anybody have some collection or something of the various graphics on devrant, like the logo, or alice's amazing vector arts ? i was creating a wallpaper for me, i wanted to include that .6
-
Our college would be organising a tech fest soon. Any ideas on the kind of questions (related to tech) that we can include?7
-
What do you guys think of php's traits?
For those that don't know, traits provide copy/paste discount inheritance functionality. You can include common methods or properties. For example, I use the TimestampableEntity trait to include createdAt, id and updatedAt fields to my entities. They're really useful for simple stuff. You can include multiple traits in one class and it will error on clashing methods/properties3 -
when you spend hours trying to figure out the order in which to include various JS files because the documentation is poorly written!!2
-
Persuade me on my next language. Right now I use python. Debating between JavaScript, Go, or C/C++. You'll get a ++bomb prize for responses that are detailed and include good resources for learning. Commence!7
-
!rant: quick question re web app
Should I separate the admin side from user side?
(2 folders) or include both sides in one project(1 folder)?6 -
So I've just about finished a simple application practice project, it's just a program that will show you today's horoscope for different signs from an RSS feed, but I'm wondering if or how I should include disclaimers/credits for things like fonts (The two fonts I use are both open source.), and/or things like the tools used for building it (Written with Python and Tkinter in Atom.)? Do I add it under a "Help" menu or something?
What are the rules and etiquette? And is there anything specific I should include in a separate file? This is also kind of my first proper project.4 -
If there is tech support that is just plain awesome, it these:
1) Namecheap
2) Newegg
3) Nyko
The ones that are meh include:
1) Linksys
2) AOL
3) Microsoft9 -
Just curious, but how long do you guys spend programming a day. This isn't counting working time although you can include working time just declare it first!7
-
I need 750++'s to get my avatar a pair of slippers that I got for free after quitting my job for which the shoes came free.
#include "irony.much"; -
Helloooo everyone! I've been afk from devRant for some time because of exams. How have you guys been?
Here's a picture of my favorite program, Letterbomb. Thought I'd include it because I kept thinking about it for a while.3 -
Maybe, the one who popularised that you shouldn't include a photo in your resume was ugly and he/she hated everyone.1
-
Was learning c++ really fast,but I stopped because I just can't find a way to deploy the applications with their dependant libraries on linux.cant I just include the .so files in the same directory as my executable.12
-
!Rant
If I'm validating a user input form should I use a hash or a encrypted string. I hope to include the user IP, header requested time plus a random number for the string.3 -
Maven simplejavamail dependency import, build email, try send it: jakarta.mail.messageexception whatever, not class def found. After some googling: Depends on jakarta-mail. Find jakarta-mail dependency, include it in pom, start again: jakarta.mail.someotherclassexception, no class def found.
Yeah fuck you, too...2 -
NodeJS' url module of course doesn't include __proto__ when enlisting parameters (in /?__proto__=hi for example).
People using objects as maps are insane. They are so insane, that they don't even realise that. -
i wonder, if i made an app such as google or another search engine that was almost exactly the same thing except it uses significantly less data (because we don't include all that tracker data), would anyone use it?7
-
How much do you earn if you work professionally. Include experience and position.
Me:
50 h per month student type job as a web dev mostly frontend, 1 year and 3 months of professional experience - 1300euro/ month17 -
Looking to invest into this business include getting amazing computer glasses..
Looking for them online however..
Can anyone here help?6 -
So yii 3 is basically a clean up of yii 2 from all built-in extra library, and devs are free to include those with composer. No?5
-
#include <stdio.h>
/*
* Windows Update Algorithm
*/
int main()
{
int percent = 1;
while (percent <= 100) {
printf("Working on updates\n");
printf("%i %% complete\n", percent);
printf("Don't turn off your computer\n\n");
if (percent == 30) {
printf("Restarting\n");
break;
}
percent++;
}
return 0;
} -
Im trying to modify responsive css table so it would include block elements in it and render properly.
In angular-material.... in custom directives.....
I made css hell for myself... Fml -
Hate building custom email templates to only find out that a client doesn't even know how to use it their own email platform. Platforms include, ConstantContact, Exact target, Mail chomp, etc.
-
Back in school! Happy to say i'm taking classes i genuinely like, which are useful and challenge my brain.
Classes include (but aren't limited to)
SQL (and MS SQL Server, no MySQL sadly)
HTML/CSS/JS
Java2 -
Hey, dumb question: How do I include images in my Markdown post in Hugo? And where to put the image?4
-
WTF why does Visual C++ show an error in some system include BUT NOT THE FUCKING INCLUDE CHAIN DESPITE /showincludes GIVEN???
How the fuck are you supposed to find a wrongly defined macro that way? Go through all 20 layers of includes and map out what could POSSIBLY be the include chain? Seriously WHY?? -
Why does the TSQL BETWEEN operator include the first and last value in the results when filtering on numbers, but only includes the first value and not the last for dates?3
-
@n3xus and I are making a panel for clients and us to help manage and send out invoices and allow clients to track orders. What are some features we should include.1
-
Webpack sucks ass. I can't find a single resource on how to include code from a parent directory. Heaven forbid anyone ever develop something alongside their webpack project.2
-
Work as a SOE Engineer and have a lot of custom application deployments managed via PowerShell. Collegue came over today and suggested that I include a few more "sleep" breaks as newer processers run code to fast and can skip over cmdlts.
I can't even.2 -
arrow button click down end file goto headder include joke kunt lime
max
min
motherboard
memory[more,
median]
next opcode push quit up retern s unknown visual wise x(xin) yolo zup1 -
Is there a way to include a Python interpreter in a kotlin app? I need to do some serial communication over WiFi and I thought a simple Android app will be good for this1
-
!rant
I just found out I don't need to download jQuery to use jQuery. If I can just include jQuery in the <script> tag in order to load it into my HTML doc, what is the download for?10 -
Can anyone here help me with a super simple JavaScript code which I want to include externally with html?13
-
Anyone know why the fuck ld would fail with undefined references on a file it's told to include by wildcard? Do I have to manually order all these fucking .o files?6
-
The feeling you get when the people in charge of packaging and installation of the product can't give you an answer to the question: "How is the product packaged, so I can include the new features?"
-
Anyone here experienced with Travis-CI? I am getting this error. Please help me out.
ERROR: LoadError: syntax: invalid escape sequence
Stacktrace:
[1] include at ./boot.jl:317 [inlined]
[2] include_relative(::Module, ::String) at ./loading.jl:1038
[3] include(::Module, ::String) at ./sysimg.jl:29
[4] top-level scope at none:2
[5] eval at ./boot.jl:319 [inlined]
[6] eval(::Expr) at ./client.jl:399
[7] top-level scope at ./none:32 -
want to ask the guru one, is there a way to automate things in netbeans!?
For example, is there something to set to, upon a creation of a new Angular Service, automatically include the js file in index.html and inject the service name in angular application!?2 -
Whenever I write a whole code to print words it does not work it says there is a error in #include<conio.h>6
-
My question is"which value of 'a' and 'b' will give me output '1' not '0'?
C language's code is below here
#include<stdio.h>
int main()
{ float a=1.2,b=10.7;
printf("output is = %f",a&&b);
Return 0; }16 -
I am making a WYSIWYG text editor for my next Product. Is there anything that I should include and is currently lacking in text Editors of Medium, Hackernoon etc.
-
What will be the regex to include all words concatenated with special characters but exclude whitespaces12
-
Did I miss something?
why do I remember img tag <img src=https://test.com> used to include cookies of test.com with samesite flag None from cross-origin.
But now it just don't
I am confused