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 - "thought-process"
-
My last internship (it was awesome). A programmer developed a vacation/free day request application for internal use.
Asked if I could test it for security.
The dev working on it thought that was a very good idea as he wasn't much into security and explained how the authentication process worked.
I immediately noticed a flaw just from his explanation. He said it was secure anyways (with an explanation but his way of thinking was wrong in this case). Asked if I was allowed to show him. He said he was intrigued by this so gave me a yes right away.
For the record, user levels were normal user, general admin and super admin (he was the only super admin).
Wrote a quick thingy server side (one of my own servers/domains) for testing purposes.
Then I started.
Went from normal user to super admin (his account) through a combination of XSS and Session Hijacking within 15 seconds.
Explained him where he went wrong and he wrote a patch under my guidance 😃.
That felt so fucking awesome.5 -
I worked with a good dev at one of my previous jobs, but one of his faults was that he was a bit scattered and would sometimes forget things.
The story goes that one day we had this massive bug on our web app and we had a large portion of our dev team trying to figure it out. We thought we narrowed down the issue to a very specific part of the code, but something weird happened. No matter how often we looked at the piece of code where we all knew the problem had to be, no one could see any problem with it. And there want anything close to explaining how we could be seeing the issue we were in production.
We spent hours going through this. It was driving everyone crazy. All of a sudden, my co-worker (one referenced above) gasps “oh shit.” And we’re all like, what’s up? He proceeds to tell us that he thinks he might have been testing a line of code on one of our prod servers and left it in there by accident and never committed it into the actual codebase. Just to explain this - we had a great deploy process at this company but every so often a dev would need to test something quickly on a prod machine so we’d allow it as long as they did it and removed it quickly. It was meant for being for a select few tasks that required a prod server and was just going to be a single line to test something. Bad practice, but was fine because everyone had been extremely careful with it.
Until this guy came along. After he said he thought he might have left a line change in the code on a prod server, we had to manually go in to 12 web servers and check. Eventually, we found the one that had the change and finally, the issue at hand made sense. We never thought for a second that the committed code in the git repo that we were looking at would be inaccurate.
Needless to say, he was never allowed to touch code on a prod server ever again.8 -
Fuck open office spaces.
A few months ago I landed a super sweet job as a senior full stack developer, mainly going to work with their Python microarchitecture. The company pays well, has a sweet balance between freedom and responsibility, 30 days vacation etc.
During the recruiting process they walked me around the office that was super cozy with 14 devs in on large room and 10 people from marketing in another. They also mentioned that they would move and merge office with operations and customer service (around 100 more people) in a few months.
Life was good in the old office, I thought that this is the company where I will work for a looooong time.
Now we are in the new office and its fucking shit. No walls or FUCKING CEILINGS between departments. Right above my head there is balcony with customer service talking loud as fuck 24/7. Everyone that is not a developer is just so fucking loud.
I have to use earplugs AND earmuffs to get silence, or blast my ears with way to loud music. Every day around lunch I'm completely done mentally.
I know I'm extra sensitive to noise because of my ADHD, but seriously who the fuck thought this was a good idea?
All the devs have told our boss what needs to be done. If they listen i don't know. In the meantime I will start looking for a new job....18 -
In my previous company, I used to work for a client company which had a terrible website. It was about financial data and people would have to wait too long before the page loaded because there was a freaking 1.2 megs of minified, compressed JS file that needed to load before you could do anything.
Everyone knew that was a pain in the ass and nobody wanted to touch spaghetti code and mess up something they didn't know.
I wanted to however take a shot at it. So an architect from client side and I discussed how we were gonna go about it and how we were gonna find the stuff that needed to load on page load and stuff that could be loaded later.
So we plan for it. We broke everything down from a globals polluting JS, found out the variables and functions that needed to run during first load by literally putting a console statement for each function and finally came up with two bundles.
The primary bundle was 120kb and would during first load and then every module would call it's own secondary bundle when the user interacted with it.
In the process, we removed half a meg of JS and the site became blazing fast.
I did it with a team of two members who, my manager thought were useless, learned a ton of stuff, setup proper process for the transition.
When the client didn't appreciate the amount of brain and effort we had put into it, these two members came forward to tell the client to acknowledge my effort and attributed the success of it to me.
I was totally moved. There was so much respect that I didnt care what anybody else thought. I was just so happy to work with those two humans.
When i left the company, i gifted them stuff they always talked about or wanted. :) Feels good.1 -
When I first joined the profession, I had a mentor who refused to give me straight-forward answers to my questions / queries. He always had the same answer, "Google it. Find the solution yourself." I hated him for that. Sometimes he used to explain that it was for my own good (blah, blah, the usual stuff) and not because he didn't know or couldn't give me the answer straight-away. I still thought it was just that I was too smart to ask all the right (complicated) questions and he didn't have the answers.
(Of course, that is a bit too exaggerated; he used to help me out with complicated stuff when he knew I was blocked and couldn't move further; he wasn't a sore mentor; he was a good one, in his own way.)
Several years later, I find myself giving the same answers and advice to juniors I mentor. It turns out that push to figure things out on my own did me a lot of good. I'm able to approach any problem head-on and not freak out even if the specs or the deadlines seem surreal. I know how to "figure" answers to problems that I come across for the first time. In the process you learn a lot of stuff that "keep you ahead of the curve and not grow old".2 -
It's funny, whenever the subject of facebook vs privacy comes up (mostly I don't even initiate those convo's), people always start to defend facebook when I say that I THINK that facebook is build to get people addicted to it and get them to stay on facebook as long as possible.
Haha, one of facebook's early investers/ex facebook presidents said the following in an interview:
“It’s a social-validation feedback loop, exactly the kind of thing that a hacker like myself would come up with, because you’re exploiting a vulnerability in human psychology.”
So even an ex president of facebook is admitting this.
I also found the folloing a good one:
The underlying thought process while creating platforms like Facebook or Instagram is something like “How do we consume as much of your time and conscious attention as possible?”
Last but not least, the part I found the most scary:
“God only knows what it’s doing to our children’s brains.”
Yes, I find this scary.
Oh yeah and for the people who are going to call bullshit on this one, I've got one source and if you search engine on the title of that article then you'll find loads of websites having that story:
https://fossbytes.com/facebook-was-...26 -
My last wk93 story, the time we discovered school faculty was spying on students and we uncovered student's deepest secrets.
I call it, kiddiegate.
So if you've read my past rants you've noticed I did some pretty childish and reckless stuff with my highschool's systems when I was younger, but nothing compares to this thing.
After resetting the sysadmin account pwd on some machines it occurred to me I could write a keylogger to capture teachers Moodle accounts and so on, I decided to try it out on a regular lab computer first.
Imagine my surprise when I found a hidden keylogger already installed! I couldn't believe it but then I thought, what if other PC's have it? So I recruited my mates and teached them the process to check if a PC had been infected...ALL PCs were, over 30 computers we checked had been logging for over 3 months! That damn sysadmin! >:[
We were shocked and angry, but then I thought "hey. . . My work has been done for me, better take advantage"
So we did, we extracted each log and then removed it from the PCs along with the keyloggers. There were hundreds of records and then one day we started snooping into the fb accounts of some students (we shouldn't have) we uncovered so many nasty, shocking secrets...
One of the school's lady's man had a drunk one nighter with one of our gay friends, the most secluded and shy guy was sexting like crazy with 15 chicks at the same time, things like that...we promised to never say a word and deleted the logs.
After that we didn't do much and continued highschool as every teenage minor should, getting drunk and avoiding responsibilities, though we could never see many of our classmates the same way. The sysadmin was fired shortly after I graduated, no reason was stablished.
I want to clear out we were minors and laws in my country weren't clearly stablished at the time plus no harm was ever done. I don't condone hacking or any kind of illegal activity, just thought I'd share.
6 -
Recruiter: We found you resume as a perfect match for this job, my client needs a Junior frontend developer ...., that sounds good to you?
Me: Yes, I’d like to apply but you have to be aware that I’m a Junior.
R: of course, don’t worry about it, please send your resume (ah? I thought you already have it) so we can go on with the process.
Me: ok.
... 5 fucking weeks of interviews later...
R: Hi, unfortunately we cannot proceed with you application, my client is looking more for a Senior FullStack Lord of the 7 kingdoms Master degree developer, sorry.
Me: u kidding me right?3 -
Things happened this year so far in chronological order:
Applied to PhD and got all rejected
Graduated without a job because I thought the last event wouldn’t happen
Decided to take more shots at universities in Europe and Canada
Paper got published and got best paper honorable mention
Interviewed by couple professors and the one in Canada seems to be interested in me
School in Canada, which rejected me before, reopened my case for review
Bank account got closed because my parents transferred me some money to support my unemployment ass and bank thought it was a fraud
The review process took so long I got hopeless and thought, if I end up writing webpages for other people, why not doing it now? And did two webpages which are in my previous rant, pretty good and highly recommended imo
Canada school promised a date but didn’t follow that date, depression attack
Finally sent them an email and got an answer saying the admission approved my application and they are working on paper work. But I still don’t believe it because I’m paranoid
Got an email from a professor today confirming they are doing paper work and I should receive official paper soon.
You can see the dramatic ups and downs, but in the end, guess I’m going to Toronto for phd12 -
Got a call while on vacations, the main server is down.
*holy shit* I thought.
As I opened my MacBook, the phone kept ringing and slack was going crazy.
“What should I do? Where is the problem?”, the voices in my head said..
I opened the terminal and tried to get a ssh connection.
Sweat was dropping down from my forehead.
“Connected” the terminal said.
“Fuck yeah, the server is up, only the app is not responding”, I thought and opened the log files.
Suddenly, “STOP” I shout at the log files that were appended way too fast.
Then I saw it.
TimeOutExceptions..
I added an index to the modification date column,“ kill -9“ed the process, started again and went back to vacation mode 🙂
And of course I was the office hero for a while💪
For the smart asses, I’m aware that it’s a bad idea to -9 the app process in prod, but it was so overloaded that i was not able to kill it any other way. And we needed that server up again.4 -
Living in a somewhat rural area, local dev jobs are hard to come by. So I decided to look for remote jobs.
I got in touch with a ceo of a company within our capitol, and the process was moving forward rather quickly. Until we got to discussing the salary. The seo had mention something about what he thought was the mininum and maximum salary. I said I needed to think about it for a bit, as the salary was a bit below the national average - but still was higher than I make in my current job.
I later responded with a suggestion a little higher than he suggested, thinking that we were in a negotiation situation. Oh, I was so wrong. This message was met with total radio silence. It's the first time I've been ghosted by a company.
Several weeks later, I got a message saying they hired someone else. That kind of treatment makes me glad I never got the job.2 -
I posted a "Periodic Table of Human Intellect" I created today, and thought it was worth sharing.
Ages:
0-14 = Dumb as fuck.
15-21 = Learning useless shit.
22-28 = Claiming to know everything. *
29-35 = Reality sets in.
36-48 = Fuuuuuuuuu...
48-59 = Deal with it and watch your step.
60+ = ¯\_(ツ)_/¯
Of course, I'm still in the process of testing the predicted results of 48+ - but, I'm looking forward to no longer giving even half a shit.
(* Based on everything useless that they've learned.)16 -
So i am the process of working on improving my personal brand and have created myself a new logo.
I thought it would be interesting to see what you all think?
"As a developer/designer hybrid i wanted to create a identity that was able to form a symbolic reference.
My initials (nb) are formed into one continuous line making a connection to two seemingly different fields that represent both design and development."
Full Resolution: https://dribbble.com/shots/...
34 -
About 18 months ago my non-technical Manager of Applications Development asked me to do the technical interviews for a .NET web developer position that needed to be filled. Because I don't believe in white board interviewing (that's another rant), but I do need to see if the prospective dev can actually code, for the initial interview I prepare a couple of coding problems on paper and ask that they solve them using any language or pseudo code they want. I tell them that after they're done we'll discuss their thought process. While they work the other interviewing dev and I silently do our own stuff.
About half way through the first round of technical interviews the aforementioned manager insisted we interview a dev from his previous company. This guy was top notch. Excellent. Will fit right in.
The manager's applicant comes in to interview and after some initial questions about his resume and experience I give him the first programming problem: a straightforward fizzbuzz (http://wiki.c2.com/?FizzBuzzTest). He looked as if the gamesters of Triskelion had dropped him into the arena. He demurs. Comments on the unexpectedness of the request. Explains that he has a little book he usually refers to to help him with such problems (can't make this stuff up). I again offer that he could use any language or pseudo code. We just want to see how he thinks. He decides he will do the fizzbuzz problem in SQL. My co-interviewer and I are surprised at this choice, but recover quickly and tell him to go ahead. Twenty minutes later he hands me a blank piece of paper. Of the 18 or so candidates we interview, he is the only one who cannot write a single line of code or pseudo code.
I receive an email from this applicant a couple of weeks after his interview. He has given the fizzbuzz problem some more thought. He writes that it occurs to him that the code could be placed into a function. That is the culmination of his cogitation over two weeks. We shake our heads and shortly thereafter attend the scheduled meeting to discuss the applicants.
At the meeting the manager asks about his former co-worker. I inartfully, though accurately, tell him that his candidate does not know how to code. He calls me irrational. After the requisite shocked silence of five people not knowing how to respond to this outburst we all sing Kumbaya and elect to hire someone else.
Interviews are fraught for both sides of the table. I use Fizzbuzz because if the applicant knows how to code it's an early win in the process and we all need that. And if the applicant can't solve it, cut bait and go home.
Fizzbuzz. Best. Interview. Question. Ever.6 -
Hey junior... when I'm asking a question it's not the answer I'm looking for.... It's your thought process! Just tell me the things you will not do and we can take it from there!4
-
Love reading through old code and seeing things like this
var hasFailed = (errors.length > 0)?true:false;
Makes you wonder what their thought process was when writing it :D5 -
Tried deploying a new nginx server today, wrote the site config manually.
"Alright, done! Let's restart the service and look in the browser how it looks"
# systemctl restart nginx
> Process exited with error code.
"Fuuuuck..."
# nginx
> Unexpected } on line 13.
# vim /etc/nginx/sites-enabled/thatconfig.conf
"Wait wtf.. there's nothing wrong with the curly braces.. they're all opening and closing as they should..."
*takes another closer look*
Line 12, missed a fucking semicolon 😑
Append semicolon, :wq, # systemctl restart nginx
Works like a charm 🙄 all because of a stupid semicolon.
Until now I thought that the semicolon jokes were just lame.. but damn you semicolon, you are indeed the superior hide and seek player 😅9 -
I did a job interview recently for a company and the test was something like this.
In ruby, write a web server that will serve a specific line number from a text file.
I thought up a simple solution and a more advanced solution, but I opted to go with the simple solution and submit my work quickly. I made a nice web server with tests and everything and it used the sed command to get the line number from the file.
Now, they had various instructions, like it had to perform. They asked how it'd perform with 10G, 100G files. I thought "Eh... it'll be alright."
The solution they were looking for was the "advanced" solution that I thought up, which involved storing a binary file of 32/64 bit integers that reference the byte-offset of the line they're looking for. Basically a binary index file.
This violates all of my sensibilities, because I would never build a database indexer like this using ruby, of all things.
I thought it was a stupid test, and how do these companies honestly expect me to spend hours coding and then tell me I didn't go far enough? It's unethical.
I actually followed-up with the "advanced" solution a couple hours after hearing I was out, just to show them that their process is flawed.2 -
the effort to get girls, and children for that matter into programming has been terrible. I never thought I could find something worse than code.org, but here it is: SmartGurlz (because what could be smarter than spelling your own gender wrong, right?). this was on shark tank and this lady was making robots to try to get girls into programming. they pretty much control dolls on wheels by means of scratch. it's terrible. first of all, how the fuck is that profitable? when a little girl wants to play dolls, what kind of girl wants to *program* it first. jesus, no kid wants that.
second, this girls who code thing makes me barf. the thought process for many organizations trying to push girls to code is "hmm, if we isolate girls and give them lower standards, then maybe they'll decide to go into a male-dominated industry," because, fuck logic right? idiocy is dreadful. lastly, what I hate most about so many of the girls coding organizations, is the fact that they have to embrace the stereotypes. almost every single one cares about "feelings" or something similar. its bullshit.
and don't get me wrong, women should have equal opportunity, but pushing them into stem fields isn't good. bias in the workplace is what we should be talking about, or other topics like women being paid less. trying to make girls interested in programming is complete bullshit, let them do what they want.
back to "SmartGurlz," I looked them up and they confirmed what I expected. the first thing I see? not anything related to programming whatsoever, but different dolls wearing different outfits. girls deserve something better, and shouldn't have to deal with organizations trying to push them into something they don't want to do.
8 -
Doing linguistic research where I need to parse 2000 files of a total of 36 GB. Since we are using python the first thing I thought was to implement multi threading. Now I changed the total runtime from three days to like one day and a half. But then when I checked the activity monitor I saw only 20 percent of the CPU usage. After a searching process I started to understand how multi threading and multi processing works. Moral of the story: if you want to ping a website till they block you or do easy tasks that will not use up all power of one core, do multi thrading. If you need to do something complicated that can easily consume all the powers of a single CPU core, split up the work and do multi processing. In my case, when I tried to grab information from a website, I did multi thrading since the work is easy and I really wanted to pin the website 16 times simultaneously but only have 4 cores. But when it come to text processing which a single file will take 80 percent of cpu, split it up and do multi processing.
This is just a post for those who are confused with when to use which.12 -
Fuck regex and everyone who has ever endorsed the use of and/or is affiliated with regex.
It's unreadable, impractical, overly complex and complicated and it adds unnecessary clutter to your code, and your thought process.
It's 00:50 am and I just spent 3 hours debugging a regex only to realise forgot a single "?" in a 75+ character long string and I want to go to bed.13 -
People are incredibly rude and ill mannered.
New company stories.
Whenever I am in office and having a conversation with a person, someone randomly appears (like those annoying pop-ups on websites) and interrupts the conversation and starts with their own.
I don't understand why people don't wait for the conversation to be over, or ask for permission (in case it is urgent).
Such behaviour derails the entire thought process and breaks the rhythm.
It's just beyond me. How difficult it can be!!!17 -
Anyone else realllllllly hate hearing the sound of their voice played back? I had to record some little videos of a short user process today and oof! My accent is much stronger than I thought it was8
-
ceo: we need new docs, kiki should make them
tens of team members: lemme explain docs to kiki
ceo: don’t you fucking dare, let kiki execute their unique thought process
☺️14 -
Oh man. I have been waiting for this one. Gather round lil' chil'rens it's story time.
So. I was looking for a new project because my old one was wrapping up and that's what my company does. So I was offered some simulation type stuff. I was like "sure why not, I want to make a computer pretend it isn't a computer no more." Side note I should not be a psychiatrist.
So, prior to coming on to this job I felt stifled by my old job's process. This job was a smaller team so I thought the process would be a little smoother. But it turned out they had NO process. Like they had a bug tracking system and they held the meeting to add things to the system, but that was just fucking lip service to a process.
First of all, they used the local disk on the test box as their version control. and had no real scheme as to how they organized it. We had a CM tool but gods forbid they ever fucking use it. I would be handed problem reports and interface change requests, write a bug to track it, go into the code and about 75% of the time or more it had already been worked. However, there was no record of it being worked and I would have to fucking hunt that shit down in a terribly shitty baseline (standardize your gods damned indentation for fuck's sake) and half the time only found out it was done because when I finally located the piece of code that needed changing, the work was already done.
Then, on top of all that, they ask me what time I want to come in. I said 10am, they said okay. One day I roll in at 10 and my boss is mad. Because I missed a meeting. That was at 9. That I wasn't told about. He says I can keep coming in at 10am though (I asked and volunteered to help get him up to speed on the things I was working he said it wasn't necessary) so I did, but every time I missed a 9am meeting he would get pissed. I'm like PICK ONE!!! They move the meeting to 9:30am (which is not 10am).
This shit starts affecting my health negatively. Stress is apt to do that. It triggered an anxiety relapse that pushed me back in to therapy for the first time in 7 years. On top of that the air quality in the office is so bad that I am getting back to back sinus infections and I get put on heavy antibiotics that tear up my stomach along with the stress and new meds tearing up my stomach. So one day as I am laid out in pain, I call out sick. Two days in a row. (Such a heinous crime right.) Well I missed a test event, that I wasn't even the primary or secondary on.
So fast forward to the most pissed off I have ever been. I get called in to a meeting with my boss's boss. As it turns out, my coworkers are not satisfied by the work that I'm doing (funny because I thought I was doing pretty good given that my only direction was fix the interface change reports and problem reports. And there was no priority assigned to any of them).
And rather than tell me any of this, they go behind my back to the boss and boss's boss. They tell me I need to communicate (which I did) and ask for help when I need it (I never did). That I missed an important event (that I played no part in and gods forbid I be sick) and that it seemed like I didn't want to be there (I didn't but who WANTS to work a corporate job).
They put me on a performance improvement plan and I jumped to another project. I am much happier now. Old coworkers won't even say hi, not even those I was friendly with, but fuck them anyway.5 -
TL;DR - Girlfriend wanted to learn coding, I might have scared her off.
Today, my girlfriend said she wants to learn coding.
Me: why?
She: well, all these data science lectures are recommending Python and R.
Me: Ok. But, are you interested in coding?
She: No, but I think I have to learn.
Me: Hmm.. coding requires a clear thought process, and we should tell the computer exactly what needs to be done.
She: I think I can do that.
Me: Okay... then tell the computer to think and give a random number between 1 to 10.
She: I will use that randint function. (She has basic knowledge in C)
Me: Nope. You write your own logic to make the computer think.
She: What do you mean?
Me: If I were you... Since it is just a single digit number.. I would capture the current time and would send the last digit of milliseconds @current time.
She: Oh yeah, that's cool. Understood! I will try...
" " "
We both work in same office.. so, we meet up for lunch
" " "
I didn't ask about it, but she started,
She: Hmm, I thought about it, but I was not able to think of any solution. May be its not my cup of tea.
I felt bad for scaring her off... :(
Anyway, what are some other simple methods to generate random numbers like OTPs. I am interested in simple logics, which you have thought of..not the Genius algorithms we have in predefined libraries.26 -
Tru story:
We have a folder that we keep as shared documentation known as Javascript And PHP Fuckery made by yours truly in which I added a bunch of fixes to fuckery written in those 2 languages by previous developers.
The entire department has access to those files(as in all of IT) and I have been commended by the head of our department for my determination and uncanny ability to spot fuckery and fix it.
He says that he "thoroughly enjoys my colorful mastery of language, sarcasm and cognitive imagery when dealing with documentation regarding the code horrors done by previous developers"
By cognitive imagery he said that he meant my thought process and that he wouldn't trust a developer that does not use this language.
Fucking killing it b.
I'll let y'all(as in youse) when I am done with my Book(if anyone here steals the idea of the title as js php fuckery i am gonna sue you)1 -
Imagine: It's the year 4249.
Corporate has finally managed to convince workers that they don't need a salary.
Workers are now paid with food, shelter and clothes. And it's only in effect if you achieve your deadlines.
Keystroke monitoring softwares are now replaced with Webcam eye tracking software.
GitHub Co-Pilot now takes over your code editor and tries to dictate you how to write better code.
Refusing to do results in a signal sent to the management about your behaviour and you lose food access for the day.
HR Recruiters now require you to give them a blood sample and part of your house as a security deposit.
They also require you to have a micro-chip placed in your brain so they can monitor their worker's thought process.
Switching a job is no longer an option. You pledge allegiance to one company your entire career.
You can never see the real world now because the government has mandated you to never take off your VR glasses.
You see the world the way the government wants you to see it.
PHP is still trash.
Life is Good.11 -
Any one else’s kinda enjoy the process of removing tech debt? always thought it felt good to rip out old shit to put in shiny new shit4
-
Writing the new software dev test for our incoming interview process.
Me: And here is where we ask them to parse HTML with regex.
Lead developer: You are fucked up and the villain of this movie, multiverse and everything in between, fk u.
CMS Admin: And I thought Palpatine was evil. That is legit fucked up, fk u.16 -
So I joined this financial institution back in Nov. Selling themselves as looking for a developer to code micro-services for a Spring based project and deploying on Cloud. I packed my stuff, drove and moved to the big city 3500 km away. New start in life I thought!
Turns out that micro-services code is an old outdated 20 year old JBoss code, that was ported over to Spring 10 years ago, then let to rot and fester into a giant undocumented Spaghetti code. Microservices? Forget about that. And whats worse? This code is responsible for processing thousands of transactions every month and is currently deployed in PROD. Now its your responsibility and now you have to get new features complied on the damn thing. Whats even worse? They made 4 replicas of that project with different functionalities and now you're responsible for all. Ma'am, this project needs serious refactoring, if not a total redesign/build. Nope! Not doing this! Now go work at it.
It took me 2-3 months just to wrap my mind around this thing and implement some form of working unit tests. I have to work on all that code base by myself and deliver all by myself! naturally, I was delayed in my delivery but I finally managed to deliver.
Time for relief I thought! I wont be looking at this for a while. So they assign me the next project: Automate environment sync between PROD and QA server that is manually done so far. Easy beans right? And surely enough, the automation process is simple and straightforward...except it isnt! Why? Because I am not allowed access to the user Ids and 3rd party software used in the sync process. Database and Data WareHouse data manipulation part is same story too. I ask for access and I get denied over and over again. I try to think of workarounds and I managed to do two using jenkins pipeline and local scripts. But those processes that need 3rd party software access? I cannot do anything! How am I supposed to automate job schedule import on autosys when I DONT HAVE ACCESS!! But noo! I must think of plan B! There is no plan B! Rather than thinking of workarounds, how about getting your access privileges right and get it right the first time!!
They pay relatively well but damn, you will lose your sanity as a programmer.
God, oh god, please bless me with a better job soon so I can escape this programming hell hole.
I will never work in finance again. I don't recommend it, unless you're on the tail end of your career and you want something stable & don't give a damn about proper software engineering principles anymore.3 -
I started my internship at the end of the year..
Fuck my ass!!! This code I have to work with is a huge pile of shit.
The code base I need to work with is around 40k LOC. It is a mixture of C++, C, Java, Python, Bash and I think I saw some lonely js files around.
A list of awesome parts:
- Paths are hard coded.
- Redundant code everywhere
- No documentation or inline comments available
Most of the comments in the code are just old code that is not used anymore. But the cherry on the turd is the class that should provide all kind of useful functions in my daily routine. About ninety percent of the functions have the same description or nothing. Sometimes a function name says "readSomethingFromSomewhere" but instead it writes something to a file. It is really confusing and I need to check everything twice instead of rely on what the function name promises.
I have also learned why copy paste isn't that good. The brief descriptions of every method in a files are always the same.
getName() - Description: Fork child process
getIp() - Description: Fork child process
getIpv6() - Description: Fork child process.
Surprise: None of these functions forks a child process. :D
Another awesome feature is the thing that they store up to five different versions of libraries. Everyone with slight modifications but no hint which one you need to use. Sometimes it is the newest, sometimes the oldest which is running in production. Another case of try and error.
Oh and my dev machine is a potato with a power supply and a fan. I started with NetBeans and every time I compiled the code it sounds like the machine wants to lift off and leave for a better place. (At this point I switched to Emacs and everything runs smoothly now)
At first I thought that I'm just not that good at coding and understanding a big project from scratch but some colleagues have the same problem. The whole system is very inflexible and it is all about "std::cout"-debugging to check if your changes do what you want them to do.
Currently I'm just trying to fix this mess to make the life for the next student or employee easier. The first month was just frustrating as hell. I need to ask so many questions and most of the time the answer was "I don't know, haven't touched this code in years". Needless to say that my progress isn't that awesome but at least I get a nice payment for 20 hours of work a week.2 -
Client : We want to develop this particular software. While developing it, we will be following Agile methodology.
Developers: Sure.
After developer achieves few features and decides to give 1st Demo of the software to the client.
Client : Wtf is this? This is an incomplete software, there are bugs in it.
Developer : Yes, you point that out to me and I will solve them.
Client: What do you mean point them out for you l, couldn't you do it yourself?
Developer: As a standard method, we often do unit tests, but we are not testers and with a strict deadline to match, we are more on the core implementation then checking again and again for minor bugs.
Client : I thought it would be a full proof software without any bugs in the 1st demo.
Developer : Software development is a process. It's not straightforward, hence you only mentioned at the initial, it's agile.
Client : If that's so, let's make it not agile and make you rot in hell for the next few fays. Now you next time show me a demo with no bugs, great complicated features and we will not mention you our expectations, predict them by yourselves, and most importantly, here's an impractical strict deadline.3 -
Update: https://devrant.com/rants/5445368/...
My previous bosses were real awesome people. However, the current one is an intentional asshole.
He wants to review every piece of work. He thinks I am a retard who knows shit. He has no sense of feedback vs. humiliating criticism.
Fucker questions every single word.
For example, consider the following statement, "They are taking the Hobbits to Isengard."
He'd critical question every word like,
What do you mean by 'they'?
Why have you mentioned it?
Why does 'They' exists in English vocabulary?
Why cannot you try 'Your'?
What data points you have?
And after endless questioning, he'd repeat the same with next word. Making sure to break my spirit of working for him.
And let me add that his communication is saturated with heavy jargons which are difficult to understand. At times, I slow down to understand and absorb and he has a problem with that as well.
My past experience says that I learned a lot from strict managers.
But this fucker intentional criticises every aspect with zero to negative appreciation. All in the name of feedback.
I have gotten tons of compliments and good ratings in the past based on my communication and thought process. However, this fucker feels that my thought process is shit and I don't know how to communicate. Furthermore, he feels that I lack sense of ownership.
I really don't know what he saw in my resume or me to even hire me in the first place.
Given how he treats me and others, no wonder people are leaving. And if he fires me, good luck to him finding a sensible replacement who matches his expectations or puts up with his crap.3 -
Want to be likeable or get your way through people?
No need to sell ice cream, just validate those insecure souls.
Wide majority does not want their fragile bubble to be broken even if they are suffocating within.
All they seek is validation. That's fucking it. That's the secret.
If someone asks you for some opinion or support, most of the time they are just want to hear how great their mediocre thought process is.
Someone's lack of ability accept criticism and grow is the sole reason they are stuck in quicksand situation and only drowning further.
An unethical social skill but this will take you a long way and also help you stay sane from the insecure narcissistic scums by avoiding toxic interaction.
JUST VALIDATE THEM.27 -
Not really a programming story... but a story about how programmers problem solve in real life.
Mods, sort me out if I'm out of line. Anyway, here goes.
So, my wife and I are arguing about whether or not the garage has insulated walls.
"It doesn't have insulated walls", I say, "I've been up in the rafters and their's no insulation there, so there's probably none in the walls."
"Well, why can't you just check", my better half responds, "You could just punch a hole in the wall to see."
Me, taking about 300ms to process this statement. Looks over, and punches a hole in the wall.
"See, no insulation!!!" I say triumphantly.
"What. The. Fuck. Did you just punch a hole in the wall for???"
deerinheadlights.gif
"Um, because you told me to?"
"Well I didn't mean to use your hand, I meant to get a small drill so the hole wouldn't be enormous."
"Well you didn't say "get a small drill", you said "punch"!
And as a laid down to sleep, on the couch, that night I still insist she told me to do it. And while I patched that hole, I still thought it was her fault. And to this day I still think it's her fault.
You cannot give a programmer these vague instructions and expect appropriate results.5 -
There was an issue whilst you were away, we had to make a small css change.. We pushed it into master but it said something about the branch being behind the tip by 50 commits or something. It's okay, we forced it up though and force pushed it to production as well but the site went down.. In the end we had to ftp it up manually but the customer is saying things that were there before now aren't there any more?
I thought you put this "release process" in so things like this wouldn't happen! I think we need to review it as it clearly isn't working.4 -
Had a laptop on which i learned programming. bought a new convertible for uni, so i passed my laptop to my younger sister.
-> time to move data from old to new device. thought i didn't have that much data, mostly installed programs, so i thought alright i'm fine.
sister doesn't know how to reset so i do it ...
halfway through the reset process i realize i forgot all my programs i had written, including many java, a c#, and some written android apps i was kinda proud of ... plus my neural network i had finally finished with much struggle😥
there goes my history *poof* when i got worse in school 'cause of programming ... smth in me died in that moment 😑4 -
When I thought I had bricked my HTC Hero while trying to load a custom ROM and it just didn't boot. I had a real eureka-moment late that night when I understood the whole process and successfully flashed it in a non standard way to get it back working.
I haven't thought about this for a while and it wasn't really dev-related either more than problem solving. That moment was also realisation that I both love and hate technology.1 -
/*
"Not wk135, but blah blah blah"
Please don't misuse wk135 (Sorry)
It's about coding tests
Thank you. */
=>
A company took their technical test on this really weird website. There was a Windows Narrator guy's voice giving instructions while a timer was running. I had to flash my ID to the webcam and then fit my head on an outline on the screen. It was for a web dev position. I had to speak into the microphone to answer the Narrator's questions and then send the video to them. The questions were weird and hypothetical, mostly. I just thought that their process was dumb and unnecessary.
=>
I don't like aptitude and algebraic tests. One company, I remember, had their test on Google Forms. For some multiple choice questions, they put check boxes instead of radio buttons. So, I could just blaze through it selecting all options. Some of the questions had their first option as "All of the above" 🤔. Fortunately, I didn't pass the test.
=>
The company I'm interning with, starting from next month, had a good interview process. They asked me questions on JavaScript, CSS, and a few on algorithms and data structures. I was also given a task where I had to make a css animation of trees. I'm glad they didn't have an algebra entry test.
😊 -
I've just realized the very root cause of the frustration of devs everywhere!
It has everything to do with the manager's thought process:
Manager: HUR DUR, ME NO UNDERSTAND SOMETHING!!! MUST BE WRONG!!! ME CREATE BUG TICKET!!!
Dev: 🤦♂️ ...sigh...3 -
I was given a take-home assignment during the interview process of a startup.
They gave me a vague 24 hours to complete it and submit it the day after.
The instructions read like - most candidates don't complete the assignment, so if you finish 70%-80%, that's good enough.
I read the instructions; I was supposed to follow the "mock design" they sent me. It looked a tad bit ridiculous. But still, I thought I'd be able to finish most of it.
I worked on it for around 10-12hrs total (including procrastination because it was such a slog). I finished most of the "features" they mentioned, so about 70%-80% done.
I submitted it the next day. They got back to me saying they're not moving forward because they expected more features considering 24 hours.
🤨
They didn't expect me to spend 24hrs on it, did they?
I learned a few things, so I guess it wasn't a complete waste of time.3 -
The development process that my boss called SCRUM. It was anything but. Management thought they could make us do more work than possible.2
-
I was out sick the day an urgent ETL job I was building would be due, so it got reassigned. When I return, I find most of my code commented out and replaced.
The first step was rewritten, with a comment that reads "Made changes to run faster." What used to be a single execution lasting 30 seconds was now a 4 step process taking 5 minutes, and yielding identical results.
Being a one-time execution (not a recurring job), I'm left wondering why they thought execution speed was even an issue, let alone what about their redesign they felt was an improvement...2 -
It is said that the number of programmers doubles every five years with fresh CS, CE, and EE grads. Assuming that's true, then at any one time over half the developer community are novices in the early stages of their career.
My entire life's been spent in software and I've been in it now for about 15 years and I've seen a lot of people make alot of things and I've seen a lot of people fail at alot of things. My observation is that the doers are the major thinkers, the people that really create the things that change this industry are both the thinker doer in one person. It's very easy to take credit for the thinking the doing is more concrete. It's very easy for somebody say "oh, I thought of this three years ago" but usually when you dig a little deeper you find that the people that really did it. Were also the people that really worked through the hard intellectual problems.
Many people falsely believe that a great idea constitutes 90% of the work. However, there is a significant amount of craftsmanship required to bridge the gap between a great idea and a great product. As you evolve that great idea it changes and grows it never comes out like it starts because you learn a lot more as you get into the subtleties of it and you also find there's tremendous amount of trade-offs that you have to make.
There are certain things you can't make electrons do, certain things you can't make plastic or glass, certain things you can't make factories or robots do. and as you get into all these things, Designing a product involves juggling 5,000 different concepts, fitting them together like puzzle pieces, and exploring new ways to combine them. Every day brings new challenges and opportunities to push the boundaries of what's possible, and it's this ongoing process that is the key to successful product development. That process is the "magic"3 -
It was disappointing when I heard that the concept I was working on was already developed by Google long time back. I had spent a complete month in implementation and thought process.
But, to motivate myself, I should feel proud that my idea was worthy that a technology giant worked on that.
However it was confusing to understand the behavior of someone who called my idea crap in starting but then appraised when he got to know that unknowingly it was duplicate of some Google's project.5 -
What a difference being in the right frame of mind makes.
On Monday I had an interview for a role that I was really keen on, I'd completed a codility test before which I had killed, everything seemed in place. Then I didn't sleep well, had an urgent fire fighting call with my current employer 15 minutes before the interview, I just couldn't focus, I stumbled on some very basic questions, the whole process was torturous.
Today I had an interview for a different, but equally attractive, role. What a difference, I was focused, my answers were clear and thought out, the technical questions were fine, I killed it I think. Pma definitely makes a big difference.1 -
Here’s book most of you have either read a newer edition or some variant based on this book, as computer science students you had to take an intro to logic course.. prior to digital logic.. or atleast that’s how it went for me and many others I know.
Which regardless how much the universities screwed up teaching comp sci and programming.. this is one aspect I think they nailed. Requiring philosophical logic course for comp sci.
Again this isn’t a digital logic book. It’s just philosophical logic. The first edition of this book came out in 1953... and I think they are edition 14 or 15... for a book to have this many editions and last this long thru time it’s a good book.
It’s a book that should be a must read for anyone venturing into AI and working on human machine thought processing.
It’s a great book to have around as reference, considering philosophical logic is not a walk in the park atleast not in the beginning because it requires you to change the way you view things.. more specifically it requires you to think objectively and make decisions objectively rather than subjective emotional reasoning.
Programmers need to think objectively with everything they do. The moment you begin thinking subjectively .. ie personal style, wishes and wants, or personal reasons and put that into code for a code base with a team u just put the team at risk.
Does this book teach objective thought? No... indirectly yes, because it teaches the objective rules of logic... you don’t get to have an emotional opinion on wether you agree or disagree or whatnot, logic is logic even philosophical. Many people failed the logic course I was in university.. infact the bell curve was c- / D ... many people had to take the course more than once.. they even had to change the way the grading was done.. just to get more people to pass...
But here’s the thing it’s not about it being taught wrong.. people just couldn’t adapt to thinking objectively, with rules as such in philosophical logic courses. Grant it the symbols takes time getting use to but it literally wasn’t the reason people failed.. it was their subjective opinions and thought process interfereing with the objectiveness of the course exams and homework.
5 -
Well what an adventure with this SSD...😑
my sis' laptop is from 2013-ish(?) and has/had a slow HDD in it. I wanted to speed it up, before her study, so I bought a new internal SSD (no new laptop wanted).
Created a bootable USB, exchanged the hard drives and install the OS on it. Seems easy enough...
The laptop restarts to finish its process ... laptop shuts down immediately, no warning whatsoever. 😳🤨
Start it up, loading screen, fan gets louder and louder ... instant shut down.😳🤨🤨.
Redo process, this time landing on blue-screen, error code critical process died? ... instant shut down again.🤔
Restart from old HDD, normal.😐
Retry with boot USB and reinstall SSD. Setup process copying files, meanwhile instant shut down.😳 Please don't tell me!😩 Since every part of the laptop was working, except the new inserted SSD, I thought "FUCK not a broken SSD!😣"
I had my own PC with internal SSD slot, so tried to find out, whether it would be broken...
All starting up fine??🤨🤨
Ok then? Finish the setup for the third time now ... everything up and running.😐🤷
Normal shut down, unplug, plug back onto laptop, it works. HOW?? WHY?? 😕
Why the fuck are you suddenly working? 😐🤷🤷🤷
That's some magic...5 -
So I help teach a class of high schoolers to program and I want to pose a question, what can I do to give & better more interesting presentations, and what should I avoid?
Today I gave a presentation and the first half of showing them some practical things you can do with Python didn’t go as well which I figured would be a little boring,
but the second half I showed them a script I wrote to install fonts in Linux and I essentially set it up so that I could rewrite it in front of the class and I walked them through the process of rewriting it to show how useful loops are and they really enjoyed watching the process, so I thought about doing more stuff like that where I just walk them through problems but Idk
Let me know what you think I could do better17 -
"Ralph" has been working on a process that updates a field in a SharePoint list and bellying aching for almost a month. Couldn't use the C# client, too hard...tried to use the SharePoint REST entry point, using C# too complex...Javascript also was overly complex. Tried to use PowerShell, that worked but could only run on the SharePoint Server and it didn't have access to the 3rd party system.
In our stand up this morning, again, he was belly aching he is still not done because of the complexity of SharePoint.
I thought "Good lord...what the frack is the problem? Surely other devs in the world aren't having this much of a problem."
Fire up google...search for an example...copy the MSDN C# example...run it...tada...updated the SharePoint list just fine. Maybe 15 minutes of effort (< 20 lines of mostly copy+pasted code).
Next stand up, I'm contemplating calling him out on the BS, but I suspect he had working code for a while. Wouldn't be the first time he has dragged his ass working on a project until folks get fed up waiting and he has an "intellectual breakthrough" and brags how all his effort was worth the time. Similar to the firefighter who starts fires just so he can 'be the hero'.
1 -
My colleague thought process became the average of all possible existing LLMs. He has perplexity, ChatGPT, Claude and Cursor open on different tabs every time I go check on him. He is literally performing majority vote on all possible LLMs -> he basically stopped thinking.8
-
Share it with someone. They don't need to answer back.
Just lay down your thought process. I often find the answer reveals itself while trying to explain the problem with someone else.2 -
!rant
Anyone else who can't focus while listening to music? I can't grasp how that's not annoying to people.
The sound of silence.
For real, the best coding flows happen then.
If there is something that I can hear and process, my train of thought behaves like a dream behaves when you wake up in the morning.
Even worse are children, humming, whistling or munching as the ONLY sound in that silence, Im scorching inside when that happens.
If I can't be somewhere silent (preferably completely), I block the distractions with binaural beats and/or sound of rain.26 -
What is the thought process which goes behind wearing a mask on a video call meeting?
[a] virtue signalling
[b] Idiocy
[c] <insert your answer>11 -
Couple years ago I was asked to add couple of simple features to a piece of code on clients server. I thought it was simple process until I got the code and noticed that the variables were named like int1, int2, int3... etc. Also same logic in the database.
Needless to say I spent too much time to figure out what those variables and db fields contained. Also the whole code was copy paste code from the web. -
when you have to use one language inside of another, and you basically have to call functions allowing you to call the other's language function within it, and you get the hell confused, since it gets harder and harder to see what is what and who can call who and how, and the compiler ofc. won't say anything about it since it only cares about the main language you are in and not the nesting of the other...
I just have no idea what I'm doing right now, or if my thought process and understanding of this is even close to where it is supposed to be.
D: I'm just confused and insecure about this right now....
time for experiments to figure this out, and get the hang of it13 -
Am I the only developer in existence who's ever dealt with Git on Windows? What a colossal train wreck.
1. Authentication. Since there is no ssh key/git url support on Windows, you have to retype your git credentials Every Stinking Time you push. I thought Git Credential Manager was supposed to save your credentials? And this was impossible over SSH (see below). The previous developer had used an http git URL with his username and password baked in for authentication. I thought that was a horrific idea so I eventually figured out how to use a Bitbucket App password.
2. Permissions errors
In order to commit and push updates, I have to run Git for Windows as Administrator.
3. No SSH for easy git access
Here's where I confess that this is a Windows Server machine running as some form of production. Please don't slaughter me! I am not the server admin.
So, I convinced the server guy to find and install some sort of ssh service for Windows just for the off times we have to make a hot fix in production. (Don't ask, but more common than it should be.)
Sadly, this ssh access is totally useless as the git colors are all messed up, the line wrap length and window size are just weird (seems about 60 characters wide by 25 lines tall) and worse of all I can't commit/push in git via ssh because Permissions. Extremely aggravating.
4. Git on Windows hangs open and locks the index file
Finally, we manage to have Git for Windows hang quite frequently and lock the git index file, meaning that we can't do anything in git (commit, push, pull) without manually quitting these processes from task manager, then browsing to the directory and deleting the .git/index.lock file.
Putting this all together, here's the process for a pull on this production server:
Launch a VNC session to the server. Close multiple popups from different services. Ask Windows to please not "restart to install updates". Launch git for Windows. Run a git pull. If the commits to be pulled involve deleting files, the pull will fail with a permissions error. Realize you forgot to launch as Administrator. Depending on how many files were deleted in the last update, you may need to quit the application and force close the process rather than answer "n" for every "would you like to try again?" file. Relaunch Git as Administrator. Run Git pull. Finally everything works.
At this point, I'd be grateful for any tips, appreciate any sympathy, and understand any hatred. Windows Server is bad. Git on Windows is bad.10 -
I hadn’t intended to sound like I was scolding this person, but it came out that way in a meeting that had a lot of crosstalk and not a lot of opportunities for me to get a word in edgewise. I was new-ish at the company and she happened to be a superior about 4 levels above me in the hierarchy. My boss, who was also in the meeting, asked me, obliquely, how I thought the meeting went. I understood the subtext as, “Dude, you really went off on her. Are you sure that was the right move?”
I was already as embarrassed as I was gonna be prior to his question but now I was in total embarrassment hell. I couldn’t even bring myself to backpedal retroactively and apologize. I was totally mortified.
As it turned out, she had respected my assertiveness. In another meeting a couple years later, as I was strongly advocating a process change for something she was involved in, she actually said, and sincerely, “I really appreciate it when you hold me accountable.”7 -
[CMS Of Doom™]
Ah, yes, their built-in bullshit newsletter module just sent the n-th user n emails. Wonderful considering n=368.
The culprit? Better don't ask...
OK, anyway: So the mailer is running as a CRONjob, but nah, not as a console script call but by a public HTTP GET URL call, fucking obviously (it's the CMS Of Doom for a reason).
So these fucking imbeciles "implemented" an ob_start() callback where HTML links are - for whatever fucking reason - modified by some regex (obviously everybody knows parsing HTML by Regex is trivial). In this case the link was somehow modified to recall the mailer Cronjob...
This must have upset the pngoing mailing process thus spamming mails. Whyyyy
And I've thought I've seen it all after 6 months in this legacy hell...
This is why you don't run a company consisting of only beginners in PHP (in cluding their "CEO")! -
More adventures in fixing specs.
This particular failing spec is in an included spec helper; I cannot run the spec itself because rubymine is stupid and doesn't know how. Not kidding. I also don't know the codepath it's actually testing because it's fucking convoluted, so I need (rather: want) a debugger to progress. I put breakpoints everywhere I thought it could be, and... nothing.
The stacktrace shows the calling spec in the helper module, a generic `process` method that just calls `super` (from where? who knows!), and a `wrap_every_action` in the ApplicationController. in other words: absolutely nothing helpful. I stepped through the code for most of an hour and didn't get anywhere; just saw lots of rails internals.
ugh,
I'm going to keep bashing my head against this, but what the fuck, why can't you give me something goddamn useful!?4 -
Some of my co-workers are so fucking dumb. Their thought process....
Let's re-run tests that are currently failing over and over until it works
😡
like bitch....fix it then run it! don't just run shit over and over to make yourself look busy.1 -
Just figured out that while I was on vacation they made a really well thought (not) decision to switch to Firebase despite having 4 fully managed VPS with low usage.
Wanna know what the big deal is?
The only one who looks like knows anything is the fucking intern.
I was trying to understand the thought process and everything revolved around "its real time" argument.
No one knows how the api really works, the benefits of "real time" , and we are using the free plan :)
Yeah... People really do overthink things here... -
Hey, I need to get something from the database here. But I've already created the connection somewhere else. Oh... I know! Let's just copy paste it here, here and here... Maybe just here and here too... And some more over here...
- The thought process that probably went through the head of the moron who wrote the code I started working on2 -
Does anyone keep a journal as they develop code? Something to keep track of ones thought process so that you understand what you were thinking when you come back to it? I know most people just use comments, but does anyone use something different?15
-
I'm relatively new to the whole development and stuff, so I have no idea how usual process goes.
So when my project moved onto closed beta, I thought I could rest a bit.
NOPE.
Apparently half the shit I've done sucks so much and I need to debug the shit out of it.
Bless the testers.3 -
PM tells me to merge (large feature) work that's heavily under WIP.
In that is a performance optimisation he instructed (with an aggressive DM) me to stop looking at even though it's a concern for larger clients that I had to fix before as it's "unnecessary" - thought whatever I'll leave the code as is then
I tell him him the PR is not ready yet, there is still a lot of clean up to and tests to write
Just do it
A ~week later "wow you write really selfish code like look at this"
Shows a wrapper class from the optimisation with 2 properties and getters and setters (and override some of super's properties). I explain to him why it's there, "that should have been a comment". I tell him I write detailed comments as part of my refinment process which he wanted me to stop.
This is after he tried to merge a release branch into main while sneaking in some "corrections" and I pointed out it breaks Dev.1 -
Daaamn! I needed to process some data simultaneously using PHP, so I thought of using Threads to make things faster, checked out SO and discovered that the available Thread class can only be used in cli environment not on a web server ... FML 😑.
It's like these moments that I remember why I hate PHP, and regret accepting this job.
I miss Java 😣😣6 -
So i have been learning c++ for more than 2 years now and i the most useful thing that i have ever created is command rine program in Windows that iterates over all the files on a drive and deletes those with a specified extension. So yeah life is pretty bummed up right now.
So i was thinking why not start by contributing to some of the open source projects.
Therefore i went onto github to find something to work with. However the list gontained either projects in languages other than c++ ( i have been trying to learn those) or based on machine learning.
So i thought why not get on devrant and find some people who are willing to work on some projects with me and in the process teach me some stuff. Therefore here i am asking you guys to collaborate with me as i am now sick and tired of making stupid patterns using nested loops.
PS: I am now 18 and in second semester of college pursuing a b.tech in cse5 -
I'm not sure which is worse: games that display the "unsaved changes will be lost" warning immediately after you saved, or games that display the warning and there's no obvious way to actually save your game.
Bonus points when there really is a manual save process and you lose all your progress because you thought it auto saved.1 -
I can now leave freely without any regrets!
The slight misgivings I had about leaving this place over the toys they provide, is now gone because I re-realized that while this place adopts new tech, it doesn't adapt to it. So they have shiny tools but the people and processes won't change.
It seems to me that due to pressure to deliver, there is little thought/analysis behind any tech change.
They don't plan to change their wretched delivery pipelines. Everything will be same but on git. So no velocity gains, and same bureaucratic review request process. Such a waste. This attitude applies to their other tools too. They are using a unit test library to write tests that don't use mock. They are using modern languages but without modern idioms. It's like writing C code in C++. And of course theoretically we are agile but actually we're just a waterfall team with managers on our ass everyday and tighter release schedules.
Reminds me of @boombodies recent posts and discussion about business spaghetti reflecting in code.
There are possibly multiple reasons for these problems but I think a large part of it is a lack of empathy/mutual respect. Everyone's too insecure, noone cares for anyone but themselves and people just try to outwit each other. -
I am amazed at human stupidity.
I always enjoyed the idea of DevOps: to use virtual machines and constant integration in order to avoid errors and free the developers of hard-to-setup environments and somehow-it-works compilations.
I am amazed how [company I used to work for] managed to turn this into a nightmare.
Just imagine: silent forests, the smell of flowers, no developer trust to the point your devs can’t either make docker environments cause reasons nor they can access your actual machines programmatically because they are filthy peasants, forcing them to do everything manually: every deployment will be a frustrating editing process which takes up to an hour, but here lies the trick... it will still have continuous integration... or better: every feature will be deployed as if it was a release.
The true peak of illumination:
Turning a tool into a disease.
Take a sip of tea, manager... you deserve it.
Just thought about this job because I keep being tempted to just start my own company. The more I think about it, the less being employed makes sense, given my end goal.2 -
Im in the process of developing a tool for small comunity of gamers.
That tool will help people in mod making.
Currently you have to use notepad++ in order to modify .json files that contain unit properties.
I downloaded grep for win to check for patterns in those .json files to understand how they work
I ran a simple search and...
Avast decided to frezze my pc for 20min to check 300 files because winGrep accesed them...
WHY THE FUCK DID YOU DECIDE TO SATURATE MY HDD IO YOU FUCKING PIECE OF SHIT? I HAVENT GOT ANY WIRUSES FOR 6 YEARS YOU ARE USELESS. I WILL UNINSTALL YOU BECAUSE YOU ARE JUST WASTING MY RESORUCES AND MY TIME.
I cant even reboot my laptop because i would lose my code!
Fuck AV's
Fuck slow hdd's
Fuck inefficient programs
Fuck people who thought that instaling a bunch of crap on win 10 is a good idea
Fuck people who will try to convince me to swich to linux
Fuck apple
Fuck M$
I love my C hashtag
I might swich to win10 ltsb7 -
A bit late for wk61 but here goes:
Does anyone have any advice for an older dev (just turned 50) during job hunting?
One of the devs on my current project was let go some years a go, and hasn't found a new job yet.
He keeps applying to positions, but keeps getting rejected and being told "we went with another candidate".
Choosing the young buck who will leave in a year over a older dev who still can contribute for ten years seems like the most common descicion.
I hired him on the current project I'm doing for a client, which is on iOS, and I've thought him swift and the general process of development on ios. And he's taking to it really well :)
I hope this will better his chances, but the current client won't have the resources to hire someone full time now.6 -
So I had this thought all of a sudden. (Without any drug in my system)
Why are we still developing same old systems, softwares and web applications till now?
Websites, games and creativity involved development are understandable because people have different taste.
But workflow and process are supposed to be precise, standardized and consistent. No?
Is it because businesses are operating in various ways? Then again why?
Shit. I should stop my thinking at this level. 😑5 -
I feel a whole lot better. The project that I was so incredibly stressed out over has finally been invoiced for, albeit two months late, and my client has been understanding throughout the process. I now realise that although pressure is great for working to a deadline, too much pressure is heavily impacting on my thought processes and extends my deadlines more than I can manage at the moment.
The words of encouragement in the comments on my last "rant" really spurred me on, and the criticism made me reflect very much on how little squeeze time I'd given myself. I'm very grateful to this community for those inciteful fragments, and I promise to do my bet to take all of them on board.
Thank you devrant community, for giving me a leg up when I needed it. -
This has annoyed me.
I sent my CV off to a company, they came back quite quickly and wanted to give me a phone interview. It had some technical questions, which I did well on and they gave me a test.
I liked the look of the company so I did the test asap, and passed the test.
They then invited me in for interview and all went find and dandy.
They then wanted me to come back in to met the rest of the team, so I thought things were going well.
Buy nope, they've emailed to say I wouldn't be a good fit right now, and have limited feedback. All throughout the process they seemed very keen, now I'm confused af.4 -
After 5 frustrating days, I have my laptop running again. Just in time for a data structures and algorithms exam.
TL;DR: driver issues aren't fun.
It all started on Friday, after the creators update. I was doing notes on lectures, and Windows crashed. I thought not much of it, it was just a "random" crash. I'd gotten a similar crash before, but I didn't think anything of it. This time was different, again it was my touchpad drivers that caused the issue, but this time a restart didn't work. I couldn't boot into Windows. I had to roll back to the last recovery point, effectively undoing the update.
This was fine, and fixed the issue, until Windows automatically updated my touchpad again, after me previously changing the driver. Another restart later and I couldn't boot. Time to roll back to recovery, right? Wrong. My drive had somehow, corrupt most of the Windows files.
And so, starts the journey of dismantling my laptop, changing the hard drive and putting it back together, a process that took 3 days due to not having the correct tools originally, and a late delivery.
(I could have rolled back to my backup system image, but that was before the creators update, and would have essentially postponed the issues I was having)
Finally, I managed to get Windows loaded from boot media (thankfully, they seem to tie your Windows licence to your account now) and am currently in the process of regaining all my lost files (which I have to pull from a system image, so it's a lot of digging through compressed files).
On a positive note, things are running well, and the faster hard drive (7200rpm vs 5400rpm) is a nice upgrade. And the touchpad drivers (the same one that kept crashing) haven't caused any problems since.
Now at least, I can get back to programming :D1 -
So recruiters seem to cause a lot of trouble for the members here so I thought maybe we as a community can write an open letter and publish it somewhere. If a large enough group of us signs it, it might get some traction and start a discussion.
It would be nice if recruiters were made aware of the problems people are facing in the recruitment process, and we too can hear about the realities they are facing with candidates and clients.
We can send this letter to any recruiter as a reply to bad recruitment practice, so it can have practical and educational value too.
Yay or nay?1 -
I’m working on a react codebase and company decided to add a new module.
Now im writing markup and css to ensure UX is smooth as designers thought of it.
Imagine my horror when I start to code and find out no matter what HTML tag i use, it’s been FUCKING OVERRIDDEN in the global stylesheet. AND STYLES HAVE BEEN OVERRIDDEN WITH !important
They’re also using Ant design as a component library. Guess what, default ant design classes have been overridden too. So i try to use ant design button or card, and bam, MAGICALLY SOME DESIGN FROM SOME SHITHOLE MODULE DECIDES TO FUCK WITH MY STYLES
On top of that, styles of parts of application has been written in SASS, some part of application uses bootstrap components some use third party components like tables and responsive grids to suit to their preferences. Some parts use handwritten css. Some parts use CSS IN JS and styled components. THE FUCK IS THIS GARBAGE!!!! THE FUCKING CODEBASE HAS A MIND OF ITS OWN!!!!!! YOU NAME A WAY TO ADD STYLES TO A COMPONENT, ITS THERE!!!
And the company’s management thought a “fractal” approach to maintain each individual view is “best” for SCALABILITY!!! HOW THE FUCK DID IT NOT CROSS YOUR DUMB MIND THAT FRACTAL APPROACH ALSO GUIDES TO HAVE ALL COMMON STUFF AT ONE PLACE!!!! THIS CODEBASE HAS DUPLICATE STYLES AND DUPLICATE CODE IN ALMOST EVERY MODULE!!!!
Not to mention every developer choosing to freely decide the way they should write their code without any guidelines.
HOW THE FUCK PEOPLE WRITE THEIR CODE WITHOUT THINKING ABOUT OTHER DEVS!!! SO BASICALLY I AM NOT ONLY CLEANING SOMEONE ELSE’S SHIT BUT ALSO TRY NOT TO SHIT IN THE PROCESS!! FML2 -
How do you deal with relatively complex Boolean logic requirements?
Here's a simple example, of which I missed 50% of the cases because it was non-intuitive to me:
A year is a leap year if:
- it is divisible by 4
- except it is also divisible by 100
- unless it is also divisible by 400
To my intuition, the logic tree is as follows:
if (year % 4 == 0) -> true
if (year % 100 == 0) -> false
if (year % 400 == 0) -> true
so I ended up with 3 cases and I initially missed all the others until I started coding.
The full solution is:
if(year % 4 === 0) {
if(year % 100 === 0) {
if(year % 400 === 0) {
true
} else {
false
}
false
} else {
true
}
true
} else {
false
}
}
I don't like it when I don't immediately see all logic paths.17 -
My app is finally on the Apple App Store.
The rant: how bloody difficult was it to get on there?! They scrutinise EVERYTHING. My promo copy, my screengrabs and also it seems that there is code that works on iPhone that doesn’t work on iPad.
I thought it was designed to be the same for ease of development? However I found a function that works perfectly well on iPhone but breaks iPad.
Anyway I guess in the long run this keeps the App Store’s quality level high and it isn’t the Wild West like the google play store. However it’s still pretty annoying. I can see why devs get angry about Apple’s process.2 -
Rum.
A little in my coffee.
A little in my soda.
A little in a glass.
Just not too much. Drunk development leads to more tough days. Only enough to take the edge off and help the thought process.2 -
Started out with python, while meaning to learn javascript.
I am now competent in python. Im still not sure how it happened.
Started python because I got tired with doing repetative calculations by hand. I think I had like a phobia of problem solving with nested loops. any time I thought a problem would require nesting, especially more than one nested loop, I would just avoid doing it, or end up doing it by hand.
Wrote so many goddamn loops though in the process of exploring graphs, doing things by hand seems like a nuisance. Thinking in loops has its own zen or something.
Now I just need to get over my fear of json-based CLI-enabled configuration-over-convention.1 -
Just wanted to work on some of the weekend ideas... I thought let's just install vs 2017... While installing I found out that I can't open any other vs... Not to worry, I thought, vs code may save the day...opened vs code... "Hey... There's new update... since it's normally very quick to update vs code lemme just install the update while vs 2017 is getting installed".. BAM!!! ... Vs Code update process got stuck for 20 mins..."Can I cancel the update? ".. BAM AGAIN!!! now vs code won't open.3
-
PM comes into my office: "Hey, if <client> asks about his edits, just tell him they're scheduled for this week."
me: "I thought they were scheduled for this week, I thought that you were currently in a meeting to get final specs so you could tell me what needed changed."
PM: "Yeah, he wants to take the plugin from 5 steps down to 3, we told him it wouldn't be a problem and we would have it done this week."
me: "Ok, there are limitations as far as what I can cut out of the process, his tag line when he started as a client was '5 easy steps' and I built something that did what he wanted in 5 steps. Changing things this late in the game is not simple, I'm talking a minimum 6 hours of work."
PM: "Well I tried to make sure that what he wanted was possible but I didn't have a developer in the meeting. It shouldn't change anything that much."
He ended up scheduling a meeting with me and the designer to go over the edits Thursday afternoon. So I will have the new specifications which I said would be a minimum 6 hours of work and I will be given ~10 hours in which to do it. I sure hope nothing unexpected pops up while I'm working on this.
I'm also the only developer this week (and technically speaking I'm junior) since our senior dev wrecked his car over the weekend and isn't planning on being in all week. I'm the only computer literate person in the office of 50 or so, which means that if there is any kind of tech issue I'm ripped away from my desk for 'emergency help'. I have two other sites to get ready for client approval meetings by Friday afternoon and if the clients approve I will be launching their sites that afternoon as well.
The sign on my door currently says "Error 500: unable to handle your request" I need something to throw at these people.4 -
What password manager/ generators do you suggest?
Also would anyone please clear my possibly misconceptions on the password manager/generators?
I’m that type of guy that only uses few password combinations at different websites.
tl;dr: my account out leaked, I didn’t want to use any password manager because I don’t want to give password to the company. Some do generate complex password for me but if they become defunct I’ll be locked out from those accounts.
A while ago, aptoide got attacked and my password(same as google account) was leaked. I’ll have to thank google for this, google blocking a stranger accessing account using a “less secure app” So now I’ll doing a emergency password changing process to all of my accounts with the password.
I like the whole aspect of the password manager, but I always thought that I shouldn’t give my password to other companies. And I got to use some website long term, if the password management company ever just become defunct, I might lose access to my account forever.30 -
"I have thought about the nature of this creative process and have reached a somewhat aberrant conclusion. I don’t understand it and I don’t think anyone else does either." - William Beck
-
I'm fine with people who use tabs rather than spaces, and fine with people who use the opposite. But I don't understand the thought process of the mutant child of these two polar opposites.3
-
Oh here's a good one. When the managers realised one of our apps is a giant hunk of crap that wasnt thought through at all and was lazily thrown together, and their solution is "meh let's just rewrite it in Swift on our new platform. And those other guys can maintain the old one and continue to do hotfixes for it until we are done".
I've been telling them for the past year that its the worst codebase I have ever seen and the lack of tests is disgusting and not something we should dare to release to paying customers (especially when those customers work in healthcare!!!). The best part was when one of them promised we would all be working on the new shiny platform by Christmas. That was last year. And I'm currently the poor bugger doing the legacy maintenance and in the process of trying to get moved to a new project. So much for managers promises amirite... -
Is there a hidden joke in the fact that stand up meetings/daily stand-ups share the same word root with stand up comedy? It would seem the creators of that pointless activity thought it naughty/mischievous, if not a humorous giveaway that those gatherings are more for fun, entertainment, a joke, and a platform for product managers to not feel left out from the development process5
-
Sometimes I genuinely wonder what the thought process of some people is...
git checks out feature-X branch
git creates new branch off of it to work on something that has absolutely nothing to do with feature X
then opens a PR back into feature-X
Me: this has nothing to do with feature X.. i think you meant to branch off of develop and PR back into develop, no?
Them: no it was intentional .. feature-X will eventually end up on develop so I thought we'd get both features on develop.
I'm not even mad and this isn't a rant, I'm just really confused 🙂4 -
Having a meeting with an old client of our company's today, guiding him through the deployment process for his front and backend, because he thought that we were withholding information, and at one point in the call he asks me if the './' at the beginning of the deployment script was a special security measure put in place by us... 😂
-
That moment when I.. Wait, I think it's when... NAH... Never had one. It doesn't mean I hate it thought. For me it's more: I fall in love with it in the process of learning it.2
-
I've almost had enough of Atlassian. So, our customers want us to integrate Jira / Confluence support into our software.
I initially thought it would be a great addition to the other providers we support, so I explored it further.
After trying Confluence – and already knowing first-hand how horrendous Jira is from a previous role – I left in absolute disgust at not only how horrendously slow, buggy and overengineered Confluence is (just like Jira), but how horrendously FUCKING SHIT their developer / API documentation is. I suspended the project at this point. No fucking way was I allowing time to be sucked away because another company can't get their shit together.
Customers kept asking for integration support, so I authorized the team to revisit Jira integration support a few weeks ago. Nothing has changed. Documentation is as shit as before, software as slow as before and the platform as overengineered as before. No surprises.
Here's the problem:
1. You can't set multiple auth callback URLs so you can actually test your implementation.
2. You can't revoke access tokens programmatically. Yes, really.
3. You need to submit a ticket to get your integration approved for use by others, because automating this process is clearly fucking impossible. And then they ask questions you've already answered before. They don't review your app or your integration beyond the information you provided in the ticket.
4. Navigating the Atlassian developer documentation is like trying to navigate through a never-ending fucking minefield. Go on, try it: https://developer.atlassian.com/clo.... Don't get too lost.
I was so very FUCKING CLOSE to terminating this integration project permanently.
Atlassian, your software is an absolute fucking joke. I have no idea why our customers use your platform. It's clearly a sign of decades of lazy and incompetent engineering at work, trying to do too much and losing yourself in the process.
You can't even get the fundamental shit right. It's not hard to write clean, maintainable code and simple, clear and concise API documentation.1 -
I took a Diploma course just before my graduation started because I was coming from a non IT background (Business and Accountancy) from a local institute. And the owner of the institute personally taught me C and C++. I had done some C in my school but it was just Printf and Scanf. And that man, taught me that the best way to write a program is to imagine it as a story. Since its C, so its all about functions and shit, so he made me understand that why a particular thing needed its own functionality. He inspired me to find the why. I learned that its important to keep the how in your perspective, but always have the why before how. This thought process made me feel that, since then, I've only learned newer ways to write the program, but my basic understanding still focuses on why.
:D -
Why do companies have a competitive coding round when at the end, they want the person to develop things. I know most of them want software engineers instead of developers but the persons developement skills also matters and at the end when the person does not have any developement skills, how is he gonna help.
In one of the program ran by one of the biggest MNC of the World, I was selected from a hackathon and there are some peoples who are selected by a competitive coding round. Now, we are given an assignment in which we have to make a tic-tac-toe game which is AI driven. During one of the meetings with other group members and mentor, many of the persons who got entries by competative programing round does not know any bit of HTML. Out of the 5 weeks of program, they have spent more than 4 weeks in just learning basic HTML, CSS and still they are learning. I don't know even they can complete the program in given timeline or not but this has been a major flaw in recruiting process which I thought is now good.4 -
Colleague's thought process:
Hmm I have observables but I don't understand shit.
Hey I like listeners let's add listeners to all observables.
Should I make the method return an observable and subscribe my listener to it?
Nah I'll erase everything and pass an anonymous class listener to the method so no one can chain a few calls together.
Fuck you and I hope you're reading this!!!
Time to rerewrite 2k lines of fucking code.... -
My thought process..
a compiler found a type error, oh thank god i was not using python or even worse js. this could have been hard debug error, type do matter huh!. what if compiler was even strict that could have found more error and i could really write even safe code. Ohh may be i should learn/finish Rust
** suddenly conscious slaps in the face**
first finish one project, STOP language hopping ..
Oh! right!1 -
https://microsoft.com/store/apps/...
the pet project I thought would take 2 weeks but took waaayy longer -.-
critique it?
Known issues:
tries to get dimensions from the width, works half the time, will make a setup process in the beginning eventually and allow people to change the values.
Background download, lockscreen and wallpaper all use different methods, trying to see which one works better, doesn't use a separate background process by itself hence easier on the system resources.
the "dismiss" is there just so the notifs carry images in phone. Somehow, notifs with just images and no buttons didn't show the images on phone, hence a temporary workaround, will be replaced with actual buttons later :p
Search and sketch don't work the way I want em to, are there but not accessible, will be there eventually.
tips? things I should change? anything?
And not the final logo, took it from a sample package to submit it, will tinker with the logo thing later :p
//first UWP4 -
We want to learn about your thought process (while we stare at you making indecipherable facial expressions and breathing sounds) during this interview 😳
-
Haven’t learned in a classroom setting, but am learning from multiple online sources and it would be way more helpful to teach thought process and practicality than syntax nuances.
-
[POLL] How do you develop stuff?
1 - just write code. It doesn't need to be organized, it just need to work how you thought it would, and THEN you start organizing things, like editing/creating new files, letting things DRY, optimizing the sutff you did earlier;
OR
2 - you surgically write code, making sure you keep everything is organized from the beginning. Basically you only write when you are sure.
Or maybe it's a blend between the two or something.
I'm asking because I do like the #1 and I feel uncomfortable when people see my code when it's under development. It's a mess, there are tons of comments everywhere and a bunch of repetition. But, when I find the right stuff, I start writing modules to make my code work better, remove unnecessary things, add documentation, and so on.
My development process is not the best of the best, but I get things done with it.
7 -
I've said this before, but i always get the spot I'm hoping for. there was one time i got rejected though.
i met a colleague during the interview process, and really thought he was getting that spot, he was much more qualified than the other participants. there was about another 4, out of which 3 still looked like good competition. the 4th one got there late, couldn't form a coherent sentence to save his life and had no job experience.
guess who they picked :v4 -
In the year 2015 I graduated from a reputated university. Though I had a couple of offers from my campus Placements, I did not willing accepted those offer and tried updating my CV in job portals.
On the day June 25th 2015, I still remember I recieved a invitation to attend the interview with one of the reputated company and I was like very much excited to attend this interview.
Interview process,
1) I had coding round which lasted for an hour and half and the best part is I scored max marks 😉
2) next round was problem solving or algorithm round it was quite difficult, but somehow I managed to clear that too.
3) final round was managerial round which was very much tougher than these two, My manager was real technical guy who knew most difficult industrial problems. In fact I should thanks him because he thought me how to organise code while development and also he thought me corporate ethics as I was a fresher when I joined there.
4) so I cleared all the rounds and joined the company around 10 days after 25th.
5) my journey in this organisation was very good. I had learnt the tech stack and there I started working as a microservices developer.
Thanks to my previous organisation. -
I recently was given the responsibility of finding interns for our company. In the process of reviewing applications, I Googled one of them. The first search result was her Facebook page so I clicked on it, and saw that many of her posts and pictures were set to “public.” I did not see anything out of the ordinary or really anything that would prevent her from getting a job, but decided to mention it to my boss and coworker anyway, just to see what they thought.
To my surprise, I was met by extreme resistance to what I had done. I was told that it is not okay to look someone up before an interview because what I find might “color my opinion of them” and that my own personal judgments might get in the way. I was under the impression that it is one’s personal responsibility to curate their web presence as they see fit and that whatever is found through a simple search is fair game. I was also under the impression that this is pretty standard these days. Am I wrong? Is looking up a potential intern or employee prior to an interview unethical?4 -
Setting up a new docker environment for developing, its my first experience with it...
Guess who drew the lucky number to do the experiment...
Anyhow... Progress is slow, cause the sys admin refuses to cooperate, feeling threatened by the thought of us devs being able to do more ourselves...
Not to mention, our servers currently are a mess, there's no common ground, it's a mix of whatever was needed at the time, no documentation at all...
This is making the whole dockerizing process so damn painfull1 -
One manager at the Client company tells us that unless we submit weekly timesheets we wont get paid.
We are not their employees, nor do we have an agreement with them for full time work.
" Whole thought process is to structure the engagement better ,so that we can implement better governance and provide better visibility."
Anyone understand what is being said above? Jargon.2 -
Since I quit binge-eating sugary stuff, my body became capable of feeling true hunger. Not in my stomach, as that kind of feeling in my body is probably fucked up forever, but in my head.
When I feel hungry, it’s probably too late. This is exactly what I feel:
- dizziness
- FOV slightly decreases
- tunnel vision, things in peripheral vision become blurry and obscure. I “see” them, but my brain doesn’t process them quite as good
- colors become less saturated
- it’s very difficult to combine and analyse multiple concepts to derive a conclusion, basically the thing I do at work that wins me bread
- thought process becomes “single-threaded”. I can follow just one thought at a time and cannot go deeper than 3-4 levels, my brain just drops it by making the whole thought feel like some kind of slimy clay that cannot be comprehended, let alone expressed with words
- difficult to express thoughts with language, I have hard time talking, especially explaining
- want to sleep, but can’t, as brain is frantically trying to stay awake
It’s probably the mechanism developed evolutionary. That single thread remains active at all costs to allow me to find food, and brain doesn’t let me sleep, as it thinks if I fall asleep I’ll die. It’s amusing to see my brain actively killing thoughts that are not “important”, I feel like a real-time OS or an Erlang application. Perhaps thinking is really a very costly process in terms of how much energy it takes.
When I finally eat something, especially if it’s a proper meal, I feel a very pleasant sensation, probably it’s my brain telling me “thank you”, releasing dopamine to actively reinforce that “finding food is a very very good thing and it’s very important”. FOV pops back into place, peripheral vision becomes clean and sharp, thoughts awaken, eager to occupy all the treads that became available.10 -
I have to download 500 images from bookreads to help a friend out. Thought I'd use this opportunity to learn about web scraping rather than downloading the images which'd be a plain and long waste of time. I've got a list of books and author names, the process I wanna automate is putting the book name and author name into the search bar, clicking it, and downloading the first image the appears on the new webpage. I'm planning to use selenium, BeautifulSoup and requests for this project. Is that the right way to go?9
-
thought of the day :
machine learning does not totally automate the end-to-end process of data to insight (and action), as is often suggested. We do need human intervention. And having the right mix of specialists is equally important as they have the expertise to build prototype projects in different business lines. Thus, one must hire the right team in the context of her organization to ensure an assured path towards success.
Besides, it is important to note that organizations don’t have machine learning problems. Instead, there are just business problems that companies might solve using machine learning. Therefore, identifying and articulating the business problem is mandatory before investing significant effort in the process and before hiring the machine learning experts.1 -
Place your bets:
I recently did a take home coding test as part of an interview. In the end, I could only provide a partial solution but I recorded my thought process and came up with an ad hoc algorithm. I've seen a similar problem but didn't google anything and stayed active trying out test cases as I went. Towards the end as time ran out I noted what was wrong and how I could improve it...
Will I get a call back or am I done?2 -
My consuming cycle:
1. An urge to buy a new shiny thing. No peace of mind if I refuse to buy it. My brain starts to generate sentences like "Treat yourself", "Why are you even living if you can't buy what you want", etc.
2. Acquisition. Immense guilt about the money spent. My brain somehow classifies any non-electronic thing that costs more than $30 as "ridiculously expensive", no matter how much money I make, no matter my reserves.
3. A short period of... no, not peace of mind. It's just an absence of that urge. I can't quite call it "peace".
4. goto 1
Hyperconsumerism is hell. I don't want my life to be ridden by guilt. I want to break that cycle, but when I try, it's just me asking that blaming questions to myself.
Somehow I probably got an answer. I should make my everyday thought process and patterns independent of buying stuff. Money shouldn't define what I do and what I think about.
Everything I need with an exception of medicines is both factually cheap and perceived as cheap, and I don't feel guilty about buying medicines.
What should I aim my thought process to? I'm tired of programming, because it provokes an entirely different kind of guilt, the guilt of "you shouldn't be resting, go write that article, go study that new web shit, go build that another open source thing (that nobody cares about)".
Art makes me a bit happier though. I studied 20th century progressive art a bit, and appreciating the ideas behind certain pieces of design, architecture and fine arts make me feel superior than other people, and also superior than my past self. I don't know if it's healthy or not, I'm just being honest now.
I think I need more art in my life. For now, I'm fine with knowing that I'll probably never create a real piece of art (aside from programming), so at least I can consume art instead of buying worthless shit that doesn't make me happy anyway.5 -
1. Music, something fast paced with minimal to zero lyrics (usually a GOA radio station in my case)
2. No distractions around (use a "do-not-disturb" flag or something to hang on your monitor or show on your desk)
3. No chats or other communication/social media visible, best case those apps / tabs are completely closed or muted
4. Having a clear goal to achieve, might even be only a sub-goal for the current coding session.
5. Structure your code before your actually write it, I usually create step-by-step comments in each file, documenting my thought process and what steps the current file/class/whatever should do.
6. Try to code your stuff in the same order as the aforementioned comment step-by-step list dictates (unless there is a reason to change the coding order)
7. Only windows open: IDE/Editor, Browser
8. Also keep only the browser tabs needed for your work open (testing clients, documentation, music if using a browser client, etc.)
At least that's what works for me2 -
I Used to scribble my thoughts on paper. It's haphazard yet handy. And even though I can't make corrections without crossing out or drawing arrows to transfer the reader to continuation of the thought on another page, I have this liberty to express myself and glance at a panoramic view before putting them in their final resting place –soft copy
Maybe my thought process became more efficient but I no longer need to flesh things out with ink. Database designs, implementation logic. Everything goes to a special file I create on every project for odds and ends
Until today
I have something to think about. I will miss connecting the dots if they appear in fancy fonts. I need to gradually build upon each outline, pursuing it in an exploratory manner until its possibilities are exhausted. I will draw a conclusion from their character arcs
For some reason, I see parallels between this scenario and sql vs nosql. This is one of those extreme cases where structured data storage is not sufficient. I sincerely doubt nosql should be used as a main database, but instead an intermediary for an aggregator to treat each row/record as a unique blob, extract necessary information into a sql for the actual system to work with
Sql is more sane and recommended for when you know the exact end goal but need help arriving there. Today, I'm confused and need to weigh options. I need to actually cross things out, not press the back button. It's a bit of a stretch but if this were data, it feels like what nosql would excel at3 -
Not only does every app need to have an export option, but new exports must create new, time-stamped files rather than overwriting an existing export!
A counter-example is "Battery Monitor Widget" by CCC71 or 3C71. That app creates a file in the main user directory, named "bmw_history.txt" (no relation to the car manufacturer).
When a new export is created, the existing bmw_history.txt is overwritten. This could lead to data loss if the user is unaware of this behaviour.
The developer thought of creating an export ability, but messed up at the file naming process.
Mandatory time-stamped user data exports for every app would not be so bad. This makes sure no developer would forget about it. GDPR gave us data portability for social media platforms. Let's do it for apps too. (Sorry, Samsung Internet, you can no longer lock in saved pages. Your users are sick of it.) -
I really want to know the thought process behind this PMA error simply saying "Failed to import file".
It's bad enough when user-facing software hides error details to seem less threatening, but PMA is literally designed exclusively to be used by technical people, who know how to handle an error message. -
I enjoy working through problems with friends and coworkers, teaching and learning, and generally helping get work done. I feel a bit like I'm being used as a tool and not a resource though. At first I was helping someone with code here and there, but now it's every day like clockwork, and I'm basically doing their work for them. I'm trying to guide them by explaining my thought process, but it almost seems sometimes like they're just waiting for answers to type.
On the plus side I'm getting hella practice on multiple projects and it probably looks good to higher ups being so resourceful, but can a guy get either a break or a raise? Lol -
Thought experiment (and I promise there are no plot twists and no metaphors -- it won't turn out that I was talking about tiktok/apple/censorship):
Imagine there is a cosmic horror entity that can annihilate us in an instant. It lives at the bottom of a pit. We as a species are being constantly sucked into that pit -- in this fictional universe, it's the natural order of life. The pit devoured many before us, and we're next. The pit is not conscious -- it's just a force that exists, and like a black hole, it can do nothing but attract things around it just to devour them. It has no choice -- it destroys things passively. It never changes the way it destroys things.
We know we should've been already done for long ago, yet we are still alive. We know that at this scale, it wasn't because of something WE did or didn't do.
It can only mean one thing: a very powerful entity consciously keeps us alive.
Can this entity be called "god"? If yes, why? If no, why?
Choosing either way tells nothing about you and your religious beliefs -- the universe is pure fiction, and known gods/religions don't work there. All I need from you is raw thought process.8 -
I am not a very experienced developer, so naturally I don't know many fundamental things. My thinking around a lot of the necessary things is that the answer should come to me according to the need. So an oversimplified example could be, say I'm solving a Dynamic programming problem, I should not need to know the algorithm beforehand I can maybe invent it. This thinking stops me learning a lot things because I feel like then when I learn a pattern I will restrict my thought process within the knowledge I have and not think beyond it. I feel like that I am doing the dumb mistake of learning things bt heart and not understanding.
Does anyone felt the same? What your experience says about this?12 -
Just what is life
1st I love developing Web Apps
2nd I hate when it has bugs (Always does Everyone does)
3rd More hate for Security related bugs
So I started bug hunting so that even I can make developers hurt I thought I might find peace here
But here we fucking have SQL Injections which are not really that bad easy peasy
But we also have special kind of SQL Injections the Boolean Based ones (Medium Level Demons) and also The Time Based SQL Injections (Medium Level Demon with lots of health consumes too much time has a repetitive process and we have to wait a lot also if you have network lag you are doomed)
No its nice story till here but here it fucking ends the happiness I mean my luck is worst kind of fucking thing anybody ever can have.
I got a mix of both Demons;_;
A Time-Based Boolean SQL Injections yess fuckety amounts of fucking time wasted and redundant fucking process also to make matters worst the fucking famous tool #SQLMAP doesn't work in my case -
Damn some stupid moves can literally fuck you up.
I just moved to linux distros around 4 to 5 months back. And I have installed and reinstalled it many times. So I thought it's simple and cool af.
So last time when i installed Ubuntu 18.04 i had it installed it on SSD and mounted my home from HDD. I felt super awesome. It worked perfectoo! 😘
And now I had some issues with dual booting so i planned to resort it and make it clean.
So during the installation process there's a part where you gotta select where to installation path and all. Its been a long time since I did a clean installation and TBH i forgot the / and /home . So what i did I put / on my previously maintained home instead of putting it on the SSD.
Now I am FUCKED!
Guys never ever make this mistake. It's baaad. Reaaal bad!2 -
So I went to a service center to repair my cracked mobile screen. I thought that the process would be completed in a few hours so I didn't took any backup.
Guy: You need to hand over your device for 2 days.
Me: Okay, no problem just fix it. (At this point i was desperate because a bunch of shops already told me that the complete model needs to be replaced)
Guy: You also need to remove any screen lock from it.
Me: But why?
Guy: We need to test once we fix the display. The repair util can be accessed by an inbuilt app.
Me: *Internally screams, my pr0n collection, my browsing history...*
Me: Just give me a minute. *Uninstalls a bunch of apps*.
Me: Handing the device to him. *crying internally and thinking if anything was left*.
Me: While returning, Fucking fuck now how am i gonna suppose to book myself a cab.. *facepalm myself with a fist*1 -
Hey Guys!
Hope to find some help here. So i got a MacBook Pro (2015) from my Workplace and upgraded it to High Sierra. I set everything up and it worked fine untill i did some User configurations. I couldnt access the Settings in preferences because my password was wrong (it wasnt really, but it didnt accept it). So i thought reinstalling would help. I did the reinstall process but got an error at the end of it. “Could not create a reboot partition”. I don’t remember the message exactly. So I have tried several things and hope someone can give me a hint.
- reinstall via cmd + r -> failed
- made a time machine backup from my private MacBook (High Sierra) and put it in my work MacBook -> failed
- recovery from internet -> failed
- external drive with High Sierra installer and booting it from there -> failed
Hope you guys have a clue what to do. Thank you :).8 -
Recently I made a dumb mistake :(
I have applied for credit card online and they have call me and asked me for info and send some messages which I need to forward someone that contain codes.
After that they ask for some docs, salary slips and bank statement etc. I got stuck for some tax forms.
So one day they just called that its ok if you can't submit your tax docs , we can make verification through debit card, I thought the call was genuine and I am in cc process, I shared my pin. and wohaaaa. my balance was deducted :( Thats was indeed a scam call.7 -
The thought process that goes into developing software. I mean, the things that go through our minds as we try to write the code for the problem, and how we draw parallels from past experiences or similar things done in a different programming language. This, I feel makes us better at problem solving and consequently, better programmers and people.1
-
Never thought I'd say this, but migrated a project to Azure and started using MQTT instead of LwM2M, and I am impressed with Azure IoT hub and how easy the process was.
-
RECOVER SCAMMED BITCOIN THROUGH → → SPARTAN TECH GROUP RETRIEVAL
The day I lost my life savings of $59,000 in Ethereum to a fraudulent investment scheme still haunts me. I had been so careful, or so I thought, in researching the opportunity and the individuals behind it. But in the end, their slick presentation and promises of outsized returns proved to be nothing more than an elaborate ruse, leaving me financially devastated and emotionally shattered. I was in a complete state of despair following the deception. Not only was the loss of such a large amount of money financially devastating, but it also had a profound personal impact. It was a gut-punch that left me reeling because I had worked so hard over the years to accumulate that nest fund. As I tried to pick up the pieces and figure out my next steps, I was overwhelmed by a sense of helplessness and uncertainty. Where could I turn for help? Who could I trust to guide me through this ordeal? The thought of navigating the complex world of cryptocurrency recovery and legal recourse was daunting, and I felt utterly alone in my struggle. It was at that point that I discovered SPARTAN TECH GROUP RETRIEVAL then contact them on this Email: spartantech (@) c y b e r s e r v i c e s.c o m, an entity that focuses on assisting victims of cryptocurrency theft and fraud. Initially, I was dubious since I had already been let down by deceptive claims and hollow guarantees. But I decided to get in touch because I was fascinated by their strategy and the client endorsements I had read. I knew right away that I had chosen the proper partner when I first made contact. My worries were promptly allayed by the SPARTAN TECH GROUP RETRIEVAL team, who listened to my case with compassion and understanding. In order to try to recover my missing Ethereum, they described the procedure they would follow to look into the theft, track down the money that was taken, and cooperate with law enforcement. These weren't just a bunch of tech-savvy amateurs – they were seasoned investigators and legal experts who had honed their skills over years of dealing with cases like mine. They walked me through every step of the process, keeping me informed and involved every step of the way. As the investigation progressed, I was amazed by the level of detail and diligence the SPARTAN TECH GROUP RETRIEVAL team displayed. They left no stone unturned, meticulously combing through blockchain records, financial transactions, and online footprints to piece together the puzzle of what had happened to my money. But the SPARTAN TECH GROUP RETRIEVAL team wasn't deterred. They worked tirelessly, collaborating with law enforcement agencies and financial institutions around the world, to try and recover as much of my lost Ethereum as possible. It was a long and arduous process, filled with setbacks and frustrations, but they never gave up. And then, after 2 days of painstaking work, the breakthrough came. Through their dogged persistence and innovative investigative techniques, the SPARTAN TECH GROUP RETRIEVAL team was able to trace a significant portion of the stolen funds and initiate the process of recovering them. It was a moment of pure elation, a glimmer of hope in the midst of the darkness that had enveloped my life. Talk to SPARTAN TECH GROUP RETRIEVAL via WhatsApp:+1 (971) 4 8 7 -3 5 3 8 OR Telegram:+1 (581) 2 8 6 - 8 0 9 2
14 -
THE ULTIMATE SOLUTION TO CRYPTO RECOVERY WITH FASTFUND RECOVERY.
I never thought I'd see my lost crypto again after falling victim to a phishing scam that wiped out my wallet. I contacted FastFund Recovery out of desperation, and to my surprise, they were professional, responsive, and thorough. Within a few weeks, they were able to trace the stolen assets and recover a significant portion of my funds. Their constant updates and transparency throughout the process gave me peace of mind. I’m incredibly grateful for their help. FastFund Recovery truly delivered when I needed it most.
G-mail: Fastfundrecovery8@gmail com. Whatsapp: 1807 500 75548 -
Story of getting an error :
We thought of an idea and starts to implement it on any language to make the idea work BUT according to the universal law, first code is all about errors.
We tend to solve all those but some errors remains there.
After trying for some time, we pause there and got busy in other stuffs.
After a day or two, when we are busy in something
Suddenly our mind stuck with the solution of that error and we proceed to build rest of the code.
If that error doesn't showed up, what would happen
> Time saved
> Code completed
BUT after in process of solving that error we goes through so many things that actually we learned so many things apart from that error.
SO THANKS TO THE ERROR FOR TEACHING SO MANY THINGS :) -
Software Engineer in a small firm vs Technical Support Engineer in quite a popular big firm.
Btw I love development. What should I choose and what should be my thought process?3 -
LOST OR SCAMMED BITCOIN? DIGITAL HACK RECOVERY CAN HELP YOU RECOVER IT QUICKLY AND SECURELY
My name is Cohen, and I’m from England. I work as a software developer, and I’m writing this with a deep sense of gratitude and relief. After falling victim to a scam that drained all the BTC from my wallet, I had lost hope. I never thought I would see my cryptocurrency again, and like many others, I believed recovery was a distant dream. I had heard countless stories of people losing their digital assets without any chance of recovery, so I was resigned to the idea that my case would be the same. But everything changed when I came across Digital Hack Recovery.At first, I was skeptical. After all, I had already been scammed once, and trusting another service felt risky. However, after reading several positive reviews about their expertise in cryptocurrency recovery, I decided to take a chance. I reached out to Digital Hack Recovery, and from that very first interaction, I felt a shift in my perspective. The team at Digital Hack Recovery was not only professional but also empathetic. They were transparent from the start, explaining their recovery process in detail and offering clear answers to my questions. It was a sense of clarity that I hadn’t felt since the day I lost my BTC.True to their word, Digital Hack Recovery wasted no time in taking action. Their approach was methodical and systematic, and they immediately began working on my case with a level of professionalism that impressed me. Their advanced tracking methods and top-notch cybersecurity measures made it clear that they weren’t just knowledgeable, they were experts in their field. I was particularly impressed by the transparency of the entire process, with regular updates and clear communication every step of the way.What stood out to me the most was the speed with which they worked. Within a surprisingly short period, Digital Hack Recovery had successfully recovered my BTC. They ensured the entire process was smooth and stress-free, keeping me informed and reassured throughout. I can now say with confidence that my cryptocurrency was recovered thanks to their dedication and expertise.I am deeply grateful to Digital Hack Recovery for their incredible work. They didn’t just recover my lost BTC; they also restored my faith in the possibility of recovery in the world of cryptocurrency. If you find yourself in a similar situation, I highly recommend reaching out to them to truly deliver results. Contact them through ⁚ Website⁚ https : // digital hack recovery . com
Email; digital hack recovery @ techie . com
WhatsApp⁚ +191521519301 -
HOW TO FIND A LEGITIMATE CRYPTO RECOVERY HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
I want to share my personal experience with a scam that cost me a significant amount of money—$121,000—through a Greenfield Bitcoin website. It all started innocently enough. I came across what seemed like a legitimate opportunity to invest in Bitcoin, drawn in by professional-looking websites, promises of high returns, and positive reviews that seemed too good to be true. However, I quickly learned the hard way that it was all part of a well-orchestrated scam designed to steal my money. The website initially offered small returns that encouraged me to invest more, and over time, I found myself depositing larger sums. But as I tried to withdraw my earnings, I encountered delays, excuses, and eventually, no response at all. After weeks of trying to get my funds back, I realized I had fallen victim to a fraudulent scheme. The people behind the platform vanished, and the website was shut down, leaving me with nothing but the bitter reality of my loss. This experience led me to feel both devastated and hopeless, but I refused to give up. Through extensive research, I discovered that there are professionals who specialize in recovering lost funds from scams like this. After finding a reputable recovery expert, I was guided through the process of recovering the money I had thought was gone for good. The process wasn’t quick or easy, but with the help of professionals from ADWARE RECOVERY SPECIALIST, I was able to reclaim all the money I lost to the scammers. I want to emphasize that it’s possible to recover lost funds if you know where to look and who to trust. It’s important not to blame yourself, as scams like these are designed to be deceptive and manipulative. There are people out there who can help guide you through the recovery process. If you’ve been a victim of stolen Bitcoin or any other cryptocurrency scam, or if you’ve fallen victim to any type of online fraud, there is hope. I strongly encourage you to reach out to ADWARE RECOVERY SPECIALIST for assistance. They are a professional team experienced in handling cases like mine, and they can help you understand the steps necessary to get your funds back. Remember, you don’t have to go through this alone. With the right support, it is possible to recover what you’ve lost and prevent future scams from causing harm. Stay vigilant, stay informed, and take action. It’s never too late to try and recover your lost funds.3 -
SCANNER HACKER CRYPTO RECOVERY: A Strategic Approach to Digital Asset Recovery
In the rapidly evolving landscape of cryptocurrency, the prominence of digital assets has led to an accompanying rise in incidents of loss, theft, and fraud. As individuals and businesses increasingly navigate the complexities of decentralized finance, the need for effective recovery solutions becomes paramount. SCANNER HACKER CRYPTO RECOVERY emerges as a notable player in this domain, offering a suite of services aimed at recovering lost or stolen cryptocurrencies. This essay outlines the importance of such recovery services, evaluates the effectiveness of SCANNER HACKER’s operations, and proposes recommendations for enhancing their offerings and outreach.
The burgeoning cryptocurrency market presents unique challenges, particularly concerning security vulnerabilities that may expose individuals to significant losses. SCANNER HACKER CRYPTO RECOVERY specializes in identifying and retrieving lost assets, leveraging advanced technological solutions and skilled personnel to trace transactions across blockchain networks. Their expertise in forensics, coupled with knowledge of legal regulations regarding digital assets, facilitates a comprehensive approach to recovery that is both proactive and reactive. The efficacy of SCANNER HACKER’s solutions is underscored by a track record of successfully recovering assets for numerous clients, which reinforces their credibility in the marketplace.
Despite their commendable achievements, SCANNER HACKER CRYPTO RECOVERY can enhance their effectiveness through several strategic implementations. First, improving transparency in the recovery process can foster trust among potential clients, who may be wary of the opaque mechanisms often associated with illicit activities in the cryptocurrency space. By offering detailed case studies and transparent methodologies that outline recovery procedures, the firm can demystify the recovery process and provide reassurance. Furthermore, investing in educational resources that empower users to protect their assets before incidents occur—through workshops, webinars, and informational content—can not only position SCANNER HACKER as a thought leader but also mitigate risk within the community.
Additionally, expanding collaborative efforts with cryptocurrency exchanges, wallets, and law enforcement agencies can enhance the efficacy of recovery operations. By establishing partnerships, SCANNER HACKER could streamline the reporting and recovery process, allowing for a more coordinated response to incidents of theft or loss. Engaging in advocacy for better safety regulations within the cryptocurrency market would further solidify their role as a pacesetter in digital asset security and recovery. In summary, while SCANNER HACKER CRYPTO RECOVERY has made significant strides in addressing the urgent need for crypto asset recovery, an emphasis on transparency, education, and strategic partnerships could enhance their service delivery and foster greater trust within the digital currency ecosystem.2 -
Wallet Password Recovery - Recover Lost or Stolen Crypto With LEE ULIMATE HACKER
My name is Oralia Thrasher, and I’m from London, UK. I work as a software developer, and I’m writing this with a deep sense of gratitude and relief, as I never thought I would see my BTC again. After falling victim to a scam that drained all the BTC from my wallet, I was left feeling hopeless and defeated. I had heard countless stories of people losing their cryptocurrency without any chance of recovery, so I truly believed I was in the same boat. However, everything changed when I came across Lee Ultimate Hacker. At first, I was skeptical. After all, I had already been scammed once, so trusting another service felt risky. However, after reading several positive reviews about their expertise in cryptocurrency recovery, I decided to give it a try. From the moment I contacted them Via LEEULTIMATEHACKER @ A O L . C O M
telegram: LEEULTIMATE
whatsapp +1 ( 7 1 5 ) 314 - 9 2 4 8, I felt a shift in my perspective. Their initial interaction with me was professional, empathetic, and above all, transparent. They took the time to explain their recovery process in detail, giving me a sense of clarity that I hadn't experienced since the scam first occurred.True to their word, Lee Ultimate Hacker wasted no time and immediately began working on my case. Their team’s approach was systematic and methodical. The level of professionalism they displayed, coupled with their advanced tracking methods and top-notch cybersecurity measures, impressed me from the start. It was clear that they were not only knowledgeable but also genuinely committed to helping me recover what I had lost. What stood out to me most was the speed with which they were able to act. Within a remarkably short period, Lee Ultimate Hacker had successfully recovered my BTC. They ensured the entire process was secure and that the funds were safely transferred back into my wallet. Throughout the entire recovery process, I was kept informed and updated on their progress, which helped ease my anxiety and reaffirmed that I was in safe hands. Looking back, I’m still amazed at how efficiently Lee Ultimate Hacker handled everything. Thanks to their expertise and dedication, I was able to recover my BTC and regain a sense of control over my finances. If you're ever in a similar situation, I wholeheartedly recommend reaching out to them. Their professionalism, transparency, and success in recovery are truly second to none. I’m forever grateful for their help and will not hesitate to trust them again in the future.1 -
HOW TO RECOVER LOST OR STOLEN CRYPTOCURRENCY HIRE CERTIFIED RECOVERY SERVICES
I am beyond grateful to share my experience with CERTIFIED RECOVERY SERVICES, a company that has proven to be a true lifeline for those like me who thought they had lost their Bitcoin investments forever. The world of cryptocurrency, while offering tremendous opportunities, can also be a perilous landscape, where a single mistake or a sudden system failure can lead to significant financial loss. I found myself in such a situation, and thanks to the dedicated team at CERTIFIED RECOVERY SERVICES, I was able to recover what I thought was gone forever. In 2021, I invested a substantial sum into Bitcoin, eagerly watching the market trends and hoping for substantial returns. However, as the market fluctuated, I found myself caught in a series of unfortunate events. First, I fell victim to a phishing scam that compromised my personal information and led to the loss of my Bitcoin. My initial panic was beyond words - I had invested a large portion of my savings, and the thought of losing it all was devastating. I felt powerless and received automated responses when I tried to reach customer service multiple times through the exchange I was using. I didn't know where to go next. It appeared as though my Bitcoin assets were lost forever because every path seemed to lead to nothing. I came discovered CERTIFIED RECOVERY SERVICES at that point. From the moment I reached out to CERTIFIED RECOVERY SERVICES on WhatsApp: +1 (740) 258‑1417, I knew I was in capable hands. The process was straightforward. I explained my situation, detailing how I lost my Bitcoin and the steps I had already taken to try to recover it. The customer service team at CERTIFIED RECOVERY SERVICES was empathetic and understanding. They reassured me that my case wasn't hopeless, explaining the methods they use to track and recover lost crypto investments, even when critical information like wallet keys or recovery phrases is lost or compromised. The team at CERTIFIED RECOVERY SERVICES started by verifying my identity and confirming my ownership of the Bitcoin in question. They then initiated an in-depth analysis of the wallet's blockchain data, tracking the lost assets across various exchanges and addresses. They also reached out to several platforms and services involved in the transaction history, leveraging their extensive network in the cryptocurrency industry. After what felt like an eternity of waiting, I received the best news possible - my Bitcoin had been successfully recovered! The amount I thought was lost for good was now accessible again, thanks to the tireless efforts of the CERTIDIED RECOVERY SERVICES team. They not only managed to recover my assets but also took proactive steps to ensure my future investments would be secure. for assistance reach them with the below information.
Email:contact (@)c e r t i f i e d r e c o v e r y s e r v i c es. c o m6 -
MOST RELIABLE BITCOIN RECOVERY / ADWARE RECOVERY SPECIALIST ALWAYS AVAILABLE IN ALL SCAMMED RECOVERY
I remember when I first got into Bitcoin mining. It was back in the early days when Bitcoin was still a new concept and very few people knew about it. As a bank manager, I was intrigued by this digital currency and decided to give mining a shot. I set up my computer and began the process, eventually accumulating a significant amount of Bitcoin. At that time, Bitcoin wasn't worth much, but I believed in its potential. I decided to encrypt my Bitcoin wallet for security. I created a decryption key and stored it somewhere safe, or so I thought. Email info: Adwarerecoveryspecialist@ auctioneer. net Years passed, and I didn't think much about my Bitcoin. Then, the price of Bitcoin skyrocketed. When I checked my wallet, I realized I had Bitcoin worth $1,500,000!Excited, I rushed to decrypt my wallet, only to discover that I had forgotten the decryption key. I searched everywhere, racking my brain to remember where I had stored it, but it was no use. My fortune was locked away, seemingly out of reach. Feeling desperate, I turned to Google, searching for any possible solution to recover my lost Bitcoins. During my search, I stumbled upon a tool called ADWARE RECOVERY SPECIALIST. This tool promised to help recover lost or forgotten decryption keys. Skeptical but hopeful, I decided to give it a try. The process was straightforward. I downloaded the tool and followed the instructions carefully. ADWARE RECOVERY SPECIALIST guided me through a series of steps designed to locate and recover my decryption key. The interface was user-friendly, and the instructions were clear. As I progressed through the recovery process, I felt a glimmer of hope. The tool used advanced algorithms to search for traces of the key on my computer. After several hours of scanning and searching, ADWARE RECOVERY SPECIALIST provided a list of potential keys. With bated breath, I tried each one, and finally, one of them worked! I was able to access my Bitcoin wallet and retrieve my $1,500,000 worth of Bitcoin. The relief and joy I felt were indescribable. Thanks to ADWARE RECOVERY SPECIALIST, my financial future looked bright once again. Telegram info: @adwarerecoveryspecialist This experience taught me the importance of securing important information properly and never underestimating the power of modern technology. With my Bitcoin now accessible, I have a renewed sense of hope and excitement for the future. -
How to Safely Recover Stolen Cryptocurrency with TREK Tech Corp
I’m incredibly grateful to have found TREK Tech Corp, a truly trustworthy and professional crypto recovery service. After being scammed by a forex trader who promised me a 35% return on investment, only to steal my funds, I thought I had lost everything. I had invested $78,000, and it felt like all hope was gone.
However, the team at TREK Tech Corp was able to help me recover my stolen cryptocurrency in less than 48 hours! Their experts acted swiftly and kept me informed throughout the entire process. To my relief, I received all of my crypto back, and I can’t express how much peace of mind that gave me.
I highly recommend TREK Tech Corp to anyone who has fallen victim to crypto fraud or other scams. Whether you need help recovering lost funds, forgotten wallet passwords, or even avoiding extortionists, this team has the expertise to guide you safely through the process.
Don’t hesitate to reach out to them at trektechcorp1 AT gmail DOT com / trektechcorp AT consultant DOT com They’re a legitimate, dependable service that truly cares about helping people like me.8 -
Hello Friends. Several months ago, I was lured into what seemed like a legitimate crypto investment opportunity, The platform had professional looking websites, active customer support, and what appeared to be real time profit dashboards. After a few small successful withdrawals, I became confident and invested a much larger sum over $200,000. Soon after, the platform stopped responding. My account was locked, and all communication ceased. I realized too late that I had fallen victim to a sophisticated crypto scam. Feeling helpless and devastated, I began researching recovery options and came across iCode Cyber Tech, a reputable cyber investigation and recovery service. Despite being down at first, I decided to reach out to them. What did I have to lose? From the very first contact, their team was incredibly professional and reassuring. They asked for all the details, including transaction records, wallet addresses, and communication history with the fake platform. Their team conducted a thorough blockchain analysis and began tracing the stolen assets. Their expertise, transparency, and dedication throughout the process were truly commendable. I never thought I’d see that money again, but thanks to iCode Cyber Tech, I did. Thank you, iCode Cyber Tech, for giving me a second chance.
WhatsApp...+4475637432581 -
Crypto Recovery | Reclaim Stolen Crypto | Crypto Scam Recovery Services.
In the ever-evolving world of cryptocurrencies, the thrill of investing can quickly turn into despair when you misplace or lose access to your digital assets. As a Bitcoin enthusiast, I faced such a tragedy when I lost my Bitcoin wallet. Just when I thought all hope was lost, Captain WebGenesis emerged as my savior in the chaotic sea of blockchain recovery. Captain WebGenesis began his investigation by analyzing blockchain transactions and tracing the stolen funds. It was a painstaking process that required advanced technical knowledge and an understanding of the cryptocurrency landscape. He meticulously tracked the movement of my stolen assets across various wallets and exchanges.
Email: (Captainwebgenesis@ hackermail. com).1 -
I never thought I’d recover my lost Bitcoin after falling victim to a phishing scam, but ICODE VIRTUAL RECOVERY proved me wrong. Their team was professional, fast, and transparent throughout the process. They used advanced tools and expertise to trace and retrieve my assets, which I thought were gone forever. I’m beyond grateful for their help and would highly recommend their services to anyone in a similar situation!
WhatsApp...+44 7387 627621
Where can I find a hacker to hire
BITCOIN RECOVERY EXPERT
USDT RECOVERY EXPERT REVIEWS
ETH RECOVERY EXPERT
Bitcoin Recovery Expert
Best recovery experts for cryptocurrency
How to recover stolen cryptocurrency
Where to hire a cryptocurrency recovery service
Hire a hacker to recover stolen Bitcoin
How to hire a Bitcoin recovery expert
I need a hacker to recover money from a binary trading account
Where to hire a cryptocurrency recovery service
Trusted cryptocurrency recovery expert
Best cryptocurrency recovery service
Scammed Bitcoin recovery
Ethereum and USDT recovery expert
Crypto recovery expert
Hire a crypto recovery service
How to hire a Bitcoin recovery service
The best Cryptocurrency recovery service in 2023
Hire A hacker Review
Hacker Review25 -
RECOVER MONEY FROM BITCOIN SCAM HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
I want to share my personal experience with a scam that cost me a significant amount of money—$121,000—through a Greenfield Bitcoin website. It all started innocently enough. I came across what seemed like a legitimate opportunity to invest in Bitcoin, drawn in by professional-looking websites, promises of high returns, and positive reviews that seemed too good to be true. However, I quickly learned the hard way that it was all part of a well-orchestrated scam designed to steal my money. The website initially offered small returns that encouraged me to invest more, and over time, I found myself depositing larger sums. But as I tried to withdraw my earnings, I encountered delays, excuses, and eventually, no response at all. After weeks of trying to get my funds back, I realized I had fallen victim to a fraudulent scheme. The people behind the platform vanished, and the website was shut down, leaving me with nothing but the bitter reality of my loss. This experience led me to feel both devastated and hopeless, but I refused to give up. Through extensive research, I discovered that there are professionals who specialize in recovering lost funds from scams like this. After finding a reputable recovery expert, I was guided through the process of recovering the money I had thought was gone for good. The process wasn’t quick or easy, but with the help of professionals from ADWARE RECOVERY SPECIALIST, I was able to reclaim all the money I lost to the scammers. I want to emphasize that it’s possible to recover lost funds if you know where to look and who to trust. It’s important not to blame yourself, as scams like these are designed to be deceptive and manipulative. There are people out there who can help guide you through the recovery process. If you’ve been a victim of stolen Bitcoin or any other cryptocurrency scam, or if you’ve fallen victim to any type of online fraud, there is hope. I strongly encourage you to reach out to ADWARE RECOVERY SPECIALIST for assistance. They are a professional team experienced in handling cases like mine, and they can help you understand the steps necessary to get your funds back. Remember, you don’t have to go through this alone. With the right support, it is possible to recover what you’ve lost and prevent future scams from causing harm. Stay vigilant, stay informed, and take action. It’s never too late to try and recover your lost funds.1 -
Reclaiming lost or stolen digital assets can be a complex and frustrating process, but with the right expertise and diligence, it is possible to recover what was once thought to be irretrievable. That's the experience I had when I enlisted the help of Wizard Hilton Cyber Tech, a specialized firm that uses cutting-edge investigative techniques and blockchain forensics to track down and retrieve misappropriated cryptocurrencies and other virtual holdings. After falling victim to an online scam that swindled me out of a sizable Bitcoin investment, I was left feeling helpless and resigned to the fact that my funds were gone forever. However, a colleague referred me to Wizard Hilton, and I was pleasantly surprised by their professionalism and commitment to leaving no stone unturned. Through a meticulous investigation that involved meticulously tracing the flow of my stolen Bitcoin across numerous wallet addresses and exchange platforms, the Wizard Hilton team was able to identify the perpetrators and initiate the legal process to have my assets returned. It was a lengthy and at times painstaking ordeal, but their dogged determination and deep technical expertise in the world of cryptocurrency paid off, and I ultimately had the immense satisfaction of seeing my Bitcoin balance restored. This experience underscores the importance of partnering with seasoned, reputable specialists when dealing with complex digital asset recovery - they possess the specialized knowledge and investigative resources to give victims of crypto-related crimes a fighting chance at reclaiming what is rightfully theirs. Send a message direct on Whatsapp via:
Email : wizardhiltoncybertech ( @ ) gmail (. ) com
OR
support ( @ ) wizardhiltoncybertech (.) com
WhatsApp number +130244578953 -
I never thought a crypto scam would upend my life, but it did, costing me 57,000 euros. A trusted cousin sold me on a "surefire" cryptocurrency deal, and I dove in, expecting profits. Reality hit hard when I realized it was a cunning fraud—my savings vanished. Crushed, I shared my story with a coworker, who pointed me to Cyberpunk Programmers, raving about their success with scam victims. Doubtful but desperate, I reached out. From the start, Cyberpunk Programmers impressed me with their expertise and empathy. They explained every step of the recovery process clearly, working tirelessly to trace my funds. Astonishingly, they recovered all 57,000 euros—a lifeline I thought was gone forever. I’ve learned to question "easy money" schemes, and I urge others to stay vigilant. If you’ve been scammed, don’t despair, Cyberpunk Programmers' skill and dedication can make a difference. They turned my loss into a lesson and gave me a fresh start. I wholeheartedly recommend them to anyone facing fraud; they’re proof that hope isn’t lost. Simply reach out to them at cyberpunkrogrammerSdotnet5
-
RESTORE AND SECURE YOUR DIGITAL ASSETS WITH MUYERN TRUST HACKER
I’ve always been a manager at Starbucks, handling day-to-day operations and working closely with my team. But in my spare time, I developed an interest in cryptocurrency. One day, I stumbled upon a promising cryptocurrency investment company online. They had great reviews and guaranteed high returns, so I invested a significant sum, $108,800 of my savings. In just a few weeks, I watched in awe as my investment grew rapidly from $108,800 to an impressive $292,650. The profits seemed too good to be true, and for a moment, I truly believed I had discovered a goldmine. I submitted a withdrawal request, thinking it would be a simple process. But days turned into weeks, and I never saw the money transferred back to my wallet. When I contacted the company, I received nothing but excuses and delays. It soon became clear that I had been scammed. The company I had entrusted with my funds was a fraudulent operation, designed to lure in unsuspecting investors like myself. I felt completely betrayed and helpless, watching as my hard-earned money vanished without a trace. That’s when I was referred to MUYERN TRUST HACKER, web at ( ht tps: //muyerntrusthacker . org ) a trusted recovery service specializing in helping people like me who had fallen victim to cryptocurrency scams. Their team was knowledgeable and professional, and they guided me through every step of the recovery process. With the expert assistance of MUYERN TRUST HACKER, I was able to take the necessary legal actions and pursue the recovery of my lost funds. They worked tirelessly on my behalf, leveraging their resources and connections to track down the scammers. In the end, they successfully recovered the majority of my funds and transferred them safely back into my wallet. Thanks to MUYERN TRUST HACKER, I was able to reclaim what I thought I had lost forever. You can also reach them on ( Tele gr am at muyerntrusthackertech ) for faster response.
1 -
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 -
It was a cold February evening in 2025 when I realized I’d made a terrible mistake. I’d sunk 4 Bitcoin my entire crypto savings into what I thought was a promising investment opportunity I’d found through a flashy ad on X. The platform promised sky-high returns, and the testimonials seemed legit. But weeks passed, my dashboard showed no profits, and when I tried to withdraw, the site locked me out. My 4 BTC, worth a small fortune, was gone. I felt sick. Desperate, I turned to internet forums, posting about my ordeal in a crypto thread. That’s when i saw someone talked about Alpha Spy Nest Recovery, a name I’d never heard before. Skeptical but out of options, I messaged them. Within hours, a rep named Alex responded, asking for details: the site URL, transaction IDs, and screenshots I’d thankfully kept. He warned me it’d be tough, scammers were getting slicker but they’d try. Alpha Spy Nest wasn’t your typical recovery outfit. Alex explained they were a team of ex-hackers and blockchain sleuths who’d turned their skills to hunting down crypto crooks. They used forensic tools to trace my BTC through the blockchain, even as the scammers tried to launder it through mixers. Meanwhile, their web team dug into the fake site, finding it linked to a known scam ring operating out of Eastern Europe. Days later “Good news. We’ve got a lead.” Using a mix of legal pressure and some clever tech I didn’t fully understand, they’d tracked my coins to an exchange where the scammers had slipped up. Alpha Spy Nest coordinated with the exchange to freeze the funds, and after a nerve-wracking verification process, 3.8 BTC minus their fee hit . I stared at my screen, stunned. The relief was overwhelming. Alpha Spy Nest Recovery didn’t just save my money; they restored my faith in fighting back. I never thought I’d see that 4 Bitcoin again, but thanks to their grit and know-how, I did. Rest assured you can also try them out:whatsApp: +14159714490
1 -
PROFESSIONAL CRYPTO SCAM RECOVERY SERVICES-AUTOPSY MAINNET RECOVERY
I’m still in disbelief, but overwhelmingly grateful—AUTOPSY MAINNET RECOVERY saved me from what I thought was an irreversible loss.
A few months ago, I fell victim to a sophisticated phishing scam that drained nearly all my cryptocurrency savings. It wasn’t just money—it was my future, my security, and years of hard work. I couldn’t sleep. I couldn’t focus. I kept replaying every step in my mind, wondering how I could have been so careful for years, only to lose everything in one moment of vulnerability.
I reported the theft, but most people told me it was gone forever. The blockchain is immutable, they said. There’s no way to trace or recover crypto once it’s been moved. I felt hopeless... until I came across AUTOPSY MAINNET RECOVERY.
At first, I was skeptical—who wouldn’t be after such a betrayal? But something about the way they communicated gave me hope. They were transparent, professional, and deeply knowledgeable. They explained every step of their recovery process and made no false promises. I decided to trust them. That was the best decision I could have made.
Within just days, they had traced the stolen funds through a complex web of transactions. Their expertise in blockchain forensics was mind-blowing. And then, what I thought was impossible happened—they successfully recovered my crypto.
I broke down in tears. Not just because of the money, but because someone actually cared enough to help me when I had already given up. Thanks to AUTOPSY MAINNET RECOVERY, I have my future back. I’ll never forget what they did for me.
If you’ve lost crypto and feel like all hope is gone—don’t give up. AUTOPSY MAINNET RECOVERY is the real deal. They didn’t just recover my assets—they restored my faith. you can also benefit from their services
EMAIL: [ Autopsymainnetrecovery@autopsy.co.site ]2 -
I thought I had lost everything after being scammed, but then I found Aptrecoup. Their team gave me hope when I felt hopeless. They patiently explained my options and worked tirelessly to help me recover what I lost. The emotional support they offered made all the difference. If you've been through a similar experience, I highly recommend reaching out to s u p p o r t @ a p t r e c o u p .c o m. They genuinely care and will stand by you throughout the process.1
-
So, what's the process for starting to create your idea? I have one, I've given it a minimal amount of thought, a very high level overview, the purpose and some features that I want. Probably just a free service because it's (probably) not anything too serious. So what now? Market research or just start typing? Planning architecture? This is my first time that I've had an idea I think is worth pursuing. What have you all done?
-
HOW DIGITAL TECH GUARD RECOVERY TACKLES CRYPTO FRAUD AND SCAMS
WhatsApp: +1 (443) 859 - 2886
contact @ digital tech guard . com
Telegram : digital tech guard recovery . com
What I thought would be a disaster for my investment ended up becoming an insightful journey. I had lost a sum of 87,000 USD in Bitcoin to a cyber thief posing as a crypto investment genius. At first, I felt devastated and completely helpless. The funds had been part of my savings, and I had trusted what appeared to be a legitimate crypto opportunity, only to find out it was a scam. The more I thought about it, the more overwhelmed I became. I had no idea where to turn or how to even begin to address such a complex situation. At that point, I realized I had to do something, so I began researching online for possible solutions. While browsing, I came across several stories of people who had faced similar losses, and many of them mentioned a company called Digital Tech Guard Recovery. Although skeptical at first, I figured I had nothing to lose. I reached out to them, not really knowing what to expect, but hoping for a miracle. To my surprise, the process was smoother and more efficient than I could have imagined. Digital Tech Guard Recovery requested only a small amount of basic information nothing too invasive or complicated and then went to work. Their team of experts analyzed my case thoroughly, and within a short time, they provided me with updates on the progress of the recovery. It was clear from the start that they were not only professional but also genuinely invested in helping me get my money back. What impressed me most was how transparent and communicative they were throughout the entire process. They kept me informed at every step, offering regular updates on their progress. Eventually, after several weeks of investigation and careful work, they successfully recovered my lost Bitcoin. To say I was relieved would be an understatement; I was overjoyed. This situation turned out to be much more than just a financial recovery. It taught me valuable lessons about the importance of being cautious in the world of online investments and how critical it is to choose the right professionals when things go wrong. I'm incredibly grateful to Digital Tech Guard Recovery for their help and dedication. Their expertise and prompt action saved me from what could have been a permanent financial setback. I highly recommend Digital Tech Guard Recovery to anyone who finds themselves in a similar situation. Their reliability and ability to deliver on their promises make them a trustworthy option for recovering lost funds.8 -
Rant.
I hate premade code/libraries fucking fuck some library decisions should be a question criteria for any interview. I would like to know the thought process you involved on why you chose a particular library. Fuuuuuuuuuuccccccckk the frustrations.
Thanks have a good day. :)2 -
Best in Recovery Stolen Bitcoin: Vacuum Cyber Hack can Help you out
When I realised my $395,000 worth of Bitcoin had been stolen, I was devastated. The thought of losing such a significant amount left me feeling completely powerless. After exhausting all options, I decided to reach out to Vacuum Cyber Hack. Their reputation for successfully recovering stolen cryptocurrency made them the obvious choice. From the very beginning, I was impressed by their professionalism and expertise. They quickly assessed my situation and immediately began working on a recovery plan. Using advanced algorithms and state-of-the-art forensic methods, Vacuum Cyber Hack tracked the stolen funds with remarkable precision. Throughout the process, they kept me updated, providing clear communication and ensuring my sensitive information remained confidential. Within a short time, Vacuum Cyber Hack successfully recovered my stolen Bitcoin, returning my funds and restoring my confidence in cryptocurrency security. Their efficiency, dedication, and ethical approach made all the difference. I’m incredibly grateful to Vacuum Cyber Hack for their exceptional service and for proving that even in the most challenging situations, recovery is possible. They truly set the standard for Bitcoin recovery services. I can confidently recommend them as the best choice for anyone facing the same challenge.
Email: support @ vacuumcyberhack . com
Whatsapp: +39 351 059 0507
Website: https : //vacuumcyber hack .co m/
1 -
Contact: Morphohack@cyberservices. com This is the email that changed everything for me.
I thought my $88,000 in Bitcoin was lost forever. After exhausting every possible recovery method, resetting passwords, contacting exchanges, and searching through old files. I was at a complete loss. It felt like all hope was gone.
Then, I came across a review about MORPHOHACK CYBER SERVICES and their expertise in recovering lost Bitcoin. At first, I was skeptical. After all, I had already tried everything. But desperation pushed me to take a chance, and I reached out.
From the moment I contacted them, I was impressed by their professionalism and clear communication. They asked for the necessary details, explained the recovery process step by step, and reassured me that they had helped many others in my situation. Within just a few hours, to my absolute disbelief, they successfully recovered every last bit of my Bitcoin!
The relief and gratitude I felt were overwhelming. I had already accepted that my funds were gone, but thanks to Morphohack Cyber Service, I got everything back quickly and securely.
If you’ve lost Bitcoin due to a scam, forgotten passwords, or any technical issue, don’t give up hope. Morphohack Cyber Service has the skills, experience, and technology to help you recover what’s rightfully yours. I highly recommend their services to anyone in need of crypto recovery.
Morphohackcyber. com1 -
Best in Recovery Stolen Bitcoin: Vacuum Cyber Hack can Help you out
When I realised my $395,000 worth of Bitcoin had been stolen, I was devastated. The thought of losing such a significant amount left me feeling completely powerless. After exhausting all options, I decided to reach out to Vacuum Cyber Hack. Their reputation for successfully recovering stolen cryptocurrency made them the obvious choice. From the very beginning, I was impressed by their professionalism and expertise. They quickly assessed my situation and immediately began working on a recovery plan. Using advanced algorithms and state-of-the-art forensic methods, Vacuum Cyber Hack tracked the stolen funds with remarkable precision. Throughout the process, they kept me updated, providing clear communication and ensuring my sensitive information remained confidential. Within a short time, Vacuum Cyber Hack successfully recovered my stolen Bitcoin, returning my funds and restoring my confidence in cryptocurrency security. Their efficiency, dedication, and ethical approach made all the difference. I’m incredibly grateful to Vacuum Cyber Hack for their exceptional service and for proving that even in the most challenging situations, recovery is possible. They truly set the standard for Bitcoin recovery services. I can confidently recommend them as the best choice for anyone facing the same challenge.
Email: support @ vacuumcyberhack . com
Whatsapp: +39 351 059 0507
Website: https : //vacuumcyber hack .co m/2 -
Review of Crypt0 Pandemic Hunter's Expertise in Digital Asset Recovery
As someone who fell victim to a crypt0 scam, I was devastated when I lost 486,400 USDT. The scammers used advanced techniques that left me feeling hopeless and unsure where to turn, believing my money was gone. That's when I discovered Crypt0 Pandemic Hunter, a team of experts dedicated to recovering stolen digital assets and navigating the complex world of blockchain forensics.
From the moment I reached out, their professionalism was evident. The team at Crypt0 Pandemic Hunter conducted a thorough investigation, utilizing their deep knowledge of blockchain networks, smart contracts, and scam tactics. They explained every step of the process clearly, which helped ease my anxiety during that stressful time.
The team was able track the funds being swapped from one network to another and the various mixtures involved. Finally the team infiltrated the scammers accounts in an offramp platform gaining access to my stolen funds. They uncovered hidden transaction trails and recovered my assets faster than I ever thought possible.
I'm truly thankful for their unwavering support and dedication to resolve my situation. Not only did they recover my assets, but they also provided valuable advice on securing my assets moving forward. If you're in a similar situation, I sincerely recommend Crypt0 Pandemic Hunter. Their skills and commitment make reliable in the often tricky world of digital finance.2 -
UNLOOKING BITCOIN RECOVERY: DIGITAL TECH GUARD RECOVERY'S EXPERT TEAM.
contact @ digital tech guard . c o m
telegram +56 997 059 700
I invested €50,000 in Bitcoin through an online trading service, enticed by promises of high returns and a user-friendly platform. The initial excitement was palpable as I watched my investment grow rapidly. Within just a few weeks, my balance soared to €65,000. It was thrilling to see such a significant increase in such a short time, and it felt like a stroke of luck. Feeling confident and eager to secure my gains, I attempted to withdraw the funds. However, my attempts were met with repeated denials. At first, I thought it might be a technical glitch or a temporary issue. I contacted customer support multiple times, but their responses were vague and unhelpful. They offered no clear reason for the withdrawal issues and seemed increasingly evasive. As days turned into weeks, my frustration grew. The platform's customer support continued to delay and offer excuses, while my withdrawal requests remained unprocessed. I started to research more about the platform and discovered troubling information. It became evident that the online trading service had a reputation for fraudulent activities and scamming users. This realization was both alarming and disheartening. I had been deceived by a seemingly legitimate platform, and my significant investment was now at risk. Determined to recover my funds, I began looking for professional assistance. That’s when I came across DIGITAL TECH GUARD RECOVERY. The company presented itself as a dedicated team of recovery experts specializing in helping individuals who had fallen victim to online scams. I was initially skeptical but decided to reach out for a consultation. From the first interaction, I found DIGITAL TECH GUARD RECOVERY to be professional and empathetic. They listened carefully to my situation, offering reassurance that I was not alone in facing this challenge. Their team explained the recovery process in detail, outlining the steps they would take to help me retrieve my funds. This transparency was a welcome change from my previous experience with the trading platform. DIGITAL TECH GUARD RECOVERY assigned a dedicated case manager who kept me updated throughout the process. They conducted a thorough investigation, analyzing transaction details and identifying potential leads for recovery. Over the next few weeks, I was impressed by their commitment and expertise. They navigated the complex landscape of online fraud recovery with diligence. Ultimately, DIGITAL TECH GUARD RECOVERY successfully recovered a significant portion of my investment. While the process was not quick, their professionalism and determination made a difference. I would highly recommend their services to anyone facing similar challenges. They restored not only my funds but also my faith in the possibility of recovery after a scam. -
BEST RECOVERY EXPERT FOR CRYPTOCURRENCY HIRE CERTIFIED RECOVERY SERVICES
Looking back, it feels almost too good to be true. After so many failed attempts with other companies and solutions, I had nearly given up hope. But CERTIFIED RECOVERY SERVICES turned that around completely. They not only restored my Bitcoin but also restored my faith in customer service and technical expertise in the crypto world. Their approach was thorough, professional, and most importantly, they delivered. I cannot express enough how grateful I am for their help. If you’re in a similar situation, struggling to regain access to your Bitcoin or any cryptocurrency, I urge you to reach out to CERTIFIED RECOVERY SERVICES. Unlike many other companies in this space that promise the world and underdeliver, CERTIFIED RECOVERY SERVICES is one of the few that actually keeps their promises and follows through on their commitments. After countless failures, I finally found a company that delivered. And for that, I’ll be forever grateful. I was amazed at how quickly the process started moving forward. While other companies had made me wait days or even weeks without progress, CERTIFIED RECOVERY SERVICES immediately took action. They began analyzing my wallet’s encryption, cross-referencing security protocols, and using state-of-the-art recovery tools to work through the issues preventing access. I was given a timeline for the recovery process, and to my surprise, they met it. There was a critical moment in the process where I thought we had hit a dead-end, but rather than give up or suggest some drastic, expensive solution, the recovery expert at CERTIFIED RECOVERY SERVICES reassured me, offering additional methods to work around the problem. They never once pushed me into anything that felt like a scam or an unnecessary expense. It was a moment I’ll never forget—the day I received the email from CERTIFIED RECOVERY SERVICES confirming that my Bitcoin had been successfully restored. My heart raced as I logged into my wallet. I had been so used to seeing the dreaded "access denied" message that it felt surreal to finally see my balance staring back at me. All the coins were there, as they should be. My entire investment—my future—was safe again. The team not only restored my Bitcoin but also made sure that my wallet was more secure than ever. They provided me with enhanced security measures and walked me through best practices for managing my digital assets going forward. Thanks to CERTIFIED RECOVERY SERVICES, I no longer had to worry about losing my Bitcoin again.
FOR MORE INFO ABOUT THE COMPANY
WhatsApp: +1 (740) 258‑1417
Email:contact (@)c e r t i f i e d r e c o v e r y s e r v i c es. c o m2 -
GET YOUR ASSETS BACK LIKE BTC/ETH WITH ASSITS OF SPARTAN TECH GROUP RETRIEVAL
For the benefit of anyone in doubt, I’m sharing my story not to ask you to follow me, but to follow what worked for me: SPARTAN TECH GROUP RETRIEVAL.
This incredible team at SPARTAN TECH GROUP RETRIEVAL retrieved my lost investment funds when I thought recovery was impossible.It began when I met a broker named Pauline on Instagram. She consistently promoted cryptocurrency investments, emphasizing the gains I could make with her company, "MIN CRYPTO." She painted herself as a trustworthy guide, claiming I was "one of the lucky ones" she wanted to help. Initially hesitant, I eventually succumbed to the pressure and false promises.
What started as small investments (100–200) escalated into thousands, fueled by the illusion of wealth. Before I realized it, I had lost $800,000 a substantial portion of my life savings.This was overwhelming. I felt trapped, with no solution in sight until I discovered SPARTAN TECH GROUP RETRIEVAL.
Scouring the internet for hope, I stumbled upon glowing testimonials from others they’d helped recover stolen funds. Skeptical but desperate, I reached out to SPARTAN TECH GROUP RETRIEVAL ON WhatsApp: + 1 ( 9 7 1 ) 4 8 7 - 3 5 3 8 OR Telegram: + 1 ( 5 8 1 ) 2 8 6 - 8 0 9 2 From the start, SPARTAN TECH GROUP RETRIEVAL guidance to recovery stood out. They maintained transparent communication, keeping me updated at every stage of the recovery process. Their expertise in tracing and retrieving lost crypto funds was evident, and their dedication gave me renewed hope.To my amazement, SPARTAN TECH GROUP RETRIEVAL succeeded where I thought no one could. They recovered my $800,000, restoring not just my finances but my peace of mind. This is why I’m sharing my ordeal to spread awareness about SPARTAN TECH GROUP RETRIEVAL and their life-changing services.If you’ve fallen victim to a crypto scam, don’t lose hope. What seemed impossible for me became reality thanks to SPARTAN TECH GROUP RETRIEVAL. Let my testimony be a beacon for others: Recovery IS possible. Trust the process and remember you're not alone. SPARTAN TECH GROUP RETRIEVAL is out there, ready to help you reclaim what was wrongfully taken. If you feel lost, don’t hesitate to reach out to SPARTAN TECH GROUP RETRIEVAL. It might just be the solution you need to turn things around.
OTHER MEANS OF REACHING OUT TO THEM:Website: h t t p s : / / spartan tech group retrieval . o r gEmail: spartan tech (@) cyber services . c o m5 -
It all started with a moment of excitement and a costly mistake. Like many others, I had heard the stories of people making fortunes in cryptocurrency. Eager to jump on the bandwagon, I invested a significant portion of my savings into what I believed was a promising Ethereum ETH project. The website looked professional, the whitepaper seemed solid, and the community appeared enthusiastic. I transferred my ETH, expecting massive returns, then, the unthinkable happened. The project turned out to be a rug pull scam where developers abandon the project and disappear with investors' funds. Overnight, my investment was gone. I felt sick to my stomach, realizing I had been duped. The blockchain is irreversible, and I thought my hard-earned money was lost forever. Desperate for a solution, I scoured the internet for any possible way to recover my funds. That’s when I stumbled upon Washington Recovery Pro, a cryptocurrency recovery service with stellar reviews. Skeptical but hopeful, I reached out to them, explaining my situation in detail.The recovery process was nothing short of remarkable. Washington Recovery Pro’s team of blockchain experts and legal consultants meticulously analyzed the blockchain records, tracked my lost ETH, and identified the scammers’ wallet addresses. Using their network and legal channels, they managed to pressure the culprits and retrieve my funds.Washington Recovery Pro had done what I thought was impossible. They restored my lost investment, my trust, and my faith in the idea that not all hope is lost when you fall victim to fraud. From that day on, I became a firm believer in their expertise, and I vowed to always do my due diligence before making any investment.If you’ve ever fallen victim to a crypto scam, I can’t recommend them enough.
WhatsApp- +1 (903) 249‑86331 -
HOW TO FIND A LEGITIMATE CRYPTO RECOVERY EXPERT; HIRE CYBER CONSTABLE INTELLIGENCE
I Lost £50,000 to a Scam. Here’s How Cyber Constable Intelligence Got My Money Back
I borrowed £50,000 from a work colleague with the intention of investing it in what seemed like a promising opportunity. At first, everything appeared legitimate, and I was optimistic about the potential returns. However, not long after, I realized I had fallen victim to a scam. What had seemed like a golden opportunity quickly turned into a nightmare, and I lost the entire £50,000.I immediately attempted to contact the company, but every effort was met with silence or evasive responses. The realization hit hard: the company had no intention of returning my money. The sense of helplessness was overwhelming. With no idea where to turn next and the burden of owing money to my colleague, I felt lost and desperate. Living in Manchester, London, I knew I had to find a solution, but I wasn’t sure where to begin. That’s when I came across Cyber Constable Intelligence on their Website at www cyberconstableintelligence com, a company that specializes in recovering funds lost to fraudulent schemes. After reading positive reviews and testimonials, I decided to reach out to them to see if they could help. From the very first conversation, the team at Cyber Constable Intelligence showed professionalism and understanding. They took the time to listen to my situation and explained the recovery process in detail. I was impressed by how knowledgeable and approachable they were, which immediately put my mind at ease. They guided me through every step, ensuring I understood what actions were being taken and why. Thanks to their expertise and dedication, I was able to recover the full £50,000 I had thought was gone forever. The process was not quick, but Cyber Constable Intelligence kept me informed throughout, and their persistence paid off in the end. It was a huge relief to get my money back, especially after the emotional and financial toll the scam had taken on me. This has made me much more cautious when it comes to online investments and has taught me to do much more thorough research before parting with any money. However, I am incredibly grateful to Cyber Constable Intelligence for their unwavering support and for helping me regain what I thought was lost. Their expertise truly made a difference in my recovery.
Here's Their info below
What Sapp Info: 1. (2. 5. 2. ) 3. 7. 8. (7. 6. 1. 1.)
Website Info : www cyber constable intelligence com -
HOW DIGITAL TECH GUARD RECOVERY, ENSURES YOUR CRYPTO SECURITY AND RECOVERY
As a seasoned investor in the cryptocurrency market, I had always prided myself on being vigilant and knowledgeable when it came to the security of my assets. Over the years, I had weathered the inevitable ups and downs of the market, yet nothing could have prepared me for the day I fell victim to a sophisticated phishing scam. In an instant, I lost a substantial amount of Ethereum, and the feeling of helplessness and frustration that followed was overwhelming. I thought all was lost and that no one could help me recover my assets. But then, through some quick research and a few trusted recommendations, I discovered DIGITAL TECH GUARD RECOVERY, the best Ethereum recovery company in the industry. I was initially skeptical, as I had heard many promises of asset recovery that turned out to be scams themselves. However, after contacting their team, I quickly realized I had found the right experts. From the first consultation, DIGITAL TECH GUARD RECOVERY’s team of expert cryptographers and cybersecurity specialists demonstrated an impressive level of professionalism and knowledge. They took the time to thoroughly understand the specifics of my situation, carefully assessing the details of the phishing attack. Unlike many other companies that rush through the process, they listened to every detail I shared, ensuring they had a clear understanding of how the scam had unfolded. What truly set DIGITAL TECH GUARD RECOVERY apart was their unwavering dedication to recovering my stolen assets. They explained the recovery process in clear, understandable terms, walking me through each step as they worked behind the scenes to track down the stolen Ethereum. Their team employed state-of-the-art tools and techniques that I couldn’t have even imagined, leveraging their expertise in cryptography and blockchain technology to trace the stolen funds across the network. Throughout the entire process, the communication from DIGITAL TECH GUARD RECOVERY was exceptional.
WhatsApp: +1 (443) 859 - 2886 Email @ digital tech guard . com
Telegram: digital tech guard recovery . com website link : digital tech guard . com1 -
DIGITAL TECH GUARD RECOVERY - THE BEST RECOVERY EXPERTS
I’m a woman based in Cleveland, Ohio, and as a data analyst, I’ve always prided myself on making calculated, well-researched decisions when it comes to my investments. I’m careful about where I put my money, whether in stocks, real estate, or even emerging markets like cryptocurrency. So when I came across a promising crypto platform, I thought it was an opportunity I couldn’t pass up. I was casually scrolling through TikTok one evening when I first heard about this platform. It seemed legitimate, with lots of positive testimonials and high returns being promised. After reviewing everything carefully, looking at user feedback, features, and even doing some basic background checks, I decided to invest $200,000. It was a calculated risk, or so I thought. I was feeling pretty confident, believing I had made an informed decision based on the data. However, things quickly took a turn for the worse. The platform started experiencing delays in withdrawals, and customer support went silent. At first, I thought it was just a technical issue, but as days turned into weeks and my funds were still tied up, I began to worry. I eventually realized the worst-case scenario: I’d been scammed. The platform disappeared entirely, taking my investment with it. It was gut-wrenching. All that time and effort I’d put into research seemed pointless, and I was left wondering how I’d missed the red flags. Feeling frustrated and defeated, I turned to YouTube in search of answers. As I was watching videos related to crypto scams, I came across a comment that mentioned Digital Tech Guard Recovery. Someone had shared their experience of recovering lost funds with their help. Curious, I did some more research, and everything I found about Digital Tech Guard Recovery seemed promising. I was hesitant at first, but given my situation, I decided to reach out. Digital Tech Guard Recovery quickly took over the process.
WhatsApp: +1 (443) 859 - 2886
Email @ digital tech guard . com
Telegram: digital tech guard recovery . com
Website link: digital tech guard . com1 -
"A Life-Changing Experience with Aptrecoup"
I never thought I’d be in a position where I’d need to reach out for help after falling victim to an online scam, but here I am, deeply grateful to the incredible team at Aptrecoup. Like many, I didn’t realize the extent of the scam until it was too late, and I felt completely lost and helpless. That’s when I found Aptrecoup c 0 m, a company founded by people who’ve been through similar experiences. From the moment I reached out to them, I felt understood. The team treated me with such compassion, and their expert guidance helped me navigate the process of getting back on my feet. What really stood out to me was the support system they’ve built. Not only did they help me understand my rights, but they also offered resources to aid in recovering my losses. It wasn’t just about the financial help—it was the emotional support that made all the difference. Aptrecoup truly cares about its clients and is dedicated to ensuring that no one else feels as helpless as I did. If you've been scammed, don't hesitate to contact Aptrecoup. They’re a lifeline for victims, and their team is genuinely invested in helping you recover and rebuild your life. I’ll forever be thankful to them for the hope they restored when I thought all was lost.1 -
GET YOUR LOST CRYPTO BACK WITH THE HELP OF DIGITAL TECH GUARD RECOVERY
Losing access to something as valuable and irreplaceable as Bitcoin can feel like a complete disaster, and it’s a situation that many of us may have thought impossible to recover from. For a long time, I shared the common belief that once something like this is gone, it’s gone forever. That’s exactly what I thought when I discovered that my Bitcoin balance had suddenly disappeared from my crypto wallet. At first, I felt helpless and overwhelmed by a sense of loss. It was a heartbreaking moment, and I believed that it was the end of the line for me in terms of recovering my funds. However, what happened next turned out to be an unexpected and very positive experience. I stumbled across a recommendation online about a service called DIGITAL TECH GUARD RECOVERY, which promised to help recover lost or stolen digital assets. At first, I was skeptical after all, many services claim to offer help but fail to deliver. But, in my desperate situation, I decided to give them a try. I reached out to DIGITAL TECH GUARD RECOVERY, and their team quickly got in touch with me. From the very beginning, I was impressed with their professionalism and the attention to detail they gave my case. They listened to my situation carefully and outlined the process they would follow to help recover my Bitcoin. It felt reassuring to know that I wasn’t just a case number to them; they treated my situation with the seriousness it deserved. The recovery process was thorough and efficient. They kept me updated every step of the way, providing clear communication and realistic expectations. The team worked tirelessly on my behalf, using advanced methods to trace and recover my lost Bitcoin.
WhatsApp: +1 (443) 859 - 2886 Email @ digital tech guard . com
Telegram : digital tech guard recovery . com website https : // digital tech guard . com1 -
VERIFIED CRYPTOCURRENCY RESTORATION/FOLKWIN EXPERT RECOVERY.
As a designer, I’m always on the lookout for new tools to improve my workflow. So, when I saw an ad on LinkedIn for a “revolutionary” design software, it seemed like the perfect opportunity. The ad promised to streamline my design process with amazing features at an unbeatable price. Without a second thought, I clicked the link and made the purchase. But soon after buying the software, I realized it was a scam. The software never worked as promised, and when I tried to reach out for support, the company vanished without a trace. I was left feeling frustrated and powerless. 5,000 NZD, a significant amount for anyone, especially a freelancer, was gone, and there was no way to get it back… or so I thought. I was at a loss for what to do next. That’s when I discovered FOLKWIN EXPERT RECOVERY. At first, I wasn’t sure if they could help. Could anyone actually recover money lost to online scams? But, desperate and with no other options, I decided to reach out. I contacted FOLKWIN EXPERT RECOVERY, they explained the process in detail, reassured me that they would do everything in their power to recover my funds, and kept me updated every step of the way. To my amazement, just two days after I reached out, they successfully recovered 4,800 NZD of the 5,000 NZD I had lost. The relief I felt when I saw that money back in my account was indescribable. It was like a huge weight had been lifted off my shoulders. Since then, I’ve made it a point to share my experience with other designers in the community. I want to raise awareness about the scams that are out there and remind others to be cautious when browsing for new software. Scammers can target anyone, even professionals like us. But I also want to let fellow designers know that if they do fall victim to fraud, they don’t have to give up. FOLKWIN EXPERT RECOVERY is there to help. Now, I always tell others: Be skeptical of ads that seem too good to be true, especially on platforms like LinkedIn. But if you do get scammed, there’s hope. Don’t hesitate to contact FOLKWINEXPERTRECOVERY(at)TECH-CENTER. CO M, (WhatsApp): +1 (740)705-0711. They helped me get my money back in just two days, and they can help you too.
Warm greetings,
Mr. Gilbert Jonathan
1 -
My story is about a digital disaster. I thought I had $950,000 worth of Bitcoin stored securely on a hard drive. I was confident in my setup—until one day, the hard drive crashed unexpectedly. Suddenly, I found myself locked out of my own money because I had lost access to my private keys. I did have backups, but they were encrypted, and for the life of me, I couldn’t remember the password I had chosen to protect them. It felt like I was staring at a vault filled with cash but had no key to get inside, I spent countless hours searching for recovery tools online, trying everything I could find, but nothing worked. I felt more hopeless with each failed attempt. It was a terrifying experience to think I might lose everything I had worked for all those years. Just when I thought all hope was gone, I came across Digital Web Recovery while browsing online forums. At first, I was unsure if they could truly help me, but desperation pushed me to give them a shot, From the moment I reached out to them, their team was incredibly responsive and professional. They took the time to understand my situation and reassured me that they had handled similar cases before. This was the first time I felt a glimmer of hope since the hard drive crash. They explained their process for decrypting backups and gave me confidence that they could help, Over the next week, Digital Web Recovery worked diligently on my case. They kept me updated throughout the entire process, which eased my anxiety. When I received the message that they had successfully recovered my private keys, I could hardly believe it. The moment I logged into my wallet and saw my Bitcoin balance again was a feeling I’ll never forget. It was like a weight had been lifted off my shoulders. I had come so close to losing everything, but Digital Web Recovery saved the day If you ever find yourself in a similar bind, I highly recommend reaching out to Digital Web Recovery. These guys are the real deal. They know what they’re doing and truly care about helping their clients. Thanks to their expertise, I have my Bitcoin back and can finally breathe easy again Website; https: // digitalwebrecovery. com WhatsApp; +13433003465
-
I wanted to share an incredible experience with you all that I believe could be helpful. I was devastated after losing my crypto assets? I had almost given up hope, but then I discovered a reputable company called Global Hack Technology, and they turned everything around for me.
From the very first interaction, their team was transparent, professional, and extremely swift. They thoroughly assessed my situation, explained the recovery process in detail, and assured me that they could help. What really stood out to me was their honesty and dedication—they didn’t overpromise, but they delivered beyond my expectations.
In just a short time, Global hack Technology swift into action, they recovered my digital assets, something I thought was impossible. They kept me updated every step of the way, which gave me so much peace of mind throughout the process.
If anyone ever faces a similar issue, I can’t recommend Global Hack Technology. They truly brought back my peace of mind and proved that recovery is possible even when all hope seems lost.
Get in touch with them via info below
W h a t s a p p Number : +44 7747 969957
Telegram :@G l o b a l h a c k t e c h n o l o g y
Company Email:
G l o b a l h a c k technology @ g m a i l . c o m4 -
I'll never forget the day I fell victim to crypto fraudsters. I had invested a significant amount of money, $267,000, in what I thought was a legitimate cryptocurrency platform, but it turned out to be a sophisticated and well planned cryptocurrency scam. I lost everything - my entire investment, gone in an instant with no knowledge of what to do or whom to turn to for help in my distress.
I was devastated, feeling like I'd been punched in the gut. I didn't know where to turn or who to trust. I felt like I'd never see my money again.
Seeking information that might help in the retrieval of my lost funds was when I discovered Coreassetinc. A trusted friend recommended them to me, saying they specialized in recovering lost funds from crypto scams. I was skeptical at first, but desperate for a solution I had to reach out to them through their contact details " Coreassetinc @ Gmail dot com or Telegram handle: @ Coreassetinc".
From the moment I contacted Coreassetinc, their promptness, reassurance, determination to help with my situation and attention to details, I knew I was in good hands. Their team was professional, empathetic, and knowledgeable. They listened to my story, asked the right questions, and quickly got to work on my case with the information's I provided.
The recovery process was complex, but Coreassetinc's experts navigated it with ease. They worked tirelessly to track down my funds, communicating with me every step of the way.
And then, the moment of truth arrived. The news that Coreassetinc had successfully recovered my lost funds, I was overjoyed, feeling like I'd been given a second chance. What really stood out during my experience with Coreassetinc was their dedication to the recovery process, the team went above and beyond, using sophisticated tracking tools and cyber forensics to gather critical information and process every available data.
I can't thank CoreAssetIn enough for their help. Their expertise, dedication, and support made all the difference. If you've lost money to crypto fraudsters, don't give up hope. Contact Coreassetinc - they might just change your life like they changed mine. They truly gave me back my financial future.4 -
BEST CRYPTOCURRENCY RECOVERY SERVICE HIRE ADWARE RECOVERY SPECIALIST
The three ingredients of love, trust, and partnership are supposed to go into the building of a marriage. I thought my husband and I had all three: We had carved out a life together, supported each other's dreams, and even ventured into cryptocurrency investments side by side. I thought we were a team. What I didn't realize was that he was playing for the other side. WhatsApp info:+12723 328 343
It was all because of some silly accusation. From nowhere, he got this conviction that I was having an affair. Without evidence, without rhyme or reason-just pure paranoia. I kept reassuring him, thinking that he would eventually come to his senses. Instead, he let the suspicion fester until it turned into something far uglier.
One day, I walked into an empty house. His clothes, his belongings—gone. And so was my Bitcoin wallet holding $450,000. My hands shook as I checked my accounts, praying it was a mistake. But the transaction history lied not. He had drained every last cent. The man I had trusted with my heart and my life had decided that revenge—for something I never even did—was worth more than our marriage.
I sat in stunned silence, trying to process the betrayal. My heartbreak was immediate, but as reality set in, so did the rage. I refused to let him get away with it. That's when I found ADWARE RECOVERY SPECIALIST. Their team listened to my story with the kind of seriousness I desperately needed. They wasted no time tracking down the stolen funds, unraveling his clumsy attempts to launder them.
Days later, it came-the call that changed everything. The money was returned to me, every last penny of it. And as for my husband, he could have that little victory. It sure as hell wasn't going to last. I left him a message that simply said: Enjoy explaining this to the lawyers.
Losing the person I thought I'd spend forever with was gut-wrenching. But priceless was watching him face the consequences of his actions.1 -
Best Recovery Experts for Cryptocurrency Assets
As the cryptocurrency landscape evolves, so do its associated risks, such as phishing scams and hacks. Recovery experts have become invaluable allies for investors navigating these challenges. Below, we explore the best recovery experts for cryptocurrency assets.
Crypto Recovery Companies
Crypto recovery companies offer services like unlocking encrypted wallets, recovering forgotten passwords, and restoring Bitcoin accounts. They prioritize privacy and implement robust security protocols to protect financial information throughout the recovery process.
These companies employ skilled teams equipped with blockchain expertise, cutting-edge tools, and investigative strategies to recover lost or inaccessible digital assets. Their goal is to assist individuals who thought their digital wealth was irretrievably gone.
With the growing use of cryptocurrencies, demand for recovery solutions has surged, driven by the rise in stolen cryptocurrency cases and the need for effective recovery strategies. Recovery experts use advanced software, forensic methods, and in-depth blockchain knowledge to trace missing funds, decrypt wallets, and regain account access.
Puran Crypto Recovery
Puran Crypto Recovery simplifies the recovery process for victims of cryptocurrency theft with tailored, professional support. Known for reliability and efficiency, they offer:
Comprehensive Recovery Support: Puran Crypto Recovery employs secure and effective methods to restore lost assets.
Global Availability: Their worldwide team ensures assistance is accessible anytime and anywhere.
Expertise and Experience: With a proven track record, Puran Crypto Recovery provides clients with confidence and trust in their recovery services.1 -
I was devastated after losing $3,000 to a fake job offer. I had been job hunting for months and thought I’d found the perfect opportunity — a software engineering role with a reputable company. The offer seemed legitimate with professional communication and a high salary. But then the employer asked for an upfront payment for background checks, training, and processing fees. Desperate, I transferred the money without hesitation. After that, the employer vanished, and I realized I had been scammed.
I turned to *FUNDS RETRIEVER ENGINEER*, a company specializing in helping scam victims. They quickly traced the fraudulent payment and gathered evidence. Their team kept me updated throughout the process, which eased my stress. Thanks to their efforts, they were able to recover $2,500 from the scammer. While I didn’t get everything back, I was grateful for the partial refund.
This experience taught me a valuable lesson about online job scams, and I highly recommend *FUNDS RETRIEVER ENGINEER* to anyone who finds themselves in a similar situation. Their professionalism and support made all the difference in my recovery.1 -
Recently started a new role as a junior dev(second role). Three weeks in and I'm already starting to loathe the work setup & process.
Last week I was asked to fix a bug due to them not having anything in the pipeline for me(I had finished my allocated tasks for the sprint). There was no spec to this, no visible steps to replicate the error & no tests in place to validate it was working... I thought I had fixed it, even had one of the seniors reviewed it on my PR but also I walked him through my possible solution resulting in us moving forward with the "improved" solution.
After a bank holiday, I've come back to find that the "fix" I had deployed doesn't solve the problem at all. So here I am after 3.5hours of flying blind with a bug that I'm still not able to reproduce, bored and frustrated asf. Not to mention, that the codebase has little to no consistency, a lot of legacy and almost no form of tests.
Am I overreacting to this as junior?1 -
HOW TO RECOVER YOUR BITCOIN FROM SCAMMERS | BITCOIN RECOVERY
Captain WebGenesis Crypto Recovery Agency delivers recovery solutions for those who have fallen victim to investment scams to get back their lost money. I was a victim of a fake cryptocurrency exchange scam and lost a substantial amount of money to the scam. I was in disbelief and discomfort as this was my hard earned money and life savings. The anxiety of losing my investment was debilitating. Desperate for a solution, I turned to the internet. I scoured forums, read articles, and even consulted with so-called “experts,” but nothing seemed to work. Just when I thought all hope was lost, I came across Captain WebGenesis Crypto Recovery Agency who came to my aid and helped me recover my money. From our first interaction, Captain WebGenesis Captain WebGenesis Crypto Recovery Agency exuded professionalism and expertise all through the recovery process.
Email Add; Captainwebgenesis@ hackermail. com
WhatsApp/Text; +1 (501)-436-9362.4 -
HOW TO RETRIEVE STOLEN BITCOIN; HIRE A CERTIFIED CRYPTO RECOVERY EXPERT VISIT CYBER CONSTABLE INTELLIGENCE
Recovering stolen cryptocurrency is possible, but it requires extreme caution. The digital currency market is rife with scams and fraudulent recovery firms, which makes it crucial to approach recovery with care to avoid further losses. This is the story of how I successfully recovered my stolen Ethereum thanks to the help of a professional recovery service, Cyber Constable Intelligence. Three years ago, I invested $15,000 in Ethereum, hoping it would grow into something significant over time. I watched my investment flourish and earlier this year I decided to sell a portion of it to fund my dream of owning a car. The process seemed straightforward: I received what I thought was a legitimate request to release my Ethereum and I followed the steps to complete the transaction. Unfortunately, the receipt I received in return was fake. In that moment, my excitement turned to devastation as I realized I had been scammed. The aftermath was overwhelming. I had no idea how to recover my stolen cryptocurrency or where to even begin. While searching for solutions I came across several stories about recovery scams, which only heightened my anxiety. However, during my research, I found testimonials about Cyber Constable Intelligence. The reviews were overwhelmingly positive, detailing successful recoveries of stolen digital assets. Skeptical but desperate, I decided to reach out to them. When I contacted Cyber Constable Intelligence, they listened to my story with empathy and professionalism. They explained their process and the kind of information they would need to assist me. Although I was initially hesitant to trust anyone after being scammed, their detailed responses and transparency put me at ease. I provided the necessary details and hoped for the best. The decision to work with Cyber Constable Intelligence turned out to be the best I could have made. To my amazement, they were able to recover my stolen Ethereum. Their expertise and dedication were evident throughout the process and they kept me updated at every stage. I was completely delighted when the funds were returned to my wallet, something I had thought was impossible. This experience taught me two important lessons: always verify requests related to your cryptocurrency and seek help from trustworthy professionals when something goes wrong. Thanks to Cyber Constable Intelligence, I was able to move past this ordeal and achieve my dream of owning a car.
Here's Their info below
What Sapp Info: 1. (2. 5. 2. ) 3. 7. 8. (7. 6. 1. 1.)
Website Info : www cyber constable intelligence com5 -
Being a gym instructor at Zaki's New Life Fitness Gym, I’ve always believed in strength and resilience both physically and mentally. But I never thought I’d be tested in such an unexpected way. I’ve always tried to manage my finances responsibly, but when my cousin approached me with an opportunity in cryptocurrency, I never imagined I could fall victim to a scam. He spoke passionately about a “golden opportunity” promising incredible returns. Trusting his judgment, I invested $68,000.50. What followed was a nightmare. I soon realized the platform was a complete scam. The money was gone. I felt helpless, thinking I’d never recover my hard-earned savings. Then, a fellow gym member recommended Digital Resolution Services. At first, I was skeptical. But with nothing to lose, I decided to reach out. Their team exceeded all expectations professional, compassionate, and incredibly knowledgeable. They guided me through the recovery process step-by-step. To my astonishment, they successfully recovered the full $68,000.50. It felt like a miracle. I am so grateful for their dedication and expertise. Digital Resolution Services gave me hope when I thought everything was lost. I highly recommend them to anyone who has been a victim of fraud. They gave me a second chance, and I’ll always be thankful.
Contact Digital Resolution Services:
====================================
Email: digitalresolutionservices (@) myself. c o m
WhatsApp: +1 (361) 260-8628
Email: digitalresolutionservices007 (@) zohomail. c o m
Stay healthy2 -
HOW TO RECOVER LOST OR STOLEN CRYPTOCURRENCY; THE ULTIMATE GUIDE TO BITCOIN RECOVERY HIRE CYBER CONSTABLE INTELLIGENCE
The appeal of making substantial returns from cryptocurrency investments was undeniable. After hearing countless stories of people making huge profits, I couldn’t resist diving into the market. I invested a significant sum of €300,000 into a crypto trading platform that seemed trustworthy at first. For several months, I watched my investment grow, feeling confident I had made the right choice. But when I requested a withdrawal, things quickly went downhill. The company suddenly demanded I pay extra fees to access my funds. At first, I thought it was just a misunderstanding, but as weeks passed with no resolution, I realized something was terribly wrong. The company stopped responding to my inquiries, and I was left with no idea how to proceed. My funds were stuck, and the more I tried to resolve the issue, the harder it became to get in touch with anyone who could help. It became clear I was likely the victim of a scam, and I was on the brink of giving up. But then, I came across glowing reviews about CYBER CONSTABLE INTELLIGENCE, a company specializing in helping people recover lost funds from online scams, including crypto scams. Though I was skeptical at first, I had no other options left, so I decided to give them a try. From the moment I reached out, I was impressed by their professionalism and efficiency. They reassured me that they could recover my funds and carefully explained their process. Their team requested detailed information on my transactions with the fake platform and got to work right away. Throughout the process, I appreciated how they kept me informed and updated on their progress, which helped ease some of my stress. CYBER CONSTABLE INTELLIGENCE used a combination of advanced techniques and secure recovery tools to track down my lost digital assets. Their team was determined, and within a few weeks, they managed to recover the full amount I had invested. I couldn’t believe my eyes when I saw the funds back in my wallet. It felt like a dream come true. Looking back, I’m incredibly thankful for the expertise and persistence of CYBER CONSTABLE INTELLIGENCE. What seemed like an impossible situation turned into a complete success. They helped me regain what I thought was lost forever, and I highly recommend their services to anyone who finds themselves in a similar situation. Their recovery process is not only effective but also reassuring, offering a second chance to those who’ve fallen victim to online scams.
Here's Their Info Below
WhatsApp: 1 (252) 378-7611
mail: cyber constable @ coolsite net
Website info; www cyberconstableintelligence com1 -
Looking back, the hardest part wasn’t just losing the money—it was convincing myself to ask for help. When I lost CAD 35,000 to an investment scam, I was devastated. I felt humiliated and foolish. I kept thinking, “Who falls for these things?” The shame was overwhelming. I wanted to move on and forget about it, but the thought of that money being gone forever kept eating at me. That amount meant so much to me. I had just graduated from university and was working hard to build a future. Losing it felt like a huge setback. At first, I tried to push the feelings aside, telling myself to just accept the loss and move forward. But the more I thought about it, the harder it became to let go. I felt stuck, like the situation was hopeless. That’s when my sister stepped in. She had heard about Tech Cyber Force Recovery, a service that helped people recover lost funds from scams, and thought it might be worth a shot. I was skeptical at first. I’d heard of services that promised to help but didn’t deliver, and honestly, I didn’t think anything could undo the damage done. But my sister wouldn’t let it go. She reached out to Tech Cyber Force Recovery on my behalf, and within no time, I was on the phone with their team. What happened next completely blew me away. The team at Tech Cyber Force Recovery was nothing like I expected. They were professional, understanding, and incredibly transparent about the entire process. There were no gimmicks, no high-pressure tactics. They didn’t try to push me into anything I wasn’t comfortable with. Instead, they laid out a clear, simple plan to recover my funds. It felt like a weight had been lifted just hearing them explain their approach. I followed their instructions and provided the necessary details. Within three days, I was informed that they had successfully recovered 100% of my stolen funds. I honestly couldn’t believe it.
WhatsApp or text // +1 561 726 369 7
telegram // +1 561 726 369 79 -
HIRE A HACKER TO HELP YOU RECOVER YOUR LOST FUNDS HIRE ADWARE RECOVERY SPECIALIST
The three ingredients of love, trust, and partnership are supposed to go into the building of a marriage. I thought my husband and I had all three: We had carved out a life together, supported each other's dreams, and even ventured into cryptocurrency investments side by side. I thought we were a team. What I didn't realize was that he was playing for the other side. WhatsApp info:+12723 328 343
It was all because of some silly accusation. From nowhere, he got this conviction that I was having an affair. Without evidence, without rhyme or reason-just pure paranoia. I kept reassuring him, thinking that he would eventually come to his senses. Instead, he let the suspicion fester until it turned into something far uglier.
One day, I walked into an empty house. His clothes, his belongings—gone. And so was my Bitcoin wallet holding $450,000. My hands shook as I checked my accounts, praying it was a mistake. But the transaction history lied not. He had drained every last cent. The man I had trusted with my heart and my life had decided that revenge—for something I never even did—was worth more than our marriage.
I sat in stunned silence, trying to process the betrayal. My heartbreak was immediate, but as reality set in, so did the rage. I refused to let him get away with it. That's when I found ADWARE RECOVERY SPECIALIST . Their team listened to my story with the kind of seriousness I desperately needed. They wasted no time tracking down the stolen funds, unraveling his clumsy attempts to launder them.
Days later, it came-the call that changed everything. The money was returned to me, every last penny of it. And as for my husband, he could have that little victory. It sure as hell wasn't going to last. I left him a message that simply said: Enjoy explaining this to the lawyers.
Losing the person I thought I'd spend forever with was gut-wrenching. But priceless was watching him face the consequences of his actions.
1 -
CRYPTOCURRENCY SCAM RECOVERY HELP - HIRE BOTNET CRYPTO RECOVERY
I had made the most astute investment of my life when I decided to allocate my funds into a cryptocurrency project that promised astronomical returns. The excitement was palpable, and I was so convinced of its potential that I even persuaded my family and friends to invest alongside me. We all shared grand visions of financial freedom and the opulent lifestyle accompanying it. The prospect of early retirement and the ability to traverse the globe seemed tantalizingly within reach. However, as the days morphed into weeks and the weeks into months, I began to sense that something was amiss. The project's communication channels, which had once been vibrant and replete with updates, had gone silent. My funds were ensnared, and I felt an escalating sense of dread. It soon became painfully evident that I had fallen victim to an elaborate Ponzi scheme. The realization struck me like a thunderbolt: I had lost over $80,000. Devastated and feeling an immense burden of responsibility for the losses incurred by my loved ones, I thought all was lost. The weight of guilt was suffocating, and I struggled to understand the situation. I felt as though I had let everyone down, and the financial burden was crushing. The emotional toll was equally significant; I found it increasingly difficult to sleep, and my anxiety levels soared as I replayed the events in my mind, questioning my judgment and decisions. Just when I thought there was no way out, I stumbled upon BOTNET CRYPTO RECOVERY, a reputable recovery expert specializing in cryptocurrency fraud. BOTNET CRYPTO RECOVERY offered a glimmer of hope, promising to assist me in reclaiming my lost funds. With nothing to lose, I decided to reach out to BOTNET CRYPTO RECOVERY. Their team of experts was remarkably responsive and empathetic, assuring me they would exhaust every avenue to help. They elucidated the recovery process in detail, which instilled a sense of reassurance that I had not felt in months. The recovery process was not instantaneous; it required weeks of diligent effort, but BOTNET CRYPTO RECOVERY worked tirelessly to track down the fraudulent project and recover my lost assets. Their expertise and unwavering dedication were evident, and I began to feel a renewed sense of hope. BOTNET CRYPTO RECOVERY kept me informed throughout the process, which alleviated some of my anxiety. Finally, after what felt like an eternity, BOTNET CRYPTO RECOVERY successfully recovered my lost funds. I was elated and relieved, profoundly grateful for this second chance. My story serves as a cautionary tale: thorough research and vigilance are paramount when investing in digital assets. The allure of quick profits can cloud judgment, leading to devastating consequences. If you fall victim to fraud, know that there are experts like BOTNET CRYPTO RECOVERY who can assist you in recovering your losses. It’s crucial to remain vigilant and informed in the ever-evolving space of cryptocurrency, and with the help of BOTNET CRYPTO RECOVERY, E-mail address : botnet crypto recovery (at) group mail (.) com2 -
RECOVER YOUR MONEY FROM SCAMMERS WITH DIGITAL HACK RECOVERY
Having been a lawyer practicing law in Dubai, I’ve always been cautious and methodical in both my professional and personal life. However, I recently found myself a victim of an online scam, which reminded me that anyone, regardless of profession, can fall prey to deception.It all began when a colleague at my law firm introduced me to an investment website claiming high returns in a short period. The site appeared legitimate, well-designed, with detailed information about the investment process, glowing testimonials, and impressive returns. He showed me screenshots of his own profits, which encouraged me to try it myself. Despite my usual caution, I decided to start small, investing AED 30,000 to test the platform.To my surprise, within 24 hours, my investment grew to AED 75,000. The site continued to display success stories from other users, further convincing me of its legitimacy. However, when I tried to withdraw my profits, I was met with silence. Emails and messages went unanswered, and the website’s fake testimonials kept appearing, but no one responded to my inquiries. It became clear that I had been scammed.Desperate to recover my money, I searched for solutions online and came across a company called Digital Hack Recovery, which specializes in recovering funds lost to online scams. My colleague, who had also invested and lost money, joined me in reaching out to them.From the moment we contacted Digital Hack Recovery, their team was professional, empathetic, and thorough. They quickly got to work on our cases and explained the recovery process step by step. Within a few days, they successfully traced and recovered the full amount—AED 30,000 each for both of us.The entire process was quick, efficient, and seamless, and we were both relieved to know we hadn’t lost our money permanently. Looking back, this experience taught us a valuable lesson about the dangers of online scams, even those that seem credible. As professionals, we thought we were too careful to fall for such traps, but the sophistication of these scams was shocking.We are incredibly grateful to Digital Hack Recovery for their expertise and support in recovering our funds. If you ever find yourself in a similar situation, I highly recommend contacting Digital Hack Recovery. They truly made all the difference. Talk to Digital Hack Recovery today via⁚
WhatsApp +19152151930
Website⁚ https : // digital hack recovery . com
Email; digital hack recovery @ techie . com6 -
GET BACK YOUR STOEN CRYPTO: REACH OUT TO FUNDS RECLAIMER COMPANY
Recovering Bitcoin from an old blockchain wallet can feel like a daunting task, especially if you’ve forgotten the password or lost access for several years. I experienced this firsthand with a wallet I thought was lost forever. For years, I tried everything I could think of to regain access, but nothing seemed to work. At that point, I had all but given up on ever recovering the funds, but then I found FUNDS RECLIAMER COMPANY, and they turned everything around. When I first reached out to their team, I was honestly skeptical. After all, I had already tried numerous other methods, and none of them had yielded any results. But FUNDS RECLIAMER COMPANY took the time to understand my situation. They explained the recovery process thoroughly, showing me how their expertise in blockchain wallets and password recovery could potentially restore my access. They reassured me that it wasn’t a lost cause, and from that moment, I knew I was in good hands. The process itself was meticulous, involving some complex decryption techniques and cracking of passwords that I thought would be impossible. They didn’t rush or pressure me to make any decisions they simply worked with precision and dedication. One of the most reassuring things was that they kept me updated every step of the way. Even when it looked like we were hitting a wall, they remained confident and kept searching for solutions. Eventually, after a lot of hard work and persistence, they cracked the password and regained access to my old blockchain wallet. It was such an incredible feeling to finally see my Bitcoin balance again after years of being locked out. I had honestly written it off as lost money, but FUNDS RECLIAMER COMPANY proved me wrong. They were able to retrieve my funds and transfer them back to a secure wallet that I now control. What impressed me most about FUNDS RECLIAMER COMPANY was not just their technical ability, but their integrity and transparency. I was concerned about the safety of my funds during the recovery process, but they assured me that they had security measures in place to protect my assets. I was able to watch the recovery unfold with confidence, knowing that my Bitcoin was in safe hands. If you're struggling with an old blockchain wallet and think your Bitcoin is gone for good, I can’t recommend FUNDS RECLIAMER COMPANY enough. They specialize in this kind of recovery, and their team is both trustworthy and highly skilled. There’s truly nothing to lose by reaching out, and you might just find that your lost Bitcoin is still recoverable. I’m so grateful to them for their persistence and professionalism in getting my funds back it was an experience I won’t forget.
Email: fundsreclaimer(@) c o n s u l t a n t . c o m OR fundsreclaimercompany@ z o h o m a i l . c o m
WhatsApp:+1 (361) 2 5 0- 4 1 1 0
1 -
Professional Bitcoin Recovery Expert ⁄⁄ Digital Hack Recovery
Recovering your lost bitcoins requires patience, dedication, and the right expertise. While the process may seem daunting, the opportunities for reclaiming stolen or misplaced digital assets are just as viable today as ever, provided you have the right tools and support. Like many others, I once thought my lost Bitcoin account was beyond recovery after it was stolen. However, my perspective changed when I found Digital Hack Recovery.At first, I was skeptical. Could any service really help me recover my cryptocurrency? The world of digital assets is complex, and I had resigned myself to the idea that my coins were lost for good. But from the moment I reached out to Digital Hack Recovery, I was impressed by their professionalism and knowledge. They use a variety of advanced techniques and recovery tools to retrieve digital assets from a wide range of sources, making the entire process both effective and secure. Their team immediately reassured me that recovery was possible, and they guided me every step of the way.What truly sets Digital Hack Recovery apart is its user-friendly interface. Even if you don’t have a technical background, their platform makes it easy to follow the recovery steps. The service is designed to be simple and intuitive, with clear instructions for both beginners and more experienced users. This was a key factor for me, as I didn’t have a deep understanding of the technicalities of Bitcoin recovery. Digital Hack Recovery’s clear, step-by-step process made it accessible and easy to navigate, even for someone with limited tech skills.Security and privacy are also top priorities for Digital Hack Recovery. They assured me that my personal information would remain completely secure throughout the recovery process, and I never had any concerns about the confidentiality of my data. Knowing that my information was in safe hands gave me the peace of mind I needed to trust them with such an important task. I highly recommend Digital Hack Recovery to anyone who has lost or misplaced their digital assets. Their advanced recovery tools, combined with an easy-to-use interface and top-notch security, make it an invaluable resource for both individuals and businesses. Thanks to their expertise and dedication, I was able to recover my lost Bitcoin. If you’re facing a similar situation, I’m confident that Digital Hack Recovery can help you too.
Contact info⁚
WhatsApp +19152151930
Email⁚ digital hack recovery @ techie . com
Website⁚ https : // digital hack recovery . com7 -
My husband and I have always been careful with our financial decisions. We researched, planned, and never took unnecessary risks at least, that’s what we thought. But sometimes, even the most cautious people can find themselves in difficult situations.
Not long ago, we came across an opportunity that seemed promising. The numbers made sense, the platform looked professional, and everything appeared to be in order. At first, things went smoothly. We saw positive results, and our confidence grew. But over time, small concerns started to arise, delays, unanswered questions, and inconsistencies we couldn’t ignore. Before we knew it, we were locked out, with no clear path forward.
The feeling was overwhelming. We had invested not just our money but also our trust, and now we were left with nothing but uncertainty. We explored every possible way to fix the situation on our own, but it became clear that we needed professional help.
That’s when we found **Digital Resolution Services**. At first, we were skeptical after all, trusting someone new after what we had just been through wasn’t easy. But from the very first conversation, they reassured us. They had seen cases like ours before, and they knew exactly what to do. Step by step, they guided us through the process, kept us updated, and most importantly, delivered results.
Looking back, we learned a valuable lesson. Even the most well-thought-out plans can go wrong, but what matters is how you respond. If we hadn’t reached out for help, we might have never recovered. Thanks to the right people, we were able to turn things around and for that, we’re incredibly grateful.
Thanks to: DIGITAL RESOLUTION SERVICES
WhatsApp: +1 (361) 260-8628
Grateful soul
Natalie Lane
1 -
DIGITAL TECH GUARD RECOVERY BITCOIN RECOVERY SERVICES FOR EVERYONE
I thought losing $500,000 in cryptocurrency was the end of the road for me. I had no idea how to recover my wallet, and all other services seemed to offer nothing more than false hope. But then I found DIGITAL TECH GUARD RECOVERY. Their team was incredible—professional, skilled, and thorough. They used advanced forensic methods and worked tirelessly to recover every penny. In the end, I got back everything I thought I had lost forever. Their support didn’t stop there; they also helped me fortify my wallet to prevent future breaches. The experience of losing such a significant amount of money, especially in the volatile world of cryptocurrency, left me feeling completely helpless. I reached out to several so-called recovery services, but most seemed more interested in collecting fees than actually offering real solutions. DIGITAL TECH GUARD RECOVERY, however, was different. From the moment I contacted them, their approach was transparent and results-driven. They explained the entire recovery process step-by-step, giving me confidence in their methods. What really set them apart was their expertise. They utilized advanced forensic techniques to trace transactions and identify where my funds had gone. It wasn’t just about retrieving my money; they demonstrated a deep understanding of blockchain and cryptocurrency networks, which reassured me that I was in capable hands. Within a week, I received an update that they had successfully recovered the full amount I had lost. It felt like a miracle. Beyond the recovery, DIGITAL TECH GUARD RECOVERY went the extra mile to help me secure my wallet and improve my overall digital security.
WhatsApp: +1 (443) 859 - 2886 Email @ digital tech guard . com
Telegram : digital tech guard recovery . com website https : digital tech guard . com4 -
Amidst the ever-evolving landscape of digital currencies, the technical mastery employed in the process of Bitcoin restoration has emerged as a beacon of revived hope for those who have encountered the devastating loss of their virtual assets. At the heart of this intricate recovery process lies the concept of "Tech Cyber Force Recovery," a specialized technique that harnesses the power of blockchain technology and advanced cryptographic principles to reconstruct the fragmented pieces of a user's Bitcoin painstakingly. This meticulous process, undertaken by skilled experts, involves meticulously analyzing the blockchain's immutable ledger, tracing the flow of transactions, and applying complex algorithms to uncover the elusive private keys that grant access to the lost funds. The technical dexterity required to navigate the labyrinth of Bitcoin's decentralized network is truly awe-inspiring, as these digital wizards deftly maneuver through the digital realm, uncovering hidden pathways and employing state-of-the-art tools to recover what was once thought to be irretrievably lost. The successful restoration of my Bitcoin holdings not only reignites a sense of optimism but also underscores the resilience and adaptability of the cryptocurrency ecosystem, where innovative solutions emerge to address the challenges faced by those seeking to reclaim their digital wealth. As the demand for such specialized recovery services continues to grow, the technical mastery displayed by these digital alchemists stands as a testament to the transformative power of blockchain technology and its ability to empower individuals in the face of seemingly insurmountable obstacles. What stood out about Tech Cyber Force Recovery was the sincerity and transparency throughout the entire process. There were no empty promises. No “guarantees” of quick results. Just an honest, no-nonsense approach that focused on solving the problem, not on selling a dream. The team was consistently professional, highly knowledgeable, and dedicated to achieving a positive outcome. Call Tech Cyber Force recovery for help on:
TELEGTRAM ID TECHCYBERFORC2 -
TRUSTED COMPANY TO ASSIST YOU IN RECOVERING YOUR STOLEN CRYPTO { DIGITAL HACK RECOVERY }
Losing a significant amount of money due to a forex trading issue or cryptocurrency investment mistake can be so bad. I learned this the hard way when I invested $37,000 in a global online forex trading platform. After trading for a while, I tried to withdraw $24,400 from my account, but my money suddenly disappeared. At first, I thought it might have been a simple technical issue. However, when I reached out to customer support, they claimed it was a technical glitch. Despite my inquiries, I couldn’t get any meaningful response, and I feared I would lose everything I had invested.I was feeling helpless, unsure of how to proceed or even if I could recover my funds. That’s when I was referred to Digital Hack Recovery by a friend who had used their services before. At first, I was skeptical, but after speaking with them and hearing about their successful track record in recovering lost funds, I decided to give it a try.From the beginning, Digital Hack Recovery was professional and thorough. They took the time to explain the process to me in detail, answering all my questions and concerns. What stood out most was their transparency; they were upfront about the time frame, fees, and possible outcomes. They also assured me that they specialize in retrieving lost cryptocurrency and forex trading funds, which gave me a sense of confidence that I was in the right hands.The recovery process took a little time, but their team was constantly in touch with updates, which helped alleviate my concerns. The recovery specialists employed sophisticated techniques to track and trace the funds, even though the forex platform had initially gone silent on me. What impressed me the most was that they successfully recovered 99% of my lost funds, including the bonuses that I had been promised.By the end of the process, I was thrilled with the results. I was able to get my $24,400 back, along with everything else I had thought was gone for good. The service was nothing short of amazing, and I’m incredibly grateful to Digital Hack Recovery for their expertise and dedication.If you find yourself in a similar situation, I strongly recommend Digital Hack Recovery. They’re a reliable and trustworthy recovery specialist that can help you reclaim what’s rightfully yours. They truly delivered on their promises,100% throughout the process made all the difference. If you have any question contact them through bellow contact details⁚
WhatsApp⁚ +1(915)2151930
Webpage⁚ https : // digital hack recovery . com
Email address⁚ digital hack recovery @ techie . com
1 -
LOST ETH RECOVERY EXPERT HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+12723 328 343
As a truck driver, life on the road can be grueling and exhausting, but during one of those long, tiring stretches, I found myself scrolling through TikTok to pass the time. That’s when I stumbled upon an investment opportunity shared by a friend I met on the platform. It seemed like a great chance to make some extra money, especially with the convenience of managing it from my phone while on the road. Initially, everything appeared legitimate, and I felt confident in my decision to invest. The returns seemed promising, and the communication from the investment company was smooth. However, my experience quickly took a turn for the worse when I attempted to withdraw my funds. After a few attempts to access my earnings, I was told that I needed to deposit more money in order to complete the withdrawal process. At first, I thought it might be a simple mistake or some kind of temporary hold, but as time passed, I began to realize that something wasn’t right. The more I tried to get my money back, the more they insisted that I add additional funds. It became clear that I was caught in a scam. I was left feeling helpless, frustrated, and uncertain about what to do next. Thankfully, my cousin noticed my distress and recommended a service he had heard about ADWARE RECOVERY SPECIALIST. At that point, I was desperate and willing to try anything. I contacted their team, and from the moment I reached out, I was impressed by their professionalism and expertise. They guided me through the entire process of recovering my funds, offering regular updates and clear communication. ADWARE RECOVERY SPECIALIST team worked diligently, navigating the complex process of tracking and retrieving my money from the fraudulent investment platform. Within a relatively short time, I was able to recover every penny I had invested. The service they provided was truly top-notch, and I felt supported throughout the entire ordeal.If you find yourself in a similar situation, struggling to get your money back from a dubious investment, I strongly recommend reaching out to ADWARE RECOVERY SPECIALIST . Their dedicated and knowledgeable team is the best resource for recovering lost funds, and they truly made a difference in helping me reclaim what was mine.6 -
RECOVER YOUR CRYPTO ASSETS WITH DIGITAL TECH GUARD RECOVERY, REBUILD YOUR FINANCIAL FUTURE
WhatsApp: +1 (443) 859 - 2886
Email @ digital tech guard . com
Telegram: digital tech guard recovery . com
Website link: digital tech guard . com
Gold and silver, two of the world’s most valuable and trusted precious metals, were at the center of what seemed like an incredible investment opportunity. I was drawn in by the promise of high returns, and it appeared to be a secure way to grow my wealth. But it didn’t take long before I realized I had been scammed, losing AU$6,000,000. I was devastated and unsure of what to do next. In desperation, I went to the Sydney Police Station, but they couldn’t help. That’s when I searched for Digital Tech Guard Recovery. From the moment I contacted them, I felt a sense of relief. The team at Digital Tech Guard Recovery immediately understood the gravity of my situation and guided me through every step of the recovery process. They carefully reviewed all details of my investment, including transaction histories and communication with the fraudulent company. Their expertise in digital forensics became clear as they tracked the scam’s online activity, uncovering critical evidence that helped expose the criminals behind it. What impressed me most was the thoroughness and dedication of Digital Tech Guard Recovery. They didn’t just sit back and hope for the best. They took decisive action. They worked with legal and financial professionals to develop a recovery strategy and contacted the relevant authorities, both in Australia and internationally. The evidence they provided was essential in launching an investigation. Without their expertise, I would have been lost in the complex legal process. But Digital Tech Guard Recovery didn’t stop there. They continued tracking down the fraudsters, uncovering hidden assets linked to the scam and applying pressure on the criminals to return the stolen funds. After months of relentless effort, I was overjoyed to learn that the full AU$6,000,000 was successfully recovered and returned to me. The experience was harrowing, but thanks to Digital Tech Guard Recovery, I was able to regain my financial security and hold the scammers accountable. I’m incredibly grateful for their dedication, professionalism, and expertise throughout the entire process. They gave me hope when I thought all was lost, and if you ever find yourself in a similar situation, I can’t recommend Digital Tech Guard Recovery enough. They truly are experts at what they do.1 -
HOW TO HIRE A HACKER TO RECOVER STOLEN BITCOIN . CONSULT FASTFUND RECOVERY.
I never thought I'd be a victim of a crypto scam, but when I lost a significant amount of money through an online investment scheme, I was in complete shock. I’d invested years of savings in crypto, and it felt like everything had vanished overnight. Like so many others, I was left feeling confused, vulnerable, and unsure of where to turn.
After several failed attempts to contact my exchange and other recovery services, I came across FastFund Recovery. At first, I was hesitant—there are so many recovery services out there, and the last thing I wanted was to fall for another scam. But from the very first consultation, it was clear that FastFund Recovery was different.
The team was not only professional but also incredibly knowledgeable. They walked me through the entire process, explaining how they would work to track and recover my lost assets. I appreciated that they were transparent about the steps they would take and gave me realistic expectations of the timeline and costs involved. No empty promises, just clear communication and a strategic plan.
The recovery process took some time, but I was kept updated at every stage. And in the end, FastFund Recovery managed to help me recover almost all of my funds. To say I was relieved is an understatement. I honestly didn’t believe this was possible after losing so much.
I can’t recommend FastFund Recovery enough. They have the expertise, the resources, and the commitment to get results. If you’ve been a victim of a crypto scam, trust me, they’re the ones you want in your corner.
G-mail: Fastfundrecovery8 (@) Gmail COM
W/H : 1 807/500/7554.
Web site : fastfundrecovery com
-
HOW TO SECURE AND RECOVER YOUR STOLEN CRYPTOCURRENCY/ CONSULT TRUST GEEKS HACK EXPERT
( E m a i l : in fo @ trust geeks hack expert . c o m)
(Te le 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 3)
(E m a i l: Trust geeks hack expert @ f a s t se r v i c e .c o m )
Over five years ago, I lost access to two of my crypto wallets, which I hadn’t used in years. These wallets contained valuable crypto assets, but I had completely forgotten the passwords, recovery phrases, and security questions. After trying everything I could think of to regain access, I was left feeling hopeless, thinking my assets were gone forever. That’s when I came across ( Trust Geeks Hack Expert ), and I can honestly say they changed the course of my life. Initially, I was skeptical. The idea of recovering forgotten crypto wallets seemed almost impossible. However, from the first moment I contacted the team, I felt a sense of hope. The staff was incredibly professional, empathetic, and genuinely dedicated to helping me recover my wallets. They took the time to fully understand my situation, offering clear explanations and reassuring me that they could assist. The recovery process wasn’t immediate, but it was methodical and thorough. The team worked diligently, guiding me through every step of the process and explaining things in a way I could easily understand. At times, I felt frustrated, especially given how long it had been since I last used the wallets. But the ( Trust Geeks Hack Expert ) team remained patient, offering constant support, and helping me stay focused on the end goal. They made sure I felt secure throughout the entire process, which provided me with the confidence I needed to continue. Finally, after several weeks of hard work, I regained access to my wallets. It was an overwhelming and life-changing moment. Not only did I recover my crypto assets, but I also felt an immense sense of relief and accomplishment. What I thought was lost forever was now back in my hands. Thanks to the ( Trust Geeks Hack Expert ) team, I’m incredibly thankful for ( Trust Geeks Hack Expert ) expertise and dedication.2 -
This is for anyone seeking to recover their data or funds lost to scammers on the internet. I sent out $132,000.00 worth of BTC to this broker named E29 Crypto Marketers. My experience was a good business proposal turned sour. l was added to a crypto learning and trading group on Telegram. I thought it was real, unfortunately, they are like other fraudsters found on the internet and online romance apps, I only knew about their fraudulent activities after losing my investment to E-29 marketers. l would have lost all my invested funds to this online scam scheme. with the quick help of these professionals in reclaiming stolen money. I found their reviews on Google, After my research about them, I concluded they were the perfect recovery expert to hire to recover my stolen cryptos. I never regret coming in contact with Infinix Crypto Recovery team. Within the short period I spent conversing with them during the recovery process, I learned a lot more than the four walls of a school. They can be reached via their details below: Email (support (at) infinixrecovery . com) Website : infinixrecovery . com1
-
I was absolutely devastated and deeply depressed when I realized I had lost $38,000 to a crypto investment scam. I thought I’d never see that money again, and the hopelessness was overwhelming. Then, I came across Global Hack Technology, and even though I was skeptical, I decided to give them a chance.
From the first interaction, their team showed compassion, professionalism, and expertise. They walked me through the recovery process step by step and kept me informed throughout. To my amazement, they successfully recovered my money!
I can’t thank them enough for what they’ve done. If you or anyone you know has fallen victim to a similar scam, don’t hesitate to contact Global Hack Technology. They are truly lifesavers who can turn an impossible situation into a success story."
Below is their contact info:
W h a t s a p p Number : +44 7747 969957
Telegram :@G l o b a l h a c k t e c h n o l o g y
Company Email: 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 -
I wanted to share my experience recovering a significant amount of Bitcoin and Ethereum $560,000 00 that I thought was lost forever due to a forgotten password and a risky investment in a scam project.
The Loss: After realizing I couldn't access my wallet, I felt completely defeated. I did some research and found several recovery options available. SOFTWEAR TECH SOLUTION
The Recovery Process: I used a reputable recovery tool that I found recommended by several users on this forum. It required me to verify my identity and provide proof of ownership, but after a few weeks of back and forth, I was able to access my wallet again!
Outcome: I successfully recovered 98% of my lost BTC and ETH! It was a huge relief, and I’m actively taking steps now to secure my assets better.
Advice: Always keep a secure backup of your passwords and consider using hardware wallets for better security. Don’t fall for scams – do thorough research before trusting any service.
I hope my experience helps someone else here!
CONTACT,: SOFTWEAR TECH SOLUTION FOR SWIFT RECOVERY
Email: softweartech5@ gmail. com
Email: softewar.tech@ yandex. com1 -
Not long ago, I was deceived by an online scammer and lost a significant amount of money €5,000 from my WorldRemit account. It was a huge financial setback, and the emotional toll was just as overwhelming. The funds I had worked so hard to save were suddenly gone, and I had no idea how to get them back. I immediately tried reaching out to WorldRemit support, but the process was slow and unhelpful. They provided little guidance or assistance, and I felt completely powerless. It seemed like my money was lost forever.I spent countless hours researching ways to recover my funds and contacting various support channels, but nothing worked. As the days went by, I was beginning to lose hope. That’s when, by chance, I came across a website calledGRAYWARE TECH SERVICES. They claimed to specialize in helping people recover funds lost to online fraud. At first, I was very skeptical. After all, I had already been scammed once, and I didn’t want to fall victim to another scam. But after reading through the testimonials and seeing success stories from others who had recovered their lost funds, I decided to take a chance and contact them.I am so thankful I did. From the very beginning, the team at GRAYWARE TECH SERVICES was professional, knowledgeable, and compassionate. They carefully explained the entire recovery process to me and reassured me that they had the expertise to help. They were transparent and kept me informed at every step of the way. Unlike other services I had contacted, they were responsive and genuinely seemed to care about my situation.Within just a few days, I was amazed to see that my €5,000 had been fully recovered and restored to my WorldRemit account. I couldn’t believe it. I thought I would never see that money again. Thanks to the expertise and hard work ofGRAYWARE TECH SERVICES , I was able to regain what I thought was lost forever.If you’ve found yourself in a similar situation, where you’ve lost money due to an online scam, I highly recommend reaching out to GRAYWARE TECH SERVICES . They know what they’re doing, and they helped me when I thought there was no hope left. Don’t hesitate to contact them if you need help. They will work tirelessly to recover your funds. Thank me later, and stay blessed!
5 -
I understand some of my stakeholders have more stressful roles than others, but I really wish they’d slow down and take a moment to process.
One of them recently forwarded me a customer inquiry about an order confirmation email because the customer gave the impression that they received the email in error. The customer’s message was “2018? What is this?” It was a confirmation for an old order. A really old order. From 2018. I guess my stakeholder thought an old confirmation email was resent, but my stakeholder just had to look at the original message section of the email, which stated the email was sent in 2018. Y’all, that email was sent years before I starting working for them.
I told stakeholder that I don’t know what this customer is looking for from us. IMO since this is for an order from FOUR YEARS AGO, I don’t think we should put any more time into investigating it.
Even my Product Manager agreed that our stakeholders need to do more diligence on their end (like asking the customer why they are following up on a four year old order) before coming to Engineering and taking up our time. -
I was in a state of utter despair when I realized that I had fallen victim to a sophisticated phishing scam, losing a substantial amount of my hard-earned cryptocurrency in the process. The scammers were so cunning and professional that I thought I had lost everything forever. But then I stumbled upon Cranix Ethical Solutions Haven, a team of ethical hackers and cybercrime experts who specialize in recovering stolen digital assets. Their expertise and professionalism were evident from the moment I reached out to them. They walked me through the entire process, explaining each step in detail and keeping me informed every step of the way. Their team of experts worked tirelessly to track down the scammers, using their advanced techniques and cutting-edge technology to trace the stolen bitcoin. What impressed me most about Cranix Ethical Solutions Haven was their unwavering commitment to justice. They didn't just stop at recovering my stolen bitcoin; they also worked with law enforcement agencies to bring the scammers to book. Their tireless efforts ultimately led to the arrest and prosecution of the perpetrators, sending a strong message to other would-be scammers.
I am forever grateful to Cranix Ethical Solutions Haven for their outstanding work. Without their help, I would have lost everything. Their dedication to fighting cybercrime and protecting innocent victims like me is truly commendable. I highly recommend their services to anyone who has fallen victim to cryptocurrency scams or other forms of cybercrime. They are the best in the business, and I am confident that they will continue to make a positive impact in the fight against cybercrime.
EMAIL: (cranixethicalsolutionshaven @ post . com) OR (info @ cranixethicalsolutionshaven . info)
WHATSAPP: (+ 4 4 7 4 6 0 6 2 2 7 3 0)
WEBSITE: (https : //cranixethicalsolutionshaven . info)
TELEGRAM: (@ cranixethicalsolutionshaven)1 -
HOW TO SUCCESSFULLY RECOVER YOUR STOLEN BITCOIN WITH THE HELP OF SALVAGE ASSET RECOVERY
At first, Derived seemed like a reliable and trustworthy investment platform. The staff was friendly, and their consultations were convincing, offering detailed information that gave me confidence in the company. The process seemed well-organized, and their promises of high returns made me eager to proceed. However, it wasn’t long before things took a concerning turn.After I made my deposit, I was immediately asked to submit a range of documents to verify my identity. At first, I assumed this was just part of their standard process, but the requests kept coming. What started as a few simple documents turned into a constant stream of increasingly complex paperwork. Despite submitting everything they asked for, I was still asked for more, which only made me more uneasy about their intentions.To make matters worse, my CAD 15,000 balance was frozen, and every attempt to withdraw my funds was met with delays and vague responses. The company claimed that my withdrawal was in progress, but days turned into weeks without any movement. It quickly became clear that they had no intention of allowing me to access my own money, and their communication became more evasive with each passing day.It soon became evident that Derived was not the trustworthy company I had initially thought it was. Their constant demands for documentation and their refusal to process my withdrawal felt like deliberate tactics to prevent me from retrieving my funds. I felt completely trapped and frustrated, unable to move forward or recover my money.That’s when I decided to reach out to Salvage Asset Recovery. They came highly recommended, and after a thorough consultation, I felt confident that they could help me. The Salvage Asset Recovery team acted quickly, taking charge of the situation and handling all communication with Derived. Their professionalism, expertise, and dedication were evident at every step, and they were ultimately able to recover my entire investment.Thanks to Salvage Asset Recovery, I was able to get my CAD 15,000 back. They worked tirelessly to ensure that Derived could no longer delay or deny my withdrawal. I am deeply grateful for their support and for helping me reclaim what was rightfully mine.If you find yourself in a similar situation, I strongly recommend reaching out to Salvage Asset Recovery. Their commitment to helping clients recover their funds is unmatched, and without their assistance, I would have never gotten my money back. They made all the difference when I needed help the most.
Visit Salvage Asset Recovery via below contact details.
WhatsApp-----.+ 1 8 4 7 6 5 4 7 0 9 6
TELEGRAM---@Salvageasset
13

