Details
-
AboutGuide you to build your funnel and grow your business online. My blog is a share of my experience in 5 years of online marketing. I have shared knowledge about funnels, traffic, email marketing ...
-
SkillsMarketing, Play Game
-
LocationUnited States
-
Website
Joined devRant on 6/4/2021
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
-
A CS degree is worthless, all my knowledge of modern frameworks comes from YouTube videos, some codeacademy and a little bit of reading the documentation.
I wonder what it feels like to actually learn something completely. I understand something, then I forget it exits until I have to use it again and by then all I remember is how to google the right stuff. Thoughts?19 -
So I asked a question on Stackoverflow. I got my answer and solved my problem, it improved my reputation to 15 (can upvote and post comments). But I have also got a question ban now as my questions were not good enough 🤷🏻♂️2
-
Came down with the virus.
I thought it would miss me, and I would have a cool story to tell people about how I came out is the pandemic unscathed.
Now I will have absolutely 0 interesting stories to tell my grandchildren.16 -
Today was the first time I told a rude interviewer off. Feels pretty good. Fuckwad kept cutting me off with “Shut up and just answer my question”. Nope. Not taking that shit my good sir.17
-
When will I learn. Every time I try to update Android Studio, it breaks all my shit.
Serves me fucking right.2 -
I've adopted this per task desktop management think. Anyone else do this?
I make a new desktop, for a given task, support ticket, or whatever. And when I'm 'done'. I keep everything (ticket, whatever I was working on in vs code, related emails) open but minimize it all except the pull request waiting to happen.
If I get some feedback on the PR / changes I just fly through my virtual desktops and there it is and I'm ready to work.
Then after the PR goes through ... I keep it open for a bit anyway to be sure nothing bad happens.
Then after a while I shut it all down assuming that it is working well.
All this so I don't have to fire everything up again for a rando request or dork up or whatever.2 -
One of the weirdest aspects of Docker for me is cross-compiling program installations. One would think that something as complex as a container with several programs that each make unknown decisions based on the environment as part of the installation process can't be cross-compiled.2
-
Frikkin samsung. Who the hell decided to mandate 2 Factor authentication for a health app which needs phone and contacts permission.!? Your only job was to show how many steps i walked today.. The people who decide this and the people who decide that randomly installing garbage apps without my permission everytime i update, inspite of giving me horrible hardware for a costlier rate than xiaomi.. should rot in hell forever.1
-
How long do you think it'll take to build shopping cart capability, order management system and integrate into a payment gateway with 1 backend developer and 1 front-end developer?
If there are any readily available libraries or OSS for these, please let me know.8 -
I’m a neat guy and gosh darn it people like it when i yell at them
It stirs something above and below in them to hear precisely what is wrong with them at high earnestly hateful volumes before the salty taste1 -
Big tech hates Apple for introducing Anti-Tracking features into IOS14.5,
https://gizmodo.com/how-to-block-ap...
But...... this isn't what I expected to fall through after that happened.
Google is introducing a similar feature into Android 12 😱
https://gizmodo.com/google-will-let...2 -
Isn't it strange that a person who just gave 3 months to web development earning thousands in freelancing, and we after doing 4 years of b.tech just earn 10k monthly?10
-
I get bouts of motivation and when I do I pick up 100s(clearly exaggerating) of things to learn which includes taking up new courses everywhere(literally), trying to be an open-source contributor, the most recent one is I've purchased a Ukulele (it's going good so far, well thanks for my $1 Masterclass subscription that I took last year!).
The sad part is that I have many unfinished courses everywhere. I'm learning to handle one thig at a time.2 -
So, you COULD make a remarkably simple SDK to upload files that needs little documentation, OR we could make an SDK that is basically impossible without three triple-shots worth of espresso and 20 Stack Overflow windows. I think we'll take the more frustrating one3
-
When I'm working through back end stuff ....
I'm at the point where I need a physical button on my desktop where I hit and it just fires off the API and I look at a monitor and there ya go, the output.
Grabbing my mouse and etc each time I iterate not sense.3 -
Why do people think that data structures are interchangeable??
Each fucking one answers a set of constraints!!! Yes, you can still use it, but let's be clear: even if you can screw with a shovel, you should still use a screwdriver!!! Functional constraints generate technical ones, not the other way around!!!!
And for fucks sake stop searching "EASY", and start chasing SIMPLE!!!!5 -
A way of running Minecraft servers on AWS and automatically hibernate instances when there are no players online. [more details]16
-
I could bitch about XSLT again, as that was certainly painful, but that’s less about learning a skill and more about understanding someone else’s mental diarrhea, so let me pick something else.
My most painful learning experience was probably pointers, but not pointers in the usual sense of `char *ptr` in C and how they’re totally confusing at first. I mean, it was that too, but in addition it was how I had absolutely none of the background needed to understand them, not having any learning material (nor guidance), nor even a typical compiler to tell me what i was doing wrong — and on top of all of that, only being able to run code on a device that would crash/halt/freak out whenever i made a mistake. It was an absolute nightmare.
Here’s the story:
Someone gave me the game RACE for my TI-83 calculator, but it turned out to be an unlocked version, which means I could edit it and see the code. I discovered this later on by accident while trying to play it during class, and when I looked at it, all I saw was incomprehensible garbage. I closed it, and the game no longer worked. Looking back I must have changed something, but then I thought it was just magic. It took me a long time to get curious enough to look at it again.
But in the meantime, I ended up played with these “programs” a little, and made some really simple ones, and later some somewhat complex ones. So the next time I opened RACE again I kind of understood what it was doing.
Moving on, I spent a year learning TI-Basic, and eventually reached the limit of what it could do. Along the way, I learned that all of the really amazing games/utilities that were incredibly fast, had greyscale graphics, lowercase text, no runtime indicator, etc. were written in “Assembly,” so naturally I wanted to use that, too.
I had no idea what it was, but it was the obvious next step for me, so I started teaching myself. It was z80 Assembly, and there was practically no documents, resources, nothing helpful online.
I found the specs, and a few terrible docs and other sources, but with only one year of programming experience, I didn’t really understand what they were telling me. This was before stackoverflow, etc., too, so what little help I found was mostly from forum posts, IRC (mostly got ignored or made fun of), and reading other people’s source when I could find it. And usually that was less than clear.
And here’s where we dive into the specifics. Starting with so little experience, and in TI-Basic of all things, meant I had zero understanding of pointers, memory and addresses, the stack, heap, data structures, interrupts, clocks, etc. I had mastered everything TI-Basic offered, which astoundingly included arrays and matrices (six of each), but it hid everything else except basic logic and flow control. (No, there weren’t even functions; it has labels and goto.) It has 27 numeric variables (A-Z and theta, can store either float or complex numbers), 8 Lists (numeric arrays), 6 matricies (2d numeric arrays), 10 strings, and a few other things like “equations” and literal bitmap pictures.
Soo… I went from knowing only that to learning pointers. And pointer math. And data structures. And pointers to pointers, and the stack, and function calls, and all that goodness. And remember, I was learning and writing all of this in plain Assembly, in notepad (or on paper at school), not in C or C++ with a teacher, a textbook, SO, and an intelligent compiler with its incredibly helpful type checking and warnings. Just raw trial and error. I learned what I could from whatever cryptic sources I could find (and understand) online, and applied it.
But actually using what I learned? If a pointer was wrong, it resulted in unexpected behavior, memory corruption, freezes, etc. I didn’t have a debugger, an emulator, etc. I had notepad, the barebones compiler, and my calculator.
Also, iterating meant changing my code, recompiling, factory resetting my calculator (removing the battery for 30+ sec) because bugs usually froze it or corrupted something, then transferring the new program over, and finally running it. It was soo slowwwww. But I made steady progress.
Painful learning experience? Check.
Pointer hell? Absolutely.4 -
I fucking hate college beyond the point i can descibe and i regret my life away for the day i started the fucking college i am now year 5 with 5 exams left and i can not fucking pass this fucking usless BULLSHIT its so fuckimg usless and i COULDNT GIVE A FUCK EVEN IF YOU PAY ME TO LEARN THIS I JUST DONT GIVE A F U C K YOU MOTHERCUCKEMJKSKSKEEUEIEEIEUDJSJJSJJSJEKAIQOQOAOQPPSOCMCMCME ECXKSOOWOWISIESIIZIISIJSS E.D.XNXHCNFBFHHDDHXHDHXHHDDDNJDKALOOEOWISJSJWJJWWISIXJXBVNNSNSKEK19
-
"years of experience" basically means nothing, both for people and organisations. You can work with someone who has 30 years experience who knows nothing, and someone with 1-2 years who's practically an expert.
Joined a large multi-national fresh out of college, that had been around for +90 years. I expected them to know software development inside and out. Didn't expect to see so many failed projects for stupid reasons, so many over sights, so many .... morons, to be honest.
Worked for a startup company where most only had 1 or 2 years more experience than me and learned so much.
Worked for a small company where everyone had 1.5 - 2 times my experience, where I learned the meaning of "bewilderment".
Never feel small, or less valuable because of a number. Theres a good chance you are working with jackasses - practiseSafeHex7 -
Wholesome anti-rant.
There’s this Indian chick at work that I really, really do not get along with. Fortunately she’s on a different team so we have practically zero interactions. Her code was always decent, maybe upper junior level? but I went away fuming almost every time we talked.
However, I did a release security review today (I’m down from five/six per month to one) and read through quite a bit of her code. It was clean and easy to read with good separation, clear naming and intentions, nothing was confusing, etc. It was almost beautiful. Had I any emotions I might have shed a tear. I sent her a message and let her know :) I actually learned a better way of doing a couple of things from it.
She has grown so much as a dev.32 -
Website design philosophies:
Apple: "...and a really big picture there, and a really big picture there, and a really big picture there, and..."
Microsoft: "border-radius:0 !important;"
Google: "EVERYTHING MOVES!!! And most websites get material design. Most."
Amazon: "We're slowly moving away from 2009"
Wix: "How can we further increase load times?"
Literally any download site: "Click here! No, click here! Nononono!! Click here!!..."
Facebook: "We can't change anything because our main age demographic is around 55"
University websites: "That information isn't hard enough to find yet. Decrease the search accuracy and increase broken links."32