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 - "medium"
-
Scrolling on Medium I came across this article, about a girl dating a programmer.. 😂😂 😂
https://hackernoon.com/dating-a-pro...22 -
Long long ago there was a man who discovered if he scratched certain patterns onto a rock he could use them to remind him about things he would otherwise forgot.
Over time the scratching were refined and this great secret of eternal memory were taught to his children, and they taught it to their children.
Soon mankind had discovered a way to preserve through the ages his thoughts and memories and further discovered that if he wrote down these symbols he could transfer information over distances by simply recording these symbols in a portable medium.
Writing exploded it allowed a genius in one place to communicate the information he had recorded across time and space.
Thousands of years passed, writing continued to be refined and more and more vital. Eventually a humble man by the name of Johannes Gutenberg seeking to make the divine word of God accessible to the people created the printing press allowing the written word to be copied and circulated with great ease expanding vastly the works available to mankind and the number of people who could understand this arcane art of writing.
But mankind never satiated in his desire to know all there is to know demanded more information, demanded it faster, demanded it better. So the greatest minds of 200 years, Marconi, Maxwell, Bohr, Von Nueman, Turing and a host of others working with each other, standing on the shoulders of their brobdinangian predecessors, brought forth a way to send these signals, transfer this writing upon beams of light, by manipulating the very fabric of the cosmos, mankind had reach the ultimate limits of transmission of information. Man has conquered time, and space itself in preserving and transmitting information, we are as the gods!
My point is this, that your insistence upon having a meeting to ask a question, with 10 people that could've been answered with a 2 sentence email, is not only an affront to me for wasting my time, but also serves as an affront to the greatest minds of the 19th and 20th centuries, it is an insult to your ancestors who first sacrificed and labored to master the art of writing, it is in fact offensive to all of humanity up to this point.
In short by requiring a meeting to be held, not only are you ensuring the information is delayed because we all now need to find a time that all of us are available, not only are you now eliminating the ability to have a first hand permanent record of what need to be communicated, you are actively working against progress, you are dragging humanity collectively backwards. You join the esteemed ranks of organizations such as the oppressive Catholic church that sought to silence Galialio and Copernicus, you are among the august crowd that burned witches at Salem, the Soviet secret police that silenced "bourgeoisie" science, you join the side of thousands of years of daft ignorance.
If it were not for you people we would have flying cars, we would have nanobots capable of building things on a whim, we would all be programming in lisp. But because of you and people like you we are trapped in this world, where the greatest minds are trapped in meetings that never end, where mistruth and ignorance run rampant, a world where JavaScript is the de facto language of choice every where because it runs everywhere, and ruins everywhere.
So please remember, next time you want to have a meeting ask yourself first. "Could this be an email?" "Do I enjoy burning witches?" if you do this you might make the world a little bit of a less terrible place to be.6 -
None. As soon as I hear about a new trend I fear it. I fear the huge amount of Medium articles I would encounter...
-
any tips on how to get to liking web dev? I feel disgusted by it every time I try to learn it.
So, So much fragmentation. Everything's acceptable and the browser doesn't give any hoots about it. A particular page can have all the metadata, favicons, flintstones, metrics, bullshit with 90 attributes properly added into it by some hard-working dev and it would be acceptable by the browser.
Another page will have no shit defined, and that would also be acceptable!
CSS is holy fuck powerful. HTML has 50,000 pages of specification documents written behind it. javascript is so large, it can create both of these. the working of the browser is a different realm, the working of backend +cloud is a different dimension, the working of 3d graphics and game resumes via some crazy js package is a different reality!
It's a vast, fucking, overwhelming universe!!
I am 23, trying to make sense of this stuff for the last 8 years. To make decent little pages and tools that I can use, or the world can use, but fuck me if I even know the types and attributes of <link> element.
I have gone from being a school student to a college student to an employed profession in android dev, yet I don't understand web much
Every time i try learning it, instead of reaching my goal to create something useful, I am stuck in the stupid tutorial hell.
I can make a decent-looking resume or file-based server using various auto completions and helps from web storm, plugins, and medium articles, but I don't want to sound dumb if someone questioned me anything about this stuff, which I would sound, because i have no clue!
I love creating android apps, i don't know why. I know that some jerk is going to see my app and say "HEY STUPID. YOU DIDN'T USE PROTOBUFS OR COMPOSE, YOUR APP SUCKS", but I won't give a damn about them. because after making apps for 5 years, I don't care for newer stuff if it isn't better. I would rather spend my time making the use case work properly on user devices than caring for new shit.
It's also not like I completely ignore my knowledge growth by rejecting everything new. I transitioned from java to kotlin, from linear layouts to constraint layouts, using jetpack libraries, etc as my main tools. I know the time to transition and i also know the time when i have to learn various stuffs, in android dev
I change tools like I change my pen. Once its refill is over, but if its body is intact, I would just buy a refill and reuse it. but if its cap is lost and body is broken, i ain't getting glue and refill to fix those. i will buy a new, better pen
But on the topic of web dev, I am not like that. I can't figure out a limited set of knowledge from where I would grow on my own, i can't figure out how much to learn and where to go from that , i can't figure out anything :/
I am stuck mann17 -
Are you content with your job or always searching for greener pastures?
I'm split inbetween. Current pay is very decent and working conditions are flexible. However, the work itself is not always that great. I find it to be comedically true how "hard workers" don't get promoted or bonuses, they get more work. There has recently been a heavy influx of what I'd like to classify as "shit tickets" since a guy who was the main "shit ticket doer" left the company after being burnt out.
I work with a small-ish digital agency as a BE dev, so I'm mostly dealing with small to medium scale projects built with WordPress/WooCommerce, with often custom API/ERP integrations on top. I'm not a big fan of the stack as a developer but as a contractor I can understand the business reasons why it is used. Part of me wants to find something else, part of me thinks I'm looking for a perfect company that doesn't exist and I should lower my expectations -- I might find better work for sure, but with the same pay and conditions? It seems unlikely at the moment. The company was recently acquired, so I'm hopeful for the future.4 -
Where do I start on Leetcode? There is
- Top Interview Questions
- Easy, Medium and Hard Interview sections
- DS and Algo Study Plans
Pleh?2 -
TL;DR I have to bump a Redis cluster from t3.medium to m6g.large just to get enough network bandwidth even though I have no need of the extra memory.
Debugged an interesting issue today.
I am adding Elasticache to a project to reduce strain on the single node postgres DB.
Deployed a Redis replication group with 2 shards, with multi-AZ replication for resilience.
Everything was going well. We arent caching that much atm so was barely using 100Mb of memory.
Suddenly, when our US region comes online, latency skyrockets and the logs are full of Jedis timeout errors.
Still no issue with memory or node CPU.
The cause? Arbitrary network bandwidth throttling by AWS. The app currently processes about 3,000 requests per second so we were exceeding Amazons random ass allowances which arent documented anywhere.1