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
Feed
All
Post Types
- Rants
- Jokes/Memes
- Questions
- Collabs
- devRant
- Random
- Undefined
Cancel
All
-
@retoor I am sick of devrant being slow as shit, I remember you had an alternative, post it here please so we can abandon this sloth of an app4
-
Story:
Useful lesson I learned in a JavaScript book:
"Classes are abstract data types in the sense that they are a layer around the complexity (encapsulation). Their singular nature allows them to be reused without being rewritten everywhere.
A good analogy is thinking of classes as appliances; the complex circuitry and components that an appliance comprises of are made by different people than the abstract shell around these components, of which (another) team only needs to know which buttons to access which parts.
A class abstracts away the internal complexity (components) and only exposes a public interface (the buttons) that the user (yet another group, comparable to the consumer of the class) is going to use."
It reminds me of how Google uses the Facade pattern to only expose the search box and the button as its public interface and all the complex architecture is hidden away.
This helped clarify classes better for me. -
> It is true that there is no person who wishes to be disliked. But look at it this way: what should one do to not be disliked by anyone? There is only one answer: it is to constantly gauge other people’s feelings, while swearing loyalty to all of them. If there are ten people, one must swear loyalty to all ten. When one does that, for the time being one will have succeeded in not being disliked by anyone. But at this point, there is a great contradiction looming. One swears loyalty to all ten people out of the single-minded desire to not be disliked. This is like a politician who has fallen into populism and begun to make impossible promises and accept responsibilities that are beyond him. Naturally, his lies will come to light before long. He will lose people’s trust, and turn his own life into one of greater suffering. And, of course, the stress of continual lying has all kinds of consequences. Please grasp this point. If one is living in a such a way as to satisfy other people’s expectations, and one is entrusting one’s own life to others, that is a way of living in which one is lying to oneself, and continuing that lying to include the people around one.8
-
Been playing silksong. This game is a mix of some of the best and worst game design I have ever experienced.
Unfortunately, the true end of the game is locked behind some of the least fun, most unfair, tedious slogs I have ever encountered in a game, so I probably won't see it for myself. But if you like kaizo stuff, you'd probably like it.2 -
!rant
Okay, so last Monday I get a message from the fertility clinic that I’ve tested positive for one or more genetic carrier conditions and that I should schedule a consult with a genetic counselor. I go to check my labs to find out what condition(s) I’m a carrier for only to find that the labs are marked as upcoming and aren’t available until late Tuesday night. So I spend Monday through Wednesday morning worrying about what horrific shit I might pass onto kids if we have them.
Finally read the labs Wednesday morning.
Albinism. The horror is albinism. (Oculocutaneous albinism type 2)
Husband looks at me and is like “Are they SURE you’re just a carrier? You being a carrier for albinism explains SO MUCH. I thought you were just British, but *gestures at me vaguely*”
(I have poor vision, light brown hair, green eyes, pale skin, and have never tanned)
Apparently for SIXTEEN YEARS this man has thought I *could* tan but was paranoid about sun exposure and so never did.
This man who has seen me burn on a NUMBER of occasions.
And who has seen me get burned by having the temerity to sit too close to a bay window on a sunny day.3 -
!dev This video made my day:
https://youtube.com/shorts/...
Rofl. Viral potato recipe. Wait a minute, that sounds like coding!
P.S.: When I hear 'devRant' I hear a bull bellow for some reason. devRHUUUUUUUUUUUAAAAAAANT. lol1 -
If you're bored, claim a house in devRant village: https://drmap.app.molodetz.nl/. Some are quite building already. With right click on a house, you can claim it by putting your name on it.
Was a bit vibing on the side and got reminded on transport tycoon way of mapping.
It's live btw, you can see each other building.17 -
Our CTO is leaving, the CEO decided to seize this once in a lifetime opportunity to cut costs and we'll have to do without CTO.
There is no way this software development company will still be operating 9 months from now without a fucking CTO and I have honestly never seen such a blatant example of deep mental retardation, be it by a manager or by the endless supply of sycophants tirelessly endorsing the dumbest idea I have ever heard of, as if they're not going to be jobless like the rest of us.6 -
!rant Lovely quote:
“There are two ways of constructing a software design: One
way is to make it so simple that there are obviously no
deficiencies, and the other way is to make it so complicated
that there are no obvious deficiencies.”
—C.A.R. Hoare, 1980 ACM Turing Award Lecture2 -
My (likely incomplete) programming journey:
1998 - html/css in after school program
2000 - learned to write batch files for windows 98
2002 - visual basic 6 freshmen high school class
2003 - ti-86 basic programs for games and math class formulas
2004 - visual basic .net classes for programming competitions
2007 - c and c++ college intro classes
2008 - PHP and SQL flavors (oracle, MySQL) for class
2010 - more .net + c# classes
2011 - deep php and postgres for work
2012 - html/css/JavaScript change in focus for work projects (backbone.js)
2013 - node.js for work and hobby projects (frontend build tools + react)
2014 - picked up python
2016 - node.js deep dive for backend (serverless, nosql)
Pretty much stayed the course with my language skill set. Honing system design chops along the way.
2025 - elixir is my new jam5 -
Yea of course my company is like family
A dysfunctional family in a mini van everyone is on LSD
The van is driven by a monkey
Note: The monkey is also on LSD4 -
devRant is so fucking slow I forget what I came here for. Must find some other way to let out steam.12
-
im studying a new framework.
seeing all the parts of my programming skills and knowledge that are lacking.
no idea why i feel like im learning new things but im still at the starting line
really want to know this framework by heart but will settle for knowing the structure intuitively. still feel like i dont understand anything about it
developer for 10 years but why do i feel so stupid3 -
"If you get stuck with something for 20 minutes, ask" I would rather chew glass until I manifest the solution.
I have no problem with asking for help every once in a while, but if I don't get to spend time digging into questions I might as well become a bricklayer.6 -