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 - "try and try"
-
I love how "shotgun debugging" works.
Let's say the microwave doesn't work. I put my burrito in it, press buttons. Nothing happens.
Any sane person would trace the possible cause: Check if it is plugged in, maybe the fuse is blown? Nah, we don't have time for this: Let's try shotgunning it!
- Turn the burrito upside down.
- Try aligning the burrito in different cardinal directions.
- Press random buttons
- Remove burrito wrapper
- Separate burrito into single components, sort them onto a plate in a nifty layout and try microwaving that.
- Remove each component of the sorted burrito plate and try microwaving the plate with less and less items.
- Try microwaving each separate item and then later reassembling them back into burrito to see if it gets heated after the act.
- Try putting a cat on top of the microwave.
- Pour water on cat
- Notice a strong reaction involving water and the cat.
- Try catching the cat for additional testing.
- Go to the hospital to get stitches on your open wounds.
Later write a bug report to the maintainer: "Microwave doesn't work. Tracked the issue down to the moisture level of the cat, additional testing needed."7 -
This made my day (and is the 3rd freaking time I try to get this shared here. Definitely need more coffee)2
-
When the person sitting next to you in the plane starts coding and you try to see what they're working on.4
-
Can't find the bug for hours. Next day find it immediatly.
Sometimes try and get some distance to your code.4 -
Windows: Try Edge! It blocks 13% more malware than Chrome!
Me: Try using your brain! It blocks 99.4% of ALL malware!
*Later*
Windows: Try Edge! It blocks 13% more malware than Chrome!
Me: Edge, you are malware: You are an unwanted piece of software installed without the user's consent, and you make annoying pop-ups.10 -
wrote shitload of clean architecture beautiful code and compiled successfully on the first try without crashes or errors11
-
When you try to explain someone how to set up their router over the phone and you try to keep it as simple as possible...1
-
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 -
She: I have a problem with my android phone, I can't take screenshots since yesterday.
Me: Ehm... did you try to turn it off and on again?
She: no.. let me try.
...5 minutes later...
She: You're a genius!!!
Me: I know. 😏😎2 -
When you use linux for nearly a decade and try to use cmd on windows for the first time since then.27
-
!rant
It's Friday and my boss let us off work early...
So imma just chill and try to catch the sun5 -
Fuck companies which try (and fail) to use street slang & outdated memes to reach their "target audience".11
-
You write code.
A strange issue prevents you to proceed further.
Try one fix. Fails.
Try another Fix. Fails.
...
Try fix #28. Fails.
You decide to ask for help in the support forum.
You start writing your post, mentioning everything you've tried so far. You feel your social anxiety and fear the humiliation of being told "because you didn't try X, you idiot". Then you come up with an idea for fix #29.
(fix #29 normally involves Wireshark or similar low-level inspection tool)
Try fix #29. It succeeds :)5 -
Einstein :" Insanity: doing the same thing over and over
again and expecting different results.
Me: O yeah? Try nondeterministic algorithms3 -
Dear LinkedIn,
Try training your AI model without using captured data of real recruiters and their dodgy practices.2 -
try {
…..
} catch {
// this would never happen
}
and then it happened
fucking always print something when you catch exceptions15 -
They see me coding
They testing
The Try and Catch blocks show me coding dirty
Show me coding dirty ...3 -
I hate it when you CTRL-Z half way, try to fix the problem from that point and realise you fucked up. Try CTRL-Zing more and realise you fucked up your chances to get to the point you wanted :). Every single time.6
-
> 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 -
"… try to absorb what is useful, discard what is useless, and add what is essentially your own." - Bruce Lee
-
Try this code in JS:
++[[]][+[]]+[+[]]
This is valid and returns the string "10" in JavaScript :)))
Source: in comment👇5 -
Windows is probably good now...
And Real Player probably isn't buffering anymore either.
Still don't want to try either.12 -
You know that you are a Programmer when you do code mentally and when testing it it works at first try4
-
User:
"Your application does not show notifies"
Test the app, search trough the logs, try and try again. Nothing.
Me:
"Did you disabled the notifies in Windows"
User:
"Yes! Uopps...."1 -
Is it normal that devRant crashes at first start and works at the second try? Does somebody else has got this problem?14
-
New rule: if you come to me for tech help and didn't try turning it off and on, don't even bother.6
-
!rant
Working late? Try installing an application like flux on your PC and save your eyes from pain.5 -
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 -
Wow!
Makefiles are SO much cooler than I thought before
$< = the first dependency file
$^ = all the dependency files
$@ = the build target
AND if I try to build something who's dependencies don't exist, it'll automatically try to build them!4 -
sometimes we try to make things better and realize people just want the same old non functional bloated shit...
-
And here I am again,
15 minutes to midnight and searching the internet for a new, cool Distro I could try.9 -
The feeling when you receive a screenshot of a window, and try to close the screenshot with the window close button.1
-
When you try learn a new programming language and think it will take 40 mins and you cannot install any packages and spend 4 hours googling the errors with no solution... So you admit it's not meant to be, and try another one6
-
I try and try and try to teach my coworker critical thinking skills, proper programming techniques, and standard git etiquette. Then I add 4 booleans to solve one problem, use strings instead of ints to find unique SQL Server entities, and push right to the development branch.
I am a real asshole, but at least I am not fake.4 -
Me: "You could try using Redis, cache that baby and try and squeeze some speed"
Dev: "Hun?! Should I use it on the front end or the back end?"
Well... Webdev is not his thing to be fair!4 -
String nullabity check duel...
null, isEmpty(), "", " ", '', ' ', " null", boolean, NaN, undefined, isNullOrEmpty and finally try-catch -
I try to convince my boss to choose Slack and not Microsoft teams.
What's your opinion on these apps ?14 -
!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 -
Programming should be like art, where you try and learn different skills and tools to get better over time.... Not a continuous game of whack-a-mole where your try to hit everything with a hammer...
¯\_(ツ)_/¯6 -
day 1: try not to use ad blocker, and install few programs from several websites.
day 2: format my pc9 -
So accurate... and if I try to call the customer care the recorded voice says the same exact thing: “minus....”2
-
When looking something up, I generally try to avoid StackOverflow answers and find actual documentation, since SO answers are usually outdated.2
-
Mac: If you try to shoot yourself in the foot, you find out the OS has removed the firing pin from the gun.
Windows: If you try to shoot yourself in the foot, the OS will wrestle you to the ground. You may shoot yourself in the foot, you may shoot yourself in the gut, you may not shoot yourself at all, but they do try.
Linux: If you try and shoot your self in the foot, the OS would like to politely remind you we have *much* bigger guns available - try one if these!4 -
When you try to sleep in because you had a long night, but that one flatmate you explicitly told to try to be quieter can't do exactly that...
When you are a programmer and a night owl and your flatmate always goes to sleep early and stands up early...
Why can't everybody be a night owl :D -
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
-
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 -
/* made a encryption app */
Developers and Designers and folks try it.. It's called Crypten
https://play.google.com/store/apps/...17 -
Why do business and systems analyst even project managers try to give estimates for how long development should and will take? I hate how people who don't code and do any real work try totell me how long it would take me.4
-
!dev
Mike Bloomberg using memes to try and advertise on Instagram is the biggest "ok boomer" moment I have ever witnessed.7 -
refactored model code to be async and use promises. executed successfully on first try.
ME: this looks suspicious, leta debug it!!!! -
If you’re stuck in hell, I mean, Webpack, try parcel. I was skeptical until I used it, and it’s just magical1
-
My mom is amazing, bought one of this for me to try and Limon concentrate because I love lemon juice3
-
Cool to see how we as developers try to create nice things to make the world a bit better while there are others on the other side trying to make enough money for themselves and will let the world burn if needed and try to destroy things.
It's kinda interesting, isn't it?3 -
Try to convince people that html isn't a programming language and there's no need for a compiler to work with html.3
-
Old but gold - try this in the Dev Tools Console and see Batman in action:
Array(16).join("lol" - 2) + " Batman!";1 -
Ok soooo boss asks me: "When is the website going to be ready?"
me: today i'll be through
----------------------------------------
4 hours later:
Site 90% done
- messed up theme
- try reinstalling theme
- 2 try
- 3rd try
- 4th try
- 5th try: success , time 6:00pm
-----------------------------------------
SENDING DAILY REPORT:
Site is 90% complete and waiting for content from client
- projects
- logo
- images3 -
TFW you try using the keyboard shortcuts from your text editor while writing an email and it doesn’t work 😞3
-
Finally, I'm opening my mind to Javascript and I'm beginning to learn Node.js.
It seems really great... I think I will try using Express right now.
But then, I would like to try a front-end Javascript framework and I hesitate between Vue.js and Angular...18 -
Microsoft pls fix.
My company chose to use Microsoft Teams and uses various linux desktops.
Let's try Microsoft Teams.
A desktop app? Hell yeah. Let's try it.
Oh wait...
Microsoft delivers a Windows executable for linux users... Fuck7 -
Mail from Microsoft: sign in to see payment details.
User clicks on the link (once).
Microsoft:
Sign in to continue to Microsoft
Something went wrong and we can't sign you in right now. Please try again later.
The Microsoft account login server has detected too many repeated authentication attempts. Please wait a moment and try again.6 -
Mastodon is an open-source, ads-free and decentralized Twitter. You should try it.
https://mstdn.io/invite/N2Qp5qnZ12 -
Agency hires me to convert a 4 column + sidebar + pattern backgrounds email to responsive, for a big client, I make a redesign, simplifying it (less columns, flat...) to avoid issues, client insists, exactly the same design is needed.
I tell him its almost impossible but I will try, and try, and try, many times, but on their old Outlook, some email parts are not aligned (just that), try, and try, many hours, many days beyond budget... all the times since first explaining that perfection is not possible with all possible email clients, and like 7% is using outlook... At that point, and before, email was so well.
Finally I put an end to this, tell them to pay and leave me alone, as they didn't take my advises and warnings serious, not my fault.
This story is nothing until the discovery I made today: the agency had signed a contract with the client, a bank, in that contract there was the obligation to replicate exactly the same design and should be perfect in all email clients...3 -
Life will be much easier if we can use "try and catch" while doing something. Yes, just like programming language.2
-
if you want be a good programmer then try to find a solution for a problem and not an alternative😉2
-
typeof rant === "Encouragement"
Never let your self down, try to be your own const in life that know his scope and traits well enough to construct a peacefull life without any uncatched exceptions. Also try to return something to the public, keeping your magic pointers to your private makes it hard to review your glorious source of thoughts. And if it is getting hard try to REST a bit and git some timeout.
😉1 -
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 -
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 -
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 -
That euphoric moment when your program works on the first try and you just feel like the god of all programming.
-
Same twat manager from my last rant... He'd call my mobile after hours because we were friends once, and progressively get drunk throughout the call and try to come up with ways to usurp the director, who is actually a decent guy. He'd try to talk me into schemes and convince me to leave with him or get him ousted. Silly fucker.
-
when the client's consultant try to micro manage the project and create panic on the whole team... fml2
-
The best feeling you can have, is when rewriting big parts of code and it works perfectly first try.1
-
You know how shitty Crystal is when you need this setup to try and get it to work across environments. (ಥ﹏ಥ)2
-
suddenly had the urge to go and try learning android straight up at 3am... unsurprisingly i slept a few pages later 😂4
-
Found this gem in my news feed yesterday and can't get it off my mind: catch exception, sleep, goto try-block and, well, try again:
$attempts = 0;
start:
try {
$attempts++;
// (...)
} catch (Exception $e) {
if ($attempts <= 10) {
usleep(100000);
goto start;
)
}
Did we go full-circle? Is "goto" the next big thing? Is this a late april fools joke? What am I missing here? This can't be real.
Source: https://blog.frankdejonge.nl/back-t...4 -
Anyone able to recommend a good distro to try out?
Stuck with arch and Ubuntu so looking to try something newish.
Currently messing with fedora and elementary...6 -
It's my birthday and....
if(Birthdate.Date == DateTime.Now.Date)
Console.Writeline("HPD - Muli");
else
Console.Writeline("Try again Tommorow");3 -
I usually start with a MindMap where I try to write down every bit of the idea.
I then try to set requirements and set the tools/frameworks I want to use.
Next step would be data model and then git started ;)2 -
So I feel like looking up solutions for my code is cheating, so I try to do it on my own for hours. Nothing I try works and the solution is usually something really simple and I feel like I'm never going to understand..4
-
Static site generators are fun and games until you try to add a self hosted image file to your site. 😢3
-
"Don’t try and reinvent the wheel – just work on making it better than anyone else." - David A. Stuebe
-
Don't even say your initial time estimate/guess out loud. It will probably become your deadline, and you probably assumed that most things would take a reasonable amout of time.
Bonus: Try to get onto projects that you think you can get interested in. Once on a project try to keep interested in it's success.8 -
Back when I was a total noob at programming probably 6-7year back. I once fucking try to memorize even-odd number program for the practical test because I was unable to understand anything related programming.
It was like - read 20times the include statement and try to remember what was in between < >.
I totally feel embarrassed now after looking back, that silly me didn't even try programming properly.1 -
So, just to try this out, I'm going to temporarily "de-google" and use other services. What are the absolute best alternatives?16
-
wow GitHub I try uploading a photo for my org and I can't fit the entire photo without cropping.... So I try making the photo smaller and uploading it and it still makes me crop even when I went from 500 to 50px
-
I recently decided to try out vim. I've got to say, I fucking love it!!! And since I hear you can customize it, I'm super looking forward to that!!!
Not that in quitting on Sublime or anything, I do want to give vim a try.2 -
On today's episode of... The shit people will try to pull off to get you work longer hours.
Guilt tripping.
I mean, seriously? That one can be smelled from miles away and it is obviously a clear red flag that you're a manipulative person.
Why would you even try it? Have some respect for yourself.3 -
"Programming is a craft. At its simplest, it comes down to getting a
computer to do what you want it to do (or what your user wants it to do). As a programmer, you are part listener, part advisor, part interpreter, and part dictator. You try to capture elusive requirements and find a way of expressing them so that a mere machine can do them justice. You try to document your work so that others can understand it, and you try to
engineer your work so that others can build on it. What's more, you try to do all this against the relentless ticking of the project clock. You work small miracles every day.
It's a difficult job. "
- The pragmatic programmer -
So today my colleague is installing new dependency to our react native project and do something cool with it.
Him: I already push it in new branch and make a pr, would you review and merge it to master.
Me: ok let me try first.
.
.
Me: it is not working, i get this error.
Him: try change these xxx in xcode.
Me: ok, wait.
.
.
Me: now I get this error
Him: hmm... Try 'react-native link xxxx'
Me: ok
.
.
Me: I get same error like first error.
Him: now try 'react-native unlink xxxx'
Me: hmm... Wait.
.
.
Me: I still get same error, what's wrong?
Him: I don't know, it's working in my mechine .
*Me 'git reset - - hard' and try to build again.
**After building
Me: hey it's working after I git reset lol.
Him: nice
Me: let me clone it and try 1 more time.
*after cloning and building
.
.
Me: I still get same error like 1st error hahaha.
Him: so try to 'react-native link xxx' again.
Me: OKkK
.
.
Me: still get same error
Him: try git reset and build again
Me: hmm
.
.
*after git reset and build again
Me: I still get same error. I think the correct steps is :
1. Clone
2. Do something in xcode
3. React native link
4. React native unlink
5. Git reset - - hard
6. Build
I can't stop laughing 😂🤣😂🤣🤣😂🤣😂 -
When a self-proclaimed programmer try to convince you that Java and JavaScript in the same family. 🤔3
-
No matter what I do and try: Scala always look so damn ugly.
And yes, I do use scalafmt. Yes, I try to follow the scala approach, yet still -- my poor eyes.
It's also not helping that the bracket mess and the lack IDE-help in regards to finding where I missed them reminds me of time wasted in lisp. -
Got bored and decided to try and compile X11 Quake (WinQuake) so far trying to troubleshoot some undefined references
-
Test functions that are longer than a screen and requires a team of scientists and archeologists to try and decipher WTF they were trying to test and why they might be breaking...
Extract method -> give reasonable name -> save sanity of next dev to try and work out wtf is going on -
I used to dev on Windows and using a Mac was a nightmare at first because of the different keys... was always using control to try and copy and paste. Now I love Macs, though I'm constantly pressing the Windows key to try and copy and paste on Windows. #devproblems1
-
Recruiter: We are looking for a full-stack expert. You have taken multiple apps from conception to deployment, and have experience and opinions on the best technologies to use and why. You should be comfortable implementing new features from scratch, making changes to existing features and writing complex migrations on production data.
Dev: lol4 -
never try to know everything in a language, because you can't.
just know what you need at the moment and needful2 -
Don't password restrictions cause a reduction the possible passwords and reduce the search space if someone tried to try brute force?2
-
A contact of mine asked me to try and recover emails she had deleted from her gmail. I told her if this is the case, I cannot help and she needed to contact google.
Unfortunately, she wouldn't accept this and kept asking me to try, so I reluctantly gave it a shot.
As I thought there was nothing I could do.
I am now half expecting her to ask me to try and access googles backups.
IM A GAMES DEVELOPMENT STUDENT, NOT MR ROBOT!1 -
try to debug by using your knowledge and understanding, i failed and waste time
give up and compare against something similar that works, difference found1 -
I made a small program with visual studio and try and error without any programming knowledge, then read a whole c# book, then try and error again
-
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. -
You try and try and try. Its just get frustating sometimes. Not seeing some real growth in your competitive programming skills.1
-
Try to be a know-it-all. But don't try to *show* that you are a know-it-all.
Try to be a do-it-all (at your own risk). And show that you can be a do-it-all.
Be very very very careful in all environments except dev env. Actually try weird stuff in the dev env!
Asking for help is an art on timing (how much have you tried on your own before asking your seniors) and communication. (how clearly you can convey what you've tried) -
After dual booting windows 10 and parrot Linux,and I try booting to parrot,this is the error I get,any help?10
-
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 ?
-
- Stay relevant in technology
- Keep working from home and writing code
- Try to finish some personal projects
- Post more content online
- Print more 3d stuff
- Learn Blender
- Gain CKA k8 certificate and some other cloud related certificates
- Try to find one more nice remote client
That’s more on less everything related with dev / computer stuff. -
When people try to tell me that spaces are better than tabs and that PascalCase is better than snake_case :-39
-
I'd probably try to become a professional tabletop game master and also focus on getting better at arts to do commissions for some extra cash.
If that would not work out as well, I'd probably try to get into mentoring or teaching. -
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 -
New authentication system for a new type of login, I try to log in
Error everytime I try.
So I wait a little, like 10 min (the server is quite picky, thought it was it).
And then I try with another co-worker.
Login blocked.
Motherf-- -
Me and my coworkers are going to have a weekend "gamejam"/hackathon starting tonight but we can't think of any good challenges to try and code - can you guys come up with something we can try and tackle in a weekend?3
-
This "I'm complete idiot" feeling when you try tons of different things to solve a problem and none of them works.1
-
"Designing something is like having a baby. Asking me to try another design once I’ve birthed something amazing is like asking me to put the baby back in the womb and try again. That never works out for anyone." - Chad McMillan
-
Github starts having issues the second I try and get us to start using it instead of gung-ho edits. Coincidence?
-
When your pushing to a git repo and found so many conflicts and try to to review it,
And found so many conflicts with whitespace.1 -
Break ups are like errors.
You get them all the time,
You try to fix them but accidentally make more of them,
And no matter how much you try you get thousands more.1 -
Some people try to talk by changing their accent to look cool.
And my mind every time is like - man stop that and try to change your mindset first.1 -
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(); }
-
TFW you started coding in python and then you try to code in other languages but you always forget that damn ;1
-
When you try to do something good with flask and python but Mozilla doesn't want to load the media file.
-
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.
-
I thought I'd actually stick with a Ubuntu for once. But, Elementary OS looks so cool... Apparently it is also quite fast and lightweight. I might actually put on the work to transfer from Ubuntu. Ugh.. I'll at least try and wait till I get my new computer and try it there.....3
-
!dev (kinda)
Warning: Might contain (be) stupid rambling.
So I got my new toy and want to play around with it. Just in case I have to return it I first want to make a full disk backup, so I try to boot clonezilla. I press the power button and mash F2, F8, F9 - and it boots straight into the windows setup. Nope, not what I wanted. Try again. And again. Eventually I look it up and apparently I have to hammer the ESC key to get where I want to. Alright, now it works. Boot from USB. Failed. Try again. Failed. Check the BIOS, disable secure boot, reboot. I need to type 4 digits to confirm disabling secure boot. Alright. Reboot, try again, failed. Secure boot is on again. Wtf? After some more infuriating tries I see that NumLock is disabled. AAAARGH. BIOS: Enable NumLock on boot, disable secure boot, enable legacy boot. Input the 4 digits - works! Try to boot from USB: Failed! Grab another USB stick, did the clonezilla image, try again: Finally! It! Works!
Format disk, install Qubes OS. Success!2 -
Freshly installed xubuntu... now, do I go and default to PHPStorm or do I give vim yet another try?4
-
Fustration? Every time, I'm not good at design, from choosing colors to aligment.
I always end with the try and error method to get something works. -
Trying to run AA games on a dual core Core2Duo without a graphics card is so fun. We try and try till we succeed right? Well trying is probably going to make my PC go up in flames😂😂3
-
boy all i did around this time period is make money. and try to make more. and try to bypass blue collar temp jobs back into career moves.
wow this time period sucked.
sucks more now that you people have lied for years about the year2 -
Read about concepts that are new to me and try to implement them.
Code reviews with experienced devs -
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 -
"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 -
I try to wake up early, do some productive things, try my hands on different stuffs in life, learn a new skill, switch to a new career field, become famous and change the world... but these damned bug fixes make me stay up at nights and so goes the cycle of my life.😑
-
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
-
When you procrastinate to long and try to finish college homework at the last hour but the power goes out!1
-
when you are super excited to try out hyperdev beta, and so is everyone else and so there are errors1
-
I usually like sticking to a distro but when the DE I wanted to try and like at the moment in time couldn't be loaded onto manjaro without serious intervention I am deciding to try out void linux with anyone has any tips you can tell me5
-
The moment in which you try to use code-assist outside eclipse
...and the disappointment that came out. -
!rant
Usually, in this dark moments, I don't get motivated because of someone else's actions.
When this happen, I try making something completely different, work on some particular project or try to unleash my anger against enemy faction players on WoW. If none of these help, I try drawing and writing more stories for my imaginary world. -
That feeling of pure fear when the spring-boot app is launching and the INFO lines are printed a bit too quickly at your taste and you expect dozens of stacktraces printed... while it's all good. It builded on the first try, congrats!
... Wait, why did it build on the first try?1 -
@shellbug thanks for mentioning Radium. I took a look at it and I'm going to try it out starting now...ish
-
I bought a Pixel 5 and will try to run GrapheneOS on it, does anyone here have experience with it?3
-
Is scrolling broken on devRant on Firefox for anyone else? When I click on a rant and try to scroll, some wonky piece of Javascript keeps bumping me back up as I try to scroll down, with both the scroll wheel and the scroll bar. God damn it, stop hijacking scrolling! There is no reason for you to!3
-
I use vim and get bothered when people try and get me to use Code::Blocks, XCode or Visual Studio, ask me anything.
-
The moment you try new tty and forgot to enable both old and new before reboot....
(atleast, I have bootable usb) -
I get too anxious when working on sth challenging. I want things to run smoothly in the first try. So I am scared to try things and end up wasting time.
-
"I try and be as stupid as possible regarding my profession, which means I try to look at as few design magazines as possible." - Ettore Sottsass
-
I always try to make solid plans with an exact time. It helps keep me on schedule with work and friends
-
!Rant !Promotion
As I read some Devs rant they are out of job, thought to share something that came to my inbox.
Company called Toggl is hiring
Check https://jobs.toggl.com
They have some test online to try and most of all jobs are work from home too.
Try checking them out -
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
-
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