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 - "finally"
-
New devRant web app for desktop is now live! (https://devrant.com - the .com will now redirect to feed if you are logged in) Let us know what you think, and especially if you spot any bugs (very likely some slipped through). Some cool new features are still in development, will be out shortly.64
-
Finally moved. My Internet speed went from 500kbs in general to 50mbs!
I can finally download por.... ISO's without having to wait for hours!39 -
Customer: IT is completely useless! I’m getting PORN ADS on my work computer!? This is ridiculous!!!
Friend: Oh that’s not good, perhaps your computer has a virus of some sort let me take a look!
Friend takes a look and sees that the porn ads were all provided by google ad service, they weren’t related to a virus.
Friend: so, you don’t have a virus, but so that you know google gathers metrics on the sites you visit so that it can target ads at you better. Looks like that’s what’s happening here.
Customer: .............11 -
Finally!
I installed gitlab at our company. I ranted about not using any version control whatsoever in the past but now it happened!
My boss wanted to see a project I was working on for himself so I copied the project to a usb drive and gave it to him. I used git for the project locally and I told him to use this too if he changes anything. And that it would be a great idea to have this centralised on our server. He agreed and I told him he just had to give me the order to implement it. He was like "go ahead" and one hour later we had a gitlab up and running.
We will have some internal training to do and then we are in the 21st century!
I'm so happy right now.9 -
!rant
Microsoft is finally doing something right with Windows.
Coming soon: tabs in Explorer, tabs in Notepad, tabs in Command Prompt, TABS EVERYWHERE24 -
THEY DID IT!!!! THEY FINALLY DID IT!!!!
GITHUB FINALLY ADDED THIS FUCKING BUTTON!!!
I CAN'T BELIEVE THIS IS HAPPENING 😱😱😱😱27 -
Well got a phone call today and long story short is I have been given a probationary 5 week contract for my dream job, gonna be honest, kinda excited! :-D8
-
So I have officially achieved one of my childhood dreams and built my own PC, took me a while to save up enough to to afford it and yes it's not the best but it's mine and I love it :)12
-
Hey fellow devs,
I'm proud to say, that today I've passed my final step/exam of my apprenticeship.
So now I'm officially an IT-Specialist - Software Development or "Fachinformatiker für Anwendungsentwicklung" in german.
I'm so fuckin' relieved and happy that this chapter is now finally closed and the real fun can begin!
My new job - indeed the old one with 4x payment and just a 32 hour week instead of a 40 hour one.
Now I will cheer and drink as much whiskey I can find out there! :D
PS.: This baby (pic related) was my presentation device today. One member of the commission had to laugh, a ranter as it seems! ;)16 -
After participating in so many hackathons, I finally won. Now I know how it feels and it's awesome. 😀19
-
I quit my job last week and I’m starting as a full time mobile developer in January. I’m so goddamn excited.
With no university degree, I’ve finally gotten an in as a developer!8 -
Finally, my boss accepted that I was not a professionnal front-end developer but an internship. FINALLY7
-
YAY! I know it's not much compared to you geniuses but it's been hard for me to take the time through high school to really wrap my head around the technicals. I just wanted to share my joy with y'all!!! :D I'm also currently going through the "30 days challenge" and I'm on day 19 still but ayyy I'm getting there!!!8
-
Just broke up with my girlfriend and it feels AWESOME! Like I’m free now! I finally can do what I like to!
Finally! To live without regrets and fears of not being able to entertain someone. It’s finally my thoughts, my music, MY life. My fucking life. Just me as is and it’s awesome. Finally, after three years of suffering.
FUCK YOU16 -
when your first try to learn a new programming language, for example c++ and you are still new to coding:
"Wtf does it behave this way. How dafuq do pointers work...argh"
and then years later, you come back to c++, do a little revision and it all starts to fall into place and make sense. Man. That feeling.3 -
Adios Motherfucker!
Finally got that pile of misery finished. That simple ticket exploded in complexity and had quite a bit of scope creep. So so glad it's over. I mean, apart from code review and QA. But still. It's done!
Also: I may have been drinking already. Clearly not enough from the painful lack of typos and silliness. Gonna go work on that.6 -
My dudes, I am proud to say I finally got a summer internship as a web developer!!!! After many rejection emails I finally did it!4
-
When it finally compiles:joke/meme finally hope it is not an old joke it finally compiles happines my little poor soul is now free happy3
-
With all these posts about the death of Steven Hawkings there's one thing which may be overlooked:
LETSENCRYPT WILDCARDS ARE LIVE !!!!!!!
(No offense to Steven Hawkings. He truly was one of the greatest scientists of mankind.)7 -
Finally finished the basic stuff on my website!
Now i'm gonna take a break and play some video games.
And thanks to @Alice for the dark/light theme switch.
https://hampusm.github.io/28 -
Finally switched from Ubuntu to Arch. Wish me luck.
Finally switched from Ubuntu to Mac. Wish me luck.
Similar sentences, very different feelings!5 -
I finally got the GitHub Student Pack, for some reason, I’m so happy and excited to get it finally.😀6
-
Might be nothing for others, but I finally published my Vue website with the following setup:
1. Vue inside docker
2. Nodejs API inside docker
3. MongoDB inside docker
4. Nginx as reverse proxy
5. Let's Encrypt
6. NO I WILL NOT SHARE THE LINK, don't want to be hacked lol and it is for personal use only.
But I'd love to thank devRant members who have helped me reach this point, two months ago I was a complete noob in Vue and a beginner in NodeJs services, now I have my own todo website customized for my needs.
Thank you :)26 -
3:40 in the morning... Finally set up most of the basic of Arch with i3. Been more than 12 hours... My eyes r dying... And so m I... Kinda swollen arteries near side of the head coz of overload...
And I have college tomorrow... Or today... Watever 😭😭😭8 -
My new MacBook Pro finally arrived so I could finally install the stickers that I got back in April already. \o/8
-
Well I FUCKING FINALLY managed to build a program that makes my dad's printer print automatically.
Have ranted about this on my previous rant.
My recent approach was actually overengineered all over the top. I was using pyautogui to simulate the mouse that would call the settings window on Windows, which would print a nozzle test (the translation for "Düsentestmuster" according to google?). The more I worked with it, the more I would have had to care about edge cases when calling the settings and god knows what else...😖
So I left the idea.
What I came up with was a python script with some copy-pasted code of an example from the win32print api that printed an image that I specified, so it would use all inks. Somehow it works perfectly...
After that I used the win32api. ShellExecute() with ghostscript to print a PDF for the PGBK ink.
Finally a batch script to run this python script on the task scheduler. No converted .exe as dependencies and whatnot let it all go to hell.😒
It's not quite what I had originally anticipated as a solution but IT FINALLY FUCKING WORKS!!
...😪 It took way longer than expected and although I somehow couldn't manage to print all on 1 paper, I'm still satisfied that it really works.
That's all, had to vent my frustration and share this personal success.12 -
One of my android project finally compiled with no errors!!
Happiness increased when it didn't crash👻👻👻
Finally some relief 😊😊😊3 -
Dat moment when, after some hard work, you can finally delete that abomination your predecessor left you as a present...
-
Mention support link support is here! It took me a while but I successfully implemented it and it took way longer than it should’ve.9
-
I just found out I had used, for over 4 months, the wrong function to encode/decode url strings, which caused a lot of issues with my app...
I refused to believe that the problem is there, so I was looking elsewhere.
The longest search of a bug in my life finally over. Fixed! :D2 -
Finally removing all mysqli references and make the pdo statements, so we can finally switch to PHP 7.25
-
Finally, finally, finally! My very first app with React Native is up and running. I know the hard part comes now, but I'm so incredibly happy, considering that I didn't even think I would start developing an app until two weeks ago, let alone learning React...6
-
$category = 'Story';
Holy shit it finally worked I finally got a private server up and running for an old game, after countless forum posts and broken links (note the form isn't that active anymore since 2010)
After finding a working server source you also need a client with the same version
Even though this was a pet project, it feels good to finally complete it. I might even try to build some custom stuff into it6 -
And here we go!
I am finally in my holiday apartment.
Finally, it is time to sit down and relax for a bit.
I am awake since yesterday. Approximately 2 full days.
The weather in Antalya is not that hot tbh. I almost did not feel any change when I arrived. Just the sun tho. I was completely blinded when I made my first move out of the airplane.
Ps: That picture is from a small town within Antalya and about an hour away from the "real" Antalya.1 -
Its over.
Its finally fucking over.
Ive done it.
Finished my internship and can finally leave this shithole for good!6 -
!rant
Wish me luck! Just landed a new exciting job as full stack developer! Finally I get to do what I truly want!!!
I can't express how happy I am right now! Finally done with being a supporter!! (was originally hired to only manage Windows servers and not doing external customer support)5 -
So, the moment I started as a BA in a health insurance company, my Quora feed gets populated with Dilbert comics, and I can finally relate to them.
Thanks Machine Learning! -
Finally back at home (after having some trouble with Deutsche Bahn).
It is cold and cloudy here.
It feels so weird to use a laptop. I was there (in Turkey) only with my phone, typing this post on my laptop. The screen is so god damn big.
My bed is very soft. My kitten got very strong and fluffy. He looks more muscular now lol. And it seems like he missed us :3.
I missed him and I missed my car that I did not like like a month ago. I really understood how much value it has. Besides of that my mind is clean now. It was like meditation.
Fuck that pussy ass description.
How was your day, fellas?6 -
Hi everyone! Had this app for 2+ years and just now i figured i should register. I like what i see and read on here. You seem like awesome devs. Anyway, just thought i would say hi and have a wonderful day/night!!!7
-
It has been a long long time since I posted, a lot has happened the past couple of months.
I lost my grandfather, I got a nice dev job and God I miss ranting here. I finally published my side project and all I have to say is
AWS is a b*tch! But beautiful at the same time, had to learn a lot the old way (trial and error).
I don't have any anime pictures as I've changed phones recently but I find this picture just as awesome.
Hope you are having a great day ranters.1 -
Exams started today. Came back from paper, went to sleep. Woke up and was told I had mail.
...
Yay!
Thanks, @dfox and @trogus! -
That feeling of absolute joy, when something you've been working on for a loooong time, finally just works... THAT is the reason why I love what I'm doing
-
I think i finally have a good shot at finally becoming an employed web developer. Keeping my fingers crossed2
-
Finally, after a a few months...
A few months ago I started a personal git gui project for learning purposes. I wanted to learn C and Gtk on Linux. After a few days of coding I wanted to include the glade file in the binary, searched the internet and found old results with no success. Fast forward to today, I start yet another project without finishing my last one (this one is also c and gtk). I'm still having this problem with the damn glade file. So I keep looking for an answer and finds two solutions, none of them worked but when mixing them together it finally works.
Damn it feels good to succeed after trying/working hard on something you've struggled with. This is what keeps my motivation up. That amazing feeling of success... ☺️7 -
Aaaaaw fuck yea. I'm finally at my mother's, for my first holidays since late December 2017, and I FINALLY can sleep as much as I want without being bothered. I just slept 30+ hours in 3 days, which is close to what I sleep in a week. Still tired though, but I feel so much more relaxed than the evening I arrived at my mom's place 3 days ago *.*
-
!Rant
Awesomeness ensues!!!!!
I finally quit my day job at the place I was working to finally go full time with my business, TerraNimbus. I was able to secure a small loan to cover business and personal expenses until I can drum up enough business to keep things a float.
I’m super fucking stoked because I’ve been wanting to branch out and do this for about 4 years now and finally feel like I have the right pieces in play to make it work. I’m as nervous as hell but so fucking excited too!
I just needed to share this here cause the DevRant community is world class and you guys/gals are fucking killing it everyday being AWESOME!!! And you all feel like extended family members to me all going through the motions in each of your lives and keeping ‘in touch’ through devRant on a daily basis. So I wanted to share my story with everyone here.4 -
Ubuntu NHS
Maybe, we could finally see Linux in a non-technical environment!
What do you think about this?8 -
Everything is working, including the damn ml model. But I assume, considering the amount of restlessness and anxiety I'm feeling, that I will look like a scared hamster or trash panda while presenting it.
(Presenting to internal staff. But still)5 -
(If you don't know what I'm talking about, read this: https://www.devrant.io/rants/805543 )
I have good news!
Finally, my PC is back alive :'D
I took it to where I first bought it, and...
Apparently the reason why it broke was the AC adapter, as they replaced it with a new one... (the PC was still in warranty)
So now I can finally begin to program again and (hopefully) tell you some dev-related rants! So I can actually feel an active part of this community, haha ♡4 -
Rant on me myself.
After being a professional coder (ie having a bachelor degree) for 11 years now, I finally have a decent and reasonable backup.
I use borg to backup to my raid 1, which is local, in my corridor near the ceiling. I use a Intel NUC with two external USB3 HDDs attatched. As I already had data on them, I went for a btrfs raid 1.
The second level of my backup solution is my brother. It's 50km to his flat. He's got a banana pi with my third HDD attached. I connect to his pi via VPN. The VPN is done via an AVM Fritz! Box. No ads, I just like those boxes (modem and router).
The backup is encrypted, of course.
Now, after ten years, I finally got a decent backup solution. Wow. This feels great! 😎 -
Proud to finally be another supporter of devRant. I've made myself a promise (no pun intended) to support devRant as soon as I begin to earn some money as a dev. So here I am...
Thank you dfox and trogus for your work!4 -
Finally got rid of my old job I ranted about so much. Started a new one on Monday. A bit anxious and terrified (there is a lot to learn) but it feels good. The team is fun and they know what they are doing. BUT most importantly: they know how to plan projects and know how to intervene if a project is about to run out of resources. NICE.
I'll keep you posted on how it goes3 -
After waiting a very long two days, my app was finally accepted🙏
https://itunes.apple.com/us/app/...7 -
I've been here for almost a year now but was too lazy to sign up. It was only a commute or lunch timepass thing.
But finally few days ago something so frustrating happened that I actually signed up. I dint post it as it would have been immature but now that the plus icon works I finally can post stuff..!1 -
!rant
When after one month of the event, a month n a half of the request, and a failed delivery attempt, the swag finally arrives!!
Stickers!! <3
Happy scenes!
Thank you Mozilla!!4 -
So, 28 days ago ranted:
https://devrant.com/rants/915344/...
Update: Finally, the integration worked. I can sleep well tonight. I can have a party tonight.
Things left are code review and then git push.2 -
Just quit my bastardized job, and I feel as light as a feather :)
Also, anyone know of any dev jobs around Nottingham? -
Please god let me pass my bachelor thesis so this is over and I have some rest and time for more fun stuff...3
-
Finally friday! Only a few hours left in it school and I can start programming again and catch up with all the sleep i'm missing by not getting up till 5pm...1
-
What's the point of the "finally" block? Isn't it functionally equivalent to everything after the try { } clause?5
-
Finally learned what cygwin is for, and how to use it so I'm finally loving it. I can actually develop on Windows! 😀😀5
-
That amazing feeling one feels all over their body when they finally crack the problem they have been trying to solve for weeks.
Feels amazing. I need more of that. In a pill form. Thanks.5 -
Goddamn react bootstrap modalbox and select2 dialogbox inputbox freezing bug!@#$
2 fucking days in my mind and I can finally discard you. It was tabindex="-1" on sibling DOM Nodes. Sweet cherry bananas. From now on I'll keep an eye on you. -
After the long haul of designing, structuring and finally implementing, my side project is done. The only challenge I faced was to not lose interest or get distracted :p
I made this to get a hang of haskell. It adds haskell functionality to your shell and lets you apply functions to outputs of other programs(ls,ps,df etc)
https://github.com/iostreamer-X/...
Your honest feedback is highly valued.
Thanks!
:D -
Yeeeeeesh. After god knows how much time I've finally gotten this shit rooted and an adblock er installed 😎2
-
I finally got assigned to a project, working like a dog but it is for operators safety so it feels good. Also, I have been tasked with writing custom C++ plugins for our process simulators and damn it feels so good to match both my biggest interests. I hope to not get carried away by it in my evenings since I was learning some webdev in my freetime.
Also got UNIXstickers in the mail like 99% of the people here.
Oh, I also received my Seiko SKX and damn I already love it. -
two week oncall shift is finally over. now i finally have time to address all the issues that came up while oncall! 🙃1
-
!rant
Super stoked and had to celebrate and you guys are the only people who might appreciate it.
I just got a working beta for a WordPress plugin which automatically generated alt text for images when they are uploaded by using Microsoft's Computer Vision API to analyze the images.
Adjustable confidence setting means you can leave the alt text blank when the API is less sure about the image contents.
Not every description is great, but it's better than leaving the alt text blank or using file names. I know I've saved myself hours of poking back through finished sites adding text where it was forgot.1 -
Spent the last few days trying to solve a weird issue with our CI/CD pipeline for a project. Yesterday i finally gave up and told my coworker that i need a fresh set of eyes to look at this.
I leave for lunch, an hour later I'm back and brought fire and fury to the mix.. Then, 2 hours later i raised my hands and my mouth uttered the glorious words of victory: Fuck yeah, it works.
Mood was still shit though... 1 bug down, 99 life problems remain 😢 -
Ayyy, spent an hour installing arch, another with the desktop environment and another cause the audio and a whole other set of problems came up. Safe to say was the most frustrating yet the most satisfying install. If only all installations weren't a boring point and click.1
-
ODROID!!!!!!
Let's start from the beginning: I finally got my 3 odroid MC1 Solo's (XU4 equivalent, and they are way more powerful than a pi) and I was really excited to set them up. I decided to start with resinOS as I had heard about it and wanted to try it out. It didn't boot. I foashee every single SD card like five friggin times, and it didn't boot.
So I decided to try Ubuntu 18 minimal. It didn't boot, I was depressed. Then today I turned it on again, silly me forgot that I would need to reboot after expanding the file system. AND NOW I'M IN! DOCKER SWARM, HERE I COME!!!!!!3 -
Fuck yeah!!! Finally found Mate! 😎
Well, not exactly dev related... Meh, whoami kidding, coding without Mate is nigh impossible 😁5 -
New AltRant release!
Release Notes:
- Transitioned to URLCache-based caching solution for attached images for much faster loading times
- Fixed many layout issues
- Finally added "more info" button in profile screen after 2 years of the feature being absent from the app
- Fixed many different crashes
- Added rant refreshing
- Added double tap to upvote on rants and comments
- Added creation date/time indicators on rants and comments
- Added comment count indicator in post cells in feeds
All users are required to test every aspect of the app.
I worked really hard on all of this to improve every single aspect of this app - from responsiveness to crashes and layout glitches, while also adding many features that were absent for a crazy amount of time! Please enjoy!
The last build will expire in a week from now.4 -
When you finally get to sign a project off as finished, after the client has changed the goal posts 50+ times.
-
I finally finished a website of a client where I‘m working on since 2012!!! WTF! I never hat such a client before. Sometimes I haven‘t heard anything from them 4 months then they called me, I changed some pictures a did a little bit of styling and then it took months again to get a feedback! To be honest, now 5 years later they need a redesign of their „new“ website.1
-
Been working on this webapp for ~1 year, and it's finally up and running! :D
collanon.app
If any of you would like to review it I would be flattered u.u14 -
!rant
Finally managed to implement a proper E2E testing solution for our app with Protractor and Jasmine. Some basic tests (login and dashboard) are already working.
I'm just so happy to automate everything, going to cut down our manual testing time from 2h to about 20 to 30min if I'm estimating this correctly.
That's all. Just wanted to say I'm very happy with the results 😊5 -
Just got my acceptance letter to CodingDojo in D.C. I’m pretty excited! I start April 16th. 4 years I been waiting for this moment.
-
Remap this button to be your compile/upload button. It will be a good replacement for a button you hit thousands of times.1
-
I want to start learning to document my code. What tools do you guys use? I've seen https://www.gitbook.com/ but their server has been on and off all day and I prefer reliable services.
This project is the reason I'm finally learning to document my code: https://gitlab.com/datwood/...1 -
Continuation from
https://www.devrant.io/rants/605332
Alright, shit happend during presentation, but thanks to frech humour (don't ask why) and a good examination I got the better mark! Thank you guys for listening to my story -
Just "finished" FF Mobius (Chapter 4).... What a fucking waste of time/4 days... Should've just watched the cutscene videos on YouTube
-
finally!
I've been waiting all week for the Manjaro maintainers to release the next update wave.
Ahh... finally something to do in the terminal :)4