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 - "take a moment"
-
Yesterday: Senior dev messages out a screenshot of someone using an extension method I wrote (he didn’t know I wrote it)..
SeniorDev: “OMG…that has to be the stupidest thing I ever saw.”
Me: “Stupid? Why?”
SeniorDev: “Why are they having to check the value from the database to see if it’s DBNull and if it is, return null. The database value is already null. So stupid.”
Me: “DBNull is not null, it has a value. When you call the .ToString, it returns an empty string.”
SeniorDev: ”No it doesn’t, it returns null.”
<oh no he didn’t….the smack down begins>
Me: “Really? Are you sure?”
SeniorDev: “Yes! And if the developer bothered to write any unit tests, he would have known.”
Me: “Unit tests? Why do you assume there aren’t any unit tests? Did you look?”
<at this moment, couple other devs take off their head phones and turn around>
SeniorDev:”Well…uh…I just assumed there aren’t because this is an obvious use case. If there was a test, it would have failed.”
Me: “Well, let’s take a look..”
<open up the test project…navigate to the specific use case>
Me: “Yep, there it is. DBNull.Value.ToString does not return a Null value.”
SeniorDev: “Huh? Must be a new feature of C#. Anyway, if the developers wrote their code correctly, they wouldn’t have to use those extension methods. It’s a mess.”
<trying really hard not drop the F-Bomb or two>
Me: “Couple of years ago the DBAs changed the data access standard so any nullable values would always default to null. So no empty strings, zeros, negative values to indicate a non-value. Downside was now the developers couldn’t assume the value returned the expected data type. What they ended up writing was a lot of code to check the value if it was DBNull. Lots of variations of ‘if …’ , ternary operators, some creative lamda expressions, which led to unexpected behavior in the user interface. Developers blamed the DBAs, DBAs blamed the developers. Remember, Tom and DBA-Sam almost got into a fist fight over it.”
SeniorDev: “Oh…yea…but that’s a management problem, not a programming problem.”
Me: “Probably, but since the developers starting using the extension methods, bug tickets related to mis-matched data has nearly disappeared. When was the last time you saw DBA-Sam complain about the developers?”
SeniorDev: “I guess not for a while, but it’s still no excuse.”
Me: “Excuse? Excuse for what?”
<couple of awkward seconds of silence>
SeniorDev: “Hey, did you guys see the video of the guy punching the kangaroo? It’s hilarious…here, check this out.. ”
Pin shoulders the mat…1 2 3….I win.6 -
It saved me from suicide.
You have to understand first that things in India work differently. Academics are not personal, but a social business. Academic competition in India is very high and not in a good way, or for the good reasons.
As a teenager was sent off from my home to the other side of the country. I didn't like it. My studies suffered, and I failed my exams. Came back home and faced months of emotional abuse (guilt trips, scornful comments, plain insults) from my parents, neighbours and relatives. Indian society is just built that way. They didn't know they were damaging my psyche, or they were too angry to care. Lots of other shit (lost friends, lost love) happened at roughly the same time period and everything started to fall like dominos.
I fell into severe depression. Lost appetite, lost sleep. Nothing mattered anymore. There were mornings when I would wake up and not get up from my bed for hours, and not even move a finger. Self-hate became the motto of the day. I became violent and anti-social. I would either be angry or trying not to break down and give up all the time. Many a night, I considered suicide. I would end up googling for easy ways out to take.
But what gave me a way out of the pains of my reality was programming. It helped my keep my head, figuratively and literally. It kept my mind distracted and gave me a sense of purpose. I would shut myself in, plug in my headphones, shut the world out and just experiment.
I am not saying that I am the best at what I do, but those sleepless and troubled nights, and many other similar nights over the years have given me a definite edge over my colleagues.
Even today, when everything is falling to pieces, I know I have something to fall back on. I still get episodes of depression every now and then, but I know I can always pick up a new project and distract myself. It probably isn't healthy, but eh...
I am alive. I code. I kick ass. My colleagues respect and value my opinion. I love my job.
Computer does what I tell it to do (mostly :p) and I feel good. Because for that small moment, I am in control of everything. For that infinitesimally small moment of my average, boring, and somewhat painful life, I am God.50 -
Management : "How long you think it would take?"
Me : "now this is a rough estimate, but I think building the back-end and database alone could take 6-months minimum"
Management : "WHAT ARE YOU TALKING ABOUT? YOU ARE NOT SERIOUS"
me : "its a big proj..."
Management : "I thought it will be something like 10 days, already told the client it can be done"
me : "but we are not ready"
Management : "how are we not ready? we already have the virtual 3D shop, and we can use this ready-to-deploy eCommerce service as our data base "
... "you need to figure this out, this is not acceptable" he continued
* 2 Days Later -talking to my direct boss *
Boss : "since you don't know how to do it..."
me : "what ? I didn't say I can't do it, all I said it will take six months"
Boss : "yeah yeah, anyway there is this studio, a professional polish studio, we called them and they can do it, we will sign a contract with them, this will let you focus on the front-end. good?"
me : "well alright then"
Boss : "please write a doc, explaining everything needed from the backend"
-to me that was the end of it, took a long time to tell me they made the deal-
* 5 Months later *
- "Abdu, can you come here for a minute..."
- "yes boss?"
- "the document we asked you to do for the Polish studio, did you specify that we needed an integration with the API we are using for eCommerce?"
scared to death I answered : "why of course I did!"
I ran to my PC to check it out because I didn't know, I forgot because no one even comment on my doc. I check it out, and it was clearly explained... I got relaxed...
turns out they didn't even do what we asked them for. took them 5 months, and with no communication whatsoever. all their work was useless to us. complete dump waste.
----------------
never mentioned this until a year later... in a heat of moment when they were asking me to make an impossible task with no men and no time... I reminded them of this story... management didn't like it. but it was the truth. they didnt push this crazily this time13 -
PM: You know that screen that pops up at the start of the app asking for permission to access health data?
Me: Yeah the iOS HealthKit permission screen. What about it?
PM: Can you take that out. I don't think people are going to agree to it. I want people to use the app.
Me: Well we can't do that, apple says if we want to use HealthKit we have to ask for permission. We shouldn't be touching that data without permission anyway.
PM: Oh no permission is fine I get that, but is it not implied by downloading the app, its clearly a health app. I really don't want people to download it and then uninstall it because they don't like this.
Me: Not really, not everyone will know what data is needed, some of it might be sensitive to them.
PM: Nah I don't buy into that. I asked 5 of my friends on the golf course at the weekend and 3 of them said they wouldn't agree to it, thats 60% of our user base, we can't have that.
Me: ... ok, well I don't agree that your 5 friends is a fair sample to judge the whole world by, either way we have no choice.
Pm: No this isn't going to fly, can we not build our own HealthKit that doesn't have this kind of permission screen? Maybe we could start our own, and invite our partners to use it?
Me: ... no
Pm: why not? We'll have legal draw up something we put in the terms and conditions.
Me: ... it will take months to build for all the different types of devices we have, if they even let us get access to them, and then we will have a different standard to everyone else.
Pm: ... no your not seeing the big picture, i'll run the idea up the ladder.
**It was approved up the ladder, and subsequently cancelled when they realised the scale of the work involved which is both a "thank god" and a "wtf" moment**7 -
Lets take a moment to appreciate this community - no ads, clickbaits or nudity and very little reposts (mostly for fun). Please devRant, don't ever get ruined.16
-
This was at a hackathon which my study organises yearly. It's a 24 hours challenge and you've got to work in teams. It's always from 12 (noon) to 12 (noon the other day).
Another group of programmers was pulling their hair out because of their code not working, it kept crashing and they didn't see it after more than an hour (half of the team had difficulties with keeping their eyes open and it was about 3-4am so we were already programming nearly non stop for about 15-16 hours).
Walked by and offered to take a look:
"YES PLEASE FUCKING HELP"
Took a look and about two seconds later:
"oh you're missing a hashtag there *points*"
All programmers at once: MOTHERFUCKER! (or in Dutch: GODVERDOMME!) (motherfucker contextualizes the situation better imo)
I think I made their entire hackathon at that moment 😊25 -
For 2 years I tried to make my boss pay me what I know I should be worth. Over the same time the team morale took a nosedive down into an avalanche.
Today I told him, that I am sick of being kept waiting and listening to excuses. I want the payment I know I deserve and I want it before the end of the year. I believe to have stayed perfectly calm and factual, even told him "I am sorry, I really tried it, but I cannot take this anymore".
He found a way to put a (literal) "fuck you" and a verbal middle finger into other people's mounts, so he "didn't say it himself" and shut down the meeting telling me to look for another job.
Actually I have not felt as satisfied in my job for a long time, as I have in that very moment.
Time for a new start.17 -
The moment when you're failing the university, you desperately wish to drop out of it and your parents push you to inhuman amounts of things to get you to finish the bloody thing when not even a bachelor's degree will ever help you in anything and it seriously wasted 5 years of "studying" about things in food technology that were there in the USSR. I think you failed to notice that 26 years have gone after that. More years than my age is, basically, and the tech has moved forward so much I will never be able to utilise at least 80% of what I was "taught". Yeah, it's nice pretending you're somehow smarter than everyone else in your room when you have a degree like that, right?
I'm studying at a professional college right now and it's 11 AM to 5 PM five days of the week. How am I supposed to be able to combine a university that never helps one even fucking slightly if you have a job or something similar? And it also insists that it won't take away grades if you don't go there, but simultaneously it actually does that. I'm the type who cannot be made to do something in some cases even if there is no other way perceivable.
I just want to get a goddamn job that pays, but I need something that gives me salary of at least about 1000 USD equivalent to just be able to hopefully rent a small flat and have some money to spare.
Now I have to be going to the college. I might end up getting my PC taken away from me a THIRD time since me and my friends built it. And it's only been a bit more than a year since that :|
Did I tell you my age? 23.
And these people(my parents), think they can bitch, moan, take things away from me(the things that helped me all my life to not go insane from their actions), then scream at and even hit me if I don't act 100% the way they want me to.
AND THEY WILL SAY THEY WANT ME TO SUCCEED AND THAT THEY STAND FOR MY FREEDOM.
If there is some force that can help me out of this, I summon thee!
/endrant.
Sorry for that. I needed to have that out of my system.34 -
I'd like to take a moment to thank YouTube for supporting the internet on Article 13, despite them having the best chance of implementing it on top of ContentID.
Thank you Google, and thank you YouTube for doing the right thing ♥️
https://youtube.com/saveyourinterne...
19 -
Do you ever feel coding fatigue?
My dev mana has run dry, I've hit my rate limit.
That moment where your brain thinks "I should finish building this React project, it's good for my portfolio" or "I should really work on fixing this query performance issue, I already know what the problem is" — but your stomach churns at the thought of having to interpret even a single line of code?
The last few days it really does feel like a physical illness, a nauseated feeling whenever I open an IDE. I have written about 12 lines of code since Monday.
It goes beyond writer's block, it's not a lack of focus or inspiration, it's a big knot in my head of everything that's wrong and inconsistent in development, and it causes feelings of dread, desperation and revulsion when trying to wrap my head around the simplest stuff.
Does anyone have good tips to overcome this feeling, something faster and less savings-account-destroying than "take a sabbatical year and travel the world riding an emu"? (seems tempting though)57 -
People will always ask us to fix their computer :/
Had a meeting with IT-director of our client.
Me: Yes, with our solution you will be sure that the details of all your 17.500 employees will be stored and accessible for all required third party systems. We will have a 6 month preliminary schedule and it will cost..
Random: Excuse me!
Random employee interrupts and has actually stepped into the meeting room.
Random: Can you take a look at my computer? Something is wrong.
IT-director: Is there noone else who can look at this?
Random: But it was working a minute ago. It probably will be a quick fix?
IT-director looks at me like "what even is this?"
IT-director: Go down to the 12th and talk to IT there, we're having a meeting here.
Random: I thought you guys who are so good with computers could fix this in a jiffy!
Me: Burning inside
IT-director: Just leave us, please.
Random leaves.
IT-director looks at me and I look knowingly back. We are both sad for a moment. Then we continue.9 -
A bit long story about language barrier.
So I worked at an Asia company. The company decided to close a Northern Europe site which was considered to have low productivity. I was sent to that site to learn and take their job back to HQ.
One day when I was there, we got an email from a developer in HQ, requesting feature changes in the software maintained by the Northern Europe site. I heard the local developers were discussing about the email in their language. I don't speak their language but I could feel that they were confusing. So I walked to them and ask if I could help. They show me the email written in English by the Asian developer in HQ. And I was surprised that even I (who speaks the same native language with HQ dev) couldn't fully understand what the mail wanted to express. So I called back to HQ and talked to the developer directly, in our native language.
Turns out, he actually tried to say a completely different thing with that was written in the email.
Until that moment, I finally know why the site was considered to have low productivity. The men in HQ just couldn't describe the requirements correctly. And sure you got false result when you give wrong requirements statements.
I was so angry and felt sorry about the developers in that closing site. They were far more talented and experienced than most my colleagues in HQ. But they were laid off only because communication errors in HQ developers.7 -
Let's take a moment and be grateful for the Stackoverflow community and the help we received throughout the years.
3 -
Hello!
I'm a member of an international hacker group.
As you could probably have guessed, your account [cozyplanes@tuta.io] was hacked, because I sent message you from it.
Now I have access to you accounts!
For example, your password for [cozyplanes@tuta.io] is [RANDOM_ALPHABET_HERE]
Within a period from July 7, 2018 to September 23, 2018, you were infected by the virus we've created, through an adult website you've visited.
So far, we have access to your messages, social media accounts, and messengers.
Moreover, we've gotten full damps of these data.
We are aware of your little and big secrets...yeah, you do have them. We saw and recorded your doings on porn websites. Your tastes are so weird, you know..
But the key thing is that sometimes we recorded you with your webcam, syncing the recordings with what you watched!
I think you are not interested show this video to your friends, relatives, and your intimate one...
Transfer $700 to our Bitcoin wallet: 13DAd45ARMJW6th1cBuY1FwB9beVSzW77R
If you don't know about Bitcoin please input in Google "buy BTC". It's really easy.
I guarantee that after that, we'll erase all your "data" :)
A timer will start once you read this message. You have 48 hours to pay the above-mentioned amount.
Your data will be erased once the money are transferred.
If they are not, all your messages and videos recorded will be automatically sent to all your contacts found on your devices at the moment of infection.
You should always think about your security.
We hope this case will teach you to keep secrets.
Take care of yourself.
>> RE >>
Well f### you, thanks for telling my password which is obviously fake. I have sent your details to the local police department, shall rest in peace. Don't earn money by this kind of action. STUPID!14 -
Wrote my friend Sam a letter when I was still working in support. I think it still holds up today.
---
Dear Sam,
I understand that you will join us in our overseas office. Congratulations on landing that job. It’s good steady work. I’ve been doing it for the last ten years.
Your still young so maybe I can give you some little wisdom that will help you in your working years to come.
Let me begin by shedding some light on phone calls.
I try. I really do try Sam. But it is getting so hard for me to hold back the rage that builds up during certain phone calls. Especially the ‘Sorry, I just don’t know anything about computers! -giggle-’ ones.
Those are the times that I have no access to what they see. I’ve no team-viewer, can not take over that screen in any other way. And why-oh-why can I not take over that terminal session dear Sam? It’s because the caller can not double-click an icon or find a terminal session number.
And what is the reason for this? Because they ‘just don’t know anything about computers! -giggle-’. This is a sort of get-out-of-jail-free card. Beware of these callers Sam.
There is nothing so nerve-wrecking then finding yourself at the mercy of people describing Internet Explorer (do not even get me started) as ‘the big ‘E’, if they use Chrome for their webmail then they most likely will say ‘Mail’ if they mean Chrome. There is no logic Sam. That is just the way these people work.
They will suck all enjoyment out of your work. They will make you want to hunt them down in dark office hallways and show them your tears Sam. Because cry you will.
Sure, I understand that not everyone can be tech savvy. Why, if everyone would be, where would that leave us? No. I love the technologically challenged. They put the fiber in my internet. They make me LOL for real. After the initial anger subsides anyway.
But just below that well-willing folk, on the other side of that border… there they dwell: Management.
Nice cars, suits and iphones Sam. First thing a new manager will require is a brand spanking new business-card. It will hold his/her new title. Then an iphone or overpriced android model will follow suit.
Then they will barge into your office, holding it like it’s the next best thing since sliced bread.
Any manager will automatically assume that you will drop anything you are doing at the present moment to acknowledge the presence of greatness. Failing to do so will result in awkward yet fulfilling situations. I recommend that you do not take your hands of the keyboard and give only the slightest of nods after 5 minutes of complete silence and glaring.
Well… you feel the glare. You do not glare yourself. You do not break eye-contact with the monitor. It does not even matter if you are typing for real or not. I once clicked away happily for 5 minutes. I just typed ‘he is still there’ over and over again. Do not break down Sam. This moment will decide your relationship with this individual.
After the nod there will be a flood of words aimed in your general direction. You can disregard anything that is said. It boils down to ‘can not operate device’.
You then take the device from this person and put it next to you on your desk. You’ll ask the name of this simpleton, write it down on a sticky-note, slap that on the phone. Then you’ll write a random date in the not so near future on another sticky and hand that to the bewildered person in front of you.
It will usually utter some incoherent words about ‘needing, time or but’ (I find that ‘but’is a word they like. They tend to use it three or four times consecutive before you usher them through the door).
Now you’ve won Sam. Well… not really. But it will feel good, I can guarantee that.
This must do for now. A new suit is glaring at me for the last five minutes.
Felt good to do something productive with this time.
Take care,
Baltasar
P.s. I just noticed that there is some foam around his mouth. So if you encounter this, don’t worry: it seems to be perfectly normal.13 -
Well today I got a fantastic surprise (truthfully). We hired a dev some months ago, who was on 6 months probation and, to put it politely, he was not going to pass it.
*side note: for details of some of the above, read my last 10 or so rants. They are pretty much all him.
Anyway, management put him on an improvement plan to make sure everything was fair, it wasn't working out, but they said we had to finish it to be fair.
So we had another 2 weeks left when he announced last night he's leaving for a new junior role, technical but not a dev.
Months of stress, heartache, bewilderment, late nights and weekends all just came to an end.
The English language fails me to express my overwhelming joy at this moment. The only way I can come close to it is to say that when he made his announcement, a colleague told me I should stop smiling as it could be taken as being rude.
I'd like to take this moment to thank the community for supporting me over the past few difficult months. Without you I probably would have tried to kill him with my dev rant stressball.
Thanks,
practiseSafeHex8 -
HR: Hi we got your application. We'd like to schedule a call. Can you fill this out to pick a time?
Me: Sure, sorry first I'd like to ask a question. You are based on the other side of the country and i'm not able to relocate. Are you open to remote workers? Your job spec didn't mention either way.
HR: GREAT question! At this moment no we are not. We need people here on site. If you'd like, we can have a call to discuss if you fill out the form.
Me: ..... take time out of my day so you can tell me "No" again? ..... i'm alright thanks13 -
My team are the best coworkers I've had. Admittedly I'm only 4 years into my professional career, but my team makes me stay with my current job.
My team do a lot of silly things to keep everyone in a good mood, and stress free. This week we've had a game where in a quote moment you just yell the name of a primitive type (like BOOL). Why? No idea, but we're enjoying it.
We also have a chicken hat that we named Barry. He sits with people on their desk to do code reviews and such. When people leave they get their own Barry to take with them to their new job. We introduce people to him as a regular member of the team.
Sometimes work sucks. Being a developer can be hard, and can be stressful. Working with this team makes it worth it. -
Everyone generally agrees code reviews are a good idea right? And some form of testing is kinda a requirement before releasing.
Nope not my boss at the moment. None of my work has been checked in any way but is going out to thousands of users.
If I take the heat for bugs I'm gonna hit back so hard15 -
I'm starting to think customers know when I'm busy and take that moment to break their products.
I JUST WANT TO LET MY LEG SOAK IN EPSOM WATER... your users are going to bed soon, it's a freaking Saturday, and you need to go get laid because you have too much time on your hands. I'm in pain and cannot help you restore service if you don't stay on the line. So please... don't. Fucking. Call me. Unless you're going to stay on the line to test. You're pushing my limits, and if my voice gets any quieter, it means I'm about to find your porn accounts and register you as an amateur, uploading cows fucking to get you banned from all the services. Congratulations sir, you've pissed me off so bad, I'm using my "I'm not mad, I'm just disappointed" voice I learned from my mother. I hope you're happy. I'm so mad I'm not even swearing anymore. I always swear.
Edit: if my voice ever sounds sweet and demure over the phone, someone is about to get fucked with a red hot fireplace poker. This fucker getting close.1 -
Here's a true story about a "fight" between me and my project manager...
I've been working as a Frontend developer for nearly two years, managed to acquire a decent amount of knowledge, in some cases well above the rest of my coworkers, and one day I got into a bit of a disagreement with my project manager.
Basically he wanted me to copy/paste some feature from another project (needless to say, that... "thing" has more bugs than an ant farm), and against his orders I started doing that feature from scratch, to build a solid foundation from the very start.
I had a lengthy deadline to deliver that feature, they were expecting me to take some time to fix some of the bugs as well, but my idea was to make it bug-free from the moment the feature was released. Both my method and the one I should be copying worked the exact same, but mine was superior in every way, had no bugs, was scalable and upgradeable with little effort, there was no reason not to accept it.
We use scrum as our work methodology, so we have daily meetings. In one of those, the project manager asked me how was the progress on that new feature, and I told him I was just polishing up the code and integrating it with the rest of the project, to make sure everything was working properly. I still had a full day left before the deadline set for that feature, and I was expecting to take about half an hour to finish up a couple lines of code and test everything, no issues so far...
But then he exploded, and demanded to know why wasn't I copying the code from the other project, to which I answered "because this way things will work better".
Right after he said that the feature was working on the other project, copying and pasting it should take a few minutes to do and maybe a couple of extra hours to fix any issues that might have appeared...
The problem here is, the other project was made by trainees, I honestly can't navigate through 3 pages without bumping into an average of 2 errors per page, I was placed into this new project because they know I do quality code, and they wanted this project to be properly made, unlike the previous one, so I was baffled when he said that he preferred me to copy code instead of doing "good" code...
My next reply was "just because something has been made and is working that doesn't mean that it has been properly made nor will work as it should, I could save a few hours copying code (except I wouldn't save any, it would take me more time to adapt the code than to do it from scratch) but then I'll be wasting weeks of work because of new bugs that will be reported over time, because trust me, they will appear... "
I told him this in a very calm manner, but everybody in the meeting room paused and started staring at me, not many dare challenge that specific project manager, and I had just done that...
After a few seconds of silence the PM finally said... "look, if you manage to finish your task inside the set deadline I'll forget we ever had this conversation, but I'll leave a note on my book, just in case..."
I finished that task in about 30 mins, as expected, still had 7 hours till deadline, and I completely forgot about that feature until now because it has never given any issues whatsoever, and is now being used for other projects as well.
It was one of my proudest/rage inducing moments in this project, and honestly, I think I have hit my PM with a very big white glove because some weeks after this event the CEO himself came to the whole team to congratulate us on the outstanding work being made so far, in a project that acted against the PM's orders 90% of the time.11 -
Okay so this is going to be a rant.
My exams started last wednesday. I'm doing a study called Application Development and I'm in my 5th year now (out of 4, long story).
This is the stuff that's going wrong at the moment and it's getting FUCKING annoying.
- The windows computers were not installed that well so everyone had to downgrade from the last update which took way too long.
- We have to have at least 1-3 conversations with the 'client' and 'manager' for each document but the waiting lists are so long that we have to wait for about 2-4 hours in general (we had a total of 18 hours for the first task) so a lot of people couldn't even have a meeting about around half of the documentation. Having meetings about everything is a REQUIREMENT for a good grade.
- Some of the teachers are so slow that the meetings take way too long.
- Although documentation is important, we calculated that about 80% of the WHOLE FUCKING EXAMS will be documentation which is way too fucking much.
- Some of the grading points (like chapters you have to write in the documentation) ARE NOT EVEN IN THE TEMPLATES MY STUDY PROVIDES. Already had a moment where a teacher was like 'I'm missing this chapter?' me: 'It's not in the official templates?!?' teacher: 'stop right there. I have to grade you for this so is that your or my problem'? unbe-fucking-lievable.
- Some students get so many 'musts' that we are seriously doubting if we can get this to work within about 2 days (12 hours).
Sorry for this rant but I had to get this the FUCK out.8 -
Nearing the end of my internship I got to sit in with a few interviews for new interns. We asked them in advance to take some of their code with them if possible.
So this guy walks in a suit and with briefcase puts his briefcase on the table and takes out a few laminated A4 printouts. That was his code. He didn't want to take a USB or laptop because he might be hacked by the company.
The whole interview only took 4 minutes from the moment he walked in.7 -
!rant
Let's take a moment to appreciate interested and enthousiastic non-developers who really want to learn a programming language.
I am studying Medical IT at my college and most of my classmates aren't coming from an IT background.
We're currently working with Java, PHP, JavaScript and some require Node for their semester projects.
Some of my classmates approach me when they're stuck while coding and I try to teach them as much as possible so they understand what they are doing wrong and how to fix it.
I also show them how they can optimise their code step by step and they love it!
As a classmate told me yesterday:
"It's always so much fun working with you. I come up with a small problem, but I end up learning so much more about programming when solving a problem with you. I appreciate that."
It's a mindset I've learned when I was doing my developer apprenticeship back in the day. One of my colleagues told me: "if they want your help because they need a quick fix, tell them to kiss your ass. If you know they've already tried everything they could and ask you specifically because they want to understand what they are doing wrong, they are future developers with great potential, so go teach them."
May the force be with you, my enthousiastic little non-devs ❤️6 -
Can we all take a moment to appreciate what a complete mess web technologies are.
We're abusing a markup language made for scientific writing, by styling it with css and in order to make it dynamic somehow, we run a weird ass scripting language on the clientside.
Because nobody really wants to use this burning garbage can, some of us invented web frameworks.
And let's not get started on php...14 -
All this "political correctness" cancer spreading through the Python community at the moment over "master/slave" terminology has me wondering where will it end. When the pendulum swings will be have a pro-life movement opposed to pre-emptively killing processes? Will a branch of PETA form to oppose the taxonomic appropriation of reptilian names for the language as a whole? Are we going to need to find gender-neutral names for motherboards to avoid offending those who are offended by the oppressive digital binary? Will removing "mother" from the name motherboard invite 6th wave feminists to decry the influence of toxic masculinity in electronics? Do snake lives matter? Seriously, some people need to take a month off to go fuck themselves somewhere far far away and stop confusing "diversity" with "rampant idiocy".
14 -
I was in college studying stuff I couldn't care less about and had a job that was consuming me. A couple of colleagues and I then decided to open our own company. Four years of sleepless nights later, all colleagues left. I had lost touch with family and friends, had lost a girlfriend and had been left with all the company's debt to pay. Going back to my old career seemed like the only option, but I couldn't let me sabotage myself again. I sat my butt in front of my sister's computer and downloaded every coding class I could get my hands on. Getting used to sleep deprivation helped. Eventually I built my first app and landed my first freelance job. All hat in hand, I told this company I didn't have much experience and they told me they'd hire a senior developer as well. It was on a Sunday morning, at 4am, with the deadline breathing down our necks, that the senior developer had jumped ship and the company asked me if I could take over the project. That moment I realised it's all about being competent. That moment I knew I could do this.5
-
Can we please take a moment to acknowledge the fact that our community has grown tremendously? #feelingblessed2
-
As devs we like to complain about our jobs. But I just want to take a moment and acknowledge how truly amazing writing software is. Nothing else has given me so much joy and happiness. The endless stream of new things to learn, the elusive art of clean code, and deep understanding of systems required for architecture. There is so much depth to this career we have all chosen and I hope you guys love it just as much as I do.5
-
!rant
> Go down into the kitchen to make some tea for my morning routine
> Prepare some water in the water heater
> Throw a tea bag, a bit of sugar and a spoon in my cup
> Take the cup without the water and leave towards my office
> *10 mins pass*
> Want to take the tea bag out of the cup because the tea should be ready now
> That's the moment I realize that I'm a fucking idiot
I seriously need some days off4 -
Thinking about this makes me pull my fucking hairs.
The fact that I have to look for the actual content in a website, among all the ads, prompts and fucking stupid design is fucking ridiculous.
Every fucking website is following this designs now. Always showing popups to subscribe to their fucking newsletter the moments you visit the site.
Can you please let me fucking read the content I require first?
"No fucking way. I will block 80% of the viewport with unnecessary stuff. I will place my ads on the left and right side. On the bottom, I will have a blocking div that will prompt you to subscribe to our newsletter. And on the top, we will have this huge fucking navbar which will take 30% of the view. That 20% area left in the middle? yeah, good luck on finding something useful in there"
Then there are this fucking cunts, that blocks the whole website the moment you enter.
"Oh, you need some information, right? Why not just subscribe to our emails first so that we can send your useless junks every now and then".
Oh my fucking batman, don't even remind me of those stupidass videos. Now 90% of the popular website will play a video immediately after you enter the website.
And guess what?! The volume will be amplified to 500% so that that's the sound you will ever hear in your lifetime.
The fucking web is becoming absolute shite right now. We really need a revolution here which makes the websites show the appropriate amount of ads and prevents them from doing all these stupids shits.5 -
Not really a fired moment because it was a university project.
A colleague of mine decided it'd be nice to set placeholder images to Hitler wearing a hello Kitty Nazi uniform. Oh without telling anyone, of course.
I go into the lab that a couple lecturers share, one of them was interested in the project we were working on and to our surprise the placeholder images pop up. I immediately say sorry, I didn't set that image and the guy looks at me with judging eyes.
Same guy has to take meds daily otherwise he acts up, not sure what it was he had, may have been ADHD, anyways we were staying late and he forgot his meds, and while our client is in the same room this guy starts doing the macarana behind the room separator, while we're supposed to give him a live preview of what we had accomplished in three months of work. Needless to say he didn't see him dancing like a moron but wow :/ learn to control yourself.
Same guy also never commented his code and used the two letter variable principal because it's such a great idea >.> Me and the other guy spent 6 hours rewriting his code, which should have been less time but he wasn't there to help nor was he available to yell.. I mean ask for help.
I hate University group projects....2 -
When I started university, I was getting out of some really awful situations-- emotionally abusive parents, a boyfriend who was blackmailing me, a truly bizarre rape, etc. My life had been a little rough, and I was dealing with some PTSD.
My first computer science course was great. The professor was clear, patient, everything a sensitive student needed. I was able to concentrate on the curriculum without any problems.
The second 'intermediate' course, though? Not so much. The professor shouted his lectures during the entire class period in a relatively small classroom. Occasionally, he would clasp his hands and move around pretty unpredictably (like jumping out at the class), which spooked me a few times. He also always seemed like he was just hovering on the edge of madness, like he was just barely keeping it together, but he never broke.
I sat in the front row and was absolutely terrified during his lectures because it seemed like he was mad at me. I was half expecting him to start attacking me at any moment. Because, you know, PTSD.
I was also only getting a comp sci minor, so the other students looked at me like I wasn't supposed to be there, which also made me feel pretty uncomfortable, but such is life.
After most classes with him, I would need to take about an hour or two afterwards to calm down, stop shaking, and recompose myself. I looked forward to test days because he wouldn't yell. It was rough.
Later on, I learned that he used to be a gym teacher, which explains the jumping and yelling. Also, his wife, daughter, and dog all died within six months of each other the year prior, which might explain why he always seemed so on edge.3 -
After completing my sprint and some lingering stuff in the backlog
Me: Hey, there's this tiny feature people have really requested, I'll go build it since I got nothing else to do at the moment. It'll only take like 1h
PO: Hmm ok. Don't work on that yet, we need to check with business people and agree on the user stories and bla bla bla
Me: Ok, well there's these bugs I can take care of then, I'll get them fixed, won't be long.
PO: Hmmm, we need to measure the impact first. Let me get back to you on that a bit later
Me: Meh, oh. I'll refactor this bad component meanwhile then.
PO: Have you created a story for that in JIRA? Create the story first and then we'll groom it and take it in when we've time
Me in my head: Dafuq! Im trying to work on your fucking project but you keep throwing all that business bueraucracy shit at me. What am I supposed to do then? Sip coffee in the kitchen and talk about the other fucking billion failed "new business opportunities" with my peers? Fuck this circle jerk of a billion management people all trying to make themselves important. Nothing. Ever. Gets. Fucking. Done!!!
Me: Ah right, I'll do that *proceeds to the water cooler*5 -
I started drinking coffee when I started as a junior dev.
I loved its boost, but after a while being on coffee was exactly how I felt before as normal. I incrementally upped the dosage, while my resistance creeped up too. I reached a moment when I drank a liter daily, so I witched to yerba maté instead, which resulted in more potent brews. Then I got used to its strength too plus it tasted like horseshit. I switched to caffeine tablets, takingg more and more. Soon after I reached a level which was described medically as the top one should be allowed to take.
I no longer felt any boost. In between caffeinated moments of normalty, I felt like a brain-dead zombie. When I was caffeinated, I was jittery, my shoulder and eyebrow was glitching, my stomach was flexing like before taking a huge exam.
After some miserable time like that, I quit caffeine entirely. I was fatigued, dull and my mind was hazy for te next 1-2 weeks.
I then finally, became gradually normal again.
I drink tea and coffee only socially, perhaps a few times in a month, and never after too much later than noon.
Now I can't wear my "Programmer. Converts coffee into code" shirt anymore. Apart from that, I'm much better off :)
What's your coffee story?14 -
I would like to take a moment to thank my brain.
I dreamed about the code I need to write to create something I was struggling with! Logically it all make sense!
Just needs to try it and see how it goes.
Thank you Brain!5 -
I love it when companies take 3 weeks to reply to their mail.
I love it when said company plans in a meeting during a 3 hour period, any moment through which they could arrive and you have to be available for.
Additionally, I love seeing companies use an @gmail.com for their business mail. The professionalism just oozes off of a Gmail account, when it's used for business-related stuff.
I love this kind of professionalism. So professional, much business.
…
Get a fucking domain already. And MAINTAIN YOUR FUCKING MAIL!! And why the FUCK am I waiting for these incompetent motherfuckers to arrive already, for 90 bloody motherfucking minutes that are way overtime for me as I've been awake for fucking 18.5 hours already?! Fucking incompetent pieces of shit.8 -
Seeing on some other posts I wanted to rant about my uni’s computer science community.
Some background: This is a small uni, not like a community college definitely a little bigger. Located somewhere in WV. There is 2-4 girls in every CS class I have had and at least 27-30 guys.
The reason why I mention this is because there is no sense of team work at all. When it comes to exams or projects I take the initiative and make either quizlets (being freaking nice here) share them or take times after school in the library to work on projects. If I have a solution I will share it, I will try to help you in your problem. If I know how to do it of course.
The real issue is all those CS experts that already fixed or finished their programs, the ones on the top of the class. Is as if the moment I ask something related to the project I am already dumb for not have figured it out on my own.
There is the typical CS student that just tries and gives up or just gives up without trying and the other kind of CS student that does that. Doesn’t help anybody else, wants to be on the top all the time.
What I am trying to say here is that it just feels like a competition all the time. (I consider myself in between this two types of students cause I wasn’t born a genius but I do try my ass off on projects) however, I feel like guys see me every new semester in a CS class and think “oh wow how is she still here? Wait did she pass?”
All I say is “yeah I fucking did, with a C or B but here”. So I don’t know, first rant posted 👏🏽🙆🏽♀️10 -
I would like to take a moment and recognize LiLi as the possibly most outlandish design for any software ever without looking horribly ugly. I mean just fucking look at it, it heavily relies on transparency, it uses traffic lights, it uses weird glowing bars, you cannot resize it, you cannot minimize it, it has this random mash of colors in the logo, it heavily relies on gradients, the border edges are very rounded and aliased, you have no idea where the boundaries of the fucking thing is.
Overall, its fucking great guys. I have no idea where the inspiration came from, but possibly the windows aero and a mishmash of other things?
18 -
Was on a call today...nobody knew who owned or was responsible for one of the servers. My manager has a great way of finding out...he says "If I take my hammer and smash the server to pieces...who gets pissed." A moment of silence then someone speaks up..."Oh well then that would be Joe down the hall."
That my friends is how to get answers. Threaten to break things.5 -
DevRant: You've scrolled past our devRanting limit. Please stare at this screen and take a moment to reflect on your decisions.
4 -
Can we all just take a moment and thoroughly acknowledge the fact that Undertale was basically entirely written, designed and programmed by one guy. And it has almost 30 endings! I don't have the dedication to even reach all 30 endings let alone program them2
-
At the end of each work day, once I am sitting down, I take a moment to do a little stress relief exercise.
I get in my car, make sure all doors/windows are shut, make sure the coast is clear, and I yell at the top of my lungs.
The relief is almost instant. And even if it was a good day, sometimes a good, loud yell can just help to relieve any build up tension, anxiety, or stress you may not have known you were under. Give it a try (:2 -
I was just waiting for it to happen. The gaslighting charade finally crumbles.
Tldr: was strongly asked to work overtime again for no reason, refused it (weakly, but it is a start).
(Boss isn't actually my boss, just my unofficial lead at the moment.)
1.4 hours after regular work hours:
Me: boss, this issue is still not resolved but I am out of ideas for it. Already shared my last resort idea twice with you but you don't agree to it. If you are available I can meet you for a short call before logging off for the weekend.
.
10 minutes later, just as I am about to log off.
.
Boss: let's meet. The problem implies something wrong with your code. Let's check.
Me: [ugh] okay
.
Boss then rambles on about a juvenile nsfw joke to describe the situation and I force a laugh, we get to the topic. I manage to explain the situation despite the interruptions from him. Then he shares his genius idea. We agree it might work but the implementation will be slightly tricky. It is now 2 hours outside of work hours.
.
Boss: can you try it out and let me know if it works?
Me: sure, I'll try it out on Monday and keep you posted.
Boss: Monday?!! Look, it is getting on my nerves now, this has been going on for too long (false, since the issue is from a day before not a week before and I had asked for help multiple times before today).
I don't even know what big boss is going to be like. This needs to be done.
Me:. ...
[ You manipulative asshole, I'm not doing overtime for you, I owe you nothing and don't give a shit about your senile nerves. Fuck you and your shit codebase and clusterfuck development environment which makes the hairballs in a public toilet look well engineered.]
Look, it is difficult for me too...
Boss: If not now, I can accept weekend. Because I don't know how big boss will take it. You understand right what I'm saying. This needs to be done.
Me: [Fuck off scum chod! Take your acceptance, fuck it hard, and take it away with you! ]
Hmm. Let's see what can be done.
Thanks for your help.
Logged off.
I can't express the tone of his righteous rage in words.
I have never had to face such revolting attitude before from people at work. I just don't get how people can be so ridiculous. The whole team is filled with chodebags of different sizes.rant fucking chodebag little wins how do these people get chosen to lead? perhaps more to come later33 -
Why do simple errors take the longest to fucking find!
Was using the geolocation api (js) to get the current longitude and latitude of my location. Stored them in an object to use in a fetch(). Every time I ran the fetch it was giving me the wrong location!
1hr later I realized I had used.
Fetch(https${longitude}blablabla${longitude})
After realizing this mistake and everything I that lead up to that moment I closed my MacBook and took my ass to sleep.
Moral of this story is...take fucking breaks.
Goodnight1 -
Ok.. So I'm a student striving to be a mobile developer and since the job market is non-existent if you don't have a degree here I had to take a customer support job for the moment/until I find something better.
I was handling some purchases and ask this customer to provide me a screenshot of the receipt.
Send him steps on how to do it and a video demonstration for Android devices.
Now the great part
HE PROCEEDS TO SCAN HIS PHONE SCREEN WITH A SCANNER, PRINTS THE IMAGE AND THEN TAKES A PICTURE OF THE PRINTED FILE AND SENDS IT. HOW THE FUCK SHOULD I READ ANYTHING THERE YOU FUCKING TOMATO?!?!
HE DIDN'T UNDERSTAND HOW TO TO TAKE THE SCREENSHOT!!!5 -
Who's got time to be an imposter. 🤷♂️
I am out of my depth 90% of the time, always diving into areas that are foreign to me, you just need to enjoy the buzz of knowing you are coming out the other side more knowledgeable then you did going in.
But if you do get overwhelmed with this condition, step back, take a breather, and use that moment to think things through at the big picture level before moving forward again, sometimes the right solution is hard to think off when you're to focused and drowning your way through a bad one.4 -
(biggest facepalm moment)
So this happened...
We were suppose to submit a project in the name of app development.
Being our first app, it was a simple Android app having simple features which any e-commerce app would have.
On the day of evaluation, we handed our mobile (which already had our app) to our evaluator, to have a feel of our app.
After few swipes here and there, the evaluator said this,(which blew our mind)...
Don't be so smart,... Here take my IPhone and run your app on it! I want to see if it works on my IPhone like it does on yours or not.
The next thing our group was doing was to look at each other's face,.. completely stunned what to say next!
(If confused, read tags...) :/3 -
Not sure if you'd call this an insecurity but regardless; frontend.
Much of the stuff I develop is meant to be user/privacy friendly.
Like, at the moment I'm developing an end-to-end encrypted notes web application. The backend is a fucking breeze, the frontend is hell for me. I'm managing mostly but for example, I need to implement a specific thing/feature right now and while the backend would take me about 15-30 minutes, I've been only just thinking about how I'm going to do this frontend wise for the past few fucking hours.
My JavaScript skills are quite alright, html is manageable, css only the basics.
And before people tell me to just learn it; I. Fucking. Hate. Frontend. Development. My motivation for this is below zero.
But, most of the shit I write depends on frontend regardless!3 -
Oh look, you aren't doing shit. You have 2 weeks worth of testing to complete and you are checking out stories on the Yahoo front page.
Useless. Completely incompetent. Idiot. Imbecile. Moron. Stupid. How dense? Let me count the ways...
Do you know anything?! You use big words to sound important and look like you know your shit. In reality, you have no clue!
How you have managed to capture this job is baffling to me. It shows there is much work to be done to filter out toxic, incompetent people like you. Otherwise, the industry will be plagued with a terrible fear of sub-par employees.
Your lack of common decency for the office space is appalling. Your attitude and "can do no wrong" personality is disgusting. And the cherry on top? It is impossible for you to admit mistakes and take ownership for your actions. You can be inexperienced, stressed out, or even make a mistake once in a while. Yet, the moment you DO fuck up and act like nothing was your fault, that most of it was MY fault, or the TEST environment's fault, or the other team's fault, a lack of resources, a lack of time, ANYTHING but your own damn incompetence, you are dead to me.
You are, by far, the worst co-worker I have ever had.7 -
That moment when you take a look back at your old portfolio websites...
I have to cringe and laugh at the same time rn. The way I styled it. OMG...
Self note: You will still cringe in the future, when you are going to look back at your current portfolio website.5 -
That I am not good enough for this shit.
Recently left my job because anxiety, a lot of it.
Tbh, I should not burntout myself, because:
- salary was a shit
- the scrum was a lie, there was no end of the sprint, so no retrospective meeting ever done.
- They change the """sprint""" task pile at any moment, usually adding more tasks for the same sprint.
- previous project manager was an idiot who said "yes" at EVERYTHING the client asked, even if the request was outside tje scope of the project.
The project was heavily delayed, and I was the only developer left on the most hideous backend you can imagine (the code was just tje very definition of "what not to do"). NO UNIT TESTING at all.
My task: clean the mess so we have a """stable""" release (with the tests), add the new features and re-do the backend again, but this time properly.
8 months of develop for this shit and they wanted the stable-shit-backend in a month and the new backend in other month "because everithing was already done in the shitty one". Do not forget the new features too.
So, I was doing the imposible to try to do tje task, overdoing hours and reading the docs of the project (because I was new in it), but it take me.a lot of effort to simply correct bugs because of complexity of the code and not understanding fully some parts of the project.
Then the comments like "why this is not finished yet?" Or "I do not understand why this is taking so long"
So, I had poor sleep, I was anxious because my inhability to do the imposible and in the end, a feeling kind of defeated because I quit.
So... that.
Sorry if something is wrong typed or so, english is not my native language.5 -
Some people here are so rude. Yesterday, this guy just shushed a few people twice, one of them being the boss's daughter and another a guy above him!
The other day, the boss's daughter was screaming with someone over the phone for almost an hour. She literally screams with everyone that disagrees with her but alright.
A couple of months ago this guy called because he wanted me to fix something, but I didn't know how to so I said I would ask my co-worker, but since he was busy it might take a while, so he screamed at me because he needed that fixed in the moment.
Also, everyone thinks our department should fix everything, even tho we are ALL programmers, except for one, but he has better things to do than log into your outlook account.
I hate half of the people here.10 -
That moment you receive your salary but decide to hold off paying your dues for a few hours just to take a break from being poor 🙄
-
I just installed Opera Mini on my PSP. That alone isn't very exciting on its own, although I am stoked that my website does in fact render on a device from 2009. With the helpful guidance of a laptop from 2004 that's doing the hotspot duties for this thing.
No, what really got me stoked is that Opera still supports these old platforms, and how small they managed to make it. The .jar file for Opera Mini 4.5 is ~800kB large. There's a .jad file as well but it's negligible in size and seems to be a signature of sorts.
Let that sink in for a moment. This entire web browser is 800kB. Firefox meanwhile consistently consumes 800 MEGABYTES.. in MEMORY. So then, I went to think for a moment, how on earth did they manage to cram an entire functioning web browser in 800kB? Hell, what makes up a web browser anyway?
The answer to that question I got to is as follows. You need an engine to render the web page you receive. You need a UI to make the browser look nice. And finally you need a certificate store to know which TLS certificates to trust. And while probably difficult to make, I think it should be possible to do in 800k. Seriously, think about it. How would you go *make* a web browser? Because I've already done that in the past.
Earlier I heard that you need graphics, audio, wasm, yada yada backends too.. no. Give your head a shake. Graphics are the responsibility of the graphics driver. A web browser shouldn't dabble with those at all. Audio, you connect to PulseAudio (in Linux at least) and you're done. Hell I don't even care about ALSA or OSS here. You just connect to the stuff that does that job for you. And WebAssembly.. God I could rant about that shit all day. How about making it a native application? Not like actual Assembly is used for BIOS and low-level drivers. And that we already have a better language for the more portable stuff called C.
Seriously, think about it. Opera - a reputable browser vendor - managed to do it in 800kB on a 12 year old device. Don't go full wank on your framework shit on the comments. And don't you fucking dare to tell me that there's more to it. They did it for crying out loud. Now you take a look at your shitpile for JS code and refactor that shit already. Thank you.
21 -
Can marketing (and PM) asshats take a moment, think about the word "just", the amount of time they are using it and STOP USING AT ALL. It's fucking irritation to hear that word.
for example, it just needs to be get done, OR
just do an AJAX call and it'll be done.5 -
*At the daily status meeting*
Manager: I don’t have anything to table or anything I want to ask about. I honestly don’t know what the point of this meeting even is.
*Throughout every other living breathing moment of time*
Manager: Hey, I had an idea
Manager: Hey, I wanted to get your thoughts on something
Manager: Hey, what do you think about…
Manager: Hey, what are you currently working on?
Manager: Do you think you could just *sneak* in this new feature request and have it to me by EOD?
Manager: Hey, I just sent you an email
The email: Hey I think I found a bug, it’s with image alignment in Microsoft Word and it’s pretty breaking to my productivity report. Do you think you could take a look right now? Thoughts?4 -
That moment when you look at the network performance of the website you've paid a professional company for and realise that there are some 100x100 px jpegs at almost 500kb each and the jquery scripts take 3s to download! o.O
Does no one bother to optimise file sizes these days?4 -
That moment when it takes 4 hours to automate a task which would otherwise take 15min all 2 months to do manually.2
-
Things I wish people had said at my first job (in light of lots of the people I see starting their first dev gig on here). Please add yours.
Congrats!
Take a breath, you will be fine.
If you get frustrated, take a moment to collect your thoughts.
Don't be afraid to say you don't know, you are not expected to know everything.
Your workday needs to end at a decent time. Don't overdo it or you will be useless for more of your hours.
Always take whatever length of time you think something will take and double it. If you think it will take 15 minutes, it'll probably take your 4 hours.
Concentrate on networking and personal relationships.
Pick the smartest people who have moved the most vertically and pay attention to what they say, they might know a lot.
When management makes an "unwise" or "crazy" decision, ask them why or what the context or motive is that made then arrive at that course of action. Some of them might surprise you in their bigger picture motives or dumbassedness.
Six sigma may be in your future, learn what it is.
Automate as much of your own job as possible.
Um, that's all I've got for now. Hopefully that's helpful to people just starting out. Feel free to add yours.3 -
ÆÃÅĀÀÁÂÄ!!!
I'm so thrilled!! I am not a GUI person & I am rly rly slow & bad when it comes to minor changes on that part..
But today I finally finished GUI, client logic, server side logic & db shiiit for some audit interface I was making.. ..from scratch, meaning it wasn't some changese here & there, no copy pasta no nothin.. I did the whole thing by myself..did a lot of things for the first time & it didn't take me ages!! Wiiiiii!!! Having a total 'I iz so proud of myself' moment!! // I usually am not the boasting/confident/happy with myself type..3 -
Hey there 👋
I am more or less throwing any burden (WhatsApp, Facebook, Google etc.) out of my life. Of course I will continue using the Google account for YouTube and some games that need it.
That's what it looks like right now:
Raspberry Pi 3B+
✅ webserver
- forum - complete (atm just for me)
- blog - no ideas and just installed october cms and nothing done yet
- nextcloud - complete and filled with my porn... eeh... data
✅ mailserver
(missing spamassassin, clam or sth. like this but it's working 😂)
✅ matrix-synapse
(as an additional alternative to messengers)
______________
Raspberry Pi 2
✅ catches dust
(any ideas?)
Of course, many more configurations and the like are necessary before everything is ready... but what then or what else is there?
At the moment I still use WhatsApp. Just wanna take time before sending everyone a message about changing the messenger and that it should be important for thinking about the own privacy, which alternatives there are bla...
Edit: For passwords I'm using Myki - didn't hear anything bad about it yet and it's very easy to use (Firefox add-on, Android app).
I love my passwords with 200 characters 😂
Maybe someone's knowing more about them?
Hope I didn't forget a thing... thanks in advance aaaaaaand... I'm gone. ☺23 -
Haven't used it since and hopefully never will again, but understanding recursion and keyboard input in Assembly (uni project)
After a long (4 days) sleepover with my friends, with 14 hours a day of slamming our heads against abstract registers, we could finally program the factorial and take floating numbers as input and output them on the screen. It was nothing but pain, but the moment we got it, the sky had opened before us :D
Never again3 -
Hey Hey!
Have a look at my latest Ubuntu theme.
Displaying CPU-Power Manager where i can overlock, take control of my processor.
Drop down Terminal with a transparacy Gnome theme.
Quite far to go for someone with limited knowledge at the moment.
Any advice and feedback is welcome! :)
9 -
This is the story connected to this rant:
https://devrant.com/rants/1533475/...
Thanks everybody for the concern! I want to inform you that I'm doing alright again. I went to a not too big event not far from home.
After a few beers and one stronger drink me and my friend had a good time. Everything that happened after, I can't remember it.
My friend told me we were walking to our bikes (he wouldn't let me go home, he noticed something was wrong) and right before we arrived I fell to the ground. After a while my friend helped me up but as I stood again I fell immediately, my head hit the ground hard.
I puked a lot and after almost an hour the police was there, who called an ambulance (last night I got a flashback in my dreams and vaguely saw one of the two ambulance drivers.
They inspected me but surprisingly they didn't take me to the hospital. My friends' mom also arrived and together they pulled me in to her car.
After that they brought me home and of course my parents were shocked as hell. They pulled me out of the car and put me down on the couch. It was about 4 am at this moment.
I first woke up at 7 am but immediately fell asleep again (I can't remember me doing this but my father said I did this, he stayed awake the rest of the night). An hour later, 8 am, I finally woke up. A lot went through my head because I could't remember how I came home.
Without many words I went to bed and later we talked about everything that happened.7 -
Talking to a second year student about what they've learnt so far, and what they should learn next:
"Cool, so what general topics would you say you know really thoroughly at the moment?"
"Oh, I've now learnt Java, C#, C, C++, Rust, Javascript, node.js, HTML, CSS, Angular, Vue, Erlang and probably a bunch of other stuff I've forgotten. What do you think I should concentrate on next?"
"Hmm. Probably best to take just one of those and learn it really thoroughly."
"...but I already know them all really thoroughly."
"Ok. Can you explain what an abstract class is in say Java, C# or C++?"
"Sure, I can create a new class called abstract and then use it for abstraction. I do that loads."
...🤷♂️🤦♂️
First lesson: Stop BS'ing. Might work for flexing to non-devs, but that's about it.10 -
I'm raging all over the place at the moment. I've just inherited possibly the worst PHP project (Codeigniter) in 10 years.
Apart from the fact that the previous developer has created 87 different header and footer files (same content, but each screen has different footer file for some reason, i.e. footer-login.php, header-login.php, footer-profile.php, header-profile.php etc.), he seems to like adding the following comment all over the place: "Released under MIT license: http://opensource.org/licenses/..." to some how protect is shitty code. I mean take a look at the below of some high quality,propriety Jquery he's written, under MIT.
4 -
I was a tad drunk last night because the week was... more than exhausting.
I felt like a pinhata yesterday - pretty beaten up and gutless.
Woke up this morning still a lil tipsy and decided to just be happy and don't give a damn.
Decided to take a hot bath to get nice and relaxed.
My smartphone decided to commit suicide and slided in the bath tub while I was in the kitchen making coffee.... And water was still running.
:) Bye bye smartphone, no more annoying messages.
While bathing, I relaxed a bit too much I guess.
Felt a bit of pain but then so much better because something in my back "plopped" back to where it belonged I guess?
I managed to rip off the shower curtain with my foot since it was a very short moment of "fucking frigging shit that hurt".
During that moment I also created a great flood, bath room is still wet...
And the funniest thing is: I don't give a damn.
Smartphone is definitely dead, ordered a new one, will arrive next week.
Guess I should stay the weekend on the couch before I accidentally blow up the mansion.
:)
I don't know where this good mood is coming from, but damn it has been a long time.6 -
garbage collectors' lifestyle matters!
Ever eyeballed the abyss of your memory leaks? Shit, garbage collectors deserve a raise.
Unsung heroes, janitorialing thru that VM like a dung beetle, silently fucking up your perf so you can do that delicious spaghetti. Indiana-jonesing the fuck out of that memory trash can and euthanizing all that disgusting heap of pointers hanging, dangling, like... well, like garbage.
At the very least they're deterministic, unlike that Markov chain we all had the displeasure of fucking up. Amen? Amen! 🙌🏻
You gotta wonder, though, what goes through their nuggin. Do they reminisce about the potential of that half-ass-written class? Do they weep for the elegance of a forgotten function bottlenecking their job? Nah, probably just counting down the nanoseconds till their next full GC cycle. Aaah, like cold beer in Saturday barbecue.
So next time your program miraculously avoids a memory error, take a moment, put your hands up in the air and say a prayer to your garbage collector.
Silently covering for your fuckups2 -
The moment you find an ex-colleague used code comments to take someones mobile number, then accidentally committed it. It's been there over a year!2
-
"Can I have an app? It's a million dollar idea: you take a picture of yourself and it tells you if you're pregnant or just fat. I don't have any money at the moment but I'm willing to give you 5%, maybe less if my friend wants to join. plus, no ads, and make it a free app so it will be liked alot."
Can you shut the fuck up? do you have any idea what the fuck you're talking about? that's the most fucking ridiculous idea I've ever heard. how the hell would it even work?5 -
Yeah so... I‘m an IT student and am supposed to have a certificate exam about software engineering RIGHT AT THIS VERY MOMENT!
The person from the certificate place arrived half an hour late due to a delay of her flight.
That sucks alot because many students have other exams just after this one.
I always go one hour early to exams so even if 2 trains are delayed I will be there in time.
I would expect said person to do the same.
It gets even worse. We sit there expecting to start the exam half an hour late and guess what:
The distributed exam is not the one we are meant to take......... FOR FUCKS SAKE why did I even come here?!?!5 -
about 2 weeks ago my mom's friend's family visit our house. one moment they introduce their brilliant son going to take Computer Science Major, and they didn't understand why, and apparently they are some kind of ignorant family. So my role here are to advertise and promote the world of CS (since i know their son are good at programming). one moment i am diving to deep into my own speech, i am like :
"I believe you guys using facebook, and Whatsapp all the time **give a smirk and sarcastic look* (which they actually did), that is our work there. and maybe you (my mom's friend) love to play candy crush with my mom, yes that is also our work, and we got a lot of money from you buying the candy to unlock the hard level (the microtransaction thing) MUAHAHAHAHA !" ---
and yes i am laughing like a monster in a film. and suddenly that becoming the most awkward thing i ever had.
and i don't know should i feel bad or not introducing CS like that.3 -
Here’s book most of you have either read a newer edition or some variant based on this book, as computer science students you had to take an intro to logic course.. prior to digital logic.. or atleast that’s how it went for me and many others I know.
Which regardless how much the universities screwed up teaching comp sci and programming.. this is one aspect I think they nailed. Requiring philosophical logic course for comp sci.
Again this isn’t a digital logic book. It’s just philosophical logic. The first edition of this book came out in 1953... and I think they are edition 14 or 15... for a book to have this many editions and last this long thru time it’s a good book.
It’s a book that should be a must read for anyone venturing into AI and working on human machine thought processing.
It’s a great book to have around as reference, considering philosophical logic is not a walk in the park atleast not in the beginning because it requires you to change the way you view things.. more specifically it requires you to think objectively and make decisions objectively rather than subjective emotional reasoning.
Programmers need to think objectively with everything they do. The moment you begin thinking subjectively .. ie personal style, wishes and wants, or personal reasons and put that into code for a code base with a team u just put the team at risk.
Does this book teach objective thought? No... indirectly yes, because it teaches the objective rules of logic... you don’t get to have an emotional opinion on wether you agree or disagree or whatnot, logic is logic even philosophical. Many people failed the logic course I was in university.. infact the bell curve was c- / D ... many people had to take the course more than once.. they even had to change the way the grading was done.. just to get more people to pass...
But here’s the thing it’s not about it being taught wrong.. people just couldn’t adapt to thinking objectively, with rules as such in philosophical logic courses. Grant it the symbols takes time getting use to but it literally wasn’t the reason people failed.. it was their subjective opinions and thought process interfereing with the objectiveness of the course exams and homework.
5 -
Although it's still freezing here (0C) finally some nice sunlight... so finally took a moment to take it all in.
Even with all the "problems" and stress I've been feeling the last few weeks, just looking around now, my only thought is "You know what? Life ain't so bad..."
5 -
Just wanted to take a moment to say that I'm really impressed with devrant. I'm not the most talented programmer, and it just blows my mind how one/two devs can build this entire platform from scratch on their free time. I wouldn't even know where to start.3
-
The moment I need internet to do things (npm with angular), but the company moved to a new building and internet is screwed. It'll still take a while to set up. So now I'm sitting here, ranting on devrant and doing nothing.
My exact face and thoughts right now:
1 -
!dev
What a fucking son of a bitch day...
I’m hungover as fuck so i don’t wanna drive, so I want to pay parking for a few hours.
I didn’t find my fucking key, when I pulled up the couch to look under it, my XPS fell of it and smashes the screen. At that moment my landlord knocks on the door to take a look at the kitchen ceiling and t he kitchen is a fucking MESS! You know when you’re drunk and get a late night cooking attack? Yea, that sort of mess.
Completely fucked in my head I got the reserve key for the car, unlocked it and the bloody alarm went of because the keys battery is empty. So managed to turn it off, went back into my apartment and found the key BEHIND the motherfucking couch.. BEHIND THE COUCH, HOW WOULD IT EVEN GET THERE? Ffs...
I’ll just continue drinking now and hope tomorrow is gonna be a better day.. and order a new screen for my laptop, it’s not at all like I’m short on money this month anyway..4 -
MENTORS - MY STORY (Part III)
The next mentor is my former boss in the previous company I worked.
3.- Manager DJ.
Soon after I joined the company, Manager E.A. left and it was crushing. The next in line joined as a temporal replacement; he was no good.
Like a year later, they hired Manager DJ, a bit older than EA, huge experience with international companies and a a very smart person.
His most valuable characteristic? His ability to listen. He would let you speak and explain everything and he would be there, listening and learning from you.
That humility was impressive for me, because this guy had a lot of experience, yes, but he understood that he was the new guy and he needed to learn what was the current scenario before he could twist anything. Impressive.
We bonded because I was technical lead of one of the dev teams, and he trusted me which I value a lot. He'd ask me my opinion from time to time regarding important decisions. Even if he wouldn't take my advice, he valued the opinion of the developers and that made me trust him a lot.
From him I learned that, no matter how much experience you have in one field, you can always learn from others and if you're new, the best you can do is sit silently and listen, waiting for your moment to step up when necessary, and that could take weeks or months.
The other thing I learned from him was courage.
See, we were a company A formed of the join of three other companies (a, b, c) and we were part of a major group of companies (P)
(a, b and c) used the enterprise system we developed, but internally the system was a bit chaotic, lots of bad practices and very unstable. But it was like that because those were the rules set by company P.
DJ talked to me
- DJ: Hey, what do you think we should do to fix all the problems we have?
- Me: Well, if it were up to me, we'd apply a complete refactoring of the system. Re-engineering the core and reconstruct all modules using a modular structure. It's A LOT of work, A LOT, but it'd be the way.
- DJ: ...
- DJ: What about the guidelines of P?
- Me: Those guidelines are obsolete, and we'd probably go against them. I know it's crazy but you asked me.
Some time later, we talked about it again, and again, and again until one day.
- DJ: Let's do it. Take these 4 developers with you, I rented other office away from here so nobody will bother you with anything else, this will be a semi-secret project. Present me a methodology plan, and a rough estimation. Let's work with weekly advances, and if in three months we have something good, we continue that road, tear everything apart and implement the solution you guys develop.
- Me: Really? That's impressive! What about P?
- DJ: I'll handle them.
The guy would battle to defend us and our work. And we were extremely motivated. We did revolutionize the development processes we had. We reconstructed the entire system and the results were excellent.
I left the company when we were in the last quarter of the development but I'm proud because they're still using our solution and even P took our approach.
Having the courage of going against everyone in order to do the right thing and to do things right was an impressive demonstration of self confidence, intelligence and balls.
DJ and I talk every now and then. I appreciate him a lot.
Thank you DJ for your lessons and your trust.
Part I:
https://devrant.com/rants/1483428/...
Part II:
https://devrant.com/rants/1483875/...1 -
I read something LinkedIn -related just now in here, and it kind of made me think. Not really, but whatever it was, brought my mood down some...
It’s a good thing I’m not looking for work at the moment, and I’m quite happy where I am right now, because what I see in LinkedIn depresses me. More specifically, the language and/or framework experience companies are looking to recruit... Java this, Python that, React everywhere... and then there’s the M$ shops... (oh and Scala - surprisingly much Scala, waduheq?) Urgh...
Don’t take it wrong, I totally understand sticking to the tried and tested tools you just know there’s devs aplenty who know their way around them. It’s just from the perspective of someone who prefers to use one of the better tools for a job, it breaks my heart to not see them utilized more, and it makes me think what I would do if I was fired rn? (Unlikely, but theoretically...) Tbh, I don’t know. Probs apply to one of the few F# jobs out there, even when I knew I’d probably have to work on a Windork machine again (pls no), but due to the drawback I just mentioned, not such a bright prospect after all...4 -
can we all take a moment to appreciate the developers of flutter. they're smart, and they took the time to make flutter the *right* way.
they used an easy to learn language that's ideal for mobile development, which means hot reload/restart is possible (because dart supports aot and jit compilation)
the way it's designed is beautiful. everything is a widget, and it's easy to customize them via named parameters.
the community is great. it's not large, but it's supportive, with two active subreddits. yesterday i asked a question on r/flutterdev, and a member of the flutter team at google answered the question with a comprehensive answer.
flutter is very consistent across platforms. if it works on android or ios, you can bet it'll work on the other just as well, with the exception of platform-specific code.
it is VERY performant. unless you write a major bottleneck, 60fps is easy to achieve.
animations are EASY. define a tween and animation controller and then write a callback function. not to mention it's straightforward, and complex/combined animations are easy, too.
you can get almost direct access to the canvas, should you need it, with custompainter.
oh my god, this is revolutionary in the programming world. development is quicker than it is with native android alone, and for people who have no access to a mac, like me, i can develop for ios and compile via code magic. if you haven't checked it out and you develop for mobile, check it out.
oh yeah, did i mention it's not just mobile. hummingbird - flutter compiled to web - is already in experimental public betas, and will likely be released by the end of the year. there's also experimental desktop support, which is amazing, and much better than electron. not to mention flutter is the future, as it will be the primary way to make apps on fuchsia os.6 -
Stupid me.
We were on a time crunch for giving a demo. A friend wrote a piece of code and he said it was working exactly the way it should be and that we can directly transfer to my machine and run it. He ran the piece (on his machine to show me) and it worked.
I take the source from him transfer it on my machine (because mine was going to be used for the demo).
Demo begins, everything goes smoothly ...all up until the point of the last module demo. Alas, the transfered module didn't work. Tried debugging during the demo as everyone was cooperative and patient. Turns out I hadn't done an initial setup required for that module. Embarrassed! 😓
Should have tested before the demo. 😞
FML. But from that moment forward i make sure to test every code I get from others as well as the one I write.
For anyone planning to ask me, I don't remember what the piece of code even did. It was a small time side project with a company. Not revealing the company's name.2 -
Most recently... taking something previous devs had failed at and knocking it out of the park.
Best example was a statistical regression and graphing tool on ASP MVC.
The devs were doing a massive brute force recalculation on the server layer. It would take 24h then fail to save (Entity framework brute force).
We moved it to the database layer and got it down to a passable time.
The same devs were outputting charts to ie 9, chrome, firefox... same deal, half an hour on the initial request (parser churn in the browser)... then failure.
Again got it into a passable time by switching to web sockets and long polling then outputting 1000 or so points at a time to give the browser time to render.
Taking those two cock ups and making them a workable solution was awesome.
Since then, teaching. We have apprentices, newcomers, interns all jumping in and looking to get working. They're all different, what works to teach one person won't the next, each of them so far has caught on to what I was teaching. It's a proud moment to be able to impart knowledge and see someone pick it up, enthusiastically... it's also awesome to see someone excited about what you do. -
const abc: string = 'Hi';
Can we take a moment to appreciate how retarded it is that TSlint throws a warning here that the string type is inferred and unnecessary.
I want to put the type there because it looks more readable. Code looks better if every variable has a type, irrespective of whether it's a constant. I know the fucking type is inferred you braggart linter bitch. What the fuck does it expect? A fucking award because it inferred that a string constant is of the fucking type string? How the ever loving fuck does that warrant a squiggly ass yellow warning line, reminiscent of that smartass 10 year old in class who has to yell out every answer when the teacher never asked a question.5 -
For all my friends here who have known me for years can easily notice there has been a drastic change in me.
I used to be confident. That shit was hollow but I used to laugh in the face of fear. I was ignorant and that ignorance fueled a lot of the much needed confidence.
Over the years, I learned a lot. The more I know, the more I realised how much I don't know. And for all that I know, I have to use the brain power to retain and implement it, else it rusts.
This image is of my 2021 goals that I drafted last December. Wasn't able to achieve the first, the last and the art one. But surely got myself surrounded by some of the smartest people I have ever worked with.
Now they have rightly said, be careful with what you wish for.
MY CONFIDENCE IS SHATTERED.
I feel dumb. Constant imposter syndrome. While I am learning every moment and there is no measure to it, I feel incompetent to an extent that I have started questioning how did I even reach this far?!
While, yet again I am the youngest in my team, my manager is bit micromanaging and agressive with OKRs/KPIs and tech team isn't very supportive creating constant friction (something I never faced with developers in my life because devs are my best friends), I fear how much more time will I take to ramp up in this new job and feel confident enough to tackle things on my own without constant nudge from leadership or different teams?
Or is it just that I have burnt out firefighting and lost the motivation I had?
After all, what does this all even mean?
8 -
I worked a few times for free until the client decided he doesn't need anymore that product so he doesn't need to pay me.
From that moment i started to ask for advance payments, but a lot of times I calculated incorrectly the real price of my work miscalculating the number of hours it will take, ending working for less than 3€ per hour...
I love freelancing, but I'm really bad at evaluating my work.5 -
Wish you all a Happy New Year! Being a part of this community has made me feel a sense of belonging and that I'm a part of something bigger! Seeing all your fuck ups made me feel better that in not the only one, seeing all your accomplishments motivated me to achieve more in life! I would like to take this moment to thank you all and to make me feel proud of being a dev! I wish you all an amazing new year and may you all get whatever you wish this new year!
-
That moment when you sit to code and start learning a new thing, but the installation and prerequisites take up all of your time. *Sighs*1
-
!rant seems that my raspberry pi serial idea is a little bit complex at the moment and may take a more serious turn later, but I have studied and found DOS based TCP/IP software that will allow me to use my 5150 with actual Ethernet. There are a few 8bit ISA Ethernet cards that will work in the 5150 and separate executables that will configure DHCP, DNS, and even allow me to use a terminal emulator and SSH to connect to *nix based computers over lan! I'll keep you all posted!
6 -
I just want to take a moment to appreciate how lovely and non-aggressive the subscription process for a Mozilla dev newsletter is.
They show a list of topics like
- Mozilla tech
- add on mails
etc
Only the dev newsletter is preselected by default and the rest are unsubscribed by default.
So if I just submit, I'll just get dev mails and I can subscribe to the rest only if I want to.
This is so much better than chrome or other Google bullshit where if I subscribe to a dev newsletter I'm automatically subscribed to every single piece of shit mail available.
You go Mozilla. Thanks for not being a piece of shit. -
So this happened a few days ago.
Me: (chilling like a mo'fucka then suddenly an email alert)
*Opens email and realises it's from a recruiter*
Recruiter: We are a venture-based startup out of LA, funded by a top VC. We have developed the first turnkey Serverless Swift platform for app development.
We are looking at expanding our team and we have a few different openings for remote and contract work.
Simply reply to this email with your resume attached.
Me: Thanks for reaching out and presenting me with this opportunity.
I plan on going back to school this January and for that reason I humbly have to bow out.
I will surely keep an eye out for {company_name}. The idea is rather interesting I should say.
*I go back to chilling like a mo'fucka*
*The next day I'm at work, I get an email from the same recruiter again*
Recruiter: Thank you for submitting your resume.
We are expanding our team and are looking for Swift rockstars to join the movement of bringing server-side Swift to the masses.
We were impressed by your resume and wanted to get to know you better. This survey is the first step in that process.
Please take a moment and complete. It should not take longer than 10 minutes.
Me: ...........................
*Calmly walks away from my desk to the bathroom*
WHAT FUCKING RESUME HAVE I SUBMITTED TO YOU? BITCH, MY EMAIL EXPLICITLY SAID: THANKS BUT NO THANKS...
You can't just force an applicant3 -
I got pranked. I got pranked good.
My prof at my uni had given us an asigment to do in java for a class.
Easy peasy for me, it was only a formality...
First task was normal but...
The second one included making a random number csv gen with the lenght of at least 10 digits, a class for checking which numbers are a prime or not and a class that will check numbers from that cvs and create a new cvs with only primes in it. I have created the code and only when my fans have taken off like a jet i realised... I fucked up...
In that moment i realised that prime checking might... take a while..
There was a third task but i didnt do it for obvious reasons. He wanted us to download a test set of few text files and make a csv with freq of every word in that test set. The problem was... The test set was a set of 200 literature books...17 -
That moment when you're very happy you just completed a hard Haskell kata in CodeWars, with 8 lines, three functions, a lot of functional concepts (which would take at least 30 lines in Java or C#) and they show you the top voted solution by another user with JUST TWO LINES and a lot of function composition.2
-
Using the company's desktop computers to solve cryptographic puzzles (like mining) on the company's computers while the boss and someone from the IT were asking to have a look on the machine after one guy already snatched my keyboard.
Very scary moment indeed but surprisingly it turned out: the real reason why they came was because a techadmin recently removed a shared system account but some faulty clients kept flooding the servers with outdated login credentials which also triggered mass SMS on the mobile devices.
Luckily I could somehow take an opportunity to remotely call the script which pulled the emergency brake which I prepared to shut down everything. Close call.
Nowadays I think it itsn't worth to take the risk just to do something that could also be done with the own home computer even it takes five times longer. -
I am installing openSUSE tumbleweed at the moment. This is my first rolling distro so I am a bit excited but you have to take risks to learn something new :)2
-
The moment you realize that you have successfully beaten reality with your unit-tests...
There are unit-tests for ...
... the api returning a 408 Http StatusCode when an internal request times out.
... the react app take this status-code and fires an action to display a specific error message for the user.
Every bit of code runs just fine.
Deploy this hell of an app on the server. Dandy Doodle.
Do a smoketest of the new feature.
FAIL!
Chrome starts to crumble during runtime. The api Request freezes.
Firefox takes the 408 api response but fails to interpret it in react app.
So I began to wonder, what the hell is going on.
Actually I recognized that I had the glorious idea to return a clientside error code in a serverside api response.
Glorious stupidity :/
Finally I fixed the whole thingy by returning an 504 (Gateway timeout) instead of 408 (Clientside timeout)
Cheers!2 -
Hi guys! I need your help.
I'm currently facing a big decision.
I've got a job offer a couple of days ago. The new job would involve an 80% raise to my current salary, and I would make another step on the hierarchy ladder.
BUT
The new place is not a software development company. They have a small team working on internal stuff, but they are basically maintaining a 12 years old garbage.
My job would be, to design the new system from the ground up. At the moment, the new system has to do the same things as the old one, just faster and better. Then they'd like to extend it further.
The first part is not challenging, but the things that they planned in the future sound interesting.
The problem is, that my current company just got a new contract and I'm supposed to conduct the deploy (speaking with their managers, prepare their sites for installation, and install). And since it is a small startup, the deploy depends highly on me.
If I take the new job, then I have to start in February which ultimately means that I screw my current company real bad. They'll probably survive, but they might lose this contract and/or lose money.
If I do what makes economic sense, then I take the job. (fuck it's almost 2x as much!!) But I have mixed feelings about it.
I've got 48 hours to decide.
What do you guys think?6 -
Worst interview experience was a marathon. 3 interviews in a day.
I asked the recruiter to assemble them like that after I had to remind her I was still employed and could go about having interviews all week. I took a day off and departed.
The first interview was with a company that had moved fro their previous address. Since the recruiter obviously checked that, I got to the right place late and with little mojo left.
The second interview was with a company that explained to me how they actually did not need my expertise.
The third was with a company that had just won Apple's Best of the Year award:
Me: So how is it having received the award?
Him: Nah, it's just another one. You get used to it.
[A little more interview]
[We wrap things up and stand up to leave]
Him: Well, thanks for stopping by and talking to us. And sorry we had to do this at our ping pong table. You know, the CEO and I are always playing. He says he's the best, but I always beat him.
All of that sprinkled with a very energising bellyache I had to take to the toilet every now and then (no idea what I ate the night before).
After the marathon, I told the recruiter the third company seemed the most promising, although I couldn't see myself working with someone that pretentious, to which she replied "I thought you had very similar personalities and you have a lot in common".
WHAT?! I've never said anything like that my whole life and now you're telling me you know me from the three fucking phone calls we had?
From that moment on, I've moved away from recruiters and towards networking.1 -
Windows 10 updating, decides it would be cool to install gigabytes of sdk, edge, and other bloatware without asking first, on a metered connection i use for work.
Guys, between you there and those fanboy demons in cupertino, one wants to just shut it all off and return to monke.
Sidenote this, because all of this nonsense started on that crap called Windows 8, which was in the end caused to copy that Unholy crap (sold as gold) that is Apple's range of products. It's a company that sells designs nowadays, like Prada, to say, Jobs era is long gone. Everything related to Apple, Mac, Safari, Development, Gaming, UI/UX, productivity and whatever is a
f***ing Nightmare.
We alreay have a global plague, and Apple exists, we dont' need you too making another catastrophe.
All this said,
Use your goddamn trillions to create your own customizable environment that is stable, fast, and WITHOUT BULLSHIT.
I don't give a mindflying F**k of the blurs, i know how to place them with a shell, if i need those. I want control, the shit i decide is going to happen, to happen fast.
This is of Critical importance, because it defines my productivity. And considering we're all sealed indoors since 2019, i want to get away from my pc asap and live my life, instead of spending time(and money, in this moment of emergency) fixing your F**kfests, or else seeing my pc slowing down to death.
First: IF i want stuff on my pc, I know how to install something, thank you.
Second: You can take it, all your Useless - Bugged as Hell - Nonsensical - and of no practical use Bloatware, and shove it deep in your Backdoor.
I'll debloat my pc with batches again, and there's nothing you can do to stop me doing that at every update you force me into.
So please, stop wasting my time, and yours.4 -
I know this sounds odd, but I really find algorithms things of delightful beauty.
A creative solution to some very deceptively complex problems.
Sure, some implementations aren't the best, but seeing them after just makes me appreciate the time and effort that must have gone into designing things like Merge Sort, Binary Search, Greedy Algorithms, BST, and Dijkstra's Algorithm.
So! If your code is unoptimal, looks terrible, or is a sheer abomination, take a moment to appreciate the little piece of art you've made before you go and make it better.
1 -
The "click" moment always feels fucking amazing. TI made some retarded ASM routines (as usual) for drawing various things to the screen, most of the time whatever you try to draw takes upwards of 3 frames at 15MHz to draw. A LINE KNOWN TO BE 100% STRAIGHT SHOULD NOT TAKE 1/3 OF A FRAME TO PLOT EACH PIXEL OF. I managed to get it down to 300-some cycles per pixel on the 2 i've messed with, which still isn't great, but it's a massive increase in efficiency, so fuck it, i'm happy. The "click" was when I managed to get a serious optimization working that took over 3 hours to debug.2
-
I just scroll past this question asking how to get good at Git commands (https://devrant.com/rants/9997784/...). Figured I'd share my thoughts as a separate rant cause it's a topic I've tinkered with a bit.
So, My initial engagement with git-related queries on StackOverflow dates back to around 2021.. Surprisingly, one of my short and straight-to-the-point replies got a hand full of attention. You can check it here: https://stackoverflow.com/a/...
Now, about mastering Git commands – from my own trial and error:
1). Instead of trying to cram everything into your big brain, scribble down notes. Trust me, it’s more practical. I kept a cheat sheet of sorts as notes on my PC, noting down the commands I used day in, day out. Super handy beyond just work stuff.
2). You gotta get what each command does, but you don't need to nail it all at once. Spend a day diving into the basic commands. Leave the trickier ones for later; they start making sense as you get more into it.
3). I had this aha moment when dealing with a merge mess using a GUI tool. Switched to the command line, and bam! It made way more sense. The command line's like a secret passage to really understanding Git.
So, if you're wondering how to tackle Git commands, my take is: *notes, *baby steps, and *lean into that command line magic. Mix them up your way and see what sticks for you!1 -
I have never understood why there is so much animosity from seasoned devs in the community.
I see it in a lot of places. Stackoverflow, reddit, even devRant. In so many cases, an inexperienced dev will post to the web, only to be shot down by things like "this question is stupid" or "you all have it too easy and its apparent you never learned basic CS principles" or things of that nature. In a lot of cases, these are generally unhelpful replies and often teach new devs to be wary of seeking help.
Please help me to understand, why this is.
Is it because the community is angry at these devs trying to get a high paying job by going to a bootcamp and shortcutting the hard work it takes to understand core CS principles to become a decent developer? Then why not take a moment to provide resources or insight to these folks so they can learn to be better?
Is it because the community feels that devs from bootcamps are just watering down the pool of talent making our worth decrease? I feel this isnt really valid because seasoned, experienced architects will always be needed to build good software. And at that, why are we not ensuring that the next wave of developers is equipped to handle tasks like that?
There are a lot of good people in this community who want to help and make the net a better place for all developers (after all, many of us consider it home), but there's a lot more people out there with really shitty attitudes, and it frustrates the hell out of me that my juniors now equate arrogant, self-entitled responses and attitudes with "seasoned devs" and discourages them from even bothering to get involved in the community.19 -
"The Phoenix project" alternative ending:
Bill Palmer manages to avert disaster with heroic efforts, working 18 hours per day for weeks.
His wife files for divorce. He starts to sleep at office, next to the servers room.
At the last moment a huge hacker attack almost destroys everything, but he finally manages to announce that Phoenix is ready on time, security auditing passed and any kind of great improvements.
Steve, the CEO, calls him and says: "are you crazy? we put you on an impossible project with short notice to make you fail! All our investors have been secretly short selling our stocks, so now they are waiting a big failure to cash in. We also paid korean hackers to bring you on your knees. But you are really stubborn! "
All Phoenix Project is rolled back, huge shit happens, stocks fall, investors ripe great benefits. All IT is outsourced to an external company (owned by members of the board)
Bill is fired. His reputation tainted by the failure, he can't find job anymore. his technical skills and knowledge are out of date.
As he didn't have time to take care of divorce he has lost also all his personal wealth.
He writes a book about his experience, well, actually a rant, but the company sues him forcing him to pay more money.
In the final scene, police arrests him, drunk while trying to burn a server farm with matches. -
At the end of an internship we talked to the lead developer of the company to hand over the project and he was thanking us, he was happily surprised with what we delivered etc etc etc.... After that he asked if we were ready to graduate next year, but we were just 2nd year students. After that he was silent for a moment and said ' take what i just said and do that times a few'.
That was an amazing feeling we got from that.
After that he probably ran to the boss asking why he would ever trust 2nd year students with such an important project but that is a rant for another time 😂 -
Hi, everyone!
I was struggling to write this rant (it's been a while since I've posted anything here) and was trying to put in enough details, but it was getting too long and heavy, so I thought I should try to keep it concise.
I get frequent headaches and feel physically and mentally exhausted all the time. Here's a little list of what I think lead to all this -
- Leading a team for the first time
- Not-so-great junior teammates
- Working with backend for the first time (doing it on top of my frontend work)
- Long working hours (unpaid overtime)
- Being underpaid (for all the things I now have to do)
So, I overworked myself (and still fell short in delivering my sprint goals) and after some time, considering all of the above things, I decided that the best course of action would be to give my notice and take a break for a month or two.
I talked to my boss about my struggles and my intention to leave, and after some discussion, he basically said that the difficult part of the project was over and things would get smoother from the next sprint, and so I should stay on and discuss on the matter again after the sprint. That sprint has passed now and I have still somewhat struggled to work each day with diminishing motivation.
I'm not sure if this is the right time to leave, and I just don't have enough energy to look for another job and go for interviews. So, I guess it is a bit of risk not having something lined up before I quit my (first ever) job, but I think I shouldn't have much difficulty finding something for myself.
At this moment, I don't know what to do, but maybe, if things continue to be dour, I may hand in my notice soon.8 -
I take a moment for myself and assess the situation from a bird's view.
Then, I objectively look at the current situation and my response/reaction to this and try to change my thinking process/acting to a more rational one.
But, also, my general way of thinking in the cyber security world plus how I'm hardwired to think in a 'paranoid' kind of way makes my current job so fucking perfect for me that i often think about that and the fact that there aren't many people around who have this.1 -
Annoying Indian professors are everywhere. It's a computer vision class are you really teaching us Regression?
What about transfer learning? object detection! Give us papers to read, let's do projects.. what the hell is this I am going take attendance bullshit and teaching crappy concepts.
I did not sign up for this shit! I came here for my Masters to get away from pompous mother fuckers like you ...
My class is also filled with those idiots,who think bias in a neural network is somehow related to class imbalance ? Now the same idiot proceeds to ask questions like...
Why would the weights change in a neural network?
Motherfucker why you in this class ? Why don't you stick to your shit and ask these questions later..
I am so pissed off right now guys ...
I was sitting in my lab understanding the deeper insights of BN, activation fucntions.. various optimizers ..etc Stuff that this idiot motherfucking teacher must be covering... UGGH.
I shouldn't cuss so much.. or at least add variety to my cuss words..
I am pissed off cuz instead of learning the shit I should be learning I am forced to come and attend this class and waste 2 hrs of my life ...
It's the summer i find it hard to focus anyway (want to go out hiking or swimming or something.) BUT. the moment I find some resolve to focus
I get this fucking bullshit.. !
My mind is so fucked right now... I can't think of anything but standing up in class and screaming " Mother fucker, mother fucker...(point to the idiots in class you) motherfuckers shut the fuck up..
Can someone suggest some colorful swear words ?
My brains not working -_-
It is just about now that I start feeling like "Anger" from inside out9 -
So decided to take a step back and build an interpreter for a custom version of BASIC for the cosmos kernel and a way to learn python but can we just take a moment to admire how BASIC is designed...
It is such a well designed, open and malleable language to design for specific needs...
Except visual basic, fuck visual basic, fuck it with a rake...4 -
I feel a whole lot better. The project that I was so incredibly stressed out over has finally been invoiced for, albeit two months late, and my client has been understanding throughout the process. I now realise that although pressure is great for working to a deadline, too much pressure is heavily impacting on my thought processes and extends my deadlines more than I can manage at the moment.
The words of encouragement in the comments on my last "rant" really spurred me on, and the criticism made me reflect very much on how little squeeze time I'd given myself. I'm very grateful to this community for those inciteful fragments, and I promise to do my bet to take all of them on board.
Thank you devrant community, for giving me a leg up when I needed it. -
So the universe is determined to fuck with me for no other reason than the fact that I exist.
I managed to get 2 dates with 2 different girls (obviously) for next weekend.
And now, Australia is going into lockdown: No restaurants and shit.
So far, I am still laughing about the whole situation but now I am faced with either calling it off (which sucks because this lockdown can go for 6 months) or find another way to meet up.
I'm tagging this as a question to see if you guys have any ideas.
As for this fucked up universe... if the parallel MrCSharp is somehow watching me from the parallel universe that has a good 2020 going on at the moment, can you please like take me to your 2020.. that'd be fab.
Oh.. and my office is now fucking closed and forced to work from home. No more gym too..
god fucking damn it...15 -
When Icriticize a paid service for taking away or not providing functionality for all users equally but then a user comes back defending them with some BS reason...
Ok... I'll just continue helping myself only...
@nnee
Me:
1. Can you put the New books tab with back in the bottom, scrolling down into the New section in the front page is annoying. At least make it a setting?
2. Where's the # of books read stat in Android?
Blinkist: Hi thanks for your message! The best way to view the newest titles on Android is to do just as you mention – scroll down to reveal the New section. As for BiB stats on Android, we're working on releasing this feature (it's only live on iOS at the moment).
Me: Hm... I liked the older way better. Faster and can tell when it was added. The problem is sometimes still new books don't refresh and I need to login out to get it to update. Also I notice sometimes the list changes randomly I think. One day a new book is there. The next day it's gone.
BiB stats have been in iOS for a year now? How hard is it to put it in Android. Personally it only took me a day to find out what my total is as I can write a program to do it so to me I don't understand how this could be taking so
Some user: Priorities and often it’s strategy for future features...
Me: you take away useful functionality and and can't release a feature that's been on the iOS version for a year already... fine,,, I'll just take it as a challenge... that I've mostly solved... for myself...
3 -
Let's all take a moment and appreciate this LKML gem that happened before 4.20
https://lkml.org/lkml/2018/...1 -
Sometimes, I run tests just because I want a break from writing code. In good cases it's so that I take a moment to think about what I'm going to do next. In most cases however, I'm struggling for motivation1
-
The dangers of PHP eval()
Yup. "Scary, you better make use of include instead" — I read all the time everywhere. I want to hear good case scenarios and feel safe with it.
I use the eval() method as a good resource to build custom website modules written in PHP which are stored and retrieved back from a database. I ENSURED IS SAFE AND CAN ONLY BE ALTERED THROUGH PRIVILEGED USERS. THERE. I SAID IT. You could as well develop a malicious module and share it to be used on the same application, but this application is just for my use at the moment so I don't wanna worry more or I'll become bald.
I had to take out my fear and confront it in front of you guys. If i had to count every single time somebody mentions on Stack Overflow or the comments over PHP documentation about the dangers of using eval I'd quit already.
Tell me if I'm wrong: in a safe environment and trustworthy piece of code is it OK to execute eval('?>'.$pieceOfCode); ... Right?
The reason I store code on the database is because I create/edit modules on the web editor itself.
I use my own coded layers to authenticate a privileged user: A single way to grant access to admin functions through a unique authentication tunnel granting so privileged user to access the editor or send API requests, custom htaccess rules to protect all filesystem behind the domain root path, a custom URI controller + SSL. All this should do the trick to safely use the damn eval(), is that right?!
Unless malicious code is found on the code stored prior to its evaluation.
But FFS, in such scenario, why not better fuck up the framework filesystem instead? Is one password closer than the database.
I will need therapy after this. I swear.
If 'eval is evil' (as it appears in the suggested tags for this post) how can we ensure that third party code is ever trustworthy without even looking at it? This happens already with chrome extensions, or even phone apps a long time after reaching to millions of devices.11 -
Not sure if many people heard about nltk in python but I'm currently using a lot now for research.
So one day I was doing multiprocessing while using lemmatizer in nltk, for those who don't know, lemmatizer is a thing that change the word to its base form. So it is like, ran to run, bitches to bitch.
Anyway, the nltk package, to ensure it does not take too much memory, here's what it does: it loads a data file, and once it is loaded and accessed for the first time, it breaks the data file into CSV file. And since I was doing multiprocessing, the data file is accessed for multiple time while it can only be loaded once, hence error happened.
Instead of changing my code, which I think is good already, I went to the package directory of nltk and directly changed the source code from there and now the code works perfectly.
I'm very proud of my self at the moment, this is a very good lesson that I've learned: always look for alternatives. And suck it, nltk.1 -
I want to get your take on an icebreaker I was subjected to recently. For a 9 a.m. Monday morning training last week, the facilitator opened with, “Tell us your name, your team, how long you’ve been with the company, and a ‘scar story’. Pick a scar on your body and tell us how you got it. If you prefer not to talk about a physical scar, you can tell us about an emotional scar.” I am not joking.
As we went around the room, there were lots of blood and guts stories (gross) but people also shared really traumatizing tales, like an infant daughter being diagnosed with leukemia. The whole thing took 30 minutes of a 90-minute session. I was very turned off by the activity in the moment and even more so later after reflecting a bit.
Besides this one being in very bad taste, I find myself turned off by icebreakers in general. They feel forced and never seem to give you a useful introduction to your colleagues. I’m wondering if your readers have ever participated in an icebreaker they think was particularly effective or are these just a reality of office life we need to endure?2 -
I've always wanted to do something in IT Support, but I didn't know where to start. I've been helping my co-workers optimize their system and even helped retrieve photos from a tablet that had a broken screen; her service plan said along the lines of "if they weren't there they were lost," I was able to retrieve them in a matter of hours (Really guys! I'm shocked! It was just a broken touchscreen, the storage was just fine. I think I'll remember this moment).
And because my growing impopularity, I started a new business called The Webnician. The company is split into two sections, the Technician, and the Web Developer. Hence, The Web(Tech)nician. I am proud of my name choice.
Then I wanted to become a certified technician, so I did some research on how to become one and found out I need to take the CompTIA A+ 220-901 and 220-902 exam and... I couldn't be more excited!
I've always loved computers, and maybe my late father had some say into it. Nevertheless, I am excited to begin my journey, even though it took awhile to find where I needed to go. I hope you all can follow me on my journey and support my new business.
I don't have anything else to say, so I'll just leave here.1 -
So, I am currently on Spring Break, and what do I do when I am on Spring Break: I take a moment to experiment with different languages. This time, I decided to check out Objective C since it mixes up two languages that I love dearly (but that I do not use outside of academic endeavors) which are C and Smalltalk.
Going around the net I found this https://github.com/Flying-Toast/...
Notice: I have nothing against Swift, I stopped developing apps for IOS back when Swift was in its infancy, so I was forced to use Objective C and tbh I never had an issue with it, I had learned it before through GNUStep, the language was obviously strange when I started learning it, but I did not hate it, I tried following Swift to see if I could use it at least in some portions, but at the time of its release it was still pretty much beta for me, so I passed. I feel it is much better now, but the issues with the language at this point in time I feel are more from the side of XCode which can either be just ok, good or an absolute piece of shit depending on the release. Either way, I found the link to be funny.2 -
The universe has taken a cactus.
It proceeded to gift the cactus with a toxin that greatly enhances the stimulus of pain.
After the universe watched it's miraculous creation it decided to shove it up so far my arse that my gag reflex turned on and I puked a lot of cactus.
Didn't sleep well, weekend hardware migration finish, today an old server got moved.
Some part, most likely the redundant PSU, had a short circuit - decided to take the switches out... Which are the only non redundant hardware...
There was only one critical system in the whole rack, that was one redundant firewall.
Guess what happened..... Naaaa?
*drum roll*
For whatever reason, the second firewall didn't kick in, so large part of internal network unreachable as VPN was on the firewall.
:thumbsup:
That's not cactus level yet.
Spontaneously a large part of the work at home crew decided to call, cause getting an email wasn't enough.
So while all the phones were ringing and we had the joyful fun to carefully take apart a whole rack to check for possible faulty wiring / electric burns / hardware damage and getting firewall up and running again...
Some dev decided to run a deployment (doable as one of the few working at the company at the moment -.-).
I work from home, but we had a conference phone call running the whole time so I could "deescalate" and keep others up-to-date. So me on headphone with conference call, regular phone for calls, while typing mails / sms for de-escalation.
Now we're reaching cactus level, cause being tortured by being annoyed out of hell by all telephone ringing, the beeping of UPS (uninterruptible power supplies), the screaming of admins from the server room and the roaring of air coolers…
Suddenly said dev must have stood in the midst of the chaos… and asked for help cause "the deployment broke, project XY is offline"...
I think it was the first time since years that I screamed at the top of my lungs.
Bad idea (health issues)… but oh boy was it a pleasure to hear my own voice echo through the conference speaker and creating an echoic sound effect.
It was definitely worth coughing out my loungs for the next hour and I think it was the best emotional outburst ever.
I feel a bit sorry for the dev, but only a tiny bit.
After the whole rack thing, the broken deployment fixing and the "my ears are bleeding and I think I will never be able to talk again" action...
We had to roll out several emergency deployments to fix CVEs (eg libexpat).
This day was a marvelous shit show.
I will now cry myself to sleep with some codein.1 -
Just had my reasoning for not doing technical projects for interviews proven.
Pass the first 2 stages of interview (including showing some personal portfolio projects) then after a week of hearing nothing get sent a technical project to complete.
Spend every spare moment for a week polishing this thing, decent front end, quick and efficient back end, low traffic between fe, be, persistence etc.
Submit the code at midday ready for the interview the following day, only for the company to phone at 5pm and say all is fine and the code is great for the final interview (walkthrough) the next day, then phone 5:10pm phone and pull the position.
That company has just had free work done which should have cost 1 weeks worth of fees, using the premise of a job at the end of it, only to take the code that they are super happy with and run with no payout.6 -
Future01
Click, click, click, click.
Tap, tap, tap, tap.
Swipe, swipe, swipe, swipe,.
Scroll, scroll, scroll, scroll.
I’m tired of living on popularity driven planet among animals, where number of clicks on likes, subscriptions and links are worth more than iq, education and experience.
Let’s face it - AI is showing us traffic driven recommendations that sucks. If you’re hooked up to social network and can’t disconnect from it you’re half way to matrix. You probably also disagree with me cause you’re serotonin junkie. You can’t stop like you can’t stop eating for a day. Bubble have you in your hands and whatever you do you probably won’t wake up. To be honest most of us won’t. It’s already to late.
I’m waiting for meta so they can put you in virtual world where you can have what you want and at the same time own nothing. They will put you in some small empty space and give you something to eat how many times you want so you can feel safe and click, tap, swipe, scroll more so they can own this planet.
You will be living only to deliver corporate metadata and you will be happy, cause they will make you happy with giving you emotions that you want to feel at exact moment.
If you get out, you won’t be able to interact cause you won’t know how to behave, you will become wild animal.
By going out you will break the law, cause outside world will be long gone. To move to bar or visit family you will travel with autonomous vehicle that have screens instead of windows.
Eventually you stop going to bar cause it’s unhealthy, you stop going outside cause there’s deadly virus and you can die.
They will take you last thing later with birth control so you can have baby whenever you want and with who you want as long as both parties agree by signing baby nft contract, you don’t have to take care of your baby and be pregnant cause it will be robotized, you will see your baby in meta. You will think you feel it using robot hands.
You will never meet your baby in person.
That’s how matrix will start. We’re half way.5 -
That moment the client asks to add a single link to a header and you think: "easy enough". But then you notice their CSS.
Not a single f*cking class is used in the entire header, everything is done using :nth-child selectors etc... 🤬
Also, did I mention, the CSS is used for several headers, so adding an element to the header and modifying the CSS might break any other header in the application.
And this after they mentioned last week that they don't use a library like Bootstrap because it is too cumbersome.
I'm so mad right now, have been trying to fix this for half an hour. A task like this shouldn't take more than five minutes!
6 -
Here are my goals
-Don’t wait until last moment to resolve issues
-Be a good developer and training interns so that they will have something to take away
-Learn more stuff -
That moment you take a crap after eating lunch and equate your digestive system as a circular buffer...2
-
One time, we picked up a Xamarin project and both Android and iOS teams had to pick a developer to handle it. After talking over it with my iOS bro, I decided that I hate C# far too much to start a project on this, even though I wanted a new experience, so iOS bro took over it. I got handed another iOS project in the meantime. iOS bro decides to take a free week from work after like a month or so of working on that project.
GUESS WHO DECIDED TO COME OVER AND WORK WITH US THAT WEEK? THE OWNERS OF THE PROJECT (they were handling the API). Guess who had to drop all projects at once and work for a whole week on a project he had no idea about in a programming language he only had a remote idea about? THIS GUY.
So, aside from the fact that I had no idea what I was doing, I also had the pressure of the owners working right next to me (they were cool people, but it's still a stress). That week really raised my stress level through the roof, as I doubted myself everyday that I would be able to be productive on that project. I got myself a free week too after that.
But yeah, this experience really made me doubt my skills as a programmer, as Xamarin was supposed to be just a cross-platform way of developing an app.
All in all, I've never had to work on that project again... but it was still an "I can't fucking believe it" moment when, one month-ish later, the project was to be scrapped and reprogrammed on ye olde Swift.1 -
Trying to install Linux on an HP Stream 7 has been way more difficult than it should have been, even when you take into account that it's a 32-bit processor with a 32-bit EFI!
First off, the only thing I've been able to get it to boot right of the bat is Android x86 and BlissOS... kind of. You would think that Android x86 would be perfect for a tablet, right? Nope, performance sucked sooooo bad.
After reading some forums, I was finally able to get Ubuntus to load up... with the limiting factor being no on-screen keyboard.
So... at the moment I guess I'm stuck with a useless Windows tablet, and probably will be for a long time (you know, since 32-bit architecture is being dropped)6 -
Once I worked on a custom CMS for a client who was really into breaking stuff... actualy he broke a lot of shit by doing some stuff on he's website while it was live!!!
Once after a hard days of work I had to publish the new version of the site...... first I checked that it is still working on the live server so I could take a backup.... gues what the website was totally fucked up......
I was really angry at that moment and this incident wasn't the first one so I created a user with bunch of swear words as name, surname, email etc etc... and I forgot about it..... so 2 to 3 weeks later the client noticed that user.... and wrote a angry letter to my boss....
Didn't get fired tho :D -
When you wake up with a tension headache, you take something for it, everything is fine, the moment you sit in front of your desk, it comes right back with this horrible lack of empathy and care topped with the lovely lethargic feeling of burnout.. Yay me. I know what I have to do, I just really wish I could get a bit of slack once in a while.... - Packs shit to take to shit museum- psh maybe my internal error handling for slackoverflow is just too good 🤣
-
Can we take a moment to recognize how absolutely retarded JS' event system is?
Events aren't objects. No, they're managed by an object, and identified by a string.
To subscribe to an event, you call object.addEventListener(name, callback). Because for some reason we can't just have an event object. Events MUST have an owner.
But to unsubscribe you don't call the function addEventListener returned, you don't use the token it returned either. No, you pass the same function to removeEventListener.
Because we don't use serializable tokens like in PP, and we don't return functions like in FP, no, we use functions as tokens, realising idiomatic DFP.2 -
So, I have a nested ternary, right, and that's not very readable:
(x <= y ? z : (x <= z ? y : x));
The linter points this out and I'm like yeah, valid point. So I inline-F[*0] it:
if (x <= y)
········return z;
else if (x <= z)
········return y;
else
········return x;
Clearer? Kinda. Oh, but the linter doesn't like this either, and to be fair, valid point once again; an else-after-return *can* be quite confusing if you have it in the __middle__ of the F body, catches you by suprise.
However, I'd like to take a brief moment to waggle your nutsack, if you please. Because this is C++ and I'm picking a reference from a list of values, so I can't simply assout[*1] within the switch.
So I'm at the crossroads of life once again, losing man's toughest struggle as I sit on a metaphorical cigar, squirming while I unclench my asshole slowly for strictly defecatory purposes. Allow me to illustrate:
- If I ignore the linter, and leave the rest of the code unchanged, the checks are going to fail and the bot is going to taint my pristine PR with automated comments.
- But if I take the linter's advice, I have to do a slight rewrite of the damn thing plus every F that calls it, which means touching shit that has nothing to do with this issue.
So what's it gonna be? Flushing or shoving my own excrement? Oh, the thrills of it being (literally) SOLID, ie not the acronym, but may the Almighty punish Uncle Bob regardless.
NOTES:
[*0]: It means 'function,' what else?
[*1]: ASS-ign OUT-put, where 'out' is just some var. You modify the var within the F body and return the final value.20 -
The moment when it's already a week your devRant stickers arrived, but you don't have time to take them.
-
my biggest lol moment was talking to some hardcore always bring in your own algos and ds games to the table, always going to the core of the world devs, better than thou my shit is better than you ass, my point of view is the best in the world devs, cite papers and algos to you devs, shit like that that were making way less money than some dudester ruby on rails dev sitting at the the conf sipping on his drink.
Really, all that comp sci shit is legit and fun as fuck. But if you are not getting the green for it and living the life then what is the fucking point. Even then, those that are are normally fucking morons. This shit ain't some art, or a personality trait, it is a job.
Fuck me i am so tired of the whole hacker news reddit ass SO mentality of devs, then again I am also tired of mfkers with no knowledge of actual engineering publishing medium articles left and right.
As long as you cannot take human error out of this computer equation you will always have a shitfest of opinions, because regardless of correctness you will always have a shitfest as long as some dickwad has a difference of opinion in an otherwise young ass scientific field such as computer science.
Language wars, framework wars, editor wars you name it. This field is so fucking broken and so full of shit it ain't funny, made less comedic by the fact that it runs the world.
If we are going to die it will be by some massive kernel panic made possible because somewhere, some morons could not mergr a repo due to conflict in ideas. As if being right was going to bring you closer to not being an ugly fat nerd and getting pussy, or dick, whatever your flavor is you fucking losers. -
Ever experienced that moment when you spend hours debugging a complex issue, only to realize it was caused by a single missing semicolon? It's like searching for a needle in a haystack, only to find out the needle was hiding in plain sight! I guess we should add 'semicolon detective' to our resumes. Who knew such a tiny character could wreak such havoc? Let's all take a moment to appreciate the power of the semicolon and the bittersweet triumph of finding it missing!3
-
Got VS running, SDL up and running and outputting, and angelscript included. Only getting linker errors on angel at the moment, not on inclusion, but on calling engine initialization.
Who knows what it is. Devs recommended precompiling but I wanted to compile with the project rather than as a dll (maybe I'm doing something stupid though, too new to know).
Goal is to do for sdl, cpp, and angelscript, what LOVE2d did for lua. Maybe half baked, and more just an experiment to learn and see if I can.
Would be cool to script in cpp without having to fuck with compilers and IDEs.
As simple as 1. write c++, 2. script is compiled on load, 3. have immediate access to sdl in the same language that the documentation and core bindings are written for.
Maybe make something a little more batteries-included than what lua and love offer out of the box, barebones editors and tooling and the like, but thats off in the near future and just a notion rather than a solid plan.
Needed to take a break from coding my game and here I am..experimenting with more code.
Something is wrong with me.8 -
Hello! Check out my URL shortener application. Please take a moment to review it for me.
Also if you like it please leave a star for the repo.
Link to live app - https://reha-short-url.netlify.app/
Link to Github repo - https://github.com/rehasantiago/...devrant react programming coding url-shortener node js javascript projects jwt mongo db mern express2 -
What is your last WTF moment? I will start, today I was working on some abandoned tasks, finished the first one quickly and unexpectedly. I thought It would take more time though. The second task -the shitty one- finished it too, again quickly and unexpectedly. There was a tiny fix I should make, which shown on the image below, I wanted to change the CSS of this select box and the highlight color when the mouse is over one option, I spent about 2 hours without any luck, this shitty box has no trace in the dom or any CSS attached to it, I was going nuts, why the fuck this has no fucking trace in the HTML. Ok, I can change the select element background but it would be applied to all the box and the highlight color for the option element can't be changed. The WTF moment is that I was testing the website in chrome inspect with mobile devices enabled and thought, holy fucking shit this is not how the select is supposed to be shown on mobile devices, it will fall back to the native mobile system select element. what a fucking shit is this, I was going to go mad for 2 hours about this genie element displayed here.
-
Just stop and take a moment to think about things you enjoy. Like being able to afford food and rent and hookers and drugs, and how awful it would be to not be able to afford those things.1
-
This not a rant, but I want to ask you some advice from you the community.
Before that I want to tell you about me. I have an invisible handicap. I'm half-deaf. I have some moderately severe loss between ~500 - 3000 Hz. To give you some idea, its in the range of clock ticking, whispering, piano notes, pronounced letters (m, n, p, h, g, ch and sh sounds), leaves crushing or waving in the wind.
I use hearing aids, however I can't always count on those because if it's too loud (ex: airplane flying over the building), I can't hear the voices that are speaking in that moment. Or sometimes the tubes where the augmented sounds are passing to my ear are repleted because of humidity. So I don't hear 100% better but rather in the range of ~70 - 80%.
I'm going to need to do an internship next year to finish my studies. Since I will take interviews, I want to ask you if I should mention those details to my interviewer or keep it very simple and tell him that I use hearing aids?
I ask you this because I know people with hearing aids had problems to find a workplace because the interviewers feared the "unknown". Some needed to sign up for help for handicapped people to receive a workplace. For them it is a downside because they are tagged as "handicapped" in society.
I know here are some interviewers and I wanted to know some advice from them as well from you guys of the community.
If you want to know more about hearing loss, feel free to ask questions.3 -
That moment where you're scared for you job because one of your merges seemingly broke the builds for the 2nd time in a week, had HR reach out, a more senior developer take over the ticket after it gets sent back from testing twice ONLY TO FIND OUT LATER IT WAS ANOTHER PERSONS TICKET THAT WAS CAUSING THE ISSUE6
-
Sometimes, you really got to take a moment to realize the dumb things you do. Even if they're painfully obvious, you need to let them sink in for a moment.
-
My team is the meme of the coding dinosaurs.... they think git basics like working in a branch and doing pr's and not commit directly to master is a "theory", they use old and unknown shit for everything and even when said shit has a better way of doing something they just choose the worst one. At the moment they have me changing all the files in multiple apps from tab indentation to spaces because this generates a code coverage issue on sonar instead of just deactivating that check... why the fuck did I take this job whyyyyyy2
-
That moment when u code on an aberrant language and you make a mistake that puts a whole project 3 days behind... Of course it is my fault but if this shift had a better color pallette on the godamn code I bet I'd catch it sooner, oh and it doesn't help that I can't create packages and the language is a verbose as shit... Some things I could've done in python with 100 lines take me 1000 lines in Stata... Fui dis retarded lang
-
!rant
I'd like to take a moment to appreciate how much I've needed something like devRant.
I didn't even know I needed it, but here I am, scrolling on here more than I ever scrolled any other social media.
We're a great community guys, let's keep it this way (:1 -
First and foremost, students should be carefully taught the logic and mentality behind programming. Most of the time I see that the introductory programming courses waste so much energy in teaching the language itself. So students kinda just get fucked cause many people end up ending the course without having actually gained the "programming perspective".
Stop teaching pointers and lambdas and even leave the object oriented stiff till later. If a student doesn't know why we use a For loop then how can they learn anything else.
I believe once that thing in your brain clicks about programming, everything goes smooth from there... kinda :P
Second of all, and this pertains mainly to the engineering and science disciplines.
We need a fundamental and strong mathematical foundation. And no I don't mean taking fucking double integrals. Teach us Linear Algebra, Graph theory, the properties of matrices, and Probability theory.
One of the things I suffered from most and regret in university is having a weak foundation in math and having to spend more time catching myself up to speed.
It's so annoying reading a paper on a new algorithm or method and feeling like an idiot because I can't understand what magic these people did.
Numerical Methods...
Ok this is more deeper, maybe a 2nd year course.
But this is something we take for granted.
Computers don't magically add and subtract and multiply.
They fuck up.
And it'll bite you in the ass if you're not even aware that the computer we all love so much isn't as perfect as we think
Some hardware knowledge.
Probably a basic embedded systems course with arduinos
just so you can get a feel for how our beautiful software actually makes those electrons go weeeeeeeee
And finally
Practice practice
Projects projects
like honestly
just give me the internet and some projects
Ill learn everything else
Projects are the best motivation
I hate this purely theoretical approach
where we memorize or read code and write these stupid exams
Test what we are capable off
make us do projects that take sleepless nights and litres of coffee
And judge our methods, documentation, team work, and output
Team work skills and tools (VCS, communicating, project management, etc.)
Documentation and Reporting
Properly
:)
maybe even with LaTeX :D
Yeah that's the gist of whats on my mind at the moment regarding an ideal computer science education
At least the foundations
The rest I leave it to the next dude. -
So yesterday, I got a call from some cousins saying my aunt broke a toenail and (since she's diabetic) she could now either lose both legs due to gangrene or die if they amputate. 2 hour drive to get them and me up to see her, 2 back, all the while having to be stone-faced to console 2 grown men. Today is finals week, and I could also get a call any moment from the hospital to tell me she's either dead or now unable to take care of herself. Could even be mid-class with one of those "well put it on speakerphone" teachers.
On the tech front, i'm trying to compile a toolchain from source. But, oh wait, one of the binaries it needs to configure (pkg-config) is self-calling so it crashes my machine. Let's build it from source, then? Nope, it requires a working copy... of... itself? Well, fuck. A "yum reinstall" doesn't help as it just reinstates the self-calling version, and I can't outright remove it because systemctl needs it. Well, apparently it's like a binary but is a text script, somehow, so I removed the recursive line and configuring works. Now though, I'm worried it might be broken, so i'm gonna try and compile from source. But, despite it needing itself, it also needs a SUPER FUCKING SPECIFIC version of libtool, so that's gotta be compiled...
I really wanna fucking shoot myself.3 -
I just have one fellow programmer at work...
He actually managed to create a merge conflict on his own, because he worked on two branches simultaneously, and then assigned me to resolve it, even though I worked on a whole other part at that moment and have no idea which parts he wants to stay and which to be discarded! Take care of your own shit for god's sake!! -
So I finally got a rant to tell, about me myself and I. Were working on my web host (personal gladly) and was trying to get ACME working without root access. I messed up and somehow got a folder named “~”, in a directory. I thought “well that folder is unnecessary” and I ran “rm -rf ~”. The moment I pressed “enter”, I realized what could’ve happened, and it did happen. My whole web-root gone. No backups. Just a big facepalm on my forehead ...
Take lesson, fix backups...4 -
Most developers are morons, pt 2
In my last post on this topic, I discussed zombie developers, i.e. lower tier developers who enter the industry from a non-tech background usually through a bootcamp or get hired at a small (and usually desperate) company after doing a few github projects.
In this post I'll be talking about the middle 67% of developers. The average joes. The ones who know enough software to build apps, maybe even publish it and sometimes (not always) actually get users using their products, even for a brief moment of time.
For these people, software is genuinely interesting to them, but they don't really put in enough effort to get good at it. They don't put in enough late nights. They don't cancel enough leisure or social events. For most, they're only good enough to not get fired (job security) and that's as far as they want to take their careers.
And I suppose there's nothing wrong with that. Most people don't have a yearning to go above and beyond, so I'd expect most developers to follow this pattern as well.
So to you, I say thank you. Thank you for doing all the boring menial work no one cares to do. You might even get a pat on the back if you put in the extra effort.
18 -
That moment when your grandmother decides to speed run creating a power point slide and confuses herself, ending up randomly clicking on stuff.
*sigh*
Me: Take a deep breath and look at your list. Where are you at.
Grandmother: *looks at list* *looks up* I'm totally lost
GHAAAAHHHH IT'S YOUR FOURTH SLIDE AND WE'VE BEEN AT IT FOR AN HOUR AND YOU HAVE A LIST OF STEPS WHYYYYYYYYYYY
Anyways
I'm proud of her progress, she even figured out how to insert text boxes on her own (mostly)
😇 -
can we all take a moment to acknowledge devRant's cool new rant (+) button? it turns transparent when you push on it. not faded to another color, but TRANSPARENT. wowowowowowow. so subtle yet so fascinating. wow5
-
I have an idea of starting my own business and I need your feedback guys. Literally appreciate any kind of feedback.
So Im an android dev who has 3 years experience under his belt. I am working fulltime and I think its time to scale. I want to open my own agency where I would take on big clients and build apps for them. I personally am able to manage/see through the whole project, handle all communication and also work on the android side if necessary. I would start from smaller projects worth of 30-40k for startups, basically create MVP for them and charge for support after that.
Problem is that as far as I understand if you want to "open your own kitchen" you need to be well connected. I dont know any big clients who would trust and purchase my services, because after all who I am? Im nobody just a dev at this moment. So I need a strategy to build some relationships with businesses.
So Im thinking long game. What if I would first open a recruitment/hiring agency? I would focus in specifically mobile dev recruitment. I have the soft skills and I already participated in dozens of recruitment processes. I also have the tech skills, I would be a competent recruiter. Maybe I could do that for a year, just communicate between devs and clients and place devs. My thinking is that in around one year I would be able to build a massive network of clients and devs.
And then, I could try opening my own dev agency. Using my gathered contacts hopefully I could land some decent projects for start and build my team or outsource from that point on.
Ofcourse Im not sure if I could pull this off alone, I would need a detailed strategy and some mentoring. But what do you think is this a viable plan?2 -
I wish I could do what I used to do, and get lost in programming. I used to be able to go for hours without stopping, but now I'm having trouble keeping focus for more than an hour at a time. Its making everything take far longer than it should, like this project I'm just about done with that should have been done a month ago.
It doesn't help that I'm two months behind on my rent, there's nowt but a couple of sausages left in the freezer, and I'm fast running out of coffee and cigarettes. If I could find out what the fuck is wrong with me at the moment, that'd be great.9 -
Just want to take a moment to thank Sir Francis Regex (AKA Stephen Kleene) for creating regex. Thank you for making my life easier and better through your efforts. Rest in peace, my friend.
Regex is the shit y'all. We all stand atop the shoulders of giants. Spare a moment to reflect and appreciate. -
Ok, so I missed the moment where I had an epic number of ++'s...
Someone, quick, downvote me once and comment so I can take a screenie!
1 -
Inb4: I swear I am not an asshole.
Ok, I did a year of business, judge me all you want. Now I'm in CE. So we were learning VBA basically for those managment files that you preprogram to do your enterprise finances...or your grocery store list. Anyway, I was not paying attention to the classe, we were learning "For", so I was on Facebook and doing nothing along with my friend. The teacher caught us and decided the whole class would take a surprise quiz right that moment, because "some people think they know it all". So, all the class got bad grades because he was pissed at two students out of 56. Dick move!
PS:I got an A, so I am just stating that he was a dick to the others guys for no reason -
!rant
Coworker: *Watching a DefCon talk*
Me: *walks over and notices an image on the slide of a woman sticking a cotton swab in her mouth with text saying "get paternity testing"*
Me: Paternity testing? But that's a woman!
Coworker: *silent for a second* What? Oh! *gets closer to screen, chuckles*
Coworker: It actually took me a second to catch that because I wasn't looking at the video, I was looking at the side "related videos" or the ad and I was like "no... did you mean Penetration Testing?" But even then, this is DefCon, so there aren't any women--or at least less than 3. And then I saw it in the corner and was like "Oh, I see it. But yeah, Paternity.... Oh wait..."
Me: Jeez, it really did take you a while...
Coworker: Yeah. All the while I was thinking "What the heck are you on," and then there was the "Oh, I get it" moment
Me: At least you got there -
(a slide acoustic guitar plays on the background and the cowboy starts speaking)
It was a dry october day, back in good old 2017. I had this job from a client that I never met and was doing some coding for money.
After days of no sleep, no food and no rest, I finally decided to take a nap so I paused my music.
It was at this moment I found out my machine was making funny noises. Like a dingo makin' a run from it's enemies with a whelping noise.
Clicked on my computer and tried to find an ol' file from the archive drive but the machine won't let me, sayin' the disk ain't ready yet.
I tried disk manager, disk scanner, whatever the tools at my disposal all in vain. Then I said what the hell, I'll just restart my machine and it'll be alright.
The machine rebooted but the disk was gone. It was dead like a deer I ran over. I was upset, but not aware of the calamity headin' my way.
In just a few days my other 2 disks died suddenly. The loss of data, all the effort, none of them mattered. I felt numb and decided it was time for a fresh start.
Plugged in a Windows install disk, started the sequence, a screen came up askin' me which damned and alive disk I wanna install the fresh OS. I had two same make and model SSD disks, chose the one thinkin' it was the Windows drive, hell it wasnt... It was with all "my documents", "downloads", "pictures" folders and now I had two SSD drives with two Windows installations and nothing else.
The folks in town took a dab at me for months, even the bartender of the salloon refused to give me a drink. Sayin' it was a matter of reputation...
Turned out the bastard who fried my disks was the Madde Dog PSU Tannen who had a bad temper so here I am, tellin' my story to milk breathers and cherishing old days of data...3 -
<long post>
To start of I'm a student in the Netherlands, I have just finished finished a support management study and I'm currently starting with a IT Management study on MBO 4 lvl.
At the moment I'm in conflict scout doing the IT Management study or doing a application development study as I just don't know what to do. I kind of want do development as I do it in my free time and I like it but I also want to do data center engineering as I also like to work with the hardware.
Should I take a month break of my study and try to get in contact with company's to work there to finalize my decision or should I just drop in the towel and do this study without knowing if I'm going to like it in the end.
And if you work at a company in the Netherlands do you think i can do some orientation internship at your company or do you guys know some places to look at.
</Long post>6 -
I was ten years old. At this point, despite being in my early 20's, I've officially been programming more than half of my life. From the first moment I knew that this was possible, that we, as software engineers, can do what we do... I've been quite literally obsessed with the idea.
I don't like to give other people credit for the events in my own life, but there is one thing that, more than anything else at the time that lead me down the path of computer science, directly lead me to where I'm at today. If you're at all interested in film and cinema (not to mention programming) then you've undoubtedly heard of The Social Network, directed by David Fincher. Amazing film, I'd recommend it to anyone based off of the film alone, but for me that movie holds a special place in my heart.
My mom took me to see it that movie in theaters when it came out, I would not stop bugging her to take me, there was just something about the founding of Facebook that... Sparked my young imagination. I swear to you that I didn't blink for the entire time I was in the theater watching it. It blew my mind, not only that you could do that kind of stuff with computers, but that you could actually make a lot of money working with computers as well... Ten year old me had different priorities in regards to programming 😂 Starting the moment I got home from the theater, I dedicated my life to learning everything I could about computers. Originally my goal was to, shock of all shocks, create a social networking site for me and my friends to use. I still like to brag about it to this day, but that project eventually became my groups final project in our computer class in Middle School. It was funny, middle school computer class, I had already been programming a few years by that point and was rather proficient in PHP. There were kids submitting literal spreadsheets in Excel as their final project, a few static HTML pages, that sorta jazz. My group and I submitted a full fledged twitter clone, with complete functionality. We got 100% on the project 😂😂
My reasons and interests have changed over the years. For example, I'm not particularly interested in creating a social media application these days, and I don't program because I think it'll make me rich one day (though the hopes always there) but the one thing that hasn't changed since that night I sat enraptured in the beautiful cinematography of David Fincher and facepaced dialogue of Aaron Sorkin, is the complete and total fascination with computers and technology. For that reason The Social Network will forever be my favorite movie.3 -
I love this weekly group rant, it made me think back when my mom started to work in a kindergarten and she used to take me to work when i was 4-7 years old ('94 - '97).
There was this "TV" and all the kids used to smash the buttons on it. It also played sound, but there was always a lot of kids there so I was shy to ask them if I push the buttons too. But I was the teachers son, so I didn't had to sleep in the afternoon, and then I discovered this computer thing I was amazed, it was like nothing I saw before, you push it and it does what you pushed and, *_* this smiley is exactly me back then. It was probably an old commodore with green text on the black screen. It was the moment when I decided to get more information about this wonder.
In elementary school (around '98) we had this computer room and as I was one of the best students back then I was granted access to it. It was a huge success in a post communist country to get money for new computers to teach us kids to use them back then, so only the chosen ones could use them, and I was one of them, one of the best time time of my life, honestly. At this moment I knew for sure, I want one and when I grow up I gonna work with them. I had no idea what you can do with it but every adult is talking about how well paid are the people who use them at work. :D it sounds funny now
In '89 or '99 we visited our family in a town far away. My grandfathers sisters boyfriend had a computer and he said, look I also have internet. This face again *_* what the hell is internet. So he explained me this internet thing which "makes all computers connected, but you have to pay for it and it kinda works like wired phones you know. Here you put the address and you can open the website"
me: website, whoooa *_*
8-9 year old clever me: "but how do you know what are the addresses, do you have a phonebook for these addresses?"
he showed me google, and a slovak and czech search engine, I remember searching for "funny pictures" on the slovak search engine, because I was thinking If I search google, its english so he would pay too much :D
I didn't had a computer until I was 13 years old, but then I started to messing with Microsoft Front Page 2003, was amazed with the html and css generated by it and started to editing it.
Now Im a front end web dev -
The moment when you are reading and the screen goes black multiple times 😄😄
.
.
Just take a break.... -
Are any of you "cursed" with a particular set of software tools/programs?
Take me for example, I cannot use Adobe shit or it crashes. The same thing can be said for Microsoft Office. Anything in there, it does not matter. It always crashes on me. I continuously get the "Not responding" status. Regardless of operating system.
This has made me absolutely *despise* anything that is Microsoft Office or from Adobe. Now, I am sure you can all guess how and during what circumstances I would have to touch Microsoft stuff, work and the like.
But Adobe, mainly photoshop because it is what my designer uses for mockups and the sort. Dude has been constantly baffled when I show him me trying to open something only for it to crash. And we have made the experiment, in which two of my other employees would use MY COMPUTER to open something in Adobe and it would not crash on them. But the fucking moment I attempt to open anything in these two pieces of shit, guess what? it crashes.
I fkn hate Office and Adobe products4 -
Now that prick that was my business partner did something really really stupid: he hired a collection agency to make me pay an invoice that was not even due! Of course, this is completely unlawful but this agency is now threatening to sue me if I don't pay because I promised to pay a part of the costs. Well, that promise was indeed made however at a later moment in time mr. Prick signed a contract at the notary office agreeing to take all costs on him. Collection agency says my earlier promise is what matters but I don't believe that is true.
Oh well, mr. Prick's website has been unreachable most of the day. This unreproducable, weird behavior will keep on popping up the next couple of days, weeks or even years. That happens when mr. Prick doesn't know the domain is still owned by me. So yeah, go fuck yourself, prick.4 -
So I presented a presentation about programming a couple of days ago. It received good feedback and the leader of that event wants me back to present another event within a couple of days. Yeah, couple of days!!!! The first one took me almost 2 weeks to prepare, not sure if a couple days is enough
This guy has strong connections and want me to speak to people for consultant work. I do want to work as a consultant, but that's a risk I guess.
On the other hand, I'm currently working as a fulltime fullstack developer on a project with lots of challenges. Its fun but not something I want to do for many years.
A voice inside me is telling me to go on this adventure, and focus on my company instead.
I feel like this is a special moment in my life, and one decision is the right one to take.
What would you do, continue working as a fulltime developer or focus on building your company? Or if you have similar experience you want to share?5 -
I feel fine for the whole day but the moment I get off work, I just feel tired and want to take a nap...5
-
That moment when "client developer" tell you how to do this and that but in fact you know that their solution is not a good solution. In the worst case scenario, they just don't take you justification.1
-
i had a massive burnout today where i was in college since 6am and i have a flu so at one moment i snapped and could no longer focus on lectures could not even write or listen or understand anything. i was physically there and mentally stranded. this is because i have been working for the past 2 years without 1 day of a break. it rly got to me. should i force myself to go to college or should i take at least 7 days of mental break?4
-
The new UK law for data sharing with the governments is crazy with making it law for service providers to hold data of browsing history and big sites like google, facebook so on to retain human readable access to there data is they offer a service to the UK, what steps do we take to protect the data, service but also follow this law I can't see anything that would make any sense to be able to follow this law.
What are your views and ideas going forward, at the moment the UK as made it law even tho the EU said stop this madness, so lets take it as red its there, is there sense-able way to do this or are we going to have to provide UK users data a means to be back doored?11 -
That moment when you're not the IT lead on a project and your leader goes and blows the project off and you have to take over. FML!1
-
TLDR: Read the post.
Part of me watches the day fly by as I work through the various stories and issues my company has as we walk through the various phases and clean up of their own stupidity of outsourcing. I guess it would be unfair to say “stupidity” It was really a money thing. Excuses aside, the alcohol today tastes amazing as I work through the issues, nothing is ever the same, nothing is ever redundant or boring. There are times where you want to pull your hair out, jump off a building and question why the hell any one would write code, specifically Laravel this way.
I watch the internet from now and then and see the cry babies whine and complain about GitHub and Microsoft jumping into bed and their favourite, and mine too, editor falling into Microsoft’s hands.
It’s disgusting and completely childish, but I digress. The last time I was here the alcoholism and the loneliness had begun pushing me towards the Nicotine and suicide. I have managed to obviously push through and watch the money come in only for adult life to take it away, I guess that’s life. Complaining about it will do nothing other then show others how much control you lack in your own life. You quiet your complaints and bury them deep inside your mind where they fester and stir and become drowned in alcohol.
Dating is even harder, especially when you work from home, so much so that I have completely given up there, any semblance of social life is buried in Final Fantasy 14 online, where pixels and text other people write have become my friend, at least for a moment or two before the work takes over and I sit in a room blaring music and watching the code I write, appear on screen like some savant who has high functioning autism but can create amazing works of art. I don’t think I am autistic though.
The truth is I don’t mind my job, I love the money and the freedom as I stated before.
Code for me is like a seed of anger that starts deep in my core, festering, eating away at me, killing me slowly and branding me a fool. The problem is the best feeling, when there is a problem I can solve it with code, when there is a problem that cannot be solved by code I take solace in the problems that can be. I don’t like people, I hate offices and I despise dealing with my own personal issues, I would rather drink and vape until the nicotine and the alcohol has made me sufficiently numb.
Code is a place I can escape, a place I have control, a place where I don’t feel like blowing my brains out at the stupidity of other people. Have I mentioned that I hate people?
The internet is full of idiots, people ranting and raving about this and that and how it affects them oh so much, when they don’t even let their own code, there own programming problems, and in most cases shitty solutions, affect them. Look at this GitHub thing, the idiots are running around with their heads cut off, waiting for the world to end or in most cases acting like it has. Companies get bought, bill get paid, people leave each other – Shut the fuck up and deal with it.
I guess if you look back at what I have written you could say the same thing to me, boo-fucking-hoo working from home sucks sometimes, grow up and deal with it like an adult. Fair enough, I’ll take my lumps. Excuse me as I continue to drink this post away and watch the downvotes come in. I guess honesty comes with a double edge sword.
And yes I would rather use alcohol as a solution then deal with the issues.16 -
I discovered programming around the age of 12, when my parents bought their first computer:
A Pentium II, 233 MHz monster with Windoozle 95 and even 2 USB ports. Additionally we had an internet connection on crazy fast 56k. The machine was as slow as a snail on heroin, but I soon started to dig around in the file explorer and system control panel.
Searching the interwebs by what the obscure file endings meant, I found some mailing lists about quickbasic and one about C.
QuickBasic was pretty easy and it didnt take long to get some beep abuse script running and a basic text "game". Later on I got into HTML and PHP.
Being still somewhat of a child at that time, QuickBasic really opened my mind to imagine what else could be possible by using just a computer, your brain and lots of willpower.
It was the moment I realized, I wanted to really get into programming or electronics after school.
Hey baby, wanna go to my place and do some QuickBasic and chill? 😏💦 -
They called it The Counterfeit Sun. Initially tested and deployed on The Cape of Good Hope in 1892, it was a shallow well with stone walls and a darkened needle-like protrusion in the middle. The Counterfeit Sun was able to turn a human body into damp dust in milliseconds.
With The Counterfeit Sun, soldiers fight better. People behave better in general, because no one wants to end up there. Even doctors and social workers perform better: while discarding corpses every day, they look at The Counterfeit Sun working, and they don’t want to make a round trip back to the station just to find out they’re the next to go.
Also, there were no corpses on the streets anymore. Take all of them to us, and we would get rid of them.
There was just one issue: sometimes, The Counterfeit Sun started glowing. At that moment, you knew you fucked up.5 -
Do any of you feel you have never achieved anything in life? I am kind of feeling that :(
I want to accomplish something. Anything that i could be proud of or be happy about . I sometimes look into my past and just feel sad.
I guess I won't find a lot people like me. Everyone has something to be proud of.
Someone might have a good school percentage, a good college, a non academic prize in debate or drama, a good score in some online platform, a love partner , good physique, a nice app with 10k+ installs , a popular blog or other talents. I got none of those :/
Everyone is proud of something. How can i be proud of anything ? It's so frustrating every time i open my mouth to give opinion about anything, because i am 21 and i have lived my whole life just... Living
Because most of the time these achievements later turn to be not much. There is always an option to "just pass" or "submit the assignment late" or "take a smaller package" or simply be average.
No one asks high school marks in any interview now , a guy with 70% and a guy with 95 % are considered equal.
But at that time, i just spent the day as my usual when the results came out and my friend with 95% got a new bike , and had his parents and relatives congratulate him all day. I don't worry of my marks, but now 4 years later he might have a happy moment to look back but i don't :/4 -
Please excuse the "photo of my monitor" picture, but it really was the easiest way to do this...
So, I'm finally getting around to that to-do list item of wrapping my head around Nrwl Nx workspaces, and I stumbled onto this little gem: https://itnext.io/easy-typescript-m...
I didn't take long for the "what the fuck" moments to start cropping up, and then I decided to check what comments might have been left on Daily.dev regarding this one (see attachment).
THAT little nugget there is what led me to the ultimate "what the actually fuck" moment, which is only truly appropriate for DevRant..
Create an Nx workspaces, only to initialise a project with `npm` directly, using a path under a new `libs` folder, next to the `packages` folder, only to build the library, and literally install it into the Nx workspace's `node_modules` folder, b order to import it into the app that exist in the same workspace.
So, seriously.. like.. WHAT THE ACTUAL FUCK? What is this guy smoking?? I need to know so I can stay the fuck away from it! Wow. My brain hurts now.
7 -
Some Back Story
Hey, so i was hired as a graduate developer in a company recently, its a rotation kinda thing so we get to work in different roles. At the moment i am in performance testing (which i like), here i am learning a lot of new things and like the working environment as well. After sometime i will have the freedom to choose a different role to move to but it is restricted to back-end mostly (that's what i went for during the interview) so i will have a choice between software engineering and QA automation, i can try both for sometime and then i will have to decide which part suits me more. Of course they will take my word but also take into account where i suit more according to my performance and factors like some others preferring the same thing.
Problem
Problem is that i have very limited knowledge of performance testing as a career simply because i think most people would prefer Development over testing, but this is a different kind of testing which i actually like. I just want to know if i have this choice then which career path makes more sense as i applied as a developer only but being a newbie i didn't know there were these many categories. A senior developer i know advised me to get all the knowledge i can take from performance but still go with software engineering and didn't explain his rational.
just want some advice for a newbie, i love the workplace.2 -
In retrospection to the uproar about Qt tightening its license in a move against probably its biggest user (KDE), what do you think KDE should do from now on? Should they just trust Qt? Should they take measures? Should they fork Qt? Or, in a moment of utter madness, nuke everything and go Gtk?
-
I have this instructor at the moment, and I've had this instructor before but this semester is almost intolerable because of the instructor. He is good with processors and knows the history of how computers came to be pretty well, mostly because he lived through it, but for the 2nd year in a row he is teaching how to create games. This class is mandatory. We are creating games using html5 and Javascript. He refuses to give any game engine a chance. He gives inconsistent grades (i.e. we did everything right but got 17/30) only to go to his office, sit there for about 45 minutes watching him struggle to operate a computer and nitpick our code. He asks us what certain things do in our code, but not as in a teacher-student questionnaire, he just plain doesn't know what any of it does. Then after the shenanigans, you see your grade updated a few days later and he gives you maybe 5 points back, so you go back until you get the grade you deserve. It's a mess. This is my last semester with him and I've mapped out my last year at the uni to make sure I DON'T take any classes with this him.
-
Should I study or not.
I'm in a rut, yet again. I have an opportunity to start a java certification. The course is going to cost me quite a bit, and i will have to loan from the bank. At the moment I'm struggling financially, but my dreams are set on programming.
Should I take it, or do I negate the risk and do what I'm comfortable with.5 -
!rant
Looking for some guidance on a final year college research project:
I was going to look into hacking drones/toy helicopters/those Fitbit watch things or whatnot, but I'm not sure if it would go down well! Some technologies I'm looking to explore through this project include reverse engineering, machine learning and container technologies (docker, rkt) if that helps?
Am I along the right lines or should I take a different approach with different topics? If so, an update on what's "hot" or upcoming at the moment would be helpful.
Cheers!2 -
[long confession/question]
So I was asked by a client to make an app similar to prisma(not exactly that but let's say a caricature app) and I knew I have to research a lot.
Now I have been loyal to PHP for over 5 years so I first tried with GD and imagick but the results were not very good, so I thought let's try opencv. I didn’t wanna make any compromises so I didn't go the bridging way, I worked on native python even though I am a newbie in it. I was fairly impressed with the cartoonizing results but others weren't. Soon I got to know that this would take much more than simple filter combinations or matrix manipulations.
I read about prisma and got to know it uses deep neural networks for the same.
Now, in the five years I have learnt almost all the things a run-of-the-mill "Full stack Web Developer" should know.
I have a fair knowledge of PHP, many of its frameworks, many js frameworks(obviously jquery), I have a very good understanding of CSS and its models, I have worked on some cool algos and found solutions to many problems but I haven't gotten to stage where I can implement neural networks/machine learning in my projects.
It just scares me.
___
A little back story: I have been the CTO of a small scale company for about 1.5 years now.
___
So all this got me to asking myself should I just step down from the post to a position where I can learn more skills. Managing takes a lot more time where I can't learn a lot. Sure I learnt some other important things but not as much tech knowledge as I would have in a more basic position.
I know not many of you must have read this far, but if you did what do you think I should do? Really depressed at the moment.5 -
This tuesday I saw a really badly made PHP web application. Two actually. I was giving a time estimate for how long it would take to transfer these applications to our servers. While I was reading the code it became apparent that they had more security holes than Emmental cheese. Most views had obvious SQL-injection vulnerabilities and most probably XSS too. Although I didn't think too look for XSS in the moment. It just puzzled me that this bad code even exists.
But cherry on top was that the password wasn't checked at all. The login form was on the organization's website and was sent to the selected application. But the password wasn't checked in the application. And this was made by a real Finnish software development firm, like what the fuck.
Time to redo the applications I guess. Not like there's anything wrong in that if they pay for it.2 -
I'm having a weird time with my current project.There are many companies involved and we are several teams coordinating with each other. My team was initially very large, for various reasons we were divided into smaller groups and I must say that the transition has been catastrophic.
We are doing SCRUM…sort of. The customer assigns the tasks to be completed at the end of the sprint, the story points are given without full understanding of the implementation and the deadlines are tights. I always find myself rushing to the release day with code that isn't production-ready but since the customer requests it and there's no objection among my superiors (please note, i tell them the deadline is tight) I gotta rush to deliver.
The customer doesn't know what he wants, but if he does know the deadline is unreasonable, or if he has just an idea of what he wants he still demands it... somehow without specifying what kind of implementations is expecting.
The current senior project developer takes everything (any task) as an emergency, it's never possible to defer to the next sprint, it's quite demeaning.
And I'm here wondering if maybe I've missed something, if the project simply lacks method and coordination, if I have more responsibility than I think, if my project leadership is too absent but I know one thing, at the moment I'm in anxiety about the current sprint due date because there is a task that will take longer than expected.
Any advice?4 -
Normally take a break. Think for a moment what am I trying to do and HOW am I doing it. That way i unstuck myself and find even a better way to do whatever i was doing.
-
There is a question on StackOverflow, its name is "How do I return the response from an asynchronous call?". I think that everyone knows it. Well, I can easily guess that half of javascript questions on the website are marked as duplicated and linked to this question.
For a moment, let's identify with the people that spend hours on StackOverflow to read all the questions and try to answer to most of them. How stressing and annoying can be repeating the same single thing 50 times a day?
Well, we should take this in account before blaming SO for being rude or before saying that JavaScript sucks without even knowing how to fucking listen to the response on an asynchronous request3 -
!dev && rant
So yesterday we landed in 'Nam and started our journey from the south to the north (applied for a Visa online and still waited 2 hours in the airport for the officer to approve it)..
We tried to catch a Grab (Vietnamese Uber) to the hotel but obviously 99% of locals don't speak English so it was impossible to communicate with them (they call you and just start yappin Vietnamese). Eventually we gave up and tried the local cabs. Of course they try to rip you off for more than triple the price but that's cool. Vietnamese cab meters measure distance not time so the first cab just told us to get off after 100m or so but at least he stopped another cab for us and didn't charge us.
Ho chi Minh City is quite nice though a bit too dirty for me. Every breath you take feels like 3 cigarettes.
Vietnamese war museums like to victimize and praise their legendary leader Ho Chi Minh.
The reason I'm telling you all this is because at the moment I'm traveling to Dalat from Ho Chi Minh City via a sleeper bus and it is fucking terrible. 6 hours drive, bumpy ride, I sleep by the friggin engine so it's always hot. AC is shit and there are 5 more hours to go. I hid Uncle Benjamin in my underwear so I won't get robbed during the night. He is not happy about it. Fuck me. Btw this whole experience was just day one.
The only reason I'm even willing to go through all of this is because me and the miss celebrated 7 years in Aug (no ring yet fyi).
If you made it this far congrats.
I might post follow ups so stay tuned.3 -
What do y'all think? I'm new here, junior. I finish my tasks generally well within the allotted time. At the moment I take my time, look over my work and try make sure I've done things correctly / as best I can. At first I tried to work quickly and show that I was motivated. Now I've really lowered my acceleration because it feels like no one else is in a rush.. except for when there's deadline pressure. It feels like no one really expects me to get much done. Like, change the theme colors, you've got 3 days. I'm done in like an hour. So I go sloooooooow, change something, go on Reddit or devrant, change something else. Don't check that change in yet, they'll know you've been finished for hours...
Do you think this is the right approach? Or should I try apply myself more, get more done, do extra tasks when I have time? From what I've read online, it's generally not worth working "more" than necessary because it's not appreciated and just results in people expecting more from you.
Thoughts?1 -
So I'm receiving messages from recruiters weekly (no flex intended), half of which are not even close to what my profile describes. And I got really sick of it so sometimes it takes at least a week for me to respond if I decide you're actually worth a reply (looking at you, automated half-assed messages that didn't even notice I know nothing about Javascript).
The thing is that some of the more useful messages are actually quite interesting and match my ambitions and desires quite well. But I like my current job and love the project I'm working on... Am I the only one who wants to stay "loyal" to their employer and their project, at least for as long as the contract is valid?? I really want to be there when delivering the final product and test it myself but it sometimes means declining very interesting job offers.
How do people decide its the right moment you have to leave for a new job if you're satisfied with what you have currently? I'm graciously rejecting interesting offers in the hope that they respect my "loyalty" towards my current project and stay reachable to me when I need them later on (I've already had some that would hit me up after a year asking me how it went and if everything was still okay). Is this something that happens often or am I just lucky with those specific recruiters??
Like yes, I can surely use the money I'd receive from a better job. But I am still learning a lot on my current job and I am positive this kind of job offers will keep coming over the years (and hopefully even more so because I keep getting more experienced). I'm also not the top candidate for some of these offers if I may say so myself, so is it important to take what you can get or is it better to stick to what you're comfortable with? -
Kim Terzimehic Weddings: Your Go-To Wedding Planner in Toronto
When it comes to planning your dream wedding, you need someone who understands the importance of every detail, from the big decisions to the small touches. At Kim Terzimehic Weddings, we provide expert wedding planning and coordination services that ensure your celebration is nothing short of perfection. Whether you’re looking for the top wedding planner in Toronto or an experienced Toronto wedding coordinator, our team is here to bring your vision to life.
Top Wedding Planner in Toronto: Experience and Excellence You Can Trust
Planning a wedding can be a thrilling yet overwhelming experience. That’s why you deserve the top wedding planner in Toronto to guide you through the process. With years of experience, Kim Terzimehic Weddings has earned a reputation for delivering high-quality services and creating beautiful, unforgettable weddings. Our team is dedicated to ensuring that every detail, no matter how small, is meticulously planned and executed to perfection.
From selecting the perfect venue to curating the right décor, we take the time to understand your personal style and preferences. We know that every couple is unique, and we tailor our services to make sure your wedding reflects your vision. Our goal is to bring your dream wedding to life while handling all the logistics, so you can focus on what matters most—celebrating your love.
Toronto Wedding Coordinator: Seamless Event Planning for Your Big Day
A professional Toronto wedding coordinator can make all the difference on your special day. Our expert coordinators at Kim Terzimehic Weddings are here to ensure that your wedding day runs smoothly, without any stress or last-minute issues. From managing the timeline to overseeing vendor coordination and ensuring the venue is set up according to your preferences, we handle every detail to create a seamless event.
Whether you're looking for a full-service coordinator to plan every aspect of your wedding or need someone to take the reins on the day-of, our team has the expertise and experience to ensure your celebration is stress-free. We work closely with you to ensure everything aligns with your vision, allowing you to fully enjoy every moment of your big day.
Why Choose Kim Terzimehic Weddings?
Expertise and Experience: As the top wedding planner in Toronto, we bring years of experience and industry knowledge to the table. Our team is skilled in every aspect of wedding planning, from the initial consultation to the final dance.
Personalized Service: We take the time to understand your style, preferences, and vision for your wedding day, offering tailored solutions to match your needs.
Comprehensive Wedding Coordination: Our Toronto wedding coordinators are experts at managing every detail of your event, ensuring that everything runs seamlessly and you can enjoy your special day.
Stress-Free Planning: We make sure that every aspect of your wedding is well-organized and coordinated, allowing you to focus on enjoying the moments that matter most.
Contact Kim Terzimehic Weddings Today
At Kim Terzimehic Weddings, we’re proud to be your trusted partner in making your wedding day truly unforgettable. If you're looking for the top wedding planner in Toronto or need a reliable Toronto wedding coordinator to ensure your day is perfect, we’re here to help.
Our office is located at 55 Gerrard St West, Toronto, ON M5G 0B9. Call us at [Your Contact Number] to schedule a consultation and start planning the wedding of your dreams. Let’s create a celebration that you and your loved ones will cherish forever7 -
HIRE TRUST GEEKS HACK EXPERT FOR ALL HACKING SERVICES REVIEWS 2025
I never imagined I’d lose access to my Bybit wallet — Especially with $50,000 worth of Bitcoin inside. But one wrong move, a forgotten security detail, and suddenly, my funds were gone. I couldn’t log in. I couldn’t reset anything. I was completely locked out. The panic that hit me was unreal. I tried everything — support tickets, online forums, tutorials, even “recovery tools” — but nothing worked. Days turned into weeks, and hope started to fade fast.
I searched endlessly online, reached out to forums, and tried every recovery method I could find. I even contacted Bybit wallet support, but since it’s a non-custodial wallet, there wasn’t much they could do. As days turned into weeks, my hope started to fade. I truly believed my Bitcoin was gone forever. That’s when I discovered Trust Geeks Hack Expert. At first, I was skeptical. The internet is full of scammers who prey on people like me — desperate and vulnerable. But from the moment I spoke with Trust Geeks Hack Expert, something felt different. They were calm, respectful, professional — and most importantly, honest.
They didn’t promise a miracle. They explained the risks, walked me through their process step by step, and reassured me without giving false hope. I decided to take the leap and trust them, and I am so glad I did. Within just a few days, they reached out with the message I never thought I’d receive: “We’ve recovered your Bitcoin.” Every single dollar was there. Nothing missing. No delays. Just relief, gratitude, and pure disbelief.
Trust Geeks Hack Expert didn’t just recover my money — they restored my peace of mind. They handled everything with care, skill, and absolute integrity. In a world full of uncertainty, they were the one team I could trust when it mattered most. for Assistance support team is available Web h tt p s :// trust geeks hack expert . c o m/-- E m a i l: Trust geeks hack expert @ fast service . com -- TeleGram: Trustgeekshackexpert
2 -
HIRE A CRYPTO RECOVERY SERVICE; BEST CRYPTO RECOVERY EXPERT HIRE CYBER CONSTABLE INTELLIGENCE
As a Corporate Manager living in Ohio, I never imagined I’d be scammed, but that’s exactly what happened when I invested $6,500 into what seemed like a promising franchise opportunity. I was drawn in by their professional pitch, convincing marketing materials, and high promises of returns. I discussed it with a few friends, who were supportive of my decision, and after doing some research (or so I thought), I moved forward with the investment. Unfortunately, the excitement soon faded as I realized things weren’t adding up. Communication from the company grew increasingly sparse, and the business model I had been sold seemed more and more like a mirage. It didn’t take long for me to figure out that I had been scammed. I felt crushed—not only had I lost a significant amount of money, but I also felt like I’d let my friends down by not fully vetting the opportunity before jumping in. That’s when I decided to take action. A close friend suggested I contact Cyber Constable Intelligence, and though I was skeptical at first, I was desperate for a solution. From the moment I reached out to Cyber Constable Intelligence, I felt a sense of relief. The team was both professional and empathetic, taking the time to understand my situation. They immediately began working to trace the company, a task I had tried and failed to do on my own. Their expertise in identifying fraudulent operations was evident, and they quickly began building a case to prove the opportunity was a scam. What really set them apart was their proactive approach: they worked directly with the authorities to ensure the fraud was taken seriously. As the investigation progressed, I kept my friends in the loop. They had been concerned about my situation from the start, but seeing Cyber Constable Intelligence’s progress gave them hope as well. It wasn’t long before they were able to recover $5,000 of the $6,500 I had lost. Although I didn’t get all my money back, it was a significant recovery, and I was relieved to see that I wasn’t just another case left unresolved. I truly owe a lot to Cyber Constable Intelligence for their persistence and tireless efforts. In the end, the experience taught me a valuable lesson in due diligence and the importance of seeking help when needed. I am incredibly grateful to Cyber Constable Intelligence for turning a bad situation around and for helping me get a portion of my investment back. I now tell my friends and family to be extra cautious when considering any business opportunities and to reach out to experts like Cyber Constable Intelligence if anything feels off.
Here's Their Info Below
WhatsApp: 1 (252) 378-7611
mail: cyberconstable@coolsite net
Website info; www cyberconstableintelligence com3 -
RECLAIM STOLEN CRYPTO REVIEWS. HIRE DIGITAL TECH GUARD RECOVERY
Cryptocurrency has emerged as a transformative force in the financial world, attracting both investors and opportunistic scammers. I met a fraudulent website, coexus pro, exemplifies the darker side of this digital currency landscape. The site claimed to offer daily returns through an "arbitrage trading crypto bot" and misleadingly adopted the branding of a reputable cryptocurrency exchange, which initially instilled a sense of trust. Eager to take advantage of the promised 1% daily return, I deposited a significant amount of money. For the first few days, everything appeared to be going smoothly; I received the expected returns and was able to withdraw funds without any complications. This initial success made me increasingly confident in the platform, leading me to believe that I had made a wise investment. My optimism quickly turned to dismay when I attempted to make another withdrawal. I was informed that my account balance had fallen below their liquidity requirement, and to resolve this issue, I needed to deposit additional funds. Trusting their claims, I complied, thinking it was a minor hurdle. Unfortunately, when I tried to withdraw again, I was met with the excuse of "blockchain congestion," which they claimed would delay my withdrawal for 24 days. As days turned into weeks, I grew increasingly anxious. After 50 days of waiting, I reached out to their support team once more, only to be confronted with yet another demand. They claimed I needed to pay 15% of my account balance for "technical support" from the "Federal Reserve’s blockchain regulator. "It was at this moment that the reality of the situation hit me hard: I had fallen victim to a sophisticated scam. The website eventually went inactive, and I discovered that the scammers had simply transitioned to a new site, maintaining a nearly identical layout to continue their deceitful operations. In my search for answers, I turned to social media and found a review from another victim who had experienced a similar ordeal. This individual shared how Digital Tech Guard Recovery had successfully assisted him in recovering his lost funds. Inspired by his story, I immediately reached out to Digital Tech Guard Recovery for help. WhatsApp: +1 (443) 859 - 28862 -
EXPERT HELP TO RECLAIM WHAT YOU LOST// VISIT SALVAGE ASSET RECOVERY
You can send a DM to Salvage Asset Recovery via below contact details.
WhatsApp-----.+ 1 8 4 7 6 5 4 7 0 9 6
Telegram--@Salvageasset
Success is not the key to happiness. Happiness is the key to success. If you love what you are doing, you will be successful." This quote has always driven me as a truck driver, where every mile I log is for my family’s future, their comfort, security, and dreams. However, my pursuit of stability was shattered when I lost $130,000 in Bitcoin to a cyberattack after a careless decision while delivering goods in California. During one of my routes, I stopped at a shop to take a break and noticed that a Wi-Fi network was available. Thinking it would be convenient to connect and check my crypto accounts, I didn’t consider the potential risks. The moment I saw my empty wallet later that day, my world collapsed. That money represented years of sacrifice, late nights, missed moments, and relentless effort gone in an instant. The guilt and helplessness were crushing. In my desperation, I scoured the internet for solutions, only to hit dead ends until I stumbled upon Salvage Asset Recovery. Initially skeptical but with no other options left, I reached out to Salvage Asset Recovery. Their team responded not just with expertise, but with genuine empathy. They understood the emotional toll this loss had taken on me and my family. Salvage Asset Recovery meticulously traced the stolen funds through the blockchain, working tirelessly to achieve what felt impossible: they recovered my Bitcoin. This ordeal taught me that vulnerability isn’t a weakness; even the most cautious can fall victim to unseen threats. It also reaffirmed the power of resilience and the importance of trusting the right people, like those at Salvage Asset Recovery. This was a harsh reminder of the risks we take in our digital lives, but it also highlighted the strength we can find in community and support. Today, I’m back on the road, driving with renewed purpose. My family is secure, my faith in humanity restored, and my definition of success has been refined. It’s not just about wealth; it’s about perseverance, love, and the courage to seek help when all seems lost. If you’ve faced a similar nightmare, don’t give up. Hope exists, and sometimes, it takes the right ally, like Salvage Asset Recovery, to reclaim what was stolen. Salvage Asset Recovery was my lifeline, proving that even in the darkest moments, redemption is possible. Keep fighting, your success and happiness are worth it. I recovered all my funds, and with that, Salvage Asset Recovery, are the true keys to a fulfilling life.2 -
Cryptocurrency fraud recovery hacker for hire // PASSCODE CYBER RECOVERY
My Name is Hana Huang a 59 years business woman from Taiwan who migrated to Canada. I want to take a moment to address a topic of growing concern the significant risks and wide ranging consequences of online crypto investments. While cryptocurrency represents financial innovation and the allure of exponential returns, it also carries substantial dangers. Unfortunately, many individuals, myself included, have suffered devastating losses due to scams and fraudulent platforms. The emotional and financial impact can be overwhelming, leaving victims in a state of despair and uncertainty. In my case, I invested in what appeared to be a legitimate crypto project. However, it quickly became apparent that the venture was a scam. My account was inexplicably frozen, my digital assets became inaccessible, and all communication from the platform ceased. This left me disillusioned and helpless, struggling to come to terms with the betrayal and loss. Desperate for a solution, I came across PASSCODE CYBER RECOVERY, a reputable firm specializing in recovering assets lost to crypto fraud. Despite general skepticism around recovery services, I cautiously reached out to their support team via Telegram, clinging to a small hope. From our first interaction, the representative who assisted me was empathetic, clear, and patient, qualities that eased my initial doubts. After a thorough review of my case, I was asked to submit detailed transaction records through their encrypted email system. To my surprise, within just an hour, I received a forensic report that confirmed my suspicions. More importantly, they outlined a realistic and structured recovery plan. With cautious optimism, I authorized them to proceed. Amazingly, my lost funds were restored to my crypto wallet. The sense of relief and closure was indescribable. This was not just a financial recovery, but an emotional one, thanks to a team whose competence and integrity were evident throughout. Recovery with PASSCODE CYBER RECOVERY was transformative. Their swift, transparent, and ethical approach turned a harrowing ordeal into a story of restoration and justice. To anyone who has fallen victim to a crypto scam, I wholeheartedly recommend PASSCODE CYBER RECOVERY. They do more than retrieve stolen assets; they help restore your financial stability. In a world where scams are rampant, having a reliable ally like PASSCODE CYBER RECOVERY can make all the difference.
PASSCODE CYBER RECOVERY
WhatsApp: +1(647)399-4074
Telegram : @passcodecyberrecovery2 -
HOW TO RECOVER BITCOIN IF IT'S STOLEN; USDT AND ETH RECOVERY EXPERT HIRE DIGITAL TECH GUARD RECOVERY
WhatsApp: +1 (443) 859 - 2886
Email @ digital tech guard . com
Telegram: digital tech guard . com
Website link: digital tech guard . com
"Success is not the key to happiness. Happiness is the key to success. If you love what you are doing, you will be successful." This quote has always driven me as a truck driver, where every mile I log is for my family’s future their comfort, security, and dreams. However, my pursuit of stability was shattered when I lost $130,000 in Bitcoin to a cyberattack after a careless decision while delivering goods in California. During one of my routes, I stopped at a shop to take a break and noticed that a Wi-Fi network was available. Thinking it would be convenient to connect and check my crypto accounts, I didn’t consider the potential risks. The moment I saw my empty wallet later that day, my world collapsed. That money represented years of sacrifice late nights, missed moments, and relentless effort gone in an instant. The guilt and helplessness were crushing. In my desperation, I scoured the internet for solutions, only to hit dead ends until I stumbled upon Digital Tech Guard Recovery. Initially skeptical but with no other options left, I reached out to Digital Tech Guard Recovery. Their team responded not just with expertise, but with genuine empathy. They understood the emotional toll this loss had taken on me and my family. Digital Tech Guard Recovery meticulously traced the stolen funds through the blockchain, working tirelessly to achieve what felt impossible: they recovered my Bitcoin. This ordeal taught me that vulnerability isn’t a weakness; even the most cautious can fall victim to unseen threats. It also reaffirmed the power of resilience and the importance of trusting the right people, like those at Digital Tech Guard Recovery. This was a harsh reminder of the risks we take in our digital lives, but it also highlighted the strength we can find in community and support. Today, I’m back on the road, driving with renewed purpose. My family is secure, my faith in humanity restored, and my definition of success has been refined. It’s not just about wealth; it’s about perseverance, love, and the courage to seek help when all seems lost. If you’ve faced a similar nightmare, don’t give up. Hope exists, and sometimes, it takes the right ally, like Digital Tech Guard Recovery, to reclaim what was stolen. Digital Tech Guard Recovery was my lifeline, proving that even in the darkest moments, redemption is possible. Keep fighting your success and happiness are worth it. I recovered all my funds, and with that, Digital Tech Guard Recovery, are the true keys to a fulfilling life.2 -
CONTACT A LEGIT CRYPTO RECOVERY SERVICE-HIRE SALVAGE ASSET RECOVERY
In today's digital age, investing online has become more accessible, but unfortunately, with that accessibility comes an increased risk of falling victim to fraudulent trading platforms. Recently, I had a troubling experience that not only left me questioning the safety of online investments but also led me to discover a reliable service that helped me recover my funds. Let me share my story and help others avoid similar scams.I had been encouraged to invest in a trading platform that seemed to offer promising returns and attractive offers. The platform lured investors with its ‘super trader’ feature, an automated trading tool designed to make profitable trades on behalf of its users. It seemed like a foolproof way to multiply my investment. However, as time went on, I began to notice strange behavior in the trading patterns. During the final hours of the 2023 UK election day, I observed a suspicious trade happening on the platform. The trade executed at the most inconvenient time just before the GBP market was expected to experience a sharp rise due to election results. Despite being an amateur trader myself, I could sense that something wasn’t right. The decision to trade at such a crucial moment, with the high risk involved, raised red flags. It was clear that whoever was behind this platform had ulterior motives. They manipulated the system to take advantage of the election’s volatility, causing the value of the assets to plummet and resulting in the loss of 90% of my entire investment.What made the situation even worse was the difficulty I faced in trying to get in touch with the platform's customer support. They vanished, leaving no way to recover my funds. I was devastated and felt completely powerless. However, after extensive research, I found Salvage Asset Recovery, a professional service that specializes in helping people recover lost funds from online scams. Salvage Asset Recovery was instrumental in guiding me through the process of recovering my funds. They communicated with me every step of the way, providing expert support and clear instructions on how to proceed. Thanks to their diligence, I was able to recover not only my initial investment but also the profits that were lost due to the scam. If you’ve fallen victim to a similar situation or suspect that a trading platform is fraudulent, I highly encourage you to reach out to Salvage Asset Recovery. They are trustworthy, professional, and have a proven track record in helping people reclaim what they’ve lost. Please avoid investing on platforms that raise red flags and always do your due diligence before making any financial commitments. Take my advice don’t become the next victim of these scams. If you’ve already been scammed, contact Salvage Asset Recovery to help you get back your hard-earned money. [Their Contact info WhatsApp---.+ 1 8 4 7 6 5 4 7 0 9 61 -
ALPHA SPY NEST RECOVERY // ETH/USDT & BITCOIN RECOVERY EXPERT.
It all started when I woke up one morning to find my crypto wallet drained—every last Bitcoin I’d invested in was gone. Months of careful trading, wiped out in an instant. I’d fallen victim to a slick phishing scam that tricked me into handing over my private keys. Devastated, I thought it was over. That’s when a friend mentioned Alpha Spy Nest, a shadowy group of crypto recovery specialists who’d helped him out of a similar mess.Skeptical but desperate, I reached out. Within hours, a voice on the other end—calm, confident, and anonymous—told me they’d take the case. They called themselves “Nest operatives,” and they didn’t waste time. First, they asked for every detail I could remember: the suspicious email, the fake login page, the moment I realized I’d been had. I handed it all over, expecting nothing but a polite “we’ll try.”What I didn’t know was that Alpha Spy Nest was already on the move. Their team—part hackers, part detectives—dived into the blockchain like bloodhounds. They traced the stolen Bitcoin as it bounced through a dizzying maze of wallets, each one a little more obscure than the last. Most people would’ve given up, but not them. They had tools I’d never heard of, scraping data from dark web forums and piecing together clues like a digital jigsaw puzzle.Days later, they called me back. “We’ve got a lead,” the voice said. They’d tracked the thief to a sloppy exchange account tied to a poorly hidden IP address. The operatives didn’t stop there—they cross-referenced the wallet activity with chatter on underground crypto channels and found the culprit bragging about his haul. With that, they flipped the script. Using a mix of social engineering and what I can only assume was some next-level tech, they baited the thief into moving the funds again—right into a trap wallet Alpha Spy Nest controlled. Few days after I’d lost everything, I got a final message: “Check your account.” There it was—my Bitcoin, back where it belonged, minus a modest fee for their trouble. I never met the team, never even learned their real names. All I knew was that Alpha Spy Nest had turned my nightmare into a miracle, and I’d never click a shady link again.Contacts: WhatsApp: +14159714490
1 -
**Najah Spa & Massage: Your Premier Destination for Body to Body Massage, Full Body Massage, and Thai Spa Dubai
Located in the vibrant Dubai Marina, Najah Spa & Massage offers a luxurious escape where relaxation, rejuvenation, and wellness meet. Whether you're seeking a deeply indulgent body to body massage, a soothing full body massage, or an authentic Thai spa Dubai experience, we have the perfect treatments to help you unwind and recharge. Our team of expert therapists is dedicated to providing personalized services that cater to your specific needs, ensuring that you leave feeling refreshed, relaxed, and revitalized.
Experience the Ultimate Body to Body Massage at Najah Spa & Massage
A body to body massage is an indulgent and intimate experience designed to provide maximum relaxation and relieve tension. At Najah Spa & Massage, we specialize in this unique therapy, which combines expert touch and warm oils to create a deeply relaxing experience. Our therapists use smooth and flowing techniques, incorporating full-body movements that focus on both physical and mental well-being.
If you're looking for a body to body massage that melts away stress and leaves you feeling rejuvenated, look no further. We create a serene, calm atmosphere designed to promote relaxation and peace. With personalized attention and a focus on your comfort, we ensure that every aspect of the treatment meets your needs for a truly unforgettable experience.
Unwind with a Full Body Massage at Najah Spa
For those who need complete relaxation, our full body massage is the ultimate solution. A full body massage involves working on every muscle group, providing therapeutic benefits and offering relief from tension and stress. Whether you’re seeking a traditional Swedish massage for relaxation or a deep tissue massage to work through muscle knots, we tailor each treatment to suit your specific needs.
Our full body massage is not just about relieving physical discomfort – it’s about providing a holistic experience that restores balance and well-being to your entire body. After just one session, you’ll feel relaxed, rejuvenated, and ready to take on whatever the day holds. At Najah Spa & Massage, we ensure that each full body massage is tailored to your preferences for the most effective and relaxing experience.
Indulge in Authentic Thai Spa Dubai Treatments
For those seeking a unique and traditional experience, our Thai spa Dubai services are the perfect choice. Thai spa treatments are based on centuries-old techniques that combine gentle stretching, acupressure, and deep tissue massage to release tension, improve flexibility, and restore balance to the body.
At Najah Spa & Massage, we bring the authenticity of Thai spa treatments to Dubai. Our skilled Thai therapists use traditional methods, including energy line work, stretching, and gentle pressure, to provide deep relaxation and healing. Whether you’re looking for a relaxing Thai massage or a more invigorating session, our Thai spa Dubai services will leave you feeling relaxed, balanced, and recharged.
Why Choose Najah Spa & Massage?
Expert Therapists: At Najah Spa & Massage, we pride ourselves on our highly trained therapists who specialize in a wide range of massage techniques. Whether you’re looking for a body to body massage, a therapeutic full body massage, or a Thai spa Dubai experience, you can trust our therapists to deliver the best service.
Tranquil Ambience: The moment you walk into Najah Spa, you’ll be enveloped by a peaceful and relaxing atmosphere. Soft lighting, soothing music, and a calm environment all contribute to the serene experience we offer. Every treatment is designed to help you escape the stresses of daily life and restore your body and mind.
Personalized Treatments: We understand that each person’s body and needs are different. That’s why we tailor each treatment to your preferences. Whether it’s a deeply relaxing body to body massage or a more therapeutic full body massage, our goal is to make sure you get the most out of every visit.
Convenient Location: Situated in Dubai Marina, Najah Spa & Massage is easily accessible for both locals and visitors. Whether you're staying in the area or visiting for the day, we offer the perfect sanctuary to relax and rejuvenate.
Exceptional Customer Service: Our team is committed to providing outstanding customer service. From the moment you contact us at +971525216082 to the moment you leave, we ensure your experience is seamless, comfortable, and enjoyable.
Book Your Appointment Today
If you're looking for an indulgent body to body massage, a soothing full body massage, or an authentic Thai spa Dubai experience, Najah Spa& Massage is the perfect place for you. Our expert therapists, luxurious treatments, and peaceful environment create an unforgettable experience every time you visit.5 -
BITCOIN RECOVERY EXPERT HIRE SLAYER COIN RECOVERY
As a pastor, I’ve warned our congregation about wolves in sheep’s clothing but I never imagined one would target my wife through a screen. It began innocently: a message from a “fellow believer” in a Facebook group for Christian investors, praising her kindness and inviting her to a “private Cryptocurrency trading community.” The scammer, posing as a devout trader, promised 20% returns in just 5 hours through a “divinely favored” algorithm. My wife, eager to support ministry projects, saw it as a chance to multiply resources for good.The trap snapped shut swiftly. After hours of scripture-laced persuasion on Facebook Messenger, she transferred a portion of our savings to their “platform.” The interface looked legitimate live charts, glowing testimonials but minutes after her deposit, the account froze. The supposed broker vanished, deleting their profile and leaving her stranded.As a couple, we felt the weight of betrayal. My wife, usually a pillar of discernment, wept at how easily she’d trusted a stranger cloaked in faith. I struggled to reconcile my anger not at her, but at the predators exploiting goodwill. We prayed for wisdom and turned to SLAYER COIN RECOVERY, specialists in cryptocurrency fraud tracing.The team acted swiftly. Using the scammer’s Facebook ID, wallet addresses from the transaction, and screenshots of their deleted messages, SLAYER COIN RECOVERY mapped the stolen funds . They uncovered a network of dummy accounts and traced portions of our Cryptocurrency to a foreign exchange, halting further laundering.My wife’s diligence proved vital. She saved every detail the fake platform’s URL, timestamps, and the scammer’s pixelated profile photo. SLAYER COIN RECOVERY analysts cross-referenced this data with blockchain forensics, building a case we later handed to cybercrime units. Though recovery wasn’t total, their work reclaimed enough to rebuild our trust in God’s provision and ethical expertise.To all who serve and believe: Scammers stalk platforms like Facebook, weaponizing trust and faith. If you’re pressured to invest quickly, pause and take a moment to verify through multiple channels. If deception strikes, contact SLAYER COIN RECOVERY immediately their ability to trace digital breadcrumbs is nothing short of miraculous. Let our story remind you: Even the vigilant can stumble, but redemption is never out of reach. With SLAYER COIN RECOVERY, you can navigate these challenges and emerge stronger in faith and community.2 -
When I lost access to my crypto wallet, I felt completely helpless. It wasn’t just about the money, it was the time, energy, and hope I had put into building something that vanished in seconds. Every search I did, every forum I checked, led me nowhere or to people who just seemed to want to take advantage of my situation. I was close to giving up completely.
That’s when someone I trust pointed me toward Infinite Digital Recovery. I didn’t have high hopes, to be honest. I had already been burned and was expecting another dead end. But from the moment we connected, it felt different. They listened without rushing me, explained the process clearly, and never once pressured me.What followed was something I didn’t think was possible. Not only did they help me recover access to my wallet, but they also managed to retrieve the assets I thought were gone forever. They handled everything with patience, transparency, and true professionalism.I don’t usually write things like this, but I know how painful and isolating it feels to lose something like that. If you’re in the same boat, whether it's a lost wallet, crypto assets, or any kind of digital recovery. I can genuinely say these people know what they’re doing.
There is real help out there. And this team gave me more than just my money back they gave me peace of mind.2 -
BEST OPTION IN LOST OR STOLEN DIGITAL ASSETS - MAESTRO ENCRYPTER FINANCIER
In these digital scam and financial malfeasance times, finding reliable help has been like an odyssey through a maze of deception. My journey with Maestro Encrypter Financier cut through the noise like a beacon in a storm and rekindled my hope of retrieving what was rightly mine. Let me take it back to the moment of doubt and frustration. In such a scenario, like most victims, I'd been ensnared by webbed scam networks that keep holding digital assets at ransom, which included inflated and exorbitant fees along with fake promises of their restoration. The powerlessness felt amidst injustice seemed suffocating, till in this din of doubts came a voice-one that shone bright: Maestro Encrypter Financier. I had heard whispers of their prowess while at Fiverr, where a colleague had successfully enlisted their help, so I decided to take the leap and reach out. Their professionalism and dedication were quite evident right from the very first interaction-a lifeline in my darkest hour. Navigating digital asset recovery is no easy feat, but Maestro Encrypter Financier proved themselves to be true wizards in the field. With a team of highly skilled experts at the helm, they embarked on a mission of rectifying the wrongs imparted in me by fraudulent actors. Communication was key throughout the process, with regular updates that provided much-needed reassurance and transparency. Their commitment to my case was evident at every turn, instilling trust and confidence that had been sorely lacking in my previous endeavors. In spite of these setbacks-the shutdown of the website of the fraud company-the perseverance never wavered by Maestro Encrypter Financier. Their sagacity and indefatigable effort finally flowered into triumphant victory when my lost money was fully recovered in as quick a time as three days. The expertise and commitment of Maestro Encrypter Financier made my life bright once again. It's amazing how they can make fraudsters be at the receiving end and restore justice to their victims. Maestro Encrypter Financier isn't met with satisfaction; he's a stamp of integrity, competence, and genuine care in the face of an industry laced with deceit. Not just a company, but this team stands tall as rays of hope whenever somebody comes across financial scandals. As I end, wholeheartedly endorse
Maestro Encrypter Financier to whoever needs help recovering their stolen funds. I would never regret entrusting them with my case, and I'm so grateful for the light they brought into my life during my bad time. With Maestro Encrypter Financier by your side, no obstacle is too great to overcome, and no injustice is too insurmountable to put right. For enquiry, Email:( maestro encrypter @ financier. com ) or call/ WhatsApp: +1 472 2038 937
1 -
Six Star Valet Services: Premium Valet Service for Hire in Ringwood, NJ
When it comes to delivering a high-end parking experience, Six Star Valet Services is the name to trust in Ringwood, NJ. Offering professional valet services for hire, we specialize in providing seamless parking solutions for events, businesses, and residential areas. Whether you’re hosting a wedding, organizing a corporate gathering, or simply need valet assistance for your restaurant, we’re here to make sure your guests enjoy the convenience of stress-free parking.
Why Choose Six Star Valet Services for Hire?
1. Professional and Reliable Service
Our valet attendants are well-trained professionals who take pride in providing courteous, reliable, and timely service. We aim to enhance the experience of your guests by ensuring their vehicles are parked efficiently and safely. When you hire our valet service, you're hiring a team committed to excellent service every time.
2. Convenience for Your Guests and Clients
Let’s face it—parking can often be a hassle, especially at busy events or popular venues. With Six Star Valet Services for hire, your guests can drive right up to the entrance, where our valet team will take care of the parking. This not only saves time but also ensures a smooth and pleasant experience from start to finish.
3. Tailored to Your Event’s Needs
Whether you’re planning an intimate gathering or a large-scale event, we understand that every occasion has unique needs. That’s why we offer customized valet services to ensure that we meet your specific requirements. From small parties to corporate events, we provide a personalized touch that ensures your event runs smoothly, with no parking hassles for your guests.
4. Fully Insured and Secure
At Six Star Valet Services, we prioritize the safety and security of your vehicles. We are fully insured, and all our valet attendants are trained to handle cars with the utmost care and respect. You can have peace of mind knowing that your guests' vehicles are in safe hands.
Our Valet Service for Hire: What We Offer
At Six Star Valet Services, we offer valet service for hire for a wide range of events and purposes:
Event Valet Services: Whether you’re planning a wedding, a birthday party, or a gala, our valet service for hire will ensure that your guests have a stress-free parking experience from the moment they arrive.
Restaurant Valet Services: For busy restaurants, we offer valet services that keep your customers happy and your parking lot organized. Our team is trained to work efficiently and professionally, allowing your guests to arrive and depart with ease.
Corporate Valet Services: Make a great impression at your next business event, conference, or meeting. Hiring our valet service ensures that your clients and employees can enjoy a hassle-free arrival and departure.
Private Residential Events: Hosting a private gathering at your home? Our valet service for hire is perfect for any residential event, providing a smooth and efficient parking experience for your guests.
Location and Contact Information
Conveniently located at 212 Stonetown Rd, Ringwood, NJ 07456, Six Star Valet Services proudly serves the local community and the surrounding areas. We are just a call away, ready to provide valet services tailored to your needs. For bookings or inquiries, contact us at +1 (862) 591-9168.
Book Your Valet Service Today!
At Six Star Valet Services, we believe in providing exceptional valet services that leave a lasting impression. Our valet service for hire is designed to add an element of convenience and luxury to your event, business, or private gathering. Whether you’re hosting an event with hundreds of guests or simply need parking assistance for a special occasion, we’re here to help.
Make the right choice—choose Six Star Valet Services for your next event or business needs and let us take care of your parking worries so you can focus on what matters most.
1 -
I understand some of my stakeholders have more stressful roles than others, but I really wish they’d slow down and take a moment to process.
One of them recently forwarded me a customer inquiry about an order confirmation email because the customer gave the impression that they received the email in error. The customer’s message was “2018? What is this?” It was a confirmation for an old order. A really old order. From 2018. I guess my stakeholder thought an old confirmation email was resent, but my stakeholder just had to look at the original message section of the email, which stated the email was sent in 2018. Y’all, that email was sent years before I starting working for them.
I told stakeholder that I don’t know what this customer is looking for from us. IMO since this is for an order from FOUR YEARS AGO, I don’t think we should put any more time into investigating it.
Even my Product Manager agreed that our stakeholders need to do more diligence on their end (like asking the customer why they are following up on a four year old order) before coming to Engineering and taking up our time. -
RESTORE AND SECURE YOUR DIGITAL ASSETS WITH MUYERN TRUST HACKER
I’ve always been a manager at Starbucks, handling day-to-day operations and working closely with my team. But in my spare time, I developed an interest in cryptocurrency. One day, I stumbled upon a promising cryptocurrency investment company online. They had great reviews and guaranteed high returns, so I invested a significant sum, $108,800 of my savings. In just a few weeks, I watched in awe as my investment grew rapidly from $108,800 to an impressive $292,650. The profits seemed too good to be true, and for a moment, I truly believed I had discovered a goldmine. I submitted a withdrawal request, thinking it would be a simple process. But days turned into weeks, and I never saw the money transferred back to my wallet. When I contacted the company, I received nothing but excuses and delays. It soon became clear that I had been scammed. The company I had entrusted with my funds was a fraudulent operation, designed to lure in unsuspecting investors like myself. I felt completely betrayed and helpless, watching as my hard-earned money vanished without a trace. That’s when I was referred to MUYERN TRUST HACKER, web at ( ht tps: //muyerntrusthacker . org ) a trusted recovery service specializing in helping people like me who had fallen victim to cryptocurrency scams. Their team was knowledgeable and professional, and they guided me through every step of the recovery process. With the expert assistance of MUYERN TRUST HACKER, I was able to take the necessary legal actions and pursue the recovery of my lost funds. They worked tirelessly on my behalf, leveraging their resources and connections to track down the scammers. In the end, they successfully recovered the majority of my funds and transferred them safely back into my wallet. Thanks to MUYERN TRUST HACKER, I was able to reclaim what I thought I had lost forever. You can also reach them on ( Tele gr am at muyerntrusthackertech ) for faster response.
1 -
I still remember the day our first computer arrived in 2001. I was just a kid, but that beige tower and bulky CRT monitor felt like something out of a sci-fi movie. It came with Windows ME (which I later learned wasn’t exactly the best OS), but at the time, I didn’t care. I was too busy exploring the wonders of Minesweeper, Pinball, and—when I finally got my hands on a CD—Age of Empires II.
My first real gaming obsession, though, was Need for Speed: Porsche Unleashed. The moment I launched it, I was hooked. The graphics were mind-blowing for my nine-year-old self, and the thrill of racing a classic 911 through winding European roads was pure magic. Of course, I was still figuring out how to use a keyboard properly, so my "races" mostly involved crashing into walls and flipping the car. But I loved every second of it.
Another game that consumed my childhood was Counter-Strike 1.3. My friends and I would take turns on the computer, arguing over who got to be on the Terrorist team and who had to be Counter-Terrorist. Back then, our reaction times weren’t exactly pro-gamer level, and aiming with a mouse felt awkward.
Looking back, those early gaming days were pure magic. No microtransactions, no battle passes—just me, a clunky PC, and an endless sense of wonder. I’d give anything to relive those moments again.1 -
I'm sure you've heard about test driven development , domain driven development and other various development techniques.
But let's just take a moment to appreciate KPI driven development for a moment.
Oh wait ... -
Scrum poker, what a fucking joke that shit is. When did even a piss take 0.5 story points in this racket. ”It’s a no brainer, should take no more than 20min”. Who are you lying to? You KNOW that every time you open that IDE, the second you build and the moment you merge that putrid sewage, you’re gonna get fucked one way or another and cleaning up that shit is gonna take your cum poker assessment x 4.
-
That moment when you spend an hour walking through new code because what was working suddenly stopped and the changes made couldn't possibly have botched it...
You realize that a midnight process deletes and recreates the source of this code's data.
This is why I shouldn't take work home. -
I want to take a moment to express my heartfelt gratitude to CyberPoint Recovery for their incredible assistance in helping me recover my stolen Bitcoin. Their professionalism and expertise made a challenging situation much easier to navigate. Thanks to their support, I was able to recover my funds without falling victim to scams again. I highly recommend their services to anyone facing similar issues. Thank you once again,
1 -
Goddamnit ISP's. Yesterday I got transferred to another ISP because of a merger and till this moment I don't have internet, TV or phone (not that I was using the phone line but I am paying for it) and after being on hold for over an hour this morning with customer service I got told it can take them till fuckin monday to get the connection going again.
I'll repeat FUCKIN ISP'S!!!!! -
I want to take a moment to express my heartfelt gratitude to Cyber Point Recovery for their incredible assistance in helping me recover my stolen Bitcoin. Their professionalism and expertise made a challenging situation much easier to navigate. Thanks to their support, I was able to recover my funds without falling victim to scams again. I highly recommend their services to anyone facing similar issues. Thank you once again, C y b e r Point Recovery, For inquiry, :(Support (AT) cyber point recovery (DOT) c o m)1
-
Contact a legit Bitcoin recovery company- Hire Hackerzed Nemesis Recovery Company
Living in Toronto, it seemed like the ultimate financial catastrophe to lose 10 Bitcoin. One moment, everything appeared safe and secure, and the next, I was staring at the possibility of a devastating mistake that could cost me my entire investment. The remorse and regret that followed were unbearable. I had poured years of effort, patience, and resources into building my portfolio, only to see it vanish in an instant. The thought of never recovering my Bitcoin tormented me day and night, casting a shadow over every waking moment, In desperation, I made several attempts to recover my funds, including consulting with legal experts and reporting the matter to authorities. Despite my efforts, each attempt ended in failure, further deepening my despair. I felt like I was running out of options and time. The overwhelming weight of my loss made it difficult to focus on anything else, and I began to lose hope. it was during this dark period that I came across Hackerzed Nemesis Recovery. Admittedly, I was skeptical at first. Could this team really succeed where others had failed? Recovering 10 Bitcoin felt like an impossible task. Yet, their expertise, and strong track record of successfully handling similar cases caught my attention. Their reviews and recommendations gave me the slightest glimmer of hope, and I decided to take a leap of faith. From the moment I reached out to Hackerzed Nemesis Recovery, I was met with a team that was empathetic, attentive, and deeply committed to helping me. They took the time to listen to my story, understand my distress, and thoroughly evaluate the details of my case. Their approach was systematic and professional, instilling a sense of trust and reassurance that I hadn’t felt in weeks. They employed advanced blockchain analysis and cutting-edge cyber-forensic tools to trace the stolen Bitcoin. To my astonishment, they managed to uncover the trail leading to my funds, even though I had lost all hope of recovery. The moment I received confirmation of my recovered Bitcoin, I was overwhelmed with gratitude and relief. What felt like an insurmountable disaster had turned into a story of redemption, thanks to Hackerzed Nemesis Recovery. They not only helped me recover my investment but restored my faith in the possibility of justice. For anyone who has experienced a similar loss, I can confidently say that Hackerzed Nemesis Recovery is the best.
CONTACT:
WhatsApp: +1, 6,3,9 3,9,5 4,6,2,8
Mail: hackerzednemesis001(@)zohomail(.)com
info(@)hackerzednemesis(.)com
4 -
Wow, I can’t believe this works! I never imagined that a catastrophic event could have such a profound impact on my digital life until the devastating flood hit my town. In the wake of the disaster, my entire backup system was obliterated, along with my Bitcoin wallet. For years, I had stored $120,000 in Bitcoin as a safeguard for my future, a sum that represented not just money, but my dreams, my security, and my hope for a better tomorrow. The flood ravaged everything I had built, wiping out the physical copies of my recovery files and leaving me feeling completely and utterly vulnerable.I remember the exact moment I realized the magnitude of my loss; the shock was overwhelming, and raw terror coursed through me as I grasped the reality that all my savings might be gone forever. I felt a surge of despair. My heart raced, my hands trembled, and for a moment, I was paralyzed by the fear of losing everything I had worked so hard to accumulate. In the midst of that dark hour, I stumbled upon Hack Savvy Tech. Initially, I was doubtful, unsure if anyone could truly help me recover my precious funds. But as I read more testimonials and listened to the experiences of others who had been in my shoes, a glimmer of hope began to emerge. I decided to take a chance, reaching out to their team with a mix of desperation and cautious optimism. From the very first interaction, the team at Hack Savvy Tech showed an extraordinary level of empathy, professionalism, and technical expertise. They took the time to understand my predicament, explained the recovery process in detail, and guided me step-by-step through every stage. Their support was not just technical; it was deeply human, easing my anxiety with each reassuring update. After what felt like an eternity of raw emotion and anxiety, they finally restored my wallet. My $120,000 in Bitcoin was intact, and a profound wave of relief washed over me. In that moment, I realized that even amidst disaster and despair, hope can prevail. I am deeply grateful to Hack Savvy Tech – their expertise not only recovered my funds but also rekindled my belief in the resilience of human ingenuity and compassion.mail: contactus @ hacksavvytechnology . comWebsite : https : // hacksavvy techrecovery . comWhatsapp : +7.9.9.9.8.2.9.5.0.3.81
-
Games Straight 2U: Revolutionizing Your Event with the 360 Photobooth Experience in Tracy, California
Are you looking to take your event to the next level with an innovative, fun, and unforgettable experience? Look no further than Games Straight 2U, the premier provider of the 360 Photobooth experience in Tracy, California! Whether it’s a birthday, wedding, corporate event, or any special occasion, our 360 photobooth adds excitement, engagement, and lasting memories to your celebration.
What is a 360 Photobooth?
A 360 Photobooth is an immersive and dynamic photo experience that allows guests to capture their best moments in full 360-degree motion. Unlike traditional photo booths, this interactive booth uses cutting-edge technology, creating high-quality videos or gifs that capture every angle of your guests as they strike fun poses, dance, or interact with props. It’s the perfect way to bring your event to life and give your guests something truly unique to take home.
Why Choose Games Straight 2U for Your 360 Photobooth?
Unmatched Experience for Your Guests
With a 360 Photobooth, your guests become the stars of their own highlight reel. Whether they are celebrating a wedding, birthday, or corporate event, they’ll love seeing themselves captured in full motion with incredible 360-degree footage. Our sleek and professional setup ensures that everyone will want to get in line for their turn!
Customized Branding & Themes
Make your event truly your own by customizing the 360 photobooth experience. From personalized overlays, event logos, and themes to unique backdrops and props, we provide a fully branded experience that aligns with the look and feel of your event. It’s not just about photos—it’s about creating an experience that your guests will remember forever.
Instant Sharing & Social Media Integration
In today’s digital age, sharing moments on social media is a big part of any celebration. With our 360 Photobooth, your guests can instantly share their videos or gifs on platforms like Instagram, Facebook, or Twitter. Our system allows for easy digital uploads, so your guests can show off their fun moments with just the click of a button, making it the perfect addition to any modern event.
High-Quality Videos and Photos
Our 360 photobooth captures high-definition video and high-quality still images, ensuring that every moment is recorded in stunning detail. From the sharpness of the visuals to the quality of the sound, every aspect of your 360 video is designed to impress and deliver an experience that will stand the test of time.
Interactive Fun for Everyone
The 360 Photobooth is fun for all ages! From children to adults, everyone loves stepping into the booth and having their moment of fun. Whether it's a group of friends striking a pose together, a family dancing, or guests showing off their best moves, the 360 photobooth captures it all in a way that traditional photo booths simply can’t.
Professional Setup and Friendly Service
At Games Straight 2U, we don’t just provide the equipment; we provide the service that ensures your event runs smoothly. Our professional staff will handle the setup, operation, and breakdown of the 360 photobooth, making sure everything is perfect so you can focus on enjoying your event. We’re here to make sure your experience is seamless, fun, and stress-free!
Why Tracy, California Loves Games Straight 2U
Tracy, California, is known for its vibrant and family-friendly community, and Games Straight 2U is proud to be a part of it. Our 360 photobooth service is quickly becoming a popular choice for locals who want to add a unique twist to their events. Whether you’re hosting a small gathering or a large celebration, we bring the latest technology and top-notch service to make your event unforgettable.
Perfect for Any Occasion
Our 360 Photobooth is ideal for a wide range of events, including:
Weddings: Capture every moment of joy and fun as your guests take full-circle videos and photos.
Birthday Parties: Add excitement and entertainment to any age birthday celebration.
Corporate Events: Engage your employees, clients, and guests with a memorable, interactive experience.
School Events: From proms to graduation parties, our 360 photobooth is sure to bring excitement to your school functions.
Fundraisers: Create an interactive experience that attracts more guests and helps support your cause.
Book Your 360 Photobooth Today!
Ready to add some flair and fun to your event? Contact Games Straight 2U today to book our 360 Photobooth and take your celebration to new heights! We’re excited to bring this revolutionary experience to your next event in Tracy, California, and surrounding areas.
Contact Information
Phone: +1 (408) 807-8868
Location: Tracy, California, United States1 -
Games Straight 2U: Revolutionizing Your Event with the 360 Photobooth Experience in Tracy, California
Are you looking to take your event to the next level with an innovative, fun, and unforgettable experience? Look no further than Games Straight 2U, the premier provider of the 360 Photobooth experience in Tracy, California! Whether it’s a birthday, wedding, corporate event, or any special occasion, our 360 photobooth adds excitement, engagement, and lasting memories to your celebration.
What is a 360 Photobooth?
A 360 Photobooth is an immersive and dynamic photo experience that allows guests to capture their best moments in full 360-degree motion. Unlike traditional photo booths, this interactive booth uses cutting-edge technology, creating high-quality videos or gifs that capture every angle of your guests as they strike fun poses, dance, or interact with props. It’s the perfect way to bring your event to life and give your guests something truly unique to take home.
Why Choose Games Straight 2U for Your 360 Photobooth?
Unmatched Experience for Your Guests
With a 360 Photobooth, your guests become the stars of their own highlight reel. Whether they are celebrating a wedding, birthday, or corporate event, they’ll love seeing themselves captured in full motion with incredible 360-degree footage. Our sleek and professional setup ensures that everyone will want to get in line for their turn!
Customized Branding & Themes
Make your event truly your own by customizing the 360 photobooth experience. From personalized overlays, event logos, and themes to unique backdrops and props, we provide a fully branded experience that aligns with the look and feel of your event. It’s not just about photos—it’s about creating an experience that your guests will remember forever.
Instant Sharing & Social Media Integration
In today’s digital age, sharing moments on social media is a big part of any celebration. With our 360 Photobooth, your guests can instantly share their videos or gifs on platforms like Instagram, Facebook, or Twitter. Our system allows for easy digital uploads, so your guests can show off their fun moments with just the click of a button, making it the perfect addition to any modern event.
High-Quality Videos and Photos
Our 360 photobooth captures high-definition video and high-quality still images, ensuring that every moment is recorded in stunning detail. From the sharpness of the visuals to the quality of the sound, every aspect of your 360 video is designed to impress and deliver an experience that will stand the test of time.
Interactive Fun for Everyone
The 360 Photobooth is fun for all ages! From children to adults, everyone loves stepping into the booth and having their moment of fun. Whether it's a group of friends striking a pose together, a family dancing, or guests showing off their best moves, the 360 photobooth captures it all in a way that traditional photo booths simply can’t.
Professional Setup and Friendly Service
At Games Straight 2U, we don’t just provide the equipment; we provide the service that ensures your event runs smoothly. Our professional staff will handle the setup, operation, and breakdown of the 360 photobooth, making sure everything is perfect so you can focus on enjoying your event. We’re here to make sure your experience is seamless, fun, and stress-free!
Why Tracy, California Loves Games Straight 2U
Tracy, California, is known for its vibrant and family-friendly community, and Games Straight 2U is proud to be a part of it. Our 360 photobooth service is quickly becoming a popular choice for locals who want to add a unique twist to their events. Whether you’re hosting a small gathering or a large celebration, we bring the latest technology and top-notch service to make your event unforgettable.
Perfect for Any Occasion
Our 360 Photobooth is ideal for a wide range of events, including:
Weddings: Capture every moment of joy and fun as your guests take full-circle videos and photos.
Birthday Parties: Add excitement and entertainment to any age birthday celebration.
Corporate Events: Engage your employees, clients, and guests with a memorable, interactive experience.
School Events: From proms to graduation parties, our 360 photobooth is sure to bring excitement to your school functions.
Fundraisers: Create an interactive experience that attracts more guests and helps support your cause.
Book Your 360 Photobooth Today!
Ready to add some flair and fun to your event? Contact Games Straight 2U today to book our 360 Photobooth and take your celebration to new heights! We’re excited to bring this revolutionary experience to your next event in Tracy, California, and surrounding areas.
Contact Information
Phone: +1 (408) 807-8868
Location: Tracy, California, United States1 -
I am a developer, and coding is my world. But when it comes to, say, the "life" part of life skills? Not so much. After a grueling 72-hour coding marathon, fueled by nothing but caffeine and questionable decisions, I made a mistake I now regret on a cosmic level: I spilled coffee on my external hard drive, the very drive that stored access to my digital wallet, holding a significant sum. At first, I told myself it wasn't that bad; surely a little splash wouldn't be a big deal, right? With confidence in my tech skills, I turned to the internet for answers. One search result boldly asked: "Can you dry a hard drive in the microwave?" Spoiler alert: absolutely not. Don’t try this under any circumstance. I’m lucky I didn’t end up with melted plastic or worse. After my solo data recovery efforts failed catastrophically, panic set in. This wasn't just lost files, this was years of effort, wiped in a moment. That’s when I found Digital Resolution Services. Desperate and admittedly a bit embarrassed, I reached out, hoping for a miracle. From the moment they answered, I could tell I was in capable hands. The team was calm, professional, and reassuring, never once mocking my questionable DIY methods (which, looking back, I probably deserved). Instead, they got straight to work, applying specialized tools and expertise to my situation. The process wasn’t easy. It involved long nights, constant updates, and a rollercoaster of emotions. But Digital Resolution Services never gave up. They stayed committed, persistent, and focused every step of the way. When they finally restored access to my wallet, I was overwhelmed with relief not just because the funds were safe, but because I could finally sleep without stress. That experience taught me something valuable: sometimes, it’s not about being the expert in everything, it's about knowing when to trust the right ones. Now, I keep my coffee and hard drive far apart. And every time I take a sip of that morning brew, I remember: if your data matters, don’t gamble, reach out to professionals like Digital Resolution Services.
TELEGRAM: @DIGITALRESOLUTIONSERVICES
WHATSAPP: +1 (361) 260 86282 -
Contact: Morphohack@cyberservices. com This is the email that changed everything for me.
I thought my $88,000 in Bitcoin was lost forever. After exhausting every possible recovery method, resetting passwords, contacting exchanges, and searching through old files. I was at a complete loss. It felt like all hope was gone.
Then, I came across a review about MORPHOHACK CYBER SERVICES and their expertise in recovering lost Bitcoin. At first, I was skeptical. After all, I had already tried everything. But desperation pushed me to take a chance, and I reached out.
From the moment I contacted them, I was impressed by their professionalism and clear communication. They asked for the necessary details, explained the recovery process step by step, and reassured me that they had helped many others in my situation. Within just a few hours, to my absolute disbelief, they successfully recovered every last bit of my Bitcoin!
The relief and gratitude I felt were overwhelming. I had already accepted that my funds were gone, but thanks to Morphohack Cyber Service, I got everything back quickly and securely.
If you’ve lost Bitcoin due to a scam, forgotten passwords, or any technical issue, don’t give up hope. Morphohack Cyber Service has the skills, experience, and technology to help you recover what’s rightfully yours. I highly recommend their services to anyone in need of crypto recovery.
Morphohackcyber. com1 -
HOW TO AVOID CRYPTOCURRENCY SCAM HIRE DUNAMIS CYBER SOLUTION
I'm really sorry to hear about your experience with the Bitcoin theft, but it's great to hear that you were able to recover a significant portion of your funds with the help of DUNAMIS CYBER SOLUTION Recovery Team. It must have been an incredibly stressful and emotional journey, but your story shows the power of persistence and seeking help from trusted professionals.If you'd like to reach out to DUNAMIS CYBER SOLUTION Recovery Team again, here's an example of how you might structure your message:**Subject:** Gratitude and Request for Further Assistance Dear DUNAMIS CYBER SOLUTION Recovery Team,I hope this message finds you well. I wanted to take a moment to express my immense gratitude for your help during the difficult time when I lost my life savings to a Bitcoin hack. Thanks to your team's expertise, particularly Sarah's support throughout the process, I was able to recover 80% of my stolen funds. I can't overstate how much this has meant to me—not only financially but emotionally as well.Your professionalism, transparency, and dedication have truly restored my faith in the cybersecurity community. I feel much more confident in my investments moving forward, and I intend to diversify my portfolio as I learned valuable lessons throughout this experience.If there are any further recommendations or actions I should take regarding my recovery or securing my assets, I would appreciate your advice. Additionally, if there's anything I can do to assist you or share my positive experience with others who might be in similar situations, please let me know.Once again, thank you for your hard work and kindness. I will always be grateful for your support.
+13433030545
7 -
Losing $101,505 overnight felt like a gut wrenching blow. One moment, my financial future appeared stable; the next, it vanished into the ether. The platform I had trusted with my investments suddenly locked my account, citing vague “suspicious activity and then went silent. For days, I found myself trapped in a maze of automated emails, robotic chatbots, and unanswered phone calls. The so called customer service team offered nothing but scripted apologies, with no clear timeline for resolution. The weight of helplessness was overwhelming. How had I allowed this to happen? While this was harrowing, it transformed into a crucial lesson in financial vigilance. First and foremost, thorough research is essential. I had been seduced by polished marketing and enticing promises of guaranteed returns, neglecting to verify the platform’s legitimacy or investigate its leadership. A more in-depth examination would have unveiled warning signs: unregistered claims, a questionable operational history, and user reviews obscured by glowing testimonials. Secondly, if something appears too good to be true, it likely is. The platform’s pitch of consistent high returns with zero risk should have raised immediate red flags. My greed and urgency clouded my judgment, a mistake I am determined not to repeat.Most importantly, having access to responsive support is a necessity, not a luxury. When disaster struck, the lack of human assistance exacerbated the situation. Reputable institutions prioritize transparency and accountability qualities that were glaringly absent in this case.My path to recovery began with a referral to PYRAMID HACK SOLUTION, a firm specializing in Cryptocurrency asset recovery. Initially skeptical but desperate, I meticulously documented every transaction and communication, providing their team with the evidence. Their methodical approach included forensic audits, legal outreach, and persistent follow-ups with the platform’s payment processors. Remarkably, within weeks, they managed to recover 92% of my funds, a significant triumph given the circumstances.This ordeal has fundamentally altered my approach to financial decisions. I now cross-check companies against regulatory databases, explore independent review forums, and assess customer service responsiveness before investing a single dollar. Risk management is not paranoia; it’s a wise strategy.To anyone navigating the unpredictable realm of online finance: take a moment to pause, conduct thorough research, and prioritize actions over promises. And if disaster strikes, seek out specialists like PYRAMID HACK SOLUTION their recovery can make all the difference. CONTACT INFORMATIONS;
Email; pyramidhack @ solution4u. com
Telegram; @ PyramidhackSolution1
WhatsApp; +4474142809141 -
We-Gotchu Logistics: Premium White Glove Delivery Services in Austin, TX
At We-Gotchu Logistics, we specialize in providing the highest quality white glove delivery services to ensure your valuable and delicate items are transported with care and precision. Whether you're moving furniture, appliances, luxury items, or even large-scale spa and hot tub deliveries, our team is trained to handle every aspect of the delivery process with professionalism and attention to detail. Based in Austin, TX, we take pride in offering a wide range of white glove delivery services designed to meet the unique needs of our clients.
Why Choose We-Gotchu Logistics for Your White Glove Delivery Needs?
1. Furniture White Glove Delivery
When it comes to delivering furniture, especially high-end or fragile pieces, you need a team that understands the importance of careful handling. Our furniture white glove delivery service ensures that your items arrive at their destination in perfect condition. We take care of everything, from the moment we pick up your furniture to placing it exactly where you want it in your home. Our team uses specialized equipment and techniques to protect your furniture, ensuring it’s delivered with care, even in tight spaces.
2. Appliance White Glove Delivery
Large appliances, such as refrigerators, washing machines, and ovens, require special attention when being transported. We-Gotchu Logistics offers appliance white glove delivery services that go above and beyond basic transportation. We handle your appliances with extreme care, ensuring they are securely packaged, transported, and placed in their designated location. Our professional team also ensures proper installation, so your appliances are ready to use as soon as they arrive.
3. Luxury Item Delivery Service
When it comes to delivering luxury items, you can't afford to take chances. We-Gotchu Logistics provides a luxury item delivery service designed to meet the unique needs of high-value and delicate items. Whether you’re transporting fine art, designer furniture, or expensive electronics, our team uses specialized techniques to ensure the safe and secure transport of your precious items. We offer a fully tailored service to ensure your luxury items are handled with the utmost care from start to finish.
4. Fragile Item Transport with Care
For items that are delicate or easily damaged, such as glassware, antiques, or electronics, We-Gotchu Logistics offers fragile item transport with care. We understand the importance of careful packing, secure handling, and timely delivery. Our team is trained in the best practices for protecting fragile items during transit, ensuring they arrive at their destination in pristine condition. From the moment we load your items onto our trucks to the final placement, you can trust us to handle them with the utmost care.
5. White Glove Setup and Installation
Many items, such as furniture, appliances, and electronics, require setup and installation upon delivery. We-Gotchu Logistics offers a white glove setup and installation service to ensure that your items are not only delivered but also properly set up and ready for use. Whether it’s assembling furniture, installing appliances, or setting up electronics, our team has the skills and knowledge to handle any setup job, ensuring everything works perfectly before we leave.
6. Professional White Glove Movers
At We-Gotchu Logistics, our team consists of professional white glove movers who are trained to handle even the most complex and high-value deliveries. Whether you're moving a few pieces of furniture or an entire home, we provide the same level of care and attention to detail. Our movers are experienced in navigating tight spaces, ensuring that your items are carefully transported without damage. When you choose We-Gotchu Logistics, you can expect a smooth, hassle-free moving experience.
7. Spa and Hot Tub White Glove Delivery
Delivering spas and hot tubs requires specialized equipment and handling to ensure everything arrives safely. At We-Gotchu Logistics, we provide spa and hot tub white glove delivery services that are tailored to the unique needs of these large, delicate items. From safe transportation to expert placement in your home, we handle every detail with precision. Our team ensures that your spa or hot tub is delivered, installed, and ready to be used, with no stress or hassle on your part.
8. White Glove Service for Cold Plunge
Cold plunge tubs are an investment in health and wellness, and they require careful handling during transport and delivery. We-Gotchu Logistics provides a white glove service for cold plunge delivery, ensuring that your tub is transported safely and set up precisely where you want it. From the moment it leaves our warehouse to its final placement in your home or facility, we take extra care to ensure that everything is perfect.1 -
HOW TO FIND A LEGITIMATE CRYPTO RECOVERY COMPANY; BEST CRYPTO RECOVERY EXPERT HIRE CYBER CONSTABLE INTELLIGENCE
In a moment of excitement, I fell for a crypto scam after replying to a hacked tweet account, and it cost me a staggering $340,000. I was devastated and felt like I'd lost everything. The emotional toll was overwhelming, and I didn't know where to turn. I felt like I'd been punched in the gut, and the stress was taking a toll on my relationships and overall well-being. Desperate for help, I turned to online forums, searching for a solution. That's when I stumbled upon Cyber Constable Intelligence. I was skeptical at first, but their website and reviews suggested they were the real deal. I decided to take a chance, and boy, am I glad I did! Their expertise in cryptocurrency forensics and blockchain analysis is unparalleled. They worked tirelessly to track down the scammers, following a trail of digital breadcrumbs that led them to the culprits. Their professionalism ensured a successful recovery, and I was amazed by their dedication to client satisfaction. From the initial consultation to the final recovery of my funds, they kept me informed every step of the way, supporting me through a difficult time. Their results-driven approach is truly exceptional, and what I appreciated most was their transparency, empathy, and commitment to delivering results. They didn't just recover my funds; they also provided me with peace of mind and a sense of closure. I'm grateful for their help and highly recommend them to anyone who has fallen victim to crypto scams or theft. They truly are the experts in crypto recovery, and their services can be a game-changer for those in need. Don't hesitate to reach out to them if you're struggling to recover your lost funds – they're the real deal, and they'll fight tirelessly to get your money back. Trust me, you won't regret it
Here's their Info below;
WhatsApp: 1 252378-7611
Email Info cyberconstable@coolsite net
Telegram Info: + 1 213 752 74871 -
GET HELP TO RECOVERY YOUR LOST CRYPTOCURRENCY AND PROTECT YOUR INVESTMENT WITH TRUST GEEKS HACK EXPERT
I have been a victim to a sophisticated Skype scam, which began with a seemingly harmless file download that ultimately compromised my computer's security. As someone who works in the tech industry, I felt confident in my ability to spot malicious activity. However, this scam was much more advanced than I anticipated. The file I downloaded secretly granted the scammers access to my Exodus account recovery keys, resulting in a significant loss of cryptocurrency. The moment I realized what had happened, panic set in. I had lost a large sum of money and was unsure of how to recover it.In the midst of this chaos, a colleague I trusted recommended Trust Geeks Hack Expert . At first, I was skeptical having never been in a situation like this before, I wasn’t sure if recovery was even possible. However, I was soon reassured by the professionalism and expertise the team displayed. They wasted no time in taking action. From the moment I reached out, they were not only quick to respond but also walked me through the entire process step by step, explaining what had happened, what they could do, and how they would recover my funds. What impressed me most was their transparency and dedication. They kept me informed at every stage of the recovery process, providing regular updates and answering any questions I had. It became clear that this team was deeply knowledgeable about the complexities of the cryptocurrency world, including the technical aspects of securing and recovering digital assets. Their approach was thorough and methodical, ensuring that every angle was explored to recover my funds. As someone who works in tech, I could appreciate the intricacies of the recovery process. Trust Geeks Hack Expert demonstrated exceptional technical prowess, handling each challenge with skill and perseverance. They didn’t just focus on getting my funds back they also made sure to educate me on the steps I could take to safeguard myself against future threats. Ultimately, their efforts paid off. My cryptocurrency was fully recovered, and I could breathe easy once again.
Email:: trustgeekshackexpert (AT) fast service [.] com
Tele gram :: Trustgeekshackexpert
Web site:: https :// trustgeekshackexpert . com/5 -
How To Recover Your Bitcoin Without Falling Victim To Scams: A Testimony Experience With Capital Crypto Recover Services, Contact Telegram: @Capitalcryptorecover
Dear Everyone,
I would like to take a moment to share my positive experience with Capital Crypto Recover Services. Initially, I was unsure if it would be possible to recover my stolen bitcoins. However, with their expertise and professionalism, I was able to fully recover my funds. Unfortunately, many individuals fall victim to scams in the cryptocurrency space, especially those involving fraudulent investment platforms. However, I advise caution, as not all recovery services are legitimate. I personally lost $273,000 worth of Bitcoin from my Binance account due to a deceptive platform. If you have suffered a similar loss, you may be considering crypto recovery, The Capital Crypto Recover is the most knowledgeable and effective Capital Crypto Recovery Services assisted me in recovering my stolen funds within 24 hours, after getting access to my wallet. Their service was not only prompt but also highly professional and effective, and many recovery services may not be trustworthy. Therefore, I highly recommend Capital Crypto Recover to you. i do always research and see reviews about their service, For assistance finding your misplaced cryptocurrency, get in touch with them, They do their jobs quickly and excellently, Stay safe and vigilant in the crypto world.
You can reach them via email at Capitalcryptorecover@ zohomail. com12 -
Hello my name is Martin I first heard about Bitcoin back in 2019 through a classmate who was deep into cryptocurrency trading. At the time, I didn’t know much about Bitcoin or how it worked, but my curiosity got the better of me. After some research, I decided to take the plunge and make a small investment. I didn’t expect much at first, but as time passed, I watched in amazement as my initial investment steadily grew, eventually turning into an impressive $300,000. I was thrilled, to say the least.
However, earlier this year, I experienced a moment of panic. After attending a lively college party, I realized that my phone was missing. I had no idea where I had left it, but between the chaos and excitement of the party, it must have gotten misplaced. Losing my phone was bad enough, but what really scared me was the fact that my two-factor authentication for my Bitcoin wallet was linked to that phone. Worse still, I hadn’t properly stored any backup codes, leaving me completely locked out of my wallet. The thought of losing all that money was terrifying.
At that moment, I didn’t know what to do. I was overwhelmed and desperate to regain access to my funds. Luckily, a close friend who had gone through a similar situation recommended MALICE CYBER RECOVERY to me. I wasn’t sure if they could help, but I was willing to try anything at that point. So, I reached out to them with the hope that they could somehow help me recover access to my wallet.
To my absolute relief, MALICE CYBER RECOVERY didn’t disappoint. Their team was professional and efficient, and they assured me that even though I didn’t have my phone or the backup codes, they could still recover my wallet. After just a few weeks of working with them, they managed to restore my access completely, and my $300,000 was safe and sound. I couldn’t believe how smoothly the whole process went.
If you’re a student like me or anyone else who has lost their phone during a night out or a party, don’t lose hope. MALICE CYBER RECOVERY has the expertise to help you recover your funds, even in what seems like a hopeless situation. I’m incredibly grateful for their service and would highly recommend them to anyone facing a similar crisis.reach out to MALICE CYBER RECOVERY VIA
EMAIL:malicecyyberrecovery @ contractor . net
WHATSAPP: +61410262541
3 -
LOST BITCOIN AND BLOCKCHAIN TECHNOLOGY HIRE DUNAMIS CYBER SOLUTION
633869Hi, I’m Robert. My journey into the world of Bitcoin began in 2024, thanks to a crypto-savvy classmate who casually mentioned his investments during a study session. Until then, I only had a passing interest in cryptocurrencies. But that conversation piqued my curiosity, and I began researching more about Bitcoin and blockchain technology. What started as casual reading quickly turned into a growing fascination. Eventually, I decided to take the plunge and invested a modest amount, something I considered more of an experiment than a serious financial move.To my surprise, that small gamble paid off. Within months, my investment skyrocketed, reaching an incredible $100,000. Watching that number rise was thrilling; it felt like I had stumbled into the future of finance. I was euphoric, imagining all the possibilities this sudden windfall could bring. For a while, I truly felt like I had unlocked a door to financial freedom.That feeling didn’t last long. In early 2025, everything took a dramatic turn. After a wild college party, I woke up to discover my phone was missing, lost somewhere in the chaos of the night. Losing a phone is bad enough, but my real panic set in when I remembered that my Bitcoin wallet’s two-factor authentication was tied to that device. I didn’t have backup codes. Just like that, I was locked out of my fortune. The helplessness I felt was overwhelming. I couldn’t believe I might have just lost $100,000 overnight.I confided in a friend, who mentioned a company called DUNAMIS CYBER SOLUTION .I was hesitant to believe it; these things usually sound too good to be true, but I had nothing to lose. I contacted them, hoping for even a sliver of hope. To my surprise, their team was not only responsive but incredibly knowledgeable. They assured me that recovery was possible, even without access to my phone or codes.In less than a week, they delivered. I regained full access to my Bitcoin wallet. That moment was indescribable relief, gratitude, and disbelief all at once. Thanks to DUNAMIS CYBER SOLUTION I got a second chance. Now, I take my digital security much more seriously and will always be grateful for the help when I needed it most.2 -
Digital Hack Recovery— Stolen Ethereum Recovery Expert & Other Cryptocurrencies
It was a dark day when I realized that I had fallen victim to an Ethereum (ETH) scam. I had been so careful, or so I thought, but the cunning tactics of the scammers had caught me off guard. They had promised me a once-in-a-lifetime opportunity to double my investment, and in a moment of weakness, I had fallen for their lies. As the realization sank in, I felt a mix of emotions – anger, shame, and a deep sense of betrayal. I had trusted the wrong people, and now I was left with a gaping hole in my digital wallet. The thought of losing my hard-earned savings was devastating, and I knew I had to take action. At that point, I came into Digital Hack Recovery, a business that specializes in getting money back from online scams. I was initially dubious because, after all, how could they possibly repair the harm that had been done? However, when I learned more about their offerings, I became captivated by their reputation and the endorsements of their happy customers. I decided to take a chance and reached out to Digital Hack Recovery. From the moment I made the initial contact, I was impressed by their professionalism and attention to detail. They listened to my story with empathy and understanding, and they assured me that they would do everything in their power to help me recover my lost funds. The process began with a thorough investigation into the scam. The Digital Hack Recovery team meticulously analyzed the transaction records, the wallet addresses involved, and any other relevant information they could gather. They worked tirelessly, leaving no stone unturned, to uncover the trail of the stolen funds. As the investigation progressed, I was kept informed every step of the way. The team provided regular updates, explaining the steps they were taking and the challenges they were facing. Their communication was clear, concise, and reassuring, which helped to alleviate my anxiety and restore my trust in the process. One of the most impressive aspects of Digital Hack Recovery's approach was their innovative use of technology. They employed cutting-edge tools and techniques to track the movement of the stolen funds, tracing them through the complex web of blockchain transactions. Their expertise in this field was truly remarkable, and I was amazed by their ability to navigate the often-opaque world of cryptocurrency. As the investigation continued, the Digital Hack Recovery team encountered several obstacles. The scammers had gone to great lengths to cover their tracks, using sophisticated techniques to obscure the trail of the stolen funds. But the team remained undaunted, using their ingenuity and perseverance to overcome each challenge. Finally, after weeks of tireless work, the Digital Hack Recovery team was able to locate and recover a significant portion of my lost funds. The feeling of relief and gratitude that washed over me was indescribable. I had been given a second chance, and I was determined to make the most of it. Wait no longer, Talk to Digital Hack Recovery via" Email⁚ digital
hack recovery @ techie . com
WhatsApp⁚ +19152151930
Website⁚ https : // digital hack recovery . com19 -
BITCOIN ASSET RECOVERY SIMPLIFIED BY DIGITAL TECH GUARD RECOVERY PROVEN PROCESSES
Overcoming the Cryptocurrency Crisis: Finding Hope and Recovery Amidst Scams and Deception.
contact @ digital tech guard . com
WhatsApp: +1 (443) 859 - 2886
Telegram: +56 (997) 059 - 700
In a world increasingly dominated by cryptocurrency, the rapid rise of scams has left many, including myself, feeling lost and vulnerable. As a resident of New Jersey, I’ve witnessed firsthand how victims grapple with confusion and despair while navigating this treacherous landscape. The allure of digital currencies often blinds individuals to the risks, and I learned firsthand just how easy it is to fall prey to deceitful schemes. After I was scammed out of my hard-earned funds, I felt an overwhelming sense of hopelessness. The financial and emotional toll was immense. I had trusted the promises of easy profits and financial freedom, only to find myself on the wrong side of a scam. Like many victims, I turned to Digital Tech Guard Recovery. However, I soon realized that even these professionals are not immune to the perils of the online world. Many claim to offer solutions but can themselves be involved in shady practices, complicating the recovery process even further. As I navigated this difficult situation, vigilance became my guiding principle. I spent countless hours researching and seeking answers, but it often felt like I was just running in circles. It was during this time of uncertainty that I stumbled upon Digital Tech Guard Recovery. Their reputation for assisting victims of cryptocurrency scams caught my attention, and I decided to reach out. From the moment I connected with Digital Tech Guard Recovery, I felt a glimmer of hope. They provided me with clear guidance and a dedicated approach to recovering my stolen funds. Their team was not only knowledgeable but also empathetic, understanding the emotional toll that such scams can take on individuals. They walked me through the recovery process step by step, ensuring that I remained informed and engaged throughout. Thanks to Digital Tech Guard Recovery’s expertise, I was able to recover a significant portion of my lost funds. Their thorough investigation and commitment to client success made all the difference. I learned the importance of acting quickly and decisively when dealing with financial fraud, and I felt empowered to take control of my situation. If you find yourself in a similar predicament, whether you’re in New Jersey or elsewhere, I highly recommend reaching out to Digital Tech Guard Recovery. They are dedicated to helping victims reclaim their financial peace. In a world rife with scams, it’s essential to stay informed and vigilant, but having the right support can make all the difference in your recovery journey. Take that step toward regaining your financial stability don’t let the scammers win. -
AION Films: Creating Timeless Memories with Wedding Videography
Your wedding day is one of the most special moments of your life—a day filled with love, joy, and unforgettable memories. At AION Films, we specialize in wedding videography that captures the essence of your big day with beauty, elegance, and cinematic flair. Based in Tala, Cyprus, we are passionate about telling your unique love story through stunning visuals and high-quality video production.
Why Choose AION Films for Your Wedding Videography?
Cinematic Storytelling
At AION Films, we take a cinematic approach to wedding videography. We don’t just record events; we tell your story. Using state-of-the-art equipment, professional editing, and a keen eye for detail, we craft a visual narrative that reflects the magic of your wedding day. From the quiet moments to the joyful celebrations, we ensure every emotion is beautifully captured.
Tailored to Your Style
Every couple is unique, and so should their wedding film be. We take the time to understand your vision, preferences, and style to ensure your wedding video is exactly as you imagine. Whether you prefer a traditional, elegant video or a more modern and artistic take, we adapt our approach to suit your tastes and create a film that’s truly yours.
Experienced and Professional Team
Our team at AION Films consists of experienced videographers and filmmakers who are passionate about capturing life’s most important moments. With years of experience in wedding videography, we know how to blend seamlessly into your day, capturing the moments without disrupting the flow of your celebration. We take pride in offering a professional and discreet service, so you can focus on enjoying your big day.
High-Quality Productions
At AION Films, we use the latest in camera technology, lighting, and editing software to create wedding videos of the highest quality. Our team is dedicated to producing a polished, cinematic final product that you’ll treasure for years to come. From slow-motion sequences to stunning aerial shots, every frame of your wedding video is designed to look as breathtaking as the moment itself.
Full Coverage of Your Day
We believe in capturing the full scope of your wedding, from the intimate pre-wedding preparations to the final dance. Our wedding videography service provides comprehensive coverage, ensuring that no detail is missed. We focus on the candid moments that make your wedding day truly special, as well as the major events like the vows, speeches, and reception.
Friendly, Stress-Free Service
We understand that your wedding day can be both exciting and overwhelming. Our goal is to make the videography process as stress-free as possible. Our friendly, professional team works discreetly and efficiently, allowing you to enjoy your day without feeling like you're being constantly filmed. You can trust us to handle everything, so you can relax and enjoy the celebration.
Affordable Packages for Every Couple
At AION Films, we believe that every couple deserves a beautiful wedding video, regardless of their budget. That’s why we offer a range of wedding videography packages to suit different needs and price points. Whether you're looking for a simple highlight reel or a full-length documentary of your entire day, we have a package that’s perfect for you.
Contact AION Films for Your Wedding Videography Needs
If you want to ensure that your wedding day memories are captured beautifully and professionally, AION Films is here to help. We are passionate about wedding videography and dedicated to delivering a final product that you’ll cherish for years to come.
To learn more about our wedding videography services or to book a consultation, reach out to us at:
AION Films
Address: Mersinoudion 85, Tala 8577, Cyprus
Contact: +35799231344
Let us help you preserve the magic of your wedding day with a stunning, cinematic wedding video that you’ll treasure forever. Choose AION Films for wedding videography that tells your love story.2 -
RECOVER LOST OR STOLEN BITCOIN, ETH, USDT WITH THE SUPPORT OF CYBER CONSTABLE INTELLIGENCE
The internet can feel like the wild west, full of danger and hidden traps, and I learned that lesson the hard way when I lost access to my Bitcoin wallet thanks to some sneaky malware. Picture this: I was just minding my own business, innocently clicking on what I thought was a harmless ad, maybe something about a new “must-have” kitchen gadget, when suddenly I found myself staring in horror at my computer screen, realizing I had just compromised my wallet containing a whopping $480,000. Talk about a facepalm moment! It felt like I’d just walked into a bar in a cowboy movie, only to find out the saloon was full of outlaws.
In the midst of my panic, I turned to Cyber Constable Intelligence, hoping they could pull off a miracle. I can’t emphasize enough how much they felt like my personal posse in that moment. Their team was not just professional; they were genuinely empathetic, treating my case with the urgency it absolutely deserved. It felt like I was surrounded by a group of tech-savvy superheroes, ready to tackle the villain that was my lost fortune.
After a few days of nail-biting suspense, I received the call that changed everything. They had not only recovered my funds but had done it faster than I could say “malware disaster.” It was like winning the lottery, only this time, I wasn’t just rich; I was also educated! They took the time to provide me with invaluable advice on safeguarding my wallet in the future, transforming my panic into peace of mind.
I walked away from this experience not only with my $480,000 intact but also with a newfound respect for the importance of digital security. I mean, who knew that clicking on an ad could lead to such chaos? It’s like finding out that your favorite cowboy is actually a bandit in disguise. Thanks to Cyber Constable Intelligence, I can finally take a breath without feeling like my funds are riding off into the sunset.
So, here’s to you, Cyber Constable Intelligence! You’ve not only saved my wallet but have also given me the tools to navigate this wild digital frontier with a sense of humor and a lot more caution. I can’t thank you enough for turning my panic into peace of mind. Next time I see a “too good to be true” ad, you can bet I’ll be remembering this lesson and staying far away
Reach Their info with the info below
What Sapp Info: 1. (2. 5. 2. ) 3. 7. 8. (7. 6. 1. 1.)
Email Info : support (@) cyber constable intelligence com
Website info: www cyber constable itelligence. com -
The ultimate rage-fueled, caffeine-deprived, sleep-deprived, absolutely done-with-this-shit PR review rant.
You know what? I’m done. I’m DONE. I submit a PR, I triple-check it, I run all the tests, I follow the damn coding standards. I hit submit thinking, ‘Ah yes, this is a good piece of code, I did well.’ And then? THEN??!
The floodgates of hell open.
"Hey, can you make this function name more descriptive? BRO IT’S CALLED getUserData(), WHAT MORE DO YOU WANT? retrieveUserDataFromTheDepthsOfTheDatabaseAndFormatItAccordingToTheSacredGuidelinesOfOurAncestors()?!Fuck grammarly #$%&*
Or the classic:
‘Hmm, this line could be optimized.’ OH REALLY, COULD IT? Could it really? Would shaving off 0.000001ms on a non-critical function really revolutionize our application? WILL IT SAVE THE WORLD? WILL IT END WORLD HUNGER?! NO? THEN LEAVE ME ALONE!
And of course, there’s always one smartass who wants to flex their ‘knowledge’ with a random suggestion:FUCK YOU GRAMMARLY &*(_+‘Have you considered rewriting this in Rust for better memory safety? SIR. THIS IS A FRONTEND BUTTON HANDLER. TAKE YOUR RUST AND GO.
THEN ohhhh THEN the moment you fix everything, push your changes, AND THEN the same reviewer who just tormented you for three hours goes, "LGTM 👍". THAT'S IT? THAT’S ALL YOU HAVE TO SAY AFTER MAKING ME REWRITE HALF MY CODE??
AND THEN, THE FINAL BOSS MOVE:
‘Can you squash your commits?’
SQUASH??? SQUASH?!?! BRO, I’M ABOUT TO SQUASH MY LAPTOP ON YOUR BALD STINKY HEAD.
At this point, I am convinced PR reviews exist purely for torture. They are not about improving the code. They are a psychological experiment to see how long it takes before a developer completely loses their mind and starts a new life as a goat farmer.
I swear, next PR, I’m just merging it straight into COMPANY'S ASS main and letting fate decide.1 -
BITCOIN RECOVERY FROM SCAMMERS HIRE ADWARE RECOVERY SPECIALIST
Investing in the hopes of a brighter future, we embarked on a journey to secure our family’s financial well-being. Like many, we were drawn to the promises of binary trading, where gains seemed easy and the potential rewards endless. With our sights set on creating lasting memories for our loved ones, we decided to invest $100k, believing that it would yield the returns we had been dreaming of. Unfortunately, our optimism quickly turned to despair. After a few months of initial progress, everything suddenly crumbled. The brokers we were working with, who had once seemed so trustworthy, became unreachable. Their phone lines went silent, their accounts became inaccessible, and their websites vanished into thin air. WhatsApp info:+12723 328 343 What we thought was a calculated risk turned out to be a catastrophic betrayal. The weight of losing such a significant amount felt unbearable. Our dreams of providing for our family were in jeopardy, and for a while, it seemed like all hope was lost. It was during this dark period that I stumbled upon ADWARE RECOVERY SPECIALIST, an online recovery service. Initially, I was hesitant. I had already been through so many false promises, so the idea of reaching out to yet another service felt daunting. But what convinced me to take the leap was the overwhelming number of positive reviews and recommendations from friends who had faced similar situations. Their stories of recovery gave me a sense of hope that perhaps this time, things could be different. From the moment I reached out to ADWARE RECOVERY SPECIALIST, I was impressed by their professionalism and transparency. They took the time to understand my case thoroughly and laid out a clear plan of action. Their team was dedicated, working tirelessly to track down and recover the funds we had lost. Throughout the process, I felt informed and supported every step of the way. Thanks to their expertise and unwavering commitment, we were able to recover a significant portion of our funds. More importantly, their service restored a sense of security and peace to our lives. The stress and anxiety that had clouded our days began to dissipate, and we found ourselves cherishing the simple joys once again. If you’re in a similar situation, I wholeheartedly recommend reaching out to ADWARE RECOVERY SPECIALIST . Their transparency, dedication, and success rate speak for themselves. I’m confident they can help you recover your lost funds, just as they helped me rebuild my financial future. Don’t wait take the first step toward restoring what’s rightfully yours today.1 -
As a business executive in Brentwood, I’ve always prided myself on making sound financial decisions. However, nothing could prepare me for the shock of losing £100,000 in a fraudulent investment. The experience was not only financially devastating but also emotionally taxing, leaving me questioning my judgment and the integrity of the financial landscape.After the initial shock wore off, I knew I had to take action. I spent countless hours researching recovery options and learning about the steps I could take to reclaim my lost funds. It was during this time that I stumbled upon Digital Web Recovery, a company that specializes in helping victims of financial fraud. Intrigued by their positive reviews and strong reputation, I decided to reach out.From my very first interaction, the professionalism of the Digital Web Recovery team impressed me. They took the time to listen to my situation in detail, demonstrating empathy and understanding. Their approach was reassuring; I felt like I was finally in capable hands. They explained the recovery process clearly, outlining what I could expect without any pressure or obligation.One of the most appealing aspects of working with Digital Web Recovery was their no-upfront-cost policy. This meant I wouldn’t have to bear any financial burden until I saw results. This transparent approach built trust and confidence in their services. The team took swift action to investigate the fraudulent investment and utilized their extensive network and expertise to build a case for recovery.Throughout the process, I was kept informed every step of the way. Regular updates on progress not only eased my anxiety but also reinforced that I had made the right choice in seeking their help. The dedication and hard work of the Digital Web Recovery team were evident, as they navigated the complexities of my case with diligence.After several months of collaboration, I was thrilled to receive news that they had successfully reclaimed my funds. The moment I saw that £100,000 returned to my account was surreal and marked a significant turning point in my journey. It wasn’t just about the money; it was about restoring my faith in financial recovery and justice.If you’ve been a victim of a scam, I cannot recommend Digital Web Recovery highly enough. Their expertise and commitment to client success truly set them apart. Don’t suffer in silence; reach out to Digital web recovery, Website; https: // digitalwebrecovery. com
-
HIRE A HACKER TO RECOVERY BITCOIN / REVENANT CYBER HACKER
The intricate of online investments, and falling victim to a scam is a harsh reality that many, including myself, have faced. My name is Cindy Ewing, and my encounter with REVENANT CYBER HACKER has been extraordinary, warranting a detailed recounting for the benefit of those who might find themselves in similar distress. A few months ago, I ventured into the world of forex trading, lured by the promise of substantial returns. My platform seemed genuine, backed by convincing testimonials and professional presentations. It wasn’t until I tried to withdraw my supposed profits that the facade began to crumble. My emails went unanswered, and I soon realized that I had been duped out of a staggering USD 210,000.52. The shock and despair were overwhelming, but I knew I had to act quickly. Desperation drove me to the internet, searching for any solution that could help recover my funds. Amidst the sea of advice and services, one name kept resurfacing: REVENANT CYBER HACKER. The testimonials were glowing, filled with stories of successful recoveries and praises for their expertise. Skeptical yet hopeful, I decided to take a leap of faith. The initial consultation was thorough, as I laid out my predicament in detail. The expert I spoke with assured me that they had encountered and successfully resolved cases similar to mine. Their confidence was reassuring, and I felt a glimmer of hope for the first time since discovering the scam. REVENANT CYBER HACKER’s approach was methodical and transparent. They explained the steps they would take to track and retrieve my lost funds, keeping me informed throughout the process. Their communication was impeccable, with regular updates that provided both comfort and clarity. What stood out was their use of advanced technological tools and techniques. They meticulously analyzed the scam platform’s digital footprint, identifying the trails left by the fraudulent operators. Their expertise in cyber forensics was evident as they navigated the complex web of blockchain transactions and unmasked the hidden paths my money had taken. True to their word, within 48 hours, I received a notification that my lost funds had been returned to my wallet. The moment was surreal; seeing the amount reflected in my account was like a dream come true. The sense of relief and gratitude I felt was indescribable. REVENANT CYBER HACKER had delivered on their promise, restoring not only my money but also my faith in the possibility of justice. REVENANT CYBER HACKER handles each case with a blend of technical proficiency and genuine compassion, understanding the emotional and financial toll such scams take on victims. For anyone who finds themselves ensnared by fraudulent investment schemes, I cannot recommend REVENANT CYBER HACKER highly enough. Their service is not just about recovering lost funds; it’s about restoring hope and providing a lifeline in a time of need. My experience stands as a testament to their remarkable capabilities and dedication to helping those wronged in the digital realm. REVENANT CYBER HACKER exemplifies the best of what a recovery service should be: efficient, trustworthy, and profoundly effective. They turned my nightmare into a narrative of recovery .For any kind of crypto recovery contact REVENANT CYBER HACKER via: Email : revenantcyberhacker ( AT ) Gmail (DOT ) com
Telegram: revenantcyberhacker
WhatsApp: + 1 (2.0..8) 4..2..5-8..5..8..4
WhatsApp: + 1 (9..1..3) 8..2..0-0.7..3..9
Website:revenantcyberhacker {DOT} org
1 -
REACH OUT TO DIGITAL HACK RECOVERY COMPANY TO RECOVER FUNDS LOST TO FRAUDULENT INVESTMENT
It is truly heartbreaking to read about individuals who, after investing their hard-earned money, end up facing the grim reality of scams or poorly performing investments, especially when there's no clear solution or path to recovery. The frustration and despair that accompany these situations can often feel overwhelming, and for many, it seems like there is no way out. I know this feeling all too well, as I was once in a similar predicament.A few years ago, I invested $52,000 of my life savings into deriv trading, a decision that, at the time, seemed like a promising way to secure my family's future. However, what began as a hopeful investment quickly turned into a nightmare. I watched as my money dwindled, and despite my best efforts, I found myself stuck in a cycle of losses. The more I tried to recover, the more I lost, and soon it felt like everything I had worked for my entire life was slipping through my fingers. The emotional toll was significant — not only was I losing my financial stability, but the stress was beginning to take a toll on my relationship with my family as well.I almost lost everything, but it was in the darkest moment that I found a glimmer of hope. After months of searching for a solution, I came across Digital Hack Recovery , a platform that specializes in helping people recover funds lost to fraudulent investment schemes. It felt like a lifeline. I was skeptical at first, given the many scams that also lurk online, but after doing some research and reading reviews from others who had successfully reclaimed their funds, I decided to take the leap.The process was not instant, and there were moments when I doubted whether it would work. However, with their guidance and expertise, I was able to recover 90% of the funds I had lost. That success felt like a miracle, and it allowed me to rebuild my financial security. But beyond the money, the real victory was the restoration of peace of mind. I was able to repair my relationship with my family and regain a sense of control over my life.If you find yourself in a similar situation, I urge you not to give up. There are ways to recover, even when it seems like a dead end. Recovery takes time and diligence, but with the right support, it is possible to find a path to financial healing. Just like I did, you too can navigate your way out of a seemingly hopeless situation and reclaim what you’ve lost. Contact info⁚
WhatsApp⁚ +1(915)2151930
Homepage⁚ https : // digital hack recovery . com
Mail⁚ digital hack recovery @ techie . com6 -
BEST RECOVERY EXPERTS FOR CRYPTOCURRENCY / REVENANT CYBER HACKLER
The intricate of online investments, and falling victim to a scam is a harsh reality that many, including myself, have faced. My name is Cindy Ewing, and my encounter with REVENANT CYBER HACKER has been extraordinary, warranting a detailed recounting for the benefit of those who might find themselves in similar distress. A few months ago, I ventured into the world of forex trading, lured by the promise of substantial returns. My platform seemed genuine, backed by convincing testimonials and professional presentations. It wasn’t until I tried to withdraw my supposed profits that the facade began to crumble. My emails went unanswered, and I soon realized that I had been duped out of a staggering USD 210,000.52. The shock and despair were overwhelming, but I knew I had to act quickly. Desperation drove me to the internet, searching for any solution that could help recover my funds. Amidst the sea of advice and services, one name kept resurfacing: REVENANT CYBER HACKER. The testimonials were glowing, filled with stories of successful recoveries and praises for their expertise. Skeptical yet hopeful, I decided to take a leap of faith. The initial consultation was thorough, as I laid out my predicament in detail. The expert I spoke with assured me that they had encountered and successfully resolved cases similar to mine. Their confidence was reassuring, and I felt a glimmer of hope for the first time since discovering the scam. REVENANT CYBER HACKER’s approach was methodical and transparent. They explained the steps they would take to track and retrieve my lost funds, keeping me informed throughout the process. Their communication was impeccable, with regular updates that provided both comfort and clarity. What stood out was their use of advanced technological tools and techniques. They meticulously analyzed the scam platform’s digital footprint, identifying the trails left by the fraudulent operators. Their expertise in cyber forensics was evident as they navigated the complex web of blockchain transactions and unmasked the hidden paths my money had taken. True to their word, within 48 hours, I received a notification that my lost funds had been returned to my wallet. The moment was surreal; seeing the amount reflected in my account was like a dream come true. The sense of relief and gratitude I felt was indescribable. REVENANT CYBER HACKER had delivered on their promise, restoring not only my money but also my faith in the possibility of justice. REVENANT CYBER HACKER handles each case with a blend of technical proficiency and genuine compassion, understanding the emotional and financial toll such scams take on victims. For anyone who finds themselves ensnared by fraudulent investment schemes, I cannot recommend REVENANT CYBER HACKER highly enough. Their service is not just about recovering lost funds; it’s about restoring hope and providing a lifeline in a time of need. My experience stands as a testament to their remarkable capabilities and dedication to helping those wronged in the digital realm. REVENANT CYBER HACKER exemplifies the best of what a recovery service should be: efficient, trustworthy, and profoundly effective. They turned my nightmare into a narrative of recovery .For any kind of crypto recovery contact REVENANT CYBER HACKER via: Email : revenantcyberhacker ( @ ) gmail (. ) com
Telegram: revenantcyberhacker
WhatsApp: + 1 (208) 425-8584
WhatsApp: + 1 (913) 820-0739
Website:Brevenantcyberhacker {DOT} org
3 -
DIGITAL TECH GUARD RECOVERY, A TRUSTED PARTNER FOR BITCOIN ASSET RETRIEVAL.
contact @ digital tech guard . com
telegram +56 997 059 700
In the bustling city of Sydney, a conversation with my cousin opened the door to the world of cryptocurrency. Intrigued by his passion for Bitcoin, I initially approached the idea with caution. After all, investing in such a volatile market felt daunting. Yet, my cousin’s compelling stories of success convinced me to invest 15,000 AUD. To my surprise, the investment skyrocketed. Over the following months, the value soared to an astonishing 400,000 AUD. I was thrilled, imagining all the possibilities—travel, a new home, and financial freedom. This sudden windfall transformed my outlook on life and my future. However, this newfound excitement quickly turned sour. A family disagreement erupted, creating tension between my cousin and me. In a heated moment, he locked me out of my email account, cutting off my access to vital information related to my Bitcoin investment. I felt a wave of panic wash over me as I realized that my financial security was now at risk. Determined to regain control, I reached out to other family members for support. They were empathetic and offered various suggestions to resolve the situation. One family member mentioned Digital Tech Guard Recovery, a service known for helping individuals regain access to locked accounts. Though hesitant at first, I knew I had to act quickly. I decided to contact Digital Tech Guard Recovery, and their team proved to be incredibly efficient. They guided me through the recovery process, explaining each step clearly and reassuring me along the way. Within a short period, I regained access to my email and, subsequently, my Bitcoin account. The relief I felt was immense; my investment was secure, and my dreams were once again within reach. This experience taught me important lessons about the significance of digital security and the fragility of relationships. While the disagreement with my cousin was unfortunate, it prompted me to take proactive steps in safeguarding my financial future. Now, I’m more vigilant and informed, ensuring that I’m never left vulnerable again.


