Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "just try"
-
I asked my teammates if it would be ok if I made multithreading code for the collisions of our game engine and they just sent me this, I'm going to try anyway. Yolo.2
-
Try to open a new PDF. Adobe says it must restart. I click OK, figuring it just needs to restart the reader itself.
Reboots entire computer instead... For a PDF reader update...
Uninstall time!15 -
FBI: FUCK!! We just lost our connection to all those civilian routers we were monitoring
FBI IT Department: Did you try turning them off and back on?
FBI:5 -
199$ for game maker studio
Naaa i will just use godot thx
1000$ for 3dx max
Naa will just use blender 3d
899$ for Fl studio
We have lmms
Sublime text 70$
Vscode is better.. i will just use that
Adobe illustrator 19$ a month
Nice try we have Gravit Designer25 -
"Just try and move your workflow to Windows, it's not that different from Linux"
My boss, when I asked him if I could install Arch on my company laptop20 -
I wish we could branch out our lives like in git. Just fork at critical decision points, try out both/ multiple outcomes simultaneously, then reconcile and merge back into master.9
-
Look at what I just found reorganizing my closet!
Ubuntu 5.10 from when they actually used to mail a free physical copy to try it. It's the third release of the OS and the one that started the alphabetical naming convention with Breezy Badger. Might give it a nostalgic try tomorrow 😁11 -
Just moved, new room, let's try to setup port forwarding!
Well, i thought that too. Just spent hours trying to get this motherfucker to work. Tutorials, everything.
Every time that damn can't connect error. About to lose my shit.
Suddenly *hold on, is Apache installed on my new KDE Neon installation?!*
*oops* 😅5 -
Sorry, but the app had to stay running. It was just a minor exception anyway.
try {
executeMainLoop();
}
catch (Exception ex) {
executeMainLoop();
}4 -
Is it just me or everyone have this issue that when I sleep with some coding problems my mind will try to find a solution for it?14
-
Just installed VS for Mac and only one word can express my feeling:
Wow!
I feel really inspired to try learn .NET9 -
!rant
It's Friday and my boss let us off work early...
So imma just chill and try to catch the sun5 -
I just had a major breakthrough on a project 😊
Just standing there chatting with my dad (also a dev), while preparing for the new years feast, and got this amazing idea that I just had to try. 30 minutes later I'm done with the script and it works flawlessly 😊😅5 -
I think my most favorite part of programming is when I just try something out and it actually works despite really just guessing.4
-
static void TryOut<T>(T newStuff)
{
try
{
self.Learn(newStuff);
}
catch (NotUnderstandingException)
{
// At some point, it will work, just call it again
TryOut(newStuff);
}
}4 -
Being in an office where men actually listen to my ideas and don't try to talk over me? 🤔😍 It feels just like devRant4
-
Can we please all just appreciate how much more enjoyable the "cloud-to-butt" browser extension makes reading all those damn pr texts about "the cloud"? Seriously, try it!4
-
When your boss wants to try out the program but you didn't have enough time to test the code, so you are just sitting there like1
-
This is just evil.
Unlocking a dark theme by inviting friends to a service I just wanted to try out.
Also the wording is annoying. Yes, I do want the dark them, I just don't want to spam my friends for it. Subscription process cancelled, dickheads.14 -
Does anyone else have this? I always try to adjust the way I say things to non-hostile/aggressive (talking about things I have very specific opinions on) because I'm somehow afraid of starting a heated argument. On here, at work, everywhere.
Going to try to just speak my mind, even if that would get me into more fights etc 😅11 -
So I've decided to try and switch my complete development environment to Ubuntu from Windows. I've used Ubuntu before but just for general use. Excited :D
Any essentials or anything to get?33 -
Just typed a 2000 word passionate story about AI and the app refreshed itself before I managed to post it. I wanna cry :(:(:(
Sigh, I'll try again.10 -
I'm holding a programming class today, it's an open-door event, so anyone can come and try it out.
Nothing too much, just basic things.
I've been holding it for 30 min... To no one... No one showed up...7 -
Hi, rant. I've just finished one of my hobby work. :D
Just another O'RLY book cover generator, written in Golang/Vue, supporting more glyph like CJK.
You may try it on https://rly.nanmu.me/
Source code is available via MIT license on https://github.com/nanmu42/orly
Cheers. :)10 -
Coworker: There's clearly a bug here, this thing just says OFF and doesn't work!
Me: Well, did you try switching it to ON?
Coworker: OH SHIT that fixed it!3 -
Just found this piece of code from one of my coworkers:
restMethod() {
try {
// some complicated logic
} catch (WebApplicationException e) {
throw e;
}
}
Why?!
And btw: Hi fellow devRant ppl! 👋6 -
Me: Hey, I need to know when the user double clicked this.
B: It's easy, just put a try catch with DoubleClickException
Me: ...
B: ...
Me: and how about right click?
B: RightClickExce...
Me: Ok. I'm out5 -
When I'm bored in a useless meeting, I try to guess how much that meeting just cost the company for nothing.
Today I got to 2000€ for 1hour meeting3 -
YAY a JOIN query (MySQL) just ran successfully at the first try for the first time of my life!! I never understood joins but slowly getting there I guess :)4
-
Cringed when I saw camelCase, snake_case, PascalCase and CONSTS (for non consts) in 10 consecutive lines of code! 😖😖😖
I suppose if you don't know which coding style to pick... Just try them all!!!!! 😱7 -
Arguing over PRs with juniors who try to push unnecessary badly maintained dependencies, which are in fact just turds wrapped in startup hypespeak, because they're too lazy to actually invent some non-square wheels.
-
> dockerized gitea stops working 502,
> other gitea with same config works just fine
> is the same config the issue? maybe the network names can't be the same?
> no
> any logs from the reverse proxy?
> no
> does it return anything at all on that port?
> no
> any logs inside the container?
> no
> maybe it logs to the wrong file?
> no others exist
> try to force custom log levels
> ignored
> try to kill the running pid
> it instantly restarts
> try to run a new instance with specifying the new config
> ignores config
> check if theres anything even listening
> nothing is listening on that port, but is listening in the other working gitea container
> try to destroy the container and force a fresh container
> still the same issue
> maybe the recent docker update broke it? try to make a new one and move only necessary
> mkdir gitea2
> all files seem necessary
> guess I'll try to move the same folder here
> it works
> it is exactly the same files as in gitea1, just that the folder name is different
>10 -
I did it ma! I installed Arch Linux! On a pendrive!! First try too! Now I just have to slowly add things I need and configure it slowly.. Goodbye weekend :')3
-
Love really fucking sucks. It's the only exception i try but can't catch and i end up crashing in a bar alone and drunk. I finally wake up in my apartment just to do it all over again.14
-
*Build project*
*Build failed*
- Arrrg! Lets try cleaning first.
*Clean project*
*Clean failed*
- ...
- What the FUCK! How does the clean fucking project fail?!? Just delete fucking output you pile of shit!4 -
Pro tip: never try to convert the date (formatted as "yyMMddHHmm") in an int32.
It will stop working in 2022. 😉
I just found out I accidentally invented the "2022 bug" two years ago.11 -
HAVE YOU JUST TRIED TO BARGAIN ON MY ESTIMATE?!
I really hate when people try to bargain on my estimates. It's done when I say so. I really think it through before I tell you the deadline, so GO FUCK YOURSELF PLEASE AND SHUT THE FUCK UP. NEVER EVER BARGAIN ON THAT AGAIN.
If you do, it will take one week longer for every time you try it.7 -
Coworker: "Yeah, I know the code module is 25K lines of code, but don't try to break it up. At some point I realized that they just have to be that big."
Me: 😦3 -
You know you are a geek when you try to shoo away a fly away from the monitor with your cursor. That just happened to me. It was scary...4
-
I think we need to stop to use the phrase "hello world " in programming , let's try "Surprise mother fucker" instead.
Hihihihi just saying...15 -
You hired me to be a JavaScript developer. Just because you have stock inMicrosoft is not a good reason to try stuffing Typescript down my throat. Maybe you should have hired a Typescript developer!6
-
96% of the programmers just want to program. Don't try to transform them in project manager, designer, UX, etc..3
-
when you watch a coding video and try to scroll the code because you just forgot it was on YouTube... 😫😫1
-
Just now, I managed to compile my first linux kernel for my laptop on the first try :D
Granted, it was just a single line to get my touchpad to work, still a great feeling.
Also, Nvidia is still going strong on my laptop, no problems whatsoever :)6 -
HOW!? Just HOW THE FUUUCK??!
Did anybody ever try to put a cinnamon desktop onto a ubuntu server version?? 'Cause this is simply fucked up!
Just add the ppa they said. Just run
$ apt-get install cinnamon
they said!
APT-GET YOUR FUCKING HEADS OUT OF YOUR ASSES!
ARRRGGGH. *table-flip*8 -
Just under 1000 on devRant.
At 14 on Stack Overflow...
Just short of being able to upvote! Maybe I can help noobs...
My next rant: Why do I get down voted when I try to help noobs?10 -
I was thinking about using Drupal for project, just to try out a CMS. Before using it, I decided to search devRant for "drupal" to see how bad it is.
Nope, I am just going to use plain old VueJS with flexbox.9 -
Spended 30 minutes try to answer a question on stackoverflow, the question deleted just before I posting the answer5
-
This just happened. What the actual fuck!
I'll try my shot to experience. They are bad that doesn't mean I shouldn't experience.
It'll give me some different perspective and learnings.51 -
Today,I found this gem:
static function getConfig(){
$cacheKey = 'foobar';
try {
$config = $this->repository->getConfig();
$this->cache->set($cacheKey, $config);
}
catch(Exception $e){
try{
$config = $this->repository->getConfig();
$this->cache->set($cacheKey, $config);
}
catch(Exception $e){}
}
}
I don't want to live on this planet anymore...!7 -
Just try to learn alone.Get fucked up,try to find the solution alone, you'll become a good programmer with a huge amount of knowledge that u can't even imagine.❤️5
-
sometimes we try to make things better and realize people just want the same old non functional bloated shit...
-
When you resign and before you leave your coworkers ask you to help them write a job description for your replacement and you be like "MUUUUUUHAHAHAHAHAAAA! Just TRY to find THIS!" #IDoAllTheThingsundefined marketing job security wordpress seo design programming server management public relations blogger
-
Just saw this on FB..
Well I don't do much Webdev but that won't work for sure.
The first closing bracket ends the function Block -.-
Nice try Marketing team9 -
It just keeps getting better the more you try to debug it.
Link to original: https://reddit.com/r/...4 -
WTF just happened here? No. Really.. How did the guys manage to do this ? Anyone put on Sherlock Holmes hat and try to deduce what could have happened ?5
-
Just had someone try to tell me that Windows programs are more stable in WINE than in Windows. Haha no.6
-
Syntax for my proposed "unsure" programming language.
Variable declaration:
let's just say that <variable name> = <value>
Function declaration:
hypothetically, we could <function name> (<args>){}
Try/ catch:
it's possible that
{
}
...or not (<ex>)
{
}3 -
//Dunno what causes these random connection errors; probably just hiccups in connection between our EC2 instance and Discord
try {
client.login(token);
} catch(e) {
//Do nothing, just prevent it from crashing the main thread and the client will reconnect
}4 -
Hi guys,
It has been almost two years since I posted anything here.
I just wanted to say Hi.
I will try to be more active on the platform.
I missed you guys!!12 -
Freelance:
Me: I'm done with the major bugs. Can I do the minor bugs tomorrow?
PM: can you hang on just a moment? Can you pls remove the ...
Me: I'll try. I'm experiencing brain dysfunction right now.
PM: Oh? Hahaha! Just a minor tweak tho. Teeheehee.
Me: (fudge)3 -
Just startup stories:
Our backlog of tasks and bugs has officially reached 100+ tickets, all for me, the single software engineer at our "tech" company.
Huh, imagine that.3 -
!rant
TFW your graphics ASM code works on the first try.
Yes, it just happened to me, and it's a relatively annoying rectangle drawing routine.
Writing complicated ASM code and making it work on the first try is definitely a new thing to me, I feel so powerful! >:D4 -
00h - "Let's just try to finish this one feature..."
Suddenly you hear the birds singing and the traffic starting out there, coming from that little sunshine.1 -
A lot of PM-rants (for good reason) but how about a reversed one:
Lead Dev: "Yes, but do we really need a dev and staging server? Can't we just try it out and see if it works?"2 -
If you’re angry at testers for constantly finding bugs and returning your garbage tasks, don’t. Wipe the Cheetos dust off your fingers and keyboard just once and try to write something that will actually work properly.4
-
I really really really don't like Windows. The amount of awful updates that I have to do all of the time, the fact that my mother just had Windows updates try and run, fail, try and run again, fail again, and then try a third time. But I'm stuck with it, because if I try and run a Linux live CD, my computer has a fit. Because Ryzen. Fantastic21
-
I just finished my program and then i saw i had 7 errors.. then i try to fix 1, and then i see i have 11 errors .-.
now im just like
fml3 -
I need someone standing behind me 24/7 making sure I don't try to String == "test"
Just wasted half an hour wondering why nothing was happening11 -
Why do clients always try to use our lingo? They sound stupid. I read a post yesterday that said "no coding necessary. Just HTML and CSS" . Um. What? I also have a client that always tells me "I just need you to make some updates to the CSS with programming" . 😐🔫2
-
My innocent-pretending “I din do nuffing” ass after destroying multiple managers careers by manipulating the company opinion against them bc they try to play that scumbag move first but I’m just more conniving, powerful, and just a fucking beast.10
-
So I was just watching a show with subs and see this line:
"So just try and catch me!"
The first thought that came to mind was:
try {}
catch {}6 -
I have a sandbox account for a product we are developing and I'm receiving promotional emails.
I could just opt out, but I think it's adorable how they try to surprise me with the new features I created -
Who codes while laying in bed? 🤨 Just saw a random coding video and the guy was just laying in bed with facecam.
I'm tempted to get a laptop just to try it and achieve my final form.31 -
So two guys at the company I work for just quitted, We were 4 in the "dev" department, 2 front end and 2 back end, now we're just 1 front and 1 back, should I try to get a raise?? I've been working steady for 8 months now.4
-
Dear bug,
Can you please just go away? I'm away from home right now so I can't do much, I did a lot yesterday to try and get you to leave. Thank5 -
make code change
stop server
try to re run server
dependency problems
java, tomcat, gradle , eclipse, just kill me, dont torture me like this1 -
!$rant
Well I feel accomplished today :) Got a lot done on my little devrant-widget project. I'm gonna try and make it open source soon, just trying to fix all this spaghetti code I created xD -
backstory: i was bored and decided to recreate basic hardware modules/ICs in JS
today, i just made a 555 in JS on the first try
am i god? :O4 -
Error? Hmm, I better try to re-run it a couple hundred more times before I try to fix it.. Just in case it magically works again.
-
If you’re stuck in hell, I mean, Webpack, try parcel. I was skeptical until I used it, and it’s just magical1
-
nice try, now fuck off (it's red because I tried to first just press download without entering anything)7
-
Dear developers, I know it's hard but try to understand that devRant is not your product. So let's just stop the feature requests and keep ranting.4
-
Life will be much easier if we can use "try and catch" while doing something. Yes, just like programming language.2
-
If you've ever used Vue.Draggable and been as frustrated as I have, try Vue Smooth DnD. It works flawlessly and syncs properly without relying on DOM state. Just what's necessary for true reactive drag and drop. 😁5
-
Just dd'ed my root partition. Nothing important lost. Had this system for last 2 years. Maybe time to try some new distro.6
-
The moment you sit down to try to fix a bug and you just stare and the screen for an hour not understanding how this even happened1
-
I hate people aren't as smart (?) as me so their suggestions don't make sense and I can't ask any questions
and then sometimes if I try to ask them anyway they think I'm just criticizing them and get defensive
I just wanna know how things work.
STOP FLAILING5 -
I’m just in love with Docker.
My enterprise finally accept to give it a try.
NB : We have tons and tons of VM for nothing.4 -
Just started to make some UI designs in sketch to try it out at least once. I have to admit, it makes a lot of fun ^^5
-
Sometimes I try to figure out which language should I learn next! Or I really need to learn a new language?! Or just trying to be better in current ones??! ...4
-
I just love the Windows Developer Support... but unfortunately I don't have the possibility to use it (error when try to submit an incident). :D
Maybe it's a feature, not a bug...3 -
How do some of you deal with being under qualified when it comes to job searching?
Do you still try to send an application just to see if it sticks?
Or do you try to find a listing that matches a great majority of your qualifications.2 -
#1 life lesson learned from coding: There are things I just can’t be good at no matter how hard I try.3
-
Just tried to get the oneplus vr... First try:404 at the end of the placed order. Second try: bug on site, just before the previous 404. Third try: out of stock. XD1
-
Just got this popup again, and it always comes right in the middle of me doing something. And of course there's no "remind me in an hour" - if you select "Try in an hour" it usually just automatically installs and restarts your computer in an hour, instead of asking you again.2
-
The moment when you try Android development for the first time, you get a bluescreen out of nowhere and after that there are problems with the jdk in your project... I do not get it. Please windows... I just wanted to try something new...😰
It does not feel motivating at all... :/4 -
When I see warning like this, I feel strong urge to try it just for sake of what could possibly happen.
Python Cryptography library in Primitives section if anybody wondering.4 -
Wait what. Soo apparently google duo is a system application? When did that happen... And why duo tho? And not allo?? Kind of wanted to try out allo tbh. Just have no friends using allo...1
-
I'll never understand distro hopping. You're having something that works fine and that you're used to. You can always change the look by using another DE. But you prefer to throw it all away, try something else, end up deceived, try something else.
Just, why? Educate me, what are you exactly looking for that makes you want to change after some time?10 -
Why does the image compression on here suck so bad? It's especially bad if you try to post text. Just go and buy pied piper and your problems are solved.4
-
the person who wrote the code I'm maintaining had just learned try {}catch {} seriously, the guy preferred using try catch over ifs...11
-
I’m becoming really frustrated working with my current project. It’s like someone’s dog ate the requirements and all stakeholders are on a different page on what’s needed/wanted. I’m fishing for the info I need and try to decipher the vagueness I get. I know I could just call a meeting and try to get us all on the same page there - but I’ve been in a few meetings with this specific lot of people, and I know it’s just going to end up in much more confusion...3
-
Fuck!!!
I want to kill myself.
I just had the 2nd try for the math exam and I'll likely also not pass this time,
Means 1 try left and then i have to drop out of college.
I even did prepare way better this time than for the first try, and still the exam was so damn hard.4 -
My senior colleague recently said "Don't go around asking for best practices, it's a waste of time! Just try stuff until it works and commit it".
We were talking about writing code in a new language.1 -
Ever had one of those days (or many of them) where all your jokes offend, all your interactions fall flat, none of your code works, and everything you try to do just goes to crap? Hoping it’s not just me.
-
I just don't understand why people use the try-catch on calling a method that will throw exceptions just to ONLY re-throw it again, what would you do that for? :(5
-
Decided to try out the new windows terminal app... It may be in preview but oh boy it needs work...
And not just a little work but A LOT of work, I've used prototypes that are more functional :-/4 -
I always try to break my code when it works without errors the first time.
Just to be sure that the code I wrote is being used.
Anyone else? -
Was trying to see why a (luckily) wiped drive wasn't reading out of nowhere, got to feel it try to read from the platters, arm flailing to try and read anything, and suddenly it just... gave up, arm parked, platters spun down... It still had power, it just stopped and didn't start back up, except for a moment or two of spin when power is applied.
I felt a HDD give up and die and it made me kinda sad.3 -
I swear if you try and ghost me after making me waste my time with those labrat🐀 tests...
...let's just say you're going to find all your companies email inboxes in pretty bad shape by september3 -
trying to login fb
username : ...........
pass : ...................
without thinking just type that pass
error changed pass 2 year back
again try to remember same password
:(
unable to remember1 -
That euphoric moment when your program works on the first try and you just feel like the god of all programming.
-
Just installed Linux again after the installation finished because I somehow got a typo in the password I set in the beginningof the installation.
It was just quicker than to try hacking around this problem.3 -
I guess no one except designers know the pain of dealing with clients.
I am a dev and a freelance designer and sometimes my patience drops to zero and walks out from my desk and try to sleep, just to not break stuffs out of anger. You guys think dealing with a designer is an issue? Try dealing with a dumbfuk client!2 -
If you can't find the solution to a problem using Google, just try as long as you can. Think of all possibilities when a problem occurs. (Maybe even take advice from a person you don't like...)
-
"Just try it on production"
- a coworker DBA shortly before he desperately had to figure out how to restore to the latest backup. -
So, just to try this out, I'm going to temporarily "de-google" and use other services. What are the absolute best alternatives?16
-
Try to avoid writing code that just works because one day some of your colleagues will have to refactor all of it and changing 70 files aint something someone would enjoy doing.1
-
Maybe you already know it and I’m just retarded.. but if not, try out kodi + Exodus add-on👌
Most comfortable streaming I’ve ever experienced.
(Here in my country streaming is completely legal so no hate please:))4 -
Passive aggressive coworkers that have problems with each others work but instead of working out problems together they just complain about each other to me and try to drag me into it. What makes people think I want to play office politic games with them? I'm just there to code!1
-
Update on my Minecraft server if anyone is interested, recently just setup a test server to work out requirements, so if anyone has windows 10 edition of any form of iOS or Android Minecraft PE feel free to try it...
IP: minecraft.lxmcf.com
Port: 65535
Just let me know how stable things seem and if you have any issues connecting (it constantly gets stuck on trying to find server but will connect if you try .-.)7 -
So google just released a new cool demo
https://teachablemachine.withgoogle.com/...
It's actually super cool and i urge all of you to try it out! -
Don't you just love it when project works in the IDE but as soon as you build the artifact and try to run that it just straight out refuses to run and does not spit out any errors 😐
-
Never “try” to optimise just a bit more just for your own sake if the customer doesn’t ask you too. The next day you may be working on getting the service up and stable again on your holiday day :-(2
-
Each time I try to study someone else’s (cool) JS files, to learn from it, there are always some funky function calls that throw me off. I wish the person could be beside me and just walk me through why they did what they did at each step.
It’s just tough sometimes. I see all these cool projects on GitHub and I go, “let me try to analyse it,” and then I see all these properties too. Sometimes I feel compelled to just check the API but it seems like I’d be going into a blackhole of never-ending API depths.
What are some tips that you JS pros have?2 -
Every time I try to write a unit test I seem to write an integration test instead. 🤦
I'm just awful at it.6 -
https://youtu.be/-NxoNdTj_7U
Just wanna share try to watch till end you'll find the complexity of simple USB3 -
I usually just block every possible entry point of errors instead of handling them directly with try-catch or on-error callbacks. Is that a good practice?
In case you ask, yes, i am that lazy.3 -
Just wrote a Scala test class using Sublime, felt like I moved faster than with IntelliJ... Maybe I should try vim next?1
-
so I come with the analogy for "go to hell" it's just expressions when people asks you something very irrelevant and you try to say "go to help" and in anger you just say it "go to hell".
-
If you have enough of your own Spotify-playlists just try out their radio functionality.
It makes you actually appreciate playlists with less than 20 tracks for their diversity...3 -
"Don’t try and reinvent the wheel – just work on making it better than anyone else." - David A. Stuebe
-
I just found this very helpful app. Thought you guys might want to try it. It allows you to copy any text, anywhere :)
https://play.google.com/store/apps/... -
Look what just showed up in my mail today!! Only problem is my laptop's surface makes it very hard for anything to stick on and I'm scared to try :(
Anyways thank you @dfox and co!5 -
Something weird happens when doing something heavy in JetBrains IDE:
When I compile a project or when I just try to load one the music I'm listening to is scratching.
That's weird!8 -
I have no motivation to code anymore :/ ... I try but I just don't seem to have the interest in it anymore like I use to have when I was a teen.4
-
so because of equipment limitations I am currently being paid to be bored and watch someone else try to figure out what is wrong with their code. I literally just want to build.1
-
!rant
Just need a job where i have to travel a lot, meet new cultures, new people, try everything new8 -
I've never had to put up with bullshit after bullshit after FUCKING BULLSHIT IN MY LIFE
ONE THING GOES WRONG SO I MOVE ON TO SOMETHING ELSE OH SHIT I LOST THE CORD, FOUND IT, DOESNT WORK, FIX THAT, "COULD NOT EXPAND FILESYSTEM PLEASE TRY RASPI CONFIG" BLAH BLAH. I WAKE UP THINKING TODAY WILL GO SMOOTHLY BUT LINUX DECIDES TO FUCK ME OVER THEN I TRY TO GO TO THE PI BUT LITERALLY EVERYTHING I TRY TO DO JUST REFUSES TO WORK6 -
Just finished writing a RISC-V(RV32IM)[1] emulator in C. Give it a try
[1]: https://github.com/mirimmad/riscv1 -
I'm not a server-man, I mostly just develop apps in unity and similar stuff.
Boss: yo, can you make this work? I just can't understand https://github.com/ant-media/...
Me: Well IDK, there's a "start.sh" in it, just give it a try
*error*: /usr/local/antmedia cannot be found
Me: well then just put the whole thing in it.
*everything works flawlessly*
did you do magic? -
Just downloaded BlackArch. Wow, 11GB 🤯. Can’t wait to see what’s in there. Whole bunch of tools I’ll never get to use anyway but my Manjaro i3 setup got boring and I wanna try something new1
-
Update on my GitHub ( Classic ) project.
Now one item / note / .. is stuck?
If I try to move it to any other column
it just snaps right back (( ༎ຶ‿༎ຶ )) -
To be out of this miserable shitty rut I'm in and build a stable life (I've just decided I'm definitely going to try and do this, I've had enough of this shit)
-
Did anyone else just now read these two rants by @pixeltherapy and @d3vv as one and try to read the error message as a limerick?1
-
Is there any good trusty encrypted email service with free trial i should try, i am trying to get off social media world. And just delete all my account?8
-
I just wanted to try out apache open natural language processing. But why is building java from source such a pain? Totaly unintuitive. 😕
-
14 days left for me to build sharepoint portal..and i just spent 1 month try to understand and configure it..im tired but dont wanna giveup now..any quick advice how to ease my pain?5
-
I just can't believe in what state are the "leading" eCommerce systems. It just gives me depression and I'm totally desperate. :(
After 10-15 years one is xml hell, another is insane modules DIY administration, and the last one is bugy slugish mess. Try to guess which one is which.3 -
My favourite Visual Studio feature is that if you try to scroll while selecting with the left mouse button, it just kind of spazzes up and down annoyingly.1
-
Shouldn't "Bing" be proud?
When people get bored of seeing actual search results in Google, just for the sake of curiosity they try Bing. Do they feel Bing is the ultimate source of truth? 🤔🙄😁4 -
When you try to write a java api for a webapp, just to discover that Ajax calls will return a full html4 page.2
-
What should I do with a guy, who rejected help, promised to do the work and just didn't even try to do it?5
-
Full stack development building web, desktop and integration solutions. I'd say of all I prefer .Net MVC so try to focus there when possible. It's just fun.1
-
This is an example if stupid documentation.
//Just like magic
try {
....
WTF! THIS IS PROGRAMMING, NO FUCKING MAGIC OR MIRACLES HAPPENS.1 -
.NET Core broke cause of the recent ncurses update… And I just HAD to do a full system upgrade on my Arch laptop right… Guess I'll try to downgrade ncurses now…
-
Report comes in that there is "no purchase confirmation screen" in the app.
Well, yes the hell there is, so I use the test credit card to make a purchase. Sure enough, it works fine on my testing account. Just to be sure, I try a couple other test accounts. Flawless.
"No, try it on *this* account"
I try again on their stupid account. Works fine.
"Well I just tried it in Chrome and it worked, it doesn't work in Firefox"
I was already testing in Firefox...
Wasting my time over a corrupted browser profile.. GTFO, why are you even a tester? -
Hey guys, I just discovered that an instance of internet explorer is actually set to open on startup on Windows.
Try going into your task manager and look for "explorer.exe".
If you want to kill it without finding it, you can also just use the BATCH command `kill /I explorer.exe`8 -
Not a rant, just to mention, if someone is interested in getting started with k8s ( like me ) there is the summer of k8s - https://getambassador.io/summer-of-... if you want to give it a try
-
If I just try another way to do the same thing my broken code tries to do, either the new version makes my mistake obvious or everything just works.
Is this debugging? It's just rewriting. It seems faster than debugging. -
Not just for hobbies, better make some money out of it. Otherwise, it becomes more of skills upgrade. Collaborate and try really make $$$. It's all about extra $$$
-
never try to know everything in a language, because you can't.
just know what you need at the moment and needful2 -
I should try to put ascii arts of pepe memes instead of meaningful error handling messages in my code, this way I would know for sure if people are actually not just patching fucking try catch silence everywhere instead of doing proper code.
I should probably do the same with documentation as well while being at it. -
how many times did anyone come across a bug that you mentally try and regurgitate over and over to find an explanation for but just ended up saying : fuck it! ?
-
Just spent 30+ hrs on an error that was due to using flatMap instead of map.
I feel stupid!
Pro Tip: Never try to learn Spring without learning java properly. -
Is it just me or is the majority of all additional slack apps really just crap? Many cannot even be installed because the website is no longer available (WorkingOn as an example).
Not a single app really helps us in our workflow. I lost the interest to try more of them :(1 -
Interviews... How many of you practice technical questions like from HackerRank, foobar?
How many try but then get so frustrated after 3hrs of getting stuck that you give up and decide to just wing it?3 -
facebook, where the fuck do you have a list of your scopes, do i have to magically guess them?! just let me get the fucking dictionary and try every word!!!!!!!!!1
-
Just looking at someone who accidentaly reseted Final Exam Activity on Cisco Packet Tracer. Then i whisper on his ears.
"Try to read the dialog message. Never try to Slam every 'OK' button" -
Colleague: "Let me just try that on a decent phone".
Hes an Android user.
Me: "Yeah. Try one of these"1 -
I want to try installing Linux from scratch. So without a fancy ui just bash. Has someone a reccomendation how and where to start? The goal is to use the system for daily use.12
-
Lesson learned when I started working: never try to proove yourself customers will just try to abuse it.1
-
Hey where can I get access to the devrant API? GitHub readme said it isn't officially public yet but people are still using it. Just had a few for projects I wanted to try.2
-
You try and try and try. Its just get frustating sometimes. Not seeing some real growth in your competitive programming skills.1
-
My experience with SCRUM:
Everytime some say:
Lets try scrum.. couple weeks later dropping it.
Just use Jira instead, and meetings once a week.
I Never have seem (Official) Scrum working in a team for a long period.3 -
That awkward moment when I spend two days configuring my proxy server and nothing works, I just try calling my server base url and that shit works O_O
That's a good start for a monday10 -
Freenom just removed one of my domains because "it was hosting ads". When I try to re-register it, they want me to pay for it. Is this a common practice of theirs?2
-
Msvcr100.dll you sack of shit, how many different exes to repair the 2010 c++ redistributable do I have to try just so I can install some bloody software.
Windows 10 ,Microsoft pls1 -
I’d either advise a small break where you just focus on other hobbies for a few and let yourself relax,
or I would say learn something new like a new programming language, or a new area of programming (like game development or web development) and just try to make your own projects and stuff that you find fun or new,
or maybe focus on something different in tech, like try IT, Networking, Security, etc.
I suppose it would depend on the person/circumstance.2 -
There is normal to have an unexpected exception in a life.
If you learn to code, you know thats why there is try/catch exist, so when you try something and there is an exception you know how to pass it.
Why? So whenever something goes unexpected from your expectation you already have an exception for it and just pass it rather than making your entire mind crashing!24 -
I guess ill wait until you ignore all my warnings and find out for yourself. But i am the one you keep asking questions about technology to so why do you have all the answers prepared? Why ask me?
So i just keep saying, try it. Try it your way and let me know how it goes. -
try{
If(!res || typeof res == undefined || res == undefined){}
}catch(err){
// you just had to throw an error
} -
Wow, I'm such impressed by the power of Visual Studio with Team Collaboration, DB Management and this impressive packet manager... But it's like "don't try to understand, just code"
-
Fuck you motherfuckin fuck!!!
Just installed Fedora on my laptop,
Installed i3wm aannnndddd i3 crashs every time, when I try to run it.5 -
I'm starting to think that Fedora is not a convenient OS for Android development, it just randomly freezes. I might try Pop!OS.
Or maybe it's because of Android Studio...2 -
Guys I just deployed my chatbot "Stock Market Tracker" .Try out my bot by saying in Google Assistant "Talk to stock market tracker"9
-
Just gave a try to Stackblitz browser based code editor. I tried it for developing Angular app. It's amazing, supports npm and some Angular CLI features as well!
-
Just tried Beat Saber (VR game). If anyone has a VR headset, holy shit you have to try it. Hands down the best VR game I've ever played.3
-
For me the most frustrating thing about working on someone elses project, is when you try something and it just does not work, you dont even know the code to try think about what the problem might be to begin with. What about you guys ?
-
Why do my parents instantly forget anything they "learn" related to computers?! Like how my mom keeps forgetting how to do stuff in PowerPoint. And especially how she keeps forgetting that "I'm not a PowerPoint expert, I don't use it, and I would have to read and try some buttons just like she should do."1
-
I just saw a post about enki, and decided to try it out. Apparently there is a waiting list, but I applied for the beta and got a code less than an hour later. So if you're interested, definitely try that :D
Their site: Enki.com4 -
I just published my second chrome extension: mediumship! It lets you read any story on Medium. Feel free to try it out at https://chrome.google.com/webstore/...
-
Don't you just love when you try to recycle code you wrote 2 years ago just to find that the modules you used haven't been updated and your code has gone to shit ;)3
-
I just figured out any emails sent from my Gmail account are sent into the void. Gonna try contacting support.5
-
Almost finish chapter 4 of rust book. I must say I'm so amazed by this language. Just like the first time I learn metaprogramming ruby.
Awesome in every level. You should try learning it too! :)12 -
Everything can be fixed, it just requires a methodical and calm approach.
That's what I keep repeating in my head, as I desperately try to fix my mums washing machine before she gets back from holiday.1 -
I have just found this https://github.com/dylanbeattie/...
As soon as I can I will try to compile some songs 😂.1 -
I just saw app controlled paper airplane and it is so cool that I wish I could make one for myself... It is way out of my league but maybe I will give it a try..
-
Just read that if you try to access stackoverflow.com/admin.php it will redirect you to a funny youtube vid1
-
I created this game in just 4 hours. Do try it and please comment down if you like it
https://play.google.com/store/apps/...11 -
What is your favorite text editor for Linux?
I just switched from Windows using notepad++, but besides it not being available I wanna try something new.15 -
Just discovered a public API that support perpage parameter.
Immediately try 99999
And……… it works!
Getting everything in one go!
Good dev on the other side -
i just found out, that you can try the Google's gaming platform #stadia today, and see how it works with your internet connection. Just go to www.stadia.fail2
-
Maybe it's just me, but:
1. Never works on first try:
doStuffWithWhile()
while (someShitIsNotOver)
doShit()
2. Works like a charm:
doStuffWithManualLoop()
doShit()
if (someShitIsNotOver)
doStuffWithManualLoop()6 -
Whats your favorite distro for development? I'm using mint 18 cinnamon, i'd like to try other distro just can't decide which one could be4
-
I just wanted as soon as possible to try something with boost libraries.
Opened command prompt and run
.\b2
See ya tomorrow!! -
I read earlyer that GitHub was down but i can login but when i open one of my repositorys i get logged out and when i try to login it just shows an error! Anyone else experiencing this?1
-
! rant
Just installed Atom to try out. Has a decent package ecosystem. Just found vim-mode-plus. Do you believe in love at first sight? 😉1 -
I just looove waiting 30 min on average to try an iOS build.
It's so productive to twirl my thumbs for about 1,5 hours a day.
xcode, so fast, much wow...1 -
A tale as old as time:
Customer: "This is wrong in all these X places!?!?!?"
-screenshots, panic, etc.-
Many emails and clarifications later we find out it is wrong ... in just ONE place ... and it wasn't even one of their initial examples.
Customer: "Why does this take so long to fix???"
Bro.... -
I have a coding block. I blame school. I'm on break for 2 weeks. The first week just finished. I try to work on my personal projects and I just lose interest. I have the motivation and stuff but when I try to work on them, the feeling just goes away.
-
where there's desire there's gonna be a flame, where there's a flame someone's bound to get burnt, but just because it burns doesn't mean you're gonna die you gotta get up and try try tryyyyyyy tryyyy try tryyyy { toForget(); } catch (Exception e) { new cupOfWine(); throw ComputerOutOfWindowException(); }
-
How can I efficiently learn from a book?
For example: I recently bought the books Violent Python and the art of exploitation. Just read those books, try to understand it and then pratice?4 -
Just patching shit from other unknown Junior dev is depressing ... Its like i can do operations but i kill 80% of my patients do you want a try ? If you dont know what you doing please just take time to get a small formation at least thx2
-
when you got an exception on store and you've tried it like a million times and it didn't happen, and you just give up and "try catch" that motherfucker!
-
How many of you up for a Try Not To Laugh challenge (under AI supervision) ?
Go now and enjoy LIVE at
https://tilakmaddy.github.io/Try-No...
Share what you think I can make better ? I am just quarantining anyways , so.5 -
Tonic is the most fucked up app on iOS. It just straight up internally dies. As soon as you try scanning the piano it scans it in the wrong plane and doesn’t scan like the picture wants it to. Then it asks you to map the first key of the piano and it moves the key vertically instead of horizontal. If you scan it the other way it does the opposite plane. I just want to try a cool app for my phone and you call your app a functional app. How.
-
Is someone is facing this issue? This is the second time I try to download LibreOffice, download speed is 200KB,
I just downloaded AWS CLI and download speed was 4MB, are they throttling or something?7 -
funny thing. My apple account is not logged in cuz of payment method. But it just worked. You just have to try it again and again like 17th times, so that's how you do it.
-
"Get out of the weeds" they tell me.
I try and then every.single.project.goes.red.
Maybe I should just do and stop trying to manage.2 -
y'ALL I AM LEARNING ADB/FASTBOOT
WHY DIDN'T I TRY THIS SOONER
now i just need a rom that's compatible with the kindle fire 1st gen, firefirefire, and twrp 2.2.2.1 -
using post requests incorrectly like post is just for creating records... try using a put every once in a while1
-
I just got to college and can do web dev fairly well (Mern stack mostly). But tbh I am now more interested in being an app developer. Should I try to learn React Native/Flutter or Kotlin/Swiftquestion kotlin java android kotlin google app development ios development android development app swift apple3
-
When I lose motivation I either try to do other things or just sit it out while trying to force myself to work on projects, sadly it doesn't work sometimes
-
I'd love to focus on music/performing and try my best to make money like that.
But if that fails, I'll just take all my savings at the time and become a vagabond. -
Damn guys and girls and other human-like carbon based live beings, Windows 10 Enterprise Bloatware Free Edition is just
A W E S O M E
give it a try, it's worth it.7 -
My nose you shouldn’t see
it behaves like protocol UDP
But with my faculties I should be considered a hero
my mind feels like I just divided by zero
I feel like a Java applicated newly created
with the garbage collector just activated
But I try to keep everything on the positive side
same as the COVID test I just tried…1 -
Anyone else having trouble saving images to your phone from DR? When I try it just spins and hangs. Have to kill and restart.1
-
Try creating a Java multi-dependency project without Maven and just manually adding the jars. It's super annoying as nested dependencies will arise and sometimes conflicts. :P9
-
Are you devRant guys doing maintenance?
Every time I try to ++ something now it just tell me I've got some connection issue...
Edit: it looks like fixed now :) -
Just realized a member function pointer can be a template parameter as non-type, gonna try to use it do no dynamic memory allocation trick with std::function.
-
God - this code is disgusting! Well, let me just try to change this one repo call to return an Optional...
"Hey! The app is broken! What did you do?!?!"
God dammit... -
How much should I try to cater to noscript users? Some situations are just not practical without some js (Ajax and friends can sometimes be the only practical option).3
-
My rubber duck.
Because talking out loud has kept me from making a lot of mistakes. Sometimes ideas are just dumb if you try to explain them. Even if it's to an inanimate object. -
No matter how hard you try to stick magnet with a wood it just won’t work out in any way.
i hope its possible to change the wood into metal just like as easy as type-casting an integer into string, but it just won’t happen anyway~~2 -
So any gopher here who uses Iris?
Is it good compare to echo? I just want to try it but the creator seems to have a bad images (based on some blog post years ago)3 -
Has anybody been at a place when you try to finish stories but it just takes too long? And finishing work in general seems very difficult? How do you deal with this or break the cycle?
-
I want to develop a Web App for fun, but can't quite get my mind set on something interesting.
Any app suggestions I could try to make?
--This just for training purposes.2 -
My boss is the fucking stressful part of my team, he doesn't do nothing and just try to feel you as an idiot with your job >¤<
-
It just never works when you try to set up self hostet php apps never theyre all shit they never print any useful errors they just randomly pass wrong args they use fucking ioncube fuck everything6
-
Maybe if I try to have a conversation with someone I won’t immediately regret it
You know just for something to keep me busy or something new ., sort of
They’re pretty boring creepy and empty headed -
Default dict that returns default dict on configparser to replace "if/try/nested .get()" to just "or"
In the end I had just
data = source or source1 or source2 or source3 -
Every one said that in seo just write meta, title and heading and content full of keywords and your website will work but they are wrong i try it all and still it doesn't work.
Help pls5 -
is it a good idea to try to learn HTML5 and Javascript at the same time while I'm only just starting to get a hang of Python?
-
I try to do some C# on VSCode and i dont understand why my nuget package won't working ... I just try to install sqlite . 😔1
-
this is just the funniest thing ever whenever I try to use a DesktopEnviroment I always endup dragging
my mouse to try to get to a diffrent virtual desktop do I use tiling window managers too much q: -
I am a student and knows just C++ , and some of HTML , CSS and not much of JS.
I want to try GSoC but i don't know how to with that less knowledge.4 -
So, just wondering, I want to work on some coding, but have no idea where to start. So i thought I could try cloning some repos from github, and try to do sth. But not sure where to find repos that would work like that. Any recommendations where to start?2