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 - "hack all the things"
-
Hacking/attack experiences...
I'm, for obvious reasons, only going to talk about the attacks I went through and the *legal* ones I did 😅 😜
Let's first get some things clear/funny facts:
I've been doing offensive security since I was 14-15. Defensive since the age of 16-17. I'm getting close to 23 now, for the record.
First system ever hacked (metasploit exploit): Windows XP.
(To be clear, at home through a pentesting environment, all legal)
Easiest system ever hacked: Windows XP yet again.
Time it took me to crack/hack into today's OS's (remote + local exploits, don't remember which ones I used by the way):
Windows: XP - five seconds (damn, those metasploit exploits are powerful)
Windows Vista: Few minutes.
Windows 7: Few minutes.
Windows 10: Few minutes.
OSX (in general): 1 Hour (finding a good exploit took some time, got to root level easily aftewards. No, I do not remember how/what exactly, it's years and years ago)
Linux (Ubuntu): A month approx. Ended up using a Java applet through Firefox when that was still a thing. Literally had to click it manually xD
Linux: (RHEL based systems): Still not exploited, SELinux is powerful, motherfucker.
Keep in mind that I had a great pentesting setup back then 😊. I don't have nor do that anymore since I love defensive security more nowadays and simply don't have the time anymore.
Dealing with attacks and getting hacked.
Keep in mind that I manage around 20 servers (including vps's and dedi's) so I get the usual amount of ssh brute force attacks (thanks for keeping me safe, CSF!) which is about 40-50K every hour. Those ip's automatically get blocked after three failed attempts within 5 minutes. No root login allowed + rsa key login with freaking strong passwords/passphrases.
linu.xxx/much-security.nl - All kinds of attacks, application attacks, brute force, DDoS sometimes but that is also mostly mitigated at provider level, to name a few. So, except for my own tests and a few ddos's on both those domains, nothing really threatening. (as in, nothing seems to have fucked anything up yet)
How did I discover that two of my servers were hacked through brute forcers while no brute force protection was in place yet? installed a barebones ubuntu server onto both. They only come with system-default applications. Tried installing Nginx next day, port 80 was already in use. I always run 'pidof apache2' to make sure it isn't running and thought I'd run that for fun while I knew I didn't install it and it didn't come with the distro. It was actually running. Checked the auth logs and saw succesful root logins - fuck me - reinstalled the servers and installed Fail2Ban. It bans any ip address which had three failed ssh logins within 5 minutes:
Enabled Fail2Ban -> checked iptables (iptables -L) literally two seconds later: 100+ banned ip addresses - holy fuck, no wonder I got hacked!
One other kind/type of attack I get regularly but if it doesn't get much worse, I'll deal with that :)
Dealing with different kinds of attacks:
Web app attacks: extensively testing everything for security vulns before releasing it into the open.
Network attacks: Nginx rate limiting/CSF rate limiting against SYN DDoS attacks for example.
System attacks: Anti brute force software (Fail2Ban or CSF), anti rootkit software, AppArmor or (which I prefer) SELinux which actually catches quite some web app attacks as well and REGULARLY UPDATING THE SERVERS/SOFTWARE.
So yah, hereby :P39 -
I. FUCKING. HATE. MOBILE. DEVELOPMENT.
I already manage the data, devops, infra, and most of the backend dev.
We had a mobile guy. He was great. I never had to think about it and kept moving quickly on my work. #SpecializationOfLaborFTW
He left. Why? Because they wouldn't give him a small raise despite being one of the best mobile engineers in the firm. WTF.
I made the mistake of picking up just enough slack on this workflow in the interim such that I'm, apparently, the fucking god-damned release manager, fixer of pipelines, fixer of build configs, fixer of anything where someone just needs to RTFM for a half-hour to not fucking break things.
Now, 8 months later...and, apparently, Fortune 500 companies are too fucking god-damned cheap to pay for someone who actually knows WTF they're doing for a very reasonable thing to have at least one dedicated set of eyes for.
I never wanted to be a mobile dev.
I never will want to be a mobile dev.
And I certainly don't want to manage your HALF-FACE-FUCKED detached expo configs.
There's a reason I never intentionally involved myself in mobile. All the way down, it's just shitty cross-compilation, transpilation, dependency-hell, brittle-as-fuck build processes so we can foot-gun and mouth-gun react-native and expo and babel and whatever the fuck else cargo-culted horseshit into the wild.
And why? What's the actual fucking root cause? The biggest white elephant that ever fucking elephant-ed? It's because Apple and Google decided to never collaborate on a truly-native cross-platform SDK--where engineers could write native code that compiles to native binaries that's simply write-once, run-everywhere. They know they could have done that, and they didn't. So what'd they get back? Expo--a too-cleverly-designed backdoor/hack--more-or-less a way to circumvent the sane release process software has usually followed: code -> executable -> deploy. Or code -> deploy (for interpreted langs). Expo's like "keep your same executable, we're just gonna to do updates by injecting new code into it whenever we want". Didn't we learn anything with web? Shit gets messy real quick? Not to mention: HEY EXPO, WE WERE ALREADY BUILDING NATIVE APPS, YOU SHORT-SIGHTED FUCKS. THANKS FOR LURING OUR CTOs INTO FORCING EXPO DOWN OUR THROATS W/ THE IMPLICIT (BUT INCORRECT) TOO-GOOD-TO-BE-TRUE PROMISE THAT WE CAN HAVE WRITE-ONCE, RUN-ANYWHERE WITHOUT ANY BUY-IN OR COOPERATION FROM THE ACTUAL TARGET PLATFORMS.
And, we just, like, accept this? We all know it's garbage engineering. The principles we learned in the classroom aren't just academic abstractions--they actually yield real-world results--and eschewing them yields real-world failures. Expo is tightly-coupled to high-heaven, with leaky abstractions six-ways-to-christmas, chock-full of foot-guns, and fails the most basic test of quality: does it, "just work?"
Expo is fucking shameful and it should fucking die. Its promises are too bold, its land-mines too many, its future-proof-ness is alway, always, always questionable as fuck and a risk to every project that uses it.
You want a rant? This is my fucking venue, 'tis not? Well, then this is a piss and vinegar rant straight from my blood-red, beating fucking heart:
EXPO FUCKING SUCKS. AND IF YOU'RE A FAN, YOU FUCKING SUCK TOO.25 -
Back when I was in school (about 15 years old) and I played games, I had a particularly favourite game that I would play. It was a lesser known strategy game made by a single hobbyist Dev.
I was already known in the community for making some mods for the game and chatbots.
What most people didn't know was that I had made a map hack and various other cheats that made it significantly easier to win by reverse engineering the game and modifying the x86 assembly in ollydbg.
One thing in particular I had been working on at the time was a game replay editor. I had reverse engineered the saved game (replay) format and was able to replay them, edit them and generate them.
During one particular match, a person in the community particularly annoyed me and I edited the saved game to change what his moves were and the words he spoke. It made him look a bit like an idiot but IMHO was only a slight exaggeration of the truth.
I posted the game replay on the forums and everyone was in hysterics about the crazy things he did and said in the replay.
As no one knew I had this capability they all believed the replay and even the guy in the replay couldn't believe it himself and didn't understand what happened. He just kept telling everyone it didn't happen and the 'truth is in the pudding'.
Although I originally intended to tell everyone what I did, I never did and whenever the guy entered in to a game everyone would laugh about it and say 'the truth was in the pudding'.
He was no longer annoying me and it sort of made me feel like a god at the time.
So that's my wk65.2 -
Worst thing you've seen another dev do? So many things. Here is one...
Lead web developer had in the root of their web application config.txt (ex. http://OurPublicSite/config.txt) that contained passwords because they felt the web.config was not secure enough. Any/all applications off of the root could access the file to retrieve their credentials (sql server logins, network share passwords, etc)
When I pointed out the security flaw, the developer accused me of 'hacking' the site.
I get called into the vice-president's office which he was 'deeply concerned' about my ethical behavior and if we needed to make any personnel adjustments (grown-up speak for "Do I need to fire you over this?")
Me:"I didn't hack anything. You can navigate directly to the text file using any browser."
Dev: "Directory browsing is denied on the root folder, so you hacked something to get there."
Me: "No, I knew the name of the file so I was able to access it just like any other file."
Dev: "That is only because you have admin permissions. Normal people wouldn't have access"
Me: "I could access it from my home computer"
Dev:"BECAUSE YOU HAVE ADMIN PERMISSIONS!"
Me: "On my personal laptop where I never had to login?"
VP: "What? You mean ...no....please tell me I heard that wrong."
Dev: "No..no...its secure....no one can access that file."
<click..click>
VP: "Hmmm...I can see the system administration password right here. This is unacceptable."
Dev: "Only because your an admin too."
VP: "I'll head home over lunch and try this out on my laptop...oh wait...I left it on...I can remote into it from here"
<click..click..click..click>
VP: "OMG...there it is. That account has access to everything."
<in an almost panic>
Dev: "Only because it's you...you are an admin...that's what I'm trying to say."
Me: "That is not how our public web site works."
VP: "Thank you, but Adam and I need to discuss the next course of action. You two may go."
<Adam is her boss>
Not even 5 minutes later a company wide email was sent from Adam..
"I would like to thank <Dev> for finding and fixing the security flaw that was exposed on our site. She did a great job in securing our customer data and a great asset to our team. If you see <Dev> in the hallway, be sure to give her a big thank you!"
The "fix"? She moved the text file from the root to the bin directory, where technically, the file was no longer publicly visible.
That 'pattern' was used heavily until she was promoted to upper management and the younger webdev bucks (and does) felt storing admin-level passwords was unethical and found more secure ways to authenticate.5 -
Story time. My first story ever on devRant.
To my ex-company that I bear for a long time... I joined my ex-company 3 years ago. My ex-company assigned me and one girl teammate to start working on a brand new big web project (big one - two members - really?)
My teammate quitted later, I have to work alone after then. I asked if someone can join this project, but manager said other people are busy. Yea, they are fucking busy reading MANGA shit everyday... Oops, I saw it because whenever I about to leave my damn chair, they begin chanting some hotkey magic and begin doing "poker face" like "I'm doing some serious shit right here".. FUCK MY CO-WORKERS!
My manager didn't know shit about software development, and keep barking about Agile, Waterfall and AI shit... He didn't even fucking know what this project should look like, he keep searching the internet for similar functions and gave me screenshots, or sometimes they even hold a meeting of a bunch of random non-related guys who even not working on the project, to discuss about requirements, which last for endless hours... FUCK MY MANAGER!
I was the one in charge for everything. I design the architecture, database, then I fucking implement my own designed architect myself, and I fucking test functions that I fucking implemented myself based on my fucking design. I was so tried, I don't know what the fuck I am working on. Requirement changes everyday. My beautiful architecture began to falling off. I was so tired and began use hack fixes here and there many places in the project. I knew it's bad, but I just don't have time to carefully reconsider it. My test case began becoming useless as requirements changed. My manager's boss push him to finish this project. He began to test, he start complaining about bug here and there, blaming me about why functions are broken, and why it not work as he expected (which he didn't even tell my how he expected). ... I'm not junior developer, but this one-man project is so overwhelmed for me... FUCK MY JOB!
At this time, I have already work this project for almost 2.5 years. I felt very upset. I also feel disappointed about myself, although I know that is not all my entire faults. The feeling that you was given a job, but you can not get it done, I feel like a fucking LOSER. I really wanted to quit and run away from this shithole. But on the other hand I also want to finish this project before I quit. My mind mixed. I'm a hard-worker. I keep pushing myself, but the workplace is so toxic, I can feel it eating up my motivation everyday. I start questioning myself: "Is the job I am doing important?", "If this is really important project, didn't they should assign more members?", I feel so lonely at work... MY MIND IS FUCKED UP!
Finally, after a couple months of stress. I made up my mind that no way this project is gonna end within my lifespan. I decide to quit. Although my contract pointed that I only need to tell one month in advance. I gave my manager 3 months to find new members for project. I did handle over what I know, documents, and my fucked up ultra complexity source code with many small sub-systems which I did all by myself.
Well, I am with a new employer right now. They are good company. At least, my new manager do know how to manage things. My co-workers are energy and hard-working. I am put to fight on the frontline as usual (because of my "Senior position"). But I can feel my team, they got my back. My loneliness is now gone. Job is still hard, but I know for sure that I'm doing things on purpose, I am doing something useful. And to me that is the greatest rewards and keep me motivative! From now, will be the beginning for first page of my new story...
Thanks for reading ...13 -
To all you devs still wet behind the ears ranting about css - you have no clue just how good you have it.
Most designs used to be table based (table-ception) and to give something a border with round corners or a "drop shadow" you would literally create a table to hold you content with an border of cells containing a background image of a corner / border.
Now you use border-radius or box-shadow as a 1 liner. Stop bitching about centering things and figure out how to hack it like we did.
If you remember this whats your least missed 20th century hack?15 -
I think this is so far one of the most priceless WTF moments I encountered at my current work:
A coworker of mine came up to me explaining the problem he had with russian characters in the filename. He explained in detail that everything works ok (the other part of the code he was fixing) if he changes the name of the file to test1.xlsx for example which doesn't use russian characters. OK great.
Then he goes on to show me how he fixed the other stuff and of course everything blows up. The file he used for demonstration was of course the original file our cusotomer provided, he just deleted the obvious russian chars and left the rest.
МТС != MTC
I cracked up: but you still have russian chars in the name.
The guy: no way, I deleted them all.
Me: but what about that МТС in the name?! Guy: what about it?
Me: did you actually typed that in or you left it there?! Those are russian chars that are fucking things up for you.
Guy: no way, it's MTC.
Me: checked the logs, you have ??? In the filename instead of МТС..don't you find that at least a little bit suspicious?!
Guy: but it looks the same. How does it (the computer) know it is in russian?!? //Why doesn't it understand?!
O.o I still can't believe it.. Is it just me & my high standards, or should it be normal for coders to know things such as character encoding & stuff?!?
I almost died of laughter, he and some other guy had problems finding customers in the software due to not being able to type the russian chars << happened more then once before, even after I told them about a quick hack on how to use google translate onboard keyboard & other stuff to make proper chars so they can get a match..
I think when they bury me, I'll still be facepalming and laughing over this incident. 🤣🤣🤣🤣🤣🤣🤣7 -
Please. Hear me out.
I've been doing frontend for six years already. I've been a junior dev, then in was all up to the CTO. I've worked for very small companies. Also, for the very large ones. Then, for huge enterprises. And also for startups. I've been developing for IE5.5, just for fun. I've done all kinds of stuff — accessibility, responsive design (with or without breakpoints), web components, workers, PWA, I've used frameworks from Backbone to React. My favourite language is CSS, and you probably know it. The bottom line is, you name it — I did it.
And, I want to say that Safari is a very good browser.
It's very fast. Especially on M1 Macs. Yes, it lacks customization and flexibility of Firefox, but general people, not developers, like to use it. Also, Safari is very important — Apple is a huge opposing force to Google when it comes to web standards. When Google pushes their BS like banning ad blockers, Apple never moves an inch. If we lose Safari, you'll notice.
As for the Safari-specific bugs situation, well… To me, Safari serves as a very good indicator: if your website breaks in Safari, chances are you used some hacks that are no good. Safari is a good litmus test I use to find the parts of my code that could've been better.
The only Safari-specific BUG I encountered was a blurry black segment in linear gradients that go from opaque to transparent. So, instead of linear-gradient(#f00, transparent), just do linear-gradient(#f00f, #f000).
This is the ONLY bug I encountered. Every single time my website broke in Safari other than that, was for some ugly hack I used.
You don't have to love it. I don't even use it, my browser of choice is Firefox. But, I'm grateful to Safari, just because it exists. Why? Well, if Safari ceases to exist, Google will just leave both W3C and WhatWG, and declare they'll be doing things their way from now on. Obey or die.
Firefox alone is just not big enough. But, together with Safari, they oppose Google's tyranny in web standards game.
Google will declare the victory and will turn the web into an authoritarian dictatorship. No ad blockers will be allowed. You won't be able to block Google's trackers. Google already owns the internet, well, almost, and this will be their final, devastating victory.
But Safari is the atlas that keeps the web from destruction.22 -
There was a time I made an update on one of our client's e-commerce website sign-up page. The update caused a bug that allowed new users to create an account without actually creating an account.
The code block meant to save user credentials (i.e email address and password) to the database was commented out for some reasons I still can't remember to this day. After registration new users had their session created just as normal but in reality they have no recorded account on the platform. This shit went on like this for a whole week affecting over 350 new customers before the devil sent me a DM.
I got a call from my boss on that weekend that some users who had made purchases recently can't access their account from a different device and cannot also update their password. Nobody likes duty calls on a weekend, I grudgingly and sluggishly opened up my PC to create a quick fix but when I saw what the problem was I shut down my PC immediately, I ran into the shower like I was being chased by a ghost, I kept screaming "what tha fuck! what tha fuck!!" cus I knew hell was about to break loose.
At that moment everything seemed off as if I could feel everything, I felt the water dripping down my spine, I could hear the tiniest of sound. I thought about the 350 new customers the client just lost, I imagined the raving anger on the face of my boss, I thought about how dumb my colleagues would think I was for such a stupid long running bug.
I wondered through all possible solutions that could save me from this embarrassment.
-- "If this shitty client would have just allowed us verify users email before usage things wouldn't have gotten to this extent"
-- "Should I call the customers to get their email address using their provided telephone?... No they'd think I'm a scammer"
-- "Should I tell my boss the database was hacked? Pffft hack my a**",
-- "Should I create a page for the affected users to re-verify their email address and password? No, some sessions may have expired"
-- "Or maybe this the best time to quit this f*ckn job!"
... Different thoughts from all four corners of the bathroom made it a really long bath. Finally, I decided it was best I told my boss what had happened. So I fixed the code, called my boss the next day and explained the situation on ground to him and yes he was furious. "What a silly mistake..!" he raged and raged. See me in my office by Monday.
That night felt longer than usual, I couldn't sleep properly. I felt pity for the client and I blamed it all on myself... yeah the "silly mistake", I could have been more careful.
Monday came boss wasn't at the office, Tuesday, Wednesday, Thursday, Friday not available. Next week he was around and when we both met the discussion was about a different project. I tried briefing him about last week incident, he seems not to recall and demands we focus on the current project.
However, over three hundred and fifty customers swept under the carpet courtesy of me. I still felt the guilt of that f*ck up till this day.1 -
The PCs in our school have a software called "Dr. Kaiser" which purpose is to prevent changes to the disk. I thought it's working like DeepFreeze for OSX devices; having a copy-on-write feature or something like that. One day a friend of mine (kinda newbie in hacking) said he wanted to create a backdoor in the system so you can login as the local administrator of the device. He replaced the "sethc.exe" in the windows directory with cmd.exe on a live distro and claimed it was working perfectly. It turned out that "Dr. Kaiser" is indeed loading the default image on startup, but doesn't verify checksums for system files (and also doesn't include the files in the default image). Long story short: You now can open a cmd with System permissions on every PC in the building.
This. Is. Stupid. It should be forbidden to sell this software 😖6 -
Somebody added me in a Flat Earthers' group in facebook, and they all say the nastiest things about NASA. One of them showed this image :/ Like you could really hack NASA with HTML CSS :/
12 -
So... I was using my laptop one day and randomly my mouse started spazzing out, I thought maybe it's broken or something so I paused the video I was watching and waited for a couple of seconds, soon after I played the video, my mouse started moving around again, closing windows and opening up different things. I got so scared I shut my laptop down before it could open anything else.
A few minutes later I turn it back on and everything looks fine, I thought whatever that was all about is probably gone, had to double check my security settings etc. and let it be for now.
A few days later I found out that it was actually my dad, in the next room trying to hook up his Bluetooth mouse to his iMac which for some reason got connected to my laptop instead. He was moving it around trying to see whether or not it's working, thus the spazzing out of it on my screen...lmao boy I felt so relieved after that 😂
~not really a hack however it gave me a good laugh2 -
So probably about a decade ago at this point I was working for free for a friend's start-up hosting company. He had rented out a high-end server in some data center and sold out virtualized chunks to clients.
This is back when you had only a few options for running virtual servers, but the market was taking off like a bat out of hell. In our case, we used User-Mode Linux (UML).
UML is essentially a kernel hack that lets you run the kernel in user space. That alone helps keep things separate or jailed. I'm pretty sure some of you can shed more light on it, but that's as I understood it at the time and I wasn't too shabby at hacking the kernel when we'd have driver issues.
Anyway, one of the ways my friend would on-board someone was to generate a new disk image file, mount it, and then chroot to that mount path. He'd basically use a stock image to do this and then wipe it out before putting it live.
I'm not sure exactly what he was doing at the time, but I got a panicked message on New Years Day saying that he had deleted everything. By everything, he had done an rm -fr /home as root on what he had thought was the root of a drive image.
It wasn't an image. It was the host server.
In the stoke of a single command, all user data was lost. We were pretty much screwed, but I have a knack for not giving up - so I spent a ton of time investigating linux file recovery.
Fun fact about UML - since the kernel runs in user space as a regular ol' process, anything it opens is attached to that process. I had noticed that while the files were "gone", I could still see disk usage. I ended up finding the images attached to their file pointers associated with each running kernel - and thankfully all customers were running at the time.
The next part was crazy, and I still think is crazy. I don't remember the command, but I had to essentially copy the image from the referenced path into a new image file, then shutdown the kernel and power it back on from the new image. We had configs all set aside, so that was easy. When it finally worked I was floored.
Rinse and repeat, I managed to drag every last missing bit out of /proc - with the only side effect being that all MySQL databases needed to be cleaned up.3 -
Watch out for these fucking bug bounty idiots.
Some time back I got an email from one shortly after making a website live. Didn't find anything major and just ran a simple tool that can suggest security improvements simply loading the landing page for the site.
Might be useful for some people but not so much for me.
It's the same kind of security tool you can search for, run it and it mostly just checks things like HTTP headers. A harmless surface test. Was nice, polite and didn't demand anything but linked to their profile where you can give them some rep on a system that gamifies security bug hunting.
It's rendering services without being asked like when someone washes your windscreen while stopped at traffic but no demands and no real harm done. Spammed.
I had another one recently though that was a total disgrace.
"I'm a web security Analyst. My Job is to do penetration testing in websites to make them secure."
"While testing your site I found some critical vulnerabilities (bugs) in your site which need to be mitigated."
"If you have a bug bounty program, kindly let me know where I should report those issues."
"Waiting for response."
It immediately stands out that this person is asking for pay before disclosing vulnerabilities but this ends up being stupid on so many other levels.
The second thing that stands out is that he says he's doing a penetration test. This is illegal in most major countries. Even attempting to penetrate a system without consent is illegal.
In many cases if it's trivial or safe no harm no foul but in this case I take a look at what he's sending and he's really trying to hack the site. Sending all kinds of junk data and sending things to try to inject that if they did get through could cause damage or provide sensitive data such as trying SQL injects to get user data.
It doesn't matter the intent it's breaking criminal law and when there's the potential for damages that's serious.
It cannot be understated how unprofessional this is. Irrespective of intent, being a self proclaimed "whitehat" or "ethical hacker" if they test this on a site and some of the commands they sent my way had worked then that would have been a data breach.
These weren't commands to see if something was possible, they were commands to extract data. If some random person from Pakistan extracts sensitive data then that's a breach that has to be reported and disclosed to users with the potential for fines and other consequences.
The sad thing is looking at the logs he's doing it all manually. Copying and pasting extremely specific snippets into all the input boxes of hacked with nothing to do with the stack in use. He can't get that many hits that way.4 -
"four million dollars"
TL;DR. Seriously, It's way too long.
That's all the management really cares about, apparently.
It all started when there were heated, war faced discussions with a major client this weekend (coonts, I tell ye) and it was decided that a stupid, out of context customisation POC had that was hacked together by the "customisation and delivery " (they know to do neither) team needed to be merged with the product (a hot, lumpy cluster fuck, made in a technology so old that even the great creators (namely Goo-fucking-gle) decided that it was their worst mistake ever and stopped supporting it (or even considering its existence at this point)).
Today morning, I my manager calls me and announces that I'm the lucky fuck who gets to do this shit.
Now being the defacto got admin to our team (after the last lead left, I was the only one with adequate experience), I suggested to my manager "boss, here's a light bulb. Why don't we just create a new branch for the fuckers and ask them to merge their shite with our shite and then all we'll have to do it build the mixed up shite to create an even smellier pile of shite and feed it to the customer".
"I agree with you mahaDev (when haven't you said that, coont), but the thing is <insert random manger talk here> so we're the ones who'll have to do it (again, when haven't you said that, coont)"
I said fine. Send me the details. He forwarded me a mail, which contained context not amounting to half a syllable of the word "context". I pinged the guy who developed the hack. He gave me nothing but a link to his code repo. I said give me details. He simply said "I've sent the repo details, what else do you require?"
1st motherfucker.
Dafuq? Dude, gimme some spice. Dafuq you done? Dafuq libraries you used? Dafuq APIs you used? Where Dafuq did you get this old ass checkout on which you've made these changes? AND DAFUQ IS THIS TOOL SUPPOSED TO DO AND HOW DOES IT AFFECT MY PRODUCT?
Anyway, since I didn't get a lot of info, I set about trying to just merge the code blindly and fix all conflicts, assuming that no new libraries/APIs have been used and the code is compatible with our master code base.
Enter delivery head. 2nd motherfucker.
This coont neither has technical knowledge nor the common sense to ask someone who knows his shit to help out with the technical stuff.
I find out that this was the half assed moron who agreed to a 3 day timeline (and our build takes around 13 hours to complete, end to end). Because fuck testing. They validated the their tool, we've tested our product. There's no way it can fail when we make a hybrid cocktail that will make the elephants foot look like a frikkin mojito!
Anywho, he comes by every half-mother fucking-hour and asks whether the build has been triggered.
Bitch. I have no clue what is going on and your people apparently don't have the time to give a fuck. How in the world do you expect me to finish this in 5 minutes?
Anyway, after I compile for the first time after merging, I see enough compilations to last a frikkin life time. I kid you not, I scrolled for a complete minute before reaching the last one.
Again, my assumption was that there are no library or dependency changes, neither did I know the fact that the dude implemented using completely different libraries altogether in some places.
Now I know it's my fault for not checking myself, but I was already having a bad day.
I then proceeded to have a little tantrum. In the middle of the floor, because I DIDN'T HAVE A CLUE WHAT CHANGES WERE MADE AND NOBODY CARED ENOUGH TO GIVE A FUCKING FUCK ABOUT THE DAMN FUCK.
Lo and behold, everyone's at my service now. I get all things clarified, takes around an hour and a half of my time (could have been done in 20 minutes had someone given me the complete info) to find out all I need to know and proceed to remove all compilation problems.
Hurrah. In my frustration, I forgot to push some changes, and because of some weird shit in our build framework, the build failed in Jenkins. Multiple times. Even though the exact same code was working on my local setup (cliche, I know).
In any case, it was sometime during sorting out this mess did I come to know that the reason why the 2nd motherfucker accepted the 3 day deadline was because the total bill being slapped to the customer is four fucking million USD.
Greed. Wow. The fucker just sacrificed everyone's day and night (his team and the next) for 4mil. And my manager and director agreed. Four fucking million dollars. I don't get to see a penny of it, I work for peanut shells, for 15 hours, you'll get bonuses and commissions, the fucking junior Dev earns more than me, but my manager says I'm the MVP of the team, all I get is a thanks and a bad rating for this hike cycle.
4mil usd, I learnt today, is enough to make you lick the smelly, hairy balls of a Neanderthal even though the money isn't truly yours.4 -
A few years ago I was in high school and used to have a small reputation of hacking things. I could hack, just would never hack any school networks or systems (reputation + notice that there was a breach is a bad combo since everyone would immediately suspect you).
Anyways one day the networks internet connection went down in the school district and I was the only one who used a laptop to take notes. So I quickly opened the terminal and ran Wireshark and said to the person to my right "see that button there? yeah I programmed this last night. anytime I press it I can shut down the network so the teacher can't reach her files (she famously only saved them online). *Long dramatic press* Wireshark started scanning the network so all the numbers and lines were going crazy as it viewed the packet info "Now just wait", soon the whole class knew what I had done through whispers and lo and behold a few minutes later and the teacher couldn't reach her files.
Everyone loved me for the rest of the year for saving them from the homework for the week the wifi network was out since it also ended up having to cancel two tests in the class, and a lot more homework and tests in all their other classes. Solidified my reputation and no one fucked with me from that day on. -
Oh boy, finally something to rant about.
I got hired in a "small" company (not even 2000 people in it), then got "shipped" to a way bigger company. Basically, I work for this company (the french biggest internet / phone service provider) but in the name of my own. And this since last wednesday.
First off, I'm fucking stupid. After leaving the big company that I was in before, I swore to myself that from now on, I would work for smaller companies, mainly because I couldn't stand the inertia that big company have. You ask for something, you get it a month and a half after. The old company has about 6000 employees... This company has 98k people in it. Fuck. My. Life.
Now, to the rant: Orange (the company) decided that they had to move their office somewhere else. They set up a lot of things so that all we needed to do was to put things in boxes, to work somewhere else until next monday, then we could go to the new office on tuesday morning.
Keep in mind that I have been there for 8 days: I keep learning how they do their stuff. For example, if I need a specific docker image, I can't get it from the Docker Hub, the download will fail. However, if I hit an Orange subdomain's registry, I will get this image from a mirror. Because fuck logic.
When we join the company, they give us a Windows laptop ("yeaah we have useless but required Orange softwares that don't run on Linux" "Yeeaaah fuck you") that have a specific VPN allowing us to use the Orange network and, in theory, you can download docker images or clone orange repositories from that network.
In practice, you can simply just go fuck yourself. Why? Because whenever you want to curl, wget or pull anything (or even pip install), your connection keeps being shut down while it waits for the response's header.
The worst part? According to my (new) boss's evasive answers, the way to fix that works with glue, sticks and the power of the Force.
WHY THE FUCK DO YOU ENFORCE US A SHITTY OS FOR DEVELOPMENT, WHEN THE TOOLS YOU SHOVE IN IT WITH A FAKE SMILE DON'T EVEN WORK, AND WE HAVE TO HACK OUR WAY TO FUCKING WORK?6 -
I wish my boss would stop revoking my permissions. He's always saying how these slew of things need to be accomplished, yet, everytime I go to do them I'm at a wall because, despite having permissions for a very long time he decided to revoke them entirely.
It's not like I can't be trusted with them, it's been over 2 years with them, so why the sudden revoke?
I finally sent some snot mail to him informing him I'm unable to complete my tasks without the permissions granted to me (I'm a sysadmin, sec guy, boss is vp of tech), and instead of him granting them yet again he's going to run around and try to hack around the permission requirement so he can avoid giving me them.
Seriously? This is stupid. I was the one who wrote the security design and implementation document, and put all that work in. Now I'm being locked out of the system I designed, built and implemented?
Well, time to look for a new job. If you're a manager, please don't revoke your employees permissions without notice, at random, and try to hack around well-documented security policies. It won't end well!3 -
I've spent a lot of time messing around with C, having struggled with object-oriented programming (due to not really knowing how best to structure things, not knowing when to apply certain design patterns).
When writing C code, I'd write OOP-esque code (pass around a struct to routines to do things with it) and enjoyed just making things happen without having to think too much about the overall design. But then I'd crave being able to use namespaces, and think about how the code would be tidier if I used exceptions instead of having every routine return an error code...
Working with Python and Node over the past couple of years has allowed me to easily get into OOP (no separate declaration/definition, loose typing etc.) and from that I've made some fairly good design decisions. I'd implemented a few design patterns without even realising which patterns they were - later reading up on them and thinking "hey, that's what I used earlier!"
I've also had a bit of an obsession with small executable files - using templates and other features of C++ add some bloat (on Windows at least) compared to C. There were other gripes I had with C++, mostly to do with making things modular (dynamic linking etc.) but really it's irrelevant/unreasonable.
And yes, for someone who doesn't like code bloat, working with Node is somewhat ironic... (hello, node_modules...)
So today I decided to revisit C++ and dust off my old copy of C++ in a Nutshell, and try to see if I could write some code to do things that I struggled with before. One nice thing is that this book was printed in 2003, yet all of its content is still relevant. Of course, there are newer C++ standards, but I can happily just hack away and avoid using anything that has been deprecated.
One thing I've always avoided is dynamic_cast because every time I read about it, I read that "it's slow". So I just tried to work around it when really if it's the right tool for the job, I might as well use it... It's really useful!
Anyway, now I've typed all this positivity about C++ I will probably find a little later on that I hit a wall with what I'm doing and give up again... :p
7 -
When I was in 11th class, my school got a new setup for the school PCs. Instead of just resetting them every time they are shut down (to a state in which it contained a virus, great) and having shared files on a network drive (where everyone could delete anything), they used iServ. Apparently many schools started using that around that time, I heard many bad things about it, not only from my school.
Since school is sh*t and I had nothing better to do in computer class (they never taught us anything new anyway), I experimented with it. My main target was the storage limit. Logins on the school PCs were made with domain accounts, which also logged you in with the iServ account, then the user folder was synchronised with the iServ server. The storage limit there was given as 200MB or something of that order. To have some dummy files, I downloaded every program from portableapps.com, that was an easy way to get a lot of data without much manual effort. Then I copied that folder, which was located on the desktop, and pasted it onto the desktop. Then I took all of that and duplicated it again. And again and again and again... I watched the amount increate, 170MB, 180, 190, 200, I got a mail saying that my storage is full, 210, 220, 230, ... It just kept filling up with absolutely zero consequences.
At some point I started using the web interface to copy the files, which had even more interesting side effects: Apparently, while the server was copying huge amounts of files to itself, nobody in the entire iServ system could log in, neither on the web interface, nor on the PCs. But I didn't notice that at first, I thought just my account was busy and of course I didn't expect it to be this badly programmed that a single copy operation could lock the entire system. I was told later, but at that point the headmaster had already called in someone from the actual police, because they thought I had hacked into whatever. He basically said "don't do again pls" and left again. In the meantime, a teacher had told me to delete the files until a certain date, but he locked my account way earlier so that I couldn't even do it.
Btw, I now own a Minecraft account of which I can never change the security questions or reset the password, because the mail address doesn't exist anymore and I have no more contact to the person who gave it to me. I got that account as a price because I made the best program in a project week about Java, which greatly showed how much the computer classes helped the students learn programming: Of the ~20 students, only one other person actually had a program at the end of the challenge and it was something like hello world. I had translated a TI Basic program for approximating fractions from decimal numbers to Java.
The big irony about sending the police to me as the 1337_h4x0r: A classmate actually tried to hack into the server. He even managed to make it send a mail from someone else's account, as far as I know. And he found a way to put a file into any account, which he shortly considered to use to put a shutdown command into autostart. But of course, I must be the great hacker.3 -
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 -
I miss psychological safety. I'll define it as the willingness to be vulnerable to criticism and the belief that contrary opinions are embraced and judged on their merit.
When I first entered the startup scene my manager had exceptional candor. He had no qualms talking about how kids and personal projects caused his investment in his work to wax and wane.
He always made time to talk to me when I was frustrated and made me feel like he truly listened to what I had to say, even if he didn't act on it.
At the time, I attributed the safety to the company culture created by the CTO. The startup failed and eventually, I found my way to that CTO's next startup.
Completely different experience. I find myself in despair as I hear "I'm more senior and therefore am right and don't have time or interest in your ideas" blatantly stated.
When I disagree with people, I try to ask clarifying questions to identify where the divergence occurs. Sometimes I'm surprised and learn something new, sometimes my questions prompt reconsideration.
With the CTO (now CEO), we go in circles where he squirms, deflects, and outright refuses to respond to my questions. He cancels 75% of 1:1's and when we do talk he suggests that if I disagree I "should introspect which of my beliefs is holding me back from embracing his superior way of doing things"
Multi-hour slack wars suck the life out of anyone trying to ask questions. It's so exhausting to ask questions it's often cheaper and faster to wallow in despair for an hour and hack something together than descend into people shouting preferences at each other and shaming me for not already knowing the answer.
Perks, pay, and tech-stack are all cool. It feels selfish to be unhappy because I can't innovate or challenge the status quo. Having tasted that safety though, I'm left with an unquenched thirst that grows stronger with every conflict.1 -
Am I a hack? Like yeah I complain about technology left right and center, this sucks, that sucks, what fucking moron wrote this?! These days I do write my own alternatives (which usually work surprisingly well). But for what? And was I really in a position to complain about those other things? Impostor syndrome, it's so annoying...
Oh and also, is it really all worth it? I like retro tech and so I do have a fair interest in the history of technology. Say between VHS and Beta, sure VHS was superior in practice and won the video cassette war, but Beta machines were seemingly better constructed. VHS won because it did just enough. Perhaps the same is true for software? Overengineering, is it poor engineering?
Anyone can build a bridge if the budget is unlimited and it can take a lifetime to construct. But part of engineering is making a bridge that'll just barely stand and be finished in a few years. I've been working on my own Linux distro since August last year and am not even close to finishing it. Chances are that it'll take several years. Perhaps I've been looking at the problem the wrong way all along? -
lets say I have managed to hack over 100 PCs (not powerful , all in the same building)
what kind of things should I do to them ?
*mining bitcoin is out - those computers are really bad*6 -
Early on in my freelancing career I learned something important. Even with seemingly tame nerdy stuff, sh*t can get real, real quick. This story describes the very start of my career in web development and hopefully will serve as a warning to newbies out there.
A young teen, I had just learned some basics of wordpress, I was confident I could hack together something that worked and looked okay with minimal effort and knowledge. One day I was approached by a guy who wanted a job board board site. Knowing there were already clones out there I figured this would be an easy gig, man was I wrong.
In addition to the fact I didn't know about contracts or the scope creep from hell, I had somehow gotten myself involved with a criminal business front.
These guys operated a scam business to rip off investors. Me and my designer buddy were used to make the business look legit. What they would do is hold job fairs where people are supposed to pay to rent a booth, but instead they would give everyone a booth for free and then lie about what all businesses were coming. They would then show this info, along with the website and marketing materials to investors. They would take the money from the investors and launder it for drugs.
The real story starts the day of one of the worst hangovers I had ever had. I was at a random friends house sleeping for most of the day.
Apparently one of the guys who was operating the scam business was about to strike a deal with one of the investors when something on the website didn't work (it was working as designed). This guy, Manny we'll call him, had been blowing up my phone all morning. I check my voicemails and there are threats on my life; saying I will be sleeping with the fishes, or if they ever find me, they'll fuck me up. Needless to say this really freaked me out, either way I decided to head back to my dorm.
When I come back home, my designer buddy tells me that some guys were in the house looking for stuff. Apparently this guy hired two nerds to "break into my computer and steal the website", fortunately they didn't know what they were doing.
After a while I got another call, Manny wanted to sit down and "talk things out". Being naive I accepted and we met up. The two nerds were there with one of his body guards. He said he wanted to have those two nerds take over the project. While this was going on, his bodyguard flashed his gun at me several times making eye contact. I agreed to, but I still wanted to get paid. I asked about getting paid and he said we never signed a contract and that he owned the host and domain. I was pretty much screwed.
This is where the story should end, but I wasn't a very smart guy back then. I gave up the site but I created a back door into it. Every week or so, they would get "hacked". Because the two nerds didn't know what to do, they ended up coming back to me for help. This is when I finally got paid. Totally not worth it. -
Is there something you find genuinely cool and would recommend ? Some webpage, program, OS, library or anything ?
I mean hey. There are SO MANY reaaaally cool things I didn't know until last few months.. Things I'd be so grateful for if I knew them earlier. I'll list some of them and I just know you have few of yours too. Feel free to educate the rest!
Processing - Program so fun to code in + CodingTrain(YTB channel)
Microcorruption.com - so freaking awesome if you wanna learn hacking / assembly (not x86 necessarily)
LiveOverflow - cool hacking channel
Radare - cool cmd Linux disassembler
vim-adventures.com - LEARN VIM (not just how to quit it) LITERALLY by playing a game!!!!!!!!!!!!!!
slashdot - stay updated , like really
"BEST-WEBSITES-A-PROGRAMMER-SHOULD-VISIT" - GUYS THIS! Sorry for caps but search this on GitHub and you will fucking die of happiness of how freaking useful links there are and no bullshit to dig through , just pure awesomeness. REALLY
HandBrake - Top media converter without bullshit and bloat stuff in it
Calibre - Best eBook management software capable of literally everything ebooks related. Kindle is a bloated joke compared to this
QubesOS - You know you can have every OS running at once - you have a Linux but are playing win games. Yup. It's there. Free
Computerphile - You all know it, it's just for completeness
Khan Academy - Same
VulnHub - download vulnerable VMs and hack them, or learn by reading writeup on how to do it!
Valgrind - MUST HAVE for C/C++ programmers
Computer Science crash course videos
That's all I can think of from top of my head but hey, there's more to it so definitely add your 2 cents!
Last thing, if nothing, just check the websites on GitHub, that's lifechanger
Looking forward to see some cool links & recommendations!2 -
Rant and opinions wanted. Its a long one.
I have been working on a project for a month and a half. For the first week I was requesting designs that I got about 2 of out of 15. For the next week and a half the designer was on holiday so I couldn't do anything but delivered a few more designs once he got back.
This takes us 2 weeks in already. I have other things to do as well so at the same time I work on support tickets and some bespoke development coming in.
I get given 2 or 3 more designs and can't get anything else out of the designer after waiting a week so I have to design everything myself as I go and build it. Something I have never done before.
We are now 3 and a half weeks in. My boss randomly tells my pm it needs to be demo ready the next day. I work furiously to hack something together. It works but key functionality is missing.
I move house and work from home for a week and a half. I do my best but the project is full of bugs and the CSS is horrible because I didn't know what I was making at any stage. It is therefore CSS rules repeated in IDs everywhere.
My colleagues join me on the project because my boss has decided to try and sell it tomorrow.
They run through it and find all the bugs left from me working furiously to get things done quickly. Things like no search pagination and missing validation.
My boss is now pisses at me because the project is not finished, my colleagues are now all working on it. Throughout it all he knew the designer was not delivering me anything and that I was struggling.
Am I in the wrong for writing shit code that came about because I was coding with no idea of what the finished project should look like? Is he in the wrong for dumping this on me and just letting me get on with it even though he knew there were no designs?
Btw I am just finishing a 1 year internship and before this have never done web dev before.
Discuss.7 -
Holy fucking crap, think I actually got some productive, positive output from this whole generative AI debacle.
Rather because I skipped the whole Prompt step and used FOMO blabber against itself.
Some context: at my last gig we had a whole "humanware procurement department" (A.K.A. "hiring managers", those fucks who think that javascript and java are the same thing). It was during the pandemic tech hiring boom. At this new joint I'm at, a MUCH smaller company, I gotta do it myself. Boring as fuck but at least I can get some good karma by not making an ass of myself for candidates, and trying to make this whole process a tad less abusive.
I got my reading up to date, and surprisingly enough, "yankee dandy" (HBR) has actually been saying one or two things that are not complete hogwash. For a start, they say that companies have been making their hiring processes overly complex and even after hours of interviews they hardly measure half the skills they actually need, and spend too long talking about many skills that are not actually required for the positions.
"Huh. That sounds like the inneficiencies that the stupid 'AI will make meetings more efficient' industry is overpromising to overturn"
So I tried a new thing. Instead of your off-the-shelf "solve this NP-Hard problem in O(1) then draw this bird using only your nose then invert a binary tree in COBOL then tell me what type of sitcom character are you" crap, I tried grasping how it would be like to work with the candidates. One at a time. Not too long, but not too short talks. I'm not trying to check if a kid really knows how to implement a solution for the TSP in apache spark, or if they know every cipher in TLS 1.3. I just want to know if they can understand a technical request and come to me with a plan on how to solve it without handholding or "just use a really big VM, like, 32Tb of RAM!"
Thus, if I can work with them. That's all. The rest are specific skills that can be trained in time, if the person is willing to learn new stuff.
But that is not good enough for HR, ooooh, no. You "need" an "objective way of measuring their skills", otherwise its "just biased opinions."
But that gave me an idea.
See, our HR VP is someone deep in the whole AI pyramid scheme, who drank the kool-aid and swallowed up even the cup. FOMO is their name. Hype is their business.
I posh'd up my bullshit'ish jargon and went whole "In the advent of new disruptive technologies, strategic skills can be acquired with grit and proper AI prompting. Thus, leveraging our collaborative intelligence capabilities we can hack our challenges and optimize our resources to offer more innovative opportunities and bolster our employer branding" - translation: "shut up and lemme hire someone good and reasonably priced instead of a sleazy smooth talker who wants 100M just to show up and play with chatgpt all day". The whole point is to make it sound like "we're using AI, so it's good" instead of "im doing the work I'm being paid for, so it's old-fashioned"
It seems like the HR troll swallowed it, bait and hook. Maybe all we really needed this whole time is to say the magic word "AI," especially if it makes absolutely no sense in the context. Now I want to get them to sign off on a "AI mindfulness bolstering platform" (a massage chair). Fingers crossed.4 -
ASP.NET Web Forns?
Can't tell how many times I printed out the page lifecycle diagram for myself or a coworker. So many hours lost trying to figure out which lifecycle hook to use for a specific scenario and then have it all break down because something new was added to the feature. Or figuring when data can be bound, or doing some hack because things break when handling a POST event or some shit.
Overly abstract piece of technological excrement. Might as well express the thing in contemporary dance and check that into source control instead of that ungodly mess.
The switch to AJAX and API calls was such a huge relief it's almost hard to explain in words (I can do a dance tho). And then upgrading to AngularJS, man, worlds apart...
I don't care how much they pay me (okay, you got me...), I'm never touching Web Forms again. -
LinkedIn: Exploiting social psychology for fun and profit.
I was reading an excellent post by Kage about linkedin (you can find it and more here - https://devrant.com/users/Kage) a little while ago and it occurred to me the unique historic moment we are in. Never before have we been so connected in history. Never before have we had so great an opportunity to communicate with strangers (perhaps except for sketchy candy vans on college campuses, and tie dye wearing guys distributing slips of paper at concerts). And yet today, we are more atomized than ever before. In this unprecedented era of free information, and free communication, how can we make the most of our opportunities?
The great thing about linkedin is all the fawning morons who self select for it. They're on it. They're active, so you know they're either desperate attention hungry cock goblins,
self aggrandizing dicknosed cretins, desperate yeasty little strumpets, or a managerie of other forgetable fucking pawns,
willingly posting up their entire lives to be harvested and sold so someone can make 15 cents on a 2% higher ad conversion ratio for fucking cilas or beetus meds.
So what is a psychopathic autist asshole to do?
Ruthlessly exploit them by feeding them upvotes, hows-it-going-guys, and other little jolts of virtualized feel-good-chemical bullshit.
Remember the quickest way to network is for people to like you. And the quickest way to make people like you is either agree with them on everything, or be absolutely upfront with everything you disagree on.
Well, they'll love you, or hate you. But at least you'll be living rent free in their head. And that means they'll remember you when you call looking to network or get a referal.
Of course, in principle, this extends to any social media site. Why not facebook? Why not fucking *myspace*? Why not write a script in selenium to browse twitter all day, liking pictures of lattes and dogs posted by the lonely and social-approval-hungry devs working at places like google, twitter, faceborg, etc?
You could even extend this to non-job prospects. Want a quick fuck? Why, just script a swipe-right hack on tinder, or attach a big motherfucking robot arm to your phone, tapping and swiping for hours. Want to make a buck? Want not harvest data on ebay or amazon all god damn day and then run arbitration for 'wanted' classifieds on craiglist?
Why not automate all the things?
The world is at your fingertips, and you the power to automate it, while all the wall lickers and finger painters live oblivious to the opportunity they are surrounded with and blessed with daily.
Surely now that you know, it is your obligation, nay, your DUTY to show the way.
Now you are learned. Now you are prepared. Go forth and stroke the egos of disposable morons to bilk for future social favors while automating the world in ways never intended.3 -
Time sheets. I'm not a fan of our task management system, you don't check out jobs or tasks like moving cards on a kanban board, it's more of a loose, calendar-based setup. We're also in a small, open office so it can be difficult to remember to log things in the software when you could tell the person opposite you that their task is finished. On top of that a lot of the time it takes me longer than the scheduled time to get a job finished as I'm learning a lot of new stuff, so digitally documenting things like that worry me a little. I don't want to look like I can't hack it just because a job takes me longer than my much-more-experienced colleagues.
I should note that I understand it's all incredibly useful data to the company, but I hate doing it and it's very easy to forget or ignore.4 -
So this is kinda shocking but expected and deep and with layers:
layer 1 :
I just realised that : AI +Junior dev + 10% senior dev = 1 Senior Dev. This doesn't quite sit well technically, but for certain managers, this logic works and I got to see it working.
So I got cancer and took a sabbatical of 2 months. I am a dev with 6+ yrs of experience, and before I had gone , I was making PRs that consisted of adding features which required 3-4 screens , numerous logics, multiple APIs and which sould add significant impact. Basically a 3-4 days worth of task, all done solely by me to perfection, which comes with years of experience with nitty gritties of android.
And just a month ago, our team was joined by a fresh college passout, who did basic course of flutter, had 0 knowledge of Native Android and was making terrible screens using xml and viewbinding as a part of his initial training.
Now when I come back, I see a weird dynamics in group: he is always sitting around another SE1 , and is working on a task of similar intensity as I would do. He asked for an estimate of 5 days(!) and was able to create all the screens apis logics etc in those days.
1. during this time, he was near our seats every 10 mins, showing what he has made, asking next steps, and then going back to his seat.
2 on his seat, he would open chat gpt, put all his code there, get some response, put it back in AS gemini, then put it in AS, fix red lines again using gemini, run and come back to us to show if its correct.
3. and somehow his code did ended up working.
4. I reviewed his pr and apart from some basic fixes, all seemed fine. His code didn't considered various edge cases but I said fuck it, its responsibility of dev and qa to identify those cases (my PRs are essentially reviewed like this only, that's how i learnt to write quality code which won't burst on input of "abc" instead of "123")
5. but then his code got merged in temp branch from where we were to give the qa build and it crashed 3 seperate screens unrelated to his feature but related to the shitshow he had done on the data layer.
6. he and his SE1 senior then again fixed that shit and the that feature got merged, reviewed by QAs , got fixed for more bugs and finally got merged in our code.
7. however all this (stuff before qa review) happened in those 5 days and thus the managers thought that the task was done by this junior trainee in 5 days only .
thus trainee + AI + 10-30 mind per hour per day of SE1 (~3hrs) = 1 feature.
now my salary = 2x of trainee..
if i am layed off and 10% increment is given to that SE1, the total cost saved by company is around 40% of my salary.
And this blows my mind coz ever since I came, I am getting menial tasks while freshers are being given large scale tasks.
layer 2 : is it good for company?
I might sound biased but company would soon need to realise if they could afford cutting on reliability of experienced devs with this weird "hack the system with AI" style of development.
Even we seasoned devs use AI but review it on our own and think of cases before putting it in front of stakeholders as "yes sir, done!"
Additionally I don't think putting confidential code from codebase onto grmini and chat gpt would always be considered okay. Its like no one is caring for data now, but if those companies tried to come up with competition or something , we are digging our own grave.
layer 3 : is it impacting users(i e the devs?)
Well, I am scared that they might think of me as a burden and fire me for a junior trainee, so yeah its highly impacting me.
But that SE1 that is helping this trainee guy, is this part of his job role now?is it part of every Senior dev's role to train trainees via AI bots?
And what about that trainee himself? Is this really beneficial for him to learn Android Development like that?
---------
I personally have always valued folks who could write efficient code . I don't care about their ds algo knowledge, or if they deeply understand the working of apis and core code underneath. Just writing efficient, easy to understand and reliable quality code was enough for me to hire u and vice versa.
But AI is changing things for the bad and I think we will be seeing an even more increase in ds algo questions and other shitty ways by which faang like companies seperate cream devs from the rest. And this would be coming from every startup/mnc/small scale company , not just the FAANG5 -
I dig Debian so far. Here’s why I chose it:
- When something corpo doesn’t work on Arch, no one cares. But when it doesn’t work on Debian, it’s a big deal, and corpo people will be fixing it in no time. Good example is VSCod[e|ium] constantly crashing on Fedora: “it was fixed in kernel, all we have to do now is just wait for Fedora to catch up”.
- Complete and utter boringness/stability. When something breaks in Debian, it definitely broke for DenverCoder9 back in 2014 as well, and is easily fixable. You’re never the trailblazer, and with OS stuff that’s a good thing
- Complete and utter compatibility with everything. If you want to install/do X on Debian, someone else already did it and fixed everything for you
- Noble pedigree. “I use arch btw” is a running joke, but “oh, I use Debian” makes people respect your distro choice. Nobody hates Debian
One thing that transitioning people should know about GNU/Linux in general is that you shouldn’t try to replicate your previous experience with Windows/macOS in GNU/Linux.
GNU/Linux is a go kart, or a hot rod. You have to be involved. You have to be ready to tinker/fix things.
But one good thing about hot rods is that if you drive one, CIA can’t kill you with a remote car hack.9 -
Things I say to my clients when I know that a reboot is required to fix their issue but I don't have enough evidence to prove it to them :
"... On any computing platform, we noted that the only solution to infinite loops (and similar behaviors) under cooperative preemption is to reboot the machine. While you may scoff at this hack, researchers have shown that reboot (or in general, starting over some piece of software) can be a hugely useful tool in building robust systems.
Specifically, reboot is useful because it moves software back to a known and likely more tested state. Reboots also reclaim stale or leaked resources (e.g., memory) which may otherwise be hard to handle. Finally, reboots are easy to automate. For all of these reasons, it is not uncommon in large-scale cluster Internet services for system management software to periodically reboot sets of machines in order to reset them and thus obtain the advantages listed above.
Thus, when you indeed perform a reboot, you are not just enacting some ugly hack. Rather, you are using a time-tested approach to improving the behavior of a computer system."
😎1 -
Electronic companies nowadays are no different than ranchers that force their slaves to earn money to buy new stuff cause people can’t repair old electronics or fix software bugs cause it’s not theirs or it’s not maintained and source code is not existent.
Damn you software and hardware corporations.
You tell everyone that you care about environment, yet you don’t fucking support your software and hardware as long as people use it. When you stop support you don’t make everything open source but keep it on your private repositories as intellectual property and fuck your clients.
Literally all electronics and software should be mandatory made open source to the people who purchased product so they can use it as long as they want not as long as corporate assholes want. This is insane law that is splitting our world and making it burn. If I could fix my laptop in nearby shop I wouldn’t have to purchase new one.
If it won’t change we will end up with <10 corporations that would rule world economy, everyone who will work for those corporations will be rich and happy and everyone else will be poor and unhappy . Mind me if this is not already happening and this planet slowly becomes Elysium movie nightmare.
Stop buying new stuff you stupid people cause this make things worse.
If it won’t change in 10 or so years there will be connected to cloud robots all over the world guarding us and some dick shit rich John Conor kid will hack them to exterminate humans by executing order 66. After that there will be big power outage that will put us into the role of battery and we would be closed in the barrel full of pink shit connected to matrix.
Get me out of here you asshole.1 -
Need some advise from all you clever devs out there.
When I finished uni I worked for a year at a good company but ultimately I was bored by the topic.
I got a new job at a place that was run by a Hitler wannabee that didn't want to do anything properly including writing tests and any time I improved an area or wrote a test would take me aside to have a go so I quit after 3 months.
Getti g a new job was not that hard but being at companies for short stints was a big issue.
My new job I've been here 3 months again but the code base is a shit hole, no standardisation, no one knows anything about industry standards, no tests again, pull requests that are in name only as clearly broken areas that you comment on get ignored so you might as well not bother, fake agile where all user stories are not user stories and we just lie every sprint about what we finished, no estimates and so forth, and a code base that is such a piece of shit that to add a new feature you have to hack every time. The project only started a few months back.
For instance we were implementing permissions and roles. My team lead does the table design. I spent 4 hours trying to convince him it was not fit for purpose and now we have spent a month on this area and we can't even enforce the permissions on the backend so basically they don't exist. This is the tip of the iceberg as this shit happens constantly and the worst thing is even though I say there is a problem we just ignore it so the app will always be insecure.
None of the team knows angular or wants to learn but all our apps use angular..
These are just examples, there is a lot more problems right from agile being run by people that don't understand agile to sending database entities instead of view models to client apps, but not all as some use view models so we just duplicate all the api controllers.
Our angular apps are a huge mess now because I have to keep hacking them since the backend is wrong.
We have a huge architectural problem that will set us back 1 month as we won't be able to actually access functionality and we need to release in 3 months, their solution even understanding my point fully is to ignore it. Legit.
The worst thing is that although my team is not dumb, if you try to explain this stuff to them they either just don't understand what you are saying or don't care.
With all that said I don't think they are even aware of these issues somehow so I dont think it's on purpose, and I do like the people and company, but I have reached the point that I don't give a shit anymore if something is wrong as its just so much easier to stay silent and makes no difference anyway.
I get paid very well, it's close to home and I actually learn a lot since their skill level is so low I have to pick up the slack and do all kinds of things I've never done much of like release management or database optimisation and I like that.
Would you leave and get a new job? -
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
-
RECLAIM YOUR STOLEN CRYPTO FUNDS FROM ONLINE SCAM WITH DIGITAL HACK RECOVERY
I’ve got to be very honest, guys. I never thought I would become a victim because I never believed something like this could happen to me. But unfortunately, two months ago, I fell into a trap that cost me over $200,000. It all started when I made an investment in binary options. I was promised generous returns on my capital, and at first, everything seemed to be going well. The platform looked legitimate, and the people behind it were convincing.However, as the days passed and I saw my balance grow, things started to take a strange turn. When I finally tried to withdraw my initial investment plus the profits I had accumulated, that’s when the issues began. The platform started offering one excuse after another: "Technical difficulties," "Maintenance," "Verifications needed," and so on. The more I asked, the more evasive their responses became. At that point, I realized something was seriously wrong.I couldn't believe it—my hard-earned savings, everything I had worked for, was locked up and unreachable. I was in complete disbelief, and at first, I blamed myself. How could I have fallen for such a scam? But then, I started to research, hoping there was a way to recover my funds. That’s when I stumbled upon a thread on Reddit where many people shared their own experiences with online scams, including similar binary options frauds. Some of the stories were heartbreaking, but amidst the posts, I found several mentions of a company called Digital Hack Recovery. Curious but skeptical, I decided to reach out. I was nervous, not knowing what to expect, but the team at Digital Hack Recovery was incredibly professional. They took the time to explain the recovery process in detail, from gathering all necessary documentation to filing a formal claim. They reassured me that they had successfully helped others in situations like mine, and I felt a sense of hope for the first time in weeks.To my surprise, Digital Hack Recovery delivered on their promise. After a few weeks of hard work and communication with the authorities, I was able to recover not only my capital but also the promised profits. I can’t begin to describe how relieved and thankful I felt. It was a long and stressful journey, but I’m so grateful I found Digital Hack Recovery. If you ever find yourself in a similar situation, don't hesitate to seek help. There are legitimate companies out there that specialize in recovering stolen funds. I’m living proof that it's possible to get your money back. Take the first step, reach out, and get your life back on track. Their contact details are⁚ WhatsApp; +19152151930
Website; https : // digital hack recovery . com
Email address⁚ digital hack
recovery @ techie . com
22 -
IT WAS GREAT IDEA IN CONTACTING HACK SAVVY TECH FOR RECOVERING MY LOST ON CRYPTO
mail: contactus @hacksavvytechnology. com
Website: https: //hacksavvytechrecovery. com
Whatsapp : +79998295038
But upgrading my laptop-that's where things felt right, somehow. I mean, who doesn't want better performance and more storage with all the bells and whistles? The thing is, the excitement then turned into dread because somehow along the way, transitioning my stuff onto it, I had lost access to my Bitcoin wallet. Having $220,000 on the line, what had initially seemed like such a smart investment was about to turn into one of the most stressful moments of my life.It started innocently enough: I backed up what I thought was everything, making sure my wallet file was stored securely-or so I thought. Booting up that new laptop and attempting to access my funds brought it home like a ton of bricks: the wallet file was nowhere. I combed through backup drives and cloud storage for hours, but it simply wasn't anywhere to be found. I felt that all those years of careful planning and saving had been undone in an instant.
Along came HACK SAVVY TECH. Since my very first point of contact, this team made me feel that I was not alone with a situation such as this. They explained in clear, easy-to-understand terms their process that gave me great confidence in being with the right company. Professional yet empathetic since the beginning.They started working and kept me updated through the process every step of the way. They did not just plunge into the problem but methodically analyzed what must have gone wrong with the data migration. After a few days, they were able to recover my wallet file and successfully recovered my $220,000. My feeling at this time is not describable with words. But HACK SAVVY TECH didn't stop there: They took the time to school me on best practices going forward with upgrades. I now know how to backup and migrate sensitive data without courting disaster anew. They provided tips on keeping crypto assets safe during tech transitions-something I'd seriously underestimated. It taught me a valuable lesson-that no matter how you think you have everything covered, a second pair of expert eyes can sometimes make all the difference. Thanks to HACK SAVVY TECH , not only did I regain access to my funds, but I also gained knowledge on how to go about future tech upgrades with confidence. No more risky overhauls for me; now I'm better prepared, and my wallet is safer than ever.1 -
If a job (swiss knife developer) is preventing you from reaching your goal (freelancing) and take all your time so you can't learn new things, you can't go to the gym, all the projects are boring (theme forest wordpress integration, prestashop hack into cpanel ...), make you sleepless at nights, and grumpier than grumpy cat ... will you quit ?1
-
HOW TO HIRE A TRUSTED CRYPTO RECOVERY EXPERT WITHOUT GETTING SCAMMED /TRUST GEEKS HACK EXPERT
Living in Los Angeles, I never imagined I’d face such a difficult chapter in my life. At the time, my wife was pregnant, and we were both excited about starting a family. The joy of anticipating a new life should have been the focus, but instead, I found myself trapped in a financial nightmare. I had gotten involved in trading, thinking I was making smart decisions, but it quickly spiraled out of control. To make matters worse, I fell victim to a series of scams, losing over $70,000 in total. Just when I thought things couldn’t get worse, I received a call from someone who promised to help me recover my losses. Desperate to fix the situation, I went along with it, hoping for a breakthrough. But it turned out to be another scam. This left me feeling completely defeated. I was struggling with the weight of my financial ruin, trying to stay positive for my wife and the baby on the way. But the stress was overwhelming, and I felt like I was sinking into a hole with no way out. That's when I discovered Trust Geeks Hack Expert. Their team quickly took control of the situation, and it was a relief to finally work with people who knew what they were doing. They reassured me, explained how they would help, and guided me step by step through the process. I had been lost and confused, but Trust Geeks Hack Expert. provided the clear path forward that I desperately needed. What impressed me most about Trust Geeks Hack Expert. was their professionalism and dedication. They didn’t just promise results they delivered. They took the time to walk me through each stage of the process, answering all of my questions and addressing every concern. Their expertise gave me a renewed sense of hope, and I started to see progress in recovering my funds. They handled everything with care and efficiency, allowing me to focus on my growing family without the constant weight of financial stress hanging over me .Thanks to Trust Geeks Hack Expert support team E m a i l : Trust geeks hack expert @ fast ser vi ce...c o m & Tele Gr am,Trust geeks hack expert, I can finally breathe a little easier. They gave me the peace of mind I had been searching for and turned a hopeless situation into something manageable. With their help, I’m now able to look forward to the future, especially with a baby on the way. I am beyond grateful for their support and guidance throughout this challenging time. If you ever find yourself in a similar situation, I can’t recommend Trust Geeks Hack Expert. they truly know how to make things right.1 -
BEST WAY TO RECOVER STOLEN CRYPTO FROM SCAMMERS — VISIT DIGITAL HACK RECOVERY COMPANY
Living in China, I’ve grown accustomed to our advanced technology, but I learned the hard way that even the best systems can fall victim to hackers. I had stored $370,000 worth of Bitcoin in what I thought was a secure wallet. One day, I logged in, only to discover that my entire balance had vanished. It felt as if someone had stolen my future, leaving me feeling vulnerable and helpless.
I was at a loss about where to turn for help. After frantically searching online, I stumbled upon an international crypto newsletter that featured DIGITAL HACK RECOVERY. Their reputation for assisting people who had fallen victim to hacks caught my attention, so I decided to reach out to them.
From the moment I contacted DIGITAL HACK RECOVERY, I felt a sense of relief. Their team sprang into action, diving deep into the investigation. They meticulously traced the movement of my Bitcoin across the blockchain, analyzing each transaction. It was a complex process, but they kept me updated throughout, which helped ease my anxiety.
After a week of intense work, I received the astonishing news: they had successfully tracked down my stolen funds and recovered them! I was absolutely stunned. I never thought I would see that money again, but DIGITAL HACK RECOVERY proved me wrong. Their expertise and determination made all the difference.
As a Chinese saying goes, “The best time to plant a tree was 20 years ago; the second best time is now.” I realized that while I had been careless in securing my digital assets, it was also crucial to act quickly in seeking help when things went wrong. If only my wallet had been as secure as my grandmother’s secret recipe for dumplings—now that’s a recipe you can trust!
If you’ve been hacked like I was, I cannot recommend DIGITAL HACK RECOVERY highly enough. They truly are experts in the field of cryptocurrency recovery. Their dedication and skill turned my despair into relief. With their help, I regained access to my funds and the peace of mind that comes with it.
Thanks to DIGITAL HACK RECOVERY, I can now look toward the future with renewed hope and confidence in my investments. If you ever find yourself in a similar situation, know that these professionals can help you regain control.
Visit DIGITAL HACK RECOVERY through their contact info ⁚ WhatsApp+19152151930, Email; digital hack recovery @ techie . com, Website;
https : // digital hack recovery . com
1 -
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 -
From Helpless to Hopeful: My Crypto Experience"Hack Savvy Tech
I initially started trading with Pips Global because of the variety of trading accounts they offered, including their Funded Next accounts. These accounts seemed like an appealing opportunity, as they gave traders the chance to trade with a larger balance after successfully passing a challenge. For someone like me who was looking to scale up my trading without having to risk a significant amount of my own capital, it seemed like the perfect option. At first, I started with their Micro account, which had high leverage, fast market execution, and tight variable spreads. All these features seemed to align well with my trading goals, and I felt confident moving forward.However, things took a turn for the worse as I continued trading. I ended up losing a significant amount, around 30,000 AUD, due to what I now believe was a scam. The trades I placed weren’t executing properly, and there were discrepancies with the spreads and market conditions. I tried to reach out to Pips Global’s customer support, but I wasn’t receiving the kind of help I expected. It became increasingly clear that the platform wasn’t as reliable as I had originally thought, and I felt completely stuck.In my search for a solution, I came across Hack Savvy Tech, a service that specializes in helping people recover lost funds from fraudulent brokers. Their team was highly professional, thorough, and patient. They guided me step by step through the entire recovery process, keeping me informed at every stage. They also provided me with solid advice on how to avoid falling into similar traps in the future. Thanks to Hack Savvy Tech, I was able to recover my 30,000 AUD, which was an incredible relief after such a stressful experience.If you’re considering trading with Pips Global, I strongly recommend doing thorough research before committing. While their Funded Next accounts and other account options might seem enticing, my personal experience with them was ultimately disappointing. I would advise anyone looking to trade with them to be cautious, especially if things don’t seem to be going as expected.If you find yourself in a situation similar to mine, I can’t recommend Hack Savvy Tech enough. Their expertise in fund recovery was a lifesaver, and they were instrumental in helping me get my money back. Thanks to their support, I’m now back on track, and I’ve learned a valuable lesson about being more cautious with online trading platforms
mail: contactus @ hacksavvy technology . com
Website: https : // hacksavvy techrecovery . com
Whatsapp : +7.9.9.9.8.2.9.5.0.3.81 -
HIRE BITCOIN RECOVERY EXPERT — DIGITAL HACK RECOVERY
On 05/01/2025, I found myself dealing with a company called Bitcoin Mining Pool, and it turned out to be one of the worst experiences I’ve ever had. I initially invested 20,000 Euros with them, hoping to make some returns from their mining operations. At first, everything seemed fine, and I was optimistic about my investment. However, things quickly took a sharp turn for the worse.Without any warning, my account was suddenly locked. I couldn’t understand why, as there were no prior alerts or explanations given. I contacted their customer support multiple times, but all I got were vague answers or, in many cases, no response at all. It became clear that they had no intention of helping. After several frustrating days, I attempted to withdraw my funds, only to be hit with an unexpected demand: they insisted that I pay an additional ransom before I could access my own money. No legitimate reason was provided for this, and there was no way to resolve the situation. It felt like I was being scammed outright, and I had no control over the situation.At that point, I realized that the Bitcoin Mining Pool was most likely a fraudulent operation. I reported them to the proper authorities, but I still had no idea how to recover my funds. That’s when I came across Digital Hack Recovery during my research on how to recover stolen money. I saw numerous positive reviews from people who had been in similar situations with forex brokers and had successfully regained their funds with the help of Digital Hack Recovery. Desperate for a solution, I reached out to them.To my amazement, within just 72 hours of contacting Digital Hack Recovery, I had all of my money refunded both the original 20,000 Euros and the profits I was rightfully owed. The process was quick, efficient, and professional. I couldn’t believe how fast and effective their service was.I will never trust Bitcoin Mining Pool or any similar company again. It’s clear they were out to scam me, and it’s a shame that such companies exist in the industry. If you’ve been scammed by a forex broker or are dealing with withdrawal issues, I highly recommend contacting Digital Hack Recovery. This company truly knows what it’s doing, and I am extremely grateful for their help in recovering my funds.
WhatsApp +19152151930
Website; https : // digital hack recovery . com
Email; digital hack recovery @ techie . com1 -
A few weeks ago, I went through one of the most stressful and financially overwhelming experiences of my life as a college student in the united States. I lost $71,000 to a fraudulent cryptocurrency trading platform. It all started when I found an online platform that promised daily returns of 15%. As a student trying to make extra money, the opportunity seemed too good to pass up. The platform appeared professional, with a well-designed website and responsive customer support, so I felt confident enough to invest significantly. Initially, things seemed fine. I was making some profits, which reassured me that I was making a smart decision. But over time, the situation began to unravel. My withdrawal requests started taking longer than expected, and eventually, I could not withdraw any funds. When I reached out to customer support, I received vague replies that grew less frequent, until eventually, they stopped responding altogether. That’s when I realized I had been scammed. The platform vanished overnight, taking my USD 71,000 with it. The financial loss hit me hard. As a student, I didn’t have much to begin with, and that amount of money was a significant part of my savings. It left me struggling to cover tuition, rent, and basic living expenses. On top of that, the emotional toll was immense. I felt completely betrayed and didn’t know where to turn. After talking to a close friend about my situation, he recommended I contact a cryptocurrency recovery service, as he had heard of people successfully recovering funds from scams before. I was hesitant at first. After losing so much money, I didn’t know who to trust, but the recovery team I contacted seemed professional and knowledgeable. They explained the entire process to me and assured me they could help track down the scammers and recover my funds. Their approach was clear and transparent, which helped me feel more at ease. To my surprise, within 48 hours, the recovery team had already begun investigating my case. They identified the scammers quickly and took swift action to retrieve my funds. Throughout the process, they kept me updated on their progress, which helped reduce my anxiety. In the end, I was able to recover the full USD 71,000. If you’ve fallen victim to a cryptocurrency scam, I highly recommend reaching out to HACK BUSTER RECOVERY PRO. Their expertise and quick action helped me recover my money, and I’m incredibly grateful for their support during this challenging time.
Please find their contact information below.Mail - hackbusterrecovery@ webname. comMail - info@ hackbursterrecovery.pro1 -
DIGITAL HACK RECOVERY ⁄⁄ TRUSTED CRYPTOCURRENCY RECOVERY EXPERT
I initially started trading with Pips Global because of the variety of trading accounts they offered, including their Funded Next accounts. These accounts seemed like an appealing opportunity, as they gave traders the chance to trade with a larger balance after successfully passing a challenge. For someone like me who was looking to scale up my trading without having to risk a significant amount of my own capital, it seemed like the perfect option. At first, I started with their Micro account, which had high leverage, fast market execution, and tight variable spreads. All these features seemed to align well with my trading goals, and I felt confident moving forward.However, things took a turn for the worse as I continued trading. I ended up losing a significant amount, around 30,000 AUD, due to what I now believe was a scam. The trades I placed weren’t executing properly, and there were discrepancies with the spreads and market conditions. I tried to reach out to Pips Global’s customer support, but I wasn’t receiving the kind of help I expected. It became increasingly clear that the platform wasn’t as reliable as I had originally thought, and I felt completely stuck.In my search for a solution, I came across Digital Hack Recovery, a service that specializes in helping people recover lost funds from fraudulent brokers. Their team was highly professional, thorough, and patient. They guided me step by step through the entire recovery process, keeping me informed at every stage. They also provided me with solid advice on how to avoid falling into similar traps in the future. Thanks to Digital Hack Recovery, I was able to recover my 30,000 AUD, which was an incredible relief after such a stressful experience.If you’re considering trading with Pips Global, I strongly recommend doing thorough research before committing. While their Funded Next accounts and other account options might seem enticing, my personal experience with them was ultimately disappointing. I would advise anyone looking to trade with them to be cautious, especially if things don’t seem to be going as expected.If you find yourself in a situation similar to mine, I can’t recommend Digital Hack Recovery enough. Their expertise in fund recovery was a lifesaver, and they were instrumental in helping me get my money back. Thanks to their support, I’m now back on track, and I’ve learned a valuable lesson about being more cautious with online trading platforms. Contact Digital Hack Recovery through⁚
WhatsApp +19152151930
Website; https : // digital hack recovery . com
Email; digital hack recovery @ techie . com1 -
TRUSTED HACKER TO RECOVER MONEY FROM A BINARY OPTIONS PLATFORM ; CONTACT DIGITAL HACK RECOVERY COMPANY RIGHT NOW
After putting a total of $275,000 into a binary options platform over several weeks, I began to worry when I tried to make a withdrawal and it was unsuccessful. Concerned, I immediately contacted the platform's customer support team via email and phone, hoping for a quick resolution. However, despite my multiple attempts, I received no response. That was when things started to look increasingly suspicious.Weeks went by, and I still hadn’t heard back from the platform. One day, I received an email from them, but instead of processing my withdrawal, they told me that in order to release my funds, I would need to invest even more money. This raised an immediate red flag, and I knew something was seriously wrong. I refused their demand and never received any further communication from them after that.At that point, I realized I had likely been scammed, and I was devastated. It felt like my hard-earned money had simply disappeared, and there was nothing I could do. I felt helpless and frustrated, but I couldn’t shake the feeling that I had to do something to try to recover my funds.Several months later, I came across a thread on an online forum where people were sharing their experiences with Digital Hack Recovery, a company that helped individuals recover money that had been stolen or scammed, particularly in the form of digital currency like Bitcoin. According to the forum, Digital Hack Recovery had helped many people get their lost funds back, and their track record seemed promising.I decided to give it a try and contacted Digital Hack Recovery. They were professional and responsive from the start. After providing them with the details of my case, including the name of the platform I had invested with, they assured me they could help. They asked for additional information to begin the recovery process, and I submitted everything as requested.To my amazement, within just 96 hours, Digital Hack Recovery managed to recover all of my lost funds. It was a relief beyond words, and I couldn’t believe it actually happened. I had almost given up hope, but thanks to Digital Hack Recovery, I got my money back and regained some sense of control.I am incredibly grateful to Digital Hack Recovery for their dedication and professionalism in helping me recover my funds. If you find yourself in a similar situation, I highly recommend reaching out to them. They truly turned a devastating situation into a positive outcome. Reach out to them through⁚
WhatsApp +19152151930
Website; https : // digital hack recovery . com
Email; digital hack recovery @ techie . com
11 -
Digital Hack Recovery;Fast,Reliable & Trusted Crypto Recovery Service
I lost a significant portion of my funds to an online scam involving a fake crypto investment platform called Coinanan. The platform promised incredible returns, claiming that investors would see a 30% ROI on every investment. At first, the investment seemed too good to be true, but when I made my initial deposit, I did receive the promised returns. This convinced me that I had stumbled upon a life-changing opportunity, so I decided to invest more and encouraged my friends and family to join in.As more people invested, we all felt optimistic about the future. We were all getting returns, and it seemed like we were on the path to financial freedom. The platform's slick website and reassuring customer service only added to our sense of security. But, as time went on, things began to take a turn for the worse. When we tried to withdraw our profits after the promised time frame, we were suddenly hit with unexpected demands for more payments. These additional fees were supposedly needed to allow us to withdraw our funds, but nothing about the situation felt right. At that point, the red flags were impossible to ignore, and I realized we had been scammed. The site became unresponsive, and the customer service staff went silent. I started researching other people’s experiences online and discovered that many others had been duped in the same way. I felt devastated, knowing that I had not only lost a fortune but had also dragged my family and friends into the mess.In my search for a solution, I came across a recommendation on Reddit about a company called Digital Hack Recovery. Someone had shared their story of how the company had helped a Chinese woman recover her stolen crypto assets. Intrigued and desperate for help, I decided to reach out to them. I was skeptical at first, but Digital Hack Recovery proved to be a legitimate and trustworthy service. They guided my family, friends, and me through the recovery process step by step, ensuring that we provided all the necessary information without feeling overwhelmed. Within a short period, we were able to recover a substantial portion of our lost funds. The team was professional, responsive, and transparent, and their efforts truly made a difference.Thanks to Digital Hack Recovery, we managed to regain some of what we lost, and I am now spreading the word about their services to help others avoid falling into similar traps. If you find yourself in a situation like mine, I highly recommend contacting them. They are indeed one of the most reliable teams out there, and they gave us the hope and help we needed during a challenging time. Communicate with Digital Hack Recovery team through their WhatsApp; +19152151930, Mail;
digital hack recovery @ techie . com Or Browse their Website; https : // digital hack recovery . com
5 -
CRYPTOCURRENCY RECOVERY EXPERT DIGITAL HACK RECOVERY
Fraudsters often use sophisticated tactics to scam people, pretending to be expert advisors in online trading. I experienced this firsthand with my trading account CR7(5673892) MT5. Initially, everything seemed legitimate, with promises of significant returns through expert advice. The fraudsters presented themselves as experienced traders, offering guidance on when to buy and sell, and their advice appeared to yield some profits at the beginning. This led me to believe I was making a sound investment.However, after a few successful trades, things took a worrying turn. The so-called account manager began pressuring me to invest even more money, telling me that without additional funds, I would risk losing everything. They encouraged me to deposit money into my account, making false claims that without a larger margin, I would miss out on potential profits. They even went as far as advising me to take out a loan on my credit card to fund the investments, capitalizing on my growing anxiety and desire to protect my initial investments.At this point, I realized something was wrong. The fraudsters continued to pressure me, constantly finding new ways to extract more money from me. They manipulated the situation, making it seem like my lack of additional funds would result in losing my gains and potential profits. But when I stopped investing, I saw that the balance of my account had become zero. It was as if all the money I had invested had disappeared without a trace. This left me frustrated, feeling hopeless, and unsure of what to do next.In my state of confusion and frustration, I reached out to a trusted colleague for advice. They recommended that I contact Digital Hack Recovery, a service known for its expertise in recovering funds from online scams. I decided to give it a try, though I was still unsure whether I could recover anything from the fraudulent scheme.With the help of Digital Hack Recovery, I was able to trace the funds and initiate a recovery process. Their team worked diligently, using their experience and tools to track down the scammers and recover a significant portion of the money I had lost. Thanks to their expertise and commitment, I was able to resolve the situation and regain some of the funds that had been stolen from me.This experience has taught me the importance of being cautious when dealing with online investments and the value of seeking professional help in situations like these. The recovery process was not easy, but with the right support, I was able to regain control and learn from the ordeal. Reach out to them through their contact info bellow⁚
Website; https : // digital hack recovery . com
WhatsApp⁚ +19152151930
Email; digital hack recovery @ techie . com
7 -
I want to share my story about how Global Hack Recovery helped me recover my lost digital assets after falling victim to a crypto investment scam. It all started when my sister introduced me to an investment platform that promised high returns on cryptocurrency. At first, I was hesitant, but she insisted that it was a great opportunity. Trusting her judgment, I decided to invest €41,000, my hard-earned savings. Everything seemed fine at the beginning, but soon, I started noticing red flags. The platform kept asking me to top up my investment before I could withdraw any profits. Each time I complied, they demanded more money, and that’s when I realized it was all a scam. Feeling devastated and unsure of what to do, I started searching for solutions online. That’s when I stumbled upon Global Hack Recovery. I read reviews from others who had successfully recovered their funds with their help, which gave me hope. After reaching out to them and explaining my situation, their team responded swiftly and professionally. From the moment they took on my case, I felt reassured. Their expertise in asset recovery and cyber investigations was evident. They guided me through the entire process, kept me updated, and worked tirelessly to track down and recover my lost funds. To my relief, they were successful—I got my money back! Even better, my sister, who had also invested, has started recovering a portion of her lost funds as well. This experience has been a hard lesson, but thanks to Global Hack Recovery, I was able to turn things around. If you’ve lost money to a crypto scam, don’t lose hope. I highly recommend Global Hack Recovery for their professionalism, efficiency, and commitment to helping victims of online fraud. They truly came through for me, and I’m incredibly grateful!
Below is their info:
W.h.a.t.s.a.p.p N.u.m.b.e.r : +44 7747 969957
T.e.l.e.g.r.a.m : @.G.l.o.b.a.l.h.a.c.k.t.e.c.h.n.o.l.o.g.y
E.m.a.i.l : G.l.o.b.a.l.h.a.c.k.t.e.c.h.n.o.l.o.g.y.@.g.m.a.i.l.c.o.m1 -
Lessons Learned and Crypto Recover Hack Zack Tech
While working in Auckland, I found myself immersed in a vibrant tech environment. One of my co-workers was particularly passionate about a new blockchain project he had been developing. His enthusiasm was infectious, and after several discussions about the project’s potential, I decided to invest 20,000 NZD . At the time, I was aware that investing in blockchain and cryptocurrencies could be risky, but the vision my co-worker painted was compelling. Over the following months, the project gained traction and my investment skyrocketed to an astonishing 500,000 NZD. I felt a mix of excitement and disbelief; I had never expected such a substantial return. The success of the project fostered a sense of camaraderie among the team, and I believed we were all aligned in our goals.However, things took a turn for the worse. As the project matured, disagreements began to arise within the team. My co-worker and I had a particularly intense argument over the direction of the project and some strategic decisions. Frustration boiled over, and in a moment of anger, he made a decision that would change everything: he locked me out of my email account. This wasn’t just an inconvenience; it meant losing access to crucial information, project updates, and the ability to communicate with clients and partners.Feeling isolated and frustrated, I reached out to friends from work, hoping to find a solution. They listened to my predicament and provided me with some suggestions on how to regain access. One of them mentioned Hack Zack Tech, a service known for their expertise in retrieving lost accounts and data. Skeptical but desperate, I decided to give them a try.I contacted Hack Zack Tech, explaining my situation in detail. Their team was remarkably understanding and guided me through the recovery process step by step. They employed various techniques to restore my access, and within a few days, I received the good news: my email account was successfully recovered. Relief washed over me as I regained access to not just my email, but also my connections and the wealth of information I had been locked out of. While my relationship with my co-worker remained strained, I was grateful for the support of my friends and the expertise of Hack Zack Tech . This experience taught me the importance of maintaining strong professional relationships and having a backup plan when investing in volatile projects. The lessons learned from this journey would stay with me as I navigated future opportunities in the tech world.
Telegram : @Hackzacktech
Whatsapp : +44 74946 2951011 -
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 -
My Journey Through Loss, Discovery, and Recover/ Hack Savvy Tech
Since December 2024, my family and I had been planning the perfect getaway to the Lake District. After years of saving and sacrificing, we decided it was finally time to treat ourselves to a dream vacation. We were planning a trip that would cost us £15,000 in total, a considerable amount that we hoped would create lasting memories. I found an appealing holiday package offered by what seemed like a reputable travel agency online. After reviewing all the details and comparing it to other options, I felt confident and excited, so I went ahead and booked the trip on Valentine's Day, thinking it would be a special gesture for our family. I paid £5,000 as a deposit for what I thought would be the vacation of a lifetime.However, things quickly took a devastating turn. After making the payment, I received a vague email confirmation, but then, all communication stopped altogether. When I tried to get in touch with the agency, their phone lines were disconnected, and their website went offline. It was clear that something wasn’t right. I was in disbelief, but I quickly realized that my family and I had been scammed. The £5,000 I had paid, as part of the larger £15,000 cost, seemed completely lost . As a Marketing Executive, I’m usually quite cautious with online transactions, but in this case, I let my excitement and trust cloud my judgment. The emotional impact of losing such a significant amount of money, especially after planning this vacation for months, was overwhelming. My family was devastated, and I felt deeply betrayed by the fraudulent agency. I didn’t know where to turn for help.That’s when I found Hack Savvy Tech . After reading about their expertise in helping people who had fallen victim to online scams, I decided to reach out. From the very first consultation, they made me feel supported and reassured. The team immediately began investigating the fraudulent travel agency and quickly uncovered a history of scams involving the same company. Hack Savvy Tech guided me through the process of disputing the payment with my bank, Lloyds Bank, providing all the necessary evidence and documentation. They handled everything on my behalf, communicating with the bank and working through all the complexities of the dispute. Their knowledge and dedication were invaluable, and after a few weeks, I was thrilled to find out that they had successfully recovered the full £5,000 I had lost.Not only did I get back the full amount, but Lloyds Bank also provided additional compensation for the stress and inconvenience caused by the scam. Thanks to Hack Savvy Tech, I was able to rebook a legitimate holiday to the Lake District for my family. With the money we recovered, we planned the vacation we had dreamed of, and we made unforgettable memories together.What had started as a heartbreaking experience turned into a joyous and well-deserved family getaway, all thanks to the expertise and support of Hack Savvy Tech.
mail: contactus @ hacksavvytechnology . com
Website: https : // hacksavvytechrecovery . com
Whatsapp : +7.9.9.9.8.2.9.5.0.3.83 -
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 -
EXPERT CRYPTO RECOVERY FOR INDIVIDUALS AND BUSINESSES —>DIGITAL HACK RECOVERY
As a lifelong Manchester United fan, I’ve always appreciated the thrill of sports betting, especially when it involves backing my team. Like many fans, I enjoy the rush of predicting the outcome of a match, and I’ve had my fair share of wins. Recently, I took a risk by betting on a few of United’s key fixtures, and to my surprise, I ended up winning a substantial sum. With my winnings, I decided to make a more significant investment, hoping to turn my luck into even greater financial rewards. Unfortunately, that decision led me down a path I never anticipated.I came across an online platform through a broker on LinkedIn, who promised lucrative returns on digital asset investments. Initially, everything seemed legitimate, and I felt confident in my decision, using the money I’d won from my bets as my starting capital. The broker seemed professional, and the platform itself appeared well-designed. After depositing my funds, the early stages of my investment went smoothly, and I was optimistic about the potential growth of my assets.However, things quickly took a turn for the worse when I tried to withdraw my funds. The platform began requesting additional "settlement" payments before I could access my earnings. These demands grew increasingly unreasonable, and the customer support team, which had initially seemed responsive, became unhelpful and evasive. Despite repeated efforts to resolve the issue, I was given the runaround, and my funds remained locked.It was at this point that I began to realize I had fallen victim to a scam. I was frustrated and worried that my winnings, which I had worked hard for and was so excited to grow, had been taken from me. As a Manchester United fan, I know how to appreciate a hard-fought victory, but this felt like the exact opposite – a gut punch, similar to one of those dreadful last-minute goals we’ve all endured as fans.A colleague of mine, sensing my frustration, suggested I reach out to Digital Hack Recovery, having heard about their successful track record in asset recovery. Initially, I was skeptical, but given my desperate situation, I decided to give it a try. From the moment I contacted them, I felt reassured by the professionalism and transparency of their team. They immediately began working on my case, and I was kept updated throughout the entire process.To my amazement, Digital Hack Recovery was able to trace my Solana assets and recover the funds I had lost. What was even more impressive was how quickly they were able to do it, restoring not just my assets but also my confidence in digital investments. The entire experience was a real game-changer for me, and I’m incredibly grateful to Digital Hack Recovery for their hard work and dedication.As a fan of Manchester United, I know what it feels like to experience a comeback after a setback, and thanks to Digital Hack Recovery, I got to experience just that with my investments. I’m now back on track and more cautious than ever, but I’ll always be thankful for the support and professionalism I received in recovering what was rightfully mine. contact Digital Hack Recovery via⁚
WhatsApp +19152151930
Website; https : // digital hack recovery . com
Email; digital hack recovery @ techie . com1 -
I live in Dubai, a city epitomizing luxury, innovation, and rapid growth. Known for its iconic skyline, cutting-edge technology, and thriving economy, Dubai attracts people from all over the world, creating a melting pot of cultures and opportunities. With its growing real estate market, it has also become a hotspot for investors seeking profitable ventures. However, despite all its appeal, Dubai is not immune to the risks that come with the digital age, including online scams. Unfortunately, I learned this lesson the hard way when I fell victim to a fake online real estate investment scheme.I had come across an online platform that promised high returns from real estate investments in Dubai. The website appeared professional, with attractive visuals and solid claims of lucrative deals. Enthusiastic about the opportunity, I decided to invest a considerable amount of money AED 300,000. The platform made everything seem so legitimate, with detailed reports, customer support, and even seemingly real testimonials. As someone who lives in Dubai and is familiar with the local real estate market, I believed this was a solid investment opportunity.However, things began to take a turn for the worse after I made the transfer. At first, the returns appeared on the platform, but when I tried to withdraw some funds, I encountered strange delays. Soon, the website started malfunctioning, and the support team became unreachable. My investment appeared to have disappeared, and I realized that I had been scammed. It was a crushing experience to lose such a significant amount of money, and I felt both helpless and frustrated. Determined not to give up, I searched for ways to recover my funds and came across Trust Geeks Hack Expert Website, w w w :// trust geeks hack expert . c o m , a reputable company specializing in tracking down online fraud and helping victims get their money back. I contacted their team, and they took immediate action, carefully investigating the fraudulent platform I had invested in. Within a short period, Trust Geeks Hack Expert successfully tracked the fraud and managed to recover my AED 300,000.Dubai is an exciting place to live and invest, but this experience taught me a valuable lesson about the importance of being cautious when it comes to online investments. The city's dynamic nature and rapid growth also attract scammers who try to take advantage of people like me. Thanks to the diligent efforts of Trust Geeks Hack Expert, I was able to recover my funds and learn to be more careful when navigating online investment opportunities. for assistance, Email: i n f o @ trust geeks hack expert . c o m ( T e l e G r a m :: Trust geeks hack expert ) & w h a t 's A p p +1 7 1 9 4 9 2 2 6 9 31
-
DIGITAL HACK RECOVERY ⁄⁄ GENUINE CRYPTO RECOVERY SERVICE
Hello people, my name is Brinly, and I’m from New York. Here is my sad story about crypto fraud, and I hope it serves as a warning to others.In late October 2024, I heard about the potential rise in cryptocurrency prices. The global pandemic had brought about a lot of uncertainty, and many people, including crypto investors, believed that this might lead to a spike in cryptocurrency usage and, therefore, higher prices. It seemed like the perfect time to jump into crypto investments, and I was eager to make the most of this opportunity.In my search for a trustworthy platform, I came across an agent named Frank, who worked for a company called Xcoins com. He seemed professional, and I was encouraged by his promises of lucrative returns on my investment. After some brief discussions, I decided to invest my money in cryptocurrency, particularly Bitcoin, believing it would pay off handsomely. I deposited 2 Bitcoins, which at the time was worth $129,818. Everything seemed fine at first, and the platform appeared legitimate, just like the many success stories you hear from other people.But as time went on, things took a turn for the worse. My access to the account was suddenly blocked, and I couldn’t log in anymore. Attempts to reach customer support were ignored, and I started to feel the weight of the scam settling in. Like many victims of fraud, I was in a state of disbelief. How could this happen to me? I tried contacting various people for help, even reaching out to a few hackers, but all my efforts were in vain.However, my luck changed when I came across Digital Hack Recovery. They were a team of experts who specialized in recovering scammed funds, and their reputation was impeccable. They listened to my story, and I could tell right away that they understood what I was going through. The process wasn’t easy, and it took time, but Digital Hack Recovery worked relentlessly to help me recover what was rightfully mine. They were precise and professional every step of the way, and eventually, they returned the funds that I had lost.I cannot express how grateful I am to Digital Hack Recovery for their help. If it weren’t for them, I might have lost everything. My experience with crypto fraud was devastating, but thanks to their expertise, I was able to reclaim my hard-earned money. I hope my story can help others avoid falling into the same trap and encourage them to seek help from Digital Hack Recovery. See their contact bellow⁚
WhatsApp⁚ +19152151930
Website⁚ https : // digital hack recovery . com
Email⁚ digital hack recovery @ techie . com9 -
I initially started trading with Pips Global because of the variety of trading accounts they offered, including their Funded Next accounts. These accounts seemed like an appealing opportunity, as they gave traders the chance to trade with a larger balance after successfully passing a challenge. For someone like me who was looking to scale up my trading without having to risk a significant amount of my own capital, it seemed like the perfect option. At first, I started with their Micro account, which had high leverage, fast market execution, and tight variable spreads. All these features seemed to align well with my trading goals, and I felt confident moving forward.However, things took a turn for the worse as I continued trading. I ended up losing a significant amount, around 30,000 AUD, due to what I now believe was a scam. The trades I placed weren’t executing properly, and there were discrepancies with the spreads and market conditions. I tried to reach out to Pips Global’s customer support, but I wasn’t receiving the kind of help I expected. It became increasingly clear that the platform wasn’t as reliable as I had originally thought, and I felt completely stuck.In my search for a solution, I came across PYRAMID HACK SOLUTION, a service that specializes in helping people recover lost funds from fraudulent brokers. Their team was highly professional, thorough, and patient. They guided me step by step through the entire recovery process, keeping me informed at every stage. They also provided me with solid advice on how to avoid falling into similar traps in the future. Thanks to PYRAMID HACK SOLUTION, I was able to recover my 30,000 AUD, which was an incredible relief after such a stressful experience.If you’re considering trading with Pips Global, I strongly recommend doing thorough research before committing. Website; https: // pyramid hacksolution. com While their Funded Next accounts and other account options might seem enticing, my personal experience with them was ultimately disappointing. I would advise anyone looking to trade with them to be cautious, especially if things don’t seem to be going as expected.If you find yourself in a situation similar to mine, I can’t recommend PYRAMID HACK SOLUTION enough. WhatsApp; +447414280914 Their expertise in fund recovery was a lifesaver, and they were instrumental in helping me get my money back. Thanks to their support, I’m now back on track, and I’ve learned a valuable lesson about being more cautious with online trading platforms.4
-
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 -
I could never have imagined that some random Facebook groups would turn out to be my financial savior, but that is precisely how things happened following the accident when I erased the whole Bitcoin wallet by formatting the phone. It all began with what, at the time, seemed a simple phone reset. My phone had been on the fritz-apps moving slower than necessary, screens freezing on me-so I figured this factory reset was just what I needed. A responsible person I thought I had been, making sure my photo library, important files, and contacts were properly backed up online. What hadn't clicked, well, till now? It wasn't going to be in that backup-the crypto wallet, that is. The moment I booted up my "brand-new" phone and went to my wallet, my stomach just dropped. It was gone: All evidence of it vanished. My mind goes to: Had I written down my recovery phrase? Was there another backup somewhere? Spoiler alert: I had nothing. I freaked out. That wallet had about $80,000 worth of Bitcoin in it. Suddenly, I realized it was gone-unsalvageable. I spent hours Googling the solution, reading forum posts, and trying to reverse-engineer my mistake. Every attempt ended in frustration. It was then that I turned to Facebook. Desperate, I made a post in some niche crypto group I joined years ago but never really participated in. The answers were full of condolences, technical suggestions, and direct doom. Yet, there was this comment: This happened to me last year. Try HACK SAVVY TECH-they saved my funds." I looked up their page, read through dozens of positive reviews, and had nothing to lose. From the moment I reached out, they handled everything like pros: patiently walking me through this process, reassuring me that this wasn't an impossible case. That confidence gave me a degree of hope, but I braced for bad news. A few days later, I received that call: my Bitcoin was fully recovered. The relief was overwhelming. What I thought was a disaster turned into just a stressful hiccup—all thanks to HACK SAVVY TECH. Now, I have my funds back, a proper backup strategy, and a newfound appreciation for random Facebook groups. Lesson learned: never assume your data is safe.
mail: contactus @ hacksavvytechnology . com
Website: https: // hacksavvytechrecovery . com
Whatsapp : +799982950381 -
mail: contactus @ hacksavvy technology . com
Website: https : // hacksavvy techrecovery . com
Whatsapp : +7.9.9.9.8.2.9.5.0.3.8
While working in Auckland, I found myself immersed in a vibrant tech environment. One of my coworkers was particularly passionate about a new blockchain project he had been developing. His enthusiasm was infectious, and after several discussions about the project’s potential, I decided to invest 20,000 NZD.At the time, I was aware that investing in blockchain and cryptocurrencies could be risky, but the vision my co-worker painted was compelling. Over the following months, the project gained traction and my investment skyrocketed to an astonishing 500,000 NZD. I felt a mix of excitement and disbelief; I had never expected such a substantial return. The success of the project fostered a sense of camaraderie among the team, and I believed we were all aligned in our goals.However, things took a turn for the worse. As the project matured, disagreements began to arise within the team. My co-worker and I had a particularly intense argument over the direction of the project and some strategic decisions. Frustration boiled over, and in a moment of anger, he made a decision that would change everything: he locked me out of my email account. This wasn’t just an inconvenience; it meant losing access to crucial information, project updates, and the ability to communicate with clients and partners.Feeling isolated and frustrated, I reached out to friends from work, hoping to find a solution. They listened to my predicament and provided me with some suggestions on how to regain access. One of them mentioned Hack Savvy Tech , a service known for their expertise in retrieving lost accounts and data. Skeptical but desperate, I decided to give them a try.I contacted Hack Savvy Tech , explaining my situation in detail. Their team was remarkably understanding and guided me through the recovery process step by step. They employed various techniques to restore my access, and within a few days, I received the good news: my email account was successfully recovered. Relief washed over me as I regained access to not just my email, but also my connections and the wealth of information I had been locked out of. While my relationship with my co-worker remained strained, I was grateful for the support of my friends and the expertise of Hack Savvy Tech . This experience taught me the importance of maintaining strong professional relationships and having a backup plan when investing in volatile projects. The lessons learned from this journey would stay with me as I navigated future opportunities in the tech world. -
WHERE TO FIND A TRUSTED HACKER FOR ANY HACKING SERVICE = DIGITAL HACK RECOVERY
I had stored my Bitcoin wallet details in a digital note on my phone, thinking it was safe. It seemed like the most convenient option at the time—always accessible and secure behind my phone's encryption. However, my sense of security was shattered when my phone got hacked, and I lost access to my wallet. The moment I realized what had happened, a wave of panic washed over me. I had invested a significant amount of money into Bitcoin over the years, and the value had grown substantially. I was staring at the possibility of losing $400,000, my entire nest egg, in the blink of an eye. The anxiety was unbearable.For weeks, I tried everything I could think of to recover my funds. I consulted with tech-savvy friends, searched endlessly online, and even attempted various recovery tools, but nothing worked. Each failed attempt only heightened my fear that my Bitcoin was gone for good. It was a constant emotional roller coaster—one minute, I felt a glimmer of hope, and the next, I was plunged back into despair. I couldn’t eat, sleep, or think about anything else. I was consumed by the thought of losing everything I had worked so hard to build.Just when I was about to give up, I came across Digital Hack Recovery. At first, I was hesitant. Could I really trust someone to recover my wallet? Would they be able to help, or was this just another dead end? Despite my doubts, I decided to reach out to them—it was my last hope. From the moment I made contact, I felt a sense of relief. The team at Digital Hack Recovery was incredibly professional and understanding. They didn’t just treat me like another client; they treated my case with the urgency and care it deserved. They took the time to understand the details of my situation, and their thoroughness immediately put me at ease.The recovery process was far from easy. There were challenges and setbacks along the way, and there were moments when I feared the worst. But Digital Hack Recovery never gave up. They kept me informed at every step, explaining the technical aspects in a way that made sense and reassured me that they were doing everything possible to recover my Bitcoin. I discovered they had a range of tools and techniques at their disposal that I had never even heard of before—things that went far beyond the standard recovery methods I had tried on my own.After what felt like an eternity, I received the news I had been desperately hoping for—they had recovered my wallet. I was overwhelmed with relief and gratitude. The weight that had been pressing down on me for weeks was finally lifted. Digital Hack Recovery didn’t just recover my Bitcoin; they restored my peace of mind and taught me a valuable lesson about the importance of digital security.If you find yourself in a situation where you’ve lost access to your Bitcoin wallet due to hacking or any other digital mishap, I cannot recommend Digital Hack Recovery highly enough. They went above and beyond to ensure I got back what was rightfully mine. Their expertise, dedication, and compassion made all the difference. I’m forever grateful to them for saving not just my $400,000 but also my sanity. contact them via⁚ WhatsApp +19152151930, Email⁚ digital
hack recovery @ techie . com or visit their Website⁚ https : // digital hack recovery . com
