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 - "large amount"
-
Ladies and gentlemen, prepare yourselves for a rant with a capital R, this is gonna be a long one.
Our story begins well over a year ago while I was still in university and things such as "professionalism" and "doing your job" are suggestions and not something you do to not get fired. We had multiple courses with large group projects that semester and the amount of reliable people I knew that weren't behind a year and in different courses was getting dangerously low. There were three of us who are friends (the other two henceforth known as Ms Reliable and the Enabler) and these projects were for five people minimum. The Enabler knew a couple of people who we could include, so we trusted her and we let them onto the multiple projects we had.
Oh boy, what a mistake that was. They were friends, a guy and a girl. The girl was a good dev, not someone I'd want to interact with out of work but she was fine, and a literal angel compared to the guy. Holy shit this guy. This guy, henceforth referred to as Mr DDTW, is a motherfucking embarrassment to devs everywhere. Lazy. Arrogant. Standards so low they're six feet under. Just to show you the sheer depth of this man's lack of fucks given, he would later reveal that he picked his thesis topic "because it's easy and I don't want to work too hard". I haven't even gotten into the meat of the rant yet and this dude is already raising my blood pressure.
I'll be focusing on one project in particular, a flying vehicle simulator, as this was the one that I was the most involved in and also the one where shit hit the fan hardest. It was a relatively simple-in-concept development project, but the workload was far too much for one person, meaning that we had to apply some rudimentary project management and coordination skills that we had learned to keep the project on track. I quickly became the de-facto PM as I had the best grasp on the project and was doing a lot of the heavy lifting.
The first incident happened while developing a navigation feature. Another teammate had done the basics, all he had to do was use the already-defined interfaces to check where the best place to land would be, taking into account if we had enough power to do so. Mr DDTW's code:
-Wasn't actually an algorithm, just 90 lines of if statements sandwiched between the other teammate's code.
-The if statements were so long that I had to horizontal scroll to see the end, approx 200 characters long per line.
-Could've probably been 20 normal-length lines MAX if he knew what a fucking for loop was.
-Checked about a third of the tiles that it should have because, once again, it's a series of concatenated if statements instead of an actual goddamn algorithm.
-IT DIDN'T FUCKING WORK!
My response was along the lines of "what the fuck is this?". This dipshit is in his final year and I've seen people write better code in their second semester. The rest of the team, his friend included, agreed that this was bad code and that it should be redone properly. The plan was for Mr DDTW to move his code into a new function and then fix it in another branch. Then we could merge it back when it was done. Well, he kept on saying it was done but:
-It still wasn't an algorithm.
-It was still 90 lines.
-They were still 200 characters wide.
-It still only checked a third of the tiles.
-IT STILL DIDN'T FUCKING WORK!
He also had one more task, an infinite loop detection system. He watched while Ms Reliable did the fucking work.
We hit our first of two deadlines successfully. We still didn't have a decent landing function but everything else was nice and polished, and we got graded incredibly well. The other projects had been going alright although the same issue of him not doing shit applied. Ms Reliable and I, seeing the shitstorm that would come if this dude didn't get his act together, lodged a complaint with the professor as a precautionary measure. Little did I know how much that advanced warning would save my ass later on.
Second sprint begins and I'm voted in as the actual PM this time. We have four main tasks, so we assign one person to each and me as a generalist who would take care of the minor tasks as well as help out whoever needed it. This ended up being a lot of reworking and re-abstracting, a lot of helping and, for reasons that nobody ever could have predicted, one of the main tasks.
These main tasks were new features that would need to be integrated, most of which had at least some mutual dependencies. Part of this project involved running our code, which would connect to the professor's test server and solve a server-side navigation problem. The more of these we solved, the better the grade, so understandably we needed an MVP to see if our shit worked on the basic problems and then fix whatever was causing the more advanced ones to fail. We decided to set an internal deadline for this MVP. Guess who didn't reach it?
Hitting the character limit, expect part 2 SOON7 -
PM in daily: your turn. what have you done yesterday?
me: so i finished my PR for feature x and now i'm only waiting for review feedback there, so i can close this ticket today if no major rework is required-
PM: this is not what i asked, i don't want to know what you did, i want to know what was done.
me: uhh... okay, also i started working on task x
[note: task x, a task per definition involving a large amount of research, was very coarsly defined and it wasn't even clear to the PM what he exactly expects from me, and we agreed that the scope needs to be refined in the process],
so as a first step, i started doing some general investigations to get an overview of the topic and learn about concepts a and b-
PM: again, i don't want to know what you did, i want to know what was done.
me: okay well, i have DONE basic research on topic xy and collected information-
PM: this still does not answer my question, what's the deliverable?
me: ...so uhhh.... i read papers? i researched info online and collected and prepared information and links in a presentation which i'm also planning to present to the team-
PM: okay, can you please split your jira task in subtasks so everyone knows exactly what you're working on? otherwise we have no idea what you're doing.
for fuck's sake, shut up. just shut up20 -
1. I wish that people start taking back their device ownership. Right to repair is an extremely important thing. Like that Nexus 6P that I've recently repaired by jamming another battery into it, now it's at 110-ish% health according to AccuBattery. And it cost me.. €10 or so? All the while if I wasn't able to get in there, it would've been a €120 paperweight (and that's not even considering the €300-ish (? Someone please fill me in on that) price it retailed at back in 2015 when it was a flagship).
(edit the so many'th: according to https://express.co.uk/life-style/... the base model was apparently £449 at release, haven't been able to verify it though.. point is, a paperweight at such prices would've been quite a bummer, I mean for me it was even one given that it failed a mere few months after purchase for €120.. €40/m for a phone ain't nothing :/)
Right to repair is an extremely important thing, and the ability to do so shouldn't ever be impeded. Users should become able again to service the devices that they own.
2. I wish that people start caring about their privacy again. Google and Facebook and the likes are large companies, but at the end of the day, that's all they are. Large companies. And they're hungry for your data, not because they're selling it, rather because they're collecting it to an extent which they shouldn't. Over at DDG (https://spreadprivacy.com/duckduckg...) they explain a very much viable alternative revenue model pretty well. Additionally, there's several tools which you can use to limit the amount of data that's being collected about you. These include but are not limited to Firefox, NoScript, ad blockers (I personally use uBlock), a trustworthy VPN (ideally one of your own), and Tor.
3. I wish that software would become less inefficient. It really pains me to see that applications with functionality that could be implemented in a couple of MB at most come at a size of several hundreds of MB. 1% efficiency, even the inefficient as fuck tungsten light bulbs weren't that awful!!! Imagine what could be done with all the hardware we have available nowadays, if every piece of software would be around 80% efficient as is a common norm in electronics. Just looking at Linux which is still in many ways convoluted, modern desktops with a couple hundred MB of RAM usage? You've got it! So why can't OS's like Windows (although I have to say, huge improvements have been made there over the last few years) and browsers like Firefox and Chrome be more like that? I really don't understand.
There's several more wishes I have of course, but those are the most important ones.. hopefully I'll be able to see at least one of them come true during my life.10 -
Modern software has gotten so bad that it even gets sluggish at times on late 2018 flagship devices. Slow, cheap hardware like is usually developers' and fanboys' excuse, particularly when it comes to Windows stuff? Like hell it is.
Software "engineering" has become so.. terribly inefficient. I'd dare any developer worth their salt to rewrite their program to make it work on an early 2000's machine. After all, those can run pretty advanced GUI's, have a reasonable amount of hardware (just think about how large a gigabyte of RAM really is) yet should be able to make for a reasonable limitation set.
Hardware limitations are the mother of optimization. Not every person on the planet has a 32-core Xeon workstation with 64GB of DDR4 RAM and a GTX Titan in it. Whether your application performs reasonably well on your machine shouldn't be the metric. Try deploying it on that laptop you tucked into a shelf years ago and reevaluate.. please.
And definitely you Slack!! Slacking off, is that what inspired the name of that pile of junk?! 😡26 -
tl;dr; I've worked 117.5h/week for a month because of a project lead that doesn't understand what I do despite countless attempts at explaining
So, once a year I do this large project for a voluntary organization, it takes me about 80h (and this is of course on top of my normal work and voluntary engagement (60-80h/week))
This year, I realized I don't have as much spare time as I used to, so I emailed the project lead several months in advance like "hey, you know that I do all my work on this before the rest of you start working on it, and you know I need you to sit down for about an hour and put together the list of things I need to know to get this done properly. Could you please do that a bit earlier than usual, a week or two extra would make a big difference", they replied "absolutely, no problem!"
Time went by, and about two weeks before I wanted that info I emailed a small reminder. Shit me not, a month later, after a countless amount of reminders I finally get a half finnished version of the list I need, note that this is two weeks before I'm supposed to be done. Which is fine, it's the usual timespan, not what I hoped for as I hoped for an extra two weeks, but not too late either.
Then shit starts to happen
I reply to the list I've gotten with some requests for the project lead to complete some of the information, to which I receive multiple replies with different answers to the same questions, okay, that's fine, I'll just use the last answer.(?)
So, I finnish the thing on time, clocking out on a total of 117.5h of work per week, two weeks in a row. Still fine, it's just two weeks.
Release day!
I arrive at the release meeting, and is greeted by the project lead handing me two papers with the words "we haven't been able to look through your work yet to make sure it's like we want it, but we sat down yesterday and here's a list of how we want things to be". So I remind them that the thing is supposed to be done that day, and that it takes me 80h to redo, and those papers will require me to redo everything from scratch. To which the project lead responds "but it doesn't have to be finnished until December, right?"
That is not true, not at all, in any way.
See, there are 600 people that depend on this project, and they need, yes, need to be able to access it from the day it's launched every year. That is an absolute requirement.
So after trying to tell this project lead, for multiple years, how much time I devote to this project (for free) every year, during a short period of time, and after trying countless times to explain why it has to be done when the project is released, I became quite irritated.
So, during the two weeks that have passed since, I've been receiving about 200 emails from people wondering why the thing isn't finished yet and why they can't use it. (forwarded every single one of them to the project lead) and have been redoing it all during the past two weeks, from scratch.
I'm finally done, I released it yesterday, finally! I accompanied it with a bitter email to the project lead.
Because seriously, this is the worst respect for both my time and the people that should use the project's time in all of those years I've been doing this. This year, I've been ignored multiple times; they've shat on my work because it didn't live up to their expectations, even tough they never told me their expectations; I've been misinformed etc.
And now it's starting to get to me, this is the first weekend in a month when I've been able to shut down my laptop, sit down, drink a cup of tea, read a fricking book, chat with some friends etc, and most importantly, sleep. Signs of the stress I've had for a month now is starting to remind themselves.
And there's this little though nagging me in the back of my head: if the project lead would've worked for an hour in September I would've had to do half the job I ended up doing, on double the time. I hate realizing that they don't give a shit about my part of this, even tough I do half the work.
Then why do I continue, year after year? Because I feel that those 600 people that benefit from this really deserve it! But why does there have to be a dick project lead in the middle that makes me feel sick working on the thing I love the most!
So, as I'm not really used to ranting like this, i have to add that I really have no point with this rant. Just had to get it off my chest!13 -
Following on from: https://devrant.com/rants/1345037/...
I sent a polite but very frank email to the manager telling him I don't agree and think its extremely unfair to overlook the breath and scale of work we have done in the past few months. Instead to criticise us for this.
He didn't reply, or really speak to us for a week. Then suddenly one day the developers were all in a meeting room and he butted in to talk.
He first of all said he wanted to let things settle before talking to us, which gave me high hopes as I expected him to then say something like we miss understood, or he didn't realise etc.
... but no ... the next words out of his mouth were "I'm not apologising for anything, and I don't want to be told to piss off in an email".
A) Piss off = completely untrue and a massive exaggeration.
B) Go fuck yourself with a cactus.
C) See point B.
In that meeting we discussed the massive amount of meetings and work we have to do which was described as "just the job".
We were told we all have to be in until 5pm, but that we also don't. We need to be in the office more, but its fine if we can't be. And we need to cut down on WFH, but its ok to WFH ... so yeah everything is crystal clear.
I haven't written any code in 3 - 4 weeks. I'm now dealing with GDPR shit, and our internal processes to handle it (despite having no legal background). Have to fill out 140+ question surveys about each of our projects, which are the most vaguest things i've ever seen.
"Are you processing large scale data" - The fuck is large scale, oh wait heres a definition. "Large scale is determine by volume or percentage of population size" - How in the name of christ is that a definition? Fucking lawyers and their bullshit.
The next round of applications for research funding is coming around soon and were being told to work on proposals (which are huge and a lot of effort). While being told we need to define and improve on our KPI's for the year. While trying to find time to ... you know ... do ... work?
I'm just so fucking bored and pissed off with this place. I have to do the work of 6 people, nothing is ever good enough, devs have to do very non-dev tasks with little to no support. Bosses are just annoyed about everything, everyones in a bad mood and everything sucks.
A friend put me forward for another senior role in another company. Thought this would be my saving grace. They have a strict interview process with white-boarding (which I hate) and will likely ask about algorithms etc which I suck at. I'm so burnt out from this place I just can't find the motivation to go study up or prepare properly.
I just wanna write code, why is there so much bullshit in life11 -
I went on an interview was given an algorithm to solve, solved it in 30 mins and they had allocated 20 mins for it. So I guess I suck. I build shit, I don't do algos that often so I'm obviously rusty.
interviewer: so why should we hire you over a CS graduate.
me: cause I can get shit done.
... akward silence
interviewer: what do you mean by that? like html and CSS?
me: as you can see, I have built large scale real-time web apps with React/Redux (the stack they supposedly use and the position they're hiring for!) the knowledge I have is practical, it can't be learned from books, and it can't be learned from a course. Only building, breaking and rebuilding over time will teach you this knowledge. So essentially a CS grad, who hasn't committed the same amount of hours as I have, can't possibly match me. But they probably can better explain the real world applications of using linked lists...and won't have to Google what Pascal's triangle is like I had to....
interviewer: I see. we will be in touch.
lol well I guess they'll be in touch..9 -
Here are the reasons why I don't like IPv6.
Now I'll be honest, I hate IPv6 with all my heart. So I'm not supporting it until inevitably it becomes the de facto standard of the internet. In home networks on the other hand.. huehue...
The main reason why I hate it is because it looks in every way overengineered. Or rather, poorly engineered. IPv4 has 32 bits worth, which translates to about 4 billion addresses. IPv6 on the other hand has 128 bits worth of addresses.. which translates to.. some obscenely huge number that I don't even want to start translating.
That's the problem. It's too big. Anyone who's worked on the internet for any amount of time knows that the internet on this planet will likely not exceed an amount of machines equal to about 1 or 2 extra bits (8.5B and 17.1B respectively). Now of course 33 or 34 bits in total is unwieldy, it doesn't go well with electronics. From 32 you essentially have to go up to 64 straight away. That's why 64-bit processors are.. well, 64 bits. The memory grew larger than the 4GB that a 32-bit processor could support, so that's what happened.
The internet could've grown that way too. Heck it probably could've become 64 bits in total of which 34 are assigned to the internet and the remaining bits are for whatever purposes large IP consumers would like to use the remainder for.
Whoever designed IPv6 however.. nope! Let's give everyone a /64 range, and give them quite literally an IP pool far, FAR larger than the entire current internet. What's the fucking point!?
The IPv6 standard is far larger than it should've been. It should've been 64 bits instead of 128, and it should've been separated differently. What were they thinking? A bazillion colonized planets' internetworks that would join the main internet as well? Yeah that's clearly something that the internet will develop into. The internet which is effectively just a big network that everyone leases and controls a little bit of. Just like a home network but scaled up. Imagine or even just look at the engineering challenges that interplanetary communications present. That is not going to be feasible for connecting multiple planets' internets. You can engineer however you want but you can't engineer around the hard limit of light speed. Besides, are our satellites internet-connected? Well yes but try using one. And those whizz only a couple of km above sea level. The latency involved makes it barely usable. Imagine communicating to the ISS, the moon or Mars. That is not going to happen at an internet scale. Not even close. And those are only the closest celestial objects out there.
So why was IPv6 engineered with hundreds of years of development and likely at least a stage 4 civilization in mind? No idea. Future-proofing or poor engineering? I honestly don't know. But as a stage 0 or maybe stage 1 person, I don't think that I or civilization for that matter is ready for a 128-bit internet. And we aren't even close to needing so many bits.
Going back to 64-bit processors and memory. We've passed 32 bit address width about a decade ago. But even now, we're only at about twice that size on average. We're not even close to saturating 64-bit address width, and that will likely take at least a few hundred years as well. I'd say that's more than sufficient. The internet should've really become a 64-bit internet too.34 -
Hey folks, I've just launched the https://okso.app - it is a drawing app that you may use to express, grasp, and organize your thoughts and ideas.
One key feature there is that you may organize your drawings/sketches into a hierarchical tree structure so that a large amount of data would be more manageable and less overwhelming.
I hope you find this app useful!
10 -
This here is some source code that i made. And I'll admit, I was a bit frustrated at the time of making. I just started learning to code in HTML and CSS a coulpe days ago. And a friend asked if I could make him a website. So I told him that I barely know the basics yet. And he says that it doesn't matter just as long as he gets a website. So now, a couple days of tryhard coding later, he raged about how bad the site looked and that he himself could have done a better job than I did. And yet the entire site had over 300 lines of code in it (perhaps not very much for you hardcore coders out there, but a biiig step for me) and several subpages, all with custom error pages and all. Although I'll admit, the design was a fucking ugly as fuck since i can design about as good as an alligator flies. But man was I mad after that, haven't talked to him since. The bastard. But to he point, in my rage i made this. An outburst of anger that I later refactored to fit a large amount of devs (since I reckon 99% of programmers deal with clients/customers instead of friends). And if anyone has a spare dns space to put the code on, then help yourself.
The link is:
https://pastebin.com/aFcK10YK
Have a good day!8 -
Job ad: Must have large amount of experience working in a completely unstructured environment, be hyper innovative and be willing to work HARD and have a PRODUCT MINDSET!
Translation: Management doesn’t know what they want and even if they did they are completely incompetent at communicating what that is. You will be accountable for reading their minds and coming up with something that makes them look good. This task is impossible so you are expected to sacrifice every spare second of your life in vain pretending it is possible. If you do somehow achieve it you will not be given any credit due to your “product mindset”.3 -
How did you break through your own barriers to finally learn programming?
My SO is constantly complaining that we don’t have enough money. I make a decent amount as a full-time dev at a large company, but we live in an expensive city and are currently going through a time of few funds.
He started driving delivery food orders, he likes it okay, but it pays very little. He still complains about money.
I want him to learn JavaScript.
He was once asked to make a website for a company he’s involved in. He only used SquareSpace, but he was never satisfied with their stock code. He went digging for JavaScript snippets he could use, and he made one of the most beautiful and responsive websites I’ve seen.
Since then, I’ve been encouraging him to learn JavaScript. I’m trying to convince him it will be a great source of additional income, he can make his own schedule while doing contract work, and he can ask me anything he wants while he’s learning. How many beginners have someone they can ask anything of, at any time?
He doesn’t want to learn. He doesn’t think he is capable. I remember this feeling before I learned to code. A chunk of someone else’s JS does look genuinely terrifying if you don’t know what it means. I want him to give it one honest try before he decides it’s “not for him,” but he isn’t open to it enough to try.
What can I do to help him understand he is capable? He’s in his mid-30s and insists he’s too old to catch up. He’s smart, detail-oriented, and I know he would write code that’s a million times cleaner than mine. He absolutely has a programmer inside of him, and I want to encourage him to simply try.
Is there something I can to do introduce JS in a non-threatening way? Or should I just accept his refusal and let it go? Thanks for any advice.18 -
Got contacted by "cosmicjs" ( https://cosmicjs.com ) to build apps using the platform and blog about said apps.
Googling them, they got articles spread all over medium, by either the co-founder or the developers, praising it to be the better wordpress and how some seemingly paid twitter posts praise it too.
Apparently "Deutsche Bank" and Volkswagen, Apple, Microsoft, IBM, JPMorganChase use it, which I highly doubt, maybe somebody here can figure out if thats actually false claims, since googling any of those together obv. doesn't return anything, nor makes it sense why they would spend such a large amount on... nothing?..
That one might be just me, but then theres those comments from themselves on producthunt, praising it, though it seems they failed to logout or something? the one co-founder seems to be praising how easy it is to install, by talking about it like an external user?.. (screenshot in comments)
14 -
Rant=True
My sister who is quite a bit older finally realized that I can develop actually develop since releasing a phone game.
Obviously, she had to pitch her idea for an app. The idea was to be able to take a picture of food and have the program automatically recognize the food and ingredients and tell the amount of calories.
Does she think because I can develop on a mediocre level that I can make recognition software better than google?
Having to explain why I couldn't bc I sucked in comparison to large companies confused her.13 -
Many of you who have a Windows computer may be familiar with robocopy, xcopy, or move.
These functions? Programs? Whatever they may be, were interesting to me because they were the first things that got me really into batch scripting in the first place.
What was really interesting to me was how I could run multiples of these scripts at a time.
<storytime>
It was warm Spring day in the year of 2007, and my Science teacher at the time needed a way to get files from the school computer to the hard-drive faster. The amount of time that the computer was suggesting was 2 hours. Far too long for her. I told her I’d build her something that could work faster than that. And so started the program would take up more of my time than the AI I had created back in 2009.
</storytime>
This program would scan the entirety of the computer's file system, and create an xcopy batch file for each of these directories. After parsing these files, it would then run all the batch files at once. Multithreading as it were? Looking back on it, the throughput probably wasn't any better than the default copying program windows already had, but the amount of time that it took was less. Instead of 2 hours to finish the task it took 45 minutes. My thought for justifying this program was that; instead of giving one man to do paperwork split the paperwork among many men. So, while a large file is being copied, many smaller files could be copied during that time.
After that day I really couldn't keep my hands off this program. As my knowledge of programming increased, so did my likelihood of editing a piece of the code in this program.
The surmountable amount of updates that this program has gone through is amazing. At version 6.25 it now sits as a standalone batch file. It used to consist of 6 files and however many xcopy batch files that it created for the file migration, now it's just 1 file and dirt simple to run, (well front-end, anyways, the back-end is a masterpiece of weirdness, honestly) it automates adding all the necessary directories and files. Oh, and the name is Latin for Imitate, figured it's a reasonable name for a copying program.
I was 14, so my creativity lacked in the naming department >_<
1 -
This brings joy
https://reddit.com/r/technology/...
Bypass paywall:
A series of scandals and missteps has damaged Facebook's reputation so much that the company is being forced to pay ever larger compensation to hire and retain workers, according to industry recruiters, former employees, and data reviewed by Insider.
The company has always competed aggressively for talent, and the tech job market in general is on fire. But a deteriorating public image means the social-media giant now has to outbid other major tech companies, such as Google.
"One thing Facebook can still do is pay a lot more," said Jose Guardado, an experienced tech recruiter and the founder of Build Talent. "They can easily throw more compensation at people they currently have, and cover any brand tax and pay a little more to get people to come on."
Silicon Valley companies thrive or whither based on their ability to recruit the smartest employees. Without a steady influx of engineers and other technical experts, new products and important updates take longer to release, and rivals can quickly get ahead. Then there's the financial cost: In 2022, Facebook projected, expenses could jump as high as $97 billion from $70 billion this year, in large part because of "investments in technical and product talent." A company spokesperson did not respond to a request for comment.
Other companies, and even whole industries, have had to increase compensation to overcome hiring and retention problems caused by scandal and shifting public perceptions, said Alan Johnson, a managing director at the compensation consulting firm Johnson Associates. "If you're an oil company, if you make cigarettes, if you're in cattle or Wells Fargo, sure," he said.
How well this is working for Facebook is debatable as the company has more than 4,300 open jobs and has seen decreasing rates of acceptance on job offers, according to internal documents reported by Protocol. It's also seen dozens of high-level executives leave this year, and recruiters say employees are now more open to considering jobs elsewhere. Facebook used to be a place that people rarely left, given its reach, pay, and perks.
A former Oculus engineer who left last year said Facebook could now be seen as a "black mark" on someone's career. A hardware engineer who exited in 2020 shared similar sentiments: They said they quit because of concerns about misinformation on the platform and the effect of that on children. Another employee said their department was dissolved in late 2019 by Facebook and, although the company offered another position that paid more, they left last year anyway for a different industry. The workers, and many other people who spoke with Insider for this story, asked not to be identified because of the sensitive nature of the topic.
For those who stick around and people who take new jobs at Facebook, base pay and stock grants have gone up a "sizable" amount in the past year, said Zuhayeer Musa, cofounder of Levels.fyi, a platform that collects pay data based on verified offers and compensation disclosures.
During the second quarter of 2021, the median compensation for an upper-mid-level engineer, an E5, was $400,000, up from $380,000 a year earlier. For an E4, the median pay jumped to $276,000 from $256,000 in the same period. For both groups, the increases were double the gains between 2018 and 2019, Levels.fyi data showed.
Musa, who's firm also offers pay-negotiation coaching, said previously that the total compensation ceiling for an E5 engineer at Facebook was $450,000. "We recently had a client get up to $510,000 for E5," he added.
Equity awards at the company are getting more generous, too. At the group-director and VP levels, Facebook staff are getting $3 million to $6 million in restricted stock units each year, another tech recruiter said. Directors and managers are getting on average $1 million a year. In engineering, a high-level engineer is getting $600,000 in stock and a $75,000 bonus, while even an entry-level engineer is getting $50,000 to $100,000 in stock and a $20,000 to $50,000 bonus, Levels.fyi data indicated.
Even compared to Google, Facebook's stock awards are generous and increasing, Levels.fyi data shows. While base pay is about the same, Facebook offers more in stock grants, significantly increasing total compensation. At Google, entry-level equity awards range from $20,000 to $38,000, while Facebook grants are worth $40,000 to $60,000. Sign-on bonuses at Facebook are often about $50,000, while Google gives about $20,000, according to the data.
"It's not normal, but it's consistent with the craziness that's happening in the market right now," said Aalap Shah, a managing director focused on the tech industry at the consulting firm Pearl Meyer.10 -
I spent over a decade of my life working with Ada. I've spent almost the same amount of time working with C# and VisualBasic. And I've spent almost six years now with F#. I consider all of these great languages for various reasons, each with their respective problems. As these are mostly mature languages some of the problems were only knowable in hindsight. But Ada was always sort of my baby. I don't really mind extra typing, as at least what I do, reading happens much more than writing, and tab completion has most things only being 3-4 key presses irl. But I'm no zealot, and have been fully aware of deficiencies in the language, just like any language would have. I've had similar feelings of all languages I've worked with, and the .NET/C#/VB/F# guys are excellent with taking suggestions and feedback.
This is not the case with Ada, and this will be my story, since I've no longer decided anonymity is necessary.
First few years learning the language I did what anyone does: you write shit that already exists just to learn. Kept refining it over time, sometimes needing to do entire rewrites. Eventually a few of these wound up being good. Not novel, just good stuff that already existed. Outperforming the leading Ada company in benchmarks kind of good. At the time I was really gung-ho about the language. Would have loved to make Ada development a career. Eventually build up enough of this, as well as a working, but very bad performing compiler, and decide to try to apply for a job at this company. I wasn't worried about the quality of the compiler, as anyone who's seriously worked with Ada knows, the language is remarkably complex with some bizarre rules in dark corners, so a compiler which passes the standards test indicates a very intimate knowledge of the language few can attest to.
I get told they didn't think I would be a good fit for the job, and that they didn't think I should be doing development.
A few months of rapid cycling between hatred and self loathing passes, and then a suicide attempt. I've got past problems which contributed more so than the actual job denial.
So I get better and start working even harder on my shit. Get the performance of my stuff up even better. Don't bother even trying to fix up the compiler, and start researching about text parsing. Do tons of small programs to test things, and wind up learning a lot. I'm starting to notice a lot of languages really surpassing Ada in _quality of life_, with things package managers and repositories for those, as well as social media presence and exhaustive tutorials from the community.
At the time I didn't really get programming language specific package managers (I do now), but I still brought this up to the community. Don't do that. They don't like new ideas. Odd for a language which at the time was so innovative. But social media presence did eventually happen with a Twitter account that is most definitely run by a specific Ada company masquerading as a general Ada advocate. It did occasionally draw interest to neat things from the community, so that's cool.
Since I've been using both VisualStudio and an IDE this Ada company provides, I saw a very jarring quality difference over the years. I'm not gonna say VS is perfect, it's not. But this piece of shit made VS look like a polished streamlined bug free race car designed by expert UX people. It. Was. Bad. Very little features, with little added over the years. Fast forwarding several years, I can find about ten bugs in five minutes each update, and I can't find bugs in the video games I play, so I'm no bug finder. It's just that bad. This from a company providing software for "highly reliable systems"...
So I decide to take a crack at writing an editor extension for VS Code, which I had never even used. It actually went well, and as of this writing it has over 24k downloads, and I've received some great comments from some people over on Twitter about how detailed the highlighting is. Plenty of bespoke advertising the entire time in development, of course.
Never a single word from the community about me.
Around this time I had also started a YouTube channel to provide educational content about the language, since there's very little, except large textbooks which aren't right for everyone. Now keep in mind I had written a compiler which at least was passing the language standards test, so I definitely know the language very well. This is a standard the programmers at these companies will admit very few people understand. YouTube channel met with hate from the community, and overwhelming thanks from newcomers. Never a shout out from the "community" Twitter account. The hate went as far as things like how nothing I say should be listened to because I'm a degenerate Irishman, to things like how the world would have been a better place if I was successful in killing myself (I don't talk much about my mental illness, but it shows up).
I'm strictly a .NET developer now. All code ported.5 -
! exactly dev
I'd ditched Windows and spent a while exploring the Linux ecosystem for content creation. And I have to say, it was not a nice experience.
As much as I respect the Linux mantra of "free as in freedom" and "you need to roll up your sleeves and figure out stuff on your own", it just isn't good enough for non-dev work. Sorry guys, but I need software that gets out of my way and at least does what it's supposed to do. I can't stand a horrible UI or delays and random crashes, which is exactly what happens with most things under Linux.
To replace my Windows workflow I used the following:
1. Windows -> elementaryOS (because Debian/Ubuntu repositories seem to have the best software support, and elementaryOS is the least horrible looking thing that supports that) and then Arch, because, well, Arch.
2. Blender + Maya -> Blender + Maya on Linux.
3. Reaper + FL Studio -> Ardour + LMMS.
4. Photoshop -> GIMP + Krita + Inkscape.
5. ZBrush -> nothing :(
As you can see, my use cases are pretty much all over the spectrum.
Firstly, installing and configuring stuff. A pleasure on Windows, an absolute pain on Linux. Everything just worked on Windows, I had to wrestle with library versions and patches and unstable audio layers (Linux audio just sucks, except for JACK) on Linux.
Out of these, Blender and Maya were the best experience. But even then, both would suffer from random crashes that just didn't happen on Windows.
Ardour is actually really nice when it works. Its use of JACK for routing makes it really really flexible, but it just isn't stable enough to depend on. LMMS is utter crap. I'm sorry, but I just hate the UI. Can't stand it.
GIMP, Krita, and Inkscape can't beat Photoshop, even when you consider them together. Adobe software workflow is just so much better and more intuitive.
Blender 3D sculpting is not bad, but it's nowhere as good as ZBrush.
Also, if you're a C++ dev like me, nothing beats Visual Studio 2017. Nothing. That IDE just blows everything else out of the water. Even VSCode. And it's not slow at all, it handled a fairly large project (PBRTv3) just fine on my Windows development VM. Yes, a VM.
So...I ditched Linux and went back to Windows, but I keep Linux as a VM for when I actually want to mess with Blender or Ardour. Or some dev stuff which Windows sucks at (which is becoming less frequent because of WSL).
Out of all the above, the only one I'd consider ready for production use would be Blender. Developers of open source software, please learn from Blender. Kickass UI and user friendly operation is extremely important, you can't make a random window with GTK buttons and text boxes and arcane config files and expect people to use it for serious work.
Also, Windows beats Linux hands down as an everyday OS. It's always been rock solid, if you take care of it properly (and that goes for any OS). Updates hardly take any time because I run it on a SSD. As for all the advertising and marketing bullshit, you can block a large amount of stuff. And for what can't be blocked, well, I just have to live with it, because the alternative is compromising on my creative output, which is too much for me.
I still run Linux on my server, though. And on my embedded devices (Pi, BeagleBone, etc.). It absolutely rocks there.
I realize that Linux software is not going to improve unless we do something about it, so I'll be contributing fixes and code (the joys of being a C++ dev, yay). Still, I feel that the platform and software as a whole is just not mature enough.18 -
Reading up on how floats are stored and it's pretty cool how you can store numbers as large as 3.4×10^38 in the same amount of memory that an integer can store only about 2 billion.
Absolutely wonderful5 -
At work, my closest relation is with the DBA. Dude is a genius when it comes to proper database management as well as having a very high level of understanding concerning server administration, how he got that good at that I have no clue, he just says that he likes to fuck around with servers, Linux in particular although he also knows a lot about Windows servers.
Thing is, the dude used to work as a dev way back when VB pre VB.NET was all the rage and has been generating different small tools for his team of analysts(I used to be a part of his team) to use with only him maintaining them. He mentioned how he did not like how Microsoft just said fk u to VB6 developers, but that he was happy as long as he could use VB. He relearned how to do most of the GUI stuff he was used to do with VB6 into VB.NEt and all was good with the world. I have seen his code, proper OOP practices and architectural decisions, etc etc. Nothing to complain about his code, seems easy enough to extend, properly documented as well.
Then he got with me in order to figure out how to breach the gap between building GUI applications into web form, so that we could just host those apps in one of our servers and his users go from there, boy was he not prepared to see the amount of fuckery that we do in the web development world. Last time my dude touched web development there was still Classic ASP with JScript and VBScript(we actually had the same employer at one point in the past in which I had to deal with said technology, not bad, but definitely not something I recommend for the current state of web development) and decided that the closest thing to what he was used was either PHP(which he did not enjoy, no problem with that really, he just didn't click with the language) and WebForms using VB.NET, which he also did not like on account of them basically being on support mode since Microsoft is really pushing for people to adopt dotnet core.
After came ASP.NET with MVC, now, he did like it, but still had that lil bug in his head that told him that sticking to core was probably a better idea since he was just starting, why not start with the newest and greatest? Then in hit(both of us actually) that to this day Microsoft still not has command line templates for building web applications in .net core using VB.NET. I thought it was weird, so I decided to look into. Turns out, that without using Razor, you can actually build Web APIs with VB.NET just fine if you just convert a C# template into VB.NET, the process was...err....tricky, and not something we would want to do for other projects, with that in we decided to look into Microsoft's reasons to not have VB.NET. We discovered how Microsoft is not keeping the same language features between both languages, having crown C# as the language of choice for everything Microsoft, to this point, it seems that Microsoft was much more focused in developing features for the excellent F# way more than it ever had for VB.NET at this point and that it was not a major strategy for them to adapt most of the .net core functionality inside of VB, we found articles when the very same Microsoft team stated of how they will be slowly adding the required support for VB and that on version 5 we would definitely have proper support for VB.NET ALTHOUGH they will not be adding any new development into the language.
Past experience with Microsoft seems to point at them getting more and more ready to completely drop the language, it does not matter how many people use it, they would still kill it :P I personally would rather keep it, or open source the language's features so that people can keep adding support to it(if they can of course) because of its historical significance rather than them just completely dropping the language. I prefer using C#, and most of my .net core applications use C#, its very similar to Java on a lot of things(although very much different in others) and I am fine with it being the main language. I just think that it sucks to leave such a large developer pool in the shadows with their preferred tool of choice and force them to use something else just like that.
My boy is currently looking at how I developed a sample api with validation, user management, mediatR and a custom project structure as well as a client side application using React and typescript swappable with another one built using Angular(i wanted to test the differences to see which one I prefer, React with Typescript is beautiful, would not want to use it without it) and he is hating every minute of it on account of how complex frontend development has become :V
Just wanted to vent a little about a non bothersome situation.6 -
MTP is utter garbage and belongs to the technological hall of shame.
MTP (media transfer protocol, or, more accurately, MOST TERRIBLE PROTOCOL) sometimes spontaneously stops responding, causing Windows Explorer to show its green placebo progress bar inside the file path bar which never reaches the end, and sometimes to whiningly show "(not responding)" with that white layer of mist fading in. Sometimes lists files' dates as 1970-01-01 (which is the Unix epoch), sometimes shows former names of folders prior to being renamed, even after refreshing. I refer to them as "ghost folders". As well known, large directories load extremely slowly in MTP. A directory listing with one thousand files could take well over a minute to load. On mass storage and FTP? Three seconds at most. Sometimes, new files are not even listed until rebooting the smartphone!
Arguably, MTP "has" no bugs. It IS a bug. There is so much more wrong with it that it does not even fit into one post. Therefore it has to be expanded into the comments.
When moving files within an MTP device, MTP does not directly move the selected files, but creates a copy and then deletes the source file, causing both needless wear on the mobile device' flash memory and the loss of files' original date and time attribute. Sometimes, the simple act of renaming a file causes Windows Explorer to stop responding until unplugging the MTP device. It actually once unfreezed after more than half an hour where I did something else in the meantime, but come on, who likes to wait that long? Thankfully, this has not happened to me on Linux file managers such as Nemo yet.
When moving files out using MTP, Windows Explorer does not move and delete each selected file individually, but only deletes the whole selection after finishing the transfer. This means that if the process crashes, no space has been freed on the MTP device (usually a smartphone), and one will have to carefully sort out a mess of duplicates. Linux file managers thankfully delete the source files individually.
Also, for each file transferred from an MTP device onto a mass storage device, Windows has the strange behaviour of briefly creating a file on the target device with the size of the entire selection. It does not actually write that amount of data for each file, since it couldn't do so in this short time, but the current file is listed with that size in Windows Explorer. You can test this by refreshing the target directory shortly after starting a file transfer of multiple selected files originating from an MTP device. For example, when copying or moving out 01.MP4 to 10.MP4, while 01.MP4 is being written, it is listed with the file size of all 01.MP4 to 10.MP4 combined, on the target device, and the file actually exists with that size on the file system for a brief moment. The same happens with each file of the selection. This means that the target device needs almost twice the free space as the selection of files on the source MTP device to be able to accept the incoming files, since the last file, 10.MP4 in this example, temporarily has the total size of 01.MP4 to 10.MP4. This strange behaviour has been on Windows since at least Windows 7, presumably since Microsoft implemented MTP, and has still not been changed. Perhaps the goal is to reserve space on the target device? However, it reserves far too much space.
When transfering from MTP to a UDF file system, sometimes it fails to transfer ZIP files, and only copies the first few bytes. 208 or 74 bytes in my testing.
When transfering several thousand files, Windows Explorer also sometimes decides to quit and restart in midst of the transfer. Also, I sometimes move files out by loading a part of the directory listing in Windows Explorer and then hitting "Esc" because it would take too long to load the entire directory listing. It actually once assigned the wrong file names, which I noticed since file naming conflicts would occur where the source and target files with the same names would have different sizes and time stamps. Both files were intact, but the target file had the name of a different file. You'd think they would figure something like this out after two decades, but no. On Linux, the MTP directory listing is only shown after it is loaded in entirety. However, if the directory has too many files, it fails with an "libmtp: couldn't get object handles" error without listing anything.
Sometimes, a folder appears empty until refreshing one more time. Sometimes, copying a folder out causes a blank folder to be copied to the target. This is why on MTP, only a selection of files and never folders should be moved out, due to the risk of the folder being deleted without everything having been transferred completely.
(continued below)24 -
Man, contributing to open source projects seems very intimidating to me.
I have never contributed to one of those repos on Github with a shit-ton of stars and a load of watchers. Made up my mind to start sometime around the start of September. Looked up a repo that I was very excited to contribute to. Went through their really large codebase, tried to understand as much as I could (They have a fair amount of documentation, but I just can't understand a lot of design decisions that were taken). Looked up one of the open issues marked for newbies, went through the relevant code to understand where and how I would have to make my changes in the code, and was about to start... when a seasoned contributor submitted a pull request.
This same occurrence has repeated itself 3 times now. If you mark an issue for beginners, maybe let the beginners handle them? Also, if you plan to contribute to an issue, why not announce your intention to do so? Get the issue assigned to you, so no one else ends up wasting their time coming up with a solution.
I would love to recommend this to the contributing team, but I am just way too scared to initiate a conversation with these guys. I mean, they are way more experienced and knowledgeable than me (some of them are even famous!).
I am definitely out of my depth with this project, and maybe should look for an easier one, but I really want to rise up to the challenge. Guess I'll stick around then, just waiting for my chance. :|3 -
Can someone help me understand?
I subscribed to a nifty IT-releated magazine, and on its back, there's an ad for "Dedicated root server hosting", nothing unusual at a first glance, but after I read the issue, I decided to humor them and see what it is that they offered, and... It just... Doesn't make sense to me!
An ad for "Dedicated Root Server" - What is a dedicated root server first of all? Root servers of any infrastructure sound pretty important.
But, the ad also boasts "High speed performance with the new Intel Core i9-9900K octa-core processor", that's the first weird thing.
Why would anyone responsible enough want to put an i9 into a highly-reliable root server, when the thing doesn't even support ECC? Also, come on, octa-core isn't much, I deal with servers that have anywhere between 2 and 24 cores. 8 isn't exactly a win, even if it has a higher per-core clock.
Oh, also, further down the ad has a list of, seeming, advantages/specs of the servers, they proclaim that the CPU "incl. Hyper-Threading-Technology"... Isn't that... Standard when it comes to servers? I have never seen a server without hyperthreading so far at my job.
"64 GBs of DDR4 RAM" - Fair enough, 64 gigs is a good amount, but... Again, its not ECC, something I would never put into a server.
"2 x 8 TB SATA Enterprise Hard Drive 7200 rpm" - Heh, "enterprise hard drive", another cheap marketing word, would impress me more if they mentioned an actual brand/model, but I'll bite, and say that at least the 7200 rpm is better than I expected.
"100 GBs of Backup Space" - That's... Really, really little. I've dealt with clients who's single database backup is larger than that. Especially with 2x8 TB HDD (Even accounting for software raids on top)
This one cracks me up - "Traffic unlimited"
Whaaaat?! You are not gonna give me a limit to the total transferred traffic to the internet for my server in your data center? Oh, how generous of you, only, the other case would make the server just an expensive paperweight! I thought this ad was for semi-professionals at least, so why mention traffic, and not bandwidth, the thing that matters much more when it comes to servers? How big of a bandwidth do I get? Don't tell me you use dialup for your "Dedicated Root Server"s!
"Location Germany or Finland" - Fair enough, geolocation can matter when it comes to latency.
"No minimum contract" - Oooh, how kiiiind of you, again, you are not gonna charge me extra for using the server only as long as I pay? How nice!
"Setup Fee £60" - I guess, fair enough, the server is not gonna set itself up, only...
The whole ad is for "monthly from £55.50", that's quite the large fee for setup.
Oh, and a cherry on top, the tiny print on the bottom mentions: "All prices exclude VAT and are a subject to..." blah blah blah.
Really? I thought that this sort of almost customer deceipt is present only in the common people's sphere!
I must say, there's being unimpressed, and then... There's this. Why, just... Why? Anyone understands this? Because I don't...12 -
Last year I changed jobs from a large multi-national to a small local agency (which happens to be run by friends of mine).
One of the reasons for doing this was that my work involved more office politics than *actual* software development, and had just plain stopped being fun.
Now, I am having fun again! An example?
For one of our clients we have to connect to (a lot) of third-party APIs. Often even SOAP APIs!
Now I hear you protest "But that is no fun at all! SOAP APIS SUCK!" Which is true, more often than not. 😔
BUT! My friend started an internal API-SNAFU Trello board. Every time you get bitten in the ass by some ill conceived fuck-up of an API, you get to add your complaint to the board.
Beside giving as something to reciprocally rant about, the board also serves a serious function: depending on the amount of fuck-ups an API has been known to make, the price for working with that API will go up.
Who said it doesn't pay to complain? 😀1 -
Always check the licence when you include a new library.
Very nearly GPLed a large amount of commercial code by not checking this in one of my first projects out of uni.
Luckily someone else noticed and the library in question turned out to be dual licensed so it turned out ok in the end. -
It’s really painful how non technical people think all technical stuff is the same.
The amount of times I’ve been brought in to help someone with a printer or WiFi network.
I didn’t do a computer science degree for this.
I’m also pretty sure my last two bosses think fixing the printer is the same as creating large scale systems.
My last boss wanted me to build a Vr chatbot despite spending the last few years building web servers and react/redux apps. I mean I can probably figure it out and it’ll be fun, but don’t think I’m gonna get this done in a week with all my other responsibilities too.
My new boss wants me to singlehandedly build a massive marketplace system that would probably take a team of ten, several years.
Fed up of being around non technical managers who don’t listen to me with my feedback.
Time for a new chapter in the new year.2 -
So, I am a couple of more months in working in my new role. Learning the trade and boy do people have a lot of fucking things to say! It’s incredible the AMOUNT OF BULLSHIT these people get away with…
Background, I’ve been a software consultant for a number of companies working in different sectors in different development roles for +16 years. I built everything from RS232, iOS to BI. Shifted to permanent developer for large global corporation where I got promoted to clown.
Anyway, anyhow.
FUCK, these FUCKING people!!!
Meeting after meeting after endless pointless discussions and even more pointless fucking powerpoint presentation which if you stack them on top of each other will reach the FUCKING top floor where there are even more morons. FUCK!
There is absolutely NO cohesion, there is NO plan, short-term or long-term, no vision that can be practically implemented. There are different organizations of equal power and the result is a FUCKING MAZE.
But people travel the FUCKING GLOBE. You know, THE FUCKING PLANET EARTH, for pointless workshops and alignments (plural). FUCK!
And it’s getting worse. We’ve got consultants hiring consultants now whose job is to hire consultants. True story! And it’s not that high up the org chart either!
It’s a beast! A retarded beast.
We are NOT helping.
I got to get out of this fucking corporation. So, I am starting to design my exit strategy. The master plan.1 -
It’s really painful how non technical people think all technical stuff is the same.
The amount of times I’ve been brought in to help someone with a printer or WiFi network.
I didn’t do a computer science degree for this.
I’m also pretty sure my last two bosses think fixing the printer is the same as creating large scale systems.
My last boss wanted me to build a Vr chatbot despite spending the last few years building web servers and react/redux apps. I mean I can probably figure it out and it’ll be fun, but don’t think I’m gonna get this done in a week with all my other responsibilities too.
My new boss wants me to singlehandedly build a massive marketplace system that would probably take a team of ten, several years.
Fed up of being around non technical managers who don’t listen to me with my feedback.
Time for a new chapter in the new year.
#whosHiring?1 -
Figured I'd post for some advice here and see if anybody has had previous experience or success with a situation like this.
My team is generally comprised of full-stack developers completing front-end custom work on sites, writing back-end tools, and fixing broken sites. We are a rapid-response DEV team, and we typically turn around any custom requests in less than 5 days and fix any broken sites on the same day as they were reported. We manage almost 15,000 sites across multiple countries, and deal with very large corporations that many of you interact with every day (I'm trying to be cryptic here hahaha.) There are 16 of us on our team, and we are the only DEV team within our department of 500+ people. We are also the only DEV team taking requests from these 500+ people. The way the department works, we are the final say on whether a specific piece of custom work will get completed or not, and we are the go-to people when anybody has a question about our system infrastructure or if our system can accommodate a request, along with how to fix any broken pieces of our platform. We typically get about 150 requests per day. Lately, the entire team has become unhappy with our compensation for the work we do. We're quite underpaid, and they keep giving us more responsibilities without any sort of extra compensation. We've discovered that there are a large amount of non-developers below us that are getting paid more than we are. We've found that we get paid about $15,000 less than a comparable DEV team in a different department (let's call that team DEV_2,) just because of which department our team exists within, and how our department defined our job back when this position was created a few years ago. Ever since the position was created, our team's responsibilities have exponentially increased. We believe that there is absolutely no reason that an entry-level position below us should get paid just as much, or even more in some cases, than a developer. Of course, we're not asking to pay them less. Instead, we've decided that we're going to bring this up with our manager and schedule a meeting with him, our Department Director, and Human Resources, and voice that we believe that we should be on the same payscale as the comparable DEV_2 in the other department.
To be a good developer on our team, you need to not only have coding expertise, but also an encyclopedic knowledge of what you can do within our platform without any coding. You need this knowledge so you can pass it along to any people in positions below you, in case they didn't know that something could be done without custom code.
We're going to argue that if it weren't for our team, the company would be losing millions of dollars in clients, because people wouldn't have anybody to go to for platform infrastructure questions, broken websites, or custom work. Instead, they would need to send these requests to the DEV_2 team, which currently take about 6 months to turnaround requests. Like I said, we are a rapid-response DEV team, and these particular clients think that a 5 day turnaround time is ridiculous. If they had to wait 6 months for their request to be completed, they would cancel their contracts.
Not to mention the general loss of knowledge if the members of our team went to a different department, which would be catastrophic for our current department. Believe me, this department could not function without this DEV team. If we all went on vacation for a week, the place would be on fire by the time we got back, and many clients would be lost.
Do any of you have any experience with a situation like this, and if so, how did it turn out? Thank you!5 -
Yesterday I almost ended my programming Carrier
Long story - I am enrolled in EC course which I cannot face for a single moment. Web development is something that had always excited me, and i wanted to make a room for myself here since childhood.
I cannot study what doesn't interest me. But that does not mean I hate learning. I have strong interest in learning things. Hence, I skipped two end-sem exam in the last semester. And utilized thar time to work on my project. I've been working on it since last 6 months. I learned more things in last one year than what I did in last 3 years at college.
My brother came to know I failed two exams in the last sem, yesterday. There were clouds flying over home for hours. What my family thinks is, I should get my degree. Whether I learn anything or not, but I should I get it. I must do graduation and what ever stuff I am working on can be done later. They don't understand the value of time and how fast things are changing.
I even got a client, who is willing to pay large amount for my platform. What my family thinks, is I am running for money, which is merely true.
What world we are living in. Parents and families don't want their children to get educated or well equipped with knowledge and values but want a printed degree in hand, which they think is enough to get a job.
The colony where I live, more than 80% graduates, that graduated in last 5 years with good numbers are unemployed.3 -
Just got into office and saw a group email about a recently released feature.
Apparently, it creates a lot of connections which it never closes. This could hang the server since it can only handle a large but finite amount of active connections.
Well the dev said: I will optimize later
My thoughts: later = min(never, production blows up) -
I'm starting to feel super frustrated with my job.
Sometimes I feel like people who work for large tech companies must have it easy. My company is trying to do this digital transformation thing. Modern development practices Scrum, agile, CI/CD etc. So I was put on a team to work on a project with this new methodology. The idea was we would build the front end and interface with the core systems via service calls. Of course it didn't work out that simple and we had to add our own server side stuff but whatever. It's really hard without a point of reference for any of this stuff. We don't have established coding standards, the data we are working with is a mess, incompetent vendors, the infrastructure team supporting the environments can be such arrogant fucks when we need their help to get shit done. The team also doesn't have any members who really know the core systems well. I am the only developer on the team who is an employee of the company the rest are contractors who are in and out. Last week it was literally just me. This is my first job out of school btw I've been here a year now. I guess I just feel frustrated that I have to figure out so much on my own I don't really have many senior devs at the company I can look to. And on the team I've sorta ended up in an unofficial leadership position. Feels like a lot on my shoulders. I feel like if i could have worked for a bigger company I could learn to do a lot of things better. I feel like there's too much on me for the amount of experience I have or am I wrong ?5 -
My dev lead is a uniquely poor leader with an impressive ability to produce a large amount inflexible, temporarily functional code.
As we're in another pair programming session where I try to keep him from destroying over all type safety and architectural decisions to meet a self imposed demo deadline, he keeps trying to access properties of his state.
This state object is incorrectly typed with an anonymous type with incorrect properties.
Despite repeating calmly stating that the object is incorrectly typed, and that's why there are red underlines when he tries to access a property he knows is in there, he insists that that's not correct.
Finally, he knowingly says that he's figured it out and that he's been doing this for many years.
What was the solution you might ask? (state as any).myProperty;
Truly breathtaking mastery. -
I love job posts made by HR cronies:
"A majority of your time will be enabling development in our React Native app with a large amount of time dedicated to the rest of our stack."
So, if my math is correct... a majority is greater than 50%... but... "a large amount of time" meaning the rest?
Another job post asking for the typical 10x dev
BuT wHy CaNt We FiNd AnYoNe?!?!?! ThErEs NoT eNoUgH gOoD heLP tHeSe DaYs!!!2 -
Time for a rant about shitstaind, suspend/hibernate, and if there's room for it at the end probably swappiness, and Windows' way of dealing with this.
So yesterday I wanted to suspend my laptop like usual, to get those goddamn fans to shut up when I'm sleeping. Shitstaind.. pinnacle of init systems.. nope, couldn't do it. Hibernation on the other hand, no problem mate! So I hibernated the laptop and resumed it just now. I'm baffled by this.
I'll oversimplify a bit here (but feel free to comment how there's more to it regardless) but basically with suspend you keep your memory active as well as some blinkenlights, and everything else goes down. Simple enough.. except ACPI and I will not get into that here, curse those foul lands of ACPI.
With hibernation you do exactly the same, but on top of that, you also resume the system after suspending it, and freeze it. While frozen, you send all the memory contents to the designated swap file/partition. Regarding the size of the swap file, it only needs to be big enough to fit the memory that's currently in use. So in a 16GB RAM system with 8GB swap, as long as your used memory is under 8GB, no problem! It will fit. After you've moved all the memory into swap, you can shut down the entire system.
Now here's the problem with how shitstaind handled this... It's blatantly obvious that hibernation is an extension of suspend (sometimes called S3, see e.g. https://wiki.ubuntu.com/Kernel/...) and that therefore the hibernation shouldn't have been possible either. The pinnacle of init systems.. can't even suspend a system, yet it can hibernate it. Shitstaind sure works in mysterious ways!
On Windows people would say it's a hardware issue though, so let's talk a bit about that clusterfuck too. And I'll even give you a life hack that saves 30GB of storage on your Windows system!
Now I use Windows 7 only, next to my Linux systems. Reason for it is it's the least fucked up version of Windows in my opinion, and while it's falling apart in terms of web browsing (not that you should on an EOL system), it's good enough for le games. With that out of the way... So when you install Windows, you'll find that out of the box it uses around 40GB of storage. Fairly substantial, and only ~12GB of it is actually system data. The other 30-ish GB are used by a hibernation file (size of your RAM, in C:\hiberfil.sys) and the page file (C:\pagefile.sys, and a little less than your total RAM.. don't ask me why). Disable both of those and on a 16GB RAM system, you'll save around 30GB storage. You can thank me later.
What I find strange though is that aside from this obscene amount of consumed storage, is that the pagefile and hibernation file are handled differently. In Linux both of those are handled by the swap, and it's easy to see why. Both are enabled by the concept of virtual memory. When hibernating, the "real" memory locations are simply being changed to those within swap. And what is the pagefile? Yep.. virtual memory. It's one thing to take an obscene amount of storage, but only Windows would go the extra mile and do it twice. Must be a hardware issue as well.
Oh, and swappiness. This is a concept that many Linux users seem to misunderstand. Intuitively you'd think that the swappiness determines what percentage of memory it takes for the kernel to start swapping, but this is not true. Instead, it's a ratio of sorts that the kernel uses when determining how important the memory and swap are. Each bit of memory has a chance to be put into either depending on the likelihood of it being used soon after, and with the swappiness you're tuning this likelihood to be either in favor of memory or swap. This is why a swappiness of 60 is default most of the time, because both are roughly equally important, and swap being on disk is already taken into account. When your system is swapping only and exactly the memory that's unlikely to be used again, you know you've succeeded. And even on large memory systems, having some swap is usually not a bad idea. Although I'd definitely recommend putting it on SSD in a partition, so that there's no filesystem overhead and so that it's still sufficiently fast, even when several GB of memory are being dumped in.6 -
Seeing some jokes about AI and deterministic if/else sort of logic... in a really sleep deprived state I start to wonder - if we are able to make AI that REALLY begins to pass as intelligent / self aware / sentient and imitates us.... and it spawns from deterministic lower level logic that has just grown from an uncontrollably large amount of inputs and complications... will we just end up convincing ourselves that we don't actually have free will either? Maybe we just have an amazing natural data lake. :-/8
-
This is the best example of google giving a fuck about their own guidelines.
They always ram their expectations of you making your apps fit the guidelines a 100% into you, but then they give a fuck about heir guidelines in their own software.
They use a ListView here in google contacts. It's completely outdated for a large amount of data, such as my 200 contacts. They literally push you not to use outdated techniques such as ListViews in your app. Use RecyclerViews, our completely new solution instead. ListViews are very very bad in performance.
I KNOW THIS SOUNDS PICKY, BUT THIS IS JUST AN EXAMPLE!!! THEY DON'T CARE ABOUT THEIR OWN GUIDELINES IN EVRY WAY! BEST OTHER EXAMPLE IS GOOGLE PLAY STORE. BAD PERFORMANCE 100%. BUT AT LEAST IT HAS RUCKLING ANIMATIONS.
3 -
WHAT. THE. FUCK.
Fucking UCEPROTECT blacklist, who the hell blacklists a whole fucking ASN when they detect even a large amount of spam coming from it? For all they know, it could be just a couple of IPs. But nooooo, instead of blacklisting IPs, they blacklist the whole ASN, so now, even some of our machines are on the list, without us ever doing anything. Just because the IP is from the DigitalOcean prefix. UGH.3 -
Confession:
I spend an embarrassingly large amount of time carefully constructing email subject lines.4 -
I need some advice, because I'm feeling like I'm getting ripped off by my company.
I'm a junior developer and this is the first company I've every worked at. I've been here for 1 1/2 year. I said in the first interview that I am proficient with a fullstack framework, for a rather niche programming language, but I don't want to do front end, because I'm not good at it and I generally don't like it.
I'm the sole coder working on a project that costs the client 100EUR/h. There are others, but they just organize the tasks I have to do. This project requires me to work a full stack of retardation server, that's a pain in the ass, not really compatible with this project and required hack after hack to be fixed. Finding bugs in this pile of shit often takes days of emailing around and asking for logs in hope something might pop up. I've had to scavage through threads saying the still bleed form the anus or have PTSD, beccause of this retarded stack. As you can imagine, I'm also responsible for all of the QA and obviously get shit for bugs. I'm supposed to remember every little detail I've done in this project at the end of the sprint, while also working on 2-3 other projects simutaniously.
I've developed some small servers with dashboard and api for apps on my own. I'm supposed to also do all of the QA so that my boss doesn't see any errors, because otherwise our clients have to be QA.
I have written a complicated chat system that is distributed across nodes. We've nearly missed a deadline of 6 days for this shit, because I've been put under preasure, because I estimated such a "large" amount of time for this.
Other things I've done include:
* Login/Registration on many projects
* Possibility to add accounts for subordinated, with a full permission system for every resource
* Live product configuration with server validation and realtime price updates
* Wallet & transaction system, dealing with purchases of said product and various other services offered on this platform
* Literally replaced the old, abandoned database framework from a project with a modern one.
I've made some mistakes during the WFH corona times, but this that doesn't mean you can put more preasure on me and pull stuff like this: https://devrant.com/rants/2498161 https://devrant.com/rants/2479761
Is all of what I'm doing and have to deal with worth the 9EUR/h salary?10 -
Excel rant.
I know excel is not a programming language, but it is what I deal with everyday.
My immediate boss is Japanese(Japanese company).
Our boss will occasionally add to the shared spreadsheet without telling us. We find out the next day by discovering that other sheets that reference to it are waaaay off. Or the big one is the mass amount of #ref all over the sheet.
I mean come on man, at least look around the large sheet first!5 -
I'll try to pay back some smaller credit by one large credit...
Hence I need to contact the banks and get one (!) fucking frigging stupid piece of paper which lists the account number and the amount of money I need to pay back.
Sounds simple ...
Well.
One bank just answered my email request by sending me that piece of paper. Except they didn't have any validation of my identity.
Yes. They answered the request of 'I want to pay back the credit in full, can u send me the necessary documents?' (more formal of course) with confidential data without any more credibility than my email address.
YAY.
Another bank requests a telephone call for identity validation and sending back a signed form via postal service...
Another bank just needs a PDF sent via mail with an electric signature (yeah. They were aware of what that means - I was shocked and confused) or a "qualified signature matching previous documents" (translated from German).
The last one offers a WhatsApp number - send a GIF / JPG or video and we answer directly.
I need to reach a higher state than drunk.
It's not funny to know how confidential data gets mistreated by companies who should have the highest security.4 -
No no no. That's it. Less than 2 years experience supposed to be leading a team of 12 soon to be 17 most of which have more experience than me! Been given sever admin responsibilities, training and managing 2 large frame works in addition to everything else I was doing before.
With the current set of projects we were given half the amount of time to do over twice the amount of work. Management seems to expect constant over time. And I keep being nagged by management to finish x,y,z. Every thing is high piority and I keep being asked to switch between tasks every hour or so nothing gets completed when this happens every time I make them aware this happens. The worse thing is that the CEO has a way of naming and shaming people who fall behind work infront of the entire company.
I have only been surviving thanks to a few saints in the team who just get on with the work without argument but now found out a bunch of these are moving to better companies!!!
I like helping people but with everything that is going on I can't find time to and I know at times I end up coming across inpatient with them that they don't deserve. But if you are part of a team please try and solve your issue yourself before asking others every half an hour there are too many of you and I need to get things done too.
And why is it so damn hot sitting at the desk sweating.
Ok I am prob on my meriod and being over the top grumpy. I want to find a new job but so tired in the evenings that I just want to collapse on my bed and do nothing. At end of writing this and feel a little better.2 -
I picture a large, ice cold, crystal pint filled with bubbling ruby red ale straight from the draft... Its majesty overflows as I stare some human shape walk that marvel at my table...
I take a sip. Fuck it, it's not enough and I'm not feeling like manners... I straight up bottom down that bitter odd amount of beer while my hand feels the cold liquid handshake of this heavenly brewed product... It was a shit day at the office, but right now I'm at the top...1 -
Client wanted me to implement a "fix" for the site beeing to large on mobile. He had to scroll too long. I implemented a quick fix and turned the biggest list into a carousel with slick slider (awesome 5-minute-fix btw.)
But it depends on jQuery. I feel so dirty now. The sites amount of JavaScript is three times bigger now, too. Please, don't judge me. 😩2 -
How much zucchini is too much zucchini?
I know I have WAY too much...
I knew at least when 1st considering D20 zucchini breads.
then when i began to wonder if the remaining batter would work with my death star waffle iron...ill know tomorrow!
....ran out of typical pans, incl foil ones(normal and mini for easy gifting)
- gave 1 away (similar sized as in pic)
- approx. 2 lg zucchini bread loaves in fridge (gave away 2, ate a ½)
- cut up\froze enough onions\peppers\pak choi to a min. acceptable zucchini : everything else stir fry ratio... x20 servings
- similarly, green onions, pak choi, marinated sesame fried tofu bits, zucchini and miso (quick miso soup) x16
- thinly sliced enough to layer it into ~20 lg servings of lasagna.
... zucchini in pic is slightly larger than the one that made the many aforementioned and pictured loaves of zucchini bread
apparently, in a week tops, I'm gonna have at least another 3 more THAT size needing to be picked
anyone in the continental US want some zucchini bread? or, if in michigan, zucchinis?
i didnt even plant much... actually only about ½ of other years.
i am also having some serious overflows coming of (at least) grapes and watermelons.
grapes...
when i bought this place, this odd, square, surrounded by cement walkways, area, with an increasingly problematic tree (risking cable\electric lines, foundation, etc) and so dense with weeds that I learned, dandelions have a giant, bush-like form, with heights beyond 8ft tall.
i grew up hanging out in the nearby woods, noticing that weeds lost the fight vs raspberry\blackberry plants. being handicapped\lazy\experimental, w\ev, i figured id just kill it all then fill it with random berries... knew nothing about grapes so just got 4+ random types... apparently they are all fancy\expensive grapes... and reeeeeaally produce. i already had to pick ~10lbs.
watermelons-
idr if i planted normal ones and little ones or just little ones... idk how to tell without cutting them open or maybe just watching a long time to see if they stopped growing?
anyone with advice (or seeking watermelons) is welcome.
assuming (hoping) they are mini ones there's at least 2dz that are at least ping pong ball size.... and around 100 little yellow flowers still.
i totally get that my frustrating problem with produce here would be beyond welcomed by most people... but seriously... wtf do i do with a few dozen to over a hundred (hopefully mini) watermelons, so many zucchini that, despite personal daily consumption and at least a half dozen friends that love zucchini bread and\or my secretly healthy lasagna(my friends tend to be guys), but have their limits capping out, plus mine, at less than ½ whats rapidly being produced and, apparently, thousands of dollars worth of hundreds of pounds of fancy grapes???
there's an interesting old lady across the street who'll take at least what her and husband can possibly consume,.. even makes grape jam, but thats still only a few dz lbs tops.
it seems wrong to kill the plants (or even to remove a large amount of blossoms and feed them all to JSON (lil tortoise)... pretty sure he's already getting tired of them just from the few that fell off in the wind or something.
i wish i knew some farmers that do farmers market things... but that kinda seems super suspicious... 'hey mr farmer... want a large supply of expensive grapes, watermelon and zucchini, for free? you can sell them to random people, or just give them away. i dont want money or anything...' idk... seems like the beginning of one of those movies that either has evil alien plants assimilating all land mammals, or where there's some crazed medical researcher convinced that there's a massive, underrated threat without enough attention for vaccination production funds-- so they are gonna release some deadly virus supposedly to save the world.
ive been cooking too long.
ideas pl0x?
81 -
Unexpected downside to studying/having an interest in computer graphics - it's not that widespread a field so not many of the books have local editions. Which means I need to spend like $60+ for the good books (Real-time Rendering, Physically Based Rendering, etc.) (and sometimes international shipping too), which is a pretty large amount for a student here. It's sad because local editions of technical books rarely go above $20 (heck, above $15 is rare too).
Still worth it though, those books are easily good enough that the return on investment in knowledge/future prospects will be massive (highly recommend those two if you're into graphics btw, two of the best technical books I have).6 -
Just tried to read this the frequently asked questions about article 13.
I don't think you need to read it, since you learn nothing from it besides that these people don't even care anymore. Everything is written in a "wishful" mode, even their goals.
You can just go to the next trash can, take an item and compare it with that. Unfortunately, you will have to realize that the item you just picked up was more useful to society than everything you'll read in these "answers".
https://ec.europa.eu/digital-single...
They basically dodge every single question vague to the point that someone as the amount of drugs these people take in order to think they are making realistic proposes.
"We aim to blah blah", "Our aim is blah blah", "We want to blah blah". Might as well sue me for copying their content in that paragraph.
If anybody ever tells you that you have unrealistic, stupid goals or dreams just remember: there's a whole continent lead by people who have no fucking idea what they are doing and still think they are doing a good job. And because they have no idea what they are doing they just offload all the work to companies.
Plattform: Ok, what do we have to do?
EU: lol, just "put in place, in collaboration with right holders, adequate and proportionate technical measures." (#2 P4)
Plattform: can you be a bit more specific?
EU: Look, this proposal just "requires platforms which store and provide access to large amounts of copyright-protected content uploaded by their users to put in place effective and proportionate measures." It's not that hard to understand, you dummy (#3 P3)
Plattform: So we need to monitor all user-generated content?
Eu: are you stupid or something? You "would not have to actively monitor all the content uploaded by users", just the copyrighted content. (#4 P1)
The rest is more or less the same, just them imagining the outcome, without taking turning on their decomposed brains in order to apply common sense.
Jumping off this "union" seems be pretty lucrative 🤔1 -
For the love of fuck, my sd card had a ridiculously large amount of space, but I can't just download apps to it, the best I can do is download to my space-limited phone and then "move to sd card" which doesn't help if the app is bigger than the space I have on my phone and because it doesn't move the while app, just a couple files, stupid fucking fuck1
-
One day, the Director of Web Ops (marketing role) submitted a ticket to update the list of product categories on the website’s navigation. Sounds like a simple ticket right? Just some html edits. Nope. Every day for three days, she changes her mind and adds new changes. What should have taken me 10 minutes stretched out to three days. She held up code review of my ticket because she kept making changes.
She had plenty of time to sort out what she wanted. That ticket had been sitting in the To Do pile for two days before I touched it.
She was being an asshole because she knew she could get away with it and I had no recourse: my direct manager was on vacation, the entire dev team was going to be laid off anyway so no one was going to defend us on “trivial” matters, and we were going to enter code freeze soon so she’d just argue it was critical business changes for our critical revenue season.
I suspect she was also just not good at her job. I never met her in person because she was hired during the 2020 pandemic and we were all working remotely. I did see her make a five minute presentation during an all staff meeting…and she didn’t come off too well. Her voice was trembling during her turn to speak…like she was not confident or not prepared.
She knew she was causing chaos but she put on this act of not knowing. She was definitely trained on our dev team’s practices for tickets and deployments. She knows about code review, beta testing, and user acceptance testing that has to happen before a ticket can be deployed.
It happened to be before Thanksgiving weekend 2020. Our deploy was going to happen on Tuesday instead of Thursday because Thursday was a holiday (no one would be working) and Wednesday was a half day.
Tuesday afternoon at 1pm, she messages me and the dev in charge of deploy about more changes! My time is already occupied because our Product Manager went on vacation and dumped a large amount of user acceptance testing on me. I scream at my computer at that point because I realize I’m in the ninth circle of hell. I tell the other dev in a separate message that Web Ops has been making changes EVERY DAY since I picked up that ticket.
Other dev tells her that we have to check with the C-suite executive for engineering because we’re not allowed to make changes to tickets so close to the deploy. This is actually the policy. He also tries to give Web Ops the benefit of the doubt because we’re not deploying on our usual day. He had to do that to so she didn’t feel bad (and so she doesn’t complain about us not working towards the company’s goals).
Other dev had to do the code changes because I was otherwise occupied with user acceptance testing. If I were him, I’d be pissed that I was distracted from concentrating on the deploy so close to the holiday.
Director of Web Ops was actually capable of even more chaos. I ranted about it before. For that dramatization and if you want to go down the rabbit hole, see: https://devrant.com/rants/4811518/...4 -
Randomly one day, out of the blue:
Echelons: You now have Workspace, and it’s a requirement you use it. Make it successful because we paid and are paying a large dollar amount for it, and our competitors have reported success with it. We want email communications companywide eliminated by 50% within the first 60 days.
Management: Ok, excellent! We want to do XYZ.
Echelons: Nope, can’t do any of that.
Management: Ok, how about a, b, and c?
Echelons: Nope, nope, nope.
Management: Alright, let’s try 1,2, and 3.
Echelons: Nope, not possible.
Management: What can we do then? We need further direction at this point.
Echelons: One group for all departments, posts, and attachments only. PDF, .jpeg, .png files only. Everyone in the company must be registered within seven days and using the platform. Only mobile devices allowed.
Management: We have almost 10,000 employees, and the SSO aspect alone could take weeks and months.
Echelons: Insignificant as Facebook said it should be easy to deploy. Also, every post not created by admin will need to be manually approved and done so within 5-10 minutes after its submission 24/7, 365.
Management: Ok, solved. A little shaky, but it’s working. Can we increase the number of admins and moderators?
Echelons: Only 1700 employees have registered; the app has been up 14 days now? What’s wrong? Where’s the engagement? Effective immediately, all members of management must be creating and starting 4 to 7 posts daily, including weekends.
Management: Our registration process with the SSO client isn’t smooth and clean across all devices. We had to implement training to overcome this. Can we increase the number of admins and moderators? Can we make all members of management either administrators or at least moderator? Can we at least turn on live streaming and video formats?
Echelons: No! 10 admin and mods max. Yes to streaming and video.
Echelons: Progress update, please. Include ROI timeline and impactful usage data. This must to pay for itself in the first six months and continue to pay for itself long term, along with showing XYZ company-wide growth quarterly.
Echelons: Hello?
Echelons: Hello?
Having Workplace shoved down your throat has been an interesting experience. Anyone have any exciting ideas or examples to share on what they have utilized with Workplace and increased employee engagement?7 -
Simple hack to cure depression:
1. Toast a couple of fat ass slices of homemade sourdough bread
2. Slather it with a large amount of butter
3. Top it off with some of your mom’s homemade jam
4. Compliment it with a nice cup o’ joe
Sadness gone 🤌🤌🤌18 -
This error, which took me a long time to find, demonstrates the importance of useful variable names.
Using the Wolfram Language:
pp = {};
For[i = 0, i <= Max[p], i++, If[Count[p, i] != 0, pp = Join[pp, {{i, Count[pp, i]}}], -1]];
pp
Outputs:
{{1, 0}, {2, 0}, {3, 0}, {4, 0}, {5, 0}, {6, 0}, {7, 0}, {8, 0}, {9, 0}, {10, 0}, {11, 0}, {12, 0}, {13, 0}, {14, 0}, {15, 0}, {16, 0}, {17, 0}, {18, 0}, {19, 0}, {20, 0}, {21, 0}, {22, 0}, {23, 0}, {24, 0}, {25, 0}, {26, 0}, {27, 0}, {28, 0}, {29, 0}, {30, 0}, {31, 0}, {32, 0}, {33, 0}, {34, 0}, {35, 0}, {36, 0}, {37, 0}, {38, 0}, {39, 0}, {40, 0}, {41, 0}, {42, 0}, {43, 0}, {44, 0}, {45, 0}, {46, 0}, {47, 0}, {48, 0}, {49, 0}, {50, 0}, {51, 0}, {52, 0}, {53, 0}, {54, 0}, {55, 0}, {56, 0}, {57, 0}, {58, 0}, {59, 0}, {60, 0}, {61, 0}, {62, 0}, {63, 0}, {64, 0}, {65, 0}, {66, 0}, {67, 0}, {68, 0}, {69, 0}, {70, 0}, {71, 0}, {72, 0}, {73, 0}, {74, 0}, {75, 0}, {76, 0}, {77, 0}, {78, 0}, {79, 0}, {80, 0}, {81, 0}, {82, 0}, {83, 0}, {84, 0}, {85, 0}, {86, 0}, {87, 0}, {88, 0}, {89, 0}, {90, 0}, {91, 0}, {92, 0}, {93, 0}, {94, 0}, {95, 0}, {96, 0}, {97, 0}, {98, 0}, {99, 0}, {100, 0}, {101, 0}, {103, 0}, {104, 0}, {105, 0}, {106, 0}, {107, 0}, {108, 0}, {111, 0}, {112, 0}, {116, 0}, {118, 0}, {122, 0}, {125, 0}, {136, 0}, {137, 0}}
As opposed to the expected output, which should have no 0s as the second values in any of the tuples.
I spent a large amount of time examining the code to generate p before realizing that the bug was in this line.3 -
Backstory: my father used to work in software development and IT support in companies with medium to large sized networks. I decided to catch up with him a few weeks ago and he asked me thus almighty question
"So if I installed another router in our house, does that mean I can double the amount of traffic going from my computer to the fibre modem?"
All respect has been lost, I was ashamed.3 -
I have a unreasonably large amount of commits just for these files in the repository.
Is there something wrong with me?
5 -
i'm starting a project where i will have a large amount audio clips, anywhere from a few seconds to about an hour long, and i need to store them based on which user created them and what group they are created in (so they will be sorted based on two integers). i'll need to concatenate and/or merge the audio files frequently, and i may need to filter which audio i use based on users and time created.
how should i store the audio? i'm pretty sure a database is the best option, but should i consider using the file system? if i shant, should i use mysql or postgres? i know postgres has more types and supports complex queries.
does anyone have experience who can help?8 -
When your IT VP starts speaking blasphemy:
"Team,
We all know what’s going on with the API. Next week we may see 6x order volumes.
We need to do everything possible to minimize the load on our prod database server.
Here are some guidelines we’re implementing immediately:
· I’m revoking most direct production SQL access. (even read only). You should be running analysis queries and data pulls out of the replication server anyway.
· No User Management activities are allowed between 9AM and 9PM EST. If you’re going to run a large amount of updates, please coordinate with a DBA to have someone monitoring.
· No checklist setup/maintenance activities are allowed at all. If this causes business impact please let me know.
· If you see are doing anything in [App Name] that’s running long, kill it and get a DBA involved.
Please keep the communication level high and stay vigilant in protecting our prod environment!"
RIP most of what I do at work.3 -
Alright, I'll try writing about my recent experience without getting too emotional.
A few months ago, I started a tech job in London and immigrated here for that job. I was glad this company wanted to sponsor a visa, as that was a requirement for me to live here.
Unfortunately, after only a few months in, I learned that the company I joined wasn't quite as nice as I thought it would be. Bullying seemed to be part of the culture. On occasion, I saw coworkers crying. One of my close coworkers was dangerously close to burnout and then "left with mutual agreement". The environment felt like a high school cafeteria. People were drinking heavily early in the afternoon and people were leaving almost at the speed of a revolving door.
I recognized very early on that this was not a healthy environment for me, but as I just signed a rental agreement for a year, and spent a large amount to move here, I was kind of trapped.
Very early on, I was told that the two people before me in the same role were let go right before their probation ended. That scared me off, for reaching out to management or HR. I didn't have the financial needs to lose my job, and due to visa restrictions, therefore would have to leave the country.
When my probation was about to end, and I learned that my performance was good, I decided to provide feedback to my manager. I only mentioned a few things, but still enough. The manager seemed receptive, but it did not seem like he was actually willing to approach the problem itself.
Sometime later, I spoke to HR, explaining some of the issues, and explained my intent to resign. The rep pretended to care, but it did not seem sincere. At the same time, I reached an agreement with my landlord, so I believed I had enough money to safely move out of the country.
A few days after I resigned, the HR rep told me that I owed the company a large amount of money. A part of it was in the contract, which I accounted for. Another part, she was claiming, but was not properly defined in the contract. It said something, but it was confusing. I got a checked later with a legal advisor, and from what I understood, the company would never be able to make me pay that extra amount. This simply because of the contract being so vague.
I told the rep multiple times in the initial meeting about the flaws in the contract, but she ignored everything I said. I then made a counteroffer trying to get her to back off. She then put that in writing, but manipulated my words and kept out all the arguments I made about contract flaws, and my departure being the company's fault.
I didn't receive a reply to my counteroffer for days. It was stressing me out as this could mean I would run out of money soon. Only a few days passed before I got a medical emergency at work just because of the stress all of this caused me.
I saw a doctor and immediately got 2 weeks of sick leave. When I contacted the company again, I was able to terminate my contract, without returning to the office. However, they still didn't want to waive the extra amount of money.
The HR rep pointed out in written communication to my lawyer, something in the trend of "if something wasn't clear in the contract, he should've just asked for details". In that same correspondence, it also stated that they were offering 'as a favor to me' to reduce the extra amount to only a third of it.
Since I never actually wanted to go to court anyway, I decided to settle with that. Now I'm packing to move out of the country, without a job and soon to be completely broke. If I would've stayed where I were and never moved to London, and never worked a day for the past 7 months, I would've had more money on my savings account than I have at this point in time.
I hope I at least learned something from this. I don't think I will move somewhere with a company-sponsored visa again anywhere soon...
Thanks for listening. Ranting does make you feel better :)1 -
I would start with the development of the idea me and my friends made a business plan about a while back. It was about a medicine cabinet which offers you only the medication you need and the right amount of it. It furthermore informs you about side effects and alerts when you run out of stock. It was meant to fit elderly as well as also large scale hospitals were one case would be used for each room of patients.5
-
I called the hack "blow up bunny", was in my first company.
We had 4 industrial printers which usually got fed by PHP / IPP to generate invoices / picking lists / ...
The dilemma started with inventory - we didn't have time to prepar due to a severe influenza going round (my team of 5 was down to 2 persons, where on was stuck with trying to maintain order. Overall I guess more than 40 % ill, of roughly 70 persons...)
Inventory was the kind of ultimate death process. Since the company sold mobile accessoires and other - small - stuff.
Small is the important word here....
Over 10 000 items were usually in stock.
Everything needed to be counted if open or (if closed) at least registered.
The dev task was to generate PDFs with SKUs and prefilled information to prevent disaster.
The problem wasn't printing.
The problem was time and size.
To generate lists for > 10 000 articles, matching SKUs, segmented by number of teams isn't fun.
To print it even less. Especially since printers can and will fail - if you send nonstop, there is a high chance that the printer get's stuck since the printers command buffer get's cranky and so on.
It was my longest working day: 18 hours.
In the end "Blow up bunny" did something incredibly stupid: It was a not so trivial bash pipeline which "blew up" the large PDF in a max of 5 pages, sent it to one of the 4 printers in round robin fashion.
After a max of 4 iterations, bunny was called.
"bunny" was the fun part.
Via IPP you can of course watch the printer queue.
So...
Check if queue was empty, start next round with determined empty printer queues.
Not so easy already. But due to the amount of pages this could fail too.
This was the moment where my brain suddenly got stuck aft 4 o clock in the morning in a very dark and spookey empty company - what if the printer get's stuck? I could send an reset queue or stuff like that, but all in all - dead is dead. Paper Jam is paper jam.
So... I just added all cups servers to the curl list of bunny.
Yes. I printed on all > 50 printers on 4 beefy CUPS servers in the whole company.
It worked.
People were pretty pissed since collecting them was a pita... But it worked.
And in less than 2 hours, which I would have never believed (cannot remember the previous time or number of pages...)1 -
Why the fuck is windows always a bitch when it comes to font rendering. I mean we are not in 1995 to see such shitty fonts. The fonts look like shit and the ClearType text utility does nothing.
I mean even Android does hell of a lot better than Windows. I am comparing these two because both have to deal with fairly large amount of different H/W configuration and support them.
I already use Ubuntu so please don't tell me use Linux.
Also tried using the MacType third party tool. It works but not as good.2 -
A gradual learning environment with a competitive environment . A place with a correct amount of air conditioning ( not like a freaking fridge ) . Coding the algorithm and stuff for games .
Last but not the least .. A large monitor but not too large ... -
When Do You Stop Taking Responsibility?
Let me clarify by describing four scenarios in which you are tasked with some software development. It could be a large or small task. The fourth scenario is the one I'm interested in. The first three are just for contrast.
1. You either decide how to implement the requirements, or you're given directions or constraints you agree with. (If you hadn't been given those specific directions you probably would have done the same thing anyway.) **You feel accountable for the outcome**, such as whether it works correctly or is delivered on time. And, of course, the team feels collectively accountable. (We could call this the "happy path.")
2. You would prefer to do the work one way, but you're instructed to do it a different way, either by a manager, team lead, or team consensus. You disagree with the approach, but you're not a stubborn know-it-all. You understand that their way is valid, or you don't fully understand it but you trust that someone else does. You're probably going to learn something. **You feel accountable for the outcome** in a normal, non-blaming sort of way.
3. You're instructed to do something so horribly wrong that it's guaranteed to fail badly. You're in a position to refuse or push back, and you do.
4. You're given instructions that you know are bad, you raise your objections, and then you follow them anyway. It could be a really awful technical approach, use of copy-pasted code, the wrong tools, wrong library, no unit testing, or anything similar. The negative consequences you expect could include technical failure, technical debt, or significant delays. **You do not feel accountable for the outcome.** If it doesn't work, takes too long, or the users hate it, you expect the individual(s) who gave you instructions to take full responsibility. It's not that you want to point fingers, but you will if it comes to that.
---
That fourth scenario could provoke all sorts of reactions. I'm interested in it for what you might call research purposes.
The final outcome is irrelevant. If it failed, whether someone else ultimately took responsibility or you were blamed is irrelevant. That it is the opposite of team accountability is obvious and also irrelevant.
Here is the question (finally!)
Have you experienced scenario number four, in which you develop software (big as an application, small as a class or method) in a way you believe to be so incorrect that it will have consequences, because someone required you to do so, and you complied *with the expectation that they, not you, would be accountable for the outcome?*
Emphasis is not on the outcome or who was held accountable, but on whether you *felt* accountable when you developed the software.
If you just want to answer yes or no, or "yes, several times," that's great. If you'd like to describe the scenario with any amount of detail, that's great too. If it's something you'd rather not share publicly you can contact me privately - my profile name at gmail.com.
The point is not judgment. I'll go first. My answer is yes, I have experienced scenario #4. For example, I've been told to copy/paste/edit code which I know will be incomprehensible, unmaintainable, buggy, and give future developers nightmares. I've had to build features I know users will hate. Sometimes I've been wrong. I usually raised objections or shared concerns with the team. Sometimes the environment made that impractical. If the problems persisted I looked for other work. But the point is that sometimes I did what I was told, and I felt that if it went horribly wrong I could say, "Yes, I understand, but this was not my decision." *I did not feel accountable.*.
I plan on writing more about this, but I'd like to start by gathering some perspective and understanding beyond just my own experience.
Thanks5 -
I need advice. I'm to create a web application with an interactive map (lots of polygons to put on it, with markers and other map things) with a large amount of data and it is expected to have frequent changes to the said data. I have no idea of the tech stack to be used and the performance of the app is the biggest concern. (I'm thinking maybe to create an API, use MongoDB, then create a web client for it but I'm not that sure). Please give me your insights.7
-
Become a better programmer tip 1: write large amount of code everyday. Read and understand large amount of code every day. Plus have to do self reviews after each small tasks.5
-
Really frustrating is when business asks you to finish large tasks in an unreasonable amount of time (4-8 hours). As a Medior developer, my speed is not at hours, but at days/weeks. Perhaps if I were a Senior with absolute mastery I could achieve such speeds.
They don't seem to understand programming takes a lot of thinking, testing, debugging and communicating, which not always necessarily sync. Some people are busy and others are jerks.3 -
PHP 7.4
Anonymous functions in PHP can be quite verbose, even when they only perform a simple operation. Partly this is due to a large amount of syntactic boilerplate, and party due to the need to manually import used variables. This makes code using simple closures hard to read and understand.
https://wiki.php.net/rfc/...
7 -
So at work, I was trying to convince a senior programmer to adopt Golang for a new project that would need to handle large amount of throughput as oppose to Django with gunicorn and other optimizations (which is what we usually do).
The response was "we'd have a hard maintaining it, as no one really knows Go and it will be hard to hire people with Go knowledge".
So my question: "in your opinion, is that a good reason?" I have some go experience from other jobs, it seems like a superior solution for this problem.6 -
Is know this has been asked before but is it actually worth spending money for online training on platforms like udemy. Don‘t you already have large amount of resources on the internet?
What do they have that the free internet does not offer?3 -
what's up with backend devs getting on rants about frontend frameworks? Don't they use frameworks for developing their precious servers? or do they just write the whole thing from scratch?
Shit tards, frontend development is evolving and for the better, we've got awesome frameworks that help us reduce the amount of code we need to write to attain a functionality and in a way that reduces headaches when building a large application and gives superb consistent performance because the code has been production tested a million times! yeah you can use js to build a frontend because its JS it's what it was designed to do, but tell me how reinventing the wheel everytime you make a frontend is useful, and how that is maintainable in the long run when building a large production frontend?
The modern frameworks, help us write modular and reusable components that can be shared and used by anyone for any of their application. They are arming the web with capabilities that are close to what native apps offer and still you keep bitching about it.1 -
I hate it when I fuck up an update and don't realize it until the next morning.
Did an update last night. Had a large amount of bugs that I had to fix. Some caused by me not testing all the way, some caused by some other guys doing maintenance last night and me not knowing about it.
Woke up to a text from my boss asking if I even tested the program last night. Yeah, I just made sure it loaded after the nightmare amount of bugs I had. I just missed a portion of the program. So I fixed the portion of the program and then he asked me to roll the program back and try again tonight.
What makes this even better is I was really hoping for this to go smoothly. I'm also doing another program release and its going really fucking badly too, security is fucking the shit out of me. My peer review is Monday. I haven't gotten a raise in a year and a half since I started at this company and I was going to ask for one. But this kind of dashes my confidence on the rocks.4 -
Thank you crappy Starbucks app requiring me to refill my Starbucks card in order to pay via the app.
I was first going to rant but this "feature" saved from buying food that actually looks like crap in the store...
Long version: I got an email about the birthday reward (free any side (Large) drink) a few days ago so redeemed it this morning via the app. I sorta felt bad so added a dessert roll so that I would pay something.
Well at the checkout it said need to pay by Store Card.... Under that, it listed my credit card and refill amount. Well WHY THE FUCK CAN'T I JUST USED MY CARD. I am not a regular customer but hey it's $6 for the drink. Anyway so I removed and now it keys me check out without a refill.
Then dragged my ass out of bed because somehow I accidentally ordered... walked to the store. Wanted to order but then saw the actual food and was like "ok let's just get my coffee..."
Picks it up at the pickup spot and quietly walks out looking at all the people in the store wondering why they like this stuff.
The coffee was just like McDonald's to me...4 -
I cant believe the project I'm working on does not use kubernetes or terraform. Not even docker. How is this multi trillion dollar project even in business?
I feel so sad for not having the opportunity to work with one of the most fundamental and most important technologies to know as a devops engineer... So sad
I cant advance or improve. Im just stuck in their ecosystem like Apple
This corporation is probably ran by 90 year old grandpa men from world war 1. However considering they are so large and still in business this gives me hope that anyone can make it even if you're stupid
Think about it
They are proof that you can run a giant business with hundreds of employees, not use k8s and the most modern devops technologies, and still operate just fine.
The devops code i have to maintain is older than the amount of years i exist. Its very messy and most of this shit is not even devops related. Its more of some kind of linux administrative tasks mixed with 3 drops of actual devops (bash scripts, ansible scripts, ci/cd pipeline)
And yet im paid more than i have ever been paid in any job so far
What should i do. Stay due to "high" money or..ask for a project with k8s. I put "high" in quotes because it is extreme luxury in my shithole country, im now among top 1% earners of the country, and yet i make less than 30k a year. With less than 30k a year i cant buy a good car but i can live very comfortably in my country. I cant complain about this salary since i think its finally enough to invest to get a chance to earn more and still have enough left to live comfortably.
Before i was just working to survive. Now im working to live. Its an upgrade.
Due to not working with difficult stuff like k8s i cant demand for more money. It wouldnt feel justified. I'm stuck here
What would u do8 -
CAN’T WITHDRAW EARNINGS FROM EXCHANGE? CONTACT GEARHEAD ENGINEERS ORGANIZATION
Like many crypto enthusiasts, My dad was initially drawn to the platform by its seemingly professional interface, an array of cryptocurrencies available for trading, and the alluring promises of high returns. The exchange looked reputable, offering a seamless user experience. Dad decided to deposit a significant amount of $50,000 to try his hand at crypto trading. Everything appeared legitimate, and after a few weeks, his account balance had grown to over $200,000. I remember how thrilled he was with his success and wanted to cash out some of his profits. However, when he tried to withdraw funds, problems began to emerge. The platform’s customer service team contacted him with an urgent request: to unlock his funds, he would need to deposit an additional $40,000. The explanation provided was that there were "processing fees" associated with large withdrawals, and that this extra deposit was required before the investor could access any of his money. That’s when I began doing my research and in the process, I found that this is in fact a common scheme. My brother in-law recommended a Tech company called GearHead Engineers, which has been helping victims like my dad to successfully withdraw their funds without paying the unfair fees. We did contact them through their email, gearhead(@)engineer(.)com and after a series of communication, they got back every single penny back. This only took them 4 days. I must admit that we were impatient but it turned out great. Reach out to them.4 -
I spent two hours to come up with an algorithm to detect a win and also one to derive the winning indices on any tic tac toe board as long as the size is provided
but i have spent more than twice that same amount of time trying to style component with the shiny toys provided my material ui.
I really just wanted to write less code, but now I have a headache
with my code looking like the death, thanks to the over engineered components provided by material ui
there has to be a way to manage medium to large react codebase
I've googled but everything I see is beginner level stuff, any tips will be appreciated at this moment5 -
purpose=RantTypes.Advice;
preferredReaderNationality="American";
Hey! Here's my problem: I am a german guy with pretty fluent english. When I will be done with my bachelor's (or master's, depending on my preference in 3 years) degree, I've decided I'd like to live/work in america; if that is at least somewhat easily possible. Ofc I'd have to get someone to hire me first, but I'll probably find at least something (what kind of company would be best? something like google? a start up?)
I tried googling how to become a citizen, how to work, how to live in america etc. but it's just so many different requirements and statuses and rules and forms that I would have to spend a very large amount of time, which might be wasted. So I thought I'd ask you guy's whether it's possible. /r/america (or similar, it was quite some time ago) didn't respond to my questions.
What do I need to know? What do I need to own? What do I need in terms of skills? What would help my chances? How long does this normally take? Is being a white male german a benefit? How much? Could I stay there permanently or would it be a stay-as-long-as-you-have-a-job sort of scenario?What kinds of precautions can I take?
Is it advisable to go there? If not, what are good english-speaking alternatives? What are non-english alternatives (e.g. I thought about sweden; they seem to have great laws, people, internet, scenery)?3 -
So, some data need to be prepared during the summer and the diverse departments' elected data processors got shared in a Google spreadsheet they will need to fill with some basic data IT needs. Simple, straightforward data entry, with nothing private nor confidential. Just another divide-and-conquer-style large amount of data to enter & organise, that's all.
Today, I received a new comment notification as the owner of the spreadsheet. You can imagine my surprise when I saw that, for some f*cked up reasons, one of the guys just wrote the super-admin username & pw for one of the main data systems we use in a freaking comment in the spreadsheet... WTF...
Oh, and also, juuust in case, he also wrote the pin code that is normally required to pass through the device-check when you log-in as a super-admin from an unknown device and/or location.
Fortunately I could catch it on time, but this just ruined half of my day.
I am supposedly on freaking annual leave. Ha Ha. Ha. -
RECOVER SCAMMED BITCOIN THROUGH → → SPARTAN TECH GROUP RETRIEVAL
The day I lost my life savings of $59,000 in Ethereum to a fraudulent investment scheme still haunts me. I had been so careful, or so I thought, in researching the opportunity and the individuals behind it. But in the end, their slick presentation and promises of outsized returns proved to be nothing more than an elaborate ruse, leaving me financially devastated and emotionally shattered. I was in a complete state of despair following the deception. Not only was the loss of such a large amount of money financially devastating, but it also had a profound personal impact. It was a gut-punch that left me reeling because I had worked so hard over the years to accumulate that nest fund. As I tried to pick up the pieces and figure out my next steps, I was overwhelmed by a sense of helplessness and uncertainty. Where could I turn for help? Who could I trust to guide me through this ordeal? The thought of navigating the complex world of cryptocurrency recovery and legal recourse was daunting, and I felt utterly alone in my struggle. It was at that point that I discovered SPARTAN TECH GROUP RETRIEVAL then contact them on this Email: spartantech (@) c y b e r s e r v i c e s.c o m, an entity that focuses on assisting victims of cryptocurrency theft and fraud. Initially, I was dubious since I had already been let down by deceptive claims and hollow guarantees. But I decided to get in touch because I was fascinated by their strategy and the client endorsements I had read. I knew right away that I had chosen the proper partner when I first made contact. My worries were promptly allayed by the SPARTAN TECH GROUP RETRIEVAL team, who listened to my case with compassion and understanding. In order to try to recover my missing Ethereum, they described the procedure they would follow to look into the theft, track down the money that was taken, and cooperate with law enforcement. These weren't just a bunch of tech-savvy amateurs – they were seasoned investigators and legal experts who had honed their skills over years of dealing with cases like mine. They walked me through every step of the process, keeping me informed and involved every step of the way. As the investigation progressed, I was amazed by the level of detail and diligence the SPARTAN TECH GROUP RETRIEVAL team displayed. They left no stone unturned, meticulously combing through blockchain records, financial transactions, and online footprints to piece together the puzzle of what had happened to my money. But the SPARTAN TECH GROUP RETRIEVAL team wasn't deterred. They worked tirelessly, collaborating with law enforcement agencies and financial institutions around the world, to try and recover as much of my lost Ethereum as possible. It was a long and arduous process, filled with setbacks and frustrations, but they never gave up. And then, after 2 days of painstaking work, the breakthrough came. Through their dogged persistence and innovative investigative techniques, the SPARTAN TECH GROUP RETRIEVAL team was able to trace a significant portion of the stolen funds and initiate the process of recovering them. It was a moment of pure elation, a glimmer of hope in the midst of the darkness that had enveloped my life. Talk to SPARTAN TECH GROUP RETRIEVAL via WhatsApp:+1 (971) 4 8 7 -3 5 3 8 OR Telegram:+1 (581) 2 8 6 - 8 0 9 2
14 -
On January 1st, I discovered that I had fallen victim to a fraudulent international shipping investment that cost me a staggering AU$8,000,000. As the owner of a shipping company based in Australia, I had been diligently searching for ways to expand and strengthen our business. When I came across an enticing opportunity that promised high returns through international shipping ventures, it seemed like the perfect move to accelerate our growth. After what I thought was thorough research and careful consideration, I decided to invest a significant amount of money. At first, everything appeared legitimate. The shipping company seemed professional, and I was regularly updated with reports that reassured me the investment was progressing as planned. However, over time, I started noticing discrepancies. Payments were delayed, communication became sporadic, and red flags began to pop up in the details of the transactions. Something didn’t feel right, and before long, the truth hit me hard—I had been scammed. The company I had trusted was a fraudulent operation, never intending to deliver on their promises.The financial loss was devastating, but the emotional toll was even worse. Not only had I lost a large sum of money, but I also faced the daunting reality of how this would affect my business, employees, and reputation. I felt completely helpless and unsure of how to recover from such a blow.That’s when I found HACK SAVVY TECH . From the very first interaction, their team demonstrated an incredible level of expertise and professionalism. They immediately grasped the gravity of the situation and laid out a clear plan to investigate the fraud and recover my lost funds. With their advanced tools and deep knowledge of cyber-investigation, they were able to track down the fraudulent activities, uncover key individuals involved, and bring them to justice.Thanks to HACK SAVVY TECH tireless efforts, they successfully secured a refund for my company, recovering a significant portion of the investment. Their work not only saved my business financially but also restored my confidence. I’m beyond grateful for their support, and I now feel empowered to move forward, knowing that I have a trusted partner like HACK SAVVY TECH by my side.
mail: contactus @ hacksavvy technology . com
Website: https: // hacksavvy techrecovery . com
Whatsapp : +7.9.9.9.8.2.9.5.0.3.81 -
FAST AND DISCREET CRYPTO RECOVERY WITH FUNDS RECLAIMER COMPANY
My name is Dave, and I work in a mall in London. Months ago, I faced a challenging situation that many people might find themselves in — being scammed out of a substantial amount of money. I lost GBP 100,000 to a forex scam, which was extremely distressing. The scammers had promised high returns on my investment and presented a seemingly credible front, with professional-looking websites, persuasive sales pitches, and even fake testimonials. At first, everything appeared legitimate, and I believed I was making a smart financial decision. However, it all turned out to be a sophisticated con, leaving me devastated and uncertain about how to recover my lost funds. The initial shock of the scam made me feel helpless and overwhelmed. I had no idea where to turn or how to navigate the complex world of financial fraud recovery. I spent days, even weeks, trying to understand what had happened and how I had been tricked. The scammers were elusive, and there was little to no trace of them online once they had my money. I felt trapped in a situation that seemed impossible to escape. after some research and many anxious nights, I came across FUNDS RECLAIMER COMPANY. They seemed to have a good track record of helping individuals in similar situations, so I decided to try their services. The decision wasn’t easy — after all, I had just been swindled out of a large sum of money, and I was cautious about trusting another company. However, the professionalism and transparency displayed by FUNDS RECLAIMER COMPANY put me at ease. They had a detailed, step-by-step recovery process, and their team of experts was readily available to answer my questions and guide me through the steps. From the very beginning, FUNDS RECLAIMER COMPANY demonstrated a high level of professionalism and expertise. They took the time to fully understand my case, ensuring that they had all the details necessary to proceed. Their team explained the recovery process clearly, outlining the steps they would take to track the scammers and recover my funds. They also kept me informed at every stage of the process, which gave me confidence and peace of mind. Although it took some time, FUNDS RECLAIMER COMPANY was successful in helping me recover a significant portion of my lost funds. While I may never fully regain everything I lost, the recovery process has been a huge relief. Thanks to FUNDS RECLAIMER COMPANY, I now have hope that I can move on from this financial setback and regain control of my life.
FOR MORE INFO:
Email: fundsreclaimercompany(@) z o h o m a i l . com
WhatsApp:+1 (361) 2 5 0- 4 1 1 0
Website: h t t p s ://fundsreclaimercompany . c o m
1 -
LEGIT BTC RECOVERY EXPERT-CONTACT SALVAGE ASSET RECOVERY
CONTACT INFO--WhatsApp+ 1 8 4 7 6 5 4 7 0 9 6
SALVAGE ASSET RECOVERY has emerged as a leading force in the highly specialized field of cryptocurrency recovery, earning widespread recognition for its unwavering dedication to helping individuals and organizations reclaim lost or stolen digital assets. The company has built a reputation for its professionalism, reliability, and advanced technical approach, making it the go-to solution for those facing the devastating consequences of cryptocurrency theft or loss. A standout case that highlights the exceptional capabilities of SALVAGE ASSET RECOVERY occurred when the company was called upon to assist in the recovery of a staggering 61,000 Ethereum (ETH) tokens. This catastrophic loss was the result of a sophisticated and malicious attack, which left the victim grappling with a significant financial setback. However, SALVAGE ASSET RECOVERY sprang into action, deploying its team of seasoned specialists and utilizing cutting-edge tools and techniques to tackle this complex challenge head-on. The process of recovering such a large amount of digital currency was no small feat. The team meticulously analyzed the blockchain, leveraging advanced forensic tools and proprietary algorithms to trace the movement of the missing funds across the decentralized network. They carefully examined each transaction, piecing together the puzzle of how the funds were stolen and where they had been moved. Their relentless pursuit of answers and dedication to transparency allowed them to uncover the perpetrators behind the theft, ultimately leading to the successful recovery of the entire 61,000 ETH. This remarkable achievement not only underscores the technical expertise and ingenuity of SALVAGE ASSET RECOVERY ’ team but also serves as a testament to their commitment to client satisfaction. The process was not just about retrieving the funds—it was about doing so with an unparalleled level of transparency and diligence. Throughout the recovery journey, SALVAGE ASSET RECOVERY maintained clear communication, keeping the client informed at every step and ensuring that the entire process was handled smoothly and professionally. The success of this recovery has further solidified SALVAGE ASSET RECOVERY ’s position as a trusted leader in the cryptocurrency recovery space. For those who have fallen victim to the theft or loss of digital assets, the company provides a reliable, professional approach that instills confidence and peace of mind. With a proven track record of successful resolutions, SALVAGE ASSET RECOVERY continues to be the ultimate solution for anyone seeking to regain control of their digital wealth. Their dedication to restoring lost assets and their commitment to transparency make them a standout choice for cryptocurrency recovery, offering a level of service that exceeds expectations.1 -
HOW TO RECOVER LOST OR STOLEN CRYPTOCURRENCY HIRE CERTIFIED RECOVERY SERVICES
I am beyond grateful to share my experience with CERTIFIED RECOVERY SERVICES, a company that has proven to be a true lifeline for those like me who thought they had lost their Bitcoin investments forever. The world of cryptocurrency, while offering tremendous opportunities, can also be a perilous landscape, where a single mistake or a sudden system failure can lead to significant financial loss. I found myself in such a situation, and thanks to the dedicated team at CERTIFIED RECOVERY SERVICES, I was able to recover what I thought was gone forever. In 2021, I invested a substantial sum into Bitcoin, eagerly watching the market trends and hoping for substantial returns. However, as the market fluctuated, I found myself caught in a series of unfortunate events. First, I fell victim to a phishing scam that compromised my personal information and led to the loss of my Bitcoin. My initial panic was beyond words - I had invested a large portion of my savings, and the thought of losing it all was devastating. I felt powerless and received automated responses when I tried to reach customer service multiple times through the exchange I was using. I didn't know where to go next. It appeared as though my Bitcoin assets were lost forever because every path seemed to lead to nothing. I came discovered CERTIFIED RECOVERY SERVICES at that point. From the moment I reached out to CERTIFIED RECOVERY SERVICES on WhatsApp: +1 (740) 258‑1417, I knew I was in capable hands. The process was straightforward. I explained my situation, detailing how I lost my Bitcoin and the steps I had already taken to try to recover it. The customer service team at CERTIFIED RECOVERY SERVICES was empathetic and understanding. They reassured me that my case wasn't hopeless, explaining the methods they use to track and recover lost crypto investments, even when critical information like wallet keys or recovery phrases is lost or compromised. The team at CERTIFIED RECOVERY SERVICES started by verifying my identity and confirming my ownership of the Bitcoin in question. They then initiated an in-depth analysis of the wallet's blockchain data, tracking the lost assets across various exchanges and addresses. They also reached out to several platforms and services involved in the transaction history, leveraging their extensive network in the cryptocurrency industry. After what felt like an eternity of waiting, I received the best news possible - my Bitcoin had been successfully recovered! The amount I thought was lost for good was now accessible again, thanks to the tireless efforts of the CERTIDIED RECOVERY SERVICES team. They not only managed to recover my assets but also took proactive steps to ensure my future investments would be secure. for assistance reach them with the below information.
Email:contact (@)c e r t i f i e d r e c o v e r y s e r v i c es. c o m6 -
CRYPTOCURENCY RECOVERY EXPERT- / CONTACT SALVAGE ASSET RECOVERY
As a father of two, I’m always looking for ways to secure a better future for my family. My journey in the world of trading was initially going well. In just one week, I managed to earn $35,200 a significant amount that felt like a step toward achieving my financial goals. However, everything took a devastating turn when I fell victim to an online scam while attempting to participate in an airdrop. I was new to the process and didn’t realize the risks involved, but unfortunately, that oversight cost me everything I had worked so hard for. The scammers were incredibly convincing. They had a professional-looking website, and their pitch seemed legitimate. After clicking on a link I thought was safe, I unknowingly transferred my funds to their accounts. When I realized what had happened, I was crushed. The money I had earned through hours of hard work was gone in an instant, and I felt hopeless. For several days, I tried to find a way to recover my funds, but the emotional toll of losing such a large sum was overwhelming. I began to question whether there was any hope of getting my money back. That’s when I stumbled upon SALVAGE ASSET RECOVERY through a series of positive online reviews. At first, I was skeptical having already been scammed once, I wasn’t sure if I could trust another service. But after reading about their success stories and their track record of helping people in similar situations, I decided to give them a chance. I reached out to SALVAGE ASSET RECOVERY, and from the very first interaction, I was impressed by their professionalism and thorough understanding of the recovery process. They took the time to explain everything in detail, which helped put my mind at ease. Their team worked tirelessly to trace the fraudulent transactions and gather all the necessary information to initiate the recovery process. It didn’t take long for me to realize that they were not just skilled but genuinely committed to helping people like me who were in distressing situations. To my immense relief, SALVAGE ASSET RECOVERY successfully recovered the funds I had lost. I was overjoyed and deeply grateful for their hard work. This experience taught me a valuable lesson about the dangers of online scams, especially in the cryptocurrency and trading space. It also reminded me to be vigilant and cautious when engaging online, particularly when my family's financial future is at stake. If you’ve been a victim of a scam or are facing a similar situation, I highly recommend reaching out to SALVAGE ASSET RECOVERY. They helped me recover my money, and I believe they can do the same for others in need.
Send a DM to Salvage Asset Recovery via below contact details.
WhatsApp-----.+ 1 8 4 7 6 5 4 7 0 9 6
6 -
RETURN YOUR STOLEN CRYPTO FUNDS BACK WITH EXPERTS WHO UNDERSTAND — GO TO DIGITAL HACK RECOVERY
I am an online English tutor, and while tutoring has been a deeply rewarding career, I also understand the importance of financial security and the need to plan for the future. Helping students improve their English skills has been a fulfilling journey for me, as I get to work with learners from diverse backgrounds and guide them toward their academic and professional goals. The flexibility of online tutoring allows me to connect with students from all over the world, making the job both dynamic and personally gratifying. Watching my students grow in confidence and language proficiency gives me immense satisfaction.However, like many people, I also wanted to explore ways to grow my savings outside of my regular tutoring income. This desire led me to invest in an opportunity I thought was legitimate, but unfortunately, I was deceived by an online investment scam. The brokers I worked with promised significant returns and convinced me to invest more and more money, eventually totaling over $179,000. At first, things seemed fine, but the requests for additional funds kept coming, and soon I realized that I was caught in a scam.Despite my attempts to contact the brokers and customer service, my calls and emails went unanswered. All my money had vanished, and I was left feeling devastated and helpless. I felt like I had nowhere to turn. The emotional toll of losing such a large amount of money, especially after trusting these so-called "professionals," was hard to bear.But then, my story took a turn for the better. While watching a consumer protection show, I learned about a service called DIGITAL HACK RECOVERY. The episode detailed how people who had been scammed in similar ways could use DIGITAL HACK RECOVERY to recover their lost funds. Intrigued, I reached out to them and was immediately connected with a representative who guided me through the recovery process. They asked for the necessary legal documents related to my investment, and after providing them, I was amazed to see my money returned within a short period of time.This experience was a huge victory for me, not just because I got my money back, but because it reminded me of the importance of vigilance when dealing with online financial opportunities. While tutoring provides a reliable income, it's essential to be cautious with any investment, especially in the online world. I am incredibly grateful to DIGITAL HACK RECOVERY for their professionalism and support throughout the recovery process. If you're a victim of a similar scam, don’t give up hope recovery is possible. Thank you again, DIGITAL HACK RECOVERY, for making this possible and giving me back my peace of mind.Connect with them through ⁚
WhatsApp +19152151930
Website; https : // digital hack recovery . com
Email address⁚ digital hack recovery @ techie . com1 -
How I Turned a Crypto Nightmare into a Happy Ending/Hack Savvy Tech
Last year, I fell victim to an online scam that cost me $8,000. I was looking for a reliable store where I could buy a whole wardrobe of designer clothes, as I wanted to refresh my closet with some luxury items. After searching online, I stumbled upon a website that seemed to be the perfect solution. It advertised high-end designer brands at incredible prices, and the site looked professional. The shop even listed an address in London 123 Regent Street, London, W1B 4AF which made it seem completely legitimate. The reviews seemed genuine, and everything appeared trustworthy. Tempted by the great deals, I made a large purchase, thinking I was getting authentic designer clothes at a bargain.However, after weeks of waiting, when my order finally arrived, I was horrified to find counterfeit items that looked nothing like the quality clothes I had expected. Wspp +79998295038 The fabric was poor, and the stitching was shoddy. It was clear that I had been scammed. I tried to contact the seller multiple times through the website and email, but all my efforts were ignored. That's when I realized I had been duped by a fraudulent online store. Unsure of how to proceed, I felt completely helpless. I had spent a substantial amount of money on what I thought would be a luxury wardrobe, only to end up with fake items and no way to get my money back.In my search for a solution, I came across Hack Savvy Tech. I reached out to them, hoping they could assist me in recovering my money. From the first call, the team was empathetic and professional. They immediately understood the urgency of my situation and reassured me that they would do everything possible to help contactus @ hacksavvytechnology . com Hack Savvy Tech took swift action. Their experts were able to identify the fraudulent seller and began working with the payment service provider to file a claim on my behalf. They provided all the necessary documentation and evidence of the scam. Throughout the process, the team kept me updated, and I felt supported every step of the way.After just a few weeks, Hack Savvy Tech successfully secured a refund of $7,900 for me, which was nearly the entire amount I had spent. While I was disappointed not to get back the full $8,000, I was incredibly relieved to recover the majority of my money, thanks to their dedication and expertise.I'm so grateful for the help I received from Hack Savvy Tech https : // hacksavvytechrecovery. com Without their assistance, I would have been left with nothing.Their persistence truly made a difference, and I would highly recommend their services to anyone who has fallen victim to online scams.1 -
HIRE THE BEST BITCOIN RECOVERY EXPERT; SAFELY RECOVER LOST CRYPTOCURRENY WITH CYBER CONSTABLE INTELLIGENCE
There’s a certain feeling of dread when you realize you’ve been scammed, especially when it involves something as significant as your cryptocurrency investments. Losing a large sum of ETH (Ethereum) due to fraud felt like a gut punch, and I felt completely powerless. But finding Cyber Constable Intelligence turned out to be the best thing that ever happened to me in this ordeal. They just helped me recover my stolen ETH—they restored my faith in the cryptocurrency world. My journey starts like many others: I was searching for a strategy to increase my cryptocurrency holdings when I came across what appeared to be a reliable trading platform. The offerings were alluring, the website was slick, and the testimonials from alleged "successful traders" seemed credible. Like many others, I was captivated by the platform's promise of lucrative returns with no risk. Without much hesitation, I transferred a significant amount of ETH to the platform, believing it would be a safe bet. At first, everything seemed to go as promised. I saw what looked like profits accumulating in my account. But when I tried to withdraw my funds, the platform became increasingly unresponsive. My account was suddenly "locked" due to maintenance, and after a few days, the website vanished entirely. It was a classic exit scam. At first, I couldn’t believe what had happened. I kept checking the site, hoping it would come back online, but it was gone. The funds I had so carefully accumulated were now out of my reach. I immediately filed a report with authorities and tried to track down any information I could about the exchange, but it felt like I was chasing a ghost. The weight of this loss was unbearable. I didn’t know what to do next. It felt like all my efforts in the crypto world had been for nothing, and I was about to write off crypto altogether. While researching ways to possibly recover my stolen ETH, I stumbled across Cyber Constable Intelligence. At first, I was skeptical—after all, I’d seen countless "recovery" scams that claimed to help but only further victimized people like me. However, Cyber Constable Intelligence had a different feel. Their website looked professional, and they clearly specialized in recovering assets stolen through scams, particularly in the cryptocurrency space. What caught my attention was their focus on using both legal action and blockchain forensics to track stolen crypto. They weren’t just offering empty promises—they had an established process for investigating, tracing, and recovering lost or stolen funds. Weeks passed, and I tried to be patient, though the uncertainty was nerve-wracking. But then, one day, I received the news that I had been waiting for: Cyber Constable Intelligence had successfully traced my stolen ETH to a specific exchange. They had flagged the transaction, and with the help of their legal team, they secured a freeze on my assets before they could be laundered further. From loss to recovery, Cyber Constable Intelligence made my cryptocurrency journey whole again. And for that, I’ll be forever grateful. Call:
Here's Their Info Below
WhatsApp: 1 (252) 378-7611
mail: support (AT) cyberconstableintelligence com
Website info; www cyberconstableintelligence com
Thanks31 -
Best Bitcoin Recovery Services for Victims of Crypto Hire Adware Recovery Specialist
I lost my $1 million Bitcoin investment to a fraudulent group of online traders. It was one of the most difficult periods of my life. I felt completely overwhelmed, financially broken, and emotionally drained. WhatsApp info: +12 (72332)—8343 I had no idea where to turn, and the weight of losing such a huge amount was crushing. I kept asking myself how I could have trusted the wrong people. Email info: Adware recovery specialist @ auctioneer. net Eventually, I came across ADWARE RECOVERY SPECIALIST, a company dedicated to helping people recover lost funds from crypto scams. I was extremely cautious at first. After everything I had been through, trusting another service, especially online, felt risky. But after doing careful research and reading many positive reviews from people who had their funds recovered, I decided to give them a chance. From the very beginning, the ADWARE team was professional, patient, and thorough. They listened to my story, walked me through the recovery process, and outlined what they needed to begin tracing my lost crypto. Their knowledge of blockchain and scam tactics really impressed me. It was clear they knew what they were doing. Throughout the recovery, they stayed in contact and updated me regularly, which gave me peace of mind. Slowly but surely, I began seeing results. They were able to recover a large portion of my lost investment, something I honestly thought was gone forever. If you’ve experienced a similar loss, I strongly recommend ADWARE RECOVERY SPECIALIST. Website info: h t t p s:// adware recovery specialist. com
Their expertise and genuine care not only helped me to recover my funds but also gave me hope again. Don’t let fear or doubt hold you back. With the right help, you can rebuild and move forward. Telegram info: adwarerecoveryspecialist56567 -
Finally i would want to express my sincere gratitude to the outstanding staff at PROFESSIONAL WIZARD RECOVERY. I will be eternally grateful for their knowledge ,variety of services, and commitment to restoring my BTC.Email : professionalwizardrecovery at gmail dot com
I fell victim to a bitcoin fraud two months ago, where a scammer took $124,700 from my Cash App account. I was devastated. I made an independent attempt to retrieve it. I went online and read articles about getting my bitcoin back, there platform appeared legitimate, offered large profits, and had a polished appearance—until it wasn’t. When they refused to allow me withdraw any of my money after I had invested a sizable amount of my cash, I knew I had been duped.
Do not be afraid to contact them if you ever find yourself in similar situation they are the magicians you need to reclaim back your lost crypto currency Contact them on Email : professionalwizardrecovery AT programmer DOT net2 -
BITCOIN RECOVERY MADE IT EASY WITH RAPID DIGITAL RECOVERY COMPREHENSIVE SOLUTIONS
My name is Casey, and I work in a mall in London. Months ago, I faced a challenging situation that many people might find themselves in — being scammed out of a substantial amount of money. I lost GBP 100,000 to a forex scam, which was extremely distressing. The scammers had promised high returns on my investment and presented a seemingly credible front, with professional-looking websites, persuasive sales pitches, and even fake testimonials. At first, everything appeared legitimate, and I believed I was making a smart financial decision. However, it all turned out to be a sophisticated con, leaving me devastated and uncertain about how to recover my lost funds. The initial shock of the scam made me feel helpless and overwhelmed. I had no idea where to turn or how to navigate the complex world of financial fraud recovery. I spent days, even weeks, trying to understand what had happened and how I had been tricked. The scammers were elusive, and there was little to no trace of them online once they had my money. I felt trapped in a situation that seemed impossible to escape. After some research and many anxious nights, I came across Rapid Digital Recovery. They seemed to have a good track record of helping individuals in similar situations, so I decided to try their services. The decision wasn’t easy — after all, I had just been swindled out of a large sum of money, and I was cautious about trusting another company. However, the professionalism and transparency displayed by Rapid Digital Recovery put me at ease. They had a detailed, step-by-step recovery process, and their team of experts was readily available to answer my questions and guide me through the steps. From the very beginning, Rapid Digital Recovery demonstrated a high level of professionalism and expertise. They took the time to fully understand my case, ensuring that they had all the details necessary to proceed. Their team explained the recovery process clearly, outlining the steps they would take to track the scammers and recover my funds. They also kept me informed at every stage of the process, which gave me confidence and peace of mind. Although it took some time, Rapid Digital Recovery was successful in helping me recover a significant portion of my lost funds. While I may never fully regain everything I lost, the recovery process has been a huge relief. Thanks to Rapid Digital Recovery, I now have hope that I can move on from this financial setback and regain control of my life.
CONTACT INFO:
What sapp Info: +1 41 4 80 7 14 85
Email INFO: rap iddi gita lrecov ery @ exe cs. com
1 -
TO RECOVER MY STOLEN BITCOIN? CONSULT WEB BAILIFF CONTRACTOR
Investment is always aimed at generating a profit, but the experience becomes nightmarish when you lose your money to online scammers. I know this from firsthand experience, as I was once a victim. I had lost $53,000 to a premium scam, and the financial and emotional toll was crippling. The situation was hopeless, and all my efforts at generating a profit had been for nothing. The despair and frustration were overwhelming as I tried to reconcile the loss of such a large amount of money. Fortunately, while in this distressed mood, I stumbled upon Web Bailiff Contractor. Their reputation for asset recovery efficiency and their experience in handling cases such as mine was a source of hope. I decided to reach out to them with the hope that they could have a solution to my predicament. I knew I was in good hands from the initial contact with Web Bailiff Contractor. Their team exhibited a thorough understanding of both the trading world and the nuances of recovery from online scams. They treated my case with a high level of professionalism and expertise, One of the most reassuring aspects of working with Web Bailiff Contractor was their clear communication and strategic approach. They explained the process and provided me with realistic expectations, which was very important in helping me keep my confidence up during the recovery process. They have an advanced team that utilized sophisticated techniques and tools to track and recover the money stolen from me. Their extensive experience in recovery process and trading technicalities was instrumental in recovering 95% of my lost money.The recovery process was not just effective, it was also timely. With Web Bailiff Contractor, I managed to recover $50,350 of my original $53,000 loss.2 -
Pressure Clean Driveways with Excel Window Cleaning & Soft Wash Roof Cleaning
Your driveway is one of the first things people notice when they approach your home or business. Over time, it can accumulate dirt, oil stains, moss, algae, and other debris, diminishing the curb appeal of your property. At Excel Window Cleaning & Soft Wash Roof Cleaning, we specialize in professional pressure clean driveway services that restore the beauty of your driveway, making it look brand new again. Serving Aberglasslyn, NSW, and the surrounding areas, we are your go-to experts for driveway cleaning.
Why Choose Excel Window Cleaning & Soft Wash Roof Cleaning for Pressure Clean Driveways?
Experienced Professionals Our team is highly trained in pressure cleaning techniques and understands the best methods to clean various driveway surfaces, including concrete, asphalt, and pavers. We take care to use the right pressure and cleaning solutions to avoid damaging your driveway while ensuring it’s thoroughly cleaned.
Advanced Pressure Cleaning Equipment We use state-of-the-art pressure cleaning equipment that provides the right amount of power to remove dirt, grime, and stains from your driveway effectively. Our tools are designed to deliver consistent, efficient results for both small and large driveway cleaning projects.
Eco-Friendly Solutions At Excel Window Cleaning & Soft Wash Roof Cleaning, we care about the environment. Our pressure cleaning services use eco-friendly, biodegradable cleaning solutions that are safe for your property and the surrounding environment. You can rest assured that your driveway will be cleaned without harmful chemicals.
Restore Your Curb Appeal A clean driveway can dramatically improve the overall appearance of your home or business. If your driveway is stained or covered in dirt, pressure cleaning can restore its original look, enhancing the curb appeal and giving your property a fresh, welcoming vibe.
The Benefits of Pressure Clean Driveways
Remove Stubborn Stains Driveways often become victims of oil stains, tire marks, and other stubborn stains that are tough to remove with regular cleaning methods. Pressure cleaning driveways effectively lifts these stains and restores the original look of your surface.
Enhance Safety Algae, moss, and dirt buildup can make your driveway slippery, especially during rainy weather. Pressure cleaning helps remove these slippery contaminants, improving the safety of your driveway for both vehicles and pedestrians.
Prevent Damage Over time, dirt, grime, and other debris can cause wear and tear on your driveway. By scheduling regular pressure cleaning, you can prevent these elements from causing permanent damage, saving you money on costly repairs or replacements.
Increase Property Value A well-maintained driveway can add to the overall value of your property. Whether you're planning to sell or just want to improve your property's appeal, pressure cleaning your driveway is a simple yet effective way to increase its value.
The Pressure Cleaning Process for Driveways
Inspection and Assessment We begin by inspecting your driveway to determine the best approach for cleaning. Different types of surfaces, such as concrete, asphalt, or pavers, may require slightly different techniques to avoid damage and ensure the best results.
Preparation We take care to protect your surrounding plants, lawns, and nearby structures from any potential water damage. We also make sure that all necessary safety precautions are taken to ensure a smooth and effective cleaning process.
Pressure Cleaning Using our advanced equipment, we apply high-pressure water to your driveway to remove dirt, stains, moss, algae, and other debris. We may also apply an eco-friendly cleaning solution to break down tough stains and enhance the cleaning process.
Final Inspection Once the cleaning is complete, we inspect your driveway to ensure that every inch is spotless. We’ll remove any remaining debris and make sure the surface is left looking fresh and clean.
Why Regular Pressure Cleaning for Your Driveway is Important
Your driveway is exposed to various elements throughout the year, including dirt, oil, chemicals, and organic matter like moss and algae. Over time, these contaminants can cause damage, stains, and an overall unattractive appearance. Regular pressure cleaning ensures that your driveway stays in great condition, preventing damage and helping maintain its appearance for years to come.
Contact Us for Professional Pressure Clean Driveway Services
If you want to restore the look of your driveway with professional pressure clean driveway services in Aberglasslyn, NSW, Excel Window Cleaning & Soft Wash Roof Cleaning is here to help.1 -
Buy Trustpilot Positive Reviews
Review of Buy Trustpilot by Buy SMM Services. We have successfully provided this service for a considerable amount of time. Additionally, customers are pleased with my services. Additionally, we have a large team. so that we can provide you with a Trustpilot review that has not been dropped in any way. Each review comes from a different device for us. Our review does not disappear if we use a different device. TrustPilot. com is a consumer review website established in Denmark in 2007 and hosts reviews of global businesses.
The site is free for customers because we all use real IP addresses. Additionally, it offers businesses free services. Wikipedia. Customers share their preferences and warn or encourage one another on this website. so that we can provide you with high-quality testimonials on our Trustpilot Business Page. so that they can have a positive experience with your service.
Individuals from the Assembled Realm, the US, France, Germany, and a lot more nations use Trustpilot. TrustPilot is also used by 20.1 million people. Customer feedback on Trustpilot can be either positive or negative for your website and business. It's critical for customers because you could lose them if they see something negative here.
Customers can use these reviews to select high-quality services. If you go to the TrustPilot website and look at customer feedback, reviews, or ratings, and if they are of poor quality, then the buyer will be suspicious and go to another seller. As a result, you will choose which service is best. For example, you are a replacement buyer, customer, or member. Reviews on Trustpilot are crucial for improving the customer experience, expanding the number of search engines, increasing site sales, conversions, and reputation, as well as expanding the customer base.
#Trustpilot Reviews #Reviews #Positive Reviews #advertising #Marketimg
-
HIRE A RELIABLE AND PROFESSIONAL HACKER FOR RECOVERY CONTACT SPARTAN TECH GROUP RETRIEVAL
I was desperate to make my money work for me. When I came across an advertisement on TikTok promoting a crypto investment opportunity, it seemed like exactly what I had been searching for. The ad promised high returns, and the way it was presented made it hard to resist. I was directed to a sleek website for a platform called Crypto Zone that laid out all the details. The platform seemed professional, and they had a Telegram channel full of testimonials from investors who claimed they had earned significant profits. It felt reassuring, like I had found the perfect way to grow my wealth.I didn’t take long to make my decision. I invested a substantial amount 71,000 euros. I thought I was making a smart choice, but in hindsight, I see how quickly I was swept up in the excitement and promises of quick returns. The platform seemed to be everything I wanted. But soon after, things started to unravel. Crypto Zone, once so reliable, became harder to access. The smooth interface I had initially found so appealing now had error messages, and the communication from the supposed support team grew less frequent and less professional. At first, I dismissed it, thinking it was just a temporary glitch, but the more I tried to contact them, the more I realized something was off. Red flags began to appear, but by then, I had already invested too much. My hopes of seeing large returns started to feel more like a distant dream.I spent countless hours trying to get my money back. The more I searched for answers, the more confused I became. The more I dug, the more I realized that I had likely fallen victim to a scam. I was devastated. It wasn’t just the financial loss that hit hard; it was the feeling of betrayal. I had trusted this platform with my savings, and now I was left with nothing. I felt completely powerless, and it seemed like there was no way out. I had lost everything, and I couldn’t see a path to recovery.Then, just when I thought things couldn’t get worse, I came across SPARTAN TECH GROUP RETRIEVAL. At first, I was skeptical. How could anyone possibly help me recover such a large amount of money? But after reading several success stories on their website, I decided to give them a chance. I reached out, and within moments, I felt a glimmer of hope. They took immediate action, and within weeks, I had my 71,000 euros back. I was in disbelief. It felt too good to be true, but it wasn’t. It was real, and I couldn’t have been more grateful.
THEIR CONTACT INFO:
Email: spartan tech (@) cyber services . c o m OR support(@) spartan tech group retrieval. o r g
Website: h t t p s : / / spartan tech group retrieval . o r g
WhatsApp: + 1 ( 9 7 1 ) 4 8 7 - 3 5 3 8
Telegram: + 1 ( 5 8 1 ) 2 8 6 - 8 0 9 2
1 -
Hello, my name is Donald, and I’d like to share my ordeal with Market Trade com and how I almost lost a significant amount of money. I’m a doctor based in Dallas, and I invested a portion of my pension funds with Market Trade com, hoping to earn passive income while working at my primary job. I also have a 20 year-old daughter, and my wife tragically passed away a few years ago. As a result, I wanted to secure my financial future, and I thought this investment would help me achieve that .At first, everything seemed fine. I saw some returns, which made me feel more confident about my decision. However, things took a drastic turn when I noticed that a substantial portion of my investment—about $32,000 worth of Ethereum (ETH)—seemed to be missing from my account. I had no idea where the funds had gone. After investigating, I realized that the money had been transferred to a series of soft wallets, which made tracking it down almost impossible. The feeling of panic and helplessness that followed is something I’ll never forget. I couldn’t afford to lose such a large amount of money, especially with my responsibilities to my daughter. I had no clue how to recover the funds, and I thought I was at the mercy of Market Trade com, which didn’t seem interested in helping me. In my desperation, I came across a company called Coder Cyber Services. After reading some positive reviews and reaching out to them, I was relieved to find that they specialized in recovering funds from lost or stolen cryptocurrency. They immediately got to work by tracking the wallets where my funds had been transferred, and within a week, they managed to recover nearly all of my $32,000 worth of Ethereum. I was incredibly grateful for Coder Cyber Service's help. They were professional, responsive, and most importantly, they delivered on their promise. If I hadn’t found them, I would have likely lost everything. I want to share my story as a warning to others who might be considering investing with Market Trade com. While some people may have had positive experiences, my situation turned out to be a nightmare. If you’ve already invested with them and are in a similar predicament, I highly recommend contacting Coder Cyber Services. They were a lifesaver for me, and I’m confident they can help others recover their lost funds too. To know more about the company reach them on their email enquiries@coder-cyberservices.info or WhatsApp/Text : +1 (672) 648-1781.
1 -
BEST CERTIFIED ETHICAL HACKER FOR HIRE IN CANADA HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
I am an online English tutor, and while tutoring has been a deeply rewarding career, I also understand the importance of financial security and the need to plan for the future. Helping students improve their English skills has been a fulfilling journey for me, as I get to work with learners from diverse backgrounds and guide them toward their academic and professional goals. The flexibility of online tutoring allows me to connect with students from all over the world, making the job both dynamic and personally gratifying. Watching my students grow in confidence and language proficiency gives me immense satisfaction. However, like many people, I also wanted to explore ways to grow my savings outside of my regular tutoring income. Email info: Adwarerecoveryspecialist@auctioneer. net This desire led me to invest in an opportunity I thought was legitimate, but unfortunately, I was deceived by an online investment scam. The brokers I worked with promised significant returns and convinced me to invest more and more money, eventually totaling over $179,000. At first, things seemed fine, but the requests for additional funds kept coming, and soon I realized that I was caught in a scam. Despite my attempts to contact the brokers and customer service, my calls and emails went unanswered. All my money had vanished, and I was left feeling devastated and helpless. I felt like I had nowhere to turn. The emotional toll of losing such a large amount of money, especially after trusting these so-called "professionals," was hard to bear. But then, my story took a turn for the better. While watching a consumer protection show, I learned about a service called ADWARE RECOVERY SPECIALIST. The episode detailed how people who had been scammed in similar ways could use ADWARE RECOVERY SPECIALIST to recover their lost funds. Intrigued, I reached out to them and was immediately connected with a representative who guided me through the recovery process. They asked for the necessary legal documents related to my investment, and after providing them, I was amazed to see my money returned within a short period of time. This experience was a huge victory for me, not just because I got my money back, but because it reminded me of the importance of vigilance when dealing with online financial opportunities. While tutoring provides a reliable income, it's essential to be cautious with any investment, especially in the online world. I am incredibly grateful to ADWARE RECOVERY SPECIALIST for their professionalism and support throughout the recovery process. If you're a victim of a similar scam, don’t give up hope recovery is possible. Thank you again, ADWARE RECOVERY SPECIALIST , for making this possible and giving me back my peace of mind.1 -
Investment scams can leave victims feeling defeated and uncertain about their financial future, and I was no exception. When I fell victim to a scam that promised high returns on investments, I found myself stuck in a seemingly endless cycle of paying fees, hoping to eventually access my funds. It all started when I was targeted on social media, specifically Instagram. At first, it seemed harmless—just another "too good to be true" investment opportunity. The scammers had polished ads and a convincing pitch, making it look like a legitimate chance to grow my wealth. I was drawn in by the promises of large returns, and before I knew it, I had invested a significant amount of money. However, it didn’t take long for things to go wrong. Every time I attempted to withdraw my funds, I was hit with additional fees. The more I paid, the further the goal seemed, but I kept pushing forward, hoping that my accumulated gains and initial investment would eventually come through. The scammers were skilled at playing on my desperation, reassuring me that this was a temporary hurdle. They even promised to send my assets, including profits, as real money (in U.S. Dollars) via a courier service. This sounded like the breakthrough I had been waiting for—but, once again, I encountered a new obstacle. The package was held by customs, and I was told that more fees were needed for release. It was an endless cycle of fees and false hope, and I was becoming more desperate by the day. At that point, I realized I needed help, but I was unsure where to turn. That’s when I came across Trust Geeks Hack Expert . Their reputation for successfully helping victims of financial fraud caught my attention, and after reaching out to them, I immediately felt a sense of relief. Unlike the scammers I had been dealing with, Trust Geeks Hack Expert was transparent and professional. They explained how they could help me recover my funds and gave me a clear plan of action. They not only offered recovery services but also provided legal assistance and guidance on how to avoid future scams. Their commitment to helping victims like me regain control of their finances was evident from the very start. Trust Geeks Hack Expert worked tirelessly to trace my stolen funds and provided regular updates throughout the process. Their expertise and persistence paid off, and I was finally able to recover my assets. For assistance Trust Geeks Hack Expert Support team is available You can reach out to them Website, w w w :// trustgeekshackexpert . com /-- E mail: Trustgeekshackexpert @ fastservice . c o m -- Tele Gram, Trustgeekshackexpert6
-
FAST AND DISCREET CRYPTO RECOVERY WITH FUNDS RECLAIMER COMPANY
My name is Dave, and I work in a mall in London. Months ago, I faced a challenging situation that many people might find themselves in — being scammed out of a substantial amount of money. I lost GBP 100,000 to a forex scam, which was extremely distressing. The scammers had promised high returns on my investment and presented a seemingly credible front, with professional-looking websites, persuasive sales pitches, and even fake testimonials. At first, everything appeared legitimate, and I believed I was making a smart financial decision. However, it all turned out to be a sophisticated con, leaving me devastated and uncertain about how to recover my lost funds. The initial shock of the scam made me feel helpless and overwhelmed. I had no idea where to turn or how to navigate the complex world of financial fraud recovery. I spent days, even weeks, trying to understand what had happened and how I had been tricked. The scammers were elusive, and there was little to no trace of them online once they had my money. I felt trapped in a situation that seemed impossible to escape. after some research and many anxious nights, I came across FUNDS RECLAIMER COMPANY. They seemed to have a good track record of helping individuals in similar situations, so I decided to try their services. The decision wasn’t easy — after all, I had just been swindled out of a large sum of money, and I was cautious about trusting another company. However, the professionalism and transparency displayed by FUNDS RECLAIMER COMPANY put me at ease. They had a detailed, step-by-step recovery process, and their team of experts was readily available to answer my questions and guide me through the steps. From the very beginning, FUNDS RECLAIMER COMPANY demonstrated a high level of professionalism and expertise. They took the time to fully understand my case, ensuring that they had all the details necessary to proceed. Their team explained the recovery process clearly, outlining the steps they would take to track the scammers and recover my funds. They also kept me informed at every stage of the process, which gave me confidence and peace of mind. Although it took some time, FUNDS RECLAIMER COMPANY was successful in helping me recover a significant portion of my lost funds. While I may never fully regain everything I lost, the recovery process has been a huge relief. Thanks to FUNDS RECLAIMER COMPANY, I now have hope that I can move on from this financial setback and regain control of my life.
FOR MORE INFO:
Email: fundsreclaimer(@) c o n s u l t a n t . c o m
WhatsApp:+1 (361) 2 5 0- 4 1 1 0
Website: h t t p s ://fundsreclaimercompany . c o m
1 -
POSSIBLE WAYS TO RECOVER BACK YOUR SCAMMED CRYPTO FROM ANY INVESTMENT PLATFORM...
At TaxEase Solutions, based in New York, USA, we faced a critical crisis when our tax filing system was hacked overnight. The breach exposed sensitive personal data, including Social Security numbers, financial details, and addresses of our clients. The attackers used this stolen information to apply for fraudulent tax refunds, resulting in a significant loss of $1 million USD. The breach occurred during the night while our team was off-duty, leaving us unaware until the following morning when we discovered the extent of the damage. With such a large amount of money lost and the integrity of our business compromised, we knew we needed immediate assistance to recover and secure both our clients’ data and our reputation. That’s when we reached out to Digital Gold Hunter. Digital Gold Hunters team responded promptly and demonstrated their deep expertise in dealing with cybersecurity breaches. They quickly identified the source of the vulnerability and acted decisively to patch the system flaw. Their ability to rapidly assess the situation and implement corrective actions helped to prevent any further unauthorized access to our platform.Once the system was secured, Salvage Asset Recovery shifted their focus to assisting our affected clients. They worked diligently with financial institutions and law enforcement to help some clients who were able to reach out and report the fraudulent tax refund applications. Through their intervention, these clients were able to stop the fraudulent transactions and recover some of their funds. As of now, Digital Gold Hunter has managed to recover $980,000 of the lost $1 million, but they are still continuing to work with authorities and financial institutions to recover the remaining funds. Digital Gold Hunter helped us implement more robust security measures to prevent any future breaches. They introduced advanced encryption techniques and worked with us to update our cybersecurity protocols, ensuring that our clients' data would be better protected going forward. Their consultation also guided us in strengthening our internal data protection policies, which reassured our clients that we were committed to safeguarding their sensitive information.Thanks to the quick and efficient actions of Digital Gold Hunter, and protect the majority of our clients’ data. Their professionalism, expertise, and dedication to helping both our company and our clients made all the difference in mitigating the effects of the breach and stabilizing our business. The recovery process is still ongoing, but we remain confident that with Digital Gold Hunter ’s continued support, we will fully resolve the situation.
Their Contact info,
Email: Digitalgoldhunter@tech-center . c o m1 -
THE BEST CERTIFIED ETHICAL HACKER FOR HIRE IN USA HIRE ADWARE RECOVERY SPECIALIST
It was during one of the darkest periods of my life that I found myself in a situation that seemed beyond my control. WhatsApp info:+12723 328 343
After losing three friends in combat in Dubai, I was left to grapple with both grief and physical recovery. I had spent the past two months in remission, with the first month spent at a camp, where I was trying to regain my strength. Despite the emotional weight I was carrying, I needed to send a large sum of money to my family in London. It was the earnings I had accumulated over six months working on a mission, and I wanted to ensure they were taken care of. com Bitcoin seemed like the easiest and most secure method of transferring such a large amount, as I had used it successfully in the past. However, this time was different. After sending the transaction, I waited for confirmation, only to realize, hours later, that the seller had never credited the Bitcoin to my account. To make matters worse, they had gone completely silent. I was devastated. Not only had I lost a significant amount of money, but I also felt completely helpless. I had no idea where to turn, and time was running out. Desperate, I started searching for solutions online. That’s when I came across ADWARE RECOVERY SPECIALIST, a service specializing in crypto recovery. At first, I was skeptical how could anyone recover lost or stolen Bitcoin once it had been transferred? But I was willing to try anything. To my surprise, ADWARE RECOVERY SPECIALIST proved to be exactly what I needed. The team, led by a professional named ADWARE, quickly began working to trace the transaction. All I had to do was provide some essential details, such as the wallet ID I had used in the transaction, and they took care of the rest. Email info: Adwarerecoveryspecialist@auctioneer. net The process was smooth, efficient, and surprisingly quick. In no time at all, my funds were restored, down to the last cent, with only a small fee for the bank transaction. I couldn’t believe how seamlessly the recovery process went. What had seemed like an insurmountable loss was reversed thanks to ADWARE RECOVERY SPECIALIST expertise. If you ever find yourself in a similar situation, I can’t recommend their services enough. They gave me back my peace of mind when I thought all was lost. Thank you, ADWARE RECOVERY SPECIALIST , for your invaluable help during one of the toughest times of my life.
5 -
RECLAIM STOLEN CRYPTO REVIEWS HIRE ADWARE RECOVERY SPECIALIST
Losing over €49,000 to a fake Bitcoin mining pool project. Like many others, I was initially drawn in by promises of high returns and a seemingly 100% legitimate investment opportunity. The scammers were very convincing, and after several months of communication, I ended up transferring a significant amount of money. However, as time went on, the returns I was promised never materialized, and the communication from the "company" became more sporadic. Eventually, I realized I had been scammed, but by then, it was too late to retrieve my money, and the scammer disappeared without a trace. Feeling utterly hopeless, I began searching for ways to recover my lost funds. During my research, I came across numerous testimonies from people who had faced similar situations. One name that kept appearing in these reviews was (ADWARE RECOVERY SPECIALIST). Many victims had shared their positive experiences with them, claiming that their services helped recover large sums of money and even led to the arrest of the scammers involved. Skeptical but desperate, I decided to reach out to ADWARE RECOVERY SPECIALIST for help. I provided them with all the necessary details about my case, including transaction records, communication logs, and anything else I could gather. To my surprise, their response was swift and professional. They reassured me that they would begin investigating immediately. Within just 48 hours, I was astounded by the progress. The experts at (ADWARE RECOVERY SPECIALIST) managed to trace my stolen funds and successfully initiated a recovery process. Not only was I able to reclaim my money, but the team also identified the scammer’s location, leading to their arrest by local authorities in their region. I cannot express how relieved I felt when the recovery was completed, and the knowledge that the scammer would face legal consequences brought me a sense of justice. WhatsApp info:+12723 328 343 The entire process was handled efficiently, and I felt supported throughout. For anyone who has fallen victim to these fake online investment schemes, I highly recommend ( ADWARE RECOVERY SPECIALIST ) . Their expertise, and quick action made a world of difference in my situation. If you find yourself in a similar position, don’t lose hope reach out to experts who can help recover your funds and bring scammers to justice.
5 -
I think TECH CYBER FORCE RECOVERY should work with the government to combat cybercrime. As the British man who successfully recovered $960,000 worth of scammed Bitcoin with their help, I can personally vouch for the incredible impact their services can have. Losing such a significant amount of cryptocurrency was an extremely stressful and disheartening experience. I was left feeling hopeless, unsure of how to recover from the situation. However, thanks to the expertise of TECH CYBER FORCE RECOVERY, I was able to get back what I had lost, and I am incredibly grateful for their support. When I was scammed, I never imagined that I could recover the funds. Cryptocurrency fraud is a complex and evolving issue, and it can feel like there’s no way to get your money back once it’s been stolen. But the team at TECH CYBER FORCE RECOVERY was able to trace the transactions, analyze the blockchain, and uncover crucial details that led to the recovery of my stolen Bitcoin. Their ability to navigate the intricacies of blockchain technology and locate funds that many would assume to be lost forever is truly remarkable. What impressed me the most was the professionalism and dedication of their team. They kept me updated throughout the entire process, ensuring that I was never left in the dark about what was happening with my case. Their clear communication and transparency gave me confidence that I was in good hands, which made a world of difference during such a stressful time. It’s rare to come across a team that genuinely cares about their clients and goes above and beyond to help them. Given their proven track record and expertise in cryptocurrency recovery, I truly believe that TECH CYBER FORCE RECOVERY could play a vital role in the fight against cybercrime. Cybercrime is on the rise, especially in the world of cryptocurrencies, and I believe the government could greatly benefit from collaborating with professionals like TECH CYBER FORCE RECOVERY. They have the tools, knowledge, and experience to help combat fraud and provide support to victims who might otherwise feel powerless. If you’ve been the victim of a cryptocurrency scam, I highly recommend reaching out to TECH CYBER FORCE RECOVERY. They not only helped me recover a large sum of money, but they also gave me hope when I thought all was lost. Their services are extremely invaluable.
W.H.A.T.S.A.P.P +.1.5.6.1.7.2.6.3.6.9.711 -
INVESTMENT SCAM RECOVERY:: MY EXPERIENCE USING TRUST GEEKS HACK EXPERT TO RECOVER MY BITCOIN
Imagine waking up one day to discover that the $29,000 you invested in a trading platform has vanished, and your account is suddenly locked. That was the reality I faced after first trusting a reputable company. I had seen promises of high returns and was lured into making a significant investment. For a while, everything seemed fine, but soon, things began to unravel in ways I never expected. Without any warning, my trading account was frozen. When I contacted the company, I was told that I needed to pay an additional fee to unlock my account. This demand immediately raised red flags. I had already invested a large sum of money and now they wanted more? It felt like a classic scam, and unfortunately, it was. They had no intention of letting me access my funds unless I paid more, which made it clear that this was a scheme to get even more money from me. Desperate to recover what I had lost, I decided to take action. I began searching for solutions and came across TRUST GEEKS HACK EXPERT Website, w w w :// trustgeekshackexpert . com /-- Email: Trust geeks hack expert @ fast service . com -- Tele Gram, Trustgeekshackexpert, A company specializing in recovering funds from online scams. I reached out to them, and they responded quickly and professionally. They reassured me that they had dealt with similar cases and that they could help me get my money back. With their assistance, the process of recovery began. TRUST GEEKS HACK EXPERT investigated the situation thoroughly, working with relevant authorities and taking the necessary legal steps. Throughout the process, they kept me updated on their progress, and after a few months of hard work, I was finally able to recover the full amount I had lost. If you’re reading this and have found yourself in a similar situation, I strongly encourage you to reach out to TRUST GEEKS HACK EXPERT. They played a crucial role in helping me regain my funds, and I’m incredibly grateful for their expertise. It’s a harsh reminder to always be cautious when dealing with online trading platforms, as not all are trustworthy. If you’ve already fallen victim to a scam, don’t despair. There are professionals like TRUST GEEKS HACK EXPERT who can help you. Protect yourself, do your research, and remember: not every “opportunity” online is what it seems.6 -
When Technology Fails, Expertise Prevails/ Hack Zack Tech
I never thought I would find myself in a situation where I could lose such a large amount of money, but that’s exactly what happened when I got involved with a platform called Bit Com. It all started when I was invited to trade on what appeared to be a legitimate investment site. I transferred $86,000 into my account, and soon after, I was shown a profit of $44,000. The numbers seemed promising, and I felt encouraged to continue.However, things quickly began to take a strange turn. I was informed that in order to access my profits and withdraw my funds, I needed to send an additional $5,000. At first, I hesitated but was reassured that it was just a necessary step to proceed with the transaction. Feeling pressured, I transferred the money. But the requests didn’t stop there. Soon after, they asked for another $10,000 to "finalize the process." It was at that point I began to feel something wasn’t right. The website, which initially appeared professional, now seemed overly simplistic, and I started noticing inconsistencies that raised red flags.I quickly realized that I had likely fallen into a scam. As I searched for answers, I found countless reports from other people who had gone through the same experience with Bit Com. Feeling desperate, I reached out to a company called HACK ZACK TECH. I wasn’t sure what to expect, but I had no other options left .To my relief, HACK ZACK TECH acted swiftly and professionally. Within 24 hours, they were able to recover all of my funds, including the additional money I had sent. Although their service wasn’t free, it was worth every penny, considering what I had at stake. I can’t thank them enough for their prompt action and expertise.If you find yourself in a similar situation, I highly recommend reaching out to HACK ZACK TECH. They were the only ones who were able to help me, and I’m extremely grateful for their support. This experience has taught me to be far more cautious with online investments, and I’m sharing this story to warn others to be vigilant. If something feels off, trust your instincts, and don’t hesitate to seek help.
Whatsapp : +44 7494 629510
Telegram : @ Hackzacktech2 -
HIRE AUTOPSY MAINNET RECOVERY TO HELP RETRIEVE ALL YOUR LOST ASSETS.
I was devastated when I realized I had fallen victim to an online fake investment platform. I had invested a significant amount of cryptocurrency, only to find out later that the entire operation was a scam. Every attempt to contact the platform failed, and it seemed like my funds were gone forever. Then I came across Autopsy Mainnet Recovery, and everything changed.
From the very beginning, their team was professional, transparent, and incredibly knowledgeable. They guided me through the entire process, explained how blockchain tracing works, and reassured me that recovery was possible. I was skeptical at first — I had already been scammed once — but I decided to take a chance.
To my surprise, within a few weeks, they were able to trace my stolen crypto through several wallets and eventually recover a large portion of my lost funds. I couldn’t believe it. The team provided detailed reports, constant updates, and most importantly, results.
I’m sharing this testimony to let others know that recovery is possible, and there are legitimate experts like Autopsy Mainnet Recovery who can help. I highly recommend their services to anyone who’s been scammed and is searching for real solutions. Contact them via
EMAIL: [ AUTOPSYMAINNETRECOVERY@autopsy.co.site ]2 -
How to Find the Best Recovery Experts for Cryptocurrency ? Trusted Cryptocurrency Recovery Expert
I want to thank the expertise of CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER who were able to reclaim my lost investment that I thought was lost forever. It all started with what I thought was a routine transaction. I was moving my investments around, trying to maximize my returns when I mistakenly sent a large amount of cryptocurrency to the wrong wallet address. Panic set in as I realized the severity of the situation. I spent countless hours researching ways to recover my lost crypto, that's when I stumbled upon a blog post that detailed the success stories of individuals who had worked with a crypto recovery expert known as CAPTAIN WEBGENESIS CRYPTO RECOVERY CENTER . The Recovery Expert was not only able to recover all my money back from the Scam company but he also gave me maximum online security that blocked all scammers and unverified companies
Send an email to
(Captainwebgenesis@ hackermail. com )
Visit Website; captainwebgenesis. com1 -
How to Withdraw on Bhalo88 💰 | A Complete Guide
Withdrawing money securely and efficiently is crucial for any online gaming or betting platform. If you’re looking for an easy way to withdraw your winnings, this guide on how to withdraw on Bhalo88 will walk you through each step. Moreover, we will discuss secure mobile banking in Bangladesh like bKash, Nagad, Upay, and Rocket for fast transactions.
Why Choose Bhalo88 for Withdrawals? 🚀
Bhalo88 offers a user-friendly and secure withdrawal process. Multiple payment options ensure seamless transactions. With instant processing, you can receive your winnings directly to your mobile wallet or bank account. Whether you’re using bKash, Nagad, Rocket, or Upay, Bhalo88 ensures a hassle-free experience.
Step-by-Step Guide: How to Withdraw on Bhalo88 📝
Step 1: Access the Security Center
To begin, log in to your Bhalo88 account and navigate to the Security Center.
Step 2: Click on “E-Wallet Binding”
This step ensures that your mobile banking details are securely linked to your Bhalo88 account.
Step 3: Select Withdrawal Method
Choose the method through which you want to withdraw your funds (bKash, Nagad, Rocket, or Upay).
Provide your full name as per your bank or wallet account.
Enter the mobile number where you wish to receive the money.
Input the number registered with your Bhalo88 account.
Click on Send and enter the OTP received on your number.
Set a new 6-digit transaction PIN for added security.
Step 4: Enter Withdrawal Amount
Specify the amount you want to withdraw.
Input your saved transaction PIN and click on withdraw.
Secure Mobile Banking Options in Bangladesh
When withdrawing on Bhalo88, you can use some of the most trusted and secure mobile banking services in Bangladesh. Let’s take a closer look at these options:
bKash: The Most Popular Mobile Banking
Fast and secure transactions
Available across Bangladesh
Instant withdrawal processing
Nagad: Trusted by Millions
Low transaction fees
High security and encryption
24/7 customer support
Rocket: Powered by Dutch-Bangla Bank
Direct bank integration
Safe and efficient transactions
Supports large withdrawals
Upay: The New and Reliable Choice
Competitive transaction fees
Instant mobile wallet transfers
High withdrawal limits
These services ensure safe and instant transactions, making them perfect choices for withdrawing on Bhalo88.
Tips for a Safe Withdrawal on Bhalo88 🛡️
Always double-check the number and account details before withdrawing.
Use a strong transaction PIN for added security.
Withdraw during banking hours for the fastest processing.
If you face issues, contact Bhalo88 customer support immediately.
Frequently Asked Questions (FAQs) 📊
1. How long does it take to withdraw on Bhalo88?
Most withdrawals are processed instantly. However, bank-related transactions may take up to 24 hours.
2. Is there a minimum withdrawal amount?
Yes, the minimum withdrawal amount depends on the selected payment method. Usually, it’s around 100 BDT.
3. Can I withdraw using a different mobile number?
No, the withdrawal must be made to the registered mobile number linked with your Bhalo88 account.
4. What should I do if my withdrawal fails?
Check your account balance, internet connection, and OTP entry. If the issue persists, contact Bhalo88 support.
Conclusion 🏆
Withdrawing money on Bhalo88 is quick, secure, and hassle-free when you follow the correct steps. By using bKash, Nagad, Rocket, or Upay, you can enjoy a smooth withdrawal experience. Moreover, ensure security measures are followed, and always double-check your details before processing any transaction.
Now that you know how to withdraw on Bhalo88, go ahead and enjoy your winning
1 -
At TaxEase Solutions, based in New York, USA, we faced a critical crisis when our tax filing system was hacked overnight. The breach exposed sensitive personal data, including Social Security numbers, financial details, and addresses of our clients. The attackers used this stolen information to apply for fraudulent tax refunds, resulting in a significant loss of $1 million USD. The breach occurred during the night while our team was off-duty, leaving us unaware until the following morning when we discovered the extent of the damage. With such a large amount of money lost and the integrity of our business compromised, we knew we needed immediate assistance to recover and secure both our clients’ data and our reputation. That’s when we reached out to Digital Gold Hunter. Digital Gold Hunters team responded promptly and demonstrated their deep expertise in dealing with cybersecurity breaches. They quickly identified the source of the vulnerability and acted decisively to patch the system flaw. Their ability to rapidly assess the situation and implement corrective actions helped to prevent any further unauthorized access to our platform.Once the system was secured, Salvage Asset Recovery shifted their focus to assisting our affected clients. They worked diligently with financial institutions and law enforcement to help some clients who were able to reach out and report the fraudulent tax refund applications. Through their intervention, these clients were able to stop the fraudulent transactions and recover some of their funds. As of now, Digital Gold Hunter has managed to recover $980,000 of the lost $1 million, but they are still continuing to work with authorities and financial institutions to recover the remaining funds. Digital Gold Hunter helped us implement more robust security measures to prevent any future breaches. They introduced advanced encryption techniques and worked with us to update our cybersecurity protocols, ensuring that our clients' data would be better protected going forward. Their consultation also guided us in strengthening our internal data protection policies, which reassured our clients that we were committed to safeguarding their sensitive information.Thanks to the quick and efficient actions of Digital Gold Hunter, and protect the majority of our clients’ data. Their professionalism, expertise, and dedication to helping both our company and our clients made all the difference in mitigating the effects of the breach and stabilizing our business. The recovery process is still ongoing, but we remain confident that with Digital Gold Hunter ’s continued support, we will fully resolve the situation.
Their Contact info,
Email: Digitalgoldhunter@tech-center. c o m
whats App: +1 908 991 71321 -
TRUSTED CRYPTO & ASSET RECOVERY SOLUTION / BOTNET CRYPTO RECOVERY
Losing digital assets to a fraudulent exchange or trading platform can be so painful, especially when the amount involved is significant. My cousin, who lives in Australia, unfortunately fell victim to one such scam, losing $197,963.102 to fraudsters who had created a platform that appeared legitimate at first glance. These scammers used convincing tactics to gain her trust, leading her to invest a large sum of money into what she thought was a secure and reputable trading site. Once she realized she had been deceived, the shock and frustration were overwhelming. Beyond the financial loss, she felt emotionally betrayed, unsure of how to recover from such an experience.Initially, my cousin felt lost, trying to process the situation and figure out how to regain the funds she had lost. She spent weeks researching potential solutions, but found the process to be more challenging than she had anticipated. Cryptocurrency transactions, due to their anonymous and decentralized nature, are notoriously difficult to trace, making it hard to find ways to recover stolen funds. Many people in similar situations may feel stuck, unsure where to turn or how to navigate the complexities of digital currency theft.However, in her search for a solution, my cousin discovered a well-known Bitcoin recovery expert, Botnet Crypto Recovery. This firm is reputed for its expertise in helping victims of cryptocurrency scams. With a proven track record of successfully recovering stolen funds, Botnet Crypto Recovery specializes in tracing the movement of stolen digital assets and working with financial institutions to reclaim lost cryptocurrencies. Intrigued by their reputation, my cousin reached out to them for assistance.Once she made contact, the recovery process began. The experts at Botnet Crypto Recovery conducted a thorough investigation, analyzing the blockchain and identifying the trail left by the fraudsters. Using advanced techniques, they tracked the stolen Bitcoin across different networks and exchanges. Over several weeks, the team worked tirelessly, utilizing their specialized knowledge of blockchain technology to trace the funds and identify the perpetrators behind the scam.Thanks to their efforts, my cousin was able to recover a significant portion of her lost Bitcoin, which brought a sense of relief and justice. While the emotional scars of the scam remained, knowing that her funds were being recovered helped her feel more in control of the situation. Her experience serves as a reminder to others about the risks of cryptocurrency scams and the importance of seeking professional help if they fall victim to fraud. She now encourages anyone who has been scammed to act quickly and consult with experts like Botnet Crypto Recovery, who have the skills and resources to help victims reclaim their assets. To contact kindly use any of the below listed info.
WhatsApp ( +1 (431) 801-8951 )
Mail (support @ botnetcryptorecovery . com)
7 -
CONSULT A LICENSED BITCOIN RECOVERY EXPERT - SPARTAN TECH GROUP RETRIEVAL
It all started when I first dipped my toes into the world of cryptocurrency investment. Excited by the prospects of making quick gains, I had poured in a significant amount of my savings into Bitcoin and various altcoins. However, my enthusiasm quickly turned to despair when I fell victim to a phishing scam that saw a large portion of my investment vanish overnight. Feeling defeated and on the verge of giving up, I stumbled upon SPARTAN TECH GROUP RETRIEVAL. Intrigued by their promise to help victims of cryptocurrency scams recover their lost funds, I decided to give them a shot. Little did I know that this decision would change the course of my financial future. The team at SPARTAN TECH GROUP RETRIEVAL was nothing short of miraculous. Their expertise and dedication shone through as they tirelessly worked to trace the origins of the scam and recover my lost funds. Thanks to their innovative methods and unwavering commitment, I not only managed to recoup my initial investment but also witnessed substantial growth in my cryptocurrency portfolio. As I watched my profits soar, I couldn't help but feel grateful for the role that SPARTAN TECH GROUP RETRIEVAL had played in my success. Their timely intervention had not only saved me from financial ruin but had also opened up a whole new world of opportunities in the realm of cryptocurrency investment. With my newfound confidence and knowledge, I continued to dabble in the world of Bitcoin, exploring new investment opportunities and diversifying my portfolio. And with every successful trade, I raised a silent toast to the wizards at SPARTAN TECH GROUP RETRIEVAL who had made it all possible. In the end, I realized that sometimes it takes a stroke of luck and the right kind of help to turn a seemingly disastrous situation into a thriving success story. And for me, that help came in the form of SPARTAN TECH GROUP RETRIEVAL. Since then, I have been more cautious with my investments and have made sure to do thorough research before committing any funds. I have also recommended SPARTAN TECH GROUP RETRIEVAL to all my friends and family members who have fallen victim to online scams. They have all been equally impressed by the professionalism and efficiency of the team. contact SPARTAN TECH GROUP RETRIEVAL through this info below:
WhatsApp:+1 (971) 4 8 7 -3 5 3 8
Email: spartantech (@) c y b e r s e r v i c e s . c o m
Telegram:+1 (581) 2 8 6 - 8 0 9 2
1 -
PROFESSIONAL BITCOIN RECOVERY EXPERT; USDT RECOVERY EXPERT FOR HIRE: A FULL GUIDE BY CYBER CONSTABLE INTELLIGENCE
Hello there,
I want to share my unfortunate experience to warn others about a serious investment scam I fell victim to. I had been searching for a trustworthy platform to invest a substantial amount of money, and after some research, I decided to commit over half a million dollars to what appeared to be a legitimate opportunity. Unfortunately, what followed was nothing short of a nightmare. After making my deposit, I was unable to access my funds. My account was locked, and when I tried to reach out to customer support, I was told that I could only regain access to my account if I paid an additional fee. They claimed this would "unfreeze" my account, but it quickly became clear that this was just another scam tactic. The company refused to let me withdraw any of my funds unless I complied with their demands for more money. That’s when I realized I had been duped by a fake investment platform. I was devastated, as I had invested a significant portion of my life savings. However, I didn’t give up. A co-worker, who had experienced a similar issue with a fraudulent company, recommended Cyber Constable Intelligence to me. They had helped him recover a large part of his investment, and so I decided to give them a try. Cyber Constable Intelligence was extremely responsive and professional from the start. They took my case seriously, and their team began investigating my situation right away. I was kept in the loop throughout the process, and it was clear that they were dedicated to helping me recover my money. After several weeks of hard work, I was overjoyed to receive a notification that $215,000 had been successfully refunded to my account. While I didn’t get all of my money back, the refund I received was a huge relief. Cyber Constable Intelligence’s thorough approach and persistence made all the difference. I cannot express enough how grateful I am for their expertise and support in recovering a significant portion of my investment.For anyone who finds themselves in a similar situation, I highly recommend reaching out to a trusted recovery service like Cyber Constable Intelligence. It can be hard to trust anyone after experiencing a scam, but with the right professionals on your side, there’s hope for recovering what you’ve lost.
Here's Their Info Below
WhatsApp: 1 (252) 378-7611
mail: cyberconstable@coolsite net
Website info; www cyberconstableintelligence com1 -
CONTACT DIGITAL HACK RECOVERY TO RECOVER YOUR STOLEN FUNDS FROM ALL TYPES OF SCAM
I never imagined that something like this could happen to me, but it did. As a teacher in British Columbia, I’ve always been cautious about who I trust and how I spend my money. However, when I received a message from someone claiming to be a facilitator for child adoption, everything seemed legitimate at first. I had been looking to adopt, and this opportunity seemed too good to pass up. The scammer was convincing, telling me they had connections with agencies that could fast-track the process. They explained that I needed to pay a certain amount to cover various “administrative fees,” and that I would soon be matched with a child. After a few conversations, I wired a total of $9,000 to the person they claimed was part of the adoption agency.But soon after, things began to unravel. The scammer started offering vague excuses for delays, and communication became increasingly sparse. I asked for more details and proof of their legitimacy, but their responses were always ambiguous. I grew suspicious, and when I did some research, I realized the person I’d been dealing with didn’t exist, and the adoption agency wasn’t real. I had been scammed, and I felt devastated.That’s when I found Digital Hack Recovery. I had been searching for ways to recover my lost funds when I came across a video on YouTube about their success in helping people recover money lost to online scams. Their story was compelling, and I decided to reach out. The team was professional and compassionate from the very beginning. They took my case seriously and quickly started working with local authorities to investigate the scammer’s activities.Though it wasn’t an easy process, the team at Digital Hack Recovery kept me updated throughout the investigation. After some time, they were able to recover $8,500 of the $9,000 I had lost. While it wasn’t a full recovery, I was incredibly relieved and grateful. It felt like a small victory, and I knew that justice was being pursued.Thanks to their persistence and dedication, I was able to recover a large portion of my money, and it gave me hope in an otherwise difficult situation. I’m so thankful to Digital Hack Recovery for their hard work and for restoring some of my faith after such a traumatic experience. I never would have imagined that I would find a solution through YouTube, but Digital Hack Recovery truly came through for me.
Their contact details⁚
WhatsApp⁚ +19152151930
Website; https : // digital hack recovery . com
Email address; digital hack recovery @ techie . com1 -
POSSIBLE WAYS TO GET BACK EVERY PENNY LOSE TO SCAMMERS
At Digital Gold Hunters Solutions, based in New York, USA, we faced a critical crisis when our tax filing system was hacked overnight. The breach exposed sensitive personal data, including Social Security numbers, financial details, and addresses of our clients. The attackers used this stolen information to apply for fraudulent tax refunds, resulting in a significant loss of $1 million USD. The breach occurred during the night while our team was off-duty, leaving us unaware until the following morning when we discovered the extent of the damage. With such a large amount of money lost and the integrity of our business compromised, we knew we needed immediate assistance to recover and secure both our clients’ data and our reputation. That’s when we reached out to Digital Gold Hunter. Digital Gold Hunters team responded promptly and demonstrated their deep expertise in dealing with cybersecurity breaches. They quickly identified the source of the vulnerability and acted decisively to patch the system flaw. Their ability to rapidly assess the situation and implement corrective actions helped to prevent any further unauthorized access to our platform.Once the system was secured, Salvage Asset Recovery shifted their focus to assisting our affected clients. They worked diligently with financial institutions and law enforcement to help some clients who were able to reach out and report the fraudulent tax refund applications. Through their intervention, these clients were able to stop the fraudulent transactions and recover some of their funds. As of now, Digital Gold Hunter has managed to recover $980,000 of the lost $1 million, but they are still continuing to work with authorities and financial institutions to recover the remaining funds. Digital Gold Hunter helped us implement more robust security measures to prevent any future breaches. They introduced advanced encryption techniques and worked with us to update our cybersecurity protocols, ensuring that our clients' data would be better protected going forward. Their consultation also guided us in strengthening our internal data protection policies, which reassured our clients that we were committed to safeguarding their sensitive information.Thanks to the quick and efficient actions of Digital Gold Hunter, and protect the majority of our clients’ data. Their professionalism, expertise, and dedication to helping both our company and our clients made all the difference in mitigating the effects of the breach and stabilizing our business. The recovery process is still ongoing, but we remain confident that with Digital Gold Hunter ’s continued support, we will fully resolve the situation.
Their Contact info,
Email: Digitalgoldhunter@tech-center. com
whats App: +1 908 991 71321 -
Advanced Cryptocurrency Recovery Service : PASSCODE CYBER RECOVERY
PASSCODE CYBER RECOVERY
WhatsApp: +1(647)399-4074
Telegram : @passcodecyberrecovery
I downloaded a crypto wallet app that appeared legitimate, complete with a sleek interface and positive user reviews. Trusting my instincts, I deposited a substantial amount of $180,000 into the wallet, convinced that I was making a wise investment. However, my optimism quickly turned to despair when I woke up one morning to find that the entire platform had vanished overnight, along with my hard-earned money. The scammers had executed their plan flawlessly, shutting down the app and leaving me with nothing but empty promises and a drained account. In a state of panic and fury, I scoured the internet for solutions, desperately seeking a way to recover my lost funds. It was during this frantic search that I stumbled upon Passcode Cyber Recovery , a company that specializes in tracking and recovering stolen cryptocurrency. Intrigued and hopeful, I reached out to their team, who moved swiftly to address my situation. The experts at Passcode Cyber Recovery identified the scammer’s accounts and were working diligently with legal authorities to freeze those assets. While I understood that no recovery is guaranteed, Passcode Cyber Recovery provided me with a fighting chance, something I had thought was impossible after the app had disappeared without a trace. Their professionalism and expertise instilled a sense of hope in me during a time of despair. This traumatic experience taught me two critical lessons that I wish I had learned before: first, never trust unverified wallet apps, and second, never deposit large sums of money without conducting thorough research. Scammers are adept at designing platforms that look legitimate, only to pull the rug out from under unsuspecting users when they least expect it. If you find yourself in a similar situation, having already been victimized by a fraudulent wallet or exchange, don’t lose hope. Passcode Cyber Recovery specializes in these exact scenarios where apps suddenly go offline, taking your money with them. Their expertise in cyber fraud reversal is unmatched, and they have a proven track record of helping individuals reclaim their stolen assets. If you’ve been scammed, I urge you to contact Passcode Cyber Recovery immediately. The faster you act, the better your chances of recovery. Don’t let these thieves win, fight back with the best in the business and reclaim what is rightfully yours. Your financial security is worth the effort. Thank you Passcode Cyber Recovery2 -
TRUSTWORTHY CRYPTO RECOVERY SERVICE- HIRE SALVAGE ASSET RECOVERY
At Tax Ease Solutions, based in New York, USA, we faced a critical crisis when our tax filing system was hacked overnight. The breach exposed sensitive personal data, including Social Security numbers, financial details, and addresses of our clients. The attackers used this stolen information to apply for fraudulent tax refunds, resulting in a significant loss of $1 million USD. The breach occurred during the night while our team was off-duty, leaving us unaware until the following morning when we discovered the extent of the damage. With such a large amount of money lost and the integrity of our business compromised, we knew we needed immediate assistance to recover and secure both our clients’ data and our reputation. That’s when we reached out to Salvage Asset Recovery. Salvage Asset Recovery’s team responded promptly and demonstrated their deep expertise in dealing with cybersecurity breaches. They quickly identified the source of the vulnerability and acted decisively to patch the system flaw. Their ability to rapidly assess the situation and implement corrective actions helped to prevent any further unauthorized access to our platform. Once the system was secured, Salvage Asset Recovery shifted their focus to assisting our affected clients. They worked diligently with financial institutions and law enforcement to help some clients who were able to reach out and report the fraudulent tax refund applications. Through their intervention, these clients were able to stop the fraudulent transactions and recover some of their funds. As of now, Salvage Asset Recovery has managed to recover $980,000 of the lost $1 million, but they are still continuing to work with authorities and financial institutions to recover the remaining funds. Salvage Asset Recovery helped us implement more robust security measures to prevent any future breaches. They introduced advanced encryption techniques and worked with us to update our cybersecurity protocols, ensuring that our clients' data would be better protected going forward. Their consultation also guided us in strengthening our internal data protection policies, which reassured our clients that we were committed to safeguarding their sensitive information. Thanks to the quick and efficient actions of Salvage Asset Recovery, Tax Ease Solutions was able to recover $980,000 of the lost funds and protect the majority of our clients’ data. Their professionalism, expertise, and dedication to helping both our company and our clients made all the difference in mitigating the effects of the breach and stabilizing our business. The recovery process is still ongoing, but we remain confident that with Salvage Asset ’s continued support, we will fully resolve the situation.
Their Contact info,
WhatsApp+ 1 8 4 7 6 5 4 7 0 9 6
1 -
RECOVER BACK YOUR HARD EARN MONEY SCAMMED BY ONLINE IMPERSONATORS OR HACKERS FROM ANY PLATFORM.
At TaxEase Solutions, based in New York, USA, we faced a critical crisis when our tax filing system was hacked overnight. The breach exposed sensitive personal data, including Social Security numbers, financial details, and addresses of our clients. The attackers used this stolen information to apply for fraudulent tax refunds, resulting in a significant loss of $1 million USD. The breach occurred during the night while our team was off-duty, leaving us unaware until the following morning when we discovered the extent of the damage. With such a large amount of money lost and the integrity of our business compromised, we knew we needed immediate assistance to recover and secure both our clients’ data and our reputation. That’s when we reached out to Digital Gold Hunter. Digital Gold Hunters team responded promptly and demonstrated their deep expertise in dealing with cybersecurity breaches. They quickly identified the source of the vulnerability and acted decisively to patch the system flaw. Their ability to rapidly assess the situation and implement corrective actions helped to prevent any further unauthorized access to our platform.Once the system was secured, Salvage Asset Recovery shifted their focus to assisting our affected clients. They worked diligently with financial institutions and law enforcement to help some clients who were able to reach out and report the fraudulent tax refund applications. Through their intervention, these clients were able to stop the fraudulent transactions and recover some of their funds. As of now, Digital Gold Hunter has managed to recover $980,000 of the lost $1 million, but they are still continuing to work with authorities and financial institutions to recover the remaining funds. Digital Gold Hunter helped us implement more robust security measures to prevent any future breaches. They introduced advanced encryption techniques and worked with us to update our cybersecurity protocols, ensuring that our clients' data would be better protected going forward. Their consultation also guided us in strengthening our internal data protection policies, which reassured our clients that we were committed to safeguarding their sensitive information.Thanks to the quick and efficient actions of Digital Gold Hunter, and protect the majority of our clients’ data. Their professionalism, expertise, and dedication to helping both our company and our clients made all the difference in mitigating the effects of the breach and stabilizing our business. The recovery process is still ongoing, but we remain confident that with Digital Gold Hunter ’s continued support, we will fully resolve the situation.
Their Contact info,
Email: D i g i t a l g o l d h u n t e r @ t e c h -c e n t e r . c o m1 -
I had been searching for a trustworthy platform to invest a substantial amount of money, and after some research, I decided to commit over half a million dollars to what appeared to be a legitimate opportunity. Unfortunately, what followed was nothing short of a nightmare. After making my deposit, I was unable to access my funds. My account was locked, and when I tried to reach out to customer support, I was told that I could only regain access to my account if I paid an additional fee. They claimed this would "unfreeze" my account, but it quickly became clear that this was just another scam tactic. The company refused to let me withdraw any of my funds unless I complied with their demands for more money. That’s when I realized I had been duped by a fake investment platform. I was devastated, as I had invested a significant portion of my life savings. However, I didn’t give up. A co-worker, who had experienced a similar issue with a fraudulent company, recommended TECH CYBER FORCE RECOVERY to me. They had helped him recover a large part of his investment, and so I decided to give them a try. TECH CYBER FORCE RECOVERY was extremely responsive and professional from the start. They took my case seriously, and their team began investigating my situation right away. I was kept in the loop throughout the process, and it was clear that they were dedicated to helping me recover my money. After several weeks of hard work, I was overjoyed to receive a notification that $215,000 had been successfully refunded to my account. While I didn’t get all of my money back, the refund I received was a huge relief. TECH CYBER FORCE RECOVERY’s thorough approach and persistence made all the difference. I cannot express enough how grateful I am for their expertise and support in recovering a significant portion of my investment. For anyone who finds themselves in a similar situation, I highly recommend reaching out to a trusted recovery service like TECH CYBER FORCE RECOVERY. It can be hard to trust anyone after experiencing a scam, but with the right professionals on your side, there’s hope for recovering what you’ve lost.
WHATSAPP (+1-561-726-3697)4 -
I NEED A HACKER TO ASSIST ME IN RECOVERY MY LOST CRYPTO HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12 723 328 343
ADWARE RECOVERY SPECIALIST has emerged as a leading force in the highly specialized field of cryptocurrency recovery, earning widespread recognition for its unwavering dedication to helping individuals and organizations reclaim lost or stolen digital assets. The company has built a reputation for its professionalism, reliability, and advanced technical approach, making it the go-to solution for those facing the devastating consequences of cryptocurrency theft or loss. A standout case that highlights the exceptional capabilities of ADWARE RECOVERY SPECIALIST occurred when the company was called upon to assist in the recovery of a staggering 61,000 Ethereum (ETH) tokens. This catastrophic loss was the result of a sophisticated and malicious attack, which left the victim grappling with a significant financial setback. However, ADWARE RECOVERY SPECIALIST sprang into action, deploying its team of seasoned specialists and utilizing cutting-edge tools and techniques to tackle this complex challenge head-on. The process of recovering such a large amount of digital currency was no small feat. The team meticulously analyzed the blockchain, leveraging advanced forensic tools and proprietary algorithms to trace the movement of the missing funds across the decentralized network. They carefully examined each transaction, piecing together the puzzle of how the funds were stolen and where they had been moved. Their relentless pursuit of answers and dedication to transparency allowed them to uncover the perpetrators behind the theft, ultimately leading to the successful recovery of the entire 61,000 ETH. This remarkable achievement not only underscores the technical expertise and ingenuity of ADWARE RECOVERY SPECIALIST team but also serves as a testament to their commitment to client satisfaction. The process was not just about retrieving the funds—it was about doing so with an unparalleled level of transparency and diligence. Throughout the recovery journey, ADWARE RECOVERY SPECIALIST maintained clear communication, keeping the client informed at every step and ensuring that the entire process was handled smoothly and professionally. The success of this recovery has further solidified ADWARE RECOVERY SPECIALIST position as a trusted leader in the cryptocurrency recovery space. For those who have fallen victim to the theft or loss of digital assets, the company provides a reliable, professional approach that instills confidence and peace of mind. With a proven track record of successful resolutions, ADWARE RECOVERY SPECIALIST continues to be the ultimate solution for anyone seeking to regain control of their digital wealth. Their dedication to restoring lost assets and their commitment to transparency make them a standout choice for cryptocurrency recovery, offering a level of service that exceeds expectations.1
