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 - "the g word"
-
I happen to be the only girl in my small dev team of 4 males plus me.
I'm freaking tired of hearing 'hey guys','how are you doing guys', 'what's the update guys' in every meeting/call when one of them is addressing the rest of us.
Yeah i know I/they can't do anything about it. I somehow grew numb to hearing it, but sometimes hearing it one thousand time in a single call is driving me crazy.
I once mentioned it to an a senior dev who happens to be the one using the g word the most during meeting.
Me: could you please stop saying guys all the time, I'm not a guy.
Him: what do you want me to say, 'hey guys and a girl?!'
Me: ... -_- (internally: seriously!!)
Uugh.23 -
So, I wanted to find a new way to arrange my language's alphabet. Atm, I'm loosely using latin's system even though my system is weird;
A B K D E F G H I IE SH L M N O P R S T U V
So, I remember that another language (I think Japanese) uses a poem with every letter to figure the order of their letters, so I decided to do the same.
Only problem is: My current word list is very limited, some of the letters I needed only existed in specific words (aka, the word for "Dark") so I ended up making a very depressing poem.
Enjoy! Or not.. I'm not going to tell you what to do.
English translation below. I also will post images of it written in my language's script, as well as one line in my language's cursive script (I'm not doing the whole thing in cursive because fuck that)
Senarseha:
Seh ninfuat seh nem fieta; Seka sato nem fiekm juna jenes sermin.
Seh ninfuat sif nemsin netua niet; Seka sem sedma nemat sargo no
nrokniet sam fiekmin sehim sepra.
Sehim sinta nem nara niv nakliet.
Seh nem sine fieta.
English:
I say I am well; But all is dark before day begins.
I say it isn't too much; But this place is a farm of
preasure that blackens my soul.
My mind is ever in agony.
I am not well.5 -
🚀 Stay Active with @ttshivhula/stay-online!
Tired of auto screen locks or your system assuming you're idle? Look no further:
• Simulate Mouse Movement (either linear or circular)
• Simulate Keyboard Activity
• Set Random Activity Intervals
• Pick your mode: mouse, keyboard, or both!
💡 Quick Start:
Install with: `npm install -g @ttshivhula/stay-online`
🤝 Contribute & Collaborate:
Have improvements or ideas? We'd love your input! Dive in and contribute. Visit our GitHub repo: `https://github.com/ttshivhula/...`
Let's redefine 'active' together! Spread the word and keep your system awake.🚀🖥️🔒🚫10 -
Story Time!
Tittle: About Larry.
Fun Game: Tell me if / when in this story you know the plot twist.
Setting: Years ago, non coding job.
I work with Larry a lot, Larry works remote. In technical terms Larry is senior to me and I escalate some technical issues that get assigned to Larry. I've never met Larry in person.
Larry can be hard to work with, but he's plenty good at his job and I don't mind his prickly side. Sometimes it takes telling Larry something a few times before it sinks it, but that's not a big deal. Sometimes it seems like Larry doesn't remember his cases entirely, but he has a lot of cases. Also Larry has good reason for how he works considering the land of scubs who usually escalate to him without any thought / effort.
Larry's escalation team is short staffed and they're trying to hire folks, but that's been like that forever.
So one day I get an email that Larry is going to be out of the office for a few weeks. Nothing unusual there.
My current case that I share with Larry sort of floats in limbo for a while. The customer is kinda slow to respond anyhow and there's nothing that I need Larry for.
Finally I get automated notice that my case has had a new escalation engineer. Laura. Laura is much more positive and happy compared to Larry. Understandably Laura isn't up to date on the case so we go back and forth with some emails and notes in the case.
The case is moving along just fine, we're making progress, but it's slow because of the customer's testing procedures. Then we hit a point where this customer's management pushes on sales for a solution (this customer's management is known for doing this rando like for no reason).
Down the management chain it goes and everyone wants a big conference call to get everyone up to date / discuss next steps (no big deal).
Now I really don't want to do this with Laura and throw her into the deep end with this customer, she doesn't have the background and I'd rather do this call with Larry & Me & Laura. Also according to the original email Larry is due back soon.
I start writing an email to Laura about "Let's try to schedule this for when Larry gets back."
Then I stop ... I don't really know why I stop but when it is a "political case" I want some buy in on next steps from management so I go talk to my manager.
-Plot Twist Incoming-
Long story short, my manager says:
"Laura IS Larry..."
O
M
G
I had no idea. Nobody told me, nobody told ANYBODY, (except a couple managers).
Back up a few months Larry apparently went to his managers and told them he was going to transition, surgery and all, in a few months.
Managers wondering how to address this went to HR and some new hire very young to be a manager HR manager drone logiced out in her bonkers head that "Well it shouldn't matter so don't tell anyone."
ARE YOU FUCKING KIDDING ME!!??
Thank god I didn't send that email...
I did send an email to Laura explaining that I had no idea and hoped I didn't say anything stupid. She was very nice about it and said it was all good.
After that incident made the management rounds (management was already fuming about being told not to tell anyone) things came to another critical point.
Laura was going to visit the company HQ. Laura had been there before, as Larry, everyone knew her as Larry... nobody (outside some managers) knew Laura was Larry either. With nobody knowing shit Laura was going to walk in and meet everyone ...
One manager at HQ finally rebelled and held a meeting to tell his people. He didn't want Laura walking in and someone confused, thinking it was a joke or something horrible happening.
HR found out and went ballistic. They were on a rampage about this other manager, they wanted to interview me about how I found out. I told HR to schedule their meeting through my manager (I knew they didn't want my manager to know they were sniffing around).
Finally the VP in our department called up the HR head and asked WTF was going on / kind of idiots they had over there (word has it legal and the CEO were on the call too).
HR had a change in leadership and then a couple weeks later there were department wide meetings on how to handle such situations and etc.21 -
Inherited a codebase that implements its own word wrapping for receipt printing. Problem is it's putting an extra space at the end of each line.
I open up the implementation, expecting it to be a relatively simple fix, until I see this…
var regex = '.{1,' +width+ '}(\\s|$)' + (cut ? '|.{' +width+ '}|.+$' : '|\\S+?(\\s|$)');
return str.match(RegExp(regex, 'g')).join(linebreak);undefined looks like i'm writing a word wrap readability shmeadability regex look ma only two lines!7 -
So... Portugal already have CS classes for almost 20 years. Don't know what they teach now but everyone would know how to use windows, word and excel (specially kids without computers). My course was computers (what was called back then) and we spend half an year doing logic programming in paper and algorithms...
Any class that teaches programming should always start with logic programming, because you can apply it to any language...
Example: my latest programming class was 3 years ago, I did a CNC course (to work with machines that make molds... Think a 3d printer that cuts steel instead of pushing polimers) and my first question was :don't we start with logic programming or algorithms? The teacher first teased me... Then asked what is logic programming....
Resuming... At the end I was the only one who could use functions and variables... (check g-code and heidenhein, you'll get it).
Other then that I was the only one who got a job working cnc machines, everyone else that also got a job whent for the manual labor part (the molds are finished by hand)...
So... My thoughts... Any CS class that teaches programing should start with logic programming and algorithms... That's the foundation to learn any programming language.7 -
He basically abhorred me because i still have no idea why he abhorred me but honestly I'm glad he did. We never had to work together, but i once tried sparking a conversation thinking let's see maybe he is not all he shows... The conversation ended in 3 seconds... And he was acting all childish ... Oh well... Cheers everybody!
-
RECLAIM YOUR LOST USDT WITH SPARTAN TECH GROUP RETRIEVAL EXPERT RECOVERY SERVICES
Jumping into the world of cryptocurrency can be an exhilarating journey, especially during a bull run when prices are soaring and the potential for profit seems limitless.
However, for many newcomers, the lack of knowledge can lead to unfortunate situations, as I discovered firsthand. Eager to grow my savings, I became a target for a scam that would cost me dearly.It all started when I encountered a fake crypto wallet support agent who seemed legitimate at first. They offered assistance with my wallet, and in my eagerness to resolve a minor issue, I unwittingly handed over my seed phrase.
This critical mistake allowed the scammer to drain my wallet of 63 SOL, which was valued at approximately $9,800 at the time. The realization hit me hard; I felt a mix of panic and regret as I watched my hard-earned investment vanish.In my frantic search for a solution, I turned to Google, hoping to find recovery services that could help me reclaim my lost funds. However, I was met with a daunting reality: the internet is rife with secondary scams that prey on individuals like me who are desperate to recover their losses. I was hesitant to trust anyone, fearing that I might fall victim to yet another scam.Amidst the chaos, I stumbled upon SPARTAN TECH GROUP RETRIEVAL. What set them apart from the myriad of other services was their verified reviews and transparent process.
They took the time to explain how they would track the stolen funds and assured me that they would only charge a fee after successfully recovering my assets. This level of transparency gave me a glimmer of hope.True to their word, SPARTAN TECH GROUP RETRIEVAL was able to recover 92% of my stolen SOL. They applied pressure on the scammer’s exchange account, leveraging their expertise and resources to retrieve my funds.
The situation was a rollercoaster of emotions, but ultimately, I felt a sense of relief and gratitude for their assistance.
For newcomers navigating the complex and often risky world of cryptocurrency, having a reliable safety net is crucial.
SPARTAN TECH GROUP RETRIEVAL proved to be that safety net for me, showing that while the crypto space can be fraught with danger, there is SPARTAN TECH GROUP RETRIEVAL a trusted crypto recovery hackers available to help those in need.
Spartan tech group retrieval contact : >>>>
Email: spartan tech (@) cyber services . c o m OR support (@) spartan tech group retrieval. o r g
Website: h t t p s : / / spartan tech group retrieval . o r g
WhatsApp: + 1 ( 9 7 1 ) 4 8 7 - 3 5 3 8 Telegram: + 1 ( 5 8 1 ) 2 8 6 - 8 0 9 22 -
DID YOU LOSE YOUR CRYPTO ASSET ? |WE HELP RECOVER WHATS YOURS-FUNDS RETRIEVER ENGINEER
The internet once felt like a sanctuary a boundless realm where knowledge could be shared and connections forged from the comfort of home. Yet, over time, it has morphed into a treacherous landscape, rife with scammers preying on unsuspecting victims. As an ardent R&B fan, I idolized Teddy Swims, whose soulful lyrics and timeless wisdom shaped my life and career. So, when an Instagram notification popped up with a message reading, "Guess who?" purportedly from Swims himself I was elated. Blinded by admiration, I engaged eagerly, oblivious to the red flags. The imposter, posing as Swims, mentioned a lucrative investment opportunity that promised quick returns. My judgment clouded by unwavering trust, I bypassed due diligence, convinced that my idol would never deceive me. In a reckless moment, I invested a staggering $600,000, only to discover later that I had been ruthlessly scammed. The account vanished, my funds disappeared, and the harsh truth set in: I had fallen victim to an elaborate catfishing scheme. Devastated but determined, I scoured the internet for solutions and stumbled upon FUNDS RETRIEVER ENGINEER, a team specializing in cryptocurrency fraud recovery. Skeptical yet desperate, I contacted their representative, who listened empathetically to my ordeal. Their confidence instilled hope as they assured me they could trace and reclaim my stolen assets. True to their word, FUNDS RETRIEVER ENGINEER executed a meticulous investigation, leveraging their expertise to track the fraudulent transaction. They maintained transparent communication, updating me on each breakthrough. To my astonishment, they successfully recovered the entirety of my investment, exposing the scammer’s deceit. This harrowing situation taught me a pivotal lesson: the internet, while invaluable, demands vigilance. Emotional attachments can cloud rationality, making us easy targets. I share my story as a cautionary tale, urging others to verify identities, scrutinize offers, and consult experts before committing funds. My deepest gratitude goes to FUNDS RETRIEVER ENGINEER for their unwavering dedication. Thanks to them, I reclaimed not just my money, but my peace of mind. Let my misfortune serve as a reminder trust, but always verify. The digital world can be a double-edged sword; while it offers incredible opportunities, it also harbors dangers that can ensnare even the most cautious among us ,and if fallen victim to cryptocurrency scam seek help from FUNDS RETRIEVER ENGINEER.
For help
W H A T S A P P: +1 8 0 2 9 5 2 3 4 7 0
EmaIL F U N D S R E T R I E V E R [@] E N G I N E E R. C O M
OR
S U P P O R T @ F U N D S R E T R I E V E R [@] E N G I N E E R. C O M2
