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 - "i'm to old"
-
I'm trying out a new rendering engine, it's pretty slow but I'm getting somewhere.
My (6 years old) client is sitting next to me and is kind of picky and tells me exactly what to do.
No payout though 🤔15 -
My 80 year old very absent minded dad made a website, all by himself, using a two decades old book he got from the thrift store.
He's even hosting it himself on an old laptop running Debian, including a redirect to a beautiful nostalgic /~username/index.htm url (not gonna share the link, because his personal details are on there).
The whole site is incredibly carefully crafted, and I'm super proud of him.
Who cares if it's not a React app? The 14 kilobytes of HTML 4.0 markup load in 20-30ms, and it renders pretty much perfectly in every browser including Internet Explorer 4 and Edge.
🤷♂❤️36 -
So I barely get home and I see my 10 year old sister in the living room coding with the Xcode Playground, I asked her where she learned how to do that and she said "I just read the books you had." I'm so proud. 😭🤘🏼10
-
Finally got the last of the hardware pieces for my pi book pro in today. Figured out how I'm going to lay it out and now to make custom cables to connect it all :D This old MacBook may yet breathe new life!20
-
My 7 year old sister: Why do you always use the duck? Go on google.
Me: Because Google spies on you.
Sister: How??
Me: *too tired to explain* by magic. Whatever you go on, they'll know.
Sister: *shocked expression* WHAT? *proceeds to ask a million questions.*
Sister: What do I do now?
Me: Use the duck (she calls ddg "the duck.")
Then a few hours later, I saw her playing Y8 on DuckDuckGo. I'm so proud of her. :)
Now if only I can convince my 15 year old little brother to do the same thing. He doesn't seem to care at all.55 -
Yeeeeeeeee! My granddaughter yelled up to me, "Grandpa, I'm programming!" She was doing some kid code game thing. Ten years old. I can hope, can't I? 😁14
-
I'm 40 years old today. Feels strange.. and getting older as a developer is not an advantage at all. But I got a wonderful little baby, a wife and a job I (almost always) like! So happy birthday to me 😊15
-
Why is it that whenever somebody looks over my shoulder at my screen when I'm programming, I mentally degrade to a 6 year old and can barely type???10
-
This is how I feel most of my client proposal start:
* It's simple, I'd like to re-invent <the wheel>.
* All I want to do is use <rocketship engine> on <old typewriter>.
* I'm too cheap to hire a full-time < DBA, DevOps engineer, development team>. Can I pay you pennies?
* I'm poor and broke, can you do this for free?
* I'd like to <commit illegal act> and be <legal compliant standard>.
* I heard it was possible to <fly 30 people to the moon> using <Ford Model-T>. Please do this for us.
* I <sold my house>, but now <I'm locked out by the new owners>. Please help.11 -
Today I'm 40 years old..
Should i be afraid?
Will i be filtered out?
will i stop getting "pick up" messages from hot girls on linkedin, who's
Only intrested in my mind?
am i too old for this to be my room?24 -
So I moved from being the TL of a small team to a member of another team a month ago.
A dev from the old team sent me this today morning. He also sent some examples of what he found "cool", and tbh I'm pretty proud of those modules. I tried being very modest there, but I'm very happy 😅8 -
I'm converting some old stylesheets to sass and found this gem. How drunk I must have been to write something like this o.012
-
Is there any practical reason why we can't develop native iOS on a non Apple mashine?
I'm tired of having to use my sisters old shitty MacBook Air while my new XPS 15 is dusting up 😡😡😡31 -
Seven months ago:
===============
Project Manager: - "Guys, we need to make this brand new ProjectX, here are the specs. What do you think?"
Bored Old Lead: - "I was going to resign this week but you've convinced me, this is a challenge, I never worked with this stack, I'm staying! I'll gladly play with this framework I never used before, it seems to work with this libA I can use here and this libB that I can use here! Such fun!"
Project Manager: - "Awesome! I'm counting on you!"
Six months ago:
====================
Cprn: - "So this part you asked me to implement is tons of work due to the way you're using libA. I really don't think we need it here. We could use a more common approach."
Bored Old Lead: - "No, I already rewrote parts of libB to work with libA, we're keeping it. Just do what's needed."
Cprn: - "Really? Oh, I see. It solves this one issue I'm having at least. Did you push the changes upstream?"
Bored Old Lead: - "No, nobody uses it like that, people don't need it."
Cprn: - "Wait... What? Then why did you even *think* about using those two libs together? It makes no sense."
Bored Old Lead: - "Come on, it's a challenge! Read it! Understand it! It'll make you a better coder!"
Four months ago:
==============
Cprn: - "That version of the framework you used is loosing support next month. We really should update."
Bored Old Lead: - "Yeah, we can't. I changed some core framework mechanics and the patches won't work with the new version. I'd have to rewrite these."
Cprn: - "Please do?"
Bored Old Lead: - "Nah, it's a waste of time! We're not updating!"
Three months ago:
===============
Bored Old Lead: - "The code you committed doesn't pass the tests."
Cprn: - "I just run it on my working copy and everything passes."
Bored Old Lead: - "Doesn't work on mine."
Cprn: - "Let me take a look... Ah! Here you go! You've misused these two options in the framework config for your dev environment."
Bored Old Lead: - "No, I had to hack them like that to work with libB."
Cprn: - "But the new framework version already brings everything we need from libB. We could just update and drop it."
Bored Old Lead: - "No! Can't update, remember?"
Last Friday:
=========
Bored Old Lead: - "You need to rewrite these tests. They work really slow. Two hours to pass all."
Cprn: - "What..? How come? I just run them on revision from this morning and all passed in a minute."
Bored Old Lead: - "Pull the changes and try again. I changed few input dataset objects and then copied results from error messages to assertions to make the tests pass and now it takes two hours. I've narrowed it to those weird tests here."
Cprn: - "Yeah, all of those use ORM. Maybe it's something with the model?"
Bored Old Lead: - "No, all is fine with the model. I was just there rewriting the way framework maps data types to accommodate for my new type that's really just an enum but I made it into a special custom object that needs special custom handling in the ORM. I haven't noticed any issues."
Cprn: - "What!? This makes *zero* sense! You're rewriting vendor code and expect everything to just work!? You're using libs that aren't designed to work together in production code because you wanted a challenge!?? And when everything blows up you're blaming my test code that you're feeding with incorrect dataset!??? See you on Monday, I'm going home! *door slam*"
Today:
=====
Project Manager: - "Cprn, Bored Old Lead left on Friday. He said he can't work with you. You're responsible for Project X now."24 -
Today I was 25 years old, asking for a raise or a opportunity to reach the next level of my career.
My department manager simply said:
"I'm sorry, but in terms of salary you have already reached the end of your career."
Bye then :)34 -
I'll get to my four words in a sec, but let me set the background first.
This morning, at breakfast, I fired up my trusty laptop only to get a fan failure warning.
Finally, after the three year old is asleep tonight, I'm able to start dismantling the case to get to the fan. I'm hoping it just needs cleaned out.
Hard drive, memory, and keyboard spread out over the kitchen table. I'm not even halfway done.
Guess what? Now I'm one of the lucky 3500 people to have a power outage at 9 pm. Estimated restore time: 2 am.
Sigh.
"All those tiny screws"
And a three year old in the house...18 -
I'm building a website for a new company and the boss doesn't understand technology at all. says he doesn't want me using any html because it is old and I have to use python because it's a 'hot language.' I try to explain that html is for websites and he replies 'not mine.'19
-
At the moment I'm trying to optimize a slow old MySQL query from a project I made several years ago. The execution time is in excess of 55 seconds. Not good :(
After about an hour of experimenting I finally set a good index and reduced the time to < 3 seconds.
Chuffed :)3 -
Old people to new people -
"Welcome to devRant"
"Enjoy your stay"
🤔
I think, do some people plan to be a guest and leave devRant after sometime?
I'm here to stay.
Maybe, it should be
"Welcome to devRant, now you're stuck here..." 😈4 -
Often saying fuck it when I've got a project and I kind of really need to use git but I'm not good with it so I just go back to good old scp again 😅11
-
Hello world, I'm a 20 year-old CS student and I've been following you all from the shadows for a year now. I finally decided to join you, so here I am! I've got to say that I love this app and the community, so I'm happy to be part of it now. I'm currently on holidays, but I can't wait to share some good ol' rants once the uni starts again!
return 0;19 -
I'm not really one for news, but apparently (a while ago) there was some 12 year old who taught himself to code and made his own apps and whatnot. Girlfriend informed me of this.
Just got told that I'm a useless piece of shit because Im 23 and don't develop apps and I'm not rich like this kid. Fuck man. I develop mostly server side software, and I personally fucking wrote half the shit the company uses. No one really knows, so naturally in the silent developer. Don't much care about that. But fuck, being told I'm useless because a 12 year old has more money than me really made me take one straight to the balls. Now I'm sitting here, moping, downloading android studio, and just going to prove a person wrong. I can fucking code an app, it's not that hard.
Should have just said fuck off, but I don't have the strength and effort to face flying cups anymore.
Android sdk, here I come.12 -
Dear senior developer with xx years of development experience, please, I BEG OF YOU hear my humble unprofessional opinion.
Not every junior is a inexperienced low life.
Even though I'm glad that I'm working with someone of your wide skill set and expertise, I'm not working with you by choice nor it is my intention to distract or "steal" your knowledge.
When I suggested using a newer version of jQuery for this new project that didn't mean I'm challenging you to work on something new for your domain, I'm merely suggesting this change because jQuery 1.2 is just old and a big portion of it is deprecated.
When I suggest some changes on your CSS selectors that doesn't mean I'm acting out of place, it is my genuine interest of having effecient css where possible.
I know you (in your opinion) are the best full stack developer in the industry, but maaaan you kill me when you use js and regex to validate input type=email (table filp) ... Haalllloooo it's 2017 this Sunday aren't we supposed to progress instead of remaining in the same old same ?
RANT!!!10 -
Bought an old dell server from a friend since I'm moving to a new place with faster Internet soon!
Searching for few-tb hdd's now and can go to 11gb ram instead of the 1,5 it has right now as well (that friend has that ram available for purchase).
Exciting things!15 -
!rant
Just read a DevRant comment and it made me laugh out loud. Looked at the user and it turned out to be an old comment of mine. Looked at the upvotes ... at least I think I'm funny. 😂3 -
Just finished installing Deepin OS on my old laptop as an attempt to get familiar with linux (coming from win10). It looks gorgeous, I got at least four orgasms from the installation process alone. And it comes with lots of cool apps preinstalled (Chrome, Spotify, Steam, etc). So far I'm very happy with it.30
-
I really love to share my knowledge and I have a opportunity to teach kids coding as a lector. I even switched my f-ing theme to light for them so they can see the board (they're already saying light theme sucks, I love them). Maybe it's only html/css but they're learning so fast even though they're just bunch of 12-13yo Minecraft kids 😂 I'm myself only 17 but I can see the "age gap" between us, I'm getting old...11
-
My 8 year old brother started attending a robotics class a few days ago. He already loves it. I'm a proud big sister 😊
(And I'm already planning on how to start teaching him programming.)12 -
I think I'm doomed when it comes to posting the kinds of rants that get upvotes. The pattern I've noticed is that profanity-laden rants get more love than ones that are more tame. I was raised old-school, so profanity isn't my thing. Guess I'll just sit back and watch.6
-
Finally I'm taking gaming out of life. I've realized it's not possible to continue both of them.
In other words, I'm becoming old8 -
My hard drive is dying.
I thought to myself:
"It's alright. I have 5 years warranty. I'll change it"
Then I realized it has been almost 6 years since I've bought the hard drive.
I'm becoming old :(5 -
I'm 13 years old self-taught programmer! If you had the option to learn and discover the tech field at this age, would you do that?68
-
Is it just me? I hate feeling like I'm too old (35) to begin a tech career. I love programming, but get the sense that I missed the boat on learning enough to be a "successful" programmer. I'm crazy to think everyone getting hired in this field is younger, right?18
-
Old story.
Colleague: "I'm gonna update some tables and stored procedures later"
*phone rings two hours later*
Colleague: "Hi! Just wanted to tell you I accidently dropped all our production databases. Have fun recovering them 😊"
Well shit.8 -
I've been at my job for about 3 months now. They have me remaking a 10 year old site so that it's responsive and updated to HTML5. well the "senior developer" I'm working under doesn't know squat about responsive design and doesn't know that tags like font are deprecated so he's basically just copy pasting old code into bootstrap grid and calling that "updating the site". Lol did I mention he's still declaring the doctype as HTML 4 too? how did I get stuck here? -_-10
-
Based on how many people are violently upset at Apple for removing a 60 year old piece of technology from their phones I'm guessing this is the ideal types of ports for some people. Because why try something new when you can stick to legacy technology?40
-
!rant
I'm so so happy to have joined devRant: it gave me lots of motivation to work on my personal projects. In the last two days I worked more on an old dream/project than I did in the last year. TWO. DAYS.
Don't know for how long this motivation will last, but - for now - thank you so much, people :')3 -
Hey, guys!
I'm new here and I want to introduce myself and meet you too.
My name is Mariana, I'm 21 years old and I live in Brasilia, capital of Brazil.
I'm a beginer in the world of development and I joined on this community to know more about this world. I am currently studying js, react and react native, but I am passionate about database, in the future I want to work with data science.
And you? Feel free to introduce yourself too! :)14 -
I recently got mailed by our support department.
A customer using my program experienced performance issues after updating the whole system; attached is a video recorded by the customer clearly showing the difference.
I watched the video: the old version took 20 seconds to load. The new version 26. After querying the data, it's shown in a list.
The updated version showed 61 datasets instead of 6 in the old version.
I asked the supporter if he even watched the video and he answered: sure, and I'm able to see the performance issue!2 -
How old were you when you started programming?
I'm curious about that... I want to introduce childs to programming but I'm not sure which age is the correct one to begin.52 -
Just discovered this App, created my account to say Hello and create my first rant. I'm already in love!
To my Person:
I'm from Germany ( I hope my english is not too bad) and I'm 19 years Old and recently started my apprenticeship as a developer. I'm specialised at Web development, especially with PHP and JavaScript12 -
We use the best source control software, it allows build and deploy like no other, are you familiar with Visual Source Safe?
I don't know what's worse... That I'm old enough to know what that is; that I know how to use it; the question; or the fact that the maintenance of it stopped 12 years ago...2 -
Hi, I'm new to devRant. That's perfect because I love to rant about everything.
So, let this be my first rant:
Apache Velocity + last minute rush + heatwave - climatisation = Hello Migraine my old friend...10 -
<lifeRant> My two year old daughter gets a sticker for going "poo-poo on the potty".... Meanwhile I'm stalking my one rant that is close to getting me a squishy ball! Who's really making progress in their life, me or her? </lifeRant>5
-
rant || !rant
My father-in-law wants me to buy a new computer for him. He's currently using an old Acer minitower running more malware than real software on shitty Windows Vista. He only uses Email (Outlook 2003), Facebook and Youtube. I'm gonna get him a MSI Cubi Intel N3700/4GB/120GB SSD with Linux Mint and problem solved. No more malware/virus calls from him. I'm installing Mint on Vbox right now and I'm loving it from second 0.16 -
Programming helped me realise, that I'm growing.
Since I've learned git long time ago, all my projects are archived and I can get back to them. When I look at my old code, I can see, how much I've learned, and how much more of a developer I've become.
And it motivates me to keep going.4 -
Today my raspberry pi media center bricked itself (at least it won't boot properly. Than I thought I just format the SD card and reinstall everything. But than my windows pc won't boot properly because it's still running on old hdd and I suck at building PCs. Than I tried my ThinkPad with antergos and remembered that it is also dead because the last update broke something. And now I'm trying to boot my windows at least into safe mode and my ThinkPad to boot from the live stick to chroot and fix it. Still waiting since 15min for any progress.
Now is my old Oneplus One with an outdated nightly of a custom Rom my only working connection to the web.
I'm starting to think that waiting for the last minute to fix problems might not the best way for me.10 -
My step mother told me she has an old laptop from which she wanted to extract the email address book. I highly doubt of them (less than 20) are still up to date. Some of them are from dead ISPs 😰
I'm honestly surprised about the immediate respond times and that it still works pretty well.6 -
My 10 month old foster-son just claimed my rubber duck as his own. Now I'm going to have to walk through my debugs with both of them!1
-
Pandemic achievement: I slept early and woke up early too! Fuck yeah!
... Tho I did dream of an old-crush-who-I-hate-now and then of my friend breaking her leg, so I'm not sure, but hey, more hours in the day! 😁
Now, first going for food shopping and then I'm off to work.💃14 -
You will know your 2 year old dev team is messed up when the 'best programmer of the bunch' does a line like:
boolean check = ...some logic...;
if(check == true) {...
:/ and I'm going to be leading this team..10 -
I'm old and dumb comparing how things are today with where I started from. Time to start over again.11
-
Just came back to an old project I haven't touched in a while and realized I did an awesome job documenting it. It's almost annoying my level of detail. I'm proud of my past self for thinking of me now.3
-
I'm exhausted.
After one and a half year after my last rant, I'm here again. I left the previous job as web developer after almost 12y. At the time I found 3 new jobs as developer; I chose the one with the largest company, the premises were really good. My 3 interviews were excellent. But what I found next was almost a nightmare.
I was literally "confined" for the first 2 months, no internet connection, no email address, very little communication with colleagues. My near colleague was sharing the code were I would work via a usb key. All this for "safety" purposes, because "here you start this way".
For me it was not so bad, I could take my time to study my work and do it (without Stack Overflow and only by reference guides, when needed - I felt proud in an old way). But the next months were really tough: no help to understand what I missed about the work I was doing (consider that I was working on a large database, previously used by an old ERP, on which other developers - prior me - wrote a lot of code, to make the company continue use all the data after the expiration of the ERP licences - speaking about a year 2000's Java application).
Now I find myself struggling, because the main project on which I was working has been set aside (apparently for some budget decisions); my work team constantly make me do some manteinance on the old code, but the main tasks are done by the old mate, "because deadlines are always pressing and there would not be enough time to explain you anything". I'm not growing.
I'm really becoming reluctant to write code, and whenever I do it, I constantly feel under pressure, and this makes me nervous and inclined to make errors.
Don't take me wrong, I was/am good at my work, but it's like I'm loosing that sparkle I had till a few years ago.
When I'm at home I try to study or write code, just to keep training my mind, but I'm really struggling and I'm worried about losing my brain for doing this job. I constantly forget things and lose focus.
Never felt this way. I am thinking about the chance to switch again and search for another company.6 -
Boss: -We're firing one of our freelancers and you are taking over one of his projects.
Me: -OK, what is it?
Boss: Old POS project written in Java.
Me: -But I'm C# developer. I haven't touched Java in years!
Boss: -You'll manage...
FML I've managed to finish and fully refactor this piece of shit project.11 -
Hi DevRant, the last five years I've been repairing old computers for people who should really upgrade but rather stick to their beloved IE8. I'm sure we'll be friends!
-
!rant
Just started working for a new company. Super cool. Just like the last one (as far as perks), except they actually trust their devs.
Old company: Make sure your code is extensible
Devs at old company: You know it's not written in stone right?
Old company: Does that mean you can make it do this?
Devs at old company: No. That's the wrong code base
New company: I need a feature. Get it done when you can
New company devs: Well, guess I'll take some time to refactor all this stuff while I'm at it
~Some time later~
New company: Thanks, that feature works great!
No staring over shoulders, asking when it will be done. No asking why we want to refactor something. As long as work continues to flow, there are no issues. It's great!
Also, if we want to try a new tech, we just have to put together a short paper explaining why it will work better in that situation than the tech that's already in place. -
3 Years into coding and I still have no fucking clue on what 99% of the lines in a sample code means. And I'm already 18 Years Old... Beginning to think this line of work isn't for me T_T12
-
*My friend was piling up her food in a bbq place*
Me: What are you doing?
Her: I'm trying to beat my old stacking record.
Me: Be careful not to get a stack overflow!
. . .I'll see myself out.2 -
Any thoughts on whether my alternative keyboard layout will lower my risk for wrist pain? I map each key to an Amazon dash button on each edge of a large bookshelf in my office. It's lots of exercise, and I'm almost back up to my old typing speed.1
-
When people ask you to speed up their old crappy device, whether it's a phone, laptop or tablet (even though I'm a web developer), all I say is:
"Buy a new one, that isn't cheap and nasty"6 -
Anybody else feeling it after Chester Bennington's death recently? I'm nearly 30 years old, so I listened to him a lot through my teenage years. Linkin Park was practically my favorite band back then. I'm pretty bummed out man. 😔
Damn.9 -
My friend dropped her phone and it doesn't turn on anymore, but she has a dual-SIM spare phone. So the problem didn't seem too bad at first. I told her I'd help her with the backup restoration, set everything up on her new (old) phone.
After 30mins of trying to restore the backup from her old phone and moving the SIM card to the new phone...
"But I didn't have a backup and the SIM card tray isn't working. Can you also help me recover my 10 000 pictures and songs?"
I guess I'm done here7 -
It seems like the project I'm tasked to tweak last edited when I was 4 years old... 😏 I doubt is there any dinasour alive who used that generation's technology. :P4
-
Today I am gonna start writing code in react to replace/improve an old silverlight project.
I need to show react is faster, easier and more efficient than angular.
Thumbs up if you like react and comment if you think I'm wrong 🙂9 -
I'm debugging someone else's 10 year old legacy .asp web application (shoot me now), and I'm trying to find the most recent records in a database table.
Why is the most recent record from September of last year?
Oh.
Because they're storing the datetime value as varchar (40).
Good thing they were smart enough not to waste disk space by using varchar (255)!4 -
I'm not a heavy smartphone user, but going from having to keep phone plugged every few hours ( battery was shitting itself in my last phone ) to this is just incredible.
I have never experienced this kind of battery life other than in those old nokia brick phones.10 -
Me in front of an year old code snippet:
1) "omg, wtf did i write that time?"
2) "i'm going to fix it"
3) after 2 hours lost trying to get new code working... reset from git
4) look around feeling guilty -
"I got an issue on my pc, can you have a look?"
Sure, I'm afraid I don't know the solution to that, just google xxx and I'm sure there'll be something to fix it
"I don't know how to do that, that's way too complicated. Nevermind I'll take my old pc"
y tho...1 -
I'm migrating data from an old software to a new one I wrote.
Old database it's in Access (yeah, fuck). When I opened one table, the VM hung up and I opened the task manager on MADE
What.The.Fuck.Are.You.Doing?8 -
First rant (well, first on devRant anyway)! So, I'm working on a project to refactor a decade old codebase so that all references to ip addresses are in config. It sucks. But I did find an ascii art fish in an old cron script, so that's something.9
-
This kid on the tape is me. I'm not even two years old there and I'm already messing around with wires.
Five minutes later on that tape I figured out how to turn the vacuum cleaner on and tried to tie it to the cassette deck.
No wonder why I'm a programmer now 😂 -
Since learning electronics I have a new found love for fixing peoples printers:
Now I actually look at it before saying "yep it's fucked! Better get a new one, do you want me to toss the old one for you?"
I'm now only one rail away from having a cnc machine.1 -
So the company I'm interning in just got a project in WordPress from an old client. I'm their "WordPress backend guy" apparently coz I'm apparently the only one who seems to know WordPress. The site has multiple malwares and they want to redesign the thing too. Work starts on Monday and now DevRant algo is showing me a lot of WordPress rants. Guess good times are ahead.4
-
So it's done. I signed my new contract with my new company after I left my old job. Better contract level, better pay, better benefits (at my old office they didn't even give me a pc. I had to use mine..)..
But the sad/funny story is that my old boss do not talk to me anymore because he can't understand why I'm leaving..sooo mature!
I really don't care because actually he do not deserve anything from me, he's (and forever will be) an arrogant prig without humility.
The only regret is leaving the co-workers I bound with..but I'm sure we'll be in touch.
Yep.. maybe this is definitely a rant/story!
Wish me good luck for this new adventure!2 -
!rant
10 year old: I don't know why I'm tired.
Me: Maybe because you stayed up so late. Were you watching Back to the Future?
10 year old: Yeah, it was awesome!
Me: You're off the hook. -
Working on a module in an old shitty system. It takes 150 seconds to boot the fucker for debugging, which gives me one minute of debugging before the inevitable crash. Four minutes of debugging costs me 10 minutes of watching the loading splash screen.
I'm about to send my keyboard on a journey, straight through my monitor.2 -
Not quite a rant... more of a question.
So, I'm almost 40 years old. I have a lot of work experience in varying fields, much of it in low-level management.
Truth is I've ALWAYS wanted to be a programmer.
I recently got into a somewhat competitive training program
where I'm learning to write Java, and will subsequently learn Android development. It's fairly in-depth, so it will take 10 moths to complete. My ultimate goal it's to work as a mobile dev at a great company, making products people love. Ambitious, I know.
My question is: Am I a fool for attempting to get into this field at this age? I'm starting to panic a little. I'm not sure if I'm wasting my time, or if 40 is too old to be the "newbie".
Thoughts?13 -
I'm a 16 yrs old student, learning to be a software developer. I have successes, but I can't share with anyone. My parents don't understand what am I doing, my classmates neither. Literally nobody. Maybe 1 or 2 people. Can I share with you, dear devRant community? Or I shouldn't share, 'couse it's not a rant?16
-
I'm 30 years old, sometimes I feel old to study computer/web programming.
What do you think? If it's not true, what can I do to change the way I think about it?28 -
Damn I'm pretty hard hitting my limits here
My company asked me if I would like to work some extra hours because otherwise they don't make all the deadlines
But damnit asking 10+ hours a day from a junior web developer is quite a lot
😒 Especially if it's an old legacy project where I have to work on...8 -
My first exposure to computers was this strange bit of equipment: https://de.wikipedia.org/wiki/...
Oh my God, I'm feeling old! :-)2 -
I'm honestly so happy and grateful to be in the world of web development. It's an amazing space to be in when you enjoy solving problems.
Consistently fast evolving and ever changing technologies means new and exciting problems are endless!
But I swear to all that is motherfucking holy, if I have to keep solving exactly the same problems over and over because the place I work at won't let me provide permanent solutions to old problems... I'm going. To. Lose. My. Freaking. Mind6 -
So, my uncle gave me an old computer: 1GB of RAM, 1.7GHz dual-core, HDD 80GB, I'm definitely NOT going to trash it, so... What do I do with it? Ideas?23
-
*hmm let's try a new Linux distro... *
*creates backup, bootable disk and everything*
*installs new distro*
*reboots into old system just to be sure*
*boots into new dust to after checking the old system*
Idk I'm weird... (got triple boot Linux by the way) -
Twenty years ago today (I double-checked) my father bought me the Liberty Basic compiler for my 8th birthday, marking what I consider my first foray into programming.
Thanks to that, I'm a tired and moderately happy 50 year old man.
Happy birthday, hobby from hell. :)5 -
So I'm planning on ditching Google Play Store. Last step in my anti-Google action (apart from completely cleaning my old Gmail accounts)! I'm barely using it anymore anyways.
Only thing is, I need to find an alternative market. Not an easy journey :)7 -
So I'm tasked with rewriting the old software my employer uses to track basically anything in his company. They want to stick quite close to the old workflow as much as possible, I get that.
"Why exactly do you need access to the system? No you don't need to look at it just recreate the flow. I'll give you the sql structure is that OK? Oh and this won't take long, you can copy from the old code can't you? Wait why do you need access to the code? No. "
🙄7 -
When I'm scrolling through my feed here for a long time and see a rant I want to comment on, I always scroll down, comment and then realize the rant is a month+ old.
Ugh.2 -
"Did you learn anything while looking over those old scripts?"
Me: "I think that if I'm gonna work here I'm gonna need to resolve some hatred I have towards Visual Basic."1 -
Just went from full time employee at my work to contract under my own LLC on a retainer at my old salary. I'm my own man and it feels great. All the tax breaks shall be mine.6
-
left the office early today to see my 2 years old son before he goes to bed.
it's 11pm and I'm working from home, gonna wake up around 5:30am to commute to work.
I really need to move closer to work3 -
today I spent an hour and a half (30 mins past my paid hours) explaining go my boss that I'm not just being rebellious; that the time I'm taking to do the job right is appropriate and the only way to end up with a piece of software that they'll be able to request features for without adding on to the absolute shit pile frankenkrakken that is their mutated 13 year old OSCOMMERCE dumpsterfire.
I convinced him. -
Being 46 and finally having the chance to focus on software development after years of BA/PM roles, flogging the market trying to get a junior gig, then one day painting a shed with my 16 year old who I introduced to programming about 6 months ago and listen to him speak at length on protocol programming, finer variances between python and swift and his own development of a text based RPG system where he is creating randomized map generation, gear customization etc. only to realize as paint glides down my arm:
" I'M FREEKIN' OLD!!!!"
When did my brain stop absorbing like a sponge and behave more like a brick?1 -
Ok so this is my first rant. I'm 16 years old. Have had some experience with Python and AI and I want to pursue it. But, I'm in class 12 and all my teacher teaches me is how to open a frickin file in python. I mean I have begged her to tach me Django but she's like no no child we only study what's in the syllabus. I mean it's so frustrating17
-
I suck with the ladies :( I turned 25 last week and have only dated 1 girl because my retarded ass decided to ignore dating until I have time and my situation is stable and now that I'm old and don't know how to get into a relationship I'm starting to regret my past decisions...17
-
So my boss got a call from a company, trying to sell a piece of software supposed to monitor your ink levels and send you an email, if they are running low, so that IT has a chance to send new before the old one runs out.
They wanted something like 20$/month/printer, so guess what I'm developing now...3 -
Today I woke up and my old Windows 7 desktop welcomed me with a fresh Windows 10 installation. I'm still trying to figure out who did it because it wasn't me or my wife. I only remember saying no multiple times to the upgrade request. At least I don't notice it being any slower.10
-
When I was 14 years old my mom wouldn't buy me a game which was for sixteen years old people. At this point I didn't know how hard programming actually is so I decided to make the game by myself. And now I'm sixteen and in love with programming. (by the way started with C++)2
-
This summer, i will have all the time in the world. I will be finally free (as in, alone at home). And, most importantly, i will have a months old kitten to take care of.
I'm so excited.13 -
Heyo!!! I lost the details to my old account and I'm back after 3-4 years!!!
Hello Devrant! :D
How y'all doing!10 -
Thx to a close friend :)
His mom is currently "bored" after she came to germany recently (getting too old to live alone)
Kartoschka, Oreschki, Pelmeni, Wareniki, Beljaschi, Bliny....
I got a ton of food and beer.
I'm in heaven. That's the best that has happened in the last months.1 -
I'm usually very careful with *everything* except today, I spilled half my water bottle on my personal laptop which I was using for interview prepping and while I had no plans to buy a new computer for the time being (not by choice lol). Here's a photo of my 5 year old boy.10
-
!rant
Just got a fresh Windows 10 install up and running on a 10 year old laptop within an hour. I'm quite impressed since I thought it's going to be a torture.5 -
I just got fired. I don't know if I should laugh or cry, I'm finally free from that slow, obscure, shitty 20+ old dated system, but man, it really sucks to be fired.2
-
I'm looking at old code that I wrote around half a year ago, and noticed that my coding style changed over time (relying more on arguments to pass messages between commands and functions, rather than sourcing the result of a command). I feel like this old code isn't truly mine anymore. It's thousands upon thousands of lines of code though... Given that, would you rewrite it or just move along with the existing design? I mean in my opinion the current code really sucks.4
-
Still new to dev, so I'm only used to windows but I want to try Linux. Don't want chance messing up my expensive pc, so instead, installing on old laptop I've been keeping in the closet. Installing Ubuntu Gnome, looked like a safe choice for beginner. This way I can try it out without consequence and possibly get new life out of an old machine.
Incidentally, any Linux specific apps/programs you'd recommend to a newbie?10 -
I just set up my 8 year old nephews new (very old) laptop with elementary OS. Took the chance to explain a bit about operating systems and how computers and programs are made and how they work. He is very interested. I'm excited to have a new apprentice!1
-
As I went through old open PRs, to sort them out and resolve them, I started to feel you do when you look at your childhood photos or in case of YouTubers at their old videos.
That is to say, I'm dying of shame.
*Well at least I'm cleaning them up now so~*3 -
At the Android Developers under us:
Do you prefer the new Kotlin language or the good old Java? Because i'm currently learning Android Development with Java.
Would like to hear your opininion! :)5 -
So a week ago my boss asked me to design + build/write code for our new site from scratch.
Meanwhile the old website they have had for 5 years is still without SSL and looks pre-2000.
It's supposed to be finished and be mobile responsive by tomorrow.
I'm the digital marketer.3 -
I'm starting a clean Sierra installation and I've been using Sublime in my old installations but I wanted to asked you coding monkeys:
Atom, Sublime or Brackets?29 -
Hi, I'm a 17 years old web developer (still in school, not from the us), is there any way that a guy like me will be able to find a job to start gain experience? I searched all over the internet, in upwork no one answer me when I try to contact them and the other all wants 1 or 2 years of experience or a degree...15
-
I hate making GUI stuff. Can't people use console instead of GUI as good old times? I've made the whole program for console in Java. Was using it for myself but now I'm thinking of selling it but I have to make a GUI for it first but learning JavaFX is so hella boring.4
-
I turn into a 2 yrs old whenever I'm editing a 3D model.
From the perspective that I want to throw everything in sight and my response to everything is "No!". 🙄4 -
My laptop has its own life...
I arrived at the lecture, start the laptop, black screen... Alrighty, might be the update from yesterday, I will just revert to the old version. Nothing... After multiple reboots and troubleshooting, I put my laptop down and go the old way of sitting down notes.
Then I come home after university and I'm set on fixing my laptop. I start it, it works perfectly fine...
I'm not even sure what fixed it..6 -
I'm a 18 year old student doing IT Management and ATM I have group assignment that the group wants me to do alone, its not even 8 AM and I'm already drinking a double espresso and I'm very close to getting a beer3
-
Self rant!
I'm 27, starting my goddamn first year of computer science in the University.
By the time I'll be done I'm going to be obsolete...
Let me know how good/bad my situation is...
How old are you guys? How many years of experience have you got?13 -
System Programmer Saga
I'm an old phone operating system programmer. We had to flash ROMs every time. You Android kids don't know how good you have it. Get off my lawn!3 -
I'm using framework X, I managed to google and fix the bug in a few seconds, nice!
I'm using framework X with library Y, I managed to google and fix the bug in a few minutes, nice!
I'm using framework X with library Y and Z that adds certain features, I managed to google and fix the bug in a few hours, I need a bathroom break and coffee but great!
I'm using framework X, runtime environment version 3, library X and Z and am trying to achieve T because god knows why and managed to only find 2 old stackoverflow topics and 1 reddit post almost completely unrelated but I tried their code anyway and I feel so miserable I'm behind schedule and can't seem to be able to fix this stupid issue what am I doing with my life oh please...2 -
When you find a new use for an old app I wrote and still have the source code...
And now I'm late to work... -
COBOL, Clipper, DBase, FlashCode, DOS 3.30, Novell, dot-Printers ... Now learning Swift... Emojis for variables! ... I'm to old for this..... Damn millennial languages.5
-
How to spot the difference between a tech enthusiast and an actual Programmer/Engineer in 2019?
Tech Enthusiast: I'm really excited about the New X, it's going to be the fastest machine in the market. It's got gimmick feature A, gimmick feature B, actual feature A ......
Programmer/Engineer: So I bought this 8-year-old Thinkpad from eBay yesterday, wifi isn't working but I could just buy an off-market wifi card and fix it. Might also replace the old HDD with a new SSD. Would probably start using it as my daily driver once it's fixed.4 -
Currently taking apart a 25 year old scalextric power supply, trying to work out why one side isn't working. I'm thinking about buying a soldering iron, but can't see anything obviously wrong...15
-
Hi friends.
I'm 19 years old programmer and working already. My father is 47 years old. He don't know anything about programming yet. When he was young he was good in math.
Today when I came home he said that he would like to learn programming too and help me to do some projects in the future. I know it's kind of late for him to start learning something new, but what do you think, what can I do to help him start programming? What's the startpoint for 47 years old man in the world of programming.
P.S. He tried to learn Java watching online tutorials but couldn't understand anything.10 -
Who would be interested in reviewing an old peice of Python code I wrote..? It's a few years old, and it uses basic procedual generation to cypher text (entry, or ASCII files) using a hashed password. It's a command line tool.
I used to brag about how "secure" it was, and now I'm curious if it is secure or not.
I plan on picking it back up and open-sourcing it, but I want to know what problems might be wrong with it now.9 -
I left on vacation only to realize I pushed an old build to production. It now throws NPEs.
I don't have a computer, just my phone.
I'm regretting not going to bed earlier yesterday.1 -
My biggest challenge was trying to convince my old boss why things need to be done the way I'm saying and not the way he wants (of course, arch wise and not business wise)
After giving up, I ended up going back to collage, studying Masters in Business Administration just to know how managers think, took me two years, and now I'm in my final semester, even though I left my old job, I am now able to handle things in a better way in my current one regardless if I was arguing with general manager, or project manager, luckily clients are not allowed anywhere near me ... -
Porting a very old program I wrote from Console to WPF app... looking at the source code, I'm amazed that it has been working all these years...1
-
I'm in sad nostalgia....
32MB BIOS updates take a loooong time.
Reset...
Hey. i'm updatinf the LED firmware.
Reset again.
Hey. I needed to reset all settings.
BIOS.
Fan detection for min rate.
Dozen settings changed.
Laggy mouse because EFI and graphics is slooooow...
I miss the old days of just keyboard based BIOS. And where updating didn't take 15 mins....2 -
Dependencies and backwards compatibility
Can shit just fucking work instead of me having to download old shit that doesnt fucking work on the newest version of the OS that I use because the fucking program can't use new dependencies?
I'm looking at you you fucks that don't want to update to VS 2019 and force me to uninstall it to download VS 2015, its 4 years old for fuck sake!2 -
An old friend just texted me and asked me to hack Facebook. Again.
FUCK OFF. I'm not a fucking work-horse, I'm not a slave, and I'm not fucking with something as meaningless and stupid as FB.
Go hack your way into his neck with an axe if you want to, I'll even help, but fuck messing with their social life. Go for the disease, not the symptoms.4 -
I'm rewriting my programming language for the third time. If any (preferably german, since the lang is german) peeps have notting to do, feel free to write lil ol me; I'll allow you to toucha ma spageth
(sorry for employing old january 2018 memes)8 -
While waiting for the subway to go to work i was checking my emails on my phone, an old man approched "u young people are only using those phones for facebook and useless stuff , find yourself a job and blablabla.. " how can i tell him i'm a mobile developer ... :/2
-
Who on here used GeoCities?
I never got to see it since I'm born after yahoo bought it but do you maybe even have your old site to showcase?^^5 -
alert("Really bad english here");
I need to study.
I want to study.
But I can't.
I am 16 year old and I am in school. When I'm not studying for tests, I am programming something. I'm not finding time to do anything else. Just getting stressed.
Anyone in here started coding early too?
How do you separate time for school and for coding?8 -
Why do I find really hard to connect with my coworkers?! I'm an introvert but after few months in my old job I connected with everyone. In my new job I find it really hard! And it's almost a year! 😥😫5
-
So I'm toying around with an old Pentium M laptop I used to use back in 2013-2015,and it's surprisingly more useable than I thought it would be,but I swear I don't remember the internet relying so heavily on JavaScript.6
-
FFS, I wasted my time reinstalling nodejs just to update my npm and tried npm i -g npm.
Outputs a success status but when I check via npm -v it's still the same old version.
Or maybe I'm just too dumb that I don't know how to do it right.10 -
I left my previous job to concentrate on finishing up University. I've been working full-time at another company and doing freelance on the side since then.
Not too long ago I saw my old boss and he told me i shoud apply back at the company and get back working Front-end.
I went to check the job posting. To my surprise, the qualifications they were asking were completely different than what I was doing at the time.
I'm no longer qualified for my old job despite being more experienced and still learning. -
Is there anyone else who's working for a company regardless of day and nights? Holidays or working days? And still get the old shitty pay?
Fuck this job I want to resign but can't do it because of financial problem.
damn I'm hating this situation.
do anybody know how can we build freelance profile how much time it takes?3 -
May I have access to your backend? - that joke never gets old and makes me seem like a big weirdo. Which I'm not. At all.
-
ISP technicians came over to switch the router. The old one kept disconnecting. This is how they connected the LAN cables.
I'm like "Really...?" O_o4 -
I'm faszinated by some dev's ability to write legacy code.
Not maintaining but plainly creating code so horrible, that it can be considered legacy.
I wrote a new API for a silly Application because the old one had hardly anything to do with rest. At all. And despite the code being only 2 years old, it was still unmaintainable.
Now that I'm finish with this task, i got the next generation of the angular Frontend.
A guy wrote a completely new version of the frontend in angular5.
Only untyped variables, no documentation, no tests at all, no idea whats going on where,....
I thought my job was to adjust a few URL's and change some DTO's, but now i have to refactor everything again...
And the pain continues.....3 -
I'm picking old manuals and documents for recycling, enough to fill one handcart.
Just found a letter from old girlfriends and lovers, and a folder full of a closed form of soft non-gender hentai...
Why do I find homoerotic hentai art better then more normal hentai... I don't know, but I still do.
Well, I'm just gonna save a few... hehe
Btw, also found some paintings and drawings I forgot I've done, 15 years ago. :D2 -
Things I do when I'm coding in C
Laugh like a stupid 10 year old at STD in stdio.h (Sexually Transmitted Diseased input output)
Keep trying to type studio.h instead of stdio.h1 -
Hi guys, I'm planing to move to the Netherlands(Amsterdam) by the middle/end of this year and I would like to ask for advices, recomendadtions or any info is welcome.
I'm 23 years old living in Spain since 12. Frontend Developer with 2 years experience in Angular, Node.
Also would like to know the salaries range for frontend Developer if someone knows anything.
Thanks a lot8 -
I'm dockerizing this old CMS that needs a database query to resolve URLs for static assets.
Yes, a query for every single static resources. Fuck me.2 -
Oh the joy of enterprise software development in a legacy system. I just wanted to add a new checkbox with a small feature and now I'm balls deep in age old half decent documentation and just have to pray it works. Implementation time: about 2 days or so1
-
I'm just joining this field, and already I hate it when family ask what exactly I'm learning.
I can either dumb it down to the old "I make computer go beep beep" and get met with accusations of rudeness, tell the full details and have them look lost, or try and dumb it down and get met with patronizing remarks ("Oh yeah, I remember doing that last Thrusday! Sure, yeah!).
How do you explain this shit to your folks?9 -
I'm not sure if he's mentioned already, or if he's"famous" at all, but I'm a fan of Joey Hess.
Once I saw his name on some of old debian man pages and for no apparent reason, I looked up his name and found his home page.
He was a motivation for me to start learning Haskell, and also I was damn envious of his awesome lifestyle.
See shy jo at https://joeyh.name -
Kinda annoyed at NDA's right now
Can't discuss what I'm working on with old classmates for another opinion. And my co-workers are self-taught on this job as they needed so everything I'm doing seems like magic to them
So they're probably not going to spark that inspiration I need right now
And I can't reach out to the R&D department full of programers with this cause they're heavily behind so we're told no distracting them7 -
The moment when your code is like,
Yeah I'm working, not throwing errors, but not doing anything closely related to the things I should do.
Fuck this construct, I'll recode the whole thing and stop using any two-year old legacy code, for this project -
So, I like refactoring old shits.
Now I want to exterminate this over thousand lines of code class. I have to be witty about it and do it within couple of PR, or they will find out I'm not doing anything productive but making their code cute again!3 -
!rant
So recently I've been getting a bit tired of my countrie's slow and outdated-ass politics combined with the old-ass leadership.
I make an effort to come over as a liberal in public when I'm under people but sometimes..sometimes it's getting a bit hard.8 -
I had to reinstall windows because (hear me out) an old webcam, so old I used to use it for Messenger when I was like 8, couldn't get its drivers right for Windows 10 64 bits.
Not 100% tested, but I'm 88.9% sure it was that what corrupted my OS.
After reinstalling, I had to look up the model (super generic but distinctive enough to make me search for a whole 2 hours), learnt a lot (wow) and now it's... let's call it working.
Now I have to reinstall the 6 programs and 10 games I had that could be worse but still, damn.7 -
I just don't know what to say to a new employer anymore. I'm almost 40 years old and have not worked a day VOLUNTARILY in my life. I strictly do it because I must. To prolong a life I never asked for. Yesterday someone at worked joked I must be
weary of life. Yeah. I openly admitted that I am.1 -
My code works.
Well, it should, but not like this.
I've set some datas to a nested form, saved by a variable named 'stat1', however the code won't work unless I use a variable named 'fields'. Not 'stat1'. I'm only 24 years old and I already feel too old for this shit.3 -
Just installed arch on my laptop...
I've always been a Debian guy before so blimey that install was painful but I'm glad I've done it.
I then installed sddm, for some reason it seems to be an old version maybe? I was expecting the look of sddm you get in kubuntu, any ideas?3 -
My company is getting a new website. This involves getting new hosting.
I made the old one, and it's all just static html. I'm not that attached to it but it's an important detail.
The bosses want the switch to the new site to happen instantly, but I pointed out that with DNS propagation times etc it can't really happen that way.
So I suggested the new web guys host our old site for a few days and we change the DNS now. Then when they want to launch we don't have to wait for the DNS and they can just swap it out.
This involves dropping 10MB of html files into the web directory on the new server.
For this service they are charging us for 2 hours of their time!
I guess I'm in the wrong business... -
There's an old adage that says: "Beware the programmer with a screwdriver"
... but I've got to say, it's nice to have people so curious about what I'm doing for a change. -
I'm an old school programmer, I remember coding in BASIC, ASP, and such languages, I made a streaming site in PHP, that I could use when going to parties and their music sucked, I phoned BBS computers, I document took forever to download.. Still I'm searching for a job in IT, I wonder how that will go :S
-
I hate how React is used almost everywhere nowadays. Especially when single-page applications are used for purposes that don't actually benefit from them.
Perhaps I'm just old-fashioned, but I want websites to work even with client-side JS disabled. At least sites like Amazon don't rely on it, and work just fine. Progressive enhancement is the way to go.4 -
I started studying programming last year, currently learning c# and c++ at college (even though I'm a 29 years old electrical engineer.. long story...) any advice on how to start looking for internships and jobs? I feel very lost on how to proceed to gain experience and feel that many of my colleagues have the same issue. Thanks4
-
Pretty much when i stopped listening to the same old "my printer is jammed" requests in helpdesk and saw a friend dev earn twice as much as i dis at that time without dealing with (that many) idiotic situations.
A few years later - i'm a happy little coder. And i have my own minions to deal with support. Seniority rules :D3 -
My first day of Launch Academy is tomorrow. Correcting a decade old mistake of not going to college for Comp Sci as originally planned. I'm excited, any tips on injecting a ton of code into your brain at once?6
-
in the workplace, i have no access to internet, am not admin to my own computer and am not allowed to install anything (due to security reasons). i also happen to have quite some spare time so i'm writing nokia's good old snake game in visual studio and opengl so i can amuse myself both coding and playing. in a way, company pushes creativity and productivity even for slacking.6
-
I just started a new project with a new client who once off-handedly mentioned offering us stock options if the site is successful. He's paying us real money to do the site and I hope he doesn't pull the old "Oops, I'm out of money. Would you like stock options?" move. Thanks to hellobonsai.com contract language I think we're covered.2
-
I've been infcted with writing awful, sinful, obscure code, so others can't read or change it.
Recently i got my first full time job as a programmer (yay). It's with a company with 15+ year old system and they are currently upgrading it. But it's driving me crazy with the massive mess of old and new code. However it only gets worse! Instead of making it simple and nice to read, they want it over complex, just to get something from the database i have create at least 5 fucking classes and endless SQL code, the old system didn't requier any SQL or the creation og new classes, WTF. I've become a sinner, of corse i use the old system, but i do it secretly, and i obscurify my code so others can't understand. It's shameful, but i'm afraid to confront the older programmers, they've spend too much time in the system and they've been in the business for a lot longer than me.3 -
How do I become good with functional features(map,reduce,filter,zip,flatmap) in Javascript and Python?
It feels so alien. I'm so used to writing plain old loops.
Reading and undersranding this kind of style in other people's code is really hard for me, especially if all this is happeining on the same line.4 -
After only having done linux and web projects for the past few years, our company took over an old WindowsForms program written by a guy who only (poorly) knows C. It's some of the most foul code I've ever seen... And I'm the only one in the company who knows how to write C#...1
-
I know maaannny rants like this exist, but it's just sad that so many devices run 1. windows and 2. an very old version of windows.
This is an info display in school, we managed to reboot it and have seen it's IP. I'm not gonna post it because I don't want to get into trouble. -
As its now customary for kids of her age my 9 years old cousin received her first phone. Said phone has just 32gb of internal storage and her continuously putting games on it doesn't help so it constantly gets full and since I'm family's tech guy I'm the one who get called for that... I'd really love to destroy that waste of silicon by throwing it under a bus and then give a Nintendo Switch to my cousin as a better replacement. I hate these Android devices that are obsolete even before they hit the market but most importantly I hate the fact that 9 years old get "smart" phones for no actual fucking reasons.8
-
I know I'm going to get the blame 🙄...
They transferred a domain didn't tell me they were doing it then now they are with 123reg ... shit web hosting
On top of that the dns wasn't transferred over so currently the old site is dead 🙄1 -
received them yesterday 😊 they're much better than expected 😱☺️ thank you Team devRant 😉
now I'm just wandering what to do with them 🤔 I mean obviously I want to stick them on my laptop but it's 4 years old and it's got its best behind so I was thinking should I wait until I buy a new laptop? 🤔 -
All of them lol
I'm working on my own streaming service. Yes, I know plex a thing but I've had issues with it and I'm honestly doing this more for the fun of it.
When it's ready, I'll run two versions. One that'll use to access my stuff outside my network, Plex style and one that hosts old movies that are now in the public domain. I'll use that one for demonstrative purposes4 -
Hmm I'm thinking of reverse engineering an old game client and trying to rebuild the backend server from scratch... In a different language..
Quite a big idea 😅 but it should be very educational! Anyone got some tips and or tricks for reverse engineering? Or some pitfalls I should avoid?4 -
I decided I'm going to repartition my laptop so that I'm able to dual boot Arch/Windows.
I really dislike Windows and got rid of it permanently because it kept deleting my (back at the time) Fedora partitions every couple of weeks.
Now I just really miss playing some of my old favorite games that I cant get working on Arch3 -
I'm wondering.. Chinese have built all sorts of things we never knew we need in our lives. I'm wondering, is there anywhere a physical smartphone keyboard I could purchase? The old-school numpad, like on nokia 3310 or so.
[< > c]
[1 2 3]
[4 5 6]
[7 8 9]
[* 0 #]
I sometimes find myself in situations where I'd like to type the whole message w/o looking at the screen. Touch-keyboards make this an impossible goal. Having an old-school physical kbd would be perfect for the job!12 -
A few weeks ago I posted about attempting to learn vim. It was hard to get started, but holy shit I'm glad I stuck with it.
I'm by no means an expert(pretty far from it), but I'm trying to learn new commands to use each day. I actually look forward to opening up my terminal and typing. I can say that in a few short weeks, I already feel faster than in my old text editor.
Oh, and tmux is awesome too!9 -
I'm old fashioned when it comes to coffee. If someone offers me a hot cup of java, I say no thanks.
I'd much prefer a cup of C++.3 -
MaterialUI? Is it shit?
A brand new code base. Old codebase (old employees) used MaterialUI, locking in a lot of the styling and layout in their grids.
I'm trying to identify the pros/cons that can come from experience using the framework.
Some questions to spark discussion:
Anyone used this in production for a period of time?
Did it hold up? Did the designers hate it?
How was mixing this with SASS etc.
Cheers8 -
I want to buy an old computer and start playing with Linux Arch. Sounds like a lot of fun and frustration at the same time... I'm so excited!1
-
Where's @Michelle? Where's @ThatDude? What happened to them? ):
I miss them a fucking lot. I'm old here and they were my first 2 dev friends.7 -
I'm looking for a game recommendation to play with my (non-gamer) dad
What I'm looking for:
- Android
- Online 1vs1
- Turn based (async)
- Simple
- Free
- Lightweight if possible (my dad's phone is kind of old).
Something like checkers or chess but not checkers or chess :)8 -
My old client, contacted me for a new project. He contacted at the right time when I'm getting rejected for jobs and just simply being bored with college. Excited to have extra cash to have fun at college and have a working purpose.2
-
!Rant
Help/ideas needed
I need ideas of projects to develop in my free time, I'm tired of the old technology and ugly projects from work, I want to develop something new, fun, to feel the excitement of coding again ;)
The field does not matter i'm willing to learn.
And , no , I can get another job, that is not an option because of the special benefits it's offering that I can not find in another company(very flexible schedule, I'm a student and need it).5 -
Okay I'm back to Dev Rant tho it still looks new and confusing sometimes, maybe because I'm new to programming world. Well I need some type of advice , I like web development, I started learning PHP (I know it an old language but it all I can help myself with, by learning). Is there any thing I'm missing? Any link on improving my skills ?
I will be glad to learn a lot from the senior developers on here . I really want to go wide into programming I'm ready for the challenges because I know the path isn't always easy!!
Thanks in advance10 -
When you work for a dev shop and one of the clients buys you out of your non compete to hire you directly. Now I'm my old bosses boss :)1
-
In 50% of my cases, I need to go into emergency mode and re-attempt the mounting since some partition failed to mount.
Anyone having a similar case where you need to semi-manually keep to "hit your old distro to keep running"?
Personally, I'm fine with that. Running an about 4-5 year old Manjaro installation where I did a lot with it. I see it a testament to my learned knowledge that I can keep ot running.7 -
"Oh, you committed at a top level? That's alright I'm going to make you revert at file level, all 10 files in 4 directories. Oh and I may just keep one or two with your changes just for old times sake."
- my conversation with SVN -
i'm living in a different country because of work, parents ranting in phone "the PC is slow" well fuck, that hdd was old when i built that PC so i wanted to change the hdd for my ssd anyway
Goes home for a little time period.. no time to order things. Turns out, hdd meanwhile died on them... well what a good thing i have this ssd in my old notebook, so its not a problem.
*turns on old notebook with 4 yo ssd* ...its dead too.
wtf, i'm so mad right now4 -
This old man is making me upgrade his waaay to old iMac to Windows 10... This is our third attempt (so the third day I'm coming over to try and upgrade), it's working - albeit slowly - as he has upgraded to 16gb ram...
I'm a software (C++) developer -_-3 -
YOU wouldn't believe how ridiculously easy to make OriginalContent for devRant! 100% WORKING
#MISSING_OLD_RANTS #MY_OLD_RANT
TL;DR; - Clickbait for my rant about not working youtube search...
which fucked me up, so i wrote this rant for about 1,5 hours... this maybe shows how fucked up i'm
Anyways...I'm missing old rants, and i hate the "new wave" with the 9gag CTRL+C, CTRL+V...
So who else loves the 'old times devRants', can join and tell THEIR rants ;)
https://devrant.com/rants/2251822/...4 -
AI boffins. Get a move on with this conversational UI stuff. Typing is getting old now.
Then two years later, when I'm bored of that, I want to just *think* the text onto the screen.
Leave mention here when ready. -
Me: HM let's fire up my old pirate game prototype and see if I can do anything with it before sea of thieves comes out and everyone says I'm copying...
*Turns on Xbox and goes to store*
Me: ah fuck! -
I'm going to do my first internship in a month. I am 22 yo.
Am I too old for the first job experience according to you? Because I actually feel so...10 -
Cleaning up my desk at the office today. As I'm sure is the case with most of us, I have a draw that's full of old technical crap that's not currently in use (mice, charging cables, USB hubs, routers, access points, cameras, old phones and iPads, you get the idea).
Found out that not only do I have an extra Mini-DVI to HDMI dongle; I apparently have 3 of them. That's more than I've got available Mini-DVI ports to begin with.2 -
Oh why must reminiscing be such a horrible thing. Going back to when I was a white hat, didn't do a major amount but oh how the times have changed, makes me feel old and I'm only bloody 20, computers have come a long way in the past 5 years...4
-
What diseases or health problems do programmers commonly suffer from?
How do you take care of yourself? What mistakes you made?
Are computer glasses worth it?
What is the best investment you made for your health? e.g. ergonomic mouse or keyboard. How useful are these ergonomic gadgets?
I'm 26yrs. old. I've learnt the value of physical and mental health, so I'm starting to take care of it now.10 -
I have a ton of nostalgia for ROBLOX, but everything seems to get broken over time. As ROBLOX updates, something changes about the way the code works. Enough to the point where things that usually work stop working. I mean, look at literally all of the old gear; Many of them are completely broken. I've seen many old, fun games completely die because the devs stopped fixing the problems the ROBLOX devs were causing by constantly revising the engine. I'm afraid to make something too big and complicated because then it'll eventually stop working, and it will be a nightmare to figure out what I need to revise.
-
What do you guys think about conditional salary?
Today I got a 18% raise. I'll get another 18% (on the old salary) as soon as I pass the Salesforce Platform Developer 1 certification.
I'm pretty excited as this puts me in control of my salary to some extent. What do you guys think?11 -
Postgresql kept shutting down at odd times. Then it became predictable. I googled, went through mailing lists, archives, old threads, Stack overflow, friends, family, my bosses, my old colleagues, forums, chat groups and paid redhat support.
Apparently, I'm the only one and the first on this planet to have this problem. And it's scary.6 -
I wrote the most jQuery I have in months today! I'm so happy I bailed at my old job, be side there they would have just given this task to an older dev who could do it faster and not have to ask questions. I only asked the internet and I got it on about 3 hours!4
-
How many times does it happen that devs leave an old job to go to a "prestigious" new job only to end up hating it?
In my case I don't like my new job and don't want to go back to my old job(even if I did kind of like what I did there). I'm kinda stuck waiting for a certain minimum amount of time to pass so that I could go to some other company doing work that I actually like doing.6 -
I'm playing with a Z80 SBC, and I was trying to run the old Star Trek game on it. I had a C source file, and used a makefile to try to compile it. It failed due to various library issues, but I just checked the folder (I had done this earlier today) and there's an EXE of the Star Trek game sitting there. I don't know how I compiled it for Windows. I didn't use any CC or GCC commands. I'm just confused.
-
My friend wants to sell her old laptop saying it's old. I'm guessing the spec to be 2GB RAM. I thought I could keep it and install Linux on it and make it a small server. What are other ideas?2
-
!dev
Hello fellow ranters.
I'm looking for some inspiration in the kitchen.
Lately I've been on somewhat of a health binge. So I'm looking for some ways to make my dry and uninteresting food more interesting. Like a sauce or something.
I usually like hummus a lot. But it's getting old. Does anyone have any fun I can take inspiration from?
I'm not looking for recepies, just inspiration.
Don't know if I need to say this but obviously I'm not looking for unhealthy stuff. So nothing too fat.12 -
Was bored and wanted to try to update my old LG nas
With a bit of help from @linux i started on the hell hole.
I'm also streaming it and it will not be done anytime soon so come chat if you want
https://youtu.be/_AhLx3-YcLc6 -
If I have existing code stored in a local folder/git repo. What is the easiest way to upload it into Gitlab?
I'm thinking of SourceTree for the upload.
GitHub is sorta my professional profile. I want one for the old, unused, and nsfw stuff.11 -
I was today years old when I created my first node.js Hello World app. I managed to add some basic routing with express.js, managed to read a mysql table and some JSON. I'm starting to 'get' the node.js environment. Shows you're never too old to learn something new.3
-
Rant 1
I woke up and realized i was dreaming about feces
Rant 2
I'm still not fired. Weirdest job ever. Seems like they cant find anyone better to work on this 30 year old legacy shitbase and are desperate to have anyone at least if the person is terrible at it8 -
I'm looking for a hobby project during winter as I can not drive my motorbike during that time. Anyone has a good idea?
Maybe I could start with my old business plan idea, but I would for sure need people to help me.6 -
This muesli tastes of fish.
Fucking fish.
I'm going to eat it anyway, because I'm old and tired, and I like fish.8 -
Anyone had any luck installing Linux as the boot OS on a Macbook?
I have an old Macbook Pro with a dead battery that I'd like to tinker with, and while it looks possible from what I've found online, I'm curious if anyone here's had any luck.4 -
Is there actually any frontend framework or boilerplate to just code and avoid messing around with old libraries, missing dependencies, no documentation? I'm seriously moving to plain ES6, it feels more flexible :/1
-
Fucked up my old phone (picked up an overheating phone with super cold hands and the screen exploded) and my new one is way faster despite having almost exactly 1/2 the CPU power (8-core 2.13GHz in old, 4-core 1.4GHz in this one) due entirely to the Android build not being dogshit. They both only have 2GB of RAM, so i'm still sitting at like 300MB of free RAM with nothing running, but it's a start.7
-
So you are telling me I have to stay indoors from 21:00 onward because of Corona virus? And get a 95 euro fine when I don't? While I'm working 8 hours a day in a small office with 3 old fucks that refused to do ANY protection for their employees?
I'm glad you old fucks are dropping like flies. 2 million of you are dead already. Hurry up and die faster!!!7 -
Fuuuuuuck my country. Like seriously, in what kind of dynastic Era are these people living in. Outdated manuals, outdated IDES. old fucking references. What's the point of going to uni when I'm going to have to update all that info into new standards. UGHHH!!!
And your choices are all narrowed down to ONLY informatic engineering. This is BLASPHEMY. DEBAUCHERY.9 -
"I'm using a really long switch, because I'm old-school and just use what I know, because I don't have time to look up fancy functions like str_pad"
-
In college, first year, made a website using just HTML and CSS, and now I'm receiving offers from seniors to upscale their portfolio websites, which looks like an early 2000's blog website made by a 6 year old with colour blindness. I may or may not be getting threats #sufferingFromSuccess2
-
So I'm about to graduate in a few days. What should I do now with the freedom I have now? I'm 21 years old. Should I work in a small startup to learn new things or a big company as my first job? I would also like to work as a freelancer. What do you guys suggest? I would like to spend my time wisely, but I don't want to get stuck in a job I don't like... I'm just trying to figure it all out..9
-
Guys, i'm so sad and laughing too cause i losed my GitHub account. I tried to recover but... i don't have the old OS where i had the SSH key so i can not authenticate myself as the owner, don't have the 2FA on my new mobile because i'm dumb and... i don't had the recovery codes... please, kill me...
The good news, i can make another account with the same e-mail.2 -
When I was about 11 years old I got my my own laptop and got interested in learning about computers. Started learning batch and could make some pretty fun text based games. Then as I got into my teens I stopped paying attention to the computer. But now that I'm older I see a bright future with Java development, with it being so multi-platformed. I'm now restating my passion for code and learning java. :)
-
Rust lifetimes are taking my only lifetime.
I'm too tired to fix this and probably too old for this stuff.1 -
So going to university in about 1 year, and ive been wondering, if I'm going into computer science or software engineering (my top 2 programs of choice), what laptop specs would u recommend? I'm currently running a computer with 8gb DDR3 RAM and a 5 year old Intel Pentium, integrated graphics, needless to say I think an upgrade would benefit. Thoughts?4
-
Anyone knows how to start a hard drive without power supply?
I'm hacking a few old disks and don't want to use a full power supply7 -
Well that was fun. I'm deleting duplicate files from a mysql table and S3. Accidentally removed the one I wanted to keep from S3 and don't have a reference to the old one because I give my S3 files super unique names to prevent duplication and naming hacks. Ugh.
-
spent hours trying to fix the hfs+ partition on an old Mac that I'm using as a media server, decided to say fuck it and I'm (hopefully) gonna be booting arch from a btrfs drive soon enough and moving all my stuff there. Feels liberating.
-
Lots of thumb drives. My laptop used to not have much storage and most of my files would be on those thumb drives.
My first one was 8GB, then 16, then 32, 64, 128, now 256.
Each time I got a new one I would copy the old files to it, kinda like these crabs https://youtube.com/watch/...
All of them are in a little box on my desk right now, I use the old ones for backups. I replaced the laptop's hard drive a few months ago so now I'm less dependent on thumb drives :)2 -
I feel really frustrated and annoyed right now. The reason for that is that I'm in spain with my family and they take me every day to the beach to go swimming, lay down in the sun and watch old women without bra they are all like 40 - 60 years old. The worst part I didn't bring my computer with me. Well I brought my phone and my tablet but I don't like to code with them.
All I'm saying is that it's really boring and I want to be with my computer in my own nerdy environment and coding something. I want to be wierd again I don't like this normal world they are just wasting their.
It's gonna be like this till monday next week. What do I do guys, does anybody else feel the same?12 -
So does devrant save all your rants?
Apparently I'm super narcissistic and enjoy reading my old rants and the responses to them. A lot. And I'm browsing through, clicking, reading all the old comments (you guys are really great, I love reading your comments) and I realize at the bottom of the list of my rants theres no pagination, no infinite scroll. It just ends at the bottom.1 -
Good Old Times...
My mothers boyfriend bought me my own website when I turned ten.
He then taught me how to program HTML and PHP.
Until this time I wanted to become musician or teacher when I grew up. Now I'm nearly finished with my scholarship and about to become a programmer.
(Fun fact: the old website can still be seen on archive.org) -
Are there any alternatives to xcode, my old mac is having real problems and I hate it? I'm open to any suggestions, the only thing is it needs to be free.2
-
1. Collecting old money from diffrent countrys around the world.
2. I'm obsessed with The AsoIaf books.
3. I got a list of 101 diffrent types of beer to drink before I die, Im at 30 something. -
Facebook doesn't even let users select text without opening dev tools? Either it's broken or broken by design. I think it used to be possible 10 years ago, but maybe I'm just fooling myself about the good old days. What a shit show the internet has become. Sad!5
-
What should I use to build cross-platform desktop programs?
I'm thinking of learning Java and using JavaFX. I'm staying away from swing since it's a bit old and I've seen people say it's outdated for today's standards.
Flutter desktop would be cool but there's nothing stable for that stuff yet. I've also looked a bit into Haxe but I'm not sure if it's any good.
What's your opinion?22 -
So I was asked to design a database physical model using an old CASE tool installed on one of my institution computers (which runs windows) and after three hours of work, when I pressed the "print" button, it crashed. Didn't print. Didn't save.
I'm too used to Atom's auto-save function.
I hate windows3 -
Pardon my ignorance but is what I'm trying to do even possible?
I have a WordPress network and have domain mapping setup. So the original was domainA.com/map and the new is domainB.com. Is there a way for me to keep both the old sub directory and new domain without redirects.
If not oh well.7 -
Hello, I'm looking for a new machine but since I'm not very good with hardware, I'd like to ask for help:
I have a 7yrs old lenovo ideapad Y580, and even though I don't really play anymore on pc, I still would like the machine to last.
At first I was thinking about a ThinkPad X1 Carbon Gen 7 - Intel 10th Gen, but maybe I should go with a gaming laptop for the sake of the good specs? But then, which one? MSI, alienware ...?
And I'm a front-end, so I still need to be able to open graphic files.
TIA!3 -
Started with the old computer craft mod for Minecraft that put Lua into a form I could understand with clear goals (I was 12 or 13 at the time), and from there learned Java and some web dev tools. Now I'm here writing simple compilers to procrastinate uni work
-
About a month after I quit a job, I dreamed that I would still work there sometimes having to sit through bullshit meetings and such, but since I'm also lucid dreaming at some times it allowed me to really mess with my old colleagues 'virtually' haha...
-
The last major version made IntelliJ Idea unbearably slow on my 1 year old Intel Core i7 PC.
Fuck it, as soon as I have one hour free I'm going to reinstall Java extensions on Neovim. Stack traces sucks enough even without seconds of lags when you try scrolling them.5 -
Wrote a method a while ago to simplify a task.
Today I found some old code from a previous dev which was almost identical.
I'm either on the right path or were both on the wrong path. 😂 -
Just bought my first Raspberry Pi! Beyond excited to get my hands on it (haven't built a "computer" in decades...damn..I'm old).
Goal: Attach some RF receivers/transmitters to it and be able to control my window ACs from a simple web hook / IFTTT1 -
I'm moving from back end C#(self taught) and want to learn how to build effective ecommerce and administration sites. I've built a few web apps with old ASP.Net tech before but not MVC, I'm gonna dive right into MVC 6, what's all the fuss about Angular JS? I suppose I'll have to pick up 1 javascript(arghh! ) API, which is the most mature and/or best for rapid design and easy data management?1
-
I decided to re-write some old CSS in Stylus. 2 hours later something happened with the connection to the server I'm being forced to work off of. DOH! I'm pretty impressed with Transmit's ability to mount things and for me to be able to preprocess, but I have to use codeKit instead of broccoli or something, and clearly something in the chain is not OK.
-
Being at college and unemployed
Things are going great, learned much and thinking I'm ready to work.
First job
WebDev, minimum wage, still at college but not learning so much because of time.
Quit because I didn't receive two paychecks out of three months I worked there.
Second job
working with banks, java but only old editions 6 and down, mostly maintaining lots of old code. Three months contract is expiring, I have student debt and really don't want to work here but it seems to me I don't have a different option5 -
When your boss asks what you're working on and you say "Fixing a bug that causes new subscriptions to be prorated to line up with old ones." and he says "Terrible. Needs immediate fix."
"I know! That's what I'm doing!!"1 -
Fellow coworkers working with 20 years old legacy Delphi codebase.
Whenever I'm stuck on smth all I need to do is open a delphi source file and I instantly feel better for not having to deal with that shit. -
I only prefer { on same lines if not used for class constructors & try catch blocks..
Other than that, I adapt to the existing codebase styles, to not fuck up things further, even if it makes no effing sense (old project, styles & best practises changed 'a bit')..
So I guess I'm being influenced most by the old code and pass devs on the projects..1 -
I think we should have nicknames for people who never went to school for coding/developing, here are some names I'm thinking:
"Analog Junkies"
"Tech Illiterates"
"Manual Laborers"
"Tech Relics"
"Old-School Luddites"
"Digital Dunces"
"Technophobes"
"Non-Techies"
"Primitive Users"
Let me know if you have any other ideas11 -
QUICK!
I'm about to set up a new pc (not for me, in our bureau, it'll do nothing special at all) elementary os or Ubuntu 17.10?
I'd do an update to Ubuntu 18.04 when its published, but I don't wanna use the "old" version with unity as of now...
Or elementary is because it's easy to use?
I'm currently working in a theater, so it should be usable for "non-techies".4 -
So, right now I'm having to study the code of an old pretty complex Delphi calculation tool so I can migrate it to Matlab. There is no actual documentation.
The person who knows the tool best and only one left to have even seen the code is not supposed to know what I'm doing.
I'm supposed to talk him into giving me a quick (1h) walkthrough of the code without actually telling him why, or figure it out all by myself.
He feels too strongly about Delphi.
I kinda don't feel this ...2 -
To the Backend Ninjas out here.
Ive written rest APIs before but know I'm asking myself how I would implement user messaging for my app.?
Use Rest and poll the server?
Use websockets and keep the connection to the server?
Or is there something that I don't know?
Man I'm getting old Everyday there are thousands of new things....6 -
I'm Beck at my parents home again and wanted to some a problem I'm having with FB "intelligent" aka dumb UI. But my motivation to code jus got thwarted bc VS 2012 is too old... and can't install the Nuget packages I need...2
-
I'm pretty sure they had the new version of the file available and there was no need to translate an old one to monkey language, so I had to manually copy everything.
Why. This just escapes me. -
I need help.
I am 15 years old and I'm looking for a summer job which is computer-related. I have experience in web development and I'm struggling to find a job in a field that I can connect to. Any ideas?11 -
I'm sure many of you have old laptops and PCs lying around at home. Don't throw them away, and don't just leave them out there. Put them to use.
Install a Linux distro on them and they'll be as good as new https://linuxstans.com/best-linux-d...7 -
I'm needing an idea for a new project. I began tinkering with one of my old C# projects and I'm just **disgusted** with the amount of crap in there.
What do you guys think, should I finish it or move on?
Any good ideas on how to find another idea for a new project?3 -
Apparently I'm to try and fix bugs that are 1-2 years old. Some of which have had work done on them before, so may be in a different state. No reproduction scenarios either.
What the actual fuck? -
Any Elasticsearch gurus here? I have a box with too many young gen GCs (one per 2 or 3 seconds), and irregular, very long old gen GCs (One per several hours, taking around a minute and freeing about 2/3's of the old gen space) -- I was thinking changing the new gen ratio from 2/3 to something like 3/4 or 4/5.
However, after reading an elastic article about settings to never touch... I'm no longer so sure...
Only other option I was considering is going from CMS to G1GC to cut back on the old gen GC time... A minute long downtime for Elastic is rather problematic.
Any thoughts? The box is rather old - running Elastic 5.6 with 20 GBs of heap, 207 shards and 306k docs.2 -
Today I finally smashed/carefully took apart an old piece of furniture.
Kept all the big pieces of wood, because I'm gonna turn them into cutting boards.
The furniture has been with my scout group for 15 years, so it has some sentimental value to some people, but to most it was just a useless piece of shit.
Reduce-reuse-recycle I guess. -
I'm going to kill old people to free up resources for people who aren't chomos like their worthless asses26
-
I can't be the only developer thats putting together a all current documentation myself and my clients uses. To send a copy to Github, Microsoft and twitter in order for them to wokify the documentation.
They an old saying. Go woke, Go broke. I'm not prepared to waste time and money for them to change years of language and definition incase it helps someone.1 -
Alternative for Control board (Display)???
So I took out the monitor of my old laptop ,and I'm planning on using it as my new secondary monitor. BTW I'm from Nepal, and it is not possible to find any control board available in market for the spare LCD.
So could anyone suggests me with an alternative for the control board for my spare monitor?
Thanks in advance.2 -
Just a little question about the Flutter web version
I'm trying to run one of my old projects on web (Flutter 1.9)
But it gives me a bunch of errors about not importing some packages (flare_flutter is one of them)
So...can I do anything about it or should I just wait to them to support it? -
What are your top choices of music to listen to while coding? I'm kind of getting tired of my current rotation which consists of: Celeste OST, General Classical Music (Piano), sometimes drum and bass, old school rap instrumentals.... just looking for some inspiration12
-
At this stage, I feel like I'm too old to setup a new project and setup a database and write migrations and all that. I just wanna all that setup for me and I do something less mundane. It's probably why I don't start any new projects anymore.5
-
Do you guys think the iOS version will always support older devices? I'm stuck on my old iPod due to iPad screen fracturing.6
-
So my gaming card start to be Old.
Radeon 6800 XT.
But it feets perfectly them Llama 3.1 8B model. Like like a glove.
I have a linux server whicj now has nvidia card ( GTX 1070 or somethiong. Old). I'm scared that if I change the card server will not even boot lol.9 -
I'm currently doing something very similar to something I've done ~1.5 years ago, but my old notes/work fragments aren't really helpful
*inserts 'I have no memory of this place' meme* -
Needing some career advice.
Hey guys I'm 21 years old and currently on my third year studying Information Systems. For the past two I've been working either on internships or freelancing, at this time I've worked on around 10 projects, some for big companies. During that time I managed to get experience on many languages and tools and although I'm no expert on any, I've gained confidence to approach problems better, analyze them and project solutions.
Right now I'm thinking about searching for a remote job, as I live in Brazil and salaries here are not good.
Any advice on getting a job?1 -
Can't believe I wasted my time searching for old year papers!
Ugh, I'm so frustrated! I've been searching for old year papers for my exam preparation and it's like they're hiding in plain sight! I've tried every website, every PDF, every freaking link I could find and most of them are either dead or outdated!
And don't even get me started on the ones that claim to have "latest" papers but are actually from 5 years ago! Like, what's the point of even posting that?!
I just want one simple thing: a reliable source for old year papers that actually works! Is that too much to ask?!2 -
[ not rant ]
Hello everyone, so I just finished school and I need to start high school. But between we have summer. So im interested if you know some sources where I can get job [15 years old] if I can get job bc I think I'm a decent programmer [HTML, CSS, JS, PHP, MYSQLI]. Thank you