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 - "first try"
-
When you don't have money to pay a designer so you decide to do it by yourself.
It's my first try...37 -
My first try at 3D printing. Currently selling it on Shapeways, good thing they were celebrating and didn't have to pay for transportation. What do you think of my joke? :D17
-
She: "I am not getting anything out of these classes!!"
Me: "Try making some Objects first"
*Awkward silence*8 -
Did this on my first programming exam.
int index = 0
int value = 0
try {
while true {
value += array[index]
index++
}
} catch NullPointerException {
System.out.print("Sum: " + value)
}
The task was to add together all numbers in an array.
I somehow aced the exam, but got called in to teachers office this is not the way to use exceptions.7 -
*Working on Friend1's laptop*
*Friend1 leaves and his laptop gets locked unattended*
Friend2: Now what? We need to finish that thing on his laptop..
Me: Let me try..
*thinks*
*Enters Friend1's name*
*Laptop unlocks!*6 -
Here's my piece of advice for new devs out there:
1 - Pick one language to learn first and stick with it, untill you grasp some solid fundamentals. (Variables, functions, classes, namespaces, scope, at least)
2 - Pick an IDE, and stick with it for now. Don't worry about tools yet. Comment everything you're coding. The important thing is to comment why you wrote it, and not what it does. Research git and start using version control, even when coding by yourself alone.
3 - Practice, pratice and pratice. If you got stuck, try reading the language docs first and see if you can figure it out yourself. If all else fails, then go to google and stackoverflow. Avoid copying the solution, type it all and try to understand it.
4 - After you feel you need to go to the next level, research best practices first, and start to apply them to your code. Try to make it modular as it grows. Then learn about tools, preprocessors and frameworks.
5 - Always keep studying. Never give up. We all feel that we have no idea of what we are doing sometimes. That's normal. You will understand eventually. ALWAYS KEEP STUDYING.9 -
I ended a 15 year friendship after realizing I've been used as an ego-boosting distraction, rather than a friend. I was sad at first, but then this program I wrote ran perfectly on the first try. 🕺4
-
wrote shitload of clean architecture beautiful code and compiled successfully on the first try without crashes or errors11
-
How to become cool in a developer community:
- try javascript for the first time
- pretend to use it like your favorite programming language (99% C)
- notice it is different
- rant about how stupid is javascript and its users7 -
Had my first official job review with the boss today. I should try to swear less but except for that it's going great!
Yay!8 -
Tonight I want to try to setup an openvpn server with mysql based authentication because I'd love to somehow setup/become a vpn provider.
Of course there's a huge ass legal part but let's first make sure I know the technology of the top of my head!
Just ranting this out because I'm excited 😊21 -
!rant
Guys! I did it! Its possible!
My task was to extension a code in php. I wrote 100 lines of code and then it workes on first try without any errors!
This is a milestone!
Bill Gates is nothing against me!15 -
I am currently at vacation and staying at a campsite.
There is a WLAN called 'Seecamping1'.
Well I had to try cracking their password...
First attempt: The name of the WLAN, didn't work.
Second attempt: 1234567890
...
Guess what.
It worked lol8 -
Implemented a feature without the hardware to run it on.
Hardware arrives on the last day before it has to be prepared for a trade show.
Feature works on first try.
I have never been so suspicions.4 -
When you use linux for nearly a decade and try to use cmd on windows for the first time since then.27
-
friend: how do you create a game?
me: *laughing* slow down, first of all try to learn to code, then...
friend: cut the bullshit! your the IT guy, tell me, how you simply create a for e.x. Call of Duty?6 -
My First Post
My friend recommended me to try this app, and I was very impressed by the community here. 😀
I love you, devs!!7 -
That moment when you get an image from a designer and it is ok to use in the app first try. 🧐
Correct size, format, transparency, spacing, colors and everything.
I thought that day would never come.4 -
Today I wrote a regex expression that worked on the first try. Today I learned that the hardest code to debug is bugless code.6
-
I like to do astronomy and (very) basic astrophotography. First shot I took was of our moon. I try to get out at least once a week (depending on the conditions).7
-
Decided to update my rooted Oneplus One...
Everything worked on the first try without even having to do a bunch of reboots...
Hate it when weird stuff like that happens.2 -
When you finally get the courage to write your first question on Stack overflow and you totally try to work it out well for 30 minutes and it gets a down vote within 5 minutes.9
-
The feeling when you try to be creative on the first commit message but end up using 'Initial commit'...5
-
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 -
Best decision ever was to have my phone muted all the time. My overall stress levels went down significantly. I encourage you to try the same. At first is kinda weird as you actually miss the fuss o having your phone vibrating or ringing all the time, but then all you have is peace.10
-
YAY a JOIN query (MySQL) just ran successfully at the first try for the first time of my life!! I never understood joins but slowly getting there I guess :)4
-
I'd love to develop stuff I find cool for a living and currently doing a first try but right now I can keep this up for a few more months until I have to get a job again :/
Seriously, the amount of motivation I have right now is goddamn high but money is going to become an issue soon.5 -
Me as Junior Dev doing mysql first time, specifically INSERT test data to test db, sucess on first try.
My Senior co-worker says: WOW, Baby's first INSERT...... that sounds so wrong out of context xD -
Simple but tasty dish.
It’s just scrambled eggs, Indian style.
Oh btw did I say? This is the first dish that I learnt and my favourite goto if I get stuck with golang And graphql.
Guys.
Please do try this combination.
Go + GraphQL + Neo4j9 -
As someone who uses both Windows and MacOS, it's fucking impossible to type {} or $ on the first try. EVERY DAMN TIME I DO IT WRONG!11
-
For my final project as a first year computer engineer, I have to implement a FAT32 file system using a bare metal c++ compiler that will need to work on arduino uno/due....
I've only been in the computer engineering space for 2 months.
Not sure I can do it, but I'm going to try my best!
Wish me luck10 -
I did it ma! I installed Arch Linux! On a pendrive!! First try too! Now I just have to slowly add things I need and configure it slowly.. Goodbye weekend :')3
-
*Build project*
*Build failed*
- Arrrg! Lets try cleaning first.
*Clean project*
*Clean failed*
- ...
- What the FUCK! How does the clean fucking project fail?!? Just delete fucking output you pile of shit!4 -
That moment when your function runs problem free on the first try.
The feeling of "Holy shit" and "I think I just spent an entire day's worth of luck in this snippet of code"
I don't think I'm gonna go outside today.3 -
I'm curious to know, what was the first problem you've encountered, but solved through programming?
For me, since I'm a writer, I try to complete one random writing prompt a day.
However, I always have trouble deciding which one I should do. So, I created a prompt generator in Python.
Whenever I run the program it would display a random prompt.8 -
When your friend tells you that he is stuck, that he tried everything which is possible and that you solved the problem on the very first try. xD5
-
Today I have discovered that my fingers have become so accustomed to writing the word "vertex", that I can no longer write "vector" on the first try...1
-
*while drinking tea at cafe area*
me*thinking* : may be this is going to solve that error
yes
yess
yesssss
I got solution
but wait let's first drink this tea then I will try this solution
*came back on desk*
me*thinking* : -----------------------------------------------------------------------------------------
what was solution ? wtf?1 -
You know that you are a Programmer when you do code mentally and when testing it it works at first try4
-
Let's try something different - Let's have a DevCaption challemge
Best caption gets a updoot spree
Here's the first pic32 -
Is it normal that devRant crashes at first start and works at the second try? Does somebody else has got this problem?14
-
If your code compiles at your first attempt, try again because you are breaking the Murphy lay. The space-time could be damaged.1
-
My first times today:
First time a droplet on Digital Ocean.
First time Nginx.
First time trying to separate mail and website servers.
First time using UFW firewall.
First time Ubuntu webserver.
First try all alone configuration of my webserver.
First time installing all the stuff I need on my own, like MySQL, PHP and so on.
First time only SSH access from the beginning.
First time deployment from bitbucket.
Do you have any advise what I should think about. Or what software I will need. Or what I should think about.45 -
Just now, I managed to compile my first linux kernel for my laptop on the first try :D
Granted, it was just a single line to get my touchpad to work, still a great feeling.
Also, Nvidia is still going strong on my laptop, no problems whatsoever :)6 -
New format!!!
Junior: We have a problem
Senior: Well what is it you're working on? Maybe I can-
Junior: Nevermind, got it!
Senior: ...
Junior: ...16 -
After i read about Arch Linux for the first time here about a few weeks ago, i thought i'd give Antergos a try on my Laptop which i use solely for working. Found out that Matlab is supported, so i don't even need a VM.
First time having a Linux distro. Still feels a bit odd for being a Win only user for a long time, but i love the look and with every hour it gets easier. :)45 -
> be me
> alright time to seek a new job
> open glassdoor
> see a good front end job
> apply.exe
> redirects to another page to apply
> iamnotevenmad
> try to fill the form
> fill first name
> fill last name
> first name disappears
> fml
> check console
> someone forgot to preventDefault the event
> fuck it, i'll post a rant on devrant3 -
So I'm trying my hand at home brewing beer. I started my first batch 2 weeks ago, and finally bottled it last night. It should be ready in another 2 weeks! I can't wait to try it; it smells delicious 🍺18
-
I've been waiting for my girlfriend to try some clothes for the past 40 mins and we were still in the first shop. I swear it's been 2 days since we arrived at the mall.
I just want to finish my first vuejs project (vuejs from a back end dev perspective is simply awesome).
Not a true devrant but a rant non the less. Save me devbrothers2 -
Dev colleague when searching something on Windows:
* Click the windows button
* Click the search button next to windows button
* Type the search string
* Wait for results to load
* Use the mouse again to click the first search result.
I try to keep calm, but this annoys me soooooo much... 😫4 -
When your internet doesn't work for 2 hours and you decide to create a stupid script to check the extension of each files and it works at the first try... WTF is happening?1
-
My boss just came to me and demanded that we drop the first layer of security from our new servers so that the snake oil salesmen he used can open test it. I did try to explain that you don't remove security to test security.8
-
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 -
Wishing all the developers out there a very happy and prosperous new year. May your code always compile on the first try and your age gets incremented without bugs.7
-
You know what irks me is whenever people ask me how to do something without Googling it first.
Like ffs whenever I Google the same issue because I don't know the answer either, it's literally the first fucking result. Like damn bruh.
I don't mind helping people at all, but please at least try to be an adult and Google the fucking question first.13 -
Just saw this on FB..
Well I don't do much Webdev but that won't work for sure.
The first closing bracket ends the function Block -.-
Nice try Marketing team9 -
For the first time in my life windows 10 repair fixed the PC?
Was getting bluscreen regarding unmountable boot, memory management then try to open it now it started diagnosing your PC.
Started reading devrant it fixed the problem and it works now.5 -
@dfox you could try using progressive jpegs, so that images are not shown when they're fully loaded but, lower resolution is loaded first then pixels are added to it as time passes, really good for people with slow Internet.6
-
Tfw when you try to make your first rant and you have no idea what to talk about because there are hundreds of things that you can rant about and so you end up making a generic "I'm new here, please help me!" post.
I love computers :)7 -
A project manager, a computer programmer and a computer operator are driving down the road when the car they are in here a flat tire. three men try to solve the problem
the project manager said: let's catch a cab and in ten minutes we will reach out destination.
the computer programmer said: we have drivers guide.I can easily replace the flat tire and continue our drive.
commuter operator said: first of all turnoff the engine and turn it on again. may be it will fix the problem.
suddenly a Microsoft engineer passed by and said: try to close all windows, get off the car, and then get on and try again. -
That wonderful first thing in the morning meeting where your PM who has zero coding experience wants to try to critique your already working code... 🙄"I think you forgot a semicolon here..."5
-
"Oh yes I have to try three times until I put the USB in correctly"
Hey. If you have eyes, would you use them to fucking look at the ports of what you're trying to connect together and ONLY THEN try plug it in? If it still doesn't work the first time, you are probably an idiot.6 -
1. Understand APIs without reading documentation.
2. Write correct code from first try.
3. Know to program in every language.
4. Create the perfect fully functional AI system.
5. Center objects vertically with one line CSS at target object.3 -
*Compiled successfully on the first try
Me: Expecting SEG FAULT.
*No SEG FAULT
Me: Expecting logical error.
*Runs fine
Me: Aliens hacked my mind. -
Learning to use Lightroom,
First try...
The hardest part about editing photos is to not oversaturated them even when you feel warmer colours look better . I guess I overdid it
P.S. that’s me in the picture enjoying the sky pissing on my face (sarcasm intended)5 -
Company: We want to attract lots of new talent.
Employee: First, try to retain your existing talent. Please treat them with respect and give them every now and then challenges they deserve.
Please ask the attrition rate of every company you interview with.5 -
!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 -
JavaScript Certified 😎🤓 its an MTA but still i got it on the first try even though i havent programmed in JS in a year 😅3
-
First try at threads in java, search algorithm improved by 35% (56sec to 36sec). Pretty cool to learn 😊8
-
Want to switch to Linux so bad right now. Getting tired of Windows and its shit. It took 12 minutes just to shut down!!! I'm just holding back until I finish this project I'm working on for Uni so I don't mess things up. After that it's goodbye Windows!
What distro should I try first? ;)20 -
For a new project I first try to get an overview about the specifications, hosting and platform.
Depending on this information I decide which language and frameworks (if any) to use.
Basically always the first part I create is the backend, so I have all the data interfaces ready. For web stuff Postman is really useful.
Later on I start with the frontend, get myself really angry because I hate frontend.
Then I get into a hate-overdrive because browsers suck and I delete everything and quit.1 -
The first time you try to google what an operator does by using the symbol in the search bar because you don't know the name for it.2
-
Gj Mastercard! My card just got blocked because every time I want pay and 3D secure code is needed, every first SMS that day is delayed by 5 minutes so session expires and I have to try again...now it happened quite a few times and card got blocked. Fucking shit...2
-
Well not bad for my first try eh? I implemented a std::vector-like container and it's about 4 times as fast as std::vector10
-
"curl : The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again."
Why the flying fuck do i have to configure some BS in internet explorer to use curl in Powershell? I thought IE was finaly dying, but nope!4 -
I have reached a stage in my career that when my code works in the first try, I'm more skeptical than excited about it.1
-
I never realized USB Type C was built to be reversible. I always assumed that I got it right every time in the first try.
What's happened to me3 -
"Finished" my first PWA today. I bet most of you think PWAs are stupid for valid reasons but I wanted to try something new. And I'm quite pleased with the result even though it's only a simple todo app. Wrote everything from scratch, no dependencies/frameworks/libraries! 😊
Source: https://github.com/olback/o-todo
Live: https://o-todo.olback.net3 -
After doing a regular CV update, I realised I started coding more than a quarter of a century ago... I then remembered the first command the succeedded on my first PC.
format C:
There was a book that expained how to format a floppy disk (format A:) but it didn't work. At that time I had no idea what floppy is but I knew that C: works, so I thought I'd give it a try...
Oh, was there laughter in the repair shop :) -
Hahaha oh man... A devrant user just deleted one rant because of “toxic” comments on it😂
That’s what happens when devs try JS for the first time. It drives you mad.
I recorded a video of the whole rant by the way... not sure if I should share it tho 👀24 -
My innocent-pretending “I din do nuffing” ass after destroying multiple managers careers by manipulating the company opinion against them bc they try to play that scumbag move first but I’m just more conniving, powerful, and just a fucking beast.10
-
So I was just watching a show with subs and see this line:
"So just try and catch me!"
The first thought that came to mind was:
try {}
catch {}6 -
!rant
Oh yea. Got an interview on the first try to the best devshop in town. Exited! Let's hope our interests meet. Applying for the first time in 10 years. Feels like going on a first date. =D5 -
The moment when you edit your code and run it but nothing changes and you try looking for the mistake in yor code but the only mistake is that you forgot to compile it first...2
-
I'm going to try a 'zero-day' strategy for learning c++ (at first I was also a little confused about the term zero-day).
The name zero-day does make sense in that there are zero days of me not doing x
So, for this strategy, I have to program something (doesn't matter how small) in c++ every day for a month. After that I'll do the same for python
Then I can make an educated decision of what programming language I like the most
I want to thank @teganburns for his c++ video about c++, that's the reason why I chose to try c++ first4 -
So I'm not one to show off something buuuuuuut, I'm a programmer and can barely draw a straight line let alone do pixel art, but I decided fuck it; let's try again and considering the left figure was the first compared to the right being the 10th, I'd say that's not to fucking bad :-D4
-
I've written two different real time audio resampling algos (called on source and called on target) using linear interpolation, both in typescript, both work on first try and both perform great. I feel like the omniscient god of web audio processing.2
-
Not a rant but I spent 30 minutes writing a fix for 2 integration tests while screen sharing. Ran the tests and they both pass first try, no exceptions, typos or silly mistakes. 2 additional unrelated tests also started passing. It felt good.2
-
At first I wasn't crazy about it,. but I think I'm hooked now. I am a big fan of fira mono. I switched my xterm to use it, and it's really distinct and helpful. I highly recommend giving it a try.
https://mozilla.github.io/Fira/10 -
refactored model code to be async and use promises. executed successfully on first try.
ME: this looks suspicious, leta debug it!!!! -
backstory: i was bored and decided to recreate basic hardware modules/ICs in JS
today, i just made a 555 in JS on the first try
am i god? :O4 -
First actual post, despite having an account for over a month!
Wondering what phones people are using? I myself use the galaxy s7 edge, switched to android from iPhone to try and make apps and Android was easier than trying to make them on iPhone.22 -
!rant
That feeling you get when you write a fairly complex 800 line long class without testing anything and it compiles without errors on the first try.2 -
Woo! My first Vulkan window that does buffer swapping (swapchain image presenting in vulkan lingo). It doesn't draw anything yet and still took me 3 days lol
Note that if you try to resize it or minimize it or do basically anything with it the whole application crashes but still11 -
nice try, now fuck off (it's red because I tried to first just press download without entering anything)7
-
Thought I'd try out Asp.Net Core + React + Redux, at first I got shocked from the TypeScript shit I saw, but an hour later, I like what I'm seeing :P2
-
First wikipedia asks me donation. Then tells me facts 98% Indians do not donate. And when I try to donate, it doesn't let me donate without PAN. I am a student.6
-
Hey guys
So, a new game has ben launched on kongregate.
https://kongregate.com/games/...
I have no affiliation to it, but I think you guys will love my first try.
Btw, the name of the religion and almost everything is chosen by the gamer, so my pick was Scientology3 -
Wrote my first bash scripts today.
One installs a few packages (Brackets, VLC, Nodejs, chrome) and the other gets my preferred theme and icon set from gnome-look.org with curl and piping straight to tar -xz in tge proper folders.
They're simple, really, but you have to start from somewhere.
Now with that said, I'll let you know if they work ln the first try--about to install Ubuntu on a different machine5 -
• I listen to music
• I eat/drink something
• I go to the toilet and think about unrelated stuff (which might actually provide a solution)
• I go to sleep
I try the top one first, and if it doesn't work, the next one, and so on, until I am done with the last one. -
!rant
That feeling when you get unconditional sign-off with zero defects raised during user testing and crush the performance testing on first try. Proud of my team. Feels good man2 -
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 -
I just wrote unit tests for like the first time in my life (didn't find it useful in university, someone else handing in the project always did that). It cut my coding time by a factor of 3! You should try this one if haven't already, it really saved me a lot of headache right now.2
-
Finally got my anime api somewhat working.
Tomorrow (or in a couple of hours 😅) I'll try to register my first domain and and get my first vps(?) up and running
The api features the data from /r/animethemes, so it'll have 2000+ animes entries with opening / ending urls.
I've also tried to implement some form of searching ('%term%' stuff 🤣), but you better know your abime by its romanized name, or you're gonna have a bad time since I have no alternative names per anime yet.8 -
In love with Laravel events, listeners and mailables. What a beautiful way of doing this. Can't say how much I love this framework. <3
Can't wait to implement redis and queues. Am excited to try this for the first time. Share exp. if you have, pls.4 -
When I first started coding, I always assumed my code was working without testing it. Now, I assume the output is wrong if get it right on the first try :/1
-
When you spend more than 1 hour trying to find a solution to your code project and then the solution was way to simple to work and it works at first try 😨 (feeling stupid right now 😢)1
-
Two new Laptops arrived at our office today. Tried to install Manjaro on a USB with different Windows Tools because Windows Laptop was the easiest to access. Nothing Fucking worked!
Searched and found a Linux laptop.
Used dd
First try success
dd is love ♥️3 -
i transferred shitload of code from one class to another, stackoverflowed something and copy pasted it because i have never seen that this needs to be written like that, hit run compile, open up my logs expecting a mass crash and possibly explosion. it worked on the first try2
-
Y'all Vim (anti)fanboyz be like "ha! try to exit Vim!"
And then there's me, Emacs fanboy... my first shortcut was to undo a change - Ctrl+Z. Guess who looked at the monitor like if he got a wet slap?
Note: it minimizes the window and I blinked right in that while. -
My parents have a very good grasp of what I do.
The first computer I got to try was one of the educational computers used for courses arranged by the company my mother worked for and my father studied programming before me ;) -
!rant
We have to programm a branchAndBound algorithm for school. Since it was running kinda slow, we decided to use multiple threads. Nailed it first try.1 -
!rant
I'm going to try to switch over to Linux (dual-boot at first), but I've been trying to figure out which distro to use. Any suggestions?
Also, if you have any tips for me, you can leave them in the comments too19 -
Just tried to get the oneplus vr... First try:404 at the end of the placed order. Second try: bug on site, just before the previous 404. Third try: out of stock. XD1
-
As much as I love programming, I like to help others when they're in trouble with code (even thoe sometimes I'm not that helpful) but I hate when someone asks me for help and when I try that person acts he knows it all and that my suggestions are stupid... I mean why did he ask for help in the first place?2
-
When the test you spent an hour writing passes on the first try… not sure if I should be happy or anxious.5
-
Unity's "quirk" messed me up again. This time, I wanted the time when the key was pressed as precisely as possible, independent of the framerate.
So I put the input reading routine into the thread pool, which causes the first few readings to throw null reference exceptions. No biggie; the system needs a few moments to warm up. So, I try-catch that part.
But when I build the game, as soon as I reach the part where the game tries to read the input value, it hard-crashes before try-catch can act 🤦8 -
Teach useful knowledge !
Back in first year of engineering school (most of students weren't going to study CS), the introduction course we had was on recursive functions.
Like WTF.
Try to imagine the faces of guys who had never seen an 'if ... else' in their entire life. -
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 -
The feeling when you write a long messy algorithm and you think to yourself "this is never going to work" but then it runs exactly as you intended first try! 😎4
-
It booted, after months of working on a god damn simulation with various BIOSs revisions and fixes, with millions of kernel builds and a million of fixes of recipes. It booted from a first try. I almost fainted :D3
-
As some of you may have read, I'm working on an terminal based passwords manager, written in Go and i just published its first usable version.
Its my first ever open-source project, and I'm so damn happy to finally have something to show the world.
Its still lacks many features and has quite many bugs, but I'm looking forward to work on it in the next few weeks.
For those of you, who want to try it,
https://gitlab.com/rainee/hypazz -
Forget about everything I could say these last 2 days: I'm having as much fun with Docker than when I first discovered Ruby on Rails 3 years ago 😍
I still don't understand everything with docker-compose & shit but so much things are way more clear when you try them out!1 -
I'm writing a special (fictional) story and I'll post it next as soon as it's done (in an hour or so). I've written articles before, but this will be my first ever try at a (very short) fictional story 😅
Any feedback is welcome.
Stay tuned.
😊
PS
Have you ever written fiction?15 -
Just launched a successful deployment today. Took 4 months to build everything. It's probably not a big deal but I'm just really happy today that everything worked right away, and almost no deployment hiccups at all.
Only one issue popped up, but come to find out it's a particular thing about the Prod environment and nothing to do with my code.
Gonna go celebrate now, before more work comes in. (hey, can you refactor this for me?)4 -
Dude. Listen.
The deployment didn't go 100% well, fine. The main menu got fucked up, fine.
But no one gives a fuck when you send an 15 words long email to 6 persons just whining about the fact that no delivery go well on the first try.
Learn to shut the fuck up sometimes. -
Captains Log:
Day 2 of trying to get SQL database to work with JDBC application.
I've built a try/catch method and it throws up the message that IntelliJ can't find the JDBC driver.
More research to be done. My first officer duck buddy has no input for me.
It's going to be a long day.17 -
Started my first private App project using all the goodies of 2017 android development like TDD, Android architecture components (hence MVVM), kotlin (which I yet have to learn), RxJava2 (if I need it additionally to AAC) and maybe try to set up a CI environment.
Wish me luck guys and girls 😁 -
What do you guys think about Ubuntu on windows 10, any first impressions?
I wanna try it out coz my new Laptop comes pre installed with 10 and installing Ubuntu is kinda very problematic in high end laptops according to a little research I did.12 -
That euphoric moment when your program works on the first try and you just feel like the god of all programming.
-
I always try to break my code when it works without errors the first time.
Just to be sure that the code I wrote is being used.
Anyone else? -
The best feeling you can have, is when rewriting big parts of code and it works perfectly first try.1
-
Release on Monday === almost 10h of code today... Though it's just an internal release, so not that serious really. Though it's be fun to have something we've been working on for half a year working decently the first time people actually get to try it... Well, well...
-
- 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 -
Read docs, try, google, try, ask.
Do not ask too early, come up with something you already did when asking. But don't hesitate to ask when you're stuck.
No body wants to leave you on your own but you must try something before you ask.
Do not be afraid to share your opinion. It could be that your view is wrong then you need to correct it. But also it could be you have a point and it will be useful. The first will be helpful to you, the second to everyone in your team. -
So recently I've been taught how to make Virtual Machines in school and I did made an Ubuntu vm because it was loaded on a disk my teacher gave to me. And I loved it, it was my first time with Linux and I was so impressed, so I put some more versions of Linux on a flash drive to copy and I'm going to try them all out! The other versions I'm going to try out are Mint, Fedora, Manjaro, and Kali!3
-
You wanna know if you are a real developer?
Google "string" and see if you get as first result underwear or not.
Try "DD" and see if you get again some underwear results or a ubuntu wiki article about "the great data destroyer" ;)3 -
What's the most number of lines you have written for a project without testing and then had it run the first time? Also for context, what language did you use?
Feeling pretty good with my 200+ in C#.5 -
The most difficult esoteric programming language is not Brainfuck. It is Malbolge:
"It took two years for the first Malbolge program to appear. The author himself has never written a Malbolge program. The first program ["Hello World"] was not written by a human being; it was generated by a beam search algorithm (...)"
(https://en.wikipedia.org/wiki/...)
So basically it took a brutforce try-and-error approach to write "Hello World". Absolutely crazy! Imagine malware written like that 🤖5 -
In the lab:
"Look! I have compiled and that gave me no errors! On the first try!"
So I look closer and
"Dude, ehm.., you are compiling the wrong file..."
Then he tries to compile the right class and the compiler returned errors on errors
"You know what? I hate you."
Never laughed that loud -
Yay, I just finished the first stable-version of my configuration-manager wento. (Its only for nix-like OSes)
If you want to try it (or to break it),
You can find it on
https://github.com/thosebeans/wento
(For Linux x64, the latest release contains a binary-version, for other eg. BSD,GNU..., you have to compile it yourself) -
> lose weight
> get more than one client
> learn to drive and get a car
> try not to cry too much when I can’t afford the Tesla I want
> get my passport sorted and go on my first ever holiday (no joke). -
First time joined js13k competition, without concrete reason. Just wanted to try out am I able to use my JS knowledge and fit game into 13kB. And actually, I'm really happy with final shape of game. Did anyone else participated? :)
-
Fuuuuu rtl languages!!
I love them, they look fancy, true.. but are a total nightmare to select text. My stüpid brain will never get it right on the first try..or second or... :/2 -
Getting a lot of headaches? Try replacing coffee/energy drinks with ice cold H2O first thing in the morning. It works after a week and it shocks your body into waking up faster.2
-
I once managed to replicate data from a scientific paper by writing a C++ program, at the first try. I still can't believe it to this day.2
-
- First logon on the support website
- Input pregenerated password
- Password expired
- Input new password
- Password invalid
- Try different passwords
- I realize that the suggested length of the password (8 char) is also the max length
- Input eight character password
- Password invalid
- Input the pregenerated password
- Password changed1 -
Building a Project Manager with Electron.
Does anyone of you has experience with lowbd? If yes, feel free to share!
Image is my messed up first try :P2 -
Having my first memory leak problem ever. This sucks. I've tried what seems like everything. Forcing garbage collection every time I press a key to try and debug the issue. Fuck. I have 'using' blocks everywhere, and I have no idea what I'm doing wrong.3
-
Sometimes i cant fix a bug for days. Like 3 days of brainwreck. Then on the 4th day i wake up. So whatever i love. Take some time for a rest. And then begin working whenever i feel like it. I start working at 2 pm. Try to solve the same bug again. The first thing that comes to my mind is Hold on, why dont i try to change this? I did and it worked. My first thought has solved a 3 day old bug.
Can someone explain this phenomenon. This is proof that a man is unproductive and cant work good if he doesnt feel like it.
You know all of those bullshit andrew tate quotes "i work even when I don't feel like it because that's what men are supposed to do. I train when im happy and i train exactly the same when im unhappy" but thats bullshit. I can not be productive if i am unhappy. I tried so hard and the harder i tried the more i failed. And now when im no longer unhappy i solved it on the first try.
Nobody cares when a man is unhappy. No one gives a shit. It's not fair1 -
It's my first time learning back end and I feel like I'm leaving half of my intelligence back before I boot my laptop to try get somewhere1
-
Hey, blonde bitch.
How about you leave the UX design to someone that can get the printer to do double sided first try. Okay?3 -
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 😂🤣😂🤣🤣😂🤣😂 -
The feeling that every work day is composed of new challenges that help you to grow and learn more. Also, how cool is it when your code works as intended and with no ramifications on the first try? Last but not least how many people can say that what they do at work is their true passion?
-
Wanted to work from home as usual. Logged in in citrix with my credentials and totp, started rdp to connect with the bank.
i try it for the first time: failed to connect
I try it for the second time: error 0x112d (some thing about two programs that have an the same port open)
I ask my colleagues to look after the pc in the office and what was it:
FUCKING WINDOWS UPDATE FILLED THE RAM COMPLETLY.
Luckily no data was lost, since i had everything important commited and pushed.3 -
Dear Windows,
Just because you've got an update, it doesn't mean you can overrule my preferences and decide about the preferred languages behind my back. I've already decided and set it up. It's the first thing I always do. So don't try to be clever for fuck's sake.
Thank you4 -
How to create an application using kivy.
- Install Kivy
- Open PyCharm and create your first application
- Follow the documentation
- Try to start the application
- The application crash for a arg that the run() method doesn't require
- Go to google to find the solution
- Don't find any solution
This is what I have done in the last 3 hours
Thanks Kivy3 -
im not laid off (yet?)
but my company is doing layoffs , and it's my first time experiencing this
any tips on coping in such uncertainty and misery
i know when i get some spare time it's going to be time to update resume, leetcode and cold application hell to try and cover my bases6 -
Boss wanted our AES implemented to use an Initialization Vector. I changed the implementation to add an IV and all the tests passed on the first try!
I changed the implementation to fail just to make sure I wasn't getting false positives. -
So a rant ago I was actually ranting because I couldn't think of how to do anything and such. Fair reminder I'm still kinda new so I decided to program small stuff to build me up so I can learn. AND I JUST MADE A PASSWORD GENERATOR ON MY FIRST TRY!!5
-
getting my new laptop today. Thinkpad X1 Yoga (2nd Gen). Can you guess the first thing I'll do?
if you guessed "install a Linux distro" you guessed right. I'm looking to try something new; I'm a sucker for dank animations and polished UI/UX. suggestions?
nb4 "use arch"... no.20 -
First go through any getting started guides or introductory tutorials. Then depending on comfort level and available time, either start exploring further on your own or search for more advanced tutorials.
Try to make use of what you learned, either at work or in hobby projects or small proof of concept programs, as the case may be. -
Decided to try something new, so enrolled in a karate class where my fiancé does her kick boxing after watching her get her black belt last weekend.
Have my first “proper” session tonight after having a free taster session on Tuesday.
Anyone else got hobbies, or recently started one which doesn’t involve computers?3 -
If there's one problem with rust, it's that it expects you to know how to use it.
One of my first projects was to try and use the SDL2 crate to make something, and I got stuck wrangling the borrow checker about how long my textures live.
I try again a year later, now knowing intuitively how the lifetime system works, and I come up with a solution easily.
This sort of thing is probably very discouraging to new users of the language4 -
It was a shit idea to try and get async to work in my first ever real programm meant to be used in production.
Unit tests are a bitch to make.
And now everything just kinda falls down on its own.
At least i learned a ton and got a lot of firsts out of the way.1 -
Making my first larger scale project in C...
Every time I take a look at my code, I realise I should implement better error handling here and there.
And then every time I try to break my programme with erroneous input, it actually blows up, despite all my effort to prevent that 😖😖3 -
(a lot of chess-dot-com-specific stuff)
Initially, I was losing to Martin (250 ELO), the bot that is widely considered the worst. I learned how to beat him consistently.
I went to a 400 ELO bot. First, defeat, then winning streak.
Next step — 700 ELO Bobby Fisher-loving bot. Same story.
But today, on my third try, I defeated a 1100 ELO bot! First time I lost, second time it caught me and forced stalemate, third time I won!
I feel fantastic!3 -
Learn a lot more stuff about neural networks, machine learning and try to build and code my first neural network. I hope that I have enough patience for all of that 😬.
-
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
-
Finally convince my colleague to try sublime text. His coming from notepad++ and netbeans.
First thing he do, figure out how to change the theme to white background. -.- not so cool anymore.2 -
A pure r&d project! Get to try out all the cool new things. Yes I know it will probably be out of date by the end of my first day! One can only dream! 😉
-
Test things you don't think you can get right on first try or are easily screwed up by someone that doesn't have the understanding. Most other tests aren't needed.6
-
I was assigned to maintain a legacy project today. I downloaded the source code, configured the database server and imported the project in visual Studio. For a tiny, blissful fraction of a second, I expected everything to work on the first try.6
-
The ability to vertically align in css correctly. On my first try.
That would save me a world of headaches... 😒5 -
Have a wonderful weekend now, fellow devs!! Enjoy the sun, enjoy your company or maybe lack thereof. Is there something you have been thinking of trying but put it off as just a dream? Try it! Take the first step! Enjoy your life!1
-
The best feeling ever is when a super long line of code is written that definitely should not be on one line, that one does not check over the logic for after writing, entered without pressing the backspace key, and it works first try.
-
First try with BF
+++++
[
> +++++ +++++ ++
> +++++ +++++ ++
> +++++ +++++ +++++ +
> +++++ +++++ +++++ +
> +++++ +++++ ++
> +++++ +++++ ++++
> +++++ +++++ +++++ +
> +++++ +
> +++++ +++++
> +++++ +++
<<<<<<<<<< -
]
> +++++ +++ .
> +++++ ++++ .
> +++++ + .
> ++ .
> +++++ .
> +++++ +++ .
> ++++ .
> ++ .
> +++++ +++ .
> +++++ ++ .
<<<<<<<<<<8 -
all video streaming fucker companies have found a new way to promote shitty lies!
Hotstar: "try Hotstar! Rs199/month! first 7days free!"
Amazon prime : "try amazon prime! Rs 129/month! first 30 days free!"
those small numbers are fuckin lies. they have only 2 or 3 supported banks and if yours isn't one of them, then you have no option but to buy their full 365 days non refundable subscription of a larger amount, which strangely accepts *all payment bank cards*
liars. liar liar liars!7 -
Finding it difficult to work out whether I should take the plunge and try to make the idea I have.... must overcome confidence first...5
-
Went to my first university hackathon and we couldn't finish our project 😥 Guess I'll try and do the rest of it on my own.1
-
A Yahtzee game.
In fewer lines than my first try in 2010.
Fyi... It was like only 15 thousands line with if else statements .... Nuthin much.1 -
When first I saw the brace, I was petrified!
Kept thinking, who would ever try to put them on the side?!
But then I spent so many nights, thinking how your program's wrong,
My beard grew long, found out how Python gets along..
Copied from Reddit.2 -
Is there a better way communicating between php and java than tcp? Because this was my first idea but i try everything on localhost and the request takes up to 3 seconds...16
-
Most of my fellow developer country mates are so big suckers that they first ask for money, huge money and then try to show there unprofessional skills. However, indeed the right way is that first you should show your skills hone it to professional level and then ask for money. Assholes.
-
Well, you know the feeling when the whole day you solve difficult problems and than get stuck on something that looked simple? Well i go and drive around aimlessly, and when i get back almost EVERYTIME works at first try... (or at least different error message) :)
-
Trying to create my own gulp build process since two days now...😖 Want to get the right folder structure and perfect build process on the first try, but that is exactly what is hindering me and I can't get any shit done...😟
-
Trying to find a linux distro I like to replace Windows on my home pc... Didn't like the first 3 I tried, so I'm continuing to try others...but now it feels more like I'm trying to kill Windows
ಠ_ಠ14 -
So, i am almost finishing my degree in software engineering and gonna try to find an internship do you guys have any advice for a noob giving the first steeps into the job world 😊😊2
-
Does anyone of you ever generate PDF documents under Android?
It is a task in our current project and I don't find a lot (usable) libraries out there. Our first try was iText but under iText 7.1 they no longer support Android 6.5 -
Loopback is the Wordpress of api building. As in, it seems helpful up front, but will all come crashing down on you the moment you try to do something they didn't think of first.
Don't use Loopback. Don't let your friends use Loopback.1 -
I know when I've been coding too much, and not reading enough when I first try to find the code line I stopped at and when I'd like to ctrl + click a character's name to remember who he is.
-
Way too long story short: Needed to figure out how to use jQuery to update a table that had no classes or IDs to help you tell what's inside it. Worked out a looping structure to read the contents of the cell with the dependent data in each row, and then update the cell that needed changing depending on the value of the first cell.
Minified the solution and dropped it into the console. Worked exactly right on the first try. -
7 months into first job and half my department (so essentially about 10 people) have left. Kinda sucks emotionally especially when you try befriend those people or get close to them like your manager. Genuinely never felt this lost and without guidance as when my manager left...5
-
first !rant
My touch keyboard on this phone cant keep up w/ how fast I feel I need to type, so everytime after I blindly hit post I have to go back in my message, fix typo, then post, just to notice another f*@&ing typo I missed and have to do it all again. I know I should just slow down and do right in the first place, but when I try I get like this little internal anxiety that makes me uncomfortable and forces me to go faster. Maybe too much coffee...1 -
smblevelworkshop2. It's a level editor for Super Monkey Ball 1/2.
I mean, yes I could try to add on to and fix my first attempt, but that's such a huge mess (speed < quality) that I just decided to scrap it and work on v2. -
Fuck away from me And Get FUCKED.
FEels so fucking good fucking off other companies who try to contact me first and give me an interview JUST GO FUCKING FIRSR YOUR DADS ASSHOLE TILL HE SHITS IN UR MOUTH FROM THE SUPER MASSIVE GIANT SHITHOLE FUCK YOU FUCK OFFF5 -
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 -
Our #bigtech repo is like 19 billion LOC so how am I the first one to try to do simpleThing with obviouslyRelatedThing?
My search foo yields nothing and I fear its not supported yet.
fml4 -
Almost finish chapter 4 of rust book. I must say I'm so amazed by this language. Just like the first time I learn metaprogramming ruby.
Awesome in every level. You should try learning it too! :)12 -
Maybe it's just me, but:
1. Never works on first try:
doStuffWithWhile()
while (someShitIsNotOver)
doShit()
2. Works like a charm:
doStuffWithManualLoop()
doShit()
if (someShitIsNotOver)
doStuffWithManualLoop()6 -
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.
-
!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 -
! rant
Just installed Atom to try out. Has a decent package ecosystem. Just found vim-mode-plus. Do you believe in love at first sight? 😉1 -
When I build something new for the first time.
A year ago I discovered PWA (progressive web apps), web workers and service workers, wanted to build something cool, I sat down at 10AM and started digesting every resource I could find, test, make mistakes, try again, then my eyes started to itch I looked at the clock it's already midnight ! -
So I was working on my game finishing up the first level when I try going back through the portal to the previous scene then my unity freezes had to end process using task manager and lost progress
-
First try on an Android app after spending a lot of time with Windows
Needless to say, I hate how android apps look sooo trying to recreate MDL2 with Android :3
Android peeeeooooopppppppplllle, critique it? -
Tonic is the most fucked up app on iOS. It just straight up internally dies. As soon as you try scanning the piano it scans it in the wrong plane and doesn’t scan like the picture wants it to. Then it asks you to map the first key of the piano and it moves the key vertically instead of horizontal. If you scan it the other way it does the opposite plane. I just want to try a cool app for my phone and you call your app a functional app. How.
-
It's good and okay to make mistakes, no one is perfect and it's rare to non-existent to have a code running perfectly after the first try.
tho my perfectionism wants it otherwise but yea -
1. Went to try chat.openai.com/chat
2. "Write a java program that uses a singleon pattern to calculate the sum of the first 100 prime numbers"
3. ???? HOW DOES IT DO THAT9 -
I finally get to work on my first independent project at my internship! It’s been cooling working with my team so far but I’m excited to try things to figure out things by myself first before getting some help.
-
Don't ever try to write a new logic for a problem
Because, after some days if anybody asks to explain first you have to spend time to check what you have written4 -
I got an idea about my at-job project and I wanted to try it out at home. First, I need to set up my environment.... 20 minutes later maven is still downloading dependencies. Size of ~/.m2 > 1G. So much for unpaid voluntary work.
-
The time I save by making something work on the first try is offset by the time I spend not believing it, poking around and making sure I didn't overlook anything.
-
When are you most likely to make a mistake ?
The first time you do it.
Second most likely?
When you get complacent
So... Never let anyone see your first try and don't get complacent -
How to play audio on page load?
This works when you first interact with document by button click. But when you directly try to open that route /home for example or just refresh the page, audio doesnt play.
Some devs have managed to bypass this. Example is https://feetpix.wtf/home19 -
First try on Debian to deploy dev environment, can't fix the grey screen cross cursor vnc issue with gnome regardless whatever solution on the internet.
Screw this shit wasted plenty my time. Reinstalled back CentOS 6. -
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 -
Picking up a project from 9 years ago someone abandoned and trying to bring it up to the new toolchain. First thing to try: pre-existing everything and just make it. Immediate toolchain flaw exposed ("internal error converting unsigned int to int" in a header file in the chain, huzzah!)1
-
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.
-
While I should really actually learn C++ first among other things. I wanted to try and fuck with a really old version of DirectX (8.1) since I had a Win2k machine. I know it's old af,but Jesus how did/does anyone put up with how proprietary Microsoft's shit is.1
-
I just compiled a code.
no any compile error at first compile !
I tested all inputs and outputs, everything is correct !
Am I sleeping ?