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 - "thecapegreek"
-
:^)
For real though, to each their own in the end.
I accept MacOS for development, but Apple hardware is just price gouging.51 -
Wi-Fi WPA2 has supposedly been successfully hacked and a proof of concept is supposed to be released later today. Thoughts? Link below.
www.krackattacks.com19 -
Hot take: PHP is pretty good nowadays.
I'm a Laravel dev right now and things just get done so quickly. Every language has its problems but the meme of PHP hate seems to be made more out of ignorance these days. You could find just as many problems with any other language.
For those that say I'm biased because I work through the framework more than the language, I'd ask don't you do the same? ASP.NET, Java EE, the millions of JS frameworks, all these also make your life easier within their languages.
In the end, work with what makes you happy and productive and be done with it.16 -
Asked to do a technical interview task. It has expected input and output.
My code does what it needs to and produces the desired result.
Get rejected and no feedback given when asked.
Juniors won't get better if you don't communicate my dude 😒2 -
How many devranters here cook? Post your latest creation!
Pic related, chicken pie I helped make with my girlfriend.31 -
Anyone here put Easter eggs in their code, and care to share examples?
I made a custom script to rotate a log file once a day in my program. So at the bottom of the roll I added a nice little print. See attached.16 -
Just got my website hosting and domain bought ☺️ will upload tomorrow!
On a side note, slow cookers are the bomb. Made some excellent beef just now.4 -
That feeling when your boss calls you clever not because of your programming skills, but because you fixed a trivial Excel issue for him.3
-
What do you guys do on off time? More code? Gaming?
I mostly spend weekends with my girlfriend and away from code. Helps clear my head for the coming week.20 -
Stories from Cape Town Metrofail, Volume 30:
This screen has been operational for less than a week and it's already broken.8 -
My PC died 2 weeks ago. I've been stuck on mobile since and will be too broke for a new machine for an indefinite (though certainly not infinite) period.
It's hell. One can only read so many ebooks and meditate so much.
What's the longest you've ever been without your machine, unwillingly?
Worst part is I was just starting a pet project and now it's on hold!
Pic related, my feels as time drags on when I'm not at work.11 -
Office survival tip #1: When in a new office with no kitchen, heat your food with the office heater.
How @JacoKotze and I are heating our food in our new office (no kitchen equipment or microwave yet)4 -
Typos kill, kids! And deploying to production.
Instead of "for item in items" in my script, I accidentally did "for items in items". Thus, an exponential loop has been entering things into the database for the past few hours before I found the place to fix it.
By the way, this runs on cron every minute. So there are processes still running exponentially right now, possibly 180+.
Yeah, I'm setting up a a test server instead now.11 -
Be us
Be pair devs
Be doing PHP
Be explaining code to each other to find bug.
Be confused. Code checks out.
Be laughing asses off
Be realise the filename had a m instead of n
@TheCapeGreek -
I want a font-awesome icon for devRant. Would be nice for mine and others' sites. Any designers around to submit as a suggestion for next version (or for other icon libraries)?5
-
There should be a document given to all recruiters outlining how technologies are related and what NOT to ask developers. The hate has to stop. Imagine a world where the recruiters (broadly) understood devs. We'd have a much easier time getting jobs. I think I might just write one up and try to distribute it locally.3
-
Looking at anyone else's code in things I use. I just think to myself "damn this is so neat and structured, I've never made something like this"1
-
My dad just thought I'd grow out of my "gaming and PC 24/7" phase and didn't really care about the Tech. But when I started studying to be a dev he gave full support. "Do anything you like except ride motorbikes, do drugs or be a sailor, so long as you can sustain yourself" was the message carried across generally.1
-
For those of you wanting dark themes for sites without them, look into the Stylish FF/Chrome extension. You can install themes for sites on it where it would otherwise require manual customisation.
I've currently got dark themes for Facebook, WhatsApp Web and Reddit.6 -
IT'S CAPS RANT TIME!
MYSQL ERRORS ARE SO USELESS! AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHH
I JUST WANT TO ADD A FOREIGN KEY BUT 'Cannot add foreign key constraint' KEEPS COMING UP, AND THE STACK OVERFLOW ANSWERS INDICATE THAT IT COULD BE -LITERALLY- ANYTHING!
THIS IS OF COURSE, AFTER PHPMYADMIN GIVES ITS OWN ERRORS FOR TRYING TO USE THE DESIGNER TO ADD THE RELATION. IT ONLY WANTS UNIQUE FOREIGN KEYS, DESPITE ONE OF THE MAIN USES OF FOREIGN KEYS BEING MANY-TO-MANY AND ONE-TO-MANY RELATIONS!3 -
Google Cloud onboarding conference here in Cape Town today! Supposedly the largest attendance of the event globally so far. Over 600 developers here! Also the first one in Africa.
-
Remember to exercise kids!
My back is dying. Work equipment is great, but at home my posture is screwed from my chair not going high enough and my desk being too high for my arms to be parallel.4 -
Anyone else feel really unproductive and as if you're working slowly? I cut distractions but I still seem to zone out sometimes. Thinking about pomodoro method.7
-
In This Rant: A mildly satisfying piece of mind story.
Using code to prove yourself right is a hell of a drug.
A few weeks ago I whipped up a tiny program that downloads configs from hardware we manage. Since the vendor's API documentation is hidden behind a pay wall, my method of extraction is different. It results in bigger files, but testing showed it to still be valid.
Enter today. Interns at work downloaded a config to load onto a spare machine and it won't work.
"TheCapeGreek, your configs don't work"
I was confused since I tested the files when I built it and it worked. I am also currently fleshing out that download utility's features so the fear that I've been wasting the past 2 weeks on improvements is looming.
Last 15 minutes of the day and nothing else to do so I figured I might as well whip up a string comparer. The smaller file's content is scattered in the big file so a direct diff won't work.
Code it all, quick hardcoded proof of concept code, bit it got the job done. I was right, my bigger file is still correct!
Turns out the issue was with the machine they were configuring. They found this out before I finished my test code, so I'm off the hook already, but it was good to have piece of mind haha!1 -
!rant
Does anyone else derive great pleasure from creating quality of life/small utility programs?
So I'm learning python in between projects at work (plan on slowly moving new projects to it) and damn, my coding buddy and I have found a package/import for almost anything we can imagine. Heck, we canned ourselves laughing when we started googling random things and still found python packages that do it. I plan to use the language to automate a ton of things when I get a new PC.
Aside from that, I recently in 2 days (1 day building, 1 day bug fixing) made a tiny utility that shaves a good 5 minutes off a certain task for my colleagues at work, and in bulk use will save even more time. It's a textbox and a button only but it felt so nice to make something useful like that so quickly.5 -
Am I the only one with sore thumbs from using a phone and typing at work all day? Everyone talks about their phone and features it should have but I'm just like "hardware ain't shit if you're going to break your hands using it"
I think it's a tall people with big hands problem.6 -
I've been watching some documentaries about the Tech industry lately and after just finishing "Terms and Conditions May Apply" I feel deeply disturbed by the simply massive scale of surveillance that is deployed by the tech giants. I don't think this is something that we should all just let slide.6
-
My best experience is essentially being taught the creativity and adventure aspect of development.
My first second year programming lecturer (left early on for reasons) knew that our curriculum was stupidly easy and instead of focusing on it, he tried to give us a sense of wonder and exploration about the subject so that we can grow. It was well needed advice, seeing as my class fears programming because they never practice it.
IT sucked when he had to move on, but he managed to get the message across. I don't think I'd be as passionate about development this year if he wasn't around. It's not always just stringing instructions together for money. It's also exploring and creativity to find your way and build something awesome. -
I might have just git-committed the cardinal developer sin: not multiplying estimates by 3. Torvalds help me!
So a php app I developed a few months ago when I was first starting as a dev needs an upgrade. Pretty simple since I've known about said upgrade for a while, but the feature was never needed until today.
Told my boss it would take a day or two of refactoring and additions for it to work.
How screwed am I?4 -
Anyone on open source social networks? E.g Diaspora* and Mastodon.
I'm diving deep down the Freedom rabbit hole. It's a whole new world.3 -
Time for some bad puns I made up with my coworker when we were stuck in traffic. Got any dev puns of your own? Share them here!
Why is it called Python if it isn't a snake?
Why is it called Ruby if I can't put it on my jewellery?
Why is it called Rust if it's so clean?
Why is it called Go if it stays in the same place?
Why is it called Perl if it's so ugly?
Why is it called C# if I can't write music with it?
Why can't I drink Java?6 -
Any open source CRM recommendations? I've been tasked to implement one for my company. Pic related, how I feel with some paid systems.14
-
Got my new 2TB HDD delivered today a few days early (expected on Monday). Time for some data migration and that new OS smell!
I think my upgrade strategy will be a Ship of Theseus story in the end. -
devRanters beware! In-browser JavaScript crypto mining is becoming a thing.
https://coin-hive.com/
I found
https://chrome.google.com/webstore/...
Which will block browser coin miners on Chrome for now. Other ad/script blockers might work (though not always guaranteed).
Currently, these miners don't limit their CPU usage (and neither does the browser) so it's not great for your PC use.
If implemented correctly, like only using for a few seconds or for captchas/link shorteners (as suggested on the Coin Hive site), this could be a nice alternative to ads. But there is a guarantee that many will start using this unethically and not even tell users, nevermind that they'll do it for the entire session of the site.
Add Service Workers to the mix and it's a bag of trouble.13 -
Ordered a slightly watered down version of my planned PC. Let's wait for Cyber Monday for buyer's remorse!
Either way, paid half price of the planned rig for 80% of the same performance.
See attached specs. Already have a hard drive and PSU, and for now will be reusing my GTS 250.8 -
Why do some countries do everything they can to stifle industry and economy?
I'm in South Africa and looking to build a high end rig. With local distributors a PC in the Excellent and above category of Logical Increments cost 3x as much as it should. Importing it myself would cost even more for shipping.
Guess I'll stick to a potato for now.13 -
Intel drivers suck!
For months since I've gotten this work loaner PC it has been randomly crashing. Lately I noticed it is only when watching videos or listening to music. Googled the issue and found one other person with a similar issue who uninstalled the drivers. Now the thing runs fine! F.lux isn't the happiest but it still works.7 -
My name, by western standards, is a "misspelled" version (it's actually the ancient Greek original). And here in SA there are some with the "normal" version of the name. All fine and dandy, spell it however you want for your kids. BUT STOP "CORRECTING" MY NAME! Anything and everything that stores my name these days has a 50% chance to get it wrong. What's worse is that is this is more prevalent when I WROTE IT ON A PHYSICAL APPLICATION FORM. NOBODY IS NOT GOING TO NOTICE IF THEY ACCIDENTALLY ADD A LETTER TO THEIR OWN NAME!13
-
The day has finally come! I was waiting for Firefox Quantum for me to make the switch from Chrome. I like the new design and it is definitely zippy. Loving it thus far!
Muuuuch lower RAM usage too. This is especially great for me since my Internet is slow and I only have 4GB RAM.
I just used the program from the download itself. Mint for some reason still uses 54 by default, which came out in 2015. Anyone know how to switch panel icons? I want the fancy new icon on my taskbar.2 -
I use version control as a glorified backup. Only recently did we start branching at work.
This is why I need to be part of a proper team where I can learn instead of being a team of 2 juniors and no one else 😂 -
This is for people looking to switch to Linux but on the fence due to game support.
If you have a steam account, you can go to http://steam.bravehost.com and our in your public profile ID, and it'll tell you all the games in your library that support Linux.
For games you want to buy in the future, check http://www.steamdb.info/linux. I know the steam store lists by Linux too, but IMO it is too slow and visually noisy to see what you want.
Deus Ex Mankind Divided surprisingly works on Linux from what I see and so do other games I actually play, so I will likely take the plunge sooner than I thought!9 -
What's your git style? Commit many times as a sort of change tracker/backup regardless of feature completeness or functionality, or only when something is complete and passes tests?6
-
Today is bad pun day it seems.
I'm working on a script to automate exporting PST files and Office Interop is being a pain. I tell my colleague @jacoKotze about my current issue and he just says "Maybe you just need a new Outlook on things" -
Hey guys! I've just written Part 1 of a post on Privacy and how we're tracked these days. It's intended more for those who don't know about the issue or would like to learn more. Part 1 is mostly a long overview of the kinds of things that happen these days in regards to privacy and tracking.
https://thecapegreek.co.za/blog/...
I'd be honored if you read it. I also welcome any feedback as I'm not really a writer. Currently I want to figure out some formatting on the site to make the long posts like this one a bit more readable.13 -
DUCKS! There are also some bouncy fake eggs here that I plan on getting to "hatch" a duck or two.
Way better than what I wasted on faulty knockoff lego that broke instantly.1 -
Mine and @jacoKotze's final exams for the year (maybe for a while too) are finally starting today. Up first: programming! The most ~complicated~ subject according to our classmates. (Did you notice the sarcasm?)
C# events and delegates, file streams, and LINQ are the "new" content next to the tests where we did exception handling and inheritance.4 -
Day 2 of being a Linux (Mint Cinnamon) user. What I like the most is that there's a solution or customisation available for every problem and it's usually straightforward. And let's not forget that you don't have to fight the OS for folder permissions when you're in admin mode.
Migrated my data over from my old drive, installed Steam, got some work done. I like Cinnamon a lot. Need more RAM but that has been years in the making for me.
Just need to get Wine running and find some more cool open source games and tools and I'll be good to go. -
Am I the only one that can't get into Python? Any tips would be appreciated. I've been debugging a 2.7 legacy application at work but the language is so finicky and the errors are so vague.2
-
What is your opinion on Agile?
I was studying through my textbook for a test tomorrow and the Agile Philosophy section sounded like a Team Rocket manifesto at some parts:
Responding to change over following a plan
Individuals and Interactions over processes and tooks
Working software over comprehensive documentation
Customer collaboration over contract negotiation.4 -
Been tasked with writing a simple Magento module as part of a technical test. It's doable but damn, it's a bit intimidating lol. Part of the test is rewriting the Core while I'm at it to display some extra stuff regarding this module.
Then I have another test after that. And who knows how many more with the rest of this week's interviews 😱1 -
Hardware dying again as of last night. Tried each RAM stick individually and my two original ones seem to be the cause so far. If it dies again with the extra sticks I had in, them I'm going to assume motherboard is packing up. Already tried a spare PSU and ruled that out.
Memtest died midway at random points several times and once it tried to boot around 10 times and died at various points along the way.
I just wish there was a more reliable way to test motherboards and power supplies on the PC itself. Also, I'll be stuck with only 4GB RAM from me new sticks 😭 -
What can I do with my spare Android devices/boards? Could I use the board with a custom OS for a Pi/Arduino analog?
I have 2 tablets that I have no use for. Googling suggestions are pretty simple and nothing that repurposes the hardware.7 -
WHY ARE GRAV SLIDESHOW PLUGINS USELESS FUUUUUUUUUUUUCK
OWL SHORTCODES DOES NOTHING, LIGHTSLIDER DOCUMENTATION IS THE VAGUEST THING EVER AND THEIR NON-MODULAR EXAMPLE DOESN'T WORK, AND THERE AREN'T GOOD ALTERNATIVES.
... I ended up installing Bootstrap on the site just to get the slideshows working. It looks like shit and is bloating my page so I'M EITHER FIXING THOSE PLUGINS OR SWITCHING BACK TO WORDPRESS. IT MIGHT BE HORRIBLE BUT AT LEAST IT'S FRIENDLY AND THE COMMUNITY DOESN'T IGNORE ME ON THE SLACK CHANNEL2 -
Made a friend when I did my first cosplay last October. This year was my 3rd year of studies, and I had to do ab internship sometime in the year. Friend hooked me up with their SO's company. This company shares the office with my current company due to long stories (it's an amicable relationship). After my internship the CEO of the other company offered my a 3 month contract back in March, which got extended until January. So here I am, working in Edutech helping the local South African colleges.1
-
What's your coding fuel? I often have pies at work so I guess that's mine. Aside from coffee of course!
Also damn, Asian noodles are strong! Got some imported ones from a local Spar. Decided to try the spicy one first since I'm not usually a spicy food guy. I couldn't get more than 3 bites in before I had to throw it away. Decided to have some of the Rice vermicelli I made instead.24 -
Just installed Signal. Now what? No one I know uses it or has reason to since I'd be the only one they talk to on it. Any cool groups to join or something?
Dark theme on it is much appreciated!17 -
IT'S ALIVE! IT'S ALIVE!
One of my first rants was about my PC dying. I just fixed it today! Bought a new power supply because I was suspecting that that was the issue. Turns out I was just a moron and forgot to plug in the 12v ATX pins!
Still a good PSU purchase for whatever next rig I build. Long live my PC! -
Senile Web login services from 2009 grind my gears, and tertiary education administration snorts the powder.
Trying to apply online at a local university. They didn't have place for me 3 years ago so I went elsewhere but for my 4th year I have to go to them.
Because of my previous application I still have a student number. Online application says I have to log in to another portal and apply there. Then that portal now requests a Pin that I was never sent, and the "request new pin" function doesn't work because apparently my email is not in the database for my ID. My email was 100000% sure on my application, but some dingus never inserted it into the system.
Why not just start a "new" application you ask? Because the New Applications portal won't allow it for my ID number since it has a student number already. Now I either have to apply manually and pay the fee or wrangle Uni staff to reset my account.
I'm calling you, your slapdash JavaScript 1.2 code and your unhelpful staff out, Cape Peninsula University of Technology. -
Man, I enjoy the work I do and my boss is a great guy, but being rushed is never fun. And it's hard to say "it'll be done soon" if there's still some major features missing and the implementation is still unclear.
Can't a junior just take his time to make some decent code that won't end as spaghetti? I have enough PTSD of the first project I did here, which I still have to bugfix at least once a month 😂 -
I hate cron jobs. Hours of googling and double checking. My job is perfect. Still doesn't run according to the logs2
-
How do you deal with code/project burnout?
I've been refactoring and bugfixing my script for a week now. The project seems simple on the surface but the edge cases and methods to handle certain subsets of data are breaking it because handling them is vague and takes time to figure out and every day something is fixed and something else ends up as the issue preventing completion.
On the surface the idea seems sound so I'm also under pressure to get something "this easy" done.
Starting to feel some burnout on this.1 -
How to manage privacy and online presence?
I've seen the privacy advocacy making its rounds around here lately. The concept of hiding as much info as possible is something I'd like to try, but on the other hand I do want to maintain social media and have an outer presence. Additionally, I do want to use some Google services even if I do move my email (mostly developer related things).
I try and be a fairly social person alongside my introverted dev life, so this has been my dilemma the past few days. I could move to those obscure open source social media sites but that defeats the purpose of being connected with the non-tech people in my life.8 -
Learning more in depth CS and code concepts on my own. Now that I'm diving into development full time, I have to step up!
-
That time I thought I pushed unwanted changes to 34,000 customers on a client's CRM using their API. Oh wait, that was today! Luckily I didn't, it's just that the CRM's GUI only displays a "no results for search" popup for a few seconds and displays all results by default until the search displays new ones. Thus, I thought the search result was severe thousand entries long by the time I alt-tabbed back.
-
Started as internship for studies. Got the internship without pay thanks to friend(i was struggling to find any positions and its mandatory for studies) and after a month put on an actual paying contract. That has been extended i believe twice now.
Thanks to @TheCapeGreek -
The World Wide Web Consortium has, despite a lot of opposition and controversy, gone over everyone's heads and approved (without proper unanimous consent or compromise) DRM standards for the internet. What fun.
https://boingboing.net/2017/09/...8 -
I enjoy Visual Studio, but the installer is GARBAGE.
My install of 2017 didn't come with a certain package, so I go to the installer to add it. Thing constantly fails with "could not find file" in the txt log. Decided I might as well update studio while I'm here. Turns out I had python packages for it too, since during this update python decided to have a fit in another project because modules and pylint suddenly disappeared.
Wtf?1 -
That moment when you deploy latest version at end of day and the server finds new bugs for you.
Python on our server is so whiney it's not even funny. Code runs perfectly on our Windows machines, dies as soon as it touches its own environment.
Time to start deploying to a VM first instead. -
How do you guys deal with RSI and back issues?
My back has been killing me this past week and hands are starting to strain with work and home PC use. I plan on restarting my exercising for my back.4 -
I got a SIM card activated for my dad yesterday. Here in SA you need to verify your identity to get the card activated. But the company's systems were offline yesterday while I got it from another distributor of theirs 2 shops over. Now a day later they tell me I have to go and get another one because the one I got won't be activated because of it being offline. Something about it being assigned to me while it is offline makes it not work.
WHAT BULLSHIT? WHO THE HELL CODES THAT TRIPE TO FAIL TWICE AS HARD AS IT SHOULD? IT MAKES NO SENSE IF THE THING IS OFFLINE FOR THIS TO HAPPEN.
And yet, with Telkom's legendary poor service I know the service people are not lying. They just don't know what the hell is going on. -
CALLING PYTHON DEVS
Do you use any GUI libraries for Python, and if so which do you recommend? Preferably cross platform.8 -
WHY DOES EVERYTHING BREAK WHEN I WANT TO DEPLOY?
Finally fixed the last few bugs on my project and the thing is pretty much set to go. Then both the production and my local copy (identical in every way except for connecting to different MySQL servers) have the EXACT same query issues. The cursor fetch methods ALL get nothing EVEN WHEN I CAN SEE THE CURSOR HAS THE DATA I REQUESTED in the debugger.
I'm already in hot water for taking longer than expected with this project and this is going to push it back even further. -
You guys think Windows 10 data tracking is bad? Server 2016 is worse. When I try and shut the machine down (it's a VM and I want to change config) it actually asks me the reason for the shutdown. I understand servers are intended to always be up but geez that's overkill. And this is only within my first hour of installation and use.4
-
If the blackest theme had green text instead of white, I wonder what the public seeing us on the app would think...
Would also be an amusing feature/theme permutation I think. -
Anyone here done DIY projects with old hardware? Thinking of converting and old case into a bookshelf or something.2
-
I imagine what I want it to do at its core and what I need. Then research and get to work!
Started building a YouTube downloader using nficano's Pytube library.
I know there are a ton of them out already, but I am doing this to learn some Python and nuances. I tried YouTube-dl but that's more cli oriented and I've already built cli GUI wrappers before.
So the key I think is persevering even if it's already been done. By building this I'm learning tkinter, Python in general, and when I try to build this into an executable (so the user won't need to have Python) I'll learn how that works too. -
Mod_wsgi for apache is like scratching your freshly cut nails on a chalkboard while eating oysters covered in ketchup.
Why does WAMP have to be a pain for everything? I'm going to just use some premade thing for this because getting stuck on setup is not my idea of fun when I have python APIs to debug.4 -
Seeing articles and stories and rants here of other devs gives me anxiety when they mention CS concepts and algorithms and stuff. My college teaches IT and not CS, so none of that more complex stuff. I begin to fear my hiring potential without that knowledge.
Luckily, there's online resources everywhere.7 -
I read that installing Nvidia drivers on Linux is usually a bad idea because they break if your OS updates. Is that still a thing? I still have a GTS 250 so would like to squeeze what little performance I can out of it.
I'm on Mint Cinnamon as of yesterday.15 -
Find a simple project that I think would fit the technology and Google how to so every single baby step I think my application will need to do.
-
What is everyone's opinion on F-Droid? Just discovered it (though the site seems to be down at the time of writing this) and I want to see if it's as good as it sounds.2
-
What's the point of the Gmail API if you can do all of its functions with IMAP or POP3 and not have to have user login oauth, just account and password?
I wanted to read a company email account for certain emails related to our tickets. No one actually accesses this account, and the tool is without a GUI. As such, I can't use the Gmail API. I just remembered there must be a more ordinary way to do this because how does Outlook and other email software work? So python import imaplib and I was done in a few minutes. -
A lot of us get imposter syndrome in this industry. I still get it on a regular basis.
You can't wait until things are perfect. You have to launch imperfectly, but with confidence that you'll get where you need to be. But then imposter syndrome sets in. Self doubt tells us we don't belong.
I found this quote in my email pile this morning:
"Isn't doing your best all you can do? Dropping the narrative of the impostor isn't arrogant, it's merely a useful way to get your work done without giving into Resistance. Time spent fretting about our status as impostors is time away from dancing with our fear, from leading and from doing work that matters." - Seth Godin -
How do the FOSS mobile OSes fare? Are they viable in terms of communication (ports/comparability) with common use apps?1
-
Which development standards and coding styles would you recommend in a development team? My colleague @jacoKotze and I are starting to get larger projects at work and 2 more developers soon (juniors with little to no experience), so we'll need some coherence soon.
Tabs v spaces is more of a joke, looking for opinions on other things please.12 -
Is DevRant still maintained?
Site is still up, but no official updates for many years now. Socials also seem to have dried up.
I'm also seeing oddities in my notifications - haven't been part of this place for a while, but in my notifications I see random replies (necros & GPT responses) as recent as this year.6 -
In your opinion, is it better to work in a dedicated development company (or otherwise dedicated to your IT specialization) or be in-house?
I'm currently one of 2 in-house devs for a small enterprise. So my software engineering practices and code won't be of the highest quality but at this early stage of my career I'm gaining experience in various different aspects of the job and doing many individual different things. So overall I'd say being in-house is good early on for initial exposure, so long as you have a mentor to help you out. -
Part number idk of TheCapeGreek's Ship of Theseus:
PC dying again. Either now all 4 of my (admittedly old) RAM sticks are dead within 3 weeks of each other or the motherboard is conking out. Either way I need to finance a new rig on Black Friday. At least I have a working hard drive and 2 monitors.3 -
What are the minimum PC specs you feel comfortable with for development? Of course app development and anything medium sized and up with an IDE needs decent specs, but I'm wondering about the lower end of the spectrum. Scripting things and such.2
-
Any tips on working with Laravel? I've got a new Web project and I figured it's a good time to learn.
-
Help me out please, ranters. Have you ever given up on a freelance project while developing it because of stress/constant issues, and when would you think is an appropriate time for it?
I have a project involving using 2 APIs to pass information back and forth and tell one of them to do things. The one that needs instructions is giving me a hard time. I'm at the point where a workaround for my current issue would involve constantly creating new items in the database/installation (reusing one was the original approach but I have discovered that that is no longer feasible), but this would also be a nightmare to track because each item has associated analytics. I haven't gotten paid for this and don't really expect to, and I won't starve if I do ditch it. It'll be a blow to my ego though.
The project isn't overly complex but I do dread working on it. My work days end with a thought of "great, now I get to go home and work on my OTHER project that is a dud".
What are your thoughts? -
Anyone recommend a specific Android FTP client app? Looking for one in case I need emergency access to servers.1
-
Last semester of college! Finished my 2 theory tests this today. Now just programming (C# easy junk) next Tuesday and I'll be off the hook until assignments are due. I'd rather be at work tbh.
-
I want to learn a new language this year, any suggestions? I'm thinking C++ for robotics applications and generally getting used to a lower level language.2
-
A retraction/update to my previous rant: use Stylus over Stylish for dark website themes. It is a fork of Stylus before it was bought by an analytics company. Thanks to those who pointed it out.1
-
Any tips for using Grav? Got a few Web projects on my plate and going to use it for that. Don't want to deal with WordPress anymore.1
-
CRON JOBS SUCK. @LINUX YEAH YOU HEARD ME
MY PROGRAM WRITES INFO TO A DATABASE, SENDS EMAILS AND OUTPUT IS PIPED TO A LOG FILE. NONE OF THESE THINGS HAVE OCCURRED DURING THE CRON RUN SO I DON'T KNOW WHAT IS OR ISN'T WORKING.5 -
!rant
I need advice: study 4th year (Bachelor's) or work?
Thought I saw a similar thread a while back but can't find it in search right now.
21 years old, end of this year I'll graduate with a diploma (3rd year). I have one option of university here because they're the only one that offer my course (IT instead of CompSci like the others). Their administration and general status is not stable (see my earlier rant or Google CPUT protests in the news). Couple this with a deep desire to move out (housemates and drama) and wanting to keep working instead of going back to study.
Thoughts? My current best bet I think is to hedge my bets and apply anyway, then if I don't want to study next year I won't. Still seeking opinions though. Local market (mostly recruiters) values qualification too much. Planning on moving away anyway but will need a job to hold me over until then. -
In response to my previous rant:
You guys thought I'd have to redo my time estimate to my boss. I'm chill fam.
I just finished the code in about an hour of editing and testing.
Pic related, my face until the next time this thing breaks. -
Anyone have a Laravel bug where CRUD routes don't work with model binding? I have a weird issue where only CRUD routes give 404s if also using a model binding, even if I rename them to something else.
The routes exist in route:list and work if I remove the binding, but I need it in this use case.