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 - "not real"
-
To those who say game is not an art, we paint worlds with ones and zeros in real time that you can get lost in for hours. If this is not art, nothing is.2
-
Ok guys. I'm not only rejected by girls in real life but also when it comes to playing chess online with a stranger :D :D16
-
I like you if you're not a dev.
I like you if you're a dev.
I don't like you if you're not a dev but you try to act one.7 -
Learn git. For real. Not just git pull and git push. Setup git with a mergetool and do the gitimmersion tutorial. Be the gitmaster!3
-
This kind of bullshit advertising is the reason everybody thinks we can do that every new whimp of the client within a few minutes.
Fuck off! Making real custom websites/apps takes time, planning, design, coding and testing. Its not just pressing a few buttons.
Translation: Make a website? 30 minutes.14 -
This is not a joke. This is not something I wrote to be funny. This is not found randomly off the internet. This is a real part of the project I inherited: a function that not only is more cumbersome to use than the simple <Array>.contains that it wraps, but rather than returning the boolean result from the function, sends it through an if statement and returns hardcoded true and false values for... Good luck? I guess?47
-
Fucking wix advertisements! Getting real tired of the "want a website? Why not make it yourself?" ads. You're already logging all my fucking google searches to display relevant ad info so maybe wrap your head around the fact that I'm a web dev and make my own fucking sites??6
-
The real battle of distros......😂😂 even till now I have not settled on a Linux distro to use I am always testing them(for 3 years)7
-
About two years ago I get roped into a something when someone was requesting an $8000 laptop to run an "program" that they wrote in Excel to pull data from our mainframe.
In reality they are using our normal application that interacts with the mainframe and screen scrapping it to populate several Excel spreadsheets.
So this guy kept saying that he needed the expensive laptop because he needed the extra RAM and processing power for his application. At the time we only supported 32 bit Windows 7 so even though I told him ten times that the OS wouldn't recognize more than 3.5 GB of RAM he kept saying that increasing the RAM would fix his problem. I also explained that even if we installed the 64 bit OS we didn't have approval for the 64 bit applications.
So we looked at the code and we found that rather than reusing the same workbook he was opening a new instance of a workbook during each iteration of his loop and then not closing or disposing of them. So he was running out of memory due to never disposing of anything.
Even better than all of that, he wanted a faster processor to speed up the processing, but he had about 5 seconds of thread sleeps in each loop so that the place he was screen scrapping from would have time to load. So it wouldn't matter how fast the processor was, in the end there were sleeps and waits in there hard coded to slow down the app. And the guy didn't understand that a faster processor wouldn't have made a difference.
The worst thing is a "dev" that thinks they know what they are doing but they don't have a clue.7 -
There should be a name for rants about fake stories. Like the ones you read and can smell some bs going on. I suggest frants.3
-
Me-
/ / / / / / / / /
if (bool == true)
{
bool = false;
}
if (bool == false)
{
bool = true;
}
/ / / / / / / / /
My friend-
/ / / / / / / / /
bool = !bool;
/ / / / / / / / /
*not a real story*15 -
If you are not wasting your 10hours to automate your half hour work then you are not a real programmer.6
-
Dear "managers,"
Stealing credit for something you have not done is real theft.
When I come up with an idea and a detailed outline of how to build and deliver it, you do not get to say "oh I also had this idea." You did not. How could you? It uses tech you don't even know exists.
When I then proceed to build the whole thing on my own without any of your inputs (then again, you have no idea of how it works, what would you bring to the table), you don't get to parade my project in front of the board not even mentioning my name.
You see, it's not the first time you pull that off, you have taken full credit for every thing.
it's not just my wee feelings getting hurt for lack of recognition: it has real world consequences.
You get the promotion, you get the salary raise and you now live in a flat with a balcony and a view, while my wife and I share a studio as my salary has not budged.
You're a cunting thief, I hope your mom dies.
Best,
X8 -
As a frontend dev, i love watching our backend devs sometimes go like "hey come on it's just css I can do it real quick, let me do it this time" and get super frustrated with failure. Buddy, one of the reasons frontend is not so easy is that it can be real fucking annoying. I'm keeping my distance and respect for your side so stay the fuck away from my dance floor.7
-
Let's settle this:
Blockchain is just a dumb database, the feature that makes it amazing is trust-less ness.
Its not meant to make a decentralised uber or a Tic-tac-toe game.
Leverage the advantages of the system and solve real problem.5 -
Just discovered that we are loading 200k for a custom font on one of our platforms...
200k FOR A FUCKING FONT?!? FOR REAL??? ITS NOT EVEN FUCKING DIFFERENT ON SIGHT!
So I sarcastically asked why the fuck are we using it and my coworker said its because the designer designed (duh) the layout this way...
Look... Usually I'm a quiet person and I don't rant in real life but this time I could not restrain myself.15 -
Everybody talks about burnout syndrome or crappy tech interviews, but not about a real struggle for devs, bubbles in their laptop stickers.3
-
Guy: We should build a Blockchain based review website.
Me: Why does it have to use a Blockchain?
Guy: That way we can verify that only real people are leaving reviews and not bots.
Me: That's not really how Blockchains work.
Guy: Blockchain!5 -
No... No... No!
The game engine is not in charge of code optimisation, if your program runs like ass; it is 99% going to be your fault...
Sick of seeing people judge engines because of the poorly optimised things made in them by half assed developers... Why do the good things never get any attention where the shit gets all of it... Why?!
(Just had someone crack the shits at me because I'm not using a 'real' engine and am not a a 'real' developer because I'm not using unreal... So I'm in a fan-fucking-tastic mood after that :-D)2 -
> Last year of study
> I see a new face
> Maybe new friend?
> He asked me what am I doing in live
> Front-end my friend :)
> So you are not real programmer :O
> Wtf with these people
> Should I kill him?8 -
I don't have any laptop stickers. I don't know if that makes me insane or one of the non-crazy people. I just don't like the idea of turning my laptop into a Nascar of tech companies/frameworks/bad Linux jokes. Not to mention stickers can be a real pain to get off.13
-
Let's have a real debate.
Not Linux vs Windows vs Mac.
Not Vim vs Emacs.
Not ASP.NET vs Spring Frameworks.
NO.
CHARACTER LIMIT. 80, 100, or 120+ and WHY.26 -
Never had a client who has not done this...
"Yes I know we are releasing tomorrow but do you mind if we make these 46 tiny changes real quick?"4 -
TFW someone tells you that you're not a "real frontend developer" and then repeatedly asks for CSS help... 😒3
-
Why is it so important to some people to claim that "HTML and CSS are not programming languages"? I get it, you're a REAL programmer working with arrays, maybe tuples, objects and possibly direct memory management. Who the fuck has a right to call themselves a programmer for writing some brain dead markup or poorly designed selectors, right? Who fucking cares for semantic tags or nested selectors?
Just think for a few seconds about when you were taking your first baby steps to becoming the GOD ROCKING MEMORY HANDLER THAT WRITES _REAL_ CODE that you are today, and how good it felt to be able to create something that appeared on your screen. It felt pretty awesome, yeah?
Now imagine if someone much more experienced than you told you "You're not a real programmer, that is not real programming. You should see what I do, I do real programming".
I think you get it. Why spend your energy spreading bad vibes when you could spend it on something more productive. Like reading up on the new CSS4 specs ;)18 -
[OC] Don't let the nature get to you only as a pixels on your screen!
Free your mind and don't forget the real world is out there, waiting for you to help you think, calm yourself and please you in the silence of a forest ~
No fans spinning9 -
Finally I could get the correct computer :)
Just missing the raised arm for the screens instead of desk stands
(ok,my real desk is not transparent but it was to cool to not take ;) )2 -
I hope I can code myself like below.
me.Girlfriend = true;
me.Millionare = true;
but, the real case is
me.Girlfriend = false;
me.Millionare = false;
the sadest case is
me.Girlfriend is not defined T.T11 -
When a programmer is in love,
He doesn't care about the UI, but cares about the algorithm and functionality.
In real life, he care about what is inside, not the physical appearance. :)5 -
I'm so close to giving up. Yesterday, I travelled 4 hours in one direction for a job interview for a graduate position as a web developer. As I arrived at the interview, I was welcomed by a senior dev and one of the HR people.
I sit down and they start explaining how everything will commence(standard procedure stuff) and afterwards hand me the technical test. At this time I am super calm cause I did my homework, checked out their products, their websites and knew right away what I was going to work on. As I turn the page, I see at the top with huge fucking capital letters "JAVA OOP test".
I take a minute and look back at them, like wtf is happening. Turns out that they are looking for a java dev. They picked me for the role because I had literally 1 fucking sentence in my CV and where I have said that I studied java in one semester of uni. FYI my entire portfolio, cv and cover letter are focused on JS, html, css both for client and server side.
As the fucking HR guy stood there and asked me "is there something wrong", I felt broken inside. For the first time in my fucking life I felt like I was done and couldn't continue anymore. I felt like this is some bitch-slap from karma about something but I still can't figure out what. I just walked out of there being unable to realize what happened.
I just feel like I should end my developer career before it has even started, just go do business analysis or something. Why the fuck would someone put a job description entirely talking about Angular, Less/SASS, bootstrap and jQuery and then say that is a Java dev OOP role. Who the fuck allows those people to take good salaries yet still deliver the up most shittiest quality service.
Before the interview, I checked out their websites which are simply horrendous with the comparability of a fucking baked potato. Idk really what to do, I don't mean to sound as a whiny little b.... but as I walked out of their office, I felt broken inside. Sorry for the long rant.8 -
Not sure if those are real song names or Spotify is trolling me when I try to trigger a "no results" UI in my app.6
-
Fuck startups.
Back when I was an wee lad I interviewed for an startup, not knowing that startups are not real companies. The scumbag interviewer, who was also the owner of the outfit, asked me what I was looking in a company. I said "fair wages, a non-antagonic environment and projects with real roadmaps".
He asked me to elaborate. I said, "You know, if today your product is a sales platform, I do not want to come into work next week and discover it is now an air travel tickets marketplace, or come back the very next day and discover it is now an automated pizza factory, or in the next day and it is now a crypto exchange..."
The scumbag looked PISSED. "Sorry, but we are looking for someone who likes the challenges of a dynamic environment (read: we do not have a business model and we hate the very idea of trying to make money out of our company), and you do not fit the profile"
Startups are not real companies, i.e. they do not systematically charge money in exchange for goods or services in amounts that exceed the cost of providing said goods or services. Most startups are just tax fronts for money laundering schemes. The rest are just playthings for rich assholes who can't get a real output-producing job. Those two categories are not mutually exclusive.
Take Facebook, for example. The poster child of startups. The Zucker that owns it just announced they are setting impossible performance targets on purpose, not even attempting to hide the fact that it is just a way to lay off large quantities of employees without using the words "massive lay offs". Companies, real thin-margin, lots-of-regulation profit-driven companies do not do that. They are not some sort of "capitalist woke", real CEOs just know that if their companies largely miss performance targets on their tenure, purposely or not, next it will be their neck on the chopping block. Because they can be fired if the KPI charts say they suck. But the Zucker cannot be fired, not even after commanding their beanbag and tap beer offices to be heated exclusively by burning hundred dollar bills.
So the Zucker is not interested in performance. Not even in lay offs as expense cutting measures - investors are an infinite source of free money for startups. The Zucker just wants to project power, especially now that engineers are not so confident in the stability of they high-paying jobs.
So are irrelevant 500-souls-or-less self-aggrandizing startups. Their owners are there because it is in vogue to have a startup or ten. And will have that startup pivot to whatever sounds fancy that season. After all, only poor people care about things like EBITDA and profit margins repeatability - A.K.A. "getting more money".
Fuck startups.13 -
While I was working with my Android project that is written on Kotlin. One of my on non-tech colleague came and saw my screen and
said "Why are you overriding fun"
I replied him that we just not override fun we also have private fun and public fun.
Is it not funny translating code to real English 😂😂😂2 -
My most successful project was the uni project I had to do and it made me pass the subject hahaha, not that that would count as a real project :/
Okay this was rather depressing...
I should finally start doing something on my own2 -
It is time. I have to admit it.
I don't understand Git.
I just memorized some basic commands: git commit, git push, git push -u origin master, git clone, git checkout [-B], git merge. That's it, that's the full list. I use them like they're some kind of magic spells that do what I need. Everything else, those intricacies like rebasing, resetting, HEAD and all that shit, is beyond me.
I'm not a real programmer. Real programmers know Git.30 -
Mom: “Is it a real company? Make sure you’re not getting scammed.”
Says the person who almost had her bank account wiped because a scammer installed malware on her laptop and convinced her to send a bank transfer.10 -
Start changing how young people look at programming. It’s not nerds doing nerdy things, it’s about real people using code to solve real problems. I think once the mindset changes it will get many more people interested.6
-
A sign in front of startup office:
Do not feed the developers! We keep them on a soylent diet - eating real food might make them question their life choices. -
Not a coworker, but this guy who I went to uni with and was a real life saver when I was really down. (we played minecraft together)
... So, he is a real genius. One of those guys who I legit couldn't keep up with. His brain works, he doesn't bullshit his way through, he's not pretentious, he is legit a down to earth rare genius. Yet, he doesn't use his talents enough, he likes to work or go home to play minecraft. And he doesn't politically care enough, so I am almost sure that he will end up getting stuck in the defence force.
We're still friends. And I try my hardest to not be nosy and nag at him that he can do better. I mean, he is happy the way he is, and he is not ambitious. But the memory of him is a reminder that not everyone who gets somewhere is the best and brightest.34 -
I'm thirteen, and we have an excel unit in our computer class. When she's want to teach us something, she'd deploy her screen on ours and we couldn't do anything. It took me until the third time (yes, that long) to remember the connection was wired via Ethernet. I took the cord out and my computer was free! During the boring "lesson," I opened Code::Blocks to work on a fun side project. When she notice she wasn't connecting to my computer, she walked over to my chair and saw Code::Blocks on my screen. Then, I noticed her behind me. I quickly pressed ALT+TAB. She walked back to her chair. To this day I swear she thinks Im a hacker.11
-
It's a week late notice but...
I got my first actual-real-paid-not start-up dev job!
And I have no one to celebrate it with... Toronto..?7 -
why the fuck does my printer not work for linux. dammit! i tried everything and this piece of shit epson xp-400 dont want to print. im about to print a fucking sledge hammer to it real soon!6
-
When your co-worker thinks the Onion is a legit publication and believes in all its tech news 😁
"OMG Google puts metal chips in their developers' heads, thats why they are so efficient"
Me: ok :|
"Artificial intelligence is real and it has taken over the world, all world leaders are bots"
Me: ok :|
"Obama is not a real person but a robot and he is not just ruling America but the world"
Me: sweet :|
"Even Lisa Ann is not real"
Me: FUCK YOU, Dont fuckin kill my wet dreams6 -
Today on forgotten movies – Chronicle.
A very grim, very dark movie about accidental superpowers discovery, but with some school-shooter vibes.
Don't you find it predictable how in regular movies a hero saves the world against all odds in the very last moment? Well, forget about it here – this movie is not "cinematic" at all, and that's what I like about it.
A horror in regular movies doesn't usually scare because the image itself is too perfect – you don't usually see the world like this. It doesn't seem real, that's the problem. By adopting the "found footage" screen language, Chronicle delivers the horror perfectly, because the world in it seems perfectly real, just like you see it through obscure youtube videos named MOV_0115 or IMG1014.
I like it that the characters actually look like real people, not like stereotypical superheroes and not even like enhanced versions of people that try to sell you an idea of what "success" looks like.
People in the movie also act real. They're weak, they're scared, they're irrational, and you really start to believe that yeah, this is what probably gonna happen when a human faces something as unbearable as superpowers discovery. And, as weird as it sounds, the superpower itself also looks totally real – raw, unpolished, uncontrollable force that requires getting used to and probably is too much for a regular human. Definitely not a perfect, tailored thing that turns anyone into Mary Sue.
Overall, this movie is the most immersive one I've ever seen. If you want to see what would really happen if you discover a superpower, this movie is for you.4 -
Dear Mobile Designers,
There is a difference between mobile first and mobile preferred. Stop being lazy and take advantage of desktop real estate. My monitor is not a big ass tablet.
Thank you,
Desktop End User1 -
Had to put down my dog today. I've felt real shitty before but this is my closest experience of loss I've had.
I miss her so much you guys. I'm sorry for bringing it down. You guys all feel like a real community so help me feel my feels and not just push it down.12 -
Nobody in my family understand what I do for a living. My dad's reaction was; "that's not a real job". He's a craftsman/painter. But that's okay, I make more money then him 😊💵
-
I bought my first VPS today. After years of hosting my email, websites, databases and backups services on my own physical servers both home and in real serverrooms.
Strange feeling, but it feels like something heavy was lifted from myself, I do not need to buy hardware if something fails.13 -
I use this timer app... probably more than most people (for food). It works fine and looks nice but the undismissable warning message is a real eyesore. Why not just let me dismiss the message.... why...2
-
Stakeholder: Users are connecting invalid memberships to their web accounts. They shouldn’t be able to do that.
Me: Their memberships were valid when they set up the account. Your team’s record de-duping project is the issue here. You decided to mark those memberships as invalid.
I’m real tired of this stakeholder acting like this is a website issue or user error. Plus, this chaos could have been avoided if they and other involved stakeholders had just cc’d me on this de-duping project. I would have said their approach was not a good idea. But they didn’t because they want to do what’s convenient for them. If they want to be a reliable source of truth for our data, then they need to be responsible with how they’re handling that data.devrant why are you so irresponsible with our data this is not user error i’m real tired of this stakeholder2 -
Anyone else bombard by those treehouse ads? Fuck them, right? Takes us real devs years to become full stack engineers, not "six weeks"!!! Fucking scam.2
-
Finally had a "it's not a bug, it's a feature" moment today and called bullshit on it. I feel like a real developer now.
-
We are probably reading alot of "this co-worker was so bad because blah blah blah..." from people who actualy were the real shitty co-worker and are still blaming others for his/hers mistakes.
Not a week rant that i can trust...3 -
For fucks sake python.
Reminder to the morons like me still using python:
Notepad++ is not a real IDE and Console output is not a real debugger.
And here we see the absolutely dogshit worthless error output of python:
Says its the fucking return line where the problem is. Besides the problem being between my fucking ears apparently, it took a fucking double take to realize I had capitalized the class keyword.16 -
Yet another bullshit app to cure your problems that have taken place by not talking to people. No app can give you the comfort equal to talking to a person that cares about you can give. Go talk to some real people ffs.3
-
I just got ran off the road, in real life. My heart won't stop beating. Not a joke, or a funny story, I can't seem to relax.3
-
Finally after a couple of years, we finally finished our game for... Windows phone. When we started the only real choice was to develop in silverlight.
Now silverlight has been discontinued and microsoft released uwp, no real help to convert to uwp (I know mobilize bridge exists, but it is not very good) since many features does not exist yet in uwp :/
But hey that's expected right? But couldn't microsoft at least ensure performance of silverlight apps on win10 mobile??? We have used a lot of time optimizing that the game runs smoothly on crap phones on wp8.1, but highend phones on win10 lags....
Thanks microsoft for taking a change :/4 -
Youtube coding influncers are shit and do not know anything about the real world coding....
Am I the only one who feels like this???
And aren’t there way too many of em????9 -
Not behing payed after software is complete...
Whanted to go freelance when I was 20, got a 'real job ' and stopped programming for years...3 -
Go to the vacation.
Return back to see all those useless features that should not be part of the MVP, that I have previously rejected multiple times, poorly implemented...
Now we have to maintain this shit, that nobody even uses in real life...
Fucking imaginary use cases... -
My problem with a lot of free resources/class assignments is we're being forced to make useless shit. For instance, an interactive textbook we use has some stupid fucking turtle assignments.
Why not make it something relevant? One of the first things i ever made was a Fahrenheit to Celcius converter. That's a real world application, since not many can calculate that math in their head.3 -
not really a rant;
But I am a real fan of sci-fi stuff, and yesterday I tried star citizen for the first time (been backer since 2012).
I have not slept yet9 -
That fucking amazing feeling when something actually works in real life and not just in a simulation on a computer!2
-
I am using do while ONLY on programming exercises. And do not remember a single case I have used it for anything real.5
-
How fucking stupid can people actually be?!
So a Swiss ISP called "Swisscom" is giving out a Picasso, like the real thing for you to keep at home for a few days or so... and they built sensors into the Frame... AND THEY HAVE A FUCKING PICTURE OF THE GPS SENSOR IN THE VIDEO! Thats not the worst... why not OPEN UP THE FRAME AND STEAL THE PICTURE?!5 -
I like to use programmer logic in everyday conversations, especially with not programmers, like
They: would you like coffee or cake?
Me: yes
The real question is "would you like coffee xor cake?"4 -
Either CloudFlare itself has decided to join the fun of attacking my DNS server, or somebody is just spoofing their IP in the UDP packets.
Crap, my ipset script is basically useless now, since the real source could be from anywhere :(
Any suggestions on what could I do to make this attack stop? It's not causing any real issues (at least for now), but it's still annoying as hell.
Get fucked, stupid skiddie who keeps manually changing the ip source in his script10 -
That feeling when you create your first real program in Java (no, it was not hello world) and it compiles and works without any error...4
-
With the help of obs virtual camera, now I can join meeting like this
It’s real time not just a video, idk if gif works correctly on devrant now, but it’s me dancing
Edit: apparently gif still doesn’t work on devrant15 -
I think reactjs is an actual cult. Not like one, not similar to one, but a real actual cult.
They have magical thinking, deny reality, blindly follow whatever new things there is, rationalize insane things, require immense time commitments, have an elitist attitude, it's an actual real life cult.74 -
Is it real that github are changing master to main? Does this mean I need to call my dungeon master main now? She’s not going to be happy...6
-
Creating a json in Swift!? Not a joke. Real code I had to deal with... (just changed variables and text)2
-
DOS is not “Disk Operating System”. DOS, aka QDOS, is “Quick and Dirty Operating System”. This is real. Google it.
Similarly, Windows CE is not “Compact Embedded”. It's “Chaotic Evil”.2 -
You should really really really not use sha 1 or worse anymore. I mean, for real now. Please, stop it. https://shattered.it2
-
Clients assume that because they can't see it, means no real work was done. Or even worse, you show them code that was written for the server, even demo the apis but without a pretty front-end it's pretty much meaningless. Even if ITS NOT YOUR JOB TO DO THE FRONT-END!!!1
-
This is the real times. This is not that it's happening right now, this is pretty regular. Lesson? Rethink before you decide the variable type3
-
"Real devs test in production", in practice.
This was actually the second such notification I received. Not sure if this is standard for mobile app testing...2 -
I thought nobody actually use directly CSS instead using a framework that hiddes it for real applications.
I thought it until meet my frontend coworker. He not only uses it, also understand it.
Admiration has born inside me.10 -
New coffee machines at work. Real beans! What's the equivalent of the Ballmer Peak for Caffeine? Posting this at 4.04am, lying awake in bed and not coding, I'm probably past it.. sleep not found2
-
When people say that Gen Z is fucked, I used to scoff at them thinking it's not that bad as they make it out to be.
But I've witnessed it first hand now, it's real. Totally real. I only spoke about my salaries in my resume video and people are actually thanking me for telling the truth.
They're soooo used to getting told lies to, that someone even speaking a little bit truth is mind blowing to them. It breaks my heart, honestly.3 -
Some minutes ago our firewall in office overheated, no internet, no network, no real way to work some time for coffee and nerd talk - not bad at all1
-
Is there a Developers' Manifesto? Like Agile Manifesto?
If not let's start one here, I'll start:
-We should not be working outside work hours except for exceptional cases, hours != 24/7 && exceptional != 7 days a week
-Death to last minute changes!
-Everyone needs to understand Murphy's Law, it's real!3 -
I am here on devRant now for a while. Althought, reading amy of your stories and taking care of websites is not what I usualy tend to do, I started doing it as a favour for a friend of a friend.
Baaad bad decission :-(
"pls, dis is urgnt! uplood dis pics asap on page"
*mail notification*
*face palm 1* because who sends pictures by mail these days ... I like my 50MiB Inbox, dont spam it with garbage!
*opening mail - lists attachments: 1 file, ~900KiB* ok whats happening now?
*facepalm 2, 3, 4, 5, 6, 7, 8, 9* (10 if there still would be a face to palm on)
the person seriously send me the pictures in an attachment, within a pdf document that was created with MS Word.
No - Just NO!
I should have known better ... sooo much better :(6 -
So now I’m working with this code that is roughly documented because ”variable names are self-explanatory”.
Yeah, you just forgot that FORTRAN does not support utf-8 variable names...
Why utf-8? Because then if I see:
real :: 座標(3)
I would understand that you mean ”zahyō”, the usual 3D position array ”r(3)”, but no, I need to deal with:
real :: zah(3)
yeah...🙃🔫16 -
When you bring your workspace to bed, she knows it's not her night tonight;
And you know tomorrow is gonna be a total stormy day because the forecast is real. -
!rant
Guys, I had my first REAL developer interview today. Without jinxing myself, I'd like to say it went really good. We discussed the companys upcoming projects, what they expect from a new developer, etc. but some thing that bothers me about it is there was never any discussion about my expected compensation. I'm not sure if this is common or not, but we'll see.3 -
It's a real nice feeling when you figure out the answer to your own stackoverflow question as you're typing it out.
Not gonna make myself look like an idiot this time! No-sir-ee.4 -
I hate AMP sites so much. Fuck you Google! I'm not living in some third world country, nor do I use a decade old smartphone. And even if so, it's none of your fucking business what I do with my bandwidth!!
Just give me the real website, instead of downgraded shit!!1 -
On the real, like if I’m being completely honest and serious…
And I’m not joking around here…
Not pulling your string tight…
Not yankin your yonker at all…
But being stoney bologna and watching fireworks has got to be the COOLEST and SICKEST fucking thing of all time…8 -
I find lately my biggest challenge as a developer is sticking with one editor. Currently it is a battle between Sublime Text 3 and Atom. Not a battle where I switch every few days. This is a battle where I find myself switching at least once a day for no real reason.16
-
So I just stumbled upon a comment on an old rant after 2 hours of looking through devrant and I just have to post this ... like DUDE ARE YOU FOR REAL?!?!?! Vista !?!?! FUCKING WINDOWS VISTA!?!?! IMHO it was the worst windows ever, even WinME was not that shitty...7
-
There has literally only been one time I've used singly/doubly linked lists in my code. And when I did, it turned my program into a monstrosity.
10/10 would never do again!4 -
Not just as a dev.. but as a person who does anything - getting over the mental block which keeps stopping you from taking up actual projects or completing them without abandoning them... the struggle is real... and I'm still struggling😅1
-
Not really a project as such but started at my apprenticeship 3 months ago only with any real experience with html.
To date I have now worked building API's and web apps and contributing to much larger projects than I'd ever dreamed of before starting where I work. -
super random
I never got the notion of "men don't like smart women", it's not a stereotype that I see in real life too much.
And I kinda think the opposite way, like yes honey please go on about mathematical topics I don't know a thing about <322 -
Just figured out that while I was on vacation they made a really well thought (not) decision to switch to Firebase despite having 4 fully managed VPS with low usage.
Wanna know what the big deal is?
The only one who looks like knows anything is the fucking intern.
I was trying to understand the thought process and everything revolved around "its real time" argument.
No one knows how the api really works, the benefits of "real time" , and we are using the free plan :)
Yeah... People really do overthink things here... -
LIRR system rant 2 - there is a thing called a sensor. Can you please paste them on your trains so we know on a real-time map where the train is. If it's 8 miles away when supposedly 'on time' we don't have to freeze on the platform. It's 2016 not 2007.2
-
Planned release today, one of my co-worker's laptop's hard drive died in the morning.
And you guys say Satan is not real :/1 -
Hating on {LIBRARY} and telling people they are not real developers because they use {LIBRARY} = never cool10
-
I couldn't easily find it again and I didn't screenshot it yesterday. But this is not made up.
Yesterday I found a Sponsored post on Facebook about a class for one of WordPress premium theme with visual builder. Well it's more like a workshop rather than a class.
The description said if you want to have stable income, want to work from home, want to experience a *real developer life*, etc etc.
REAL DEVELOPER LIFE. No kidding.
I do WordPress websites. Yes I use premium themes. Yes I do visual builder. Fuck but I don't call that work real dev work and I'm not proud of those projects as real dev works.
In the end, the hungrier guy gets the bread. I guess. I haven't thought of providing such courses at all.
PS : the mentioned theme is Divi from Elegantthemes. -
Maybe I don't even want to understand what "programming" means. Although I keep visiting StackOverflow almost daily to find useful advice on topics that do matter to me, when I post a question myself, they mostly get deleted for being "offtopic", not real "programming" questions, prone to attract "opinionated answers" or too much concerned about usability in real life? 🤔8
-
Boss tells me every other week to "set focus" on a completely different topic without loosing a word on the "top priority" the day before. Or he asks for the other (not finished) feature to be ready "in the next few" days/hours.
Yeah. A real sunbeam in dark times.1 -
Linkedin is known from displaying invasive corporate advertisements like join our cloud, and other picture title shit.
But it got worse.
From January I am invaded by contribute to this article crap and get some badge. Powered by some artificial intelligence shit.
From about a month or so I am seeing lots of suggestions on linkedin wall that look like content written by bots, and the posts are from real people, well morons from FAANG started showing up with their generated spam but that’s not all.
This week I started getting job offers that look like are written by chatgpt and not a real people. When I reply to this offer that it looks like it’s not from real person I am ghosted.
Those job offers are like 3 a day and I those are not only contacts but mostly a direct messages from premium account that costs 1000$ per month or more.
I feel like I’m in real world matrix.
But that’s not all.
I see lots of recriuters from my contact list are getting fired and looking for new job.
But that’s not all bitches !!!
I sometimes reply to some CEO and they delete posts and invite me to contacts just to ghost me.
I feel so disconnected I started to think all those people are all only bots and I am last living - real person that is not using AI to write something.
I think microsoft finally managed to kill this cash cow with their obsession about AI. Corporate shit is killing every good platform.
Hope for fediverse to take off with some news websites thinking about integration with fediverse.
Help me obi P2P nobi you’re my last torrent hope.
If p2p social networks won’t take off now it would be dead end.9 -
Need confirmation:
A friend message me (this) saying that “it came from Mark Zuckerberg himself and facebook will...” blah blah and then another friend asked me if this is for real.
Let me know your thoughts on this, because I’m not really sure if I should resend it as well13 -
I get really fucking mad, when people show termux and boast about "aai yuse leenox"
Use the real god damn GNU/Linux. If it is not available for your device then PORT IT! Like i did..11 -
Dear developer guy who wrote this documentation node!
You're a developer yourself. Don't you know that inverse psychology is something you should avoid, because it will not work?
Thanks!
---
Okay for real, why shouldn't one parse Build.FINGERPRINT on Android? I was looking for a way to determine if the device is an emulator or not, and came across a solution using this, and read the documentation.3 -
as you can see my naive people; even dfox/trogus started to question whether or not they have done the right thing by chasing a degree that has no value in the real world. just understand that when you see someone who works at a job, he works there not because he has a degree but because he has the knowledge and skills to get the work done4
-
You're not a real dev unless you've made so many changes in your code without testing, that you're too afraid to actually test it.4
-
It took me putting on my glasses to make sure these pixels were real and not just blind ass not seeing shit.
-
Dear BOSE, how can you make a "smart" speaker so dumb and complicated? Why require to use an app that needs frequent updates and takes up so much storage space for ... what exactly?
Dear Spotify, why not add features to the web player if your app does not run on older devices? Which native feature would your app need that is missing on iOS 13?
Dear companies making money due to the fact that some real artists make real music that real people love to listen to, how come your apps and gadgets always make me nostalgic about actual records and make me tune in to an actual radio station at the end of the day? At least you keep showing us not to rely on digital technology and rather go visit actual live concerts to listen to live music in the real world more often!2 -
No, that Nigerian prince is not real and it is a scam, and no, I am not jealous and I don't envy you, you know what, it is totally legit ... I was lying ...
-
Oh YES! THIS IS FUCKING AWESOME!
So, ive finally got better headphones, REAL headphones, not my old Wireless Gaming Headset...
and the difference IS NIGHT AND DAY! I cant go back anymore!
Beyerdinamic really knows their shit...3 -
You wanna know if you are a real developer?
Google "string" and see if you get as first result underwear or not.
Try "DD" and see if you get again some underwear results or a ubuntu wiki article about "the great data destroyer" ;)3 -
Today was a real Monday (I know it's Wednesday, let me explain).
Nothing worked. Not for me and not for my coworker. Across all tasks that we did today. It was very frustrating and a lot of swearing was involved.
Every week has to have a Monday I guess. Let's hope tomorrow gets better.1 -
*Developing new program for flight crew on a plane.
*Using 5 days to prepare a "test flight" to see if the program is working in real life conditions.
*Flight takes of on a 5 hour trip.
*Tablet does not work.1 -
Welp. Time to ditch windows entirely! It's outlived it's usefulness, so my last windows computer is getting converted! So let's start a flamewar! To all the nonpurists out there, a question! Manjaro vs antergos? (I love arch but I'll be damned to have all my systems broken. I want at least one semi stable system)8
-
So here I am trying to Code a Rick Astley video on my website so 2 people can watch it in real-time but the code KEEPS DOING THE PART THAT I SPECIFICALLY TOLD IT NOT TO DO UNTIL I GET THE TIME FROM THE GOD DAMN DATABASE!!!!1
-
TFW the mock class has way more code than the real one.
Testing big infrastructures can be a pain...
Or maybe my team is just not so good at it.
My time spent:
Adding new feature to the real class 15%
Extending the mock with the same feature 55%
Writing tests 30%7 -
If you take a crappy website... and then you draw out a few screens of that visual design... and change some colors and borders... (and it not even a real interface) (just a screenshot of a photoshop document) (and it doesn't work) (and it's basically the same shitty interface) (and it's not real) (and you never tested it with users)
...and you are feeling like you have imposter syndrome, it's because you aren't a UX designer. You need help. You are deeply delusional.
We can help you - but you have to be really honest with yourself...
You're going to have to do some real work, read some books, and accept that *praise* - is not the goal.9 -
Hey guys. I am pretty new here and also kind of young in real life (not finished with school yet).
I wanted to ask you guys, as what you are working and whether you like it or not, since I'll be graduating in a year and I'd really like some motivation on what to study/what profession to go after.32 -
Definitely the first time I saw real time data from a backend on a webapp. Something so magical about it actually working and me maybe not being a total dumbass.
-
Fuck UPS and their API Documentation. Has anyone here ever integrated their API ?
Their API documentation doesn't mention any sandbox or testing accounts.
If I click on their create access key button, it takes me to a form which requires a real payment method and address which seems like it's meant for real stuff not testing.4 -
Hey, a bit of a dumb question.
When can someone call themselves a "real" programmer? I'm not one to gatekeep and say dumb shit like "iF yOu OnLy KnOw PyThOn Ur NoT a PrOgRaMmEr!", but I guess I want to know when I can call myself one. All I've done so far is make unpolished games in Unity for school that are created only to meet some requirements. I've also worked in my class' team for collaborative Unreal games, which has been painful to say the least. So, when I can stop gatekeeping myself over it? What sorts of experiences should I have? I understand that it's not a list of requirements like my projects are, but I'd like a general idea of when I can call myself a real developer.7 -
For uni we had to make a paper about a program we have to code. It could've been anything we wanted.
I went full mayhem and re-did final fantasy tactix advance from scratch in js: https://nitwhiz.xyz/tactix/ (not mobile friendly). No engine, real name no gimmicks, 100% my code.
Aside from not getting a straight A, I wish I did this stuff for money.3 -
Incredible that these companies with literally no product, and barely a website (if any) come around offering 100K+ jobs
They have funding out of their ass but literally NO real-world value... it's amazing to me.
Guess it really is not what you can do but who you know.1 -
hey guy just FYI node is not a Fucking cure all.
also "knowing" node doesn't make you a Fucking full stack developer. learn some real damn languages.10 -
I hate Chrome Books/ ChromeOS. I was recently told that at my job we would be using Chrome Books and I am not excited, chrome os is essentially a mobile software on a real computer, the only redeeming factor is the Linux support in the developer betas.
Chrome books suck.5 -
Pretty much after couple of years of entering the real world I lost faith, not because I found myself not able to cope and learn but the amount of chaos and closed minded people that you face everyday pushed me to pursue my MBA.
Now I'm slowly drifting away to the management part because I've had enough with this, its just not worth it. I'll keep development for self entertainment in personal projects, and nothing more. -
Not an angry rant, and not strictly related to code, but I think it's important, nonetheless.
If you've ever considered or been approached by Amazon, please read this short real-life story first and judge for yourself: https://dev.to/voodooattack/...
P.S: I didn't post this here because I needed markdown for formatting. Sorry. :(6 -
Social media site/app... I think social media is such a saturated market yet everyone seems to think their spin is somehow unique and worthwhile...
Although, not sure if DevRant counts as 'social media' but tbh I see real value in getting developers to form a community, where to profit potential comes from potentially linking developers to recruiters/employers (targeted ads to devs for shit we would want). And devs get a nice platform to socialize and bullshit about things we all experience (ie, the 'community' is real and valuable to us)1 -
Is Vim viable for Java ecosystem?
Im using vim only for years for various languages and I never had a problem. I dont use IDE or any GUI software almost never for programming.
Im being reassigned to a Java Spring project at my company, and my colleges are telling me I should start using some IDE and what not, but none of them gave me any real reason.
So Im asking is it really that inconviniet to work without IDE in Java/Spring ecosystem? Some real reasons pls.
Im developing in linux, and I know my way in bash5 -
Our QA is acting like a customer, or even more... Pushy, demanding, some times rude... you name it
On the flip side, we have a real (cruel) world scenario in testing. Not too bad I think?3 -
Just started watching mr Robot, not liking that much to be honest, but still decided to give it a try. Then mr robot takes out the piece of paper with a wrong IP address on and I'm like =_= "is this for real or are they joking with me"?13
-
Any tips for attending my first hackathon? Keep in my mind I am not too well versed in applications with JS/Python. Also I really don't have a lot of real life project experience. I am super excited though.2
-
I have legitimately identified an 9 figure (possibly more) market with 1. massive demand, 2. sufficient supply, 3. literally, I kid you not, zero companies in the field. No regulations to speak of.
The overhead is trivial and it is very much a network-effect based market.
No I am not joking. Yes this is real.
What do?
edit: 9 figures not 8. Yes it's that big.12 -
I swear business people are so stupid. They take us off of a real priority programming project and then tell us to stop and send emails to gather reporting data.
I am a developer...not an email jockey. Get someone with a business degree and nothing better to do to do this shit. -
Not a real programmer, ( fictional from the movies) but the funny reason i got into this field in the first place. Dr Stephen Falken fictional character from the movie "War Games" 1983 I was 12 and thought "Dam I want to do that" he really was not event the star, but made WOPR (War Operation Plan Response) Also that is my username here :)
link https://youtube.com/watch/... -
Wish everyone could understand that it's not learning the programming language or the 'best practices' that makes you good it's understanding how things work together and how to mix them to create new things that do what you want is the real engineering2
-
First Rant...
Why the fuck do I get on a C++ interview the question if I now Javascript......everytime.... NO I DON'T WANT TO KNOW JAVASCRIPT!!!
Real coders code in C/C++ and not hipster javascript. Am I alone???(probably)10 -
I'm absolutely fuming why on earth would someone try to apply exactly all rules of a theoretical concept. I hate those so called "scrum masters". We can't apply all rules of agile we're not machines. There's real life and theory.1
-
Why is real workable Linux with GUI so big? Windows XP is sub 1 gig, any Linux distro (real one that is, not Tiny Core Linux) is several times that. What am I supposed to use for my old ThinkPads and EEE PCs?
I don't need anything more than what XP gives me. Just an OS with GUI that can run software. Give me a Linux distro that does the same that Windows XP does, while weighing the same. Is it too much to ask?32 -
not sure if stack overflow mods are real developers/technicians or Garmmar Naz*s...
impatiently one usually waits for an answer after posting, once you get a notification for an activity on your post you later find out someone took their time only to fix your English.1 -
Not so long ago an AI Telegram channel was launched. It learned from Russian news and generated new headlines.
Here’s one of the first headlines it generated:
“Islamic physicists will recreate the Big Bang”
For real, channel name is Neural Meduza -
There once was a sysadmin, Eddie,
Who could strip, touch and finger real steady.
But when it came to the mount,
(From his sweetheart's account),
It was always "Device is not ready".
do anyone have any more such poems/limericks?3 -
We had our first "real" sprint planning yesterday. This was a very superficial planning session, as my manager is, by the looks of it, not to keen on the whole "new process thing". Probably because it's not his way of doing things... or simply more simply put - this way round means he'll need find some new ways to crawl up the CTOs ass!
So glad I'm leaving! -
I can't stop myself from making my commit messages completely sarcastic or off the wall, which never makes sense to future me.
for ex: my commit right now is
"push it real good"
This does not help me. How do I stop?
lol5 -
I'm not going to get any real work done today, am I...
Here I sit waiting for the next problem to pop up because of silly untested edge cases by this team.
Ugh... 😮💨5 -
I know everyone acting cool on the Internet that they've made friends while coding is lying. This is real life not twilight!3
-
I have dreams where I stare at code/tables/program output, half of the problems are real and half are made up, I wake up stressed out about not solving anything and trying to remember which is the real half I need to solve.
Why can't I dream about the video games I play? I need to get a life... -
Tried to install ArchLinux on VMWare 5 times, and f#cked up
Tried once to install it on real PC - did it...
Realized, that using VMWare is not for me)3 -
Not surprisingly the only watchable thing disney makes anymore is.. nothing
All the remakes of the old films with real life characters are depressingly awful.7 -
Wherein I bait reddit into over 70k views with some bullshit about AI:
https://reddit.com/r/Futurology/...
I almost wonder if their viewcount/usercount is real.
The model is real, my consultant background is not.5 -
Job advertisement : C++, C#, mysql... / Interview : C#, mysql...
Real life : working one year (part time) on a prototype which had been used (I hope it still not the case) on prod. And by the way it was in VBA :D At the end the file did several Go, empty :D
First real job in a business, that's good memories :p -
Is there anyone here who dealt with gaming addiction? I want real world responses, succes or failure stories. Not some third rate blog post copy paste replies please.18
-
When you're in Lisbon and all of your company its at websummit but the developers team have to watch online because it's not important for them. For real?5
-
Learning C++ in university for all three years. They have decided that teaching only one language is good and that once you know one language you can pick them all up.
Not sure how true this is... also sick of the lecturer saying "In the real world you would not do it this way but" I wish university's would just teach real life skills and not how to pass a test. What am I spending £9000 a year on....
Anyway rant over5 -
I first time listened to medium story reader. The voice was so real. I don't believe it's not a human voice.5
-
I'm just a dumb frontender and I should start flipping burger.
But then some idiots will probably explain that cheese burgers is not a real burger flipping craft. Or does the burger flipping community contain less shitheads?33 -
PSA: surpise-sending play-by-play instructions via chat on how to answer questions in a phone interview happening IN REAL TIME is not helpful and makes me look like a blubbering idiot
thanks but no thanks -
[thinking] "Just a few little tweaks and I'm all set to meet the deadline. Oh, what's this? Not broken but I could probably improve that real quick."
[Several hours passed deadline]
"Oh God, what have I got myself into?"1 -
Victor Pelevin is an iconic Russian writer. I won't describe him here (5000 characters is not enough), I just say I think he's one of the greatest if not THE greatest modern author.
Here's the tea (sorry for my bad translation):
"Some of our illusions feel more real than other illusions. A kid is urinating in perfectly real toilet when he's sleeping, he hears a perfectly real sound confirming this, yet he's still unsure.
A grown up, mature man is different only because he also shit himself.
Grown ups have no doubt about reality, that doubt that helps the kid to get closer to the truth. But grown ups have 'scientific explanations' that toilet is real because there is sound of urine, and the sound of urine is real because toilet is made of ceramic, so because of it we all should be working 24/7.
To help grown ups wake up from this 'reality', death exists."2 -
I want to delete facebook account. Can anybody give me reasons not to delete it or delete it right away?
P.S: want to connect with real developers community.20 -
The thing i worked for last 3 weeks has been scrapped.
Knew it was coming.
I'm glad the real boss is not unrealistic and impractical like my boss. -
Unlimited time and money? Maybe something with real/strong AI and nanotechnology involved. Don't worry, I'd take some safety precautions not to destroy the world :D
-
Not really dev related, but I laughed so hard I had to share it.
I was having some drinks with some friends, and you know you're a real gamer when after a few drinks one of my mates was waving his hand inn front of his face and said "It's lagging!!!".1 -
You try and try and try. Its just get frustating sometimes. Not seeing some real growth in your competitive programming skills.1
-
Not learning proper OOP in college.
Having to learn that to fix some projects was a real pain back then.1 -
I regularly get added by unknown people on telegram. Now, sometimes they're real people asking you to rate some hotels or put smth in a shopping basket in a specific webshop.
It's my hobby to figure out what their scam is. (I think just not paying, how would they do that anyway).
Also, you've bots. Doing acquisition and then ask you to contact them on a different number. I do this. Yolo. For fun.
But now, there's a Chinese girl that added me and I can't figure out if she's a bot or real. She did ask me to contact on a different number - like bot.. But she goes to sleep on Hong Kong timezones and I've let her tell me what was in a youtube video. She described well. Still, I don't trust.
She does have some inconsistenties in dot usage at end of sentence and stuff.
English, quite well but I think she uses translator if she's real. She said it's not her native language.
It drives me totally crazy not being able to figure out.
What are more ways to check if AI?23 -
Screen real estate is the first thing your device will run out of as it ages. Not the battery and not RAM.
-
Creating a real mvp prototype, and not a "mvp prototype" that ended up being a production release...
-
I love this TV series it crowd jen was found but it's real why we have an it managers that not now nothing even about computer 🖥 by the way the meme it's when jen computer it's infected whit malware I live every day whit that user likes his computer at its it.9
-
I feel like time is short.
Things about to get real.
Make sure essentials are stocked.
Stay away from DC.
Get right with whatever you believe in.
Help your neighbor.
I don't have a magic ball.
I don't know if things will be good or bad.
But change is upon on.
Ready or not.
I pray to God he forgives us.
I wish the hardest thing in life was writing code.
I wish the world I was taught about when I was young was the real world.
Maybe if things go well it could be.
Look up, pray, and realize you are not alone.
I shall not fear the dark of night,
nor the arrow that flies by day.
Cheers!2 -
I just had a ptsd (not real ptsd) attack cause I remembered in one of my first jobs we had gulp, grunt AND webpack to build our angularjs project.
Did I fix that mess? Sure!
Will the memory of it stalk me until new year? Absolutely.1 -
"The real issue is not talent as an independent element, but talent in relationship to will, desire, and persistence. Talent without these things vanishes and even modest talent with those characteristics grows." - Milton Glaser1
-
Real question: what's the fear behind people putting tape over their Webcams? It's not that I don't believe they *could* be compromised, but why would anyone want to capture and go through hours of footage of me staring at my computer? My picture is on Facebook it's not a secret what my face looks like.18
-
Goddamn, Windows' idea of symlinks is completely broken. It's like they faked it at the UI level, but if your build process wants to copy the file? Too bad, it's not real so you can't copy it.1
-
What absolute fucking imbecile thought an upper limit of 6.0.0 would make sense for max supported PHP version on the entire Magento 1.9.3.X code base. Not to mention the installer is broken on account of them not fucking understanding InnoDB is default engine in MySQL.
Seriously Mage Rage is real.5 -
Where I can buy real American number?
I'm from Saudi Arabia, for some reason chatgpt is not available in my country and I cannot activate it with my Saudi number even with registering with an VPN5 -
One more time I hear that having a meeting to specify an API between our two systems is "not a real work" and "waste of time" and I will probably eventually punch the guy in the face. No, working as a developer is not only about tapping on a keyboard.
-
"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. -
!rant
Do you think it is worth learning functional programming and specifically haskell. It seems like a really good concept, but a lot of people claim that it's not applicable in real scenarios.12 -
What I really want is parents. Real parents.
A real dad, because I never had one. And a real, caring mom instead of that waste of oxygen (https://devrant.com/rants/9940652/...) whose body was my dwelling for nine months once upon a time.
But it’s not quite “me” who wants supportive parents, is it. It’s past me. Past me, with different pronouns, different body that isn’t covered in ugly scars (because of my mother), entirely different mindset.
Too bad, there is no past me anymore. He’s dead. It’s too late.1 -
My biggest insecurity is that people will one day find out that I am not good enough!
I write clean code and do all the shit around it but I don't feel good enough.
Imposter syndrome is for real, sometimes! -
In about 1.5 hours i'm getting out of the side project/startup i've been working on with a few friends. Not an easy decision but had do it, as it had a negative impact on my real job.3
-
I've been coding for fun since before I was a teenager (I'm 28) but, excluding two small freelance projects, not in a professional capacity as I've pursued another career.
To help land my first real programming position I'm now building my portfolio. (http://daglundberg.se)
Any tips, feedback, thoughts?
Thanks5 -
From current and past events, I have seen how people do things because it’s hip. Not doing any real thing to help or alleviate the sufferings of the victims but going the easier way to just flow with the trend. Yuck!2
-
latest alexa certification experience
them: you must not name your skill like this, this and that.
me: ok. please certify my skill named a not listed option.
them: YoU mUsT nOt NaMe It ThIs EiThEr.
for real, if i would have to do alexa skills for a living i'd long have gone mad (well, madder)
sincerely fu3 -
through accident.
i got a mail that a certain employer needed a fifth intern and i was the only one who replied. now two semesters later im still there. its not my most loved employer but they pay very good for that time and my current team is real nice -
What do you think are the best steps towards being a successful hacker ? (Not a cracker f.y.i)
I'm asking about the real steps to take if you want to get into the hacking scenes ?7 -
Not completely a dev thing. But now days it seems like everyone is either an audiophile or a master at phone design. Like for REAL! What do you want???
This sounds like crap (has HD Sound)
This looks ugly (any and every phone)
It seems like there a lot of trolls that just go to events they really don't like... Why do Samsung Fans watch Apple events??
You dont see vegans going to every meet market they see.... Like for real..... -
I guess coding is a coping mechanism for not matching on any dating sites and hence no dates...
I guess you could say it helps me find alternative methods to release my per up desires... Although I guess a real relationship is something it can't replace... -
Random rant: the real ugly thing about dark themed apps is that you can't for the life of you find the taskbar so that you may drag the fucking thing around. (not a light theme guy btw)2
-
I justed wanted to add audio to my ionic application...
Why did it take 1 hour to find the module ionic-audio, understand how to use it and finally add sound effects ?? 😖
Well, at least, it works both in the browser and on real devices... Not like many cordova plugins 😭 -
Jumping through hoops to get on Toptal is not fun. Got so sick of the sample project taking up my time that I'm turning it into a real website haha.2
-
I'm all for diversity in Linux, I like that there's multiple organizations, flavors, etc., but geez, troubleshooting a huge CMake project that breaks on Fedora and not on Ubuntu because of the way Python2.7 is installed is a real pain. :(undefined python why can't we all get along linux flavors didn't we learn anything from the unix wars? linux
-
I currently develop an angular 5 frontend application as side project. The serverside JSON RESTful application is already finished.
So the bakcend (should) not be a problem...
But angular can be a real cunt. Sometimes the request work, sometimes not. Thank you OPTIONS HEADER ^^
I also love the internet. Looking for ng5 solutions, get some ng2... -
my lesson as a new dev was when the senior told me to RTFM....by not using Google... as in ... real books... dusty... old... valuable... and BIG mother farking ones.2
-
Who I hate:
People who put their tasks to ready for (integration) test without even once running it against real services and the actual database instead just the mocks of the unit tests.
=> I want to test business logic, not fix your internal server errors... -
What's the real expectations for interns? Just to give it a good go, learn, and ask questions? Currently sitting at home sick af worried I'll look bad to my higher ups for not being there unannounced. Don't really have any way of contacting them.1
-
"So all that stuff you read in books about computers, thats not how it works in the real world."
Yeah ok buddy.1 -
Things that should not go together!
* Using the restroom
* Can be used as a floatation device.
Not going into details, but damn...
The fight is real!1 -
Every profession has people who have done some real shit. You have doctors, lawers, scientists, architects.
I want to be one of those developers who did some real shit. I'm just saying.....6 -
I don't know if anyone here, who tried to answer the question for real, did not answer "my current boss" or "myself", but I am fairly certain, I still have to meet my best boss.
Had two so far and both had their flaws that are hard to deal with. -
I feel like I am not CS major.
I doble major'ed on 3rd year, so don't have deep knowledge like other 'real' CS majors.2 -
me as I come to new software service:
oo nice site, oo nice comments _ descriptions
.
. . .
bla ... bla .
#github link
okay now I am reading what can we use from this!
now is the dealio of real info, not amusement park -
When I see programmers with great physique, I'm like...
Yeah, that's not real though, it's all fake abs!1 -
TechBA: (adter solving a really simple sql change) *yeah right, we really need devs* (implies sarcasm).
A real issue occurs that needs deep dive code analysis.
TechBA: thats not really our responsibility. thats entirely to the developer.
wow.1 -
I am so habitual to handling unexpected behaviours in Android to avoid crashes that even in real life most of my conversation with my brother is like what if it happens.. he'll be like we'll see when it does... I'll be like why not handling now... And the conversation goes on and on...
I guess my mind is trained now to handle null crashes, even in real life.1 -
When maintainability and proper design patterns do not equate to faster performance. The struggle is real.
-
Im completely stuck in this, might just have been gotten mad and it's real simple.. butncould anyone help me write an sql select statement that would solve this issue ?
Problem statement and examples are on the picture :)
Thanks in advance!
(Data not the actual data needed but resembles structure im trying to do)10 -
Using Google Allo since this morning. The reply prediction feature is making my conversations very polite... Ha... Ha... It has to learn that real life conversations are not so polite... At least not with my fellow devs... 😂
-
Any time I touch the front end of the admin tool for a client I cringe at angularjs. yes, not angular 2.
Mix in datatables (yup, the jQuery one) you have a real recipe there. -
Is any of it real? I mean, look at this. Look at it! A world built on fantasy. Synthetic emotions in the form of pills. Psychological warfare in the form of advertising. Mind-altering chemicals in the form of... food! Brainwashing seminars in the form of media. Controlled isolated bubbles in the form of social networks. Real? You want to talk about reality? We haven't lived in anything remotely close to it since the turn of the century. We turned it off, took out the batteries, snacked on a bag of GMOs while we tossed the remnants in the ever-expanding Dumpster of the human condition. We live in branded houses trademarked by corporations built on bipolar numbers jumping up and down on digital displays, hypnotizing us into the biggest slumber mankind has ever seen. You have to dig pretty deep, kiddo, before you can find anything real. We live in a kingdom of bullshit. A kingdom you've lived in for far too long. So don't tell me about not being real. I'm no less real than the fucking beef patty in your Big Mac.3
-
Becoming a real piece of shit.
When a friend who has no responsibilities and no costs gets a higher paid dev job than I've ever wanted, in an area with a lower CoL.
A normal decent human being would be happy for his friend. I however am not. Guess I deserve what happens1 -
Shoutout to C0D4 - you da real MVP!
Tried to subscribe to your rants, but it looks like that feature is suddently missing? Not sure, since I'm a 🤡4 -
My grandmother can't think of me doing something else than being sat all day long, doing nothing in front of a screen and certainly not being tired or exhausted because it. And she always compare it to her, when her job was to sew fancy clothes.
I am not allowed to say it's a real job in front of her. So frustrating. -
Hey guys.
Yesterday I saw something about real-time Implementations using deepstream.io and been asking myself if I should try to add it to the project I'm working on (Angular).
It's important to say I'm working for free, because it's a school project, which in the end is going to be used by real people and solve real problems inside my school.
BUT it's not a required feature. It's more like a matter of vanity.
It's just id don't know if it's worth the time and effort. Or if it will work at all2 -
Today, I came across a real problem.
Real.
A friend of mine asked me how could she could compile and rum programs. I just gave her Linux to install, which she just couldn't.
Then I gave her codeblocks and dev c++, which she couldn't work on, due to some error.
thereafter I just to make sure, installed turboc and mingw, and made it work. but unfortunately still, she couldn't make it work when she went home.
Now, either her laptop is piece of pure shit, or I'm not just the right guy fit for technical support. -
i had have thinking about a project where a developers community , work us together and meet us , like a coworking , but online , share us desktop , videoconference , real time meetups about coding , freelance or enterprise dev , share projects , but human touch around , not forum , something more social , share locations etc etc ....... it sounds cool?
-
Devrant avatar builder is cool, like geek tool for geeks with no real value. They are all the same and not helping with personalization of posts or comments. Is there any chance to upload real image?
Or will be?
Haha, kill me.4 -
Top Advice: Remember the reason for why you learned languages, to make ideas concrete and real not to pursue becoming a language lawyer or a linguistic philosopher.
-
Code base is full of /*bug fix - XXXX */ coments, sometimes it feels the software is a Bugenstein's Monster!!
Not sure if this kind of comments serve any real purpose...
Commented old code is a more familiar monster; but that's a tale for another day. -
you know they call me 'good' which in their speech is an insult. do they ever pay fucking attention or can they not conceive of what a real human is like ? especially one that is conflicted on various levels as a result of abuses, loneliness, depression, survival interests, years of bullshit, etc ? I'm not immune to temptation or corruption, I'm just extremely resistant.
-
Any other real adhd people around who had actual diagnoses and on adderall? I’m not sure if it’s me, is adderall getting weaker due to the shortage?2
-
[dying] I came here with a simple dream...a dream of killing all humans. And this is how it must end? Who's the real seven billion ton robot monster here? Not I... Not I...
-- Bender Rodriguez --
(Futurama) -
Most deadlines we get are unrealistic... but not in the sense you think. I get to do a task and you can bet that the deadline they tell me at that point is not gonna be the real deadline because they will keep pushing it into the future. Happens in projects with many stakeholders...
-
Design in Motion: Real-Time Rendering's Impact on Architecture
Architecture, a discipline that once relied heavily on blueprints, models, and lengthy render times, has undergone a revolutionary transformation in recent years. The advent of real-time rendering technology has fundamentally altered the way architects visualize, present, and interact with their designs. This paradigm shift has not only enhanced the creative process but has also empowered architects to make more informed decisions and create immersive experiences for clients and stakeholders.
Real-time rendering, a technological marvel that harnesses the power of high-performance graphics hardware and advanced software algorithms, allows architects to generate photorealistic visualizations of their designs in a matter of milliseconds. Gone are the days of waiting hours or even days for a single rendering to complete. This acceleration in rendering time has not only expedited the design process but has also encouraged architects to explore multiple design iterations rapidly.
One of the most significant impacts of real-time rendering on architecture is the ability to visualize a design in various lighting conditions and environmental settings. Architects can now instantly switch between daytime and nighttime lighting scenarios, experiment with different materials, and observe how their designs respond to different seasons or weather conditions. This level of dynamic visualization offers insights into how a building's appearance and functionality evolve throughout the day, contributing to more holistic and thoughtful design solutions.
Moreover, real-time rendering has transformed client presentations. Architectural concepts can now be communicated with unprecedented clarity and realism. Clients can virtually walk through spaces, observing intricate details, exploring different angles, and even experiencing the play of light and shadow in real-time. This immersive experience fosters a deeper understanding of the design intent, enabling clients to provide more targeted feedback and make informed decisions.
The impact of real-time rendering on collaboration within architectural teams cannot be overstated. Traditionally, architects and designers would need to wait for a rendering to complete before discussing design changes or improvements. With real-time rendering, team members can make adjustments on the fly, observing the immediate effects of their decisions. This seamless collaboration not only enhances efficiency but also encourages interdisciplinary collaboration as architects, engineers, and other stakeholders can work together in real-time to refine designs.
The integration of virtual reality (VR) and augmented reality (AR) into the architectural workflow is another transformative aspect of real-time rendering. Architects can now create VR environments that allow clients to step inside their designs and explore every nook and cranny. This not only enhances client engagement but also enables architects to identify potential design flaws or spatial issues that might not be apparent in 2D drawings. AR, on the other hand, overlays digital information onto the physical world, facilitating on-site decision-making and construction supervision.
Real-time rendering's impact extends beyond the design phase. It has proven to be a valuable tool for public engagement and community involvement in architectural projects. By creating virtual walkthroughs of proposed structures, architects can offer the public an opportunity to experience the design before construction begins. This transparency fosters a sense of ownership and allows for constructive feedback, contributing to the development of designs that resonate with the community's needs and aspirations.
The environmental implications of real-time rendering are also noteworthy. The ability to visualize designs in various environmental contexts contributes to more sustainable architecture. Architects can assess how natural light interacts with interior spaces, optimizing energy efficiency and reducing the need for artificial lighting during the day.
In conclusion, real-time rendering has ushered in a new era of architectural design, propelling the industry into a realm of dynamic visualization, immersive experiences, and enhanced collaboration. The ability to witness designs in motion, explore different lighting conditions, and interact with virtual environments has redefined how architects approach their craft. From facilitating client presentations to fostering sustainable design solutions, real-time rendering's impact on architecture is profound and multifaceted. As the technology continues to evolve, architects have an unprecedented opportunity to push the boundaries of creativity, efficiency, and sustainability in the built environment. -
Played almost every flight simulator out there, always wanted to be a fighter pilot, I used to play for hours and learn about each aircraft from internet. Novalogic's MiG-29 fulcrum was my favourite as it was realistic as hell, real radars , flight controls and cobra manoeuvres, tactical landings made the sim real fun. Sadly was not eligible for Air force and commercial pilot exams due to health issues.
-
The professor that made us use ada. This course was in 2018. Not useful to real world and also hard af. Was a great professor good at teaching and a great guy - just the course was hard as fuck and if you were struggling it was hard to find resources.
-
I have been using CakePHP 1.3 and 2.x fore some years. I built two custom platforms on them that we used for almost every project at work, and also some of my freelance ones.
We've built all kind of stuff, from basic CMS to large scale CRM/ERP systems, and it held it's own!
But now I wanna build another one! :D
I wanna build a platform on CakePHP 3.x fore sume time at work, but the constant flow of projects leaves little time for this.
And I am not talking about the shitty stuff like the sorry attempts you can find oh GitHub right now, that I never even managed to use once for a real project (I really tired!), I am talking about a real platform, for real world projects, with a real world interface, and real world functionallity, for real world use cases!
I was thinking to start an open source project, but I never managed one so I have some concerns...
Like it will not get any contributors and I will eventually do it on my own anyway, or like it WILL get traction and I will not be able to manage the project, or the community.
I am the head of the dev dept at work, but open source seems like a whole new ball game for me...
Anyway, what do you people think? Would you work on something like that? Would you use it? Should I create a GitHub project and add a collab? Or is it doomed already? -
Alright, let me pitch in. You have no real reason not to be a dev, cause there are lots of other jobs that are just plain shit.
You can create a long list of well thought out reasons for not to, especially the seniors. I like to see things in perspective however.1 -
not only apple has good price on its products, but these dudes as well can pay you more money than it really costed. and if you didn't have enough they buy TOP CASH
and what's best they will pay you for icloud and passwor for real ! -
Are dating sites safe for real meetings?
Very few people who use dating sites consider them only for online communication. Most users need them to find someone for real dating. So, after an online dating stage, sooner or later, people start thinking about meeting in real life. And even if everything has been perfect and smooth and you have a great time via online chat, it doesn’t mean yet that you shouldn’t forget about safety measures. I don’t doubt the online dating safety, but it’s better to be safe than sorry. So, when taking a decision to move from online to real dating, you need to prepare for the first date well and thoroughly.
1. Make it formal
Even if you have been chatting online for many months, and you know probably everything about this person, including many moments of life that people usually do not share at once, you still should not rush the events, no matter how hard you want to make a huge step forward. Your first non-virtual date should be formal, no exclusions. Choose a crowded place for the first date, for example, a restaurant, cinema, exhibition, or agree to meet in a park and spend time there. Do not invite a person to your home nor accept an invitation to visit her house.
2. Inform your friends where you are going
I know that it may seem like too much for just a date, but you are going to meet a person you have never seen in real life. And informing a friend that you are going for a date with an online match is an absolutely right decision. Besides, most dating sites recommend to do it.
3. Leave if you feel uncomfortable
Your real date may significantly differ from the online ones that you had before. So, if you see that your virtual partner is not the person you know so well online, you’d better end this date. Not all online dates should go real. Sometimes, it’s better to leave things as they are and continue communication online.
4. Avoid alcohol
Do not drink alcohol on the first date. Even if you feel a bit nervous and you know that a little alcohol will help you to relax and calm down. I still recommend you to avoid drinking because you may either create a wrong image of yourself and spoil the date anyways or simply make mistakes.
So, how safe is online dating? I’d say that online dating is 100% safe in case you do not neglect the basic rules which work not only for virtual dating but also for the real-world one. Do not rush events, take your time, avoid conversations about money, do not send or buy gifts on request, and do not share personal things about you unless you are sure you know a person well enough. https://wizzlove.com3 -
Why the fuck do people not reply all when I clearly added people for a real and even let them know...8
-
For everyone that merged to master today (Friday) you're the real MVP*.
*Not talking about Minimum Viable Product ok?1