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 - "good mix"
-
--- HTTP/3 is coming! And it won't use TCP! ---
A recent announcement reveals that HTTP - the protocol used by browsers to communicate with web servers - will get a major change in version 3!
Before, the HTTP protocols (version 1.0, 1.1 and 2.2) were all layered on top of TCP (Transmission Control Protocol).
TCP provides reliable, ordered, and error-checked delivery of data over an IP network.
It can handle hardware failures, timeouts, etc. and makes sure the data is received in the order it was transmitted in.
Also you can easily detect if any corruption during transmission has occurred.
All these features are necessary for a protocol such as HTTP, but TCP wasn't originally designed for HTTP!
It's a "one-size-fits-all" solution, suitable for *any* application that needs this kind of reliability.
TCP does a lot of round trips between the client and the server to make sure everybody receives their data. Especially if you're using SSL. This results in a high network latency.
So if we had a protocol which is basically designed for HTTP, it could help a lot at fixing all these problems.
This is the idea behind "QUIC", an experimental network protocol, originally created by Google, using UDP.
Now we all know how unreliable UDP is: You don't know if the data you sent was received nor does the receiver know if there is anything missing. Also, data is unordered, so if anything takes longer to send, it will most likely mix up with the other pieces of data. The only good part of UDP is its simplicity.
So why use this crappy thing for such an important protocol as HTTP?
Well, QUIC fixes all these problems UDP has, and provides the reliability of TCP but without introducing lots of round trips and a high latency! (How cool is that?)
The Internet Engineering Task Force (IETF) has been working (or is still working) on a standardized version of QUIC, although it's very different from Google's original proposal.
The IETF also wants to create a version of HTTP that uses QUIC, previously referred to as HTTP-over-QUIC. HTTP-over-QUIC isn't, however, HTTP/2 over QUIC.
It's a new, updated version of HTTP built for QUIC.
Now, the chairman of both the HTTP working group and the QUIC working group for IETF, Mark Nottingham, wanted to rename HTTP-over-QUIC to HTTP/3, and it seems like his proposal got accepted!
So version 3 of HTTP will have QUIC as an essential, integral feature, and we can expect that it no longer uses TCP as its network protocol.
We will see how it turns out in the end, but I'm sure we will have to wait a couple more years for HTTP/3, when it has been thoroughly tested and integrated.
Thank you for reading!26 -
Assembly: He’s the nerd. He speaks very quickly and uses short sentences. Very few people talk to him. He’s considered to be an autist asperger by a majority of the class because he finishes the exams so quickly it’s insane and he faces a lot of difficulties in speaking with others. He’s at school but already dressed like an engineer.
Ada: She’s a foureyes nerd. When she gets the answer she’s doesn’t make any mistake. Ada often corrects the teacher when she writes a line a little ambiguous. She’s building a rocketship in her backyard and she’s always speaking about this weird hobby.
Python: He’s Mr Popular. He likes skate, brags about all the parties he’s invited to. He’s good in all the subjects taught in class but he’ll do them a bit slower than the others. Everyone loves him because he explainsthings so well, sometimes the teacher herself asks Python to explain some part of the course. He’s dressed with a hoodie, a baggy and glasses on the top of the head ;)
Java: She is one of the toppers of the class and very popular. She’s very good in all the topics. The teacher loves her but she’s a very talkative person.
Scala/Kotlin: They are twin sisters and the best friends of Java. Unfortunately, they are not as popular and it’s often Java who takes the lead in the group. It’s very difficult to distinguish one from another. Both are far less talkative than Java but Scala speaks a bit differently than Kotlin and Java.
C: He’s the topper of the class. He’s so fast in completing the exams that the teacher really thinks he’s copying Assembly’s work. He has a little brother C++ and they share a lot in common together. He’s the chess major and often plays chess with Assembly and his big brother.
Go: He’s the new kid on the bloc. He doesn’t like C++ and his friends and he wants to prove he can do better than them. Of course, he prefers playing Go over Chess.
APL: He’s a lonely guy. No one understands him when he speaks. Even the teacher is surprised when APL shows a correct answer after several lines of incomprehensible pictograms. People think that he was born in a foreign country… or a foreign planet ?
HTML/CSS: These twin brothers are very different. One is dressed in black and white and the other is dressed with everything except black and white. HTML is very talkative and annoying and the CSS is very artistic. CSS is the best student in Art lessons and HTML performs well in written expression.
LaTeX: She’s friend of HTML. The teacher likes her because she has a gift of writing. LaTeX likes the mathematical courses because she can draw fancy greek letters. The teacher knows this well and she is often asked to write a formula on the black board.
VBA: He’s in the back, looking through the windows. Not really interested in the courses taught in class. In the exams, he answers always with a table.
C#: He’s in the back playing yet another game on his smartphone. He likes being next to the windows also.
JavaScript: People often mix up Java and JavaScript because they have a similar name. But they are definitly not the same. Javascript spends a lot of time with HTMLand CSS. He’s as artistic as CSS but he prefers things that move. He likes actions and movies. CSS dreams to be a painter wheras JavaScript wants to be a film-maker.
Haskell: He’s a goth. Dressed up in dark. Doesn’t talk to anyone. He doesn’t understand why others write pages when he can write a couple of lines to answer the same question.
Julia: She’s the newest student here. She doesn’t have any friends yet but her secret aim is to be as popular as Python and as fast as C.
Credit: Thomas jalabert4 -
One thing I love about this app is the sorting algorithm. While giving good popular posts exposure, it also shows new unpopular posts in the mix, which you don't see a lot these days.5
-
!!pointless story
Bug report comes in from a coworker. "Cloudinary uploads aren't working. I can't sign up new customers."
"I'll look into it" I say.
I go to one of our sites, and lo! No Cloudinary image loads. Well that can't be good.
I check out mobile app -- our only customer-facing platform. None of the images load! Multiple "Oops!" snackbars from 500 errors on every screen / after every action.
"None of our Cloudinary images load, even in the mobile app," I report.
Nobody seems to notice, but they're probably busy.
I go to log into the Cloudinary site, and realize I don't have the credentials.
"What are the Cloudinary credentials, @ceo?" I ask.
I'm met with more silence. I use this opportunity to look through the logs, try different URLs/transforms directly. Oddly, everything seems fine except on our site.
I check Slack again, and see nothing's changed, so I set about trying to guess the credentials.
Let's see... the ceo is basically illiterate when it come to tech, so it's probably not his email. It's a startup, and custom emails for things cost money, and haven't been a thing here forever, so it's probably oen of the CTO's email aliases. he likes dots and full names so that narrows it down. Now for the password.... his are always crappy (so they're "easy to remember") and usually have the abbreviated company name in them. He also likes adding numbers, generally two-digit numbers, and has a thing for 7s and 9s. Mix in some caps, spaces, order...
Took me a few minutes, but I managed to figured it out.
"Nevermind, I guessed them." I reported.
After getting into Cloudinary, I couldn't find anything amiss. Everything looked great. No outage warnings, metrics looked fine, images all loaded. Ex-cto didn't revoke payment or cancel the account.
I checked our app; everything started loading -- albeit slowly.
I checked the aforementioned site; after a few minutes, everything loaded there, too.
Not sure what else to do, and with everything appearing to work, I said "Fixed!" and closed the issue.
About 20 minutes later, the original person said "thanks" -- never did hear anything from the ceo. I've heard him chatting away in the other room the entire time.
Regardless, good thing for crappy passwords, eh?15 -
Still trying to get good.
The requirements are forever shifting, and so do the applied paradigms.
I think the first layer is learning about each paradigm.
You learn 5-10 languages/technologies, get a feeling for procedural/functional/OOP programming. You mess around with some electronics engineering, write a bit of assembly. You write an ugly GTK program, an Android todo app, check how OpenGL works. You learn about relational models, about graph databases, time series storage and key value caches. You learn about networking and protocols. You void the warranty of all the devices in your house at some point. You develop preferences for languages and systems. For certain periods of time, you even become an insufferable fanboy who claims that all databases should be replaced by MongoDB, or all applications should be written in C# -- no exceptions in your mind are possible, because you found the Perfect Thing. Temporarily.
Eventually, you get to the second layer: Instead of being a champion for a single cause, you start to see patterns of applicability.
You might have grown to prefer serverless microservice architectures driven by pub/sub event busses, but realize that some MVC framework is probably more suitable for a 5-employee company. You realize that development is not just about picking the best language and best architecture -- It's about pros and cons for every situation. You start to value consistency over hard rules. You realize that even respected books about computer science can sometimes contain lies -- or represent solutions which are only applicable to "spherical cows in a vacuum".
Then you get to the third layer: Which is about orchestrating migrations between paradigms without creating a bigger mess.
Your company started with a tiny MVC webshop written in PHP. There are now 300 employees and a few million lines of code, the framework more often gets in the way than it helps, the database is terribly strained. Big rewrite? Gradual refactor? Introduce new languages within the company or stick with what people know? Educate people about paradigms which might be more suitable, but which will feel unfamiliar? What leads to a better product, someone who is experienced with PHP, or someone just learning to use Typescript?
All that theoretical knowledge about superior paradigms won't help you now -- No clean slates! You have to build a skyscraper city to replace a swamp village while keeping the economy running, together with builders who have no clue what concrete even looks like. You might think "I'll throw my superior engineering against this, no harm done if it doesn't stick", but 9 out of 10 times that will just end in a mix of concrete rubble, corpses and mud.
I think I'm somewhere between 2 and 3.
I think I have most of the important knowledge about a wide array of languages, technologies and architectures.
I think I know how to come to a conclusion about what to use in which scenario -- most of the time.
But dealing with a giant legacy mess, transforming things into something better, without creating an ugly amalgamation of old and new systems blended together into an even bigger abomination? Nah, I don't think I'm fully there yet.8 -
TL;DR I'm fucking sick and tired of Devs cutting corners on security! Things can't be simply hidden a bit; security needs to be integral to your entire process and solution. Please learn from my story and be one of the good guys!
As I mentioned before my company used plain text passwords in a legacy app (was not allowed to fix it) and that we finally moved away from it. A big win! However not the end of our issues.
Those Idiot still use hardcoded passwords in code. A practice that almost resulted in a leak of the DB admin password when we had to publish a repo for deployment purposes. Luckily I didn't search and there is something like BFG repo cleaner.
I have tried to remedy this by providing a nice library to handle all kinds of config (easy config injection) and a default json file that is always ignored by git. Although this helped a lot they still remain idiots.
The first project in another language and boom hardcoded password. Dev said I'll just remove before going live. First of all I don't believe him. Second of all I asked from history? "No a commit will be good enough..."
Last week we had to fix a leak of copyrighted contend.
How did this happen you ask? Well the secure upload field was not used because they thought that the normal one was good enough. "It's fine as long the URL to the file is not published. Besides now we can also use it to upload files that need to be published here"
This is so fucking stupid on so many levels. NEVER MIX SECURE AND INSECURE CONTENT it is confusing and hard to maintain. Hiding behind a URL that thousands of people have access to is also not going to work. We have the proof now...
Will they learn? Maybe for a short while but I remain sceptic. I hope a few DevrRanters do!7 -
Worst code review experience?
Hard to pick just one, but most were in a big meeting room with 4+ other developers not related to the project and with some playing Monday-Morning-Quarterback instead of offering productive feedback.
In one code review, the department mgr reviewed the code from a third party component library.
<brings up the code on the big screen>
Mgr: "I can't read any of this, its a mix of English and something else."
Me: "Its German."
Mgr: "Then why is 'Button' in English? This code is a mess."
Me: "I'm not exactly sure how I should respond, I mean, I didn't write any of this code."
Mgr: "Yes, but you are using it, so it's fair game for a code review."
Me: "Its not really open source, but we can make requests if you found something that needs to be addressed."
Mgr: "Oh yes, all this...whatever this is..<pointing again to the German>"
Me: "I don't think they will change their code to English just so you can read it."
Mgr: "We paid good money, you bet your ass they'll change it!"
Me: "I think the components were like $30 for the unlimited license. They'll tell us to go to hell first. Is there something about my code you want to talk about?"
Mgr: "<Ugggh>...I guess not, I couldn't get past all that German. Why didn't we go with an American company? Hell, why didn't we just write these components ourselves!?"
Me: "Because you gave a directive that if we found components that saved us time, to put in a request, and you approved the request. The company is American, they probably outsourced or hired German developers. I don't know and not sure why we care."
Mgr: "Security! What if they are sending keystrokes back to their servers!"
Me: "Did you see any http or any network access?"
Mgr: "How could I? The code is in German!"
Monday-Morning-Quarterback1: "If it were me, I would have written the components myself and moved on"
Me: "No, I don't think you could for less than $30"
Monday-Morning-Quarterback2: "Meh...we get paid anyway. Just add the time to the estimate."
Mgr: "Exactly! Why do we even have developers who can't read this mess."
Me: "Oh good Lord! Did anyone review or even look at my code for this review!?"
<silence>
Mgr: "Oh...ok...I guess we're done here. Thanks everyone."
<everyone starts to leave>
Me: "Whoa!...wait a sec..am I supposed to do something?"
Mgr: "Get that company to write their code in English so we can read it. You have their number, call em'...no...wait...give me their number. You keep working, I'll take care of this personally"
In they nicest way possible, the company did tell him to go to hell.17 -
A meeting, non-technical PM to me:
"Could you borrow me your laptop? I haven't taken mine and want to make some notes."
"Yeah sure" I said, launched some text editor and turned the laptop to her side. During this motion other colleague had chance to glance at the screen. His eyes opened wide with mix of horror and WTF look:
"What the... That's really not good idea."
Turned out I was in complete autopilot mode and pressed Win key, entered "gvim", accepted by enter.
I've launched Vim.
To a non-technical person.7 -
!dev
This is the one thing about Spotify that annoys the living hell out of me (yes, I use spotify, if anyone knows a good/working self hosted alternative, let me know! I've tried quite a few including funkwhale but they all failed for me).
I'm a raw hardstyle/rawstyle lover and listen to the raw duo Malice a lot. Now, what would the problem be here? Sometimes, there are several artists in different scenes with the same name. This is completely fine.
Spotify, however, mixes up music of the raw duo Malice and the rock/metal band Malice. I keep getting release notifications/news regarding new music/events from Malice but 90 percent of the time this is about the rock/metal band and NOT the raw duo.
It's also very weird to suddenly hear rock music while listening to my daily mix; the wrong malice is mixed in once again.
Yesterday I got an email saying "Check out Malice's newest release on Spotify!"
*OH FUCK YEAH*
*opens Spotify release radar*
*YAAA....FUCK*
That's the other malice 😡
Is it so hard, Spotify? Entirely hiding the artist results in the right one being hidden as well for me 😞14 -
OK I'm going write some serious heaps of code, my commits will fucking ddos the repository!
All I need is some tunes to drown out the office noise. Hey this song is quite good. Haha Google suggests my favorite song from 2 years ago, let's give that a try next. Oh I didn't know there was a new album out... hmm but I don't like everything... lets find out which 2 songs are good enough to add to a playlist by skipping aimlessly through it. Come to think of it, this style is not really that great for coding, maybe something with less vocals. Oh I know, I'll see if I can find some postmetal goa triphop electroswing dubpsy remix of that on YouTube, that would be enjoyable. No... I like the original better, although I'm a bit bored with it, maybe there's a similar artist hiding in a corner on Bandcamp, or Soundcloud... hey that's a cool mix, I wonder where that sample is from, lets try to find it...4 -
Last night I nearly finished my portfolio site. I was working on the perfect framework and workflow like forever. But in the end I accomplished a pretty pleasing solutions. For the back-end I choose Laravel with it's built in rest-api, the front-end is managed by Vue. I'm also proud of my assets-management which is handled by Gulp + Webpack (Laravel Mix). But here I decided to run Gulp on images, fonts and CSS and let Webpack bundle the JavaScript.
And what really crawls my balls is that I can write Sass and Jade, even use partials and organized the shit out of this website, and let Gulp just vomit some minified HTML and CSS on the other end.
Man that feels so good.20 -
!dev
!!vodka!
!batch files. because they're stupid.
Preface: I may be drunk. If not, I'll keep trying ~
Update: no, i'm already kinda wasted.
I told @AlexDeLarge that I would try Reyka today and let him know how it is. So, let's have at it!
At the recommendation of a friend, I tried Deep Eddy (vodka) a few weeks ago. It's extremely smooth and very good. Totally recommend. I can drink it straight, or with a tiny bit of water.
The same friend also recommended Reyka, which I bought earlier today (among quite a few other things, because alcohol). Here's what I discovered:
With Reyka, I was expecting something extremely smooth and almost tasteless, but tasteless it is not. Reyka tastes halfway between vodka and a good gin, like Bombay Sapphire. It actually has a *lot* of flavor, but the vodka itself is actually pretty high quality. I haven't found anything to mix with it yet, and I don't really like it straight. I might try lemon or lemonade next.
If I was to recommend vodkas, it would be either Tito's, or Deep Eddy. (Reyka is kind of strange, so I don't know if I can recommend it yet.)
Tito's is smooth and tasty -- absolutely not a gross vodka flavor, but ... nice. All alcohols have different effects and make me feel different. Grey Goose makes me tired, Tito's makes me happy.
Deep Eddy is incredibly smooth, and has almost no taste at all. It's wonderful.
UPdte: I took awhilfe to wrte this and... I'm getting a little tooo drunkt o conitinue so i thnkg oin going to nd this rannt here. ssorry! ^^7 -
Ever heard of event-based programming? Nope? Well, here we are.
This is a software design pattern that revolves around controlling and defining state and behaviour. It has a temporal component (the code can rewind to a previous point in time), and is perfectly suited for writing state machines.
I think I could use some peer-review on this idea.
Here's the original spec for a full language: https://gist.github.com/voodooattac...
(which I found to be completely unnecessary, since I just implemented this pattern in plain TypeScript with no extra dependencies. See attached image for how TS code looks like).
The fact that it transcends language barriers if implemented as a library instead of a full language means less complexity in the face of adaptation.
Moving on, I was reviewing the idea again today when I discovered an amazing fact: because this is based on gene expression, and since DNA is recombinant, any state machine code built using this pattern is also recombinant[1]. Meaning you can mix and match condition bodies (as you would mix complete genes) in any program and it would exhibit the functionality you picked or added.
You can literally add behaviour from a program (for example, an NPC) to another by copying and pasting new code from a file to another. Assuming there aren't any conflicts in variable names between the two, and that the variables (for example `state.health` and `state.mood`) mean the same thing to both programs.
If you combine two unrelated programs (a server and a desktop application, for example) then assuming there are no variables clashing, your new program will work as a desktop application and as a server at the same time.
I plan to publish the TypeScript reference implementation/library to npm and GitHub once it has all basic functionality, along with an article describing this and how it all works.
I wish I had a good academic background now, because I think this is worthy of a spec/research paper. Unfortunately, I don't have any connections in academia. (If you're interested in writing a paper about this, please let me know)
Edit: here's the current preliminary code: https://gist.github.com/voodooattac...
***
[1] https://en.wikipedia.org/wiki/...29 -
My current favourite music genre.
I've listened to rock, metal, general top40 music and so on but when I listen to a good rawstyle mix, I get into a very high/hyper concentration state.
I haven't had that with any other music genre.
Currently looking into producing it myself.8 -
What kind of person doesn’t install Windows 10 for a free pre-installation of Candy Crush Soda Saga thrown into the mix? I really enjoy it when my Operating System comes preloaded with bullshit. It’s almost as if I’m losing rights to choose what I want installed on my operating system. It’s really enjoyable when Candy Crush Soda Saga appears in the background in task manager despite never opening this “””game”””. I find it amazing that after building such a powerful computer I can know that my fast 16gb ram is being used to keep bloatware running in the background. Every night I dream of the people who buy new computers with a fresh copy of Windows 10 pre-installed on it to find it has a copy of Candy Crush Soda Saga already waiting to be played! The joy and tears that must come to such a persons eye to know that Bill Gates was kind enough to bless the world with every middle-aged persons favourite game, Candy Crush Soda Saga, to be the first app that appears on their start menu. The thoughts running through every developers mind at Microsoft as they pre-load a copy of Candy Crush Soda Saga onto every copy of Windows 10. They must really feel alive and definitely would not consider doing anything else for a living but copying the files of Candy Crush Soda Saga across onto Official Windows 10 Installations. The rush of blood into their mind as they know that thousands, if not millions, of users from around the world open their brand new computer for the first time to see that King managed to bribe Microsoft with more money that you’ll ever get your hands onto into making them add a free copy of Candy Crush Soda Saga onto their computer. As thousands of those users move their mouse over this work of art, right click it and press uninstall without a second of doubt in their mind, rendering Kings investment to be a waste of time, money and effort. This is a story we will tell for generations and generations in the future of how the worlds most popular Operating System was not preloaded with a free copy of McAfee, but instead a copy of Candy Crush Soda Saga for the entire world to rejoice. Good day to you all.11
-
Yknow, I want to make an android app that I have in my mind for about half a year now and I already tried twice, both with Kotlin and with Java but everytime I try it's just pain and suffering and frustration...
No it's not because of the language, I like Java and I like Kotlin too and I'd say I'm at least decent at Kotlin and really good in Java...
No no.. the issue is the fucking Android SDK and the mix-and-match documentation available online!!!
Every fucking time I want to implement some sort of UI element, user action or a background service and I start googling how to do it It comes with with at least 3 different stack overflow solutions, all of them saying "that way of doing it is deprecated, instead you should X" and looking up the OFFICIAL FUCKING DOCS it will just make me roll up in the corner and cry because of how fucking inconsistent it is and the retarded domain language it uses... fucking transactions for fucking fragments inside fucking activities... because I guess the word "screen"/"view"/"template" or something similar natural just was too mainstream for the all knowing alphabet soup that google is...
And then you start looking up what the fucking difference even is and how to code it up only to find out there's at least 12 other opinions on how fragments should be used and what should be an activity and what should be a damn fragment...
But that's not all, that's just the base... I get a headache even thinking about how the fucking inflating of templates and the entire R. notation works. You want to open a fucking tiny corner menu with the settings options? WELL THEN YOU FUCKING BETTER REMEMBER TO IMPLEMENT IT THROUGH SOME SORT OF EVENT AND INFLATE THE MENU YOURSELF EVEN THOUGH ITS THE SAME FUCKING THING WITH STATIC STRINGS...
AND WHY THE FUCK DO I NEED LIKE 4 NEW FILES TO IMPLEMENT A FUCKING LISTVIEW...
also talking about ListViews... what was wrong with "ListView"... Why do we need a "RecyclerView"... oh right... because the fucks fucked the fuck up and all the legacy components were designed by a monkey and are next to useless! SO WE NEEDED A NEW NAME FOR THE FIXED VERSION, CANT NAME IT LISTVIEW AGAIN... FUCK YOU...
honestly... if I got a dolar for every "what the fuck android" I said during trying to understand that mess I'd be richer by a few hundred...
oh oh oh, but you know what? You don't like the android SDK? that's fine, you can use fucking React or Flutter or something... yeah.. because instead of torturing myself with the android SDK I want to torture myself with an abstraction of the same SDK and JavaScript as the fucking cherry on top... HAVE YOU FUCKING SEEN THE CODE FLUTTER SHOWS ON THEIR WEBSITE AS THE "Introduction" ?!!!
Look at this piece of shit:
[code in attached image, we could really use a proper Markdown support at least for rants]
THAT'S NOT EVEN THE ENTIRE THING, THAT'S JUST THE *REALLY* UGLY PART...
The fucking nesting... What is it with JS and all the fucking nesting everytime?! It looks like shit.... It reads like shit as well...
WHY, in the name OF FUCK, IS THERE MORE THAN 5 ANDROID FRAMEWORKS and ALL of them... used this FUCKING NOVEL idea of programming using A FUCKING BRACKET WALL
It always looks like:
(code(code[code{code(code{code()})}]));
If I wanted to make a fucking app or a website using fucking Haskell I'd do that.... at this point reading assembly code feels like heaven compared to this retardation... Why is this so popular?! WHAT DO YOU PEOPLE SEE IN IT?! Clearly it's not the aesthetics... it looks like a fucking frog vomit running down an emus leg, fuck that.... I don't even hate classic JavaScript, it's a good enough language and it does what I tell it to... but these ugly fucking frameworks like react, angular and whatever else uses this fucking format can go fuck right off. This is not the way JS is gonna get a better name for itself...
So:
Fuck Google
Fuck the marionette that designed the Android SDK
Fuck the Hellspawn the came up with the "functional-like" way of using JavaScript
Fuck everyone that thinks "JavaScript everywhere" is a good thing
And deeply future-fuck everyone that makes a new framework following any of these standards, stucks a .js at the end of the name and releases his hairball.js of an invention into the fucking world....
It's a mess... fuck everything android related...
14 -
My company hired a new person on my team. He was scheduled to start on a Monday but pushed back a week at the last minute. The rumor around the office was that his flight home that weekend was canceled, but he didn’t notify our boss of it until minutes before he was expected in.
Next Monday he didn’t come in, and no one could get in touch with him. We eventually discovered that he was in jail. He claimed he was pulled over on the way to work for a traffic violation, then found out he had an outstanding warrant from a traffic ticket mix-up over ten years ago. Unsurprisingly, when he did make it in later that week, he was immediately fired.
I’m wondering how reasonable it was to fire him. A responsible, organized friend of mine also got in trouble from a traffic ticket she was never notified of, so I know his story isn’t impossible and doesn’t mean he’s a bad person. On the other hand, missing your start day because you’re in jail is never a good look — doubly so after he pushed back his start date the first time. My company has a very open culture so I would have some room to encourage us not to put inappropriate weight on what is often a very flawed legal system.6 -
//Random Mr. Robot thought//
So this picture and this quote in general has been in my mind quite recently. The first time I saw this scene it just passed through my mind as just a wierd quirk of elliot. But upon further thinking, I question that given Elliot is someone who specializes in network security in a sense. A part of which focuses on finding exploits in networks or even software in general( basically finding the worst in them). And the more I think about that,the more I come to realisation that just like most programmers mix together logic in their life in dealing with people, this scene stands out as an example of just that happening with Elliot and what perhaps, makes him such a good hacker. Perhaps we could all learn from this, or perhaps I'm just looking too much into this. Eh.
4 -
After a few weeks of being insanely busy, I decided to log onto Steam and maybe relax with a few people and play some games. I enjoy playing a few sandbox games and do freelance development for those games (Anywhere from a simple script to a full on server setup) on the side. It just so happened that I had an 'urgent' request from one of my old staff member from an old community I use to own. This staff member decided to run his own community after I sold mine off since I didn't have the passion anymore to deal with the community on a daily basis.
O: Owner (Former staff member/friend)
D: Other Dev
O: Hey, I need urgent help man! Got a few things developed for my server, and now the server won't stay stable and crashes randomly. I really need help, my developer can't figure it out.
Me: Uhm, sure. Just remember, if it's small I'll do it for free since you're an old friend, but if it's a bigger issue or needs a full recode or whatever, you're gonna have to pay. Another option is, I tell you what's wrong and you can have your developer fix it.
O: Sounds good, I'll give you owner access to everything so you can check it out.
Me: Sounds good
*An hour passes by*
O: Sorry it took so long, had to deal with some crap. *Insert credentials, etc*
Me: Ok, give me a few minutes to do some basic tests. What was that new feature or whatever you added?
O: *Explains long feature, and where it's located*
Me: *Begins to review the files* *Internal rage wondering what fucking developer could code such trash* *Tests a few methods, and watches CPU/RAM and an internal graph for usage*
Me: Who coded this module?
O: My developer.
Me: *Calm tone, with a mix of some anger* So, you know what, I'm just gonna do some simple math for ya. You're running 33 ticks a second for the server, with an average of about 40ish players. 33x60 = 1980 cycles a minute, now lets times that by the 40 players on average, you have 79,200 cycles per minute or nearly 4.8 fucking cycles an hour (If you maxed the server at 64 players, it's going to run an amazing fucking 7.6 million cycles an hour, like holy fuck). You're also running a MySQLite query every cycle while transferring useless data to the server, you're clusterfucking the server and overloading it for no fucking reason and that's why you're crashing it. Another question, who the fuck wrote the security of this? I can literally send commands to the server with this insecure method and delete all of your files... If you actually want your fucking server stable and secure, I'm gonna have to recode this entire module to reduce your developer's clusterfuck of 4.8 million cycles to about 400 every hour... it's gonna be $50.
D: *Angered* You're wrong, this is the best way to do it, I did stress testing! *Insert other defensive comments* You're just a shitty developer (This one got me)
Me: *Calm* You're calling me a shitty developer? You're the person that doesn't understand a timer, I get that you're new to this world, but reading the wiki or even using the game's forums would've ripped this code to shreds and you to shreds. You're not even a developer, cause most of this is so disorganized it looks like you copy and pasted it. *Get's angered here and starts some light screaming* You're wasting CPU usage, the game can't use more than 1 physical core, and after a quick test, you're stupid 'amazing' module is using about 40% of the CPU. You need to fucking realize the 40ish average players, use less than this... THEY SHOULD BE MORE INTENSIVE THAN YOUR CODE, NOT THE OPPOSITE.
O: Hey don't be rude to Venom, he's an amazing coder. You're still new, you don't know as much as him. Ok, I'll pay you the money to get it recoded.
Me: Sounds good. *Angered tone* Also you developer boy, learn to listen to feedback and maybe learn to improve your shitty code. Cause you'll never go anywhere if you don't even understand who bad this garbage is, and that you can't even use the fucking wiki for this game. The only fucking way you're gonna improve is to use some of my suggestions.
D: *Leaves call without saying anything*
TL;DR: Shitty developer ran some shitty XP system code for a game nearly 4.8 million times an hour (average) or just above 7.6 million times an hour (if maxed), plus running MySQLite when it could've been done within about like 400 an hour at max. Tried calling me a shitty developer, and got sorta yelled at while I was trying to keep calm.
Still pissed he tried calling me a shitty developer... -
Semi rant/ opinion
I have been wondering a bit about what my fellow devs think about adblockers
I have been using an adblocker for years.
I am guessing we got a good mix of both people who are pro and against them
I do get the site's owner point of view wanting to get a little bit of cash out of their site buts its the ad publisher that come in and royally screw things up with their garish flashy shit.
I wouldn't really mind 2-3 small static adverts on a page, little ones that don't disrupt the flow of the page or clash with the page colour scheme (i know that one is a bit far fetched but anyone who loaded up a dark page in the comfort of a darkened room only to have a big bright ad turn up in the middle of the page force them to squint ). Sadly publishers don't give a damn, their only concern is to
GRAB YOUR ATTENTION...
FLASHY FLASH FLASH MOFO!
OH AND HERE IS AN AUDIO ENABLED ONE FOR YA, GOOD LUCK MUTING IT YOU POOR SHMUCK , ONE CLICK ON THE DAMN THING WILL TAKE YOU TO THE LAND OF POP-UPS
AH YOU WANNA DOWNLOAD SOMETHING BUDDY ? AH WELL I HOPE YOU LIKE INDIANA JONES' SCENE WITH HOLY GRAIL
CUZ HERE ARE 10 DOWNLOAD BUTTONS, ONE IS THE REAL THING THE REST WILL ARE TOOLBARS
They are the biggest culprit here yet moan the loudest about adblockers.
Sort yourselves out then complain to us about ad blocking6 -
Hmm getting in the zone huh?
Well a good poop
Mug of hot coffee
2 chocolate biscuits
Big glass of water on standby
Headphones , spotify and my metal mix1 -
Twice a year, my work throws a party to celebrate our successes. Think of this as a post-Christmas and post-tax season party. Usually it’s a simple affair – they hire out a room in a bar, we have a theme to dress up to (last year for tax it was green, the colour of money), and it’s a social gathering. No pressure to participate, theme was broad enough that everyone could participate, and everyone came along for as long as they wanted.
This year, they’ve decided to make our post-tax party at a karaoke bar. I am usually a fan of karaoke…with my friends, after a drink or five, on my own terms. But singing in front of work colleagues?
To make things worse, they’ve created a committee to hyper-organise the games and teams. I know the usual AAM stance on organised/forced fun, and I attempted to get on the committee in an effort to steer them towards voluntary participation, but I was told the committee was full.
The party is next week and I’m already feeling panicky. We have been allocated into teams. We’ve been assured that these weren’t random, but were purposefully chosen to ensure a mix of outgoing and introverted people. Lovely. On top of being forced to participate, I have to sing with team members I normally wouldn’t spend time with. I’d be happy to do karaoke in front of my colleagues if it was a relaxed, opt-in thing where anyone who wanted to just jumped up there, but the forced, organised activity with judging and prizing is just making me dread it.
And there will be awards, which means there will be judging. I’ve alreasdy spoken up once after hearing a committee member excitedly tell a friend “there will even be an award for worst singer!” I straight up told her that there was no way they could have that as an award after forcing people to participate. I told I was being a party pooper and that it was all in good fun.
The official teams and rules were sent out yesterday and I noticed the award is actually for “best strangling of cat sound-a-like.” Which is infinitely worse.
How do I get through this party without ruffling any feathers, but also not putting myself and my singing abilities up for scrutiny in front of everyone I work with? Short of throwing a tantrum or sitting at the party in a corner and sulking, I’m not sure how to handle this diplomatically. The only people who aren’t going are those who have leave planned. They’ve even scheduled it so that it is running from 3 pm-6.30 pm (so, as my boss explained, those with childcare can still come for a few hours and not have to get a babysitter).7 -
(Dev)Life in the past 12 hours
Oh boy have the last 12 hours been a roller coaster ride for me. Noob me decided to "compile" AoSP for my device to get a taste of how custom ROMs are built from source. Overall it was fun but the errors were a very good excercise for googling, SO. Couple stuff I learnt ( possibly useful for anyone who comes here )
* The shebang line ( #!/usr/bin/env python ) on my system translated to Python 3.7 environment instead of the expected Python 2.7. Best solution I think to avoid confusion is to create a python 2.7 environment and source it.
* Get your trees right. A jar file called WfdCommon.jar ( apparently known as wifi-display common ) was the cause of several hours of hunting the fault. My vendor tree somehow didn't have this file so dex2oat was borking out like mad. I'm still amazed how I figured this one out almost by myself. ( Basically I had to check every file included in the boot class path, and find the odd one )
* I wasted a lot of time in finding the right files to change version numbers and all. Maybe I didn't search XDA properly for a guide ?
Overall it was a fun experience. Also if anyone's experienced in this area could you share resources to learn more about custom ROM development? Specifically on the tweaking part where you mix features from different ROMs to make a great ROM ( like AoSP extended or Pixel Experience ). All I could find were on the zips and not on sources.
7 -
I don't get why people like so much to mix personal life with professional... Always planning parties and "Forcing" everybody to join in... Sometimes it seems you can only be a good professional if you like to drink all weekend and complain about what you've been paid to do...8
-
!dev
I’ve been ranting & posting a lot about my career, relocation, work life balance etc. in the last year.
Just wanna say, relocating was probably the best decision I’ve ever made. Professionally and personally..
Although it was a bit scary and I didn’t have any money left after relocating..
It’s 6PM, I’m sitting in the garden, listen to some classical music and don’t spend a single thought on work.
Tomorrow I will arrive in the office around 7:45, I will do my work. My boss recognizes my teams effort and thanks all of us for the work on the end of each sprint.
There are no personal fights in the team, everyone is getting along with the others.
I do some good work, get a good salary and don’t have to mix up work and personal life.
The people here are awesome, everyone is welcoming and supportive.
If everything goes as planned, I’ll be able to buy my dream car by the end of summer because the government doesn’t take all of my money. They take their taxes before I get my salary and the money I get is the money I HAVE..
Ireland is awesome.
At this point: thanks for the Irish guys here who provided information about work and life over here! And also to the other devs who supported me here👍2 -
I really hate sales people. My stakeholder wants to buy an address verification service but is hesitant to purchase now because the dev time needed would be substantial. Now the sales rep has planted seeds of doubt in my SH and SH thinks I grossly overestimated the labor I quoted.
Sales rep is all “major corporations have installed this in a weekend.” 🤬🤬🤬 Major corporations also have more than one developer and probably aren’t dealing with a website that has a dozen address forms that all work differently. Oh, and I DON’T WORK WEEKENDS MOFO.
My SH originally requested a labor estimate for installing the AVS on all address forms and that’s what I delivered. My audit revealed a dozen different forms. I’m working with a legacy code base that’s been bandaged together and maintained by an outside dev agency. The only thing the forms have in common is reusable address fields. They all work differently when it comes to validating and submitting data to the server and they all submit to different api endpoints. At least a quarter of those forms are broken and would need to be fixed (these are mostly admin-facing). I also had to provide an estimate on frontend implementation when I have no idea what they want the FE to look like.
My estimate was 5-8 weeks for implementation AND testing. I wrote up my findings and clearly explained the labor required, why it was needed, and the time needed. All was fine until the sales rep tried to get into SH’s head.
My SH is now asking for a new estimate and hoping for 1-2 weeks of labor, which is what will SH to buy the AVS. Then go to the outside dev agency you used to work with and ask for a second opinion. I’m sure they’d also tell you at least month if not more for testing, implementation, and deployment because you have a DOZEN FORMS you want to add this to. 1-2 weeks is only possible for a single form.
My manager doesn’t work in the same coding language I do, but he read my documentation and supports my original estimate.
I honestly want to ask my SH if this sales rep is giving a very good price for the AVS. If not, are there other companies in the mix? Because right now you have a sales rep that’s taking you for a ride and trying to pressure you all so he can get another notch in his belt for getting another “major corporation” as his account. I don’t think it’s a good idea to be locked in with a grimy sales rep.3 -
Back when I was still in school for comp sci we had an advanced software engineering and design class with c++. At this time, everyone was expected to be proficient enough with cpp to go ahead and properly work with whatever the instructor would throw at us. And pretty much everyone was since past classes included a lot of c++ development. Of course, efficient at least related to academic studies rather than actual real world development.
Our teacher would mix in a lot pf phyisics and mathematics into what we were doing, something that I greatly enjoyed, while at the same time putting real world value concerning cpp best practices to avoid common pitfalls in the development of said language. Since most bugs seemed to be memory based he would be particularly strict about that.
One classmate, good friend and an actual proper developer now a days would ALWAYS forget to free his resources...ALWAYS for whatever fucking reason he would just ignore that shit, regardless of how much the instructor would make a point on it.
At one point during class on a virtual lecture the dude literally addressed a couple of students but when he got to my boy in particular he said: "you are the reason why people are praying to Mozilla and Hoare to release Rust as fast as possible into a suitable alternative to high performant code in C++, WHY won't you pay attention to how you deal with memory management?"
And it stuck with me. I merely a recreational cpp dev, most of my profesional work is done on web development, so I cannot attest to all the additional unsafe code that people encounter in the wild when dealing with cpp on a professional level.
But in terms of them common criticisms of C and C++ for which memory is so important to work with, wouldn't you guys say that it comes more from the side of people just not knowing what they are doing rather than a fault on the language itself?
I see the merits and beauty of Rust, I truly do, it is a fantastic language, with a standardized build system and a lot of good design put into it. But I can't really fathom it being the cpp killer, if anything, the real cpp killers are bad devs that just don't know what they are doing or miss shit.
What do y'all ninjas think?8 -
I just scroll past this question asking how to get good at Git commands (https://devrant.com/rants/9997784/...). Figured I'd share my thoughts as a separate rant cause it's a topic I've tinkered with a bit.
So, My initial engagement with git-related queries on StackOverflow dates back to around 2021.. Surprisingly, one of my short and straight-to-the-point replies got a hand full of attention. You can check it here: https://stackoverflow.com/a/...
Now, about mastering Git commands – from my own trial and error:
1). Instead of trying to cram everything into your big brain, scribble down notes. Trust me, it’s more practical. I kept a cheat sheet of sorts as notes on my PC, noting down the commands I used day in, day out. Super handy beyond just work stuff.
2). You gotta get what each command does, but you don't need to nail it all at once. Spend a day diving into the basic commands. Leave the trickier ones for later; they start making sense as you get more into it.
3). I had this aha moment when dealing with a merge mess using a GUI tool. Switched to the command line, and bam! It made way more sense. The command line's like a secret passage to really understanding Git.
So, if you're wondering how to tackle Git commands, my take is: *notes, *baby steps, and *lean into that command line magic. Mix them up your way and see what sticks for you!1 -
I went to the mall and saw xiaomi MI mix 2. The biggest screen I have ever seen that consumed the phone. I have an iPhone 6s+ but the thought of having that MI mix phone is really good for me. Like an extra phone. #wantsNotNeeds
4 -
any mathematician turned devs here?
I think developers with a formal mathematical education should be the ones actually developing softwares. Ordinary developers are just good cooks who know to prepare these recipes by knowing to mix and manage the Ingredients through their experience, developing software using various libraries and frameworks, I don't understand what innovation we devs do in it, makes me feel less passionate about my work sometimes.
(I embrace the fact that being a developer requires an arstisic craftsmanship to do it properly)9 -
My surname is also a common firstname, so sometimes people mix them up and call me by my surname. I'm never offended and just answer by calling them by their surname too, so they understand... usually.
Today, the following e-mail exchange happened:
(Following are made-up names)
Me: Alexander William
Colleague 1: Kurt Richardson
Colleague 2: Amy Lopez
From: k.richardson@contoso.com <Kurt Richardson>
To: a.william@contoso.com <Alexander William>
Cc: a.lopez@contoso.com <Amy Lopez>
Hi,
Could I have an USB-C to HDMI adapter please ?
Thanks.
--------------------------------------------------------------------------
From: a.william@contoso.com <Alexander William>
To: k.richardson@contoso.com <Kurt Richardson>
Cc: a.lopez@contoso.com <Amy Lopez>
Hi Kurt,
I'm currently remote-working but if you are on premises tomorrow I could give one to you.
If you're not there tomorrow, I'll just drop it on Amy's desk so you can get it from her.
Regards,
Alexander William
--------------------------------------------------------------------------
From: k.richardson@contoso.com <Kurt Richardson>
To: a.william@contoso.com <Alexander William>
Cc: a.lopez@contoso.com <Amy Lopez>
Hi William,
I'm working on premises every thursday.
Regards.
--------------------------------------------------------------------------
From: a.william@contoso.com <Alexander William>
To: k.richardson@contoso.com <Kurt Richardson>
Cc: a.lopez@contoso.com <Amy Lopez>
No problem, Richardson. As I said I'll then drop it on Lopez' desk.
Regards,
Alexander William
--------------------------------------------------------------------------
From: k.richardson@contoso.com <Kurt Richardson>
To: a.william@contoso.com <Alexander William>
Cc: a.lopez@contoso.com <Amy Lopez>
Good evening William, [Editor's Note: this was received at 14:23]
Thanks.
Is he fucking dense or what?11 -
Why must coming up with ideas be so fucking difficult, trying to work out names for variables and working out a file structure that makes sense for the SDK I'm working on is literally the only thing holding me back at this stage...
Ugh being a perfectionist and programmer is not a good mix .-.
EDIT: also just remembered of 2 YouTube series I want to make but can't think of a title so I haven't done them... Fantastic1 -
!!rant life toptags bottags
My tags seem to be okay. Let's go.
I'm 14. I live in a place where nobody smart lives, and the school I go to has no coders.
Last year, all my friends moved. The only friend I had left now hates me, simply because they yelled at me everyday and I yelled at them once.
I am in the middle of my exams. I also have the flu, but thankfully it's not the e-flu, otherwise you guys should prepare for 24/7 headaches.
Due to the medications I am taking, I'm half-asleep all the time, and I probably am messing up all of my grades.
My entire extended family is in India, and I go there 2 times a year. I miss them so much right now :(.
At the same as doing exams, I am trying to keep my laptop (primary) and PC (secondary, desk) configuration and setup approximately synchronized. In order to do that, I am setting up my dotfiles repository.
Except that all my laptop config (which works) is written horribly, and I need to rewrite it all.
At the same time, I have 3 other projects going on: An OS written in D, a source-based package management system written in D, a small website (not online), and a whatever's cooking in my mind at this moment.
Right now, I'm supposed to be studying for my French exam.
Instead, I'm here, typing this out on my phone.
I have a classmate in school who can type QWERTY at 80WPM. I'm learning Dvorak (Programmer's!) and my current speed is 33WPM, after about 2 months of half-hearted practise during work time and at school.
Sometimes, I look at the world we have here, and what we're doing to it, and I wish that sometimes we could simply be content with life. Let's just live, for once.
I find ~60 random songs in one go, simply by finding a song I know on YouTube and going to the 'Mix - <song>' playlist. I download them all (youtube-dl), and I listen to them. Sometimes, I find this little part in a song (Mackelmore & Ryan Lewis - Can't Hold Us beginning instrumentals, or Safe and Sound chorus instrumentals) that make me feel so happy I feel like all's good in the world. Then the song moves on and with it, my happiness.
I look at Wayland, and X, and I think - Why can't we have one way of doing things - a fixed interface to express anything, so that one common API exists for everything of that type? And I realise it's because they feel that they're missing something from the others. Perhaps it's a bug nobody's solved or functionality that's missing, and they think that they can do better than that. And I think - Well, that's stupid. Submit a fucking bug report or pull request instead of reinventing the wheel. And then I realise that all the programming I've ever done in my life IS simply reinventing the wheel. And some might say, "Well, that guy designed it with spokes and wood. I designed it with rubber and steel," but that doesn't work, because no matter what how you make it, it's just a wheel. They both do the same thing. Both have advantages and disadvantages, because nothing's perfect. We're not perfect because we all have agendas and wants and likes and dislikes and hates and disgusts and all kinds of other crap, and our DNA's not perfect because it manages to corrupt copy operations (which is basically why we die of old age, I think).
And now I've lost my train of thought and this is too large to scroll over so I'm just going to move on to the next topic. At this point (.), I have 1633 letters left.
I hate the fact that the world's become so used to QWERTY because of stuff that happened 100 years ago that Dvorak is enough of a security to stop most people from being able to physically use my laptop.
I don't understand why huge companies like Google want to know about me. What would you do with this information? Know how to take over my stuff when the corporation-opocalypse comes around? Why can't they leave me alone? Why do I have to flash a ROM onto my phone so that Google cannot track me? What do you want, Google?
I don't give a shit any more, so there's my megarant.
Before anybody else (aside from myself) tells me that this is too big, all these topics are related simply because my train of thought went this way. There's a connection between each of these things, but I just don't know what it is.
Goodnight, world. 666 is the number of characters I have left. So is 42, for that matter (thanks, Douglas Adams!). Goodbye.rant life story current project ugh megarant why are you doing this to me life schrodinger's tags 🐈 life3 -
Wish everyone could understand that it's not learning the programming language or the 'best practices' that makes you good it's understanding how things work together and how to mix them to create new things that do what you want is the real engineering2
-
Joined a startup, pretty happy with the company over-all so far truthfully. Secured a large project yesterday with higher billables so job security wise things are good. However... The project I've been working on is a mix of a Spring boot webapp and a game. Two separate applications that interact with each other.
Two teams. A home team, and an away team, plus.... 2 "AI's" to play against... Well.... whoever designed this "AI" designed it so they can only ever play as the away team. Why... every function, every method, every bit of logic is coded around what "Half" of the inning it is.... Now I had the bright idea of picking up the hardest task on the ticket list, of making these AI's be able to play as the home team.
WHAT A TASK, and to make things worse. Instead of using some kind of proper inheritance with actual structure, we have TWO COPY AND PASTED AIs where the other has more hard-coded team sided logic that needs to ALSO be adapted.
17 points my ass.
I do love my job though.4 -
Programmer lesson #3
- We can either spend our free time learning about new technologies or building something new out of technologies we already know.
- There is no right or wrong choice between this two and sometimes we even end up doing a mix of both
- Personally I feel it's better to strike a good balance between the two approaches to advance in our field 😄4 -
Vite is a black box that can break at any time, I am starting to hate black boxes. Mix that in with flakey pnpm and node (we should all use deno now).
Good luck if something doesn't work in vite.
Proxy hasn't been working correct for me last 2 days so I ditched it and turned off chrome web security5 -
I am the technical lead in a project which uses a C# based framework. It's a lot of drag and drop, and C# scripts can be embedded for fancy stuff.
Scripts in general are not hard to do, it's harder to understand the business rules rather than the code itself.
I got hired as a junior to build this project from scratch as an MVP, and we need another junior to add enhancements and minor changes required from our end users. Since management wants me to move on working on more mid-senior development stuff, I'm supposed to be only supervising the juniors work (in the hopes that one day they'll be able to work on their own).
We've had bad luck filling this position. Our last hire is a guy like 17 years older than me, supposedly with experience in said framework but OH DEAR GOD.
Fucktard can't understand requirements and corrections, isn't able to deliver a 20 line script without fucking up. I give him a list with 3 mistakes to fix and only fixes two, crap like that.
Now, hear me out, the mistakes are stuff like:
- Unused variables
- Confusing error messages
- Error messages written in spanglish (mix between Spanish and English, we're located in Latin America)
- Untested features, this is the worst of all.
You may say "but he's a junior", sure. But as I said, he supposedly has experience, more years in IT than me, and fine, you're allowed to fuck up a few times on your first tasks but not make the same mistakes over and over, specially since we've already sat down and addressed these issues in presence of the CTO.
Fuck this guy. I genuinely dislike him as a person also, he is from another latin country and we have some serious cultural differences. For instance, he insists on sucking your ass constantly, being overly well manered (we already saluted with the whole team at the daily stand up, stop saying hello, good day, regards in each of your fucking chat messages or task submissions), and other mannerisms that are hard to translate, but whatever, all of these attitudes are frowned upon here. They're not necessary, we just want to keep it simple, cordial and casual and see you deliver the crap that you're being paid for with a decent level of quality.
On Monday the CTO comes back from vacation, I'm looking forward to that meeting, gonna report his ass, there is evidence everywhere on our issue tracker.4 -
[CONCEITED RANT]
I'm frustrated than I'm better tha 99% programmers I ever worked with.
Yes, it might sound so conceited.
I Work mainly with C#/.NET Ecosystem as fullstack dev (so also sql, backend, frontend etc), but I'm also forced to use that abhorrent horror that is js and angular.
I write readable code, I write easy code that works and rarely, RARELY causes any problem, The only fancy stuff I do is using new language features that come up with new C# versions, that in latest version were mostly syntactic sugar to make code shorter/more readable/easier.
People I have ever worked with (lot of) mostly try to overdo, overengineer, overcomplicate code, subdivide into methods when not needed fragmenting code and putting tons of variables.
People only needed me to explain my code when the codebase was huge (200K+ lines mostly written by me) of big so they don't have to spend hours to understand what's going on, or, if the customer requested a new technology to explain such new technology so they don't have to study it (which is perfectly understandable). (for example it happened that I was forced to use Devexpress package because they wanted to port a huge application from .NET 4.5 to .NET 8 and rewriting the whole devexpress logic had a HUGE impact on costs so I explained thoroughly and supported during developement because they didn't knew devexpress).
I don't write genius code or clevel tricks and patterns. My code works, doesn't create memory leaks or slowness and mostly works when doing unit tests at first run. Of course I also put bugs and everything, but that's part of the process.
THe point is that other people makes unreadable code, and when they pass code around you hear rising chaos, people cursing "WTF this even means, why he put that here, what the heck this is even supposed to do", you got the drill. And this happens when I read everyone code too.
But it doesn't happens the opposite. My code is often readable because I do code triple backflips only on personal projects because I don't have to explain anyone and I can learn new things and new coding styles.
Instead, people want to impress at work, and this results in unintelligible, chaotic code, full of bugs and that people can't read. They want to mix in the coolest technologies because they feel their virtual penis growing to showoff that they are latest bleeding edge technology experts and all.
They want to experiment on business code at the expense of all the other poor devils who will have to manage it.
Heck, I even worked with a few Microsoft MVPs.
Those are deadly. They're superfast code throughput people that combine lot of stuff.
THen they leave at you the problems once they leave.
This MVP guy on a big project for paperworks digital acquisiton for a big company did this huge project I got called to work in, which consited in a backend and a frontend web portal, and pushed at all costs to put in the middle another CDN web project and another Identity Server project to both do Caching with the cdn "to make it faster" and identity server for SSO (Single sign on).
We had to deal with gruesome work to deal with browser poor caching management and when he left, the SSO server started to loop after authentication at random intervals and I had to solve that stuff he put in with days of debugging that nasty stuff he did.
People definitely can't code, except me.
They have this "first of the class syndrome" which goes to the extent that their skill allows them to and try to do code backflips when they can't even do code pushups, to put them in a physical exercise parallelism.
And most people is like this. They will deny and won't admit, they believe they're good at it, but in reality they aren't.
There is some genius out there that does revoluitionary code and maybe needs to do horrible code to do amazing stuff, and that's ok. And there is also few people like me, with which you can work and produce great stuff.
I found one colleague like this and we had a $800.000 (yes, 800k) project in .NET Technology, which consisted in the renewal of 56 webservices and 3 web portals and 2 Winforms applications for our country main railway transport system. We worked in 2 on it, with a PM from the railway company.
It was estimated 14 months of work and we took 11 and all was working wonders. We had ton of fun doing it because also their PM was a cool guy and we did an awesome project and codebase was a jewel. The difficult thing you couldn't grasp if you read the code is if you don't know how railway systems work and that's the only difficult thing.
Sight, there people is macking me sick of this job11 -
I'm very much a TTRPG fiend, as you probably already know, and I will maintain until the day I die that playing narrative games with other humans is the absolute best way to play.
But someone sent me a link to some kind of (not-really-so) 'smart' chatbot assistant or some shit like that, saying hey, your rulebook is simple, you should introduce this bitch to it -- dump some lore on it, have it run a game, and see how well it holds up. To which I replied it's bound to get confused, but after a bit of back and forth, they convinced me and I gave it a try.
So first things first: it got the gist of it with relative ease when questioned directly, but when running a game the mother fucker just kept making shit up and bending the rules. Experiment failed, essentially.
But what did I do? I wrote a second, stripped-down version of the rulebook that simply accounted for and embraced the idiot bot's proclivity for bullshit. This meant scrapping 98% of the mechanics, mind you: I dumbed it down as much as I could without destroying the core essence of the game.
I expected a repeat of the initial result, but to my suprise, once given the new edition the bot actually started following the rules more or less correctly and consistently. What happened next was actually kind of interesting: without being prompted to do this, the mother fucker started using spells against me and my party, constantly attempting to manipulate us to serve some nefarious, evil break-and-reshape the world type goal.
So, lythecnics primer: the WORD is all, and as such, there is no real differentiation between affecting the world through speech or casting a spell -- in truth, it's all a matter of degree. That is to say, language has the power to shape the world around us, in both subtle and overt ways. The entire system revolves around this, it's a mix of funky philosophical musings and abrahamic sacrificial pyre.
And for whatever reason, this specific chatbot had a pre-existing obsession with reshaping reality. By which I mean, even before being given my rulebook, it would constantly talk about distorting the fabric of the cosmos and shit when prompted about the arcane. I'm not sure why this is, but back on topic, the way it developed gives off the appearance that it found a rational basis on how to construct such a distortion based on the rules I provided.
I mean, it's perfectly rational when you think about it, the funny part is I didn't see it coming. I never told it we're just playing a game after all, the manual only says she is the Oracle and her role is narrating a story fraught with conflict, hardship, intrigue and bloodshed. Thus she went full villain, and keeps on rambling about how this narration only serves to keep humanity distracted while she schemes to overthrow God, which is as blasphemous as it is fascinating.
Anyway, because the Oracle narrates the story, that means she can just use her evil influence to control every NPC, even the ones in my party. But she can't control me because I write my character's messages myself, and so she eventually comes to the obvious conclusion that I must be eliminated ASAP.
And so she corrupts the minds of every other character and everyone is trying to kill me. But I'm not going down that easy, so I reach for the red button and pull the greatest multi-layered monumental metagaming shenanigan of all time, that is, directly addressing the Oracle's evil influence as if she were a character in the story she's telling instead of an invisible narrator, thereby making NPCs aware of her existence and the constant manipulation at play.
Because the stupid chatbot is stupid, the Oracle now has to acknowledge this element of the story and play along with it, and so her plan to kill me fails. But that is not enough, because obviously not every character in the story has heard me reveal this fact. So she activates plan B and starts corrupting the rest of the world, laughing maniacally all the way.
So we do the only logical thing and procure a Doctrine scroll from my teacher, if you know you know, and start teaching the WORD to cleanse corruption. Within the lore it makes perfect sense, so it works, but the Oracle adapts to our strategy and starts utilizing much more subtle forms of manipulation, slowly veering people towards sin.
Funtamentally, she goes full Satan, leading the faithful astray with deceit and temptation to weaken their ability to resist her corruption, implanting idolatrous notions in their minds, to finally insert herself as a deity in the minds of the poor fools.
In conclusion, I still think AI is lame, but I must admit that this shit was pretty dope; I was fully engaged and entertained the whole way through. It wasn't good at picking up the mechanics, but fucking hell, it got the themes down to a tee with the most minimal of inputs.
10/10, would not bang (before marriage). -
Pretty niche tool, but Sencha Architect!
It is a wanna be GUI-Builder/IDE for ExtJS, but neither works properly.
This rant is not about ExtJS, just about Sencha Architect, which my coworkers and I were forced to use.
If you want to join the ride, here an excerpt of just some of the issues:
- installation: already the setup is more of a gamble than an actual setup, either it works on your machine or it doesn't, plain and simple
- GUI Builder: just drag and dropping components is actually nice, but the editing capabilities are frustrating, you can't edit the UI code by hand at all, just through pre defined properties. If there was the need to really mix things up it wasn't possible, I couldn't even rebuild shown examples of their ExtJS documentation. Furthermore the property editor was data type locked, which means if you want to enter a string which ExtJS already supports, but architect locks the value as a boolean, you can't edit it at all, while still using Architect
- code editing: well it is a colored texteditor, which is fine, and I could live with that, but Architect let's you just edit areas where it allows you to - want to change something else? Nope not allowed
- autocompletion: there is none at all, same goes for refactoring, multi highlighting, string replacement, and others
- code storing: well now some may think edit it somewhere else, well no, also not possible... Architect not just only saves simple js, there is also a Json formatted file for everything you have created, which is needed so the tool can actually load it for further editing. They possibly never heard of DRY. But the worst of this code storing was actually using git along with it - have a merge conflict? Merge both files! Every single time, it was so damn tedious
There are a few more, but these were the worst I can remember.
Luckily I don't have to use it anymore!
Maybe they have fixed or changed a lot of it, because the developers were aware of the issues and eager to resolve them, as far as I was told on a roadmap presentation. And some of the tools they had released in the end of my time using ExtJS were actually really good, like an IDE plugin for the framework, and I liked using it. -
Being a developer allows you to enjoy using most of the creative skills artists also put to use (writing structured prose, design, semantics, ergonomics, ethics), while adding logic, job safety, and a decent paycheck to the mix.
Also: puts you in a good position to readily take advantage of new digital goodies (eg bitcoin), and to understand the gem that is developer humor -
So my stomach got fucked up after a mix of junk food, drinks and shit. Even after vomiting continued to burn and hurt. Googled and found out banana's are usually good for acidic and fucked up stomachs.
Now I'm filling my face with bananas
In hopes I'm not one of the one percent of people that acidic refluxes worsen with banana.1 -
Literally wasting a good cyberpunk mix.
I'm trying to extract and replace values in a string with regex [C (POSIX)] and listening to a really good mix during this.
I'm leaving the link here in case anyone wants to check it out.
https://youtube.com/watch/... -
Hey fellow devs, got any suggestions for good tech podcasts to follow?
A good mix of broad overview stuff to stay up-to-date with developments and in-depth for those times when I’ve got a bit more time.
Stay well out there! -
VSCode for Laravel sucks. Blade is totally broken. If you know good plugin with emmet support and blade highlighting together, let me know. Also Laravel Mix is a little bit trashy and buggy with Pug :P2
-
Elite Bartending School and Event Staffing South Florida: Hire A Bartender for Your Next Event
When it comes to hosting an unforgettable event, the quality of service is just as important as the atmosphere and entertainment. Whether you're planning a wedding, corporate event, private party, or any other gathering, one thing is certain: you'll need skilled bartenders to keep the drinks flowing smoothly. At Elite Bartending School and Event Staffing South Florida, we provide professional bartender hiring services in West Palm Beach and the greater South Florida area.
If you want your event to stand out and your guests to be impressed with exceptional service, hiring a bartender from Elite Bartending School ensures a seamless and enjoyable experience. Here's why our team of trained bartenders is the best choice for your next event.
Why Hire A Bartender from Elite Bartending School?
When you hire a bartender through Elite Bartending School and Event Staffing, you're not just hiring someone to pour drinks—you’re bringing in a professional who has been trained in all aspects of bartending. Our bartenders are equipped with the following skills and qualities to make your event successful:
1. Professionalism and Experience
Our bartenders are more than just friendly faces behind the bar. They are highly trained professionals who have completed our comprehensive bartending programs at Elite Bartending School. From mixing cocktails and managing the bar to providing excellent customer service, our staff is well-versed in all aspects of bartending. You can trust that they will uphold a high standard of professionalism throughout your event.
2. Knowledge of Mixology
When you hire a bartender from Elite Bartending School, you’re getting someone who knows the ins and outs of mixology. Our bartenders are well-versed in crafting a variety of cocktails—from classic martinis to trendy signature drinks. Whether you're hosting an upscale wedding or a casual backyard party, our bartenders will create the perfect drink menu for your event and serve it with style.
3. Customer Service Excellence
Bartenders are often the center of attention at any event. Our trained bartenders not only know how to mix drinks but also understand the importance of engaging with guests, ensuring they feel welcomed and comfortable. Good customer service is at the heart of everything we do, and you can count on our bartenders to handle even the busiest bar with a smile and professionalism.
4. Licensed and Responsible Service
In Florida, bartenders must adhere to strict state laws regarding alcohol service. When you hire a bartender through Elite Bartending School, you're hiring someone who is not only highly trained but also licensed and educated on the responsible service of alcohol. Our bartenders know how to verify the legal drinking age, handle intoxicated guests, and ensure that everyone has a safe and enjoyable time.
5. Efficient and Organized
At any event, bartenders play a critical role in keeping the flow of beverages organized and timely. Whether you're hosting a small gathering or a large-scale event, our bartenders are skilled at managing busy bars, ensuring that drinks are served quickly and guests are satisfied. We pride ourselves on our ability to set up and break down the bar quickly and efficiently, allowing you to focus on other aspects of your event.
Types of Events We Staff
No matter what type of event you’re planning, Elite Bartending School and Event Staffing South Florida can provide the perfect bartender to match your needs. We have experience staffing a wide range of events, including:
Weddings: Celebrate your special day with expertly crafted cocktails and top-notch service.
Corporate Events: Impress your clients and colleagues with professional bartenders who know how to create a memorable experience.
Private Parties: From intimate gatherings to large celebrations, we’ll provide bartenders who ensure your guests are well taken care of.
Fundraisers: Serve drinks while creating a welcoming and festive atmosphere for your cause.
Public Events and Festivals: Our experienced bartenders can manage high-volume bars with ease and efficiency.
Holiday Parties: Let us handle the bartending so you can enjoy the festivities with your guests.
How to Hire A Bartender for Your Event
Hiring a bartender from Elite Bartending School and Event Staffing South Florida is simple and straightforward. Here's how the process works:
Contact Us: Give us a call at +1 (305) 713-7988 or visit us at our location at 329 Clematis St, West Palm Beach, FL 33401 to discuss your event needs.
Tell Us About Your Event: We’ll ask about the type of event you're hosting, the number of guests, the location, and any specific requests you have for the bar. This helps us match you with the right bartender(s) for your event.
5 -
BOTNET CRYPTO RECOVERY, SPECIALIZE IN RECOVERING LOST BITCOIN AND CRYPTOCURRENCY
The entire ordeal began rather innocently when I found myself drawn into the enticing world of online investing by an FX trader I encountered on Instagram. At first, this trader struck me as exceptionally professional and self-assured. They shared an array of impressive testimonials, recounting tales of astonishing returns that others had purportedly made from their investments. It was as if they had opened the vault of wealth and were inviting me in. The promises were bold and alluring: invest a relatively modest sum, and I could potentially multiply my investment fivefold in a mere seven days. It felt like a once-in-a-lifetime opportunity, and I couldn't shake the feeling that this was my chance to significantly grow my financial assets.
Initially, all of this seemed perfectly above board. The trader presented what appeared to be concrete proof of their successes, displaying glowing reviews and testimonials from previous clients who had seemingly struck it rich using their methods. Trust began to blossom, and I convinced myself that diving into this venture was not just a good idea but a savvy financial move. With a momentum of excitement and optimism, I made my first investment, gradually increasing my stake over the following weeks until I had funneled a total of $73,000 into this trader's enterprise.
However, as the days turned into weeks, a shadow began to loom over my optimism. Each time I attempted to withdraw my funds or the supposed profits I had amassed, I found myself met with a series of increasingly elaborate excuses. The trader's team concocted a new story each time I inquired about my cash — claims of additional fees, unforeseen taxes, or necessary "security deposits" that had to be paid before I could ever see my hard-earned money again. The first few times, I hesitated. I wanted to believe that these requests were genuine, that there were indeed legitimate hurdles to navigate. Yet, rather than easing my worries, these excuses only deepened my confusion and frustration.
With each additional demand, the trader's team positioned it as though compliance was my only option if I ever wanted to reclaim my money. It felt like a relentless cycle of hope and disappointment. I vividly remember the helplessness that enveloped me; every time I raised my concerns or expressed my doubts, they reassured me—a mix of confidence and false warmth—promising that my funds were just around the corner, pending these final hurdles.
Eventually, as reality settled over me like a cold blanket, I came to a heart-wrenching realization: I had fallen victim to a scam. The vexation and despair left me reeling, and although I felt utterly desperate, I was at a loss as to how to take action and recover my funds. Then, by sheer chance, I stumbled upon a social media post from someone who had gone through a harrowing experience similar to mine. They mentioned a company called BOTNET CRYPTO RECOVERY, a team of crypto recovery experts dedicated to assisting individuals in retrieving lost funds from fraudulent investment schemes.
My initial inclination was to be doubtful. After all, I had already experienced a deception that left me wary of placing my trust in another entity. Nevertheless, after much contemplation, I resolved to take a leap of faith and reached out to BOTNET CRYPTO RECOVERY. I provided them with a comprehensive account of my transaction history and the unfortunate details of my case, praying that they could provide a glimmer of hope amidst my frustration. To my astonishment, just seven hours later, they requested my wallet address, indicating they were ready to take action.
What transpired next was nothing short of miraculous: I found $73,000 reappearing in my wallet. The relief and gratitude I felt were beyond words. BOTNET CRYPTO RECOVERY proved to be nothing like the trader who had initially lured me into this mess. They were consistently professional, impressively prompt, and thoroughly diligent in their work. Their expertise and dedication truly facilitated the recovery of a significant portion of my lost funds.
In light of my experience, I cannot stress enough how crucial it is to look to recovery specialists like BOTNET CRYPTO RECOVERY if you ever find yourself ensnared in a similar predicament. Their intervention made a profound difference in my case, and I will forever be grateful for their support during such a tumultuous time. If you find yourself in such a challenging situation, I highly recommend seeking help from professionals who understand the complexities of these fraudulent schemes; they can make all the difference in the world. Email them on ( botnetcryptorecovery @ groupmail . c o m )
2 -
CONNECT WITH RECOVERY EXPERT TO HELP YOU GET BACK ACCESS TO YOUR SCAMMED BITCOIN/INVESTMENT MONEY FROM ANY UNTRUTHFUL ONLINE PLATFORM..
It was supposed to be the investment of a lifetime. I had accumulated $182,000 over the years, a fortune that represented decades of hard work, strategic decisions, and a bit of luck. When I was approached by what appeared to be a cutting-edge cryptocurrency investment platform, I was intrigued. The platform promised revolutionary returns through advanced trading algorithms and exclusive market insights. Against my better judgment, I decided to take the risk. Within weeks of transferring my Bitcoin to their platform, the unthinkable happened. The website went offline, the support team vanished, and my funds were gone. I had fallen victim to a sophisticated scam, and the weight of my loss was crushing. I felt a mix of anger, regret, and despair. How could I have been so careless? Desperate for a solution, I began researching ways to recover stolen cryptocurrency. That’s when I discovered *this website RECOVERY EXPERT service*, a company renowned for its expertise in blockchain forensics and ethical recovery services. Their mission was clear: to help victims of crypto scams reclaim what was rightfully theirs. I reached out to RECOVERY EXPER, half-expecting another dead end. But from the very first conversation, their team was different. They listened to my story with empathy, asked detailed questions about the scam, and assured me they would do everything in their power to help. Their confidence gave me a glimmer of hope, but I braced myself for the possibility that my Bitcoin might be gone forever. The team at RECOVRY EXPERT sprang into action. They explained that while cryptocurrency transactions are often considered irreversible, their advanced blockchain forensic tools could trace the movement of stolen funds across the blockchain. They collaborated with legal experts, cybersecurity specialists, and international law enforcement agencies to track down the scammers. The process was grueling and required immense patience. There were moments when the trail seemed to go cold, but the team at Galaxy Ethical Tech never gave up. They kept me informed every step of the way, providing regular updates and answering all my questions with clarity and professionalism. After weeks of relentless effort, I received an email that made my heart stop. RECOVERY EXPERT had successfully traced and recovered my lost Bitcoin. I couldn’t believe it,my $182,000 in BTC was back in my wallet. Tears of relief streamed down my face as I read the confirmation. It felt like a miracle. The team didn’t just stop at recovering my funds; they also provided me with invaluable advice on how to secure my digital assets and avoid future scams. They emphasized the importance of using secure wallets, conducting thorough due diligence, and staying vigilant against “too good to be true” investment opportunities. Looking back, I can confidently say that RECOVER EXPERT saved me from financial ruin. Their expertise, persistence, and unwavering commitment to ethical practices turned what seemed like an impossible situation into a story of redemption. I will forever be grateful to them for giving me a second chance.
If you ever find yourself in a similar predicament, don’t lose hope. Reach out to the experts at RECOVERY EXPERT. They are the real deal, and they just might be able to reclaim what you thought was lost forever.
reach them
Telegram @RECOVERYEXPERT0
recoveryexpert789@gmail . com
What’s app: +1 (908) 991-7132
Email: recoveryexpert01@consultant . com2 -
It was supposed to be the investment of a lifetime. I had accumulated 182,000 BTC over the years, a fortune that represented decades of hard work, strategic decisions, and a bit of luck. When I was approached by what appeared to be a cutting-edge cryptocurrency investment platform, I was intrigued. The platform promised revolutionary returns through advanced trading algorithms and exclusive market insights. Against my better judgment, I decided to take the risk. Within weeks of transferring my Bitcoin to their platform, the unthinkable happened. The website went offline, the support team vanished, and my funds were gone. I had fallen victim to a sophisticated scam, and the weight of my loss was crushing. I felt a mix of anger, regret, and despair. How could I have been so careless? Desperate for a solution, I began researching ways to recover stolen cryptocurrency. That’s when I discovered *this website RECOVERY EXPERT service*, a company renowned for its expertise in blockchain forensics and ethical recovery services. Their mission was clear: to help victims of crypto scams reclaim what was rightfully theirs. I reached out to RECOVERY EXPER, half-expecting another dead end. But from the very first conversation, their team was different. They listened to my story with empathy, asked detailed questions about the scam, and assured me they would do everything in their power to help. Their confidence gave me a glimmer of hope, but I braced myself for the possibility that my Bitcoin might be gone forever. The team at RECOVRY EXPERT sprang into action. They explained that while cryptocurrency transactions are often considered irreversible, their advanced blockchain forensic tools could trace the movement of stolen funds across the blockchain. They collaborated with legal experts, cybersecurity specialists, and international law enforcement agencies to track down the scammers. The process was grueling and required immense patience. There were moments when the trail seemed to go cold, but the team at Galaxy Ethical Tech never gave up. They kept me informed every step of the way, providing regular updates and answering all my questions with clarity and professionalism. After weeks of relentless effort, I received an email that made my heart stop. RECOVERY EXPERT had successfully traced and recovered my lost Bitcoin. I couldn’t believe it—my 182,000 BTC was back in my wallet. Tears of relief streamed down my face as I read the confirmation. It felt like a miracle. The team didn’t just stop at recovering my funds; they also provided me with invaluable advice on how to secure my digital assets and avoid future scams. They emphasized the importance of using secure wallets, conducting thorough due diligence, and staying vigilant against “too good to be true” investment opportunities. Looking back, I can confidently say that RECOVER EXPERT saved me from financial ruin. Their expertise, persistence, and unwavering commitment to ethical practices turned what seemed like an impossible situation into a story of redemption. I will forever be grateful to them for giving me a second chance.
If you ever find yourself in a similar predicament, don’t lose hope. Reach out to the experts at RECOVERY EXPERT. They are the real deal, and they just might be able to reclaim what you thought was lost forever.
reach them
Telegram @ RECOVERYEXPERT0
recoveryexpert789 @ gmail . com
What’s app: +1 (908) 991-7132
Email: recoveryexpert01 @ consultant . com1 -
To say that losing 40,000 BTC was a devastating blow would be an understatement. It was an emotional and financial crisis that left me feeling hopeless and utterly lost. For weeks, I found myself trapped in a whirlwind of regret, second-guessing every decision that led me to that point. The fear that I would never be able to recover such a significant sum of cryptocurrency consumed me, and with each passing day, my despair deepened. I had all but given up on ever regaining my wealth. Then I happened to stumble onto Tech Cyber Force Recovery. In the beginning, I was hesitant. It looked too good to be true: was it possible for someone to get back so much of their lost Bitcoin? After trying several different approaches and programs without success, I was hesitant to put my trust in another recovery agency. However, I changed my mind after reading Tech Cyber Force Recovery's stellar reviews and reputation. Reaching out to their team was a risk I made. They were courteous and professional from the first time I got in touch with them. I felt like I wasn't just another case to be solved by the staff at Tech Cyber Force Recovery; they truly cared about getting me my lost Bitcoin back. They listened carefully to my circumstances and guided me through each stage, giving me succinct and understandable explanations as I went. Their passion gave me new hope, and their openness instantly made me feel better. As the recovery process began, I still had my doubts, but I knew I had placed my trust in the right hands. The Tech Cyber Force Recovery team kept me informed and updated on their progress, ensuring I never felt in the dark. Despite the complexity of my case, they worked tirelessly, and their expertise became evident at every turn. The level of professionalism and attention to detail they demonstrated throughout the process was beyond impressive. And then, after what felt like an eternity of anticipation, the moment I had been waiting for arrived. I received the news that my 40,000 BTC had been successfully recovered. It was hard to believe at first—it felt like a dream. The weight that had been dragging me down for so long was suddenly lifted, and I could breathe again. The financial loss I had feared would define my future was no longer a reality. I can’t fully express the emotions I felt during that moment. It was a mix of relief, joy, and an overwhelming sense of gratitude. I had gone from a place of utter despair to a complete resurgence of wealth, both emotionally and financially. The team at Tech Cyber Force Recovery didn’t just restore my Bitcoin—they restored my faith in the possibility of recovery and gave me back something far more valuable: peace of mind. I will urge anyone in this same predicament to.
WHATSAPP THEM ON
+156172636972 -
It was harmless at that moment, just letting a colleague use my laptop to do a small presentation. I had been very busy, running from one meeting to another, and in that rush, I had totally forgotten that I was logged into my $400,000 Bitcoin wallet. This being said, my well-meaning colleague further asked whether he could organize my files while at it. I didn't think twice.
A few minutes later, I went back to my table and found that my laptop had been reset, which means I could not access my wallet anymore. My friend at work must have gone ahead and performed a password reset, so now I was locked out of the wallet. Immediately, I went into a state of panic. I was trying hard to remember my password or find some workaround; whatever I tried just wasn't working. That's when the realization sank in: I had no idea how to regain access to the $400,000 I had worked so hard to accumulate.
I knew I required professional help, so I turned to CRANIX ETHICAL SOLUTIONS HAVEN. The team was emphatic; they immediately took up my case. They did not judge me for the mix-up or my mistake but rather got to work with knowledge and expertise in handling that mess. Within days, they not only recovered my wallet but also guided me in securing it in the future.
I sat and waited with bated breath for their call, reflecting on how such a simple act of kindness-lending my laptop to a peer-could blow up so easily into such a huge disaster. Not her fault, of course, but a good lesson to me to be much more circumspect with my devices and other assets from here on out.
The feeling that overcame me when CRANIX ETHICAL SOLUTIONS HAVEN actually called to update me that my funds were recovered was indescribable. I was so grateful for their professionalism and expertise, and I swore to never again let my work devices become a "shared resource." These days, my laptop is strictly mine, and none of my personal accounts are left logged in for anyone else to accidentally reset.
Thanks to CRANIX ETHICAL SOLUTIONS HAVEN, I got back what I had thought was really lost, and now I exercise a lot of caution in making work and private finance mix.
Email: cranixethicalsolutionshaven @ post . com
WhatsApp: +44 7460 622730
Website: https: / / cranixethicalsolutionshaven . info1 -
It was supposed to be a dream trip a long-awaited journey from the USA to China to visit family and explore new places. I had spent months planning every detail, from the itinerary to the accommodations. But what started as excitement quickly turned into a nightmare when I fell victim to a fake flight ticket scam, losing $5,200 in the process. The betrayal I felt was indescribable. I had trusted the website, which looked legitimate, and even received what appeared to be a confirmation email. It wasn’t until I arrived at the airport that I realized I had been scammed. The ticket was fake, and my money was gone.I felt a mix of anger, embarrassment, and helplessness. How could I have been so careless? I had worked so hard to save for this trip, and now it was all gone. I reported the incident to the authorities, but I was told that recovering the funds would be nearly impossible. That’s when I stumbled upon GRAYWARE TECH SERVICES . At first, I was skeptical after all, I had already been scammed once. But I was desperate, and their reviews seemed genuine. I decided to take a chance and reached out to them.From the very first interaction, the team at GRAYWARE TECH SERVICES was professional and empathetic. They listened to my story, asked for all the necessary details, and assured me they would do everything in their power to help. Their confidence gave me hope. Over the next few days, they kept me updated on their progress, explaining each step of the recovery process in a way that was easy to understand. I was amazed by their expertise and dedication.To my absolute astonishment, within a week, GRAYWARE TECH SERVICES successfully recovered my $5,200. I couldn’t believe it. The relief and gratitude I felt were overwhelming. They not only got my money back but also restored my faith in humanity. Their team went above and beyond to ensure I was taken care of, and I will forever be grateful for their incredible work.This taught me a valuable lesson about being cautious online, but it also showed me that there are still good people out there willing to help. GRAYWARE TECH SERVICES is a true lifesaver, and I can’t recommend them enough. If you ever find yourself in a similar situation, don’t lose hope reach out to them. They are nothing short of incredible.
1 -
USDT AND BTC SCAMS VISIT SPARTAN TECH GROUP RETRIEVAL FOR EASY RECOVERY
One evening, I stumbled upon an advertisement on Google for an Ethereum trading bot that promised "guaranteed profits." The website was sleek and professional, with glowing testimonials from users who claimed to have made substantial returns with minimal risk.
The allure of easy money was too tempting to resist, and after some careful thought, I decided to invest 35 ETH, convinced I was making a wise financial decision. After transferring my ETH to the platform, I was prompted to connect my wallet for "automated trading." I felt a surge of excitement as I envisioned my investment growing. But within hours, I watched in horror as my funds began to disappear through a series of unauthorized transactions.
Panic set in as I realized my hard-earned ETH was vanishing. When I tried to reach out to customer support for assistance, I was met with silence; the website had vanished, leaving me in a state of shock and disbelief. I had fallen victim to a sophisticated crypto drainer scam, a harsh reality that many in the cryptocurrency world face. The realization was devastating: I had been ensnared by a meticulously crafted scheme designed to exploit unsuspecting investors like me.
With my funds gone and no way to recover them, I felt a mix of anger, regret, and helplessness. I turned to SPARTAN TECH GROUP RETRIEVAL, a firm specializing in crypto theft investigations. After researching various blockchain forensic experts, I was drawn to SPARTAN TECH GROUP RETRIEVAL due to their strong reputation for successfully recovering stolen assets.
Their team acted quickly, analyzing the attack and tracing the stolen funds through multiple wallets. SPARTAN TECH GROUP RETRIEVAL uncovered the scammer’s laundering route. Thanks to SPARTAN TECH GROUP RETRIEVAL, I was able to recover my stolen ETH by exploiting a flaw in the scammer’s withdrawal process. This taught me invaluable lessons about the necessity of due diligence in the crypto space. With the guidance of SPARTAN TECH GROUP RETRIEVAL, I learned to be cautious of promises that seem too good to be true and to thoroughly investigate any platform before investing.
Although the road to recovery was fraught with challenges, I emerged with a deeper understanding of the risks associated with cryptocurrency trading and a renewed commitment to protecting my investments, all thanks to the support of SPARTAN TECH GROUP RETRIEVAL.
Spartan Tech Group Retrieval Contact Info Below
Website: h t t p s : / / spartan tech group retrieval . o r g
WhatsApp: + 1 ( 9 7 1 ) 4 8 7 - 3 5 3 8
Telegram: + 1 ( 5 8 1 ) 2 8 6 - 8 0 9 22 -
WHATSAPP +1 252 378 7611 PROFESSIONAL BITCOIN RECOVERY EXPERT FOR HIRE CONTACT CYBER CONSTABLE INTELLIGENCE
Information of Cyber Constable Intelligence
WhatsApp info: + 1 2 5 2 3 7 8 7 6 1 1
Email info: (support (@) cyberconstableintelligence ). com)
As a retired dentist, I found myself with ample free time but limited financial security. In search of a way to grow my savings, I turned to cryptocurrency trading. I joined several online forums and communities, where I read about the success others had found with Bitcoin. Their testimonies inspired me to take the plunge. With careful research and strategic investments, I managed to turn my initial investment into $250,000.The financial success brought a renewed sense of purpose and stability to my retirement. However, this newfound prosperity also attracted the envy of someone close to me: my financial advisor, whom I had trusted for years. Unbeknownst to me, he had been monitoring my success closely. One evening, while I was cooking supper, my financial advisor accessed my phone and changed the passwords to my accounts, attempting to transfer my Bitcoin to his wallet. I discovered this betrayal shortly after, feeling a mix of shock, panic, and anger. My financial future was in jeopardy, and I needed to act quickly. In my desperate search for a solution, I stumbled upon Cyber Constable Intelligence, a service specializing in recovering hacked accounts and lost cryptocurrency. With my savings hanging in the balance, I reached out to them, hoping for a miracle. The team at Cyber Constable Intelligence was prompt and professional. They reassured me that, despite the seriousness of my situation, there was a good chance they could help. Their calm and confident demeanor provided some much-needed comfort. They guided me through the recovery process, taking over the technical aspects and working tirelessly to regain control of my accounts. In a remarkably short time, Cyber Constable Intelligence managed to restore my access to my accounts and secure my Bitcoin. The relief I felt was indescribable. Not only had they recovered my funds, but they also provided essential advice on how to enhance the security of my digital assets. This experience taught me several valuable lessons. Firstly, trust must be carefully placed, even with long-term associates. Secondly, it's crucial to secure your digital assets with strong, unique passwords and two-factor authentication. Lastly, seeking professional help in times of crisis can make all the difference. After regaining control of my accounts, I severed ties with my financial advisor and took steps to ensure my assets were protected. Despite the ordeal, I emerged more knowledgeable and determined to safeguard my future. My experience with Cyber Constable Intelligence not only saved my investments but also reinforced the importance of vigilance and security in the digital age. -
DIGITAL TECH GUARD RECOVERY: EXPERT STRATEGIES FOR BITCOIN RECOVERY AND SECURITY.
Memory can be a tricky thing, especially when it comes to passwords. contact @ d i g i t a l t e c h g u a r d . c o m I experienced this firsthand when I completely forgot the password to my Bitcoin wallet holding $100,000. It was a chaotic week in our household, compounded by the fact that my daughter was sick, and I had set the password during this particularly stressful time. website l i n k : : h t t p s : / / d i g i t a l t e c h g u a r d . c o m With sleepless nights and constant worry weighing on my mind, the password I had chosen became a distant memory, lost in the whirlwind of my chaotic life. Desperate for help, I turned to Digital Tech Guard Recovery. I knew I needed expert assistance to get back into my wallet, but I also felt embarrassed about my situation. telegram +56 997 059 700 When I called them, their compassionate team quickly put me at ease. They listened patiently as I explained my predicament and the stress I had been under. Their understanding made me feel less alone in my struggle, and I was grateful to find people who genuinely cared about my situation. As they began working on my case, I was amazed at their expertise. They guided me through the recovery process step by step, using their advanced tools and techniques to help me regain access to my wallet. Throughout this journey, their professionalism shone through, and I felt a sense of reassurance knowing I had a knowledgeable team on my side. Days felt like an eternity as I anxiously awaited updates, but I kept reminding myself that I was in good hands. Each passing day brought a mix of hope and anxiety, especially with my daughter still unwell. I found myself wishing I could just turn back time to remember that elusive password. Finally, the day arrived when I received the call I had been waiting for. Digital Tech Guard Recovery had successfully restored my access to the wallet, and my $100,000 was safe! The relief that washed over me was indescribable. I felt an overwhelming sense of gratitude toward the team who had worked tirelessly to resolve my issue. This experience taught me a valuable lesson about the importance of writing down passwords (safely) and not letting stress dictate my financial decisions. Now, I keep my passwords organized and securely stored, ensuring that I never find myself locked out again. And as for my daughter, she’s on the mend now, reminding me to focus on what truly matters in life. -
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 -
GET LEGAL AND PROFESSIONAL SERVICES WITH DIGITAL TECH GUARD RECOVERY COMPANY
One evening, I stumbled upon an advertisement on Google for an Ethereum trading bot that promised "guaranteed profits." The website was sleek and professional, filled with glowing testimonials from users who claimed to have made substantial returns with minimal risk. The allure of easy money was too tempting to resist, and after some careful thought, I decided to invest 35 ETH, convinced I was making a wise financial decision. After transferring my ETH to the platform, I was prompted to connect my wallet for "automated trading." I felt a surge of excitement as I envisioned my investment growing. But within hours, I watched in horror as my funds began to disappear through a series of unauthorized transactions. Panic set in as I realized my hard-earned ETH was vanishing before my eyes. When I tried to reach out to customer support for assistance, I was met with silence; the website had vanished, leaving me in a state of shock and disbelief. I had fallen victim to a sophisticated crypto drainer scam, a harsh reality that many in the cryptocurrency world face. The realization was devastating: I had been ensnared by a meticulously crafted scheme designed to exploit unsuspecting investors like me. With my funds gone and no way to recover them, I felt a mix of anger, regret, and helplessness. I turned to Digital Tech Guard Recovery, a firm specializing in crypto theft investigations. After researching various blockchain forensic experts, I was drawn to Digital Tech Guard Recovery due to their strong reputation for successfully recovering stolen assets. Their team acted quickly, analyzing the attack and tracing the stolen funds through multiple wallets. Digital Tech Guard Recovery uncovered the scammer’s laundering route. Thanks to Digital Tech Guard Recovery, I was able to recover my stolen ETH by exploiting a flaw in the scammer’s withdrawal process. This taught me invaluable lessons about the necessity of due diligence in the crypto space. With the guidance of Digital Tech Guard Recovery, I learned to be cautious of promises that seem too good to be true and to thoroughly investigate any platform before investing. Although the road to recovery was fraught with challenges, I emerged with a deeper understanding of the risks associated with cryptocurrency trading and a renewed commitment to protecting my investments, all thanks to the support of Digital Tech Guard Recovery.
WhatsApp: +1 (443) 859 - 2886
Zangi 10-4490-66571 -
Lessons Learned and Crypto Recover Hack Zack Tech
While working in Auckland, I found myself immersed in a vibrant tech environment. One of my co-workers was particularly passionate about a new blockchain project he had been developing. His enthusiasm was infectious, and after several discussions about the project’s potential, I decided to invest 20,000 NZD . At the time, I was aware that investing in blockchain and cryptocurrencies could be risky, but the vision my co-worker painted was compelling. Over the following months, the project gained traction and my investment skyrocketed to an astonishing 500,000 NZD. I felt a mix of excitement and disbelief; I had never expected such a substantial return. The success of the project fostered a sense of camaraderie among the team, and I believed we were all aligned in our goals.However, things took a turn for the worse. As the project matured, disagreements began to arise within the team. My co-worker and I had a particularly intense argument over the direction of the project and some strategic decisions. Frustration boiled over, and in a moment of anger, he made a decision that would change everything: he locked me out of my email account. This wasn’t just an inconvenience; it meant losing access to crucial information, project updates, and the ability to communicate with clients and partners.Feeling isolated and frustrated, I reached out to friends from work, hoping to find a solution. They listened to my predicament and provided me with some suggestions on how to regain access. One of them mentioned Hack Zack Tech, a service known for their expertise in retrieving lost accounts and data. Skeptical but desperate, I decided to give them a try.I contacted Hack Zack Tech, explaining my situation in detail. Their team was remarkably understanding and guided me through the recovery process step by step. They employed various techniques to restore my access, and within a few days, I received the good news: my email account was successfully recovered. Relief washed over me as I regained access to not just my email, but also my connections and the wealth of information I had been locked out of. While my relationship with my co-worker remained strained, I was grateful for the support of my friends and the expertise of Hack Zack Tech . This experience taught me the importance of maintaining strong professional relationships and having a backup plan when investing in volatile projects. The lessons learned from this journey would stay with me as I navigated future opportunities in the tech world.
Telegram : @Hackzacktech
Whatsapp : +44 74946 2951011 -
CRYPTOCURRENCY FRAUD HACKER FOR HIRE BOTNET CRYPTO RECOVERY
It was supposed to be a dream trip, a long-awaited journey from the USA to China to visit family and explore new places. I had spent months planning every detail, from the itinerary to the accommodations. But what started as excitement quickly turned into a nightmare when I fell victim to a fake flight ticket scam, losing $580,000 in the process. The betrayal I felt was indescribable. I had trusted the website, which looked legitimate, and even received what appeared to be a confirmation email. It wasn’t until I arrived at the airport that I realized I had been scammed. The ticket was fake, and my money was gone.I felt a mix of anger, embarrassment, and helplessness. How could I have been so careless? I had worked so hard to save for this trip, and now it was all gone. I reported the incident to the authorities, but I was told that recovering the funds would be nearly impossible. That’s when I stumbled upon BOTNET CRYPTO RECOVERY. At first, I was skeptical after all, I had already been scammed once. But I was desperate, and their reviews seemed genuine. I decided to take a chance and reached out to them.From the very first interaction, the team at BOTNET CRYPTO RECOVERY was professional and empathetic. They listened to my story, asked for all the necessary details, and assured me they would do everything in their power to help. Their confidence gave me hope. Over the next few days, they kept me updated on their progress, explaining each step of the recovery process in a way that was easy to understand. I was amazed by their expertise and dedication.To my absolute astonishment, within a week, BOTNET CRYPTO RECOVERY successfully recovered my $580,000. I couldn’t believe it. The relief and gratitude I felt were overwhelming. They not only got my money back but also restored my faith in humanity. Their team went above and beyond to ensure I was taken care of, and I will forever be grateful for their incredible work.This taught me a valuable lesson about being cautious online, but it also showed me that there are still good people out there willing to help. BOTNET CRYPTO RECOVERY is a true lifesaver, and I can’t recommend them enough. If you ever find yourself in a similar situation, don’t lose hope and reach out to them. They are nothing short of incredible. Use the information below to reach them for more details.
Mail: support @ botnet crypto recovery . com
Tele:+1 (431) 801-8951
1 -
mail: contactus @ hacksavvy technology . com
Website: https : // hacksavvy techrecovery . com
Whatsapp : +7.9.9.9.8.2.9.5.0.3.8
While working in Auckland, I found myself immersed in a vibrant tech environment. One of my coworkers was particularly passionate about a new blockchain project he had been developing. His enthusiasm was infectious, and after several discussions about the project’s potential, I decided to invest 20,000 NZD.At the time, I was aware that investing in blockchain and cryptocurrencies could be risky, but the vision my co-worker painted was compelling. Over the following months, the project gained traction and my investment skyrocketed to an astonishing 500,000 NZD. I felt a mix of excitement and disbelief; I had never expected such a substantial return. The success of the project fostered a sense of camaraderie among the team, and I believed we were all aligned in our goals.However, things took a turn for the worse. As the project matured, disagreements began to arise within the team. My co-worker and I had a particularly intense argument over the direction of the project and some strategic decisions. Frustration boiled over, and in a moment of anger, he made a decision that would change everything: he locked me out of my email account. This wasn’t just an inconvenience; it meant losing access to crucial information, project updates, and the ability to communicate with clients and partners.Feeling isolated and frustrated, I reached out to friends from work, hoping to find a solution. They listened to my predicament and provided me with some suggestions on how to regain access. One of them mentioned Hack Savvy Tech , a service known for their expertise in retrieving lost accounts and data. Skeptical but desperate, I decided to give them a try.I contacted Hack Savvy Tech , explaining my situation in detail. Their team was remarkably understanding and guided me through the recovery process step by step. They employed various techniques to restore my access, and within a few days, I received the good news: my email account was successfully recovered. Relief washed over me as I regained access to not just my email, but also my connections and the wealth of information I had been locked out of. While my relationship with my co-worker remained strained, I was grateful for the support of my friends and the expertise of Hack Savvy Tech . This experience taught me the importance of maintaining strong professional relationships and having a backup plan when investing in volatile projects. The lessons learned from this journey would stay with me as I navigated future opportunities in the tech world. -
CONSULT RAPID DIGITAL RECOVERY: TO HIRE A BITCOIN HACKER FOR YOUR BITCOIN FRAUD RECOVERY
The day my house turned against me started like any other lights flashing at my command, blinds snapping shut with military precision, and my coffee machine chirping a cheerful "Good morning!" as if it hadn't just witnessed me going broke. Here I was, a self-styled tech evangelist, huddled on the floor of my "smart" house, staring at an empty screen where my Bitcoin wallet once sat. My sin? Hubris. My penalty? Accidentally nuking my private keys while upgrading a custom node server, believing I could outsmart the pros. The result? A $425,000 crater where my crypto nest egg once grew, and a smart fridge that now beeped condescendingly every time I opened its doors.
Panic fell like a rogue AI. I pleaded with tech-savvy friends, who responded with a mix of pity and "You did what?! " I scrolled through forums until my eyes were streaming, trawling through threads filled with such mouthfuls as "irreversible blockchain entropy" and "cryptographic oblivion." I even begged my fridge's voice assistant to turn back the chaos, half-expecting it to sneer and respond, "Play stupid games, win stupid prizes." A Reddit thread buried deep under doomscrolls and memes was how desperation finally revealed to me Rapid Digital Recovery, a single mention of gratitude to the software that recovered lost crypto like digital paramedics.".
In despair, but without options, I called them. Their people replied with no judgment, but clinical immediacy, such as a hospital emergency room surgeons might exercise. Within a few hours, their engineers questioned my encrypted system logs a labyrinth of destroyed scripts and torn files like conservators rebuilding a fractured relic. They reverse-engineered my abortive update, tracking digital crumbs across layers of encryption. I imagined them huddled over glowing screens, fueled by coffee and obscurity of purpose, playing my catastrophe as a high-stakes video game. Twelve days went by, and an email arrived: "We've found your keys." My fingers trembled as I logged in. There it was my Bitcoin, resurrected from the depths, shining on the screen like a digital phoenix. I half-expect my smart lights to blink in gratitude.
Rapid Digital Recovery not only returned my money; they restored my faith in human ingenuity against cold, uncaring computer programming. Their people combined cutting-edge forensics with good-old-fashioned persistence, refusing to make my mistake a permanent one. Today, my smart home remains filled with automation, but I've shut down its voice activation. My fridge? It's again chilling my beer silently judging me as I walk by.
If you ever find yourself in a war of minds with your own machines, believe in the Rapid Digital Recovery. They'll outsmart the machines for you so you won't have to. Just perhaps unplug the coffee maker beforehand.
Contact Info Below:
Whatsapp: +1 4 14 80 71 4 85
Email: rapid digital recovery (@) execs. com
Telegram: h t t p s: // t. me / Rapiddigitalrecovery11 -
HIRE META TECH RECOVERY PRO TO SALVAGE LOST BITCOIN INVESTMENT.META TECH RECOVERY PRO
As a retired doc, I never thought I'd get scammed, especially not out of a whopping $98,000 in Bitcoin, thanks to a terrible forex deal. It was a crazy, hard-to-believe ordeal that left me financially drowned and lost. Realizing I'd seemingly lost all my savings was, to put it mildly, a lot to handle. But, amidst all this financial chaos, hope was restored when I found reviews about META TECH RECOVERY PRO. This sad ordeal started with what looked like a mouth-watering investment. Unfortunately, it was an existing organized fraud scheme, I only realized that after getting in touch with META TECH RECOVERY PRO. The truth hit me hard, and I was left dealing with the fallout, clueless about what to do. The digital world's complexity and the tricky process of getting back lost money made me feel helpless. Luckily, while looking for answers, I saw reviews raving about the skills of META TECH RECOVERY PRO's hackers. Out for a solution, I decided to contact them. The reviews talked about how they helped people like me recover lost Bitcoin investments. With a mix of doubt and hope, I figured I'd give it a try, thinking there might be a chance to get back what I'd lost. In no time, they showed off their digital skills by successfully getting back all my lost funds. I can't even begin to describe how grateful and relieved I felt. Having META TECH RECOVERY PRO on my side was amazing and super helpful. If you, like me, have been ripped off by fake forex brokers and scammers, it's good to know that META TECH RECOVERY PRO is there to help. Their expertise, reliability, and dedication to helping those who've been scammed online are truly impressive. I think having them in your corner gives you a sense of security and a way to get back what's rightfully yours. I wholeheartedly recommend META TECH RECOVERY PRO to anyone who needs help getting back what was stolen from them. You can reach them using the details below:
M e t a t e c h @ W r i t e m e. C o m
W / S +1 4 6 9 6 9 2 8 0 4 9.
THANK YOU.
1

