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 - "fomo"
-
Worst part of being a dev?
The last 10% of a project.
Being in beta, gathering feed back, sorting through opinions and user preferences. All that takes forever compared to the first 90%.
📈🗓❗️❗️❗️2 -
Note to self: don't read devrant right before bed -you get too many breakthrough ideas and motivation and need to sleep instead!1
-
Listening to a song 500 times on repeat because it will take to long to stop what you are doing and hunt for a new playlist/station....1
-
Battling our contracted IT guys about forcing ESET antivirus onto all of our machines. Just looked at Task Manager to find that it was using 1.6+ GB of RAM on my machine! grrrr !!!!!
7 -
It’s time for me to thank people who, through their work, defined me as a person.
Thank you Terry A. Davis. You completely obliterated my whole narrative of “being incapable because of mental state”. Your example is the reason I’m privileged enough to type this right now, you’re the reason I survived depression. You showed me how to overcome FOMO once and for all by just doing what I’m supposed to as good as I can. Fame will come. And indeed, it came.
You’re not the smartest programmer who ever lived. Only humans can be programmers. You’re a superhuman. You’re not the smartest programmer. You’re just the smartest.
May you rest in peace.
——
Thank you Richard Matthew Stallman. You showed me that the good which also can fight is a thing. You taught me to be afraid of nothing. You taught me how to be an immovable object, no matter the unstoppable force opposing. Because of you I can freely interact with people and my illness has no influence on who I am.
——
Thank you Håkon Wium Lie. You showed me that the ways of overcoming and suffering aren’t the only ones. You’re charming yet uncompromising, empowering yet never reckless. Since we met, in any troubling social interaction my brain automatically thinks “What would Håkon do?”, and somehow it’s always able to find a solution that doesn’t involve the cruelty that always dictated what I said and what I did.
You can already stop doing good things because you’re surely going to heaven with other golden retrievers but I know you’ll never stop. -
I remember the days when you'd struggle to find a free course online. Now there are too many and you can't complete them all. Can't there be the enough amount of free courses, no more no less?
-
(long post is long)
This one is for the .net folks. After evaluating the technology top to bottom and even reimplementing several examples I commonly use for smoke testing new technology, I'm just going to call it:
Blazor is the next Silverlight.
It's just beyond the pale in terms of being architecturally flawed, and yet they're rushing it out as hard as possible to coincide with the .Net 5 rebranding silo extravaganza. We are officially entering round 3 of "sacrifice .Net on the altar of enterprise comfort." Get excited.
Since we've arrived here, I can only assume the Asp.net Ajax fiasco is far enough in the past that a new generation of devs doesn't recall its inherent catastrophic weaknesses. The architecture was this:
1. Create a component as a "WebUserControl"
2. Any time a bound DOM operation occurs from user interaction, send a payload back to the server
3. The server runs the code to process the event; it spits back more HTML
Some client-side js then dutifully updates the UI by unceremoniously stuffing the markup into an element's innerHTML property like so much sausage.
If you understand that, you've adequately understood how Blazor works. There's some optimization like signalR WebSockets for update streaming (the first and only time most blazor devs will ever use WebSockets, I even see developers claiming that they're "using SignalR, Idserver4, gRPC, etc." because the template seeds it for them. The hubris.), but that's the gist. The astute viewer will have noticed a few things here, including the disconnect between repaints, inability to blend update operations and transitions, and the potential for absolutely obliterative, connection-volatile, abusive transactional logic flying back and forth to the server. It's the bring out your dead approach to seeing how much of your IT budget is dedicated to paying for bandwidth and CPU time.
Blazor goes a step further in the server-side render scenario and sends every DOM event it binds to the server for processing. These include millisecond-scale events like scroll, which, at least according to GitHub issues, devs are quickly realizing requires debouncing, though they aren't quite sure how to accomplish that. Since this immediately becomes an issue with tickets saying things like, "scroll event crater server, Ugg need help! You said Blazorclub good. Ugg believe, Ugg wants reparations!" the team chooses a great answer to many problems for the wrong reasons:
gRPC
For those who aren't familiar, gRPC has a substantial amount of compression primarily courtesy of a rather excellent binary format developed by Google. Who needs the Quickie Mart, or indeed a sound markup delivery and view strategy when you can compress the shit out of the payload and ignore the problem. (Shhh, I hear you back there, no spoilers. What will happen when even that compression ceases to cut it, indeed). One might look at all this inductive-reasoning-as-development and ask themselves, "butwai?!" The reason is that the server-side story is just a way to buy time to flesh out the even more fundamentally broken browser-side story. To explain that, we need a little perspective.
The relationship between Microsoft and it's enterprise customers is your typical mutually abusive co-dependent relationship. Microsoft goes through phases of tacit disinterest, where it virtually ignores them. And rightly so, the enterprise customers tend to be weaksauce, mono-platform, mono-language types who come to work, collect a paycheck, and go home. They want to suckle on the teat of the vendor that enables them to get a plug and play experience for delivering their internal systems.
And that's fine. But it's also dull; it's the spouse that lets themselves go, it's the girlfriend in the distracted boyfriend meme. Those aren't the people who keep your platform relevant and competitive. For Microsoft, that crowd has always been the exploratory end of the developer community: alt.net, and more recently, the dotnet core community (StackOverflow 2020's most loved platform, for the haters). Alt.net seeded every competitive advantage the dotnet ecosystem has, and dotnet core capitalized on. Like DI? You're welcome. Are you enjoying MVC? Your gratitude is understood. Cool serializers, gRPC/protobuff, 1st class APIs, metadata-driven clients, code generation, micro ORMs, etc., etc., et al. Dear enterpriseur, you are fucking welcome.
Anyways, b2blazor. So, the front end (Blazor WebAssembly) story begins with the average enterprise FOMO. When enterprises get FOMO, they start to Karen/Kevin super hard, slinging around money, privilege, premiere support tickets, etc. until Microsoft, the distracted boyfriend, eventually turns back and says, "sorry babe, wut was that?" You know, shit like managers unironically looking at cloud reps and demanding to know if "you can handle our load!" Meanwhile, any actual engineer hides under the table facepalming and trying not to die from embarrassment.36 -
New office saga continues... SE1E05
I transitioned from a B2B to B2C role. Now the company and the product is entirely consumer facing.
Many or rather all are actively engineering the product to be more and more dystopian in nature.
Using concepts like FoMo, social validations, and other techniques to get users to spend more into consumerism in the name of building better experience.
It's the darkest shit I have seen so far. And this company is ethically a great one. I can only imagine how pathetic Meta and others would be.
I hate ny role. I hate how I have to do this for a living. Knowingly or unknowingly, I got myself here and absolutely hate where we are headed as a human race.
I don't like it anymore and I am only doing it as a job. No longer proud or excited of my job profile.
Fuck the impact, technology will be a catalyst for human extinction.
And with that, I found a good solution to my Mac 😏
Do check: https://reddit.com/r/Unexpected/...6 -
I'm the youngest person on my team, and I mean significantly younger, most of my teammates have kids older then I am. So should I be bothered when one of them calls me "kiddo"?9
-
The most annoying thing about being an IT professional...
Microsoft never calls me to tell me there is a problem with my computer. WTF!
I use Linux, but still, I totally miss all the fun I would have with that wanker...1 -
Holy fucking crap, think I actually got some productive, positive output from this whole generative AI debacle.
Rather because I skipped the whole Prompt step and used FOMO blabber against itself.
Some context: at my last gig we had a whole "humanware procurement department" (A.K.A. "hiring managers", those fucks who think that javascript and java are the same thing). It was during the pandemic tech hiring boom. At this new joint I'm at, a MUCH smaller company, I gotta do it myself. Boring as fuck but at least I can get some good karma by not making an ass of myself for candidates, and trying to make this whole process a tad less abusive.
I got my reading up to date, and surprisingly enough, "yankee dandy" (HBR) has actually been saying one or two things that are not complete hogwash. For a start, they say that companies have been making their hiring processes overly complex and even after hours of interviews they hardly measure half the skills they actually need, and spend too long talking about many skills that are not actually required for the positions.
"Huh. That sounds like the inneficiencies that the stupid 'AI will make meetings more efficient' industry is overpromising to overturn"
So I tried a new thing. Instead of your off-the-shelf "solve this NP-Hard problem in O(1) then draw this bird using only your nose then invert a binary tree in COBOL then tell me what type of sitcom character are you" crap, I tried grasping how it would be like to work with the candidates. One at a time. Not too long, but not too short talks. I'm not trying to check if a kid really knows how to implement a solution for the TSP in apache spark, or if they know every cipher in TLS 1.3. I just want to know if they can understand a technical request and come to me with a plan on how to solve it without handholding or "just use a really big VM, like, 32Tb of RAM!"
Thus, if I can work with them. That's all. The rest are specific skills that can be trained in time, if the person is willing to learn new stuff.
But that is not good enough for HR, ooooh, no. You "need" an "objective way of measuring their skills", otherwise its "just biased opinions."
But that gave me an idea.
See, our HR VP is someone deep in the whole AI pyramid scheme, who drank the kool-aid and swallowed up even the cup. FOMO is their name. Hype is their business.
I posh'd up my bullshit'ish jargon and went whole "In the advent of new disruptive technologies, strategic skills can be acquired with grit and proper AI prompting. Thus, leveraging our collaborative intelligence capabilities we can hack our challenges and optimize our resources to offer more innovative opportunities and bolster our employer branding" - translation: "shut up and lemme hire someone good and reasonably priced instead of a sleazy smooth talker who wants 100M just to show up and play with chatgpt all day". The whole point is to make it sound like "we're using AI, so it's good" instead of "im doing the work I'm being paid for, so it's old-fashioned"
It seems like the HR troll swallowed it, bait and hook. Maybe all we really needed this whole time is to say the magic word "AI," especially if it makes absolutely no sense in the context. Now I want to get them to sign off on a "AI mindfulness bolstering platform" (a massage chair). Fingers crossed.4 -
Clojure. It's everywhere these days. Does it lift skirts and grant eternal life?
My fomo is itching! -
The fear of missing out (FOMO) is gonna get us into trouble some day. #keepitsimple.
Inspired from devs and silicon Valley.1 -
Floating point numbers! 😖
Writing geometric algorithms for CNC machining... you'll find those 10th decimal place inconsistencies real quick!1 -
FOMO on technology is very frustrating.
i have a few freelance and hobby projects i maintain. mostly small laravel websites, go apis, etc ..
i used to get a 24$/ month droplet from digital ocean that has 4vCPUs and 8GB RAM
it was nore than enough for everything i did.
but from time to time i get a few potential clients that want huge infrastructure work on kubernetes with monitoring stacks etc...
and i dont feel capable because i am not using this on the daily, i haven't managed a full platform with monitoring and everything on k8s.
sure u can practice on minikube but u wont get to be exposed to the tiny details that come when deploying actual websites and trying to setup workflows and all that. from managing secrets to grafana and loki and Prometheus and all those.
so i ended up getting a k8s cluster on DO, and im paying 100$ a month for it and moving everything to it.
but what i hate is im paying out of pocket, and everything just requires so much resources!!!!3 -
Bitcoin is above 10k, to all the stupid people who didn't listen when it was at 4k, don't buy now, fomo will get you rekt.6
-
FOMO strikes again.... Bought stocks over the last few weeks... that are now plunging..
Maybe I should've just bought Amazon again., Or maybe GOOGL.. at least they can't go bankrupt... But Alphabet feels so boring now....22 -
does it makes sense for me to join a DSA/competitive programming course?
I am an Android Dev for last 5 years with around 2+ years of work exp. Wherever I apply, i am either accepted or rejected based on my level of knowledge as a mobile dev.
However, I think that there are certain companies in which i don't apply (FAANG, for eg) , whose initial rounds are solely based on DSA and if i have a good knowledge of DSA too, then i might be able to crack them too.
This might be FOMO calling , but i really feel myself as a bit inferior software professional in comparison to those who can create TRIE, BST , Red black tree or use popular stuff like Djikstra, knapsack, n-queens or whatnot. For me, the usual solution is to use built-in sorting functions or google. I am more valuable in areas where a nice looking ui is needed quickly
My goal is to be in tech for multiple years and be a great engineer/ tech lead .6 -
I think I just succumbed to FOMO.... just bought a NASDAQ ETF... bc it helps going up... And well I'm missed out on AMZN... though I wouldn't want to buy just that now to at the current price...
FOMO and rationality.... Always a battle...1 -
RECOVER STOLEN CRYPT0 FUNDS THROUGH THE HELP OF \\FOLKWIN EXPERT RECOVERY.
At any rate, I had always counted myself as a very savvy Bitcoin Holder-a real crypto enthusiast of both the virtual streets of the Reddit community and Wall Street-having kept a cool $10 million in Bitcoin safely tucked away in cold storage. That all changed, though, after a freak occurrence-a weird tech glitch and my own bit of carelessness cost me access to my wallet. The FUD hit me heavy, with worse-case scenarios whirring within my mind in overdrive. I contacted a few recovery agents, only to be faced each time with hyped promises and an array of technical babble, none of which provided reassurance. Each agent assured me they could do magic and get my states restored. Instead, all I got were vague assurances about nothing concrete from any of them. I began to question everything from the security to my due diligence, to my diamond hands. I was stuck in this vicious circle of FOMO and regret, thinking how one could recover what's basically digital gold locked away in a blockchain.
Having reached a breaking point, well-nigh flinging in the towel, I retreated to my favorite haunt-Reddit. I scrolled through some posts on r/Bitcoin and other crypto forums until I chanced upon this game-changing thread. A user, clearly wrung through the emotional wringer, gave his testimony of a service called (FOLKWIN (Expert) RECOVERY). They detailed how this team, after many failed attempts with other recovery services, could trace their lost Bitcoin and actually restore access to their wallet. His posts had "to the moon," "HOLD on tight," and "DYOR" like classic Reddit garnishes, which really hit close to home with me. Skeptical but desperate, I reached out to FOLKWINEXPERTRECOVERY(at)TECH-CENTER. C O M, What's app:+1 (740)705-0711. I explained my situation, half-expecting another round of disappointing responses. Instead, their team was surprisingly responsive and professional, treating my case like some high-priority mission deep into the digital labyrinth where my Bitcoin was lost. Over the following weeks, I received regular updates while they meticulously traced my funds using state-of-the-art blockchain forensic tools. Then came the call that I had been looking for: They had recovered my $10-million Bitcoin wallet. It was greatly relieving-beyond words-just a miracle right before the eyes. At (FOLKWIN (Expert) RECOVERY), not only did they salvage my fortune but also my lost faith in this crypto space. If ever you are caught in the same bind, take it from me-never lose hope, and never ditch the experts. (FOLKWIN (Expert) RECOVERY) is not one of those services; it's the real deal when it comes to turning disasters around into epic comeback stories.
Regards,
Lissette Rodriguez.
1 -
Your Crypto Isn’t Gone Forever, Start the Recovery Process Today hire Adware Recovery Specialist
As a college student in the U.S., eager to catch the next big wave in cryptocurrency, I thought I had struck gold with a coin called MoonDoge. The hype was unreal. Telegram was on fire, developers promised 1000x gains, and the chat was full of dreamers planning early retirements. The FOMO was intense, and I didn’t want to miss out. So I went all in. I liquidated every dollar I had saved, from tutoring gigs, summer jobs, side hustles, and poured it into MoonDoge. The price chart was soaring, the community was electric, and I was riding an adrenaline high. For a moment, I truly believed financial freedom was just around the corner. Then, it all collapsed. Without warning, the developers pulled the liquidity. The coin crashed to zero. Telegram went dead. It was a textbook rug pull. I sat in front of my screen, stunned, refreshing my wallet over and over, hoping for some kind of miracle. But nothing changed. That’s when I found ADWARE RECOVERY SPECIALIST . Desperate but holding on to a sliver of hope, I reached out to them. To my surprise, they responded quickly, calm, professional, and clearly experts in blockchain forensics. From there, they took over. Their team began tracking the stolen MoonDoge funds through obscure DeFi bridges and crypto mixers. Telegram info: adwarerecoveryspecialist5656 Using cutting-edge blockchain analytics, they traced every transaction, following the money trail back to wallets linked to the developers. What they uncovered was a complex network of deception, and they had the receipts. But they didn’t stop at tracking. ADWARE RECOVERY SPECIALIST compiled hard evidence, applied legal pressure, and made it clear to the scammers that they weren’t invisible. With the threat of exposure and undeniable proof in hand, they cornered them. Website info: h t t p s:// adware recovery specialist. com Then came the moment I never thought would happen. One morning, still groggy and weighed down by regret, I checked my wallet, just out of habit. I couldn’t believe what I saw: my funds were back. I refreshed the screen, again and again, this time in disbelief and overwhelming relief. ADWARE RECOVERY SPECIALIST had done it. WhatsApp info: +12 (72332)—8343 They recovered everything I’d lost. Without them, I would’ve been just another victim of the meme coin scam epidemic. But they didn’t just recover my crypto, they restored my faith in the crypto space. Email info: Adware recovery specialist @ auctioneer. net They gave me a second chance. No more chasing pipe dreams of 1000x returns. This experience taught me the hard way. Now, I invest smarter, and I know exactly who to call if something ever goes wrong again.
Thank you, ADWARE RECOVERY SPECIALIST.2 -
It was a crisp autumn morning when I stumbled upon an online investment platform called "CryptoFortune." The website looked professional, with sleek graphics and glowing testimonials from "satisfied users" who claimed to have doubled or even tripled their investments. The platform promised guaranteed returns, low risk, and expert guidance. I was skeptical at first, but the fear of missing out (FOMO) got the better of me. After all, I thought, what if this was my chance to finally achieve financial freedom? I started small, investing $500 in Bitcoin. Within a week, my account showed a 20% profit. Encouraged, I poured more money into the platform—$5,000, $20,000, $50,000 then $100,000. The numbers on my dashboard kept climbing, and I felt like I was on top of the world. But then, one day, I tried to withdraw my earnings. That’s when the nightmare began.The website froze my account, citing "suspicious activity." My emails to customer support went unanswered. Panic set in as I realized I had been scammed. My hard-earned money and my Bitcoin were gone. I felt like a fool for falling for such a scheme, and my faith in online investments was shattered. For weeks, I wallowed in despair, convinced that my money was lost forever. Then, one evening, while scrolling through a cryptocurrency forum, I came across a thread about a company called Alpha Spy Nest. The post detailed how they had helped victims of online scams recover their funds. At first, I was skeptical—after all, I had already been burned once. But something about the testimonials felt genuine. Desperate for a solution, I decided to reach out.From the moment I contacted Alpha Spy Nest, I felt a sense of professionalism and empathy that I hadn’t experienced before. Their team listened to my story patiently, asking detailed questions about the scam and the transactions I had made. They explained their process clearly, using advanced blockchain analysis, cyber forensics, and legal expertise, they would track down the scammers and attempt to recover my funds.The team at Alpha Spy Nest worked tirelessly on my case. They traced the Bitcoin transactions through the blockchain, identifying the wallets the scammers had used. It was like watching detectives unravel a complex web of deceit. They discovered that the scammers had funneled the funds through multiple wallets, attempting to obscure their trail. But Alpha Spy Nest’s technology was one step ahead. Alpha Spy Nest didn’t just recover my money; they gave me a second chance.Today, I’m more vigilant than ever. I’ve learned that while the internet is full of opportunities, it’s also rife with risks. But thanks to Alpha Spy Nest, I know that even if the worst happens, there’s hope. They’re more than just a recovery service—they’re a lifeline for those who have been wronged in the digital world. Contact details: WhatsApp: +14159714490,
1





