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 - "go to"
-
When you go to paste a piece of code with CTRL+V and accidentally press CTRL+C instead so you have to go back and re-copy it.26
-
boss' revenge
So here https://devrant.com/rants/1349878/... posted prank played on boss. For 3days I been freaking out what boss will do as revenge (check env and alias everytime I login). Then yesterday happened his revenge.
Was doing testing on my programs & sometime some programs would run but sometime it get segmentation fault. Seemed random first but then saw a pattern... everytime I get segmentation fault and I run again it would be fine. Checked alias... nothing, /etc/crontab, env, ps -ef... nothing seemed off, cksum of my binary... correct. Fuck! "What my boss did?" asked myself. Finally .5hrs later I saw entry in my id's crontab but then 1min later it's gone from my crontab
From there figured out how boss did it:
1) He replaced ntpd with his C program that runs in background creating an entry in my crontab every few mins
2) The entry in my crontab set to run /foobar/ulittleprick.sh every 2mins
3) ulittleprick.sh picks random binary owned by me, rename binary.name to .binary.name.nitwit and create a script named binary.name
4) Then ulittleprick.sh will remove itself from cron
What the generated binary.name script does? Sleep for 2 secs, echo "Segmentation fault", then rename back .binary.name.nitwit to binary.name. It even exits with status 139! I want to cry! Worst part is comment in 2nd line of ulittleprick.sh... kill me now29 -
Postman: We will stop supporting our Chrome app. Please download our "Native" app for better performance.
No motherfuckers.. Go die, alone, while your fucking family watch you bleed to death helplessly.
Electron is not native, don't mix true native development with lazy ass electron. Fuck you. A native postman would've been around 15MB in size but your "native" installer is 68MB so shut the fuck up and don't call it native or I will stick my native dick in your fucking throats.
I develop native apps So yeah, I'm pissed when web devs are starting to call electron and JS as native desktop apps... They are not... Now fuck off you smelly cunts.40 -
First day at new job, let's go and see how this is going to go! I'll finally be able to call myself a professional linuxer 🙌😄17
-
Husband wanted to not go out after dinner to "go cuddle in bed." This apparently is code for him browsing mathmatica stack exchange and reading books on data analysis with R... 😂6
-
How to plug a USB in a USB port:
1. Try to insert it
2. If it doesn't go, rotate it 180 degrees
3. Of it doesn't go, rotate it back
4. There you go7 -
Umidigi, kindly go fuck yourself.
When --> I <-- buy a phone, I should be the fucking one who decides if I'm allowed to install a motherfucking custom launcher.
Your phone is awesome (second full day with heavy usage == 53 percent battery) but on the launcher thing, go fuck yourself. Also go to hell. No, go fuck yourself IN hell, that's even better.28 -
Made a web app at work.
Client reported the site crashed IE10 when it loaded.
I'm not even sad about it XD6 -
Oh, you're 87% Web Design, are you? Get the fuck outta here.
Literally one of my biggest pet peeves for CVs/resumes/company website templates8 -
If you want to go fast, work alone.
If you want to go far, work in team.
Fuck the team, I'm going fast.5 -
Wake Up at 06:30 am
Go to work and be tired
Come home at 5 pm
Go to bed at 10 pm
Cant sleep until 3 am
Repeat for three weeks8 -
You don't have a problem if you go to stack overflow to find a solution to something. You have a problem if you go to stack overflow and CANT FIND the solution.4
-
Me in 2018 : I'll code xLearno.com all on my own!
.
.
.
Me in 2019 : xLearno.com is a team of 5 🎉
.
.
.
Just a quick lesson that I learned in my entrepreneurship career, "You want to go fast, go alone! You want to go far, go together 😍"41 -
What I hoped to do today: program
What my parents hoped to do today: go to the pool
What we are actually going to do today: go to the pool
ABSOLUTELY AWSOME7 -
A little while ago, my hackathon group started using Go more than Node....
I had to ask...
Where did all the Node hype Go?6 -
*Copies url from bitbucket*
*Switch to Slack on macOS*
*Presses command + v*
Slack: whaaaaaaaaaat :O I'm gonna freeze for few moments to understand what the fuck you just asked me to do4 -
Boss: I don't want you spending more than 30 min looking into the problem.
Me: ok
Go back to desk and read or watch some cs training. Maybe related.
Go back to boss.
Me: going to take (over estimate tome) to fix.
Boss: ok.
Go back to desk and fix in less time than estimated.
Look like gold.3 -
I’m adding some fucking commas.
It should be trivial, right?
They’re fucking commas. Displayed on a fucking webpage. So fucking hard.
What the fuck is this even? Specifically, what fucking looney morons can write something so fucking complicated it requires following the code path through ten fucking files to see where something gets fucking defined!?
There are seriously so fucking many layers of abstraction that I can’t even tell where the bloody fucking amount transforms from a currency into a string. I’m digging so deep in the codebase now that any change here will break countless other areas. There’s no excuse for this shit.
I have two options:
A) I convert the resulting magically conjured string into a currency again (and of course lose the actual currency, e.g. usd, peso, etc.), or
B) Refactor the code to actually pass around the currency like it’s fucking intended to be, and convert to a string only when displaying. Like it’s fucking intended to be.
Impossible decision here.
If I pick (A) I get yelled at because it’s bloody wrong. “it’s already for display” they’ll say. Except it isn’t. And on top of that, the “legendary” devs who wrote this monstrosity just assumed the currency will always be in USD. If I’m the last person to touch this, I take the blame. Doesn’t matter that “legendary Mr. Apple dev” wrote it this way. (How do I know? It’s not the first time this shit has happened.) So invariably it’ll be up to me to fix anyway.
But if I pick (B) and fix it now, I’ll get yelled at for refactoring their wonderful code, for making this into too big of a problem (again), and for taking on something that’s “just too much for me.” Assholes. My après Taco Bell bathroom experiences look and smell better than this codebase. But seriously, only those two “legendary” devs get to do any real refactoring or make any architecture decisions — despite many of them being horribly flawed. No one else is even close to qualified… and “qualified” apparently means circle jerking it in Silicon Valley with the other better-than-everyone snobs, bragging about themselves and about one another. MojoJojo. “It was terrible, but it fucking worked! It fucking worked!” And “I can’t believe <blah> wanted to fix that thing. No way, this is a piece of history!” Go fuck yourselves.
So sorry I don’t fit in your stupid club.
Oh, and as an pointed, close-at-hand example of their wonderful code? This API call I’m adding commas to (it’s only used by the frontend) uses a json instance variable to store the total, errors, displayed versions of fees/charges (yes they differ because of course they do), etc. … except that variable isn’t even defined anywhere in the class. It’s defined three. fucking. abstraction. layers. in. THREE! AND. That wonderful piece of smelly garbage they’re so proud of can situationally modify all of the other related instance variables like the various charges and fees, so I can’t just keep the original currency around, or even expect the types to remain the same. It’s global variable hell all over again.
Such fucking wonderful code.
I fucking hate this codebase and I hate this fucking company. And I fucking. hate. them.7 -
Im gunna get a lot of flak for this but just hear me out:
People keep asking me what it's like working in a male dominated industry. They have conferences for women in tech empowerment and I get forced to go to them because I'm the only female in the office.
The thing is. I don't feel oppressed. I get that we "need" more women in tech but from my experience and from talking to various women at my old university, the reason women are avoiding the tech industry isn't because it's male dominated and they feel out of place. It's because a) it doesn't interest them or b) they never thought of it as an option (like myself).
Computer programming should be in grade schools and highschool's just like math and science to help educated not only women but people in general that it's an option. That's what's going to help more women get in the tech industry. Not these bullshit conferences and women's rights in tech movements, and hiring women over men (even if she's worse than him in skill level) just because she's a woman.
Frankly I think it's downright shameful that companies that are male dominated feel the need to hire women over men just because of gender. If I'm applying somewhere and there's a better male candidate, hire him! I'd much rather your company have a good team then a "balanced" team. Great tech teams are what will bring along new and better technologies, not balanced ones.
Keep in mind I'm talking about Western Civilization here, I get that a lot of countries are still struggling with the balance of women's rights at all but this is Canada.
I also get that there are probably some women who want to join tech but won't because it's too male dominated but frankly that's a shit poor excuse. If you really wanted to join tech then being surrounded by make co-workers wouldn't deter you from living your life the way you want to. If you feel so uncomfortable around men that you won't go into an industry you love because it's male dominated then I'm sorry for you and you should probably see a councillor to get that worked out.
I feel more oppressed by having to put aside my programming and being forced to go to these conferences than I do in the every day workplace. My boss is literally more offended that I don't feel offended about being a woman "minority". He spent a week pestering me about how I would feel about this, that and the other thing if it happened to me.
I'm not saying nobody ever says anything even remotely sexist to me but frankly I could give two shits- I'm here. I'm coding. I'm good at what I do and I'm comfortable enough with myself that I can just blow off the comment (which probably wasn't even meant to offend me) and continue working. But you're going to get that wherever you go, this isn't a flaw of the tech industry. This is a flaw of the world and it goes both ways (men get flak too).26 -
My team is working against me, seriously time to look for a new job! Bad management, piss poor communication, and...I'm in the wrong room: https://www.devrant.io/rants/2857231
-
"The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at or repair. " - Douglas Adams1
-
When you go to drive.google.com and it loads a page with a botton that reads "Go To Google Drive". Didn't I just?
THANKS GOOGLE!1 -
Me(To a tree): Hey tree, You have leaves but you can't go anywhere. I can go anywhere but I don't have any leaves.4
-
Vim is super easy, guys! You don't use arrows to navigate around the text, that's too obvious! Instead you use HJKL keys, because it goes Hup, Jleft, Kright and Ldown. You can also use B to go Beginning and E to go to End of the word, oh and W to go to the WstartOfNextWord.21
-
The struggle is real:
"Honey, it's five in the morning. Go to bed!"
"But mom, I am programming this-"
"GO TO BED NOW!!!"
"Damn mom, chill. I'm going now" -
I've pretty much completed my profile here on devrant... I'm just 3000 or so away from my final item
I don't even know what it is exactly.9 -
bladder: I got to pee.
me: NO! To deep in code zone.
[20 mins pass]
bladder: I got to pee.
me: NO! Let me finish this.
[30 mins pass]
bladder: I'VE GOT TO PEE
me: NO! In a zone.
[5 mins pass]
bladder: GO! GO! GO!
me: D**n you bladder.
I hate this game. I lose every time.7 -
!Rant
> Go to co-workers working machine
> install tmux and mps-youtube
> play very subtle sounds from console
> close console but keep session running with tmux
> watch coworker go insane because he can't detect the sound source
How to make your coworker go insane in 5 easy Steps3 -
Windows:
When things go wrong, they fix themselves.
Linux:
When things go wrong, it's easy to fix them yourself and make sure they don't happen again.
Mac:
Things usually don't go wrong... but when they do, you're screwed 😲4 -
Things to do in today
1. Go to post office
2. Send post
3. Go to CVS
4. Buy drink
5. Go to movie theater
6. Watch movie
7. Come back
8. Go to phone store
9. Buy something
10. Go to supermarket
11. Buy supplies
12. Go to McDonald's
13. Use coupon valid til today
14. Run back home befor parents come
15. Act normal14 -
So we were trying to make a Go AI bot for our school project and then let it play against itself. Well... it might be able to beat AlphaGo, right?3
-
THIS FUCKING DEBUGGER IS IGNORING MY FUCKING BREAKPOINTS
GO TO HELL YOU PIECE OF SHIT
AND RSPEC: FUCK YOUR LIMITED METHOD HIT-COUNTING BULLSHIT! ONE HIT-COUNT PER METHOD FOR THE ENTIRE SPEC IS NOT GOOD ENOUGH!
FJA;KLGAKLGJFKSDHG17 -
Don't scroll here.
Go and live a real life,
Don't make a computer screen as your world,
there is a beautiful world outside of your cave,
Talk with people's face to face,
go
go
go.
Ok enough philosophy, Time to add new shit in current shitty code.
(-_-)5 -
Have to write a 1,000-1,300 word paper on the top trends of my chosen industry. I am therefore researching crimes using computers and other technology. I'm loving the research.
However, I have no idea how to tone my research down so I don't end up (back) on a list for odd Internet searches, and I don't think I want to be on a international list.
Tips for researching the hell out of this topic without flagging Big Brother and ending up with suits at my door (again)?16 -
When Windows worked fine, but today after a few minutes every program you touch freezes. I feel like Elsa.1
-
Crazy weather in here. There is a little sandstorm. It's pretty windy, even the outdoor advertisement letters are moving and the sky is brown :v
The thing is that, in order to go back home, I must walk 4 or 5 blocks (from the place one of my co-workers can leave me), but with this wind I'm afraid of getting sand in my eyes (I don't have glasses). Another option is to take an Uber to my house, but it takes too long to arrive to the office.
What can I do? Do I take the Uber or do I run to my house?6 -
it's so fucking hot in here and I've got no work and still 3 hours left to go...just let me go hooome!5
-
When I need help with JavaScript, I google 'JS (insert query here)...'
When I need help with Go, I have to google 'Go programming (insert query here)...'
The extra term 'programming' is so search engines recognise I'm looking for answers related to the Go language.
Ironic, but Go is the least 'search engine friendly' language. Sites like O'Reilly and Packtpub return searches with uneven results.10 -
Our UX guys have all congregated in a conference room and are practicing their joker laughs.
I'm slightly worried. -
> Drinking much because it's a hot day.
> Have to go to the toilet
> Cleaner is cleaning the toilets so nobody can go.
Every fucking time gaaaarh2 -
Woke up this morning to my Macbook completely drained.
Again. 😒
Turns out my USB-C cable had dislodged itself.
Again.
But what *really* pisses me off is why the fuck is my computer completely drained overnight? Did it have the screen on the whole time? I swear I've come down in the morning and the screen on my Macbook is still on. I wouldn't be surprised.
Apple is really losing their touch.1 -
*downloads YouTube videos by ssyoutube.com and convyoutube.com
*tries YouTube Go
*downloads some videos by YouTube Go
*They are downloaded with captions
*Undecided
*YouTube Go randomly tries to redownload the videos
*thinking about come back to ssyoutube.com and convyoutube.com5 -
> Be me
> Wake up
> Have no motivation
> Lay still for a long time
> Go pee
> Go get food
> Up so might as well get ready for school/college
> Go to college
> Chill with the usual peeps
> Maybe get food
> Have a little more motivation because of food and peeps
> Go home
> Do hw if any
> CS:GO with usual peeps
> Clean myself
> aurman -Syu --noconfirm && shutdown now
> Go sleep1 -
Fuck
I have my first ever PRESENTATION ever tomorrow
And there will be at least 40 people shit.......
I have to explain the program logic in a very easy way, which is a pain for me.
Any cheers for me?22 -
Yes, I have to admit, sometimes Linux is a F*KING B*TCH.
I was supposed to fucking format a pc for a close friend of mine, cause he produces music and win 10 fucked his machine up with its broken updates.
Knowing the guy is a talent I promised that by 7PM the pc would be fixed.
Not really, I'm feeling the stupidest guy in this fucking earth, cause I've been here for 2 hours, fucking trying to extract an ISO image, and nothing on this fucking planet seems to work.
Tried the graphical archives, none open de ISO, tried 7z, it gives me an error, tried fuseiso, which is recommended in Arch Linux' documentations. Doesn't work. Tried mount - o my file.iso /mnt and it says /mnt isn't in the fstab file which makes me even angrier cause I always mount everything there without editing shit. So I installed 7-zip for windows in wine, it extracts until 90% and freezes. Now I'm trying hsuebrirbwkwpxjhw9shrbejejwke and my mouth is foaming and my ear is bleeding my brains out and I don't need you shit.
Fuck you, Fuck your goddamn ISO and Fuck this faggot ass spell checker, that changes Fuck to duck and assign to asset.
Fuck it, I ain't gonna format anyones pm anymore.18 -
Have to go take medical analysis, take them to my doctor, go buy two pants for running, work 10 hours at least and go for a party. I think my day will be short as fuck
-
Why can't my fucking mind just calm down for even a split second? It takes me sometimes up to 2 hours to fall asleep, I can't take this shit anymore, I'm going insane.6
-
CppCon2017 is COMING guys!! All these crazy speakers and conference! I won't say their names because they are too many x) But... FUCK ! That's the only moment I wish I lived in USA... No streaming, can't go... Only one thing to do, wait the upload on YouTube...
When I see people hyped about GoT or whatever... Guys this is the REAL HYPE!!!4 -
The advancing of technology makes you prefer to take public transports instead of walking to go to work.
The people using it makes you prefer to walk instead of taking public transports to go to work.3 -
when you go check your phone for the weather forecast to decide what to wear but get sidetracked by devrant, so you go back to try again, but get sidetracked again
-
What the tickets I receive daily are like... -
“You’ve got to be kidding me. I’ve been further even more decided to use even go need to do look more as anyone can. Can you really be far even as decided half as much to use go wish for that? My guess is that when one really been far even as decided once to use even go want, it is then that he has really been far even as decided to use even go want to do look more like. It’s just common sense.”2 -
What do you do when your redirect doesn’t go where you tell it?
Clearly I’m missing something.
I stepped through the code, following the failure path of Sheogorath’s Recaptcha. It fails as expected, and hits this redirect before doing anything else:
`return redirect_to new_user_session_path`
I verified that this redirects to the “/users/sign_in” path, and it returns so the server doesn’t even try to authenticate the user. It just nopes out as it should to prevent timing attacks.
But somehow instead of doing that and redirecting as it should, it signs the user in and redirects somewhere else entirely: the role select page, which only happens after authenticating an admin user. It never even hits my breakpoint after the recaptcha check! It never authenticates!
I think what I’m missing is my old reality where things made sense.3 -
If number of people using Pokemon Go tries to learn programming go the world would be much better place to code.
-
Go to GitHub. Check trending repos or your favourite repos and go through others code.
For me it's worked most of the times. 🙌 -
Really want to go back to the office, have coffee breaks with my colleagues, go on lunches and complain about having to come to the office everyday!!!!!!!!!!!6
-
When people use one character variable names in their code I'm just like:
How do you guys live like this... 😰1 -
Gophers unite! Share your favourite gopher! Mine is this epic pirate :)
FYI: The Go gopher is Go(lang)'s mascotte.3 -
- get out of bed
- piss
- take out retainers
- wash retainers
- brush teeth
- put clothes on
- put glasses on
- get downstairs
- code
- shit 10 times
- code
- go upstairs
- put retainers on
- get clothes off
- go to bed
- get out of bed
- piss
- take out retainers
- wash retainers
- brush teeth
- put clothes on
- put glasses on
- get downstairs
- code
- shit 10 times
- code
- go upstairs
- put retainers on
- get clothes off
- go to bed
- get out of bed
- piss
- take out retainers
- wash retainers
- brush teeth
- put clothes on
- put glasses on
- get downstairs
- code
- shit 10 times
- code
- go upstairs
- put retainers on
- get clothes off
- go to bed
- get out of bed
- piss
- take out retainers
- wash retainers
- brush teeth
- put clothes on
- put glasses on
- get downstairs
- code
- shit 10 times
- code
- go upstairs
- put retainers on
- get clothes off
- go to bed
- get out of bed
- piss
- take out retainers
- wash retainers
- brush teeth
- put clothes on
- put glasses on
- get downstairs
- code
- shit 10 times
- code
- go upstairs
- put retainers on
- get clothes off
- go to bed
I AM FUCKING TIRED OF LIVING THIS MATRIX BULLSHIT LIKE A FUCKING ROBOT EVERY DAY IS THE FUCKING SAME AND ITS EXHAUSTING THERES NOTHING NEW JOYFUL OR FUN HERE18 -
Freaking hate it when people's ringtones go off randomly at work. Gonna go mad listening to the same 4 seconds of despacito over and over again 😠
-
Trying to sleep knowing you have at least 5 bugs to try to fix when you wake up so you go to devrant to complain about it just to go back to thinking about the bugs and not sleeping.1
-
I think I need to go to a bootcamp, so I can go through everything I need to learn: how to pair program, how to explain your code to someone else, how to prepare for a technical interview, etc.11
-
When your boss doesn't appreciate your ideas and tells you to "go to hell". The worst part of his statement was "go to" :|2
-
Thanks, AfterShip.com, for working flawlessly while the system I was building was in dev/test mode and for the first few days in live mode, then completely crapping the bed the first day I needed you to work with real tracking data with the live system. You were the ONE thing that was working consistently well, and you had to go and ruin it.4
-
Coming back home to find out that my parents switched to optical fiber and can download with 50MB/s WiFi speeds makes me feel sad to go back to my 15MB/s campus speed. Even more when I go to Germany.1
-
Tomorrow, I'll start my last year of study at a web development school.
At the end of it I'll get a title that'll allow me to get recognition around the world, but the school doesn't end until 9th September 2018, so in roughly in a year.
I'm honestly shitting my pants, wish me luck 😅2 -
UGHHH XIAOMI CAN YOUR SHITTY FIRMWARE STOP NAGGING ME WITH "U NEED TO CLEAN UR PHONES STORAGE" NOTIFICATION2
-
Is anyone facing micromanagement due to work from home? The calls are happening every hour and feeling more like prisoned, Go corona go!!5
-
Day 9 of non smoking (attempt no. 16). How do people cope without smoking? its so difficult. After phone call with client... go for a smoke. Get off plane/train go immediately to smoke. Done some good code/solved something, go for celebratory smoke. Have a rehearsal with my band... go for a smoke. Go to the pub...go for a smoke. It’s woven in to the fabric of my existence and unpicking it is a long and painful task. I don’t do the e-cig thing. I don’t want to swap addictions.20
-
Have an USB female, everywhere you go, gonna help you in the long run.
For android, apple, etc. to directly attach usb to tour device on the go -
When you start saying 'email' for regular irl mail and then subsequently describe it as 'irl mail' it might be time to log off...
-
- You know, I have been showed proofs that there are half days where you almost pushed anything, if nothing, you haven't been productive these days
First off, bitch, I'd like to see you try to make something useful from Drupal.
Second, apologizes but you can't commit nervous breakdowns. Can't say I haven't try.1 -
When starting a new project full of challenges, do not go to your technicians right away; go to your artists first - they will know what to do. Then go to your engineers - because they will figure out how to do it.4
-
The joy of having to interrupt your current task to go to a hairdresser appointment...
Kinda feels like giving up playing just to go to do your taxes1 -
Stepping through the source code of a no-code-graphical-programming-tool (or however you call that) to understand why my stuff isn't doing its thing or at least see what it wants from me.
Very intuitive1 -
Just decided to go "all in" on Amazon but then see this... (See previous rant)
Maybe I should just go half in? (3 shares)14 -
couldnt work out today why some jquery wasn't stopping an elements width overflowing its container.
in the end after 1 and a half hours of wanting to bash my head in, I had the window expanded across both monitors and hadn't noticed the edge of the window was off the screen.
FML! -
lord knows I have missed devrant. my dad dragged me away on business. the hardest part was parting with my PC. I felt it.........
we buy cashew nuts and have them exported for this random Chinese lady. tried discussing about computers to the village boys but none of them understand anything. everyone is surprised I have a whole computer to myself at home, most have never seen any and just nod their heads like they understand 😂😂😂.
my dad wants me to be a produce exporter I keep hearing things like "there's a lot of money here, if you want to start on your own I'll support you". but then it's hard for him to drop a penny so I can buy a proper PC that is used(I just needed something efficient). I kinda feel like this struggle will make my success story much more interesting but then, what if I dont succeed?4 -
A colleague said he wanted to call today.
Yeah, today, but not 10 fucking minutes before I planned to go home! -
Some people go fishing, others are into fitness, and some like to go hunting. Me? I'm running late for work 😖1
-
Let's go back to the roots... don't need any frameworks... go pure JS and have control...
15 minutes later... let's build an helper class to manage arrays....
😐😐1 -
Numbers (from mac) sucks big fucking time!
Its like assuming your retarded, I cant save a file .whatever without it trying to insert the fucking numbers extension...
While buying excel what do you recommend?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".
-
Next time someone asks me to go get something that's heavy, I'll smile, go there and return with a pointer to that thing. After all, we have to practice these programming concepts in everyday life 🚶♂️🚶♂️
-
Asking my mum to answer the child safety questions to Leisure Suit Larry.
"Here you go. Oh that looks fun.."
"Can you go now?"
-- I was 6.1 -
Winter winter go away, come again... After a millennia.
Motivated to go into the office because my apartment seems to leak heat and I don't want to pay for it4 -
How often do you go for an interview? A senior once told me to go for job interviews regularly to know where you stand. WDYT of this advice?5
-
Stuck in writing some e2e tests for 15 hrs. Decided to say fuck it and go to bed only to wake up and solve the problem in 15 mins. Again sleep is the best debugger man 15 hrs is alot of hours staring at a damn screen.2
-
Go devs - I'm surrounded by Python developers && non-devs, what's the best way you've found to explain Go? (Go being my first and preferred language)3
-
Anyone use Golang here for system programming? I recently learned go and it would be very helpful if someone would describe me the pitfalls in go while writing fast softwares. I am planning to write a music player for Linux in go.11
-
Read about first Android Go device launch will happen lately this month.
Read about restrictions for Android Go section in Google Play.
" - RAM usage less than 50Mb"
With removed Google Maps (they decided to replace with something lighter later) and without stripping functionality app barely fits 64Mb.
With Google Maps it takes 150-200Mb.
Gave up.
Today found Google Maps Go apk.
It's fucking PWA wrapped in apk.
Fucking awesome.
Poll: Go in Android Go stands for...
- Go fuck yourself
- Go learning web development
- Go writing 100 shitapps per second, all with one button -
> As a developer in the Go world, I would recommend you to embrace idiomatic Go patterns and avoid dependency injection.
google literally created a DI lib for go.4 -
Hey pals,
I recently published this library
https://github.com/thosebeans/...
Called jsondto-go.
It provides ready to use DTOs, for working with JSON-data in go.
The API is documented on https://pkg.go.dev/github.com/...4 -
Hello world? Why is everyone being so friendly to the stupid planet? It won't even go out of the way to say something back! Go talk to a real person, damn nerds.
-
I'm really surprised at how when I type in a domain without the protocol it automatically goes to http in this 'privacy' browser (firefox focus)3
-
!rant but a question...
I know that with the vast examples/tutorials online this may not be necessary, but I wanted to ask the community if you guys/gals would recommend going back to school to get a formal CS education or if it would be a waste of time, money, and resources compared to just using web based sources? I've tried the college thing 3 times when I was younger but couldn't concentrate and lacked the discipline to focus and finish classes. But I'm a bit older now and wanted to know if you would recommend going back to school or if time would be better spent performing self-study and learning from home?
I'm still extremely new to coding and programming and only have basic knowledge of actual coding and a lot of the theoretical stuff in programming is completely foreign to me. Like for example, how to optimize code. I know that refactoring code to have a smaller more efficient footprint is always desirable, when it doesn't interfere with readability, but I'm unaware of where/how to modify code to run efficiently. Of course that may be wayyy to advanced for my use cases anyway 😂.
I'm trying to teach myself python as it seems like a great language for starting out and getting to understand the concepts of programing. Plus, it can be used directly in my line of work as well as side projects that I wanted to try my hand at.
Thank you in advance for your recommendations everyone!2 -
I know and I understand why people still opt for Windows but if they also try to pirate it, that's the only time to tell them to go get Linux. If they're too cheap to get the Windows license, go Linux.3
-
Go on DevRant of course. Then go to the gym or go for a long run at the end of the day - Then we start again tomorrow.
-
I'm trying to go into iOS app development. Should I bother with Objective-C or is Swift the new way to go?5
-
So I was thinking about learning to write some Go code. I downloaded it and it didn't work. I struggled for hours just to get it to execute a file, but I could not get it working for packages.
Never have I stumbled upon a language that's working AGAINST me.
I gave up, Go beat me. I removed everything on my computer related to Go. Fuck Go!8 -
Trying to make my first genetic algorithm program "to be or not to be" in javascript.... (coming from java and experimenting a bit)
Can't even get past instantiating a function/class Gene.js file into the main.js file. -_-
I got a long way to go...1 -
Height of Trench coding
WTF its 6.30 time to go home, but this fuc...ing bug isn't getting resolved, what the hell man. where did i do the mistake?
ok its time to go better i hardcode return 54;(expected answer) -
The internet allowed for people to never have to go to a library for knowledge.
Bitcoin allows for people to never have to go to a bank for money.7 -
Right know, the biggest challenges when taking a new task are not learning the tool or framework or language, no...
The biggest challenge is how to integrate it with the burocratic and undoccumented in-house software and tools of my company.
Is it the same for you?? Should I start my job hunting already??1 -
Why the hell doesn't Go have generics?? You have to teach Go how to access elements of a list n times if you have n things that need to be sorted!1
-
So I'm just starting to design websites from scratch and want to get feedback on my designs as I go. Do you guys know anywhere I could go?5
-
Really weird number.
Most probably its marketing call from the telecom operator that revolutionized the tele industry in my country by providing free 4G services asking to subscribe to their service.
Sorry, but i can't afford you.. :/
I'll have to let you go..
Thanks for the last 8 months of free services.3 -
Whenever there's an annoying bug that refuses to go no matter what I do, I just go to sleep. Sleep is the best debugger.
-
AltRant update:
Slight detour in plans, I will have to postpone any and all updates for AltRant until I finish both final projects in college this year. However, I will keep the app afloat in TestFlight for testers to keep using on a daily basis.1 -
I really wish there was a tool that make me go through an online web applications and go through the process to see how it fully work.2
-
Great yeah for sure. Tried to debug most of yesterday to come up with a recommendation today. But yeah, go ahead, just ignore it. Don’t even read it. I’ll just go fuck myself.1
-
just figured out why my change blew up all the tests and fixed it - now I can go back to blog-reading and pretending to be a diligent dev... Can't wait to go on Vacation tomorrow!
-
What's your go-to logging word/message for when you just need to see if a function is executing/reaching a certain point?
I usually go with "dude"5 -
Our Jira does reindexing every night. At that time no issues could be created or resolved.
It just tells us to go to sleep in its own weird way. -
An programmer guy works at home. His wife ask him to go buy some bread and if they have eggs to buy six. The guy come back from shopping and put the things in the kitchen and go back to work. His wife go in the kitchen and ask him why there are only 6 breads and no eggs!
-
Useless macos and app window selection
cmd + ` changes window in webstorm (clever them)
go to other app like chrome, cmd + ` does sfa
go to mac app settings and make cmd + ` work for all apps,
now go to webstorm and cmd + ` takes you out of webstorm if other apps open
i hate it -
Send final build of app to admin staff to review. Get the okay to go live. Day after go live "we have some changes that need to go in immediately." Seriously... 🙄