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 - "eye for an eye"
-
Hey everyone! As many of you have already seen, @trogus and I are happy to announce the release of devRant++, also know as the devRant supporter program!
devRant++ is a monthly subscription ($1.99 USD) that gives you some cool extra features while also contributing to covering some of our ever-increasing server costs.
Subscribers get:
- a badge that shows up on all of their rants and comments
- ability to edit rants and comments for up to 30 minutes (instead of the usual 5)
- ability to post unlimited collabs for free (so keep an eye out for new collabs, hopefully!)
- a reserved spot on the devRant++ supporter list (you can only move up higher or stay in the same position through the life of your subscription)
- more benefits coming soon!
Why did devRant++ come to be? Basically, we have the most awesome community members and we kept getting extremely generous requests from members asking how they could help devRant stay afloat. Instead of taking donations and not giving anything directly in return, we wanted to give supporters a little extra something to hopefully make the program kind of special.
We greatly appreciate everyone who has joined the supporter program so far. We also realize not everyone has the money to spend or wants to spend, and that's perfectly fine. We also greatly appreciate everyone here who posts great rants and comments, helps spread the word about devRant, votes on stuff, or is just a valuable member of the community in general. @trogus and I value all contributions and we want to make that clear!
Another reason we decided to go ahead with the program is, as I mentioned towards the beginning, our server/technology costs are increasing and we're kind of at a point where we can't afford all of the upgrades we'd like to make. At the same time while we need more hardware, we're trying to get the app to a place where we're not losing money every month, hopefully to the point where we can break even soon.
Anyway, thank you to everyone again for the amazing support and early interest in devRant++. We would love to hear feedback and stuff you would like to see added to supporter benefits, so just let us know!
60 -
We have a bunch of white people in human resources that are trying to hire "diverse" people because the company sets HR diversity targets. Which is an inherently racist way of hiring someone.
I am told to interview this guy who claims to have Angular experience. Before the interview I ask to see a form that he has built in Angular. He sends me a repo which is ripped off of an open source project and has the readme and git commits removed. A quick web search shows that it isn't his work. He shows up to the interview and I find out he is from a Southern African country. I deliberately ask some questions about code that I can see he didn't write that I prepared ahead of time. He lies to me and tells me all about how he wrote it which showed me that he has no idea what the code does. I tell HR they better not hire him because he was very comfortable lying to me, and I'm confident that he doesn't understand any of the code that he showed me. I do not trust this guy and would never choose to work with him. HR lady says "Ah okay."
Today he walks in with a big grin on his face. HR lady fucking hired this guy. I can see his monitors from my desk and he spent his whole first day looking at a soccer website on his second monitor. I call up HR, "Why would you even ask me to interview him if you refuse to listen to my feedback?". Lady tells me "You need to be open minded about diversity. Probably most of the things you observed were either cultural differences or language barrier." I tell her definitely not. He lied to me multiple times, and he took credit for other people's work." She tells me that they will keep an eye on me because I'm not being open to diversity.
Are you kidding me? This white lady is literally stereotyping me as a racist because I'm white.
So this fucking HR lady called me a racist because she decided to hire someone that we shouldn't trust. Then she put this asshat on my project. Now I have to be cautious about my position because HR is "watching" my racist ass. Even though I am literally the only one on the development team that is white and speaks English as my first-language. I called a team meeting before the on-boarding is over so I can tell the other developers what is happening. We restructured our code review process so that I will never give him feedback. Then when the time comes that he slips up the "diverse" developers will kick him out so I won't be reprimanded as a "racist".
This company that I work for is a special kind of stupid.34 -
I'm at my seat during the regular morning routine of checking emails, planning the things I need to complete/study when my phone rings.
HR: Good Morning, can you come over to the conference room please ?
Me: Sure
I enter the conference room and on the other side of the table, I see a group of 3 HR Managers (not a very nice feeling), especially when it was 10 months into my first job as a Trainee Software Developer.
HR: The company hasn't been performing as expected. For this reason, we've been told to cut down our staff. We're sorry but we have to let you go. You've been doing a great job all along. Thank you.
Me: ---- (seriously ?!)
The security-in-chief 'escorts' me out of the premises and I hand over the badge. I'm not allowed to return to my desk.
This happened about 16 years ago. But it stuck with me throughout my programming career.
A couple of Lessons Learnt which may help some of the developers today :
- You're not as important as you think, no matter what you do and how well you do it.
- Working hard is one thing, working smart is another. You'll understand the difference when your appraisals comes around each year.
- Focus on your work but always keep an eye on your company's health.
- Be patient with your Manager; if you're having a rough time, its likely he/she is suffering more.
- Programming solo is great fun. However it takes other skills that are not so interesting, to earn a living.
- You may think the Clients sounds stupid, talks silly and demands the stars; ever wonder what they think about you.
- When faced with a tough problem, try to 'fix' the Client first, then look for a solution.
- If you hate making code changes, don't curse the Client or your Manager - we coders collectively created a world of infinite possibilities. No point blaming them.
- Sharing your ideas matter.
- Software Development is a really long chain of ever-growing links that you may grok rather late in your career. But its still worth all the effort if you enjoy it.
I like to think of programming as a pursuit that combines mathematical precision and artistic randomness to create some pretty amazing stuff.
Thanks for reading.14 -
It finally hit me the other day.
I'm working on an IoT project for a late-stage ALS patient. The setup is that he has a tablet he controls with his eye movements, and he wants to be able to control furnishings in his room without relying on anyone else.
I set up a socket connection between his tablet and the Raspberry Pi. From there it was a simple matter of using GPIO to turn a lamp or fan on or off. I did the whole thing in C, even the socket programming on the Pi.
As I was finishing up the main control of the program on the Pi I realized that I need to be more certain of this than anything I've ever done before.
If something breaks, the client may be forced to go days without being able to turn his room light on, or his fan off.
Understand he is totally trapped in his own body so it's not like he can simply turn the fan off. The nursing staff are not particularly helpful and his wife is tied up a lot with work and their two small children so she can't spend all day every day doting on him.
Think of how annoying it is when you're trying to sleep and someone turns the light on in your room; now imagine you can't turn it off yourself, and it would take you about twenty minutes to tell someone to turn it off -- that is once you get their attention, again without being able to move any part of your body except your eyes.
As programmers and devs, it's a skill to do thorough testing and iron-out all the bugs. It is an entirely different experience when your client will be depending on what you're doing to drastically improve his quality of life, by being able to control his comfort level directly without relying on others -- that is, to do the simplest of tasks that we all take for granted.
Giving this man some independence back to his life is a huge honor; however, it carries the burden of knowing that I need to be damned confident in what I am doing, and that I have designed the system to recover from any catastrophe as quickly as possible.
In case you were wondering how I did it all: The Pi launches a wrapper for the socket connection on boot.
The wrapper launches the actual socket connection in a child process, then waits for it to exit. When the socket connection exits, the wrapper analyzes the cause for the exit.
If the socket connection exited safely -- by passing a special command from the tablet to the Pi -- then the wrapper exits the main function, which allows updating the Pi. If the socket connection exited unexpectedly, then the Pi reboots automatically -- which is the fastest way to return functionality and to safeguard against any resource leaks.
The socket program itself launches its own child process, which is an executable on the Pi. The data sent by the tablet is the name of the executable on the Pi. This allows a dynamic number of programs that can be controlled from the tablet, without having to reprogram the Pi, except for loding the executable onto it. If this child of the socket program fails, it will not disrupt its parent process, which is the socket program itself.13 -
Neighbor: Hey! You know how to make websites right?
I: ya! Look at some of my work.
Neighbor: Nice! Will you make one for this concert i am hosting?
I: ya sure! It'll cost 2500 INR.
Neighbor: ok. Will inform you.
------he never informs------
------2 week later--------
Neighbor: look at these posters I got made for the concert... Since you have an eye for good design, tell me how you like them?
I: they are pretty good. Wont you require the site?
Neighbor: No. It'll work without the site.
---------1 year later-------
Neighbor: hey. Will you make a site for me? Where i can showcase the photographs i take and people can comment and like them?
I: Ya sure. Will cost you 4000 INR.
Neighbor: ok. Will inform you.
--------He never informs---------
--------2 weeks later----------
Neighbor: hey i found out this site called wix where they make a site for free.
I: cool.
Neighbor: will you teach me how to use it?
I: 🤔😑😫😤5 -
This rant is a confession I had to make, for all of you out there having a bad time (or year), this story is for you.
Last year, I joined devRant and after a month, I was hired at a local company as an IT god (just joking but not far from what they expected from me), developer, web admin, printer configurator (of course) and all that in my country it's just called "the tech guy", as some of you may know.
I wasn't in immediate need for a full-time job, I had already started to work as a freelancer then and I was doing pretty good. But, you know how it goes, you can always aim for more and that's what I did.
The workspace was the usual, two rooms, one for us employees and one for the bosses (there were two bosses).
Let me tell you right now. I don't hate people, even if I get mad or irritated, I never feel hatred inside me or the need to think bad of someone. But, one of the two bosses made me discover that feeling of hate.
He had a snake-shaped face (I don't think that was random), and he always laughed at his jokes. He was always shouting at me because he was a nervous person, more than normal. He had a tone in his voice like he knew everything. Early on, after being yelled for no reason a dozen of times, I decided that this was not a place for me.
After just two months of doing everything, from tech support to Photoshop and to building websites with WordPress, I gave my one month's notice, or so I thought. I was confronted by the bosses, one of which was a cousin of mine and he was really ok with me leaving and said that I just had to find a person to replace me which was an easy task. Now, the other boss, the evil one, looked me on the eye and said "you're not going anywhere".
I was frozen like, "I can't stay here". He smiled like a snake he was and said "come on, you got this we are counting on you and we are really satisfied with how you are performing till now". I couldn't shake him, I was already sweating. He was rolling his eyes constantly like saying "ok, you are wasting my time now" and left to go to some basketball practice or something.
So, I was stuck there, I could have caused a scene but as I told you, one of the bosses was a cousin of mine, I couldn't do anything crazy. So, I went along with it. Until the next downfall.
I decided to focus on the job and not mind for the bad boss situation but things went really wrong. After a month, I realised that the previous "tech guy" had left me with around 20 ancient Joomla - version 1.0 websites, bursting with security holes and infested with malware like a swamp. I had never seen anything like it. Everyday the websites would become defaced or the server (VPN) would start sending tons of spam cause of the malware, and going offline at the end. I was feeling hopeless.
And then the personal destruction began. I couldn't sleep, I couldn't eat. I was having panick attacks at the office's bathroom. My girlfriend almost broke up with me because I was acting like an asshole due to my anxiety issues (but in the end she was the one to "bring me back"(man, she is a keeper)) and I hadn't put a smile on my face for months. I was on the brink of depression, if not already there. Everyday I would anxiously check if the server is running because I would be the one to blame, even though I was trying to talk to the boss (the bad one was in charge of the IT department) and tell him about the problem.
And then I snapped. I finally realised that I had hit rock bottom. I said "I can't let this happen to me" and I took a deep breath. I still remember that morning, it was a life-changing moment for me. I decided to bite the bullet and stay for one more month, dealing with the stupid old server and the low intelligence business environment. So, I woke up, kissed my girlfriend (now wife), took the bus and went straight to work, and I went into the boss's office. I lied that I had found another job on another city and I had one month in order to be there on time. He was like, "so you are leaving? Is it that good a job the one you found? And when are you going? And are you sure?", and with no hesitation I just said "yup". He didn't expect it and just said "ok then", just find your replacement and you're good to go. I found the guy that would replace me, informing him of every little detail of what's going on (and I recently found out, that he is currently working for some big company nowadays, I'm really glad for him!).
I was surprised that it went so smoothly, one month later I felt the taste of freedom again, away from all the bullshit. Totally one of the best feelings out there.
I don't want to be cliche, but do believe in yourself people! Things are not what the seem.
With all that said, I want to give my special thanks to devRant for making this platform. I was inactive for some time but I was reading rants and jokes. It helped me to get through all that. I'm back now! Bless you devRant!
I'm glad that I shared this story with all of you, have an awesome day!15 -
Friend: "You are good with computers right?"
Me: "Yes...."
Friend: "Can you put an eye on my computer? Mint crash at every startup"
Me: (Oh Linux! For this time ok) "Yeah, show me"
My friend open the pc...
Pc: "KERNEL PAAAAANIC!"
Me: ".... WTF!?"
Friend: "Can you repair this?"
Me: (shit.)
That was a long day...
(My friend closed the lid without the drivers and then the pc from the standby did not wake up correctly)6 -
Interviewer asked me how to find the best move in Tic Tac Toe game.
We discussed several ideas and ended up playing Tic Tac Toe for nearly 10 minutes.
It turns out HR was keeping an eye and they had to interrupt.12 -
TLDR; funny revenge prank from my manager
So yesterday (April 2) I decided to prank my manager about me resigning (I've been working with them for 4 years) I wrote a legit looking resignation letter. (No signature) and at the back page it has a small font "April fools".
I asked my junior to help putting it on my managers desk since I was working from home. When my manager saw it he immediately had a meeting with my technical lead. he didnt notice the april fools at the back so I sent him a short email to look at the back and he laughed.
Come today, I recieved an email from our it team with the subject "POST RESIGNATION PROCEDURES FOR JUNNERS". It has some legit looking contents as well as a hyperlInk for a resignation checklist.
It felt like im having a mini heart attack since I thought it was legit. When I opened the hyperlink I was shocked.
I love my job 😂
6 -
Inspired by @h3ll, this is a combination of current and former coworkers:
Awkward Wizard:
This guy has the social skills of a microwaved dog turd. He is a genius, but working with him is about as uncomfortable as sticking a grill skewer in your eye and twisting it repeatedly until close of business. He laughs at inappropriate times, and every time he does, an unborn child tears its own ears off. He explains things in a way that only himself and Satan understand, then talks to you like you're a child when you don't follow his logic. He is the guy you hide when the CEO is around. His code is immaculate.
Backstab McGillacutty:
This bowl of bile is the son of a bitch that takes credit for everybody else's work. When you do something good, he was miraculously involved, but when you mess up, this twat is the dicknose that brings it up in retrospective and calls you out by name to the boss. You can usually find these guys talking shit about the CTO, until the boss quits. Then they buddy up with the CTO and become a Joel Osteen-esque evangelist for everything the CTO wants in a shitty, underhanded attempt to climb the ladder. Fuck this guy.
Professor Fuckwaffle:
This coworker used to teach Computer Science classes. Their resume is amazing, and they can speak to the most complex of design principles. This is the shitstain that you hire because of their skill and knowledge only to find out that ol' fuckwaffle can't apply the shit they spout to save their wretched lives. You'll spend more time listening to fuckwaffle lecture than you will reviewing their code (because they cant fucking write any!) You know the saying, those who can, do, and those who can't, teach? Yeah, that shit was written for Fuckwaffle.
Last but not least:
Scrumdumb:
This guy isn't even a coder. This guy is worse than the the scum you pour out of the bottom of a slow-cooker that you forgot to wash last time you made chicken. He's a non-technical PM. You know the type, right? He usually says "cloud infrastructure," "paradigm," "algorithm," "SDLC," etc but has no grasp of any of them. He often opens his dumpster to spout off something like "You can just create a new class for that" while talking about HTML. I won't waste any more breath on Scrumdumb, he already creates enough work for me.3 -
!rant but a story
This happened today. Sorry for long post. A manager from another team in development team, I'll call him junkfellow, called me very very late last night to help them solve an issue in our application's test environment that blocking them from doing testing. They apparently doing integration testing with our application. Now said test environment is not even prepared by our team. We are development team and this test environment prepared by our application's support team. So I politely told junkfellow to get in touch with our support team counterpart as I am from development team. And he began shout at me
junkfellow: "WHY DO YOU THINK I'M FUCKING CALL YOU? IT'S BECAUSE I CAN'T FUCKING REACH ANYONE FROM SUPPORT!"
me: "With due respects sir I have no instructions to assist you and your team in your testing"
junkfellow: "THEN WHAT GOOD ARE YOU? IF YOU DON"T GET ONLINE NOW I WILL FUCKING ESCALATE YOU TO CW!!!"
We all know who CW is and he can make some people life very hard and I didn't want to call my boss so late so I quickly went online and spent the next 4hrs supporting their testing. Next morning I told my boss what happened and he scolded me for not calling him last night. He dropped an email to junkfellow's boss about junkfellow being "unacceptable attitude, disrespectful and threatening to escalate my team mates". My boss always refer to us as team mates, not his staff or his team member.
Then in few minutes, someone walking like a school bully with his chest out came to my boss place and announced himself (he is junkfellow). I say announce because he talking like he wanted everyone to know who is he. My boss stood up promptly, greeted good morning, introduce himself, shook junkfellow hand and sat down. Still young, maybe in late 20's or even younger than me. junkfellow talking to my boss loud enough for most of us to hear. Everyone's neck suddenly long like meerkat and listening:
junkfellow looking down to my boss who is sitting down: "How dare you send email like that to my boss? We are both managers you should act like one, you have a problem with me then you talk to me. You don't bypass me and go directly to my boss. You didn't even give me face!"
my boss sitting down: "So you didn't even ask your boss before picking a fight."
*junkfellow suddenly look confused*
my boss still sitting down talking calm with poker face: "I did give you face. You think by going to your boss I bypassed you and went one level up? No I went one level down!"
junkfellow still look confused and then slowly realized what my boss meant. Now he is staring at floor and can't look my boss in eye after he realized he is screwed!
my boss now standing up: "You treat my team mates like that againi or ask them to do something without my knowledge and I will talk to your boss' boss about it"
boss to me: "Hey tollywood! junkfellow here sincerely regrets what he did last night and wants to apologize to you in person" and boss' poker face turned to his familiar smirk
junkfellow immediately came to me, said "it's ok you no need to stand up", he sat down in a squat and apologized repeatedly. He really looked like he was about to cry and for a moment I pity him. But then I remember what he did and I just enjoyed the moment! Was pure gold :D :D :D11 -
Wrote my friend Sam a letter when I was still working in support. I think it still holds up today.
---
Dear Sam,
I understand that you will join us in our overseas office. Congratulations on landing that job. It’s good steady work. I’ve been doing it for the last ten years.
Your still young so maybe I can give you some little wisdom that will help you in your working years to come.
Let me begin by shedding some light on phone calls.
I try. I really do try Sam. But it is getting so hard for me to hold back the rage that builds up during certain phone calls. Especially the ‘Sorry, I just don’t know anything about computers! -giggle-’ ones.
Those are the times that I have no access to what they see. I’ve no team-viewer, can not take over that screen in any other way. And why-oh-why can I not take over that terminal session dear Sam? It’s because the caller can not double-click an icon or find a terminal session number.
And what is the reason for this? Because they ‘just don’t know anything about computers! -giggle-’. This is a sort of get-out-of-jail-free card. Beware of these callers Sam.
There is nothing so nerve-wrecking then finding yourself at the mercy of people describing Internet Explorer (do not even get me started) as ‘the big ‘E’, if they use Chrome for their webmail then they most likely will say ‘Mail’ if they mean Chrome. There is no logic Sam. That is just the way these people work.
They will suck all enjoyment out of your work. They will make you want to hunt them down in dark office hallways and show them your tears Sam. Because cry you will.
Sure, I understand that not everyone can be tech savvy. Why, if everyone would be, where would that leave us? No. I love the technologically challenged. They put the fiber in my internet. They make me LOL for real. After the initial anger subsides anyway.
But just below that well-willing folk, on the other side of that border… there they dwell: Management.
Nice cars, suits and iphones Sam. First thing a new manager will require is a brand spanking new business-card. It will hold his/her new title. Then an iphone or overpriced android model will follow suit.
Then they will barge into your office, holding it like it’s the next best thing since sliced bread.
Any manager will automatically assume that you will drop anything you are doing at the present moment to acknowledge the presence of greatness. Failing to do so will result in awkward yet fulfilling situations. I recommend that you do not take your hands of the keyboard and give only the slightest of nods after 5 minutes of complete silence and glaring.
Well… you feel the glare. You do not glare yourself. You do not break eye-contact with the monitor. It does not even matter if you are typing for real or not. I once clicked away happily for 5 minutes. I just typed ‘he is still there’ over and over again. Do not break down Sam. This moment will decide your relationship with this individual.
After the nod there will be a flood of words aimed in your general direction. You can disregard anything that is said. It boils down to ‘can not operate device’.
You then take the device from this person and put it next to you on your desk. You’ll ask the name of this simpleton, write it down on a sticky-note, slap that on the phone. Then you’ll write a random date in the not so near future on another sticky and hand that to the bewildered person in front of you.
It will usually utter some incoherent words about ‘needing, time or but’ (I find that ‘but’is a word they like. They tend to use it three or four times consecutive before you usher them through the door).
Now you’ve won Sam. Well… not really. But it will feel good, I can guarantee that.
This must do for now. A new suit is glaring at me for the last five minutes.
Felt good to do something productive with this time.
Take care,
Baltasar
P.s. I just noticed that there is some foam around his mouth. So if you encounter this, don’t worry: it seems to be perfectly normal.13 -
My laptop just took a full cup of coffee and didn't blink an eye.
Thank god for spill resistant stuff that works.
Unfortunately I now how to make a new coffee, so it's not all good news.16 -
!!privacy
!!political
I had a discussion with a coworker earlier.
I owed him for lunch the other day, and he suggested I pay him back either with cash (which I didn't have), Venmo, or just by him lunch the next time (which I ended up doing).
I asked about Venmo, and he said it was like paypal, but always free. that sounded a bit off -- because how are they in business if it's always free? -- so I looked it up, and paid special attention to their privacy policy.
The short of it: they make money by selling your information. That's worth far more than charging users a small fee when sending $5 every few weeks. Sort of what I expected when I heard "always free," but what surprised me is just how much they collect. (In retrospect, I really shouldn't have been surprised at all...)
Here's an incomplete list:
* full name, physical address, email, DoB, SSN (or other government IDs, depending on country)
* Complete contact list (phone numbers, names, photos)
* Browser/device fingerprint
* (optional) Your entire Facebook feed and history
* (optional) all of your Facebook friends' contact info
* Your Twitter feed
* Your FourSquare activity
(The above four ostensibly for "fraud prevention")
* GPS data
* Usage info about the actual service
* Other users' usage info (e.g. mentioning you)
* Financial info (the only thing not shared with third parties)
Like, scary?
And, of course, they share all of this with their parent company, PayPal. (The privacy policy does not specify what PayPal does with it, nor does it provide any links that might describe it, e.g. PayPal's "info-shared-by-third-parties" privacy policy)
So I won't be using Venmo. ever.
I mentioned all of this to my coworker, and he just doesn't understand. at all. He even asks "So what are they going do with that, send me ads? like they already do?"
I told him why I think it's scary. Everything from them freely selling all of your info, to someone being able to look through your entire online life's history, to being able to masquerade around as you, to even reproducing your voice (e.g. voice clips collected by google assistant), to grouping people by political affiliations.
He didn't have much to say about any of them, and actually thought the voice thing was really cool. (All I could think of was would happen if the "news" had that ability....) All of his other responses were "that doesn't bother me at all" and/or "using all of these services is so convenient."
but what really got me was his reaction to the last one.
I said, "If you're part of the NRA, for example, you'd be grouped with Republicans. If they sell all of this information, which they do, and they don't really care who buys it or what they do with it... someone could look through the data and very very easily target those political groups."
His response? "I don't have to worry about that. I'm a Democrat, and have always voted Democrat. I'll tell anyone that."
Like.
That's basically saying every non-democrat is someone you should be wary of and keep an eye on. That's saying Democrats are the norm and everyone else is deviant and/or wrong.
and I couldn't say anything after this because... no matter what I said, it would start a political conflict, and would likely end with me being fired (since the owner is also a democrat, and they're very buddy-buddy). "What if they target democrats?" -> "They already do!" or "What if democrats use it against others?" -> "They deserve it for being violent and racist, but we never would" (except, you know, that IRS/tea-party incident for example...)
But like, this is coming from someone who firmly believes conservatives are responsible for all of the violence and looting and rioting and mass shootings in the country. ... even when every single instance has been by committed by democrats. every. single. one.
Just...
jfl;askjfasflkj.
He doesn't understand the need for privacy, and his world view is just... he actually thinks everyone with different beliefs is wrong and dangerous.
I don't even know how to deal with people like this. and with how prevalent this mindset is... coupled with the aforementioned privacy concerns... it's honestly *terrifying.*65 -
Although it might not get much follow up stuffs (probably a few fines but that will be about it), I still find this awesome.
The part of the Dutch government which keeps an eye on data leaks, how companies handle personal data, if companies comply with data protection/privacy laws etc (referring to it as AP from now on) finished their investigation into Windows 10. They started it because of privacy concerns from a few people about the data collection Microsoft does through Windows 10.
It's funny that whenever operating systems are brought up (or privacy/security) and we get to why I don't 'just' use windows 10 (that's actually something I'm asked sometimes), when I tell that it's for a big part due to privacy reasons, people always go into 'it's not that bad', 'oh well as long as it's lawful', 'but it isn't illegal, right!'.
Well, that changed today (for the netherlands).
AP has concluded that Windows 10 is not complying with the dutch privacy and personal data protection law.
I'm going to quote this one (trying my best to translate):
"It appears that Microsofts operating system follows every step you take on your computer. That gives a very invasive image of you", "What does that mean? do people know that, do they want that? Microsoft should give people a fair chance for deciding this by themselves".
They also say that unless explicit lawful consent is given (with enough information on what is collected, for what reasons and what it can be used for), Microsoft is, according to law, not allowed to collect their telemetrics through windows 10.
"But you can turn it off yourself!" - True, but as the paragraph above said, the dutch law requires that people are given more than enough information to decide what happens to their data, and, collection is now allowed until explicitly/lawfully ok'd where the person consenting has had enough information in order to make a well educated decision.
I'm really happy about this!
Source (dutch, sorry, only found it on a dutch (well respected) security site): https://security.nl/posting/534981/...8 -
Here's the time an Amazon recruiter scheduled a call with me just to tell me I wouldn't be getting the job.
A few years ago, I left Uber after the seemingly non-stop public snafus they were getting themselves into (I have a lot of rants about Uber if anyone is interested, some of them mind-melting). I decided to take a two month break given that my financials looked decent for once and I was tired of 100 hour weeks.
During that time, I of course started perusing the typical job-seeking sites I had remembered from before. Somehow, from one of the profiles I set up, I caught the eye of an Amazon recruiter. They emailed me and I agreed to set up a date and time for an introductory chat.
They already had my CV. They already had my StackOverflow/Github information. This wasn't a technical interview, and the recruiter wasn't part of any of the tech teams. This is important information moving forward.
A few days later, I got the call from the recruiter. He introduced himself as the person from the emails, thanking my for my time, etc.. Things started out pleasant with the smalltalk and whatnot, but then the recruiter said "so I have some concerns about your resume".
Under one of the sections I had a list of things I was skilled with - one of which, regrettably, is PHP. Completely ignoring Java, Javascript, C# and C++ knowledge and all of the other achievements I have with those technologies, the recruiter really wanted to drill me about the PHP.
"Do you work a lot with PHP?"
"No, not anymore - from time to time I have to do something with it but it's not my main language anymore. I know it quite well, though."
"Oh okay well we aren't looking for any PHP roles right now, unfortunately."
"Okay, no problem."
Perhaps I could have said more, but from my end of things, I meant "I don't see a problem here, I don't write a lot of PHP and you don't need a lot of PHP".
After a pause that felt like an hour, the recruiter broke the silence and said "Okay well thanks for your time today, I'm sorry things didn't work out."
Bewildered, I asked which technology stack they were using on the team.
"Not PHP, unfortunately. Thank you for your time." and then an abrupt click.
The recruiter found me himself, looked at my resume (assumably), sought out to contact me, arranged a time for a call, and then called me, just to tell me I wouldn't get the position due to knowing PHP at some point in my career.
Years later, the whole interaction still shocks me. Somewhere in my drafts I have a long letter to the recruiter basically going over my entire career history explaining why his call was incredibly... well, fucking weird. Towards the end of writing it I realized it was more therapeutic for me to deal with whatever it was that just took place and that it probably wouldn't change my odds of working at Amazon.
So yeah. That's the story of the time Amazon set up a recruiting call just to tell me I wouldn't be working for them.9 -
My boss is a grumpy 25 year oldish "Mr. I know it all". We all hate him for that attitude.
Just joining recently, the code base which I got introduced to was totally new and I was overwhelmed.
Boss told me to write an Sql query to wipe the table data. I being reckless wrote a query to wipe the table only and submitted it to my boss.
Few hourse later we were informed by our peers that a certain url was not working. On further investigating we found out that my boss carelessly copy and pasted my query and executed it which wiped an important table clean.
Now he doesn't talk to me straight and I can't look him in the eye because obviously I burst into laughter.
Job well done☺️2 -
If you are a salesperson, you can just go straight to hell. You're all a bunch of cocksucking twats and I'm amazed you manage to get yourselves dressed each day. You're a no good fucking waste of oxygen and you need to put your fork in a socket the next time you're eating.
I'm working on building a crm and ticket management system for use in the office to handle client passwords. Since I'm building from scratch I wanted to make sure I had properly planned my classes and functions before opening the code editor so I put a message on my door that says "Don't interrupt, thanks" followed by the date so people knew it was a fresh message and not something left from the previous day.
I'm deep in the zone, the psuedo code and logic is flowing, I'm getting classes planned and feeling really productive for an hour or so when suddenly my door flies open and in comes a sales person.
SP: "Hey, do you have any extra phones lying around? Mine's being slow and keeps hanging up on people."
Me: "Do you see the sign on my door right there at eye level which says not to bother me?"
SP: "oh, do you want me to come back later?"
Me: "You've already interrupted me now, let's go see what's going on before I spent an hour setting up a new phone for you." While we are walking across the office I asked him when the last time the phone rebooted.
SP: "idk, Salesperson#2 suggested that as I was headed over here but I figured I'd just ask you."
We get over to his desk and I see he has two phones sitting on his desk. "Where did this one come from?"
SP: "Oh that was on the desk over here but I figured I could use it."
Me: "Well aside from the fact that the phones are assigned to specific people for a reason, you took the time to unhook your phone to set this one up and you didn't think to reboot your phone first. Plug your phone back in."
He plugs the old phone, which is assigned to him, and while booting it does a quick firmware update and boots up fine. He tests a few things and decides it's all better now.
So someone suggested a fix for you and you decided, instead, you would break company IT policy by moving equipment from one station to another without notifying the IT department. You entered a room which had a closed door without knocking, and you disobeyed the sign on the actual door itself which politely requests that you go away. All because you couldn't be bothered to take 2 minutes and reboot your phone, which you had to do anyways.
You completely broke my train of thought and managed to waste 2 hours of effecient workflow because you had an emergency.9 -
I made a website for a guy, been keeping a casual eye on it and it's fine, if boring.
Then he calls in a panic to tell me it's been hacked, there is porn everywhere and funny underlined words and I must fix it right now!
So I drop what I'm doing and access the site and it's fine. I use a few different devices and even a couple of different networks and can't see a thing wrong with it.
Then I spent half an hour on the phone trying to convince him that his own shady surfing habits are causing this on his computer only.
I get the feeling he didn't believe me because he hasn't paid the latest invoice..11 -
I'm editing the sidebar on one of our websites, and shuffling some entries. It involves moving some entries in/out of a dropdown and contextual sidebars, in/out of submenus, etc. It sounds a little tedious but overall pretty trivial, right?
This is day three.
I learned React+Redux from scratch (and rebuilt the latter for fun) in twice that long.
In my defense, I've been working on other tasks (see: Alerts), but mostly because I'd rather gouge my freaking eyes out than continue on this one.
Everything that could be wrong about this is. Everything that could be over-engineered is. Everything that could be written worse... can't, actually; it's awful.
Major grievances:
1) The sidebars (yes, there are several) are spread across a ridiculous number of folders. I stopped counting at 20.
2) Instead of icon fonts, this uses multiple images for entry states.
3) The image filenames don't match the menu entry names. at all. ("sb_gifts.png" -> orders); active filenames are e.g. "sb_giftsactive.png"
4) The actions don't match the menu entry names.
5) Menu state is handled within the root application controller, and doesn't use bools, but strings. (and these state flags never seem to get reset anywhere...)
6) These strings are used to construct the image filenames within the sidebar views/partials.
7) Sometimes access restrictions (employee, manager, etc.) are around the individual menu entries, sometimes they're around a partial include, meaning it's extremely difficult to determine which menu entries/sections/subsections are permission-locked without digging through everything.
8) Within different conditionals there are duplicate blocks markup, with duplicate includes, that end up render different partials/markup due to different state.
9) There are parent tags outside of includes, such as `<ul>#{render 'horrific-eye-stabbing'}</ul>`
10) The markup differs per location: sometimes it's a huge blob of non-semantic filthiness, sometimes it's a simple div+span. Example filth: section->p->a->(img,span) ... per menu entry.
11) In some places, the markup is broken, e.g. `<li><u>...</li></u>`
12) In other places, markup is used for layout adjustments, such as an single nested within several divs adorned with lots of styles/classes.
13) Per-device layouts are handled, not within separate views, but by conditionally enabling/disabling swaths of markup, e.g. (if is_cordova_session?).
14) `is_cordova_session` in particular is stored within a cookie that does not expire, and within your user session. disabling it is annoying and very non-obvious. It can get set whether or not you're using cordova.
15) There are virtually no stylesheets; almost everything is inline (but of course not actually everything), which makes for fun layout debugging.
16) Some of the markup (with inline styling, no less) is generated within a goddamn controller.
17) The markup does use css classes, but it's predominately not for actual styling: they're used to pick out elements within unit tests. An example class name: "hide-for-medium-down"; and no, I can't figure out what it means, even when looking at the tests that use it. There are no styles attached to that particular class.
18) The tests have not been updated for three years, and that last update was an rspec version bump.
19) Mixed tabs and spaces, with mixed indentation level (given spaces, it's sometimes 2, 4, 4, 5, or 6, and sometimes one of those levels consistently, plus an extra space thereafter.)
20) Intentional assignment within conditionals (`if var=possibly_nil_return_value()`)
21) hardcoded (and occasionally incorrect) values/urls.
... and last but not least:
22) Adding a new "menu sections unit" (I still haven't determined what the crap that means) requires changing two constants and writing a goddamn database migration.
I'm not even including minor annoyances like non-enclosed ternaries, poor naming conventions, commented out code, highly inefficient code, a 512-character regex (at least it's even, right?), etc.
just.
what the _fuck_
Who knew a sidebar could be so utterly convoluted?6 -
Gear up! It's a long story.
The last job aka my current job, which I totally love(see my about-me) was a full time offer after I intern-ed for 6months at the company I'm currently working for.
It was through campus recruitment.
So, there was this particular company that I had had an eye on all through my engineering years. I had been training severely, talking to seniors who have been placed there, trying to find as much as I could about the company, clearing mock interviews online and everything. They had an online round first, I cleared it with the second highest mark. (250 of us wrote it).
Then about a month later, it was Recruitment Day (notice the reference to Judgement Day) and I was super nervous. The recruiters knew me as one of the toppers and knew I was in contact with my seniors and I immediately knew I had a chance. All my friends and staff were rooting for me. They all knew I had a thing for this company and that I had been working hard.
I had five rounds. I was the first person to clear all of them. I was incredibly happy. It was all happening too smoothly to be true. This was what I had wanted for 4 years!
They announce the results and that was where the fucking plot twist was.11 -
From my work -as an IT consultant in one of the big 4- I can now show you my masterpiece
INSIGHTS FROM THE DAILY LIFE OF A FUNCTIONAL ANALIST IN A BIG 4 -I'M NOT A FUNCTIONAL ANALYST BUT THAT'S WHAT THEY DO-
- 10:30, enter the office. By contract you should be there at 9:00 but nobody gives a shit
- First task of the day: prepare the power point for the client. DURATION: 15 minutes to actually make the powerpoint, 45 minutes to search all the possible synonyms of RESILIENCE BIG DATA AGILE INTELLIGENT AUTOMATION MACHINE LEARNING SHIT PISS CUM, 1 hour to actually present the document.
- 12:30: Sniff the powder left by the chalks on the blackboards. Duration: 30 minutes, that's a lot of chalk you need to snort.
13:00, LUNCH TIME. You get back to work not one minute sooner than 15.00
- 15:00, conference with the HR. You need to carefully analyze the quantity and quality of the farts emitted in the office for 2 hours at least
- 17:00 conference call, a project you were assigned to half a day ago has a server down.
The client sent two managers, three senior Java developers, the CEO, 5 employees -they know logs and mails from the last 5 months line by line-, 4 lawyers and a beheading teacher from ISIS.
On your side there are 3 external ucraininans for the maintenance, successors of the 3 (already dead) developers who put the process in place 4 years ago according to God knows which specifications. They don't understand a word of what is being said.
Then there's the assistant of the assistant of a manager from another project that has nothing to do with this one, a feces officer, a sys admin who is going to watch porn for the whole conference call and won't listen a word, two interns to make up a number and look like you're prepared. Current objective: survive. Duration: 2 hours and a half.
- 19:30, snort some more chalk for half an hour, preparing for the mail in which you explain the associate partner how because of the aforementioned conference call we're going to lose a maintenance contract worth 20 grands per month (and a law proceeding worth a number of dollars you can't even read) and you have no idea how could this happen
- 20:00, timesheet! Compile the weekly report, write what you did and how long did it take for each task. You are allowed to compile 8 hours per day, you worked at least 11 but nobody gives a shit. Duration: 30 minutes
- 20:30, update your consultant! Training course, "tasting cum and presenting its organoleptic properties to a client". Bearing with your job: none at all. Duration: 90 minutes, then there's half an hour of evaluating test where you'll copy the answers from a sheet given to you by a colleague who left 6 months ago.
- 22:30, CHANCE CARD! You have a new mail from the HR: you asked for a refund for a 3$ sandwich, but the receipt isn't there and they realized it with a 9 months delay. You need to find that wicked piece of paper. DURATION: 30 minutes. The receipt most likely doesn't even exist anymore and will be taken directly from your next salary.
- 23:00 you receive a message on Teams. It's the intern. It's very late but you're online and have to answer. There's an exception on a process which have been running for 6 years with no problems and nobody ever touches. The intern doesn't know what to do, but you wrote the specifications for the thing, 6 years ago, and everything MUST run tonight. You are not a technician and have no fucking clue about anyhing at all. 30 minutes to make sure it's something on our side and not on the client side, and in all that the intern is as useful as a confetto to wipe your ass. Once you're sure it's something on our side you need to search for the senior dev who received the maintenance of the project, call him and solve the problem.
It turns out a file in a shared folder nobody ever touches was unreachable 'cause one of your libraries left it open during the last run and Excel shown a warning modal while opening it; your project didn't like this last thing one bit. It takes 90 minutes to find the root of the problem, you solve it by rebooting one of your machines. It's 01:00.
You shower, watch yourself on the mirror and search for the line where your forehead ends and your hair starts. It got a little bit back from yesterday; the change can't be seen with the naked eye but you know it's there.
You cry yourself to sleep. Tomorrow is another day, but it's going to be exactly like today.8 -
That bitch....
- Run a Win10 in a VM
- Have >20GB of free space on host
- W10 decides to download updates
- your host OS runs out of free space
- VM gets paused due to lack of free space
20GB for an update.. seriously..
seriously...
I mean..
Seriously....
ARE YOU FUCKING KIDDING ME????
*eye twitching*12 -
!(short rant) && (long story)
So these last 2 months of my life have been quite topsy turvy. Everything was pretty much unexpected and now I am on my way to Banglore, which is referred to as the Silicon Valley of India.
All this started in mid Feb when one day my ceo dropped a mail to all of us saying he wants to covey something important. A little background story about my company before I go on. We were a bunch of 6-7 tech guys working on a location based analytics product and had a decent client base. I had joined them in November 2017 and I was very hopeful that I would get to learn a lot owing to the good seniors from reputed universities and their experience. Coming back to the day, the ceo called us and dropped a bomb on us that the funding is depleted and we only have enough money to pay you salaries for this month. "We didn't anticipate that this day will come but currently we are in talks with some companies that are looking to acquire us. I am very much hopeful that we will figure something out by the end of this month(Feb). Until then, I can't stop you from applying to other companies but don't reveal that we are in this situation." So, keeping my fingers crossed I was waiting for the acquisition and wasn't looking for any other opportunities.
The company work was under hold and during this time one of my friends approached me with his idea. Since I had nothing else to do, I agreed to work with him. I was living in Mumbai, the city with one of the highest living standards in India, and I was paying exorbitant rent without any income. There was no news until mid March when the ceo called and dropped bomb#2 that an Indonesian company is looking to acquire us and he had scheduled an interview for the entire team. This isn't what I had signed up for. Indonesia wasn't a country I had even considered, let alone leave the country. Still I appeared for the interview and it went very well.
No news from the company or the ceo after that. One of my friends advised me to start applying to other companies and not rely on this acquisition. Now the problem was I couldn't reveal about the acquisition in my interview, so I used to give some bullshit about me not liking the work here. The company didn't buy it because how can someone judge a company in just 4 months. So obviously I didn't clear the interviews, also partially because I didn't meet their technical requirements.
March end, I moved to my hometown in Gujarat because obviously I had started to get broke in this expensive-ass city. The friend with whom I was working with also didn't have any issue since it was just tech and coding and I could do it remotely. Comes mid-April when the ceo called and said the acquisition is done and gave me some details about it. For confidentiality sake I can't reveal the details but I figured enough red flags for me to go with it.
*Eye of the tiger playing in the background*
Now started my quest of finding a decent job. The edge I had now was that I could reveal about the acquisition to the other company. I started applying left right and center to any company I could find. Amazon, saavn and some good-ass Indian companies. The thing that now came in my way was my experience. I am 23 year old(soon to be 24) with around 20 months of experience. Everyone wanted a 3-5 year experience guy/girl. Soon, my entire optimism was draining and I even considered going back to my first company.
During this time, I got a call from this company in Banglore who were looking for a candidate which best suited my profile. I went all guns blazing and appeared for the interview. I had 6 rounds of technical interview plus 1 logical reasoning. And since I was giving the interview remotely, I had one round on each alternate working day. Everyday was a challenge and I spent the nights in anxiousness and anticipation. Meanwhile I was appearing for other interviews too, since I wasn't too hopeful about my chances in this one.
Cut to April 27, I got an offer from this company and without negotiating they offered me the package I was hoping for.
After this entire ordeal, I realised one thing. Whatever happens, happens for good. Looking forward to this new city, new company, new people and new environment.11 -
The public seems to be worried a lot on the Facebook "data breach" yet doesn't bat an eye on a bigger website that has already been selling private data for more than a decade.
Google9 -
3 person help desk shop for 450 users. One of my tasks is procurement.
Customer: we need a portable monitor that takes up less desk space than the one you typically have us buy
Me: at the conference last week we displayed the upgraded model of that portable monitor which takes up half the desk space. It’s $250 instead of the $150 that you normally would pay.
Customer: that ones too expensive, find me something else.
Me: unfortunately not too many companies make portable monitors and since AOC is unreliable in quality we have been recommending Asus, who only makes those two models that I’ve shown you.
Customer: I want the AOC one anyways. You shouldn’t have shown the more expensive one because now my staff want it and I can’t get it. If everyone can’t afford it you shouldn’t have it available.
Me: I understand your frustration, we have recommended that more expensive one as an option for people who have special accommodations for eye care and as an alternative if people dislike the current model. Since it’s not required that you purchase it and since we do have a much less expensive option we will continue to recommend it. As for the AOC one we will allow you to purchase it but will not be supporting or repairing it.
Customer: Can we get this instead? *sends link to $989 pre tax off brand version of Razer Project Valeria*5 -
I hate the reason why I don't mind people thinking I'm in my late 20s.
See, I've known quite a few people who will happily work with me, only to find out I'm 20. After that, they'll turn their nose up at me, and not bother with my input.
Sure, it might not be an age thing, and instead is a "I'm working with a junior level person", but even so, if someone has valid points to make, you listen to them or you'll get screwed over.
I didn't get to where I am now by acting like an inexperienced graduate.
And that's another thing. I didn't go to Uni/College. I self taught myself everything I know. I'm glad that the culture for smaller businesses has moved on from "you must have a degree to even talk to us".
It still stands though. If people lose respect for someone who didn't take exactly the same path as them, then screw them. I'm not a violent guy, but you'll still end up with a black eye if you push your luck.9 -
Remember Apple's initiative to scan photos on user's devices to find child pornography?
Today I finally decided to research this.
The evidence is conflicting.
For context, the database of prohibited material is called CSAM (child sexual abuse material).
“If it finds any CSAM, it will report the user to law enforcement.”
— Futurism
“Apple said neither feature would compromise the security of private communications or notify police.”
— NPR
CSAM initiative is dead. It won't scan photos in iCloud. It won't scan photos on your device. It will be a feature that only works in some countries, only on children's devices, and it will be opt-in. It will only work for iMessage attachments.
This is what Apple actually said at https://www.apple.com/child-safety:
- “Features available in Australia, Belgium, Brazil, Canada, France, Germany, Italy, Japan, Netherlands, New Zealand, South Korea, Spain, Sweden, UK, and U.S.”
- “The Messages app includes tools to warn children when receiving or sending photos that contain nudity. These features are not enabled by default. If parents opt in, these warnings will be turned on for the child accounts in their Family Sharing plan.”
News outlets telling people they will be automatically reported to authorities, and then telling there can be false-positives is a classic example of fearmongering. I hate this. Remember, anger and fear are the most marketable emotions. They make you click. News are and will always be worded to cause these emotions — it brings in money.
When presented with good news, people think they're not being told the truth. When presented with bad news, even when they're made up, people think it's the truth that's being hidden from them. This is how news works.
Now, a HUGE but:
Apple is a multi-billion dollar corporation. There is no such thing as good billionaires. Corporations will always wait for chances to invade privacy. It's like boiling the frog — one tiny measure here, one there, and just like this, step by step, they will eliminate the privacy completely. It's in their interest to have all the data about you. It brings control.
This is not the first time Apple tries to do shit like this, and it definitely won't be the last. You have to keep an eye on your privacy. If you want your privacy in the digital age, it's necessary to fight back. If you live in Europe, take the action and vote for initiatives that oppose corporate tyranny and privacy invasions.
Privacy on the internet is one thing, but scanning people's devices is a whole another thing. This is unacceptable no matter the rationale behind it. Expect more measures like that in the near future.
Research Linux. Find a distro that suits you. The notion that you can't switch because of apps/UI/etc. may be dictated by our brain's tendency to conserve energy and avoid the change.
Take a look at mobile distros like Graphene OS and LineageOS. The former only supports Pixel devices, the latter supports a wide range of devices including OnePlus and Xiaomi. They'll have FAR better privacy than iPhones.
Consider switching. It's easier than you think. Yes, it's me who's saying this. I do and will always protect people/companies from unjust criticism, and I consider myself an Apple fangirl for personal reasons related to my childhood, yet I won't fight blindly. CSAM initiative is a valid criticism, and there's nothing preventing me from saying this is unacceptable, and Apple deserves the backlash they got.11 -
I've been away, lurking at the shadows (aka too lazy to actually log in) but a post from a new member intrigued me; this is dedicated to @devAstated . It is erratic, and VERY boring.
When I resigned from the Navy, I got a flood of questions from EVERY direction, from the lower rank personnel and the higher ups (for some reason, the higher-ups were very interested on what the resignation procedure was...). A very common question was, of course, why I resigned. This requires a bit of explaining (I'll be quick, I promise):
In my country, being in the Navy (or any public sector) means you have a VERY stable job position; you can't be fired unless you do a colossal fuck-up. Reduced to non-existent productivity? No problem. This was one of the reasons for my resignation, actually.
However, this is also used as a deterrent to keep you in, this fear of lack of stability and certainty. And this is the reason why so many asked me why I left, and what was I going to do, how was I going to be sure about my job security.
I have a simple system. It can be abused, but if you are careful, it may do you and your sanity good.
It all begins with your worth, as an employee (I assume you want to go this way, for now). Your worth is determined by the supply of your produced work, versus the demand for it. I work as a network and security engineer. While network engineers are somewhat more common, security engineers are kind of a rarity, and the "network AND security engineer" thing combined those two paths. This makes the supply of my work (network and security work from the same employee) quite limited, but the demand, to my surprise, is actually high.
Of course, this is not something easy to achieve, to be in the superior bargaining position - usually it requires great effort and many, many sleepless nights. Anyway....
Finding a field that has more demand than there is supply is just one part of the equation. You must also keep up with everything (especially with the tech industry, that changes with every second). The same rules apply when deciding on how to develop your skills: develop skills that are in short supply, but high demand. Usually, such skills tend to be very difficult to learn and master, hence the short supply.
You probably got asleep by now.... WAKE UP THIS IS IMPORTANT!
Now, to job security: if you produce, say, 1000$ of work, then know this:
YOU WILL BE PAID LESS THAN THAT. That is how the company makes profit. However, to maximize YOUR profit, and to have a measure of job security, you have to make sure that the value of your produced work is high. This is done by:
- Producing more work by working harder (hard method)
- Producing more work by working smarter (smart method)
- Making your work more valuable by acquiring high demand - low supply skills (economics method)
The hard method is the simplest, but also the most precarious - I'd advise the other two. Now, if you manage to produce, say, 3000$ worth of work, you can demand for 2000$ (numbers are random).
And here is the thing: any serious company wants employees that produce much more than they cost. The company will strive to pay them with as low a salary as it can get away with - after all, a company seeks to maximize its profit. However, if you have high demand - low supply skills, which means that you are more expensive to be replaced than you are to be paid, then guess what? You have unlocked god mode: the company needs you more than you need the company. Don't get me wrong: this is not an excuse to be unprofessional or unreasonable. However, you can look your boss in the eye. Believe me, most people out there can't.
Even if your company fails, an employee with valuable skills that brings profit tends to be snatched very quickly. If a company fires profitable employees, unless it hires more profitable employees to replace them, it has entered the spiral of death and will go bankrupt with mathematical certainty. Also, said fired employees tend to be absorbed quickly; after all, they bring profit, and companies are all about making the most profit.
It was a long post, and somewhat incoherent - the coffee buzz is almost gone, and the coffee crash is almost upon me. I'd like to hear the insight of the veterans; I estimate that it will be beneficial for the people that start out in this industry.2 -
"Sooo, children of the village, what are we going to write front-end in?" - I said to my infant students.
"Typescript with ts-loader/awesometypescript loader for webpack" - simultaneously yelled the kids.
"Exactly! Brilliant! And now, what are we going to be writing back-end in?" - asked I then.
The kids yelled: "PHP 7.2 with Laravel, or Go with Gingonic and juliensmith/httprouter, or Typescript without loader, with express/koa"
Truly stunned with their excellence, I asked "Well, now you 100% ain't gonna get it right - what are we going to be writing a desktop application that doesn't require a lot of native functionality and preferably, cross-platform in?" And the kids didn't hesitate to yell happily "Typescript targeting Electron", which has only brought tear to my eye.
"A native ms windows app?" "WPF under C#"
"A native gtk app?" "Vala"
"A native KDE/XFCE app?" "Cpp/Qt"
"A native mac app?" "Swift3.2/4"
I was in tears, just thinking about what future these kids have, but suddenly I have noticed one of kids seemed puzzled. It was Pajeet, an indian guy, ugh, his mom was a bitch. I asked him "What is wrong, little acoustic?" "But I like Java, and I would like to make back-end with Tomcat!" he replied. "Ooooh :3" cutely I moaned, trying to reach the handle of the table locker "I've got something just for you". I pulled out a rope, with sewed-in spikes, covered in drool and piss, came up to Pajeet and tenderly put it around his neck, making a knot. Pajeet fell under the table, and I got fired.8 -
Some of these have been mentioned already but here they are, these things make me be a bit better at programming (at least I think so)
• sleep, I love sleep and I think a good night's sleep can do wonders
• music, music theory which is a language in itself and playing an instrument which teaches hand-eye-coordination and also creates patterns in your head, but certainly teaches us that you need to practice a lot to achieve your goals, that it's hard for beginners but gets a bit easier with time
• solving puzzles and riddles, I've been a huge fan of puzzles from an early age, it is something that teaches us solving problems and creating strategies
• other types of games that are helpful are games where you have to find things in a picture or in an environment, this has trained me a bit on finding nasty bugs in my code or at least syntax errors
• googling: sometimes you find out something that is not really related to your problem, but you remember it nevertheless and later on it can help you with something else
• maths, yes, you read correctly, I'm not a big fan of maths either, but what you learn in maths is that there are certain procedures you're often repeating and that you're always building on your knowledge and expanding it, sometimes solving mathematical problems is fun too ;)
• getting fresh air - self explanatory
• listening to other people's life stories, this helps me generally in life, to know that I'm not the only one struggling with something and so on
And I probably could go on with a lot more things, but I think that's enough for now15 -
1.
!dev
Found a gray hair and plucked it. 😢 I'm too young for this shit. Whyyyyy oh god whyyyyy.
2.
Linux 5.8 has been breaking my shit. Like, keyboard and track pad stop working. Apparently, a fn key is to blame. Fixed it for now, but can Linux kernel fuck off? I can't have my system break so often. This is the third time I'm reverting or man handling the shit in the last two months.
3.
I need a good expensive fucking vacation. 😢 And a dedicated eye candy (gender doesn't apply) to keep in my line of sight. Maybe then I can recover.
4.
The last 7 days were an emotional rollercoaster. Specifically, from work perspective. I need many hugs. Like, real hugs. Also need good food. 😢
5.
Overall, I shouldn't be stressed but shit is not going great. 😭😭😭20 -
I hate cliched lines in office.
When someone I respect leaves the company I don't say "Good luck for your future. Keep in touch". I shake hands, look them in the eye and say "It's been an honor"
On a birthday I don't say "Happy Birthday". I say "May you grace the cover of Time magazine" or something else related to their aspirations.3 -
I'm not enjoying my current experience with the web.
I feel sad, alone most of the time.
Let me disclaim first that I don't have like an apocalyptic view of the world, I actually think it's improving (in very broad terms).
I also understand that the web is a complex thing and everyone being happy with is going to be very unlikely, specially as more and more people use it, since the entropy will naturally increase.
I don't have solid evidence of what I'm saying next and I'm not even entirely what exactly I'm saying, but maybe I'm onto something.
I feel that when the internet first started, businessmen were like "meh, geek stuff".
But slowly, things changed, and every greedy person tried to just fucking unload his greed filled cum onto it
And now it feels like 1984. And I hate when people reeeee 1984. But it does feel like it.
The ads are like "ok, I know you like that other shit, but CHECK THIS SHIT OUT".
It's AI driven to maximize profits, with little care for people happiness.
I miss when youtube had related videos. The algorithm wasn't perfect but at least it was exactly that, related videos.
Now though, youtube likes to be smart. But not smart in a way that enriches your youtube experience.
It's smart in a way that maximizes ad revenue.
"what? did you think we were going to use AI to make you happier? that we were going to enrich your youtube experience?
NO MOTHER FUCKER! OF COURSE NOT. We're gonna use it to show you whatever shit that will make us richer faster."
Controls for customizing the recommended videos behaviour? Pff, no.
They're gonna decide for you what it is that you like
They're going to decide what you should be watching.
Everytime i turn on my samsung tv, the youtube app recomends me watching "BETTER THAN SEX EYE LINER". Jesus christ, what the shitcum, I'm the only motherfucker on the house that uses youtube, and I couldn't care less about this cunt's disguised ad video, let alone fucking eye liners.
Why youtube, why do you promote whatever porn video VEVO uploads?
Why do you ruin every youtube rewind?
Why do you pander to the lowest common denominator?
Why can't you be shining beacon, a moral company considering you're a cultural icon?
Fuck you youtube, and while we're at it, fuck you too samsung, I must have been drunk the day I bought this shitty closed source software piece of shit "smart".
And these are just 2 companies. The internet is FILLED with these greedy bastards. They have no passion for their products, for making people happy. They only have passion for the MUNNNEY.
Thanks a lot business schools, thanks a lot CEOs of the world, thanks for making the world a happier place.
Ok, now that I said that, I want to back up a bit.
Youtube may bot be perfect, but it's ad revenue system enables some youtubers I love to be able to make that their careers.
I appreciate that, so maybe youtube isn't that bad... so sorry for saying those horrible things man!8 -
Fuck brand builders, or, how I learned to start giving a shit and love devrant.
Brand builders are people who generally have very little experience and are attempting to obfuscate their dearth of ability behind a wall of non-academic content generation. Subscribe, like, build a following and everyone will happily overlook the fact that your primary contribution to society is spreading facile content that further obfuscates the need for fundamentals. Their carefully crafted presence is designed promote themselves and their success while chipping away at the apparent value of professional ability. At one point, I thought medium would be the bottom of the barrel; a glorified blog that provides people with scant knowledge, little experience and routinely low integrity a platform to build an echo chamber of replayed or copied content, techno-mysticism and best-practice-superstition they mistake for a brand in an environment where there's little chance of peer review. I thought it couldn't get any worse.
Then I found dev.to
Dev.to is what happens when all the absence of ability and skills insecurity on the internet gets together to form a censorship mob to ensure that no criticism, reality or peer review will ever filter into the ramblings of people intent on forever remaining at the peak of the dunning-kreuger curve. It's the long tail of YMCA trophy culture.
Take for example this article:
https://dev.to/davidepacilio/...
It's a shit post listicle by someone claiming to be "senior," who confidently states that "you are only as good as the tools you use." Meanwhile all the great minds of history are giving him the side-eye because they understand tools are just a magnifier of ability. If you're an amazing carpenter, power tools will help you produce at an exponential rate. If you're a shitty carpenter, your work will still be shit, there will just be more of it. The actual phrase that's being butchered here is "you're only as good as the tools you create." There's no moral superiority to be had in being dependent on a tool, that's just a crutch. A true expert or professional is someone who can create tools to aid in their craft. Being a professional is having a thorough enough understanding of the thing you are doing so as to be able to craft force multipliers that make your work easier, not just someone who uses them.
Ok, so what?
I'm sure he's a plenty fine human to grab drinks with, no ill will to him as a human. That said, were you to comment something to that effect on dev.to, you'd be reported by all the hangers-on pretty much immediately, regardless of how much complimentary padding and passive, welcoming language you wrap your message in. The problem with a bunch of weak people ganging up on the voice of reason and deciding they don't want things like constructive criticism, peer review, academic process or the scientific method is, after you remove all of that, you're just left with a formless sea of ideas and thoughts with no categorization, no order. You find a lot of opinions and nothing to challenge them and thereby are left with no mechanism for strong ideas to rise to the top. In that system, the "correct" ideas are by default those posited by the strongest personality.
We all need some degree of positive reinforcement. We also need to be smacked upside the head when we're totally off in the weeds. It's all about balance. The forums of ancient Greece weren't filled with people fervently agreeing with one another and shouting down new ideas en masse. We need discourse, not demagoguery.
Dev.to, medium, etc are all the fast fashion of the tech industry. Personally, I'd prefer something designed to last a little longer.25 -
Question: I'd like to choose a new distro for my surface.
Although I do shitloads of terminal stuff, I'm an eye candy lover. Debian based please :)
I can deal with problems myself if they occur.
Anyone any ideas? (KDE neon/kubuntu/nitrux/mint have already been tried)14 -
"What tools are needed for eyelash extensions? (eyelash glue, eyelash extension tweezers, etc.)
When applying eyelash extensions, just as important as the extension process itself is choosing the right tools. They not only make the master’s work easier, but also affect the quality and durability of the eyelashes. In this article we will look at what tools are needed for eyelash extensions.
The first and, of course, the most important tool for eyelash extensions is eyelash glue. This glue provides reliable and long-lasting adhesion between natural and artificial eyelashes. It should be hypoallergenic, safe for the skin around the eyes and water resistant. Only correctly selected glue can guarantee safety and beautiful extension results. Therefore, it is important to choose high-quality eyelash glue https://stacylash.com/collections/... that meets all requirements.
The second necessary tool is eyelash extension tweezers. They allow the technician to conveniently and accurately separate natural eyelashes, which facilitates the process of applying and fixing artificial eyelashes. It is important that the tweezers are of high quality, with narrow and sharp tips to ensure precise capture and separation of eyelashes.
The third important tool is tweezers. Tweezers allow the technician to conveniently and accurately place and fix artificial eyelashes on natural ones. It is important that the tweezers have good grip and grip accuracy to ensure precision and accuracy of the extension process.
The fourth necessary tool is a special eyelash brush. It is used to comb eyelashes before the procedure and to remove excess glue after extensions. The brush should be soft, but at the same time securely hold the eyelashes.
The fifth tool is special overhead eye pads. They are used to protect the skin around the eyes and lower eyelashes during the eyelash extension procedure.
So, for successful eyelash extensions you need high-quality eyelash glue, tweezers, tweezers, an eyelash brush and false eye pads. The correct selection and use of these tools will ensure the safety of the procedure and high-quality results. Don’t forget that only a professional approach and high-quality tools can make your look as expressive and attractive as possible."2 -
NEW 6 Programming Language 2k16
1. Go
Golang Programming Language from Google
Let's start a list of six best new programming language and with Go or also known by the name of Golang, Go is an open source programming language and developed by three employees of Google and the launch in 2009, very cool just 3 people.
Go originated and developed from the popular programming languages such as C and Java, which offers the advantages of compact notation and aims to keep the code simple and easy to read / understand. Go language designers, Robert Griesemer, Rob Pike and Ken Thompson, revealed that the complexity of C ++ into their main motivation.
This simple programming language that we successfully completed the most tasks simply by librariesstandar luggage. Combining the speed of pemrogramandinamis languages such as Python and to handalan of C / C ++, Go be the best tools for building 'High Volume of distributed systems'.
You need to know also know, as expressed by the CTO Tokopedia namely Mas Leon, Tokopedia will switch to GO-lang as the main foundation of his system. Horrified not?
eh not watch? try deh see in the video below:
[Embedyt] http://youtube.com/watch/...]
2. Swift
Swift Programming Language from Apple
Apple launched a programming language Swift ago at WWDC 2014 as a successor to the Objective-C. Designed to be simple as it is, Swift focus on speed and security.
Furthermore, in December 2015, Swift Apple became open source under the Apache license. Since its launch, Swift won eye and the community is growing well and has become one of the programming languages 'hottest' in the world.
Learning Swift make sure you get a brighter future and provide the ability to develop applications for the iOS ecosystem Apple is so vast.
Also Read: What to do to become a full-stack Developer?
3. Rust
Rust Programming Language from Mozilla
Developed by Mozilla in 2014 and then, and in StackOverflow's 2016 survey to the developer, Rust was selected as the most preferred programming language.
Rust was developed as an alternative to C ++ for Mozilla itself, which is referred to as a programming language that focus on "performance, parallelisation, and memory safety".
Rust was created from scratch and implement a modern programming language design. Its own programming language supported very well by many developers out there and libraries.
4. Julia
Julia Programming Language
Julia programming language designed to help mathematicians and data scientist. Called "a complete high-level and dynamic programming solution for technical computing".
Julia is slowly but surely increasing in terms of users and the average growth doubles every nine months. In the future, she will be seen as one of the "most expensive skill" in the finance industry.
5. Hack
Hack Programming Language from Facebook
Hack is another programming language developed by Facebook in 2014.
Social networking giant Facebook Hack develop and gaungkan as the best of their success. Facebook even migrate the entire system developed with PHP to Hack
Facebook also released an open source version of the programming language as part of HHVM runtime platform.
6. Scala
Scala Programming Language
Scala programming termasukbahasa actually relatively long compared to other languages in our list now. While one view of this programming language is relatively difficult to learn, but from the time you invest to learn Scala will not end up sad and disappointing.
The features are so complex gives you the ability to perform better code structure and oriented performance. Based programming language OOP (Object oriented programming) and functional providing the ability to write code that is capable of evolving. Created with the goal to design a "better Java", Scala became one behasa programming that is so needed in large enterprises.3 -
Fucking Amazon rant again...
TLDR: Amazon specializes in “the last mile”. They are repeatedly allowing a 3rd party shipper (Purolator) destroy their main value proposition. Thoughts at the end.
Me on the phone with their support...
Me: so it says my package was attempted to be delivered today. I did not get a call or notification or anything and I have been working from home all day to wait for the package.
Support: -Sigh- yes, I can see it was Purolator we have been having trouble with them lately.
Me: ok, so are you able to see what happened?
Support: let me put you on hold.
.......
Support: So they said they will not call for a delivery, did they use your building buzzer?
Me: Nope, just stood outside the building and then left I guess.
Support: -sigh- Well you can pick it up at their depot. Let me get you the address.
Me: The one by the airport?
Support: Yes it looks like it is about an hour away from where you are. And they are only open during work hours.
Me: So, after working from home to get this package you advice is to take 3 hours off work and go there to pick it up?
Support: Well, we can refund it? If thats what you want.
Me: No, I would like the package I ordered please.
Support: There is nothing I can do sir.
Me: So before I hang up let me see if I have it straight. When I order a package from Amazon, do I have an option of who ships it?
Support: No, I’m sorry but that is decided on our end.
Me: And I have had this problem before with this shipping agent. So, your telling me that when I ship things to me with Amazon that I have no control of wether I even get the package? Your telling me it is literally a coin toss as to wether or not I ever get my package?
Support: yes sir, I’m sorry but that is all I can do.
Me: So you realize that, for example, if I went to my local grocery store and it was a coin toss that I could take my groceries home (even after I paid for them) then I will always go to another store....
Support: yes, I know. There is nothing I can do.
Me: So from now on I have to order items, wait for them to be shipped, check the shipper and then cancel the order of it is them?
Support: -sigh- you cannot cancel an order after it has shipped...
Me: wow. Sure is great being a prime and audible member. I get fast delivery of 50% of my packages and no delivery at all of the other 50%. Sorry for the sarcasm...
Support: I’m sorry I can’t help more.
Me: So just to clarify. I can expect NOT to get the package I ordered?
Support: sorry
Me: have a nice day.
————
Here are my thoughts as a student of business...
Amazon specializes in “the last mile” (in their delivery service anyway) and when they deliver the package they also deliver on that value proposition.
However, now it seems that one of their shipping providers is failing at getting packages that last mile, which is resulting and destroying the idea of their value proposition in a customers eyes. (Affecting more than me as the rep said)
Now, instead of believing that Amazon will get things to me, saving me that last mile trip to the store etc., I firmly believe that it is a toss up as to wether I will ever receive my package (based on carrier)
I know that if I was in Amazon’s position (a carrier hurting my overall value proposition with consistently unacceptable service) that I would come down on them with a force they have never seen or drop them entirely.
But of course, every company reaches a point where they have such market share and sway that they take their eye off the ball when it comes to their value proposition to customers.16 -
Quite recently I received an email from a recruiter who first claimed that they had seen my resume, told me I may be a great fit for a job of one of their clients, and then proceeded to list the job description. That's typical, but what caught my eye was the fact that the first requirement he mentioned was 7+ years experience with Java. If he had actually read my resume, he probably would've seen that not only do I not have any experience with Java, but that I am a 20-year-old who made damn sure to put on my resume that I only have 2 years of experience in total...4
-
Consumers ruined software development and we the developers have little to no chance of changing it.
Recently I read a great blog post by someone called Nikita, the blog post talks mostly about the lack of efficiency and waste of resources modern software has and even tho I agree with the sentiment I don't agree with some things.
First of all the way the author compares software engineering to mechanical, civil and aeroespacial engineering is flawed, why? Because they all directly impact the average consumer more than laggy chrome.
Do you know why car engines have reached such high efficiency numbers? Gas prices keep increasing, why is building a skyscraper better, cheaper and safer than before? Consumers want cheaper and safer buildings, why are airplanes so carefully engineered? Consumers want safer and cheaper flights.
Wanna know what the average software consumer wants? Shiny "beautiful" software that is either dirt ship or free and does what it needs to. The difference between our end product is that average consumers DON'T see the end product, they just experience the light, intuitive experience we are demanded to provide! It's not for nothing that the stereotype of "wizard" still exists, for the average folk magic and electricity makes their devices function and we are to blame, we did our jobs TOO well!
Don't get me wrong, I am about to become a software engineer and efficient, elegant, quality code is the second best eye candy next to a 21yo LA model. BUT dirt cheap software doesn't mean quality software, software developed in a hurry is not quality software and that's what douchebag bosses and consumers demand! They want it cheap, they want it shiny and they wanted it yesterday!
Just look at where the actual effort is going, devs focus on delivering half baked solutions on time just to "harden" the software later and I don't blame them, complete, quality, efficient solutions take time and effort and that costs money, money companies and users don't want to invest most of the time. Who gets to worry about efficiency and ms speed gains? Big ass companies where every second counts because it directly affects their bottom line.
People don't give a shit and it sucks but they forfeit the right to complain the moment they start screaming about the buttons not glaring when hovered upon rather than the 60sec bootup, actual efforts to make quality software are made on people's own time or time critical projects.
You put up a nice example with the python tweet snippet, you have a python script that runs everyday and takes 1.6 seconds, what if I told you I'll pay you 50 cents for you to translate it to Rust and it takes you 6 hours or better what if you do it for free?
The answer to that sort of questions is given every day when "enganeers" across the lake claim to make you an Uber app for 100 bucks in 5 days, people just don't care, we do and that's why developers often end up with the fancy stuff and creating startups from the ground up, they put in the effort and they are compensated for it.
I agree things will get better, things are getting better and we are working to make programs and systems more efficient (specially in the Open Source community or high end Tech companies) but unless consumers and university teachers change their mindset not much can be done about the regular folk.
For now my mother doesn't care if her Android phone takes too much time to turn on as long as it runs Candy Crush just fine. On my part I'll keep programming the best I can, optimizing the best I can for my own projects and others because that's just how I roll, but if I'm hungry I won't hesitate to give you the performance you pay for.
Source:
http://tonsky.me/blog/...
13 -
The story of how I got my dream job.
I was working for a company with a job I got just after graduating university. It was ok, not very exciting tech but I learned a lot by just surrounding myself with professional code monkeys. I was there for about a year when my company bought parts of another company and there was talk about people getting fired. This made me worried since I was the last one to get hired, so I started looking around for other jobs. I received this e-mail from a company saying they were looking for interns, what a coincidence! I adjusted my CV and sent it in.
--A few weeks pass--
It's Friday and I'm at a dinner party, it's 10pm and someone is calling me. I pick up and it's a recruiter from this company. I get very nervous but the alcohol helps me keep my cool, I pass the initial idiot test and they invite me for an interview. Yay!
I go to work on Monday and in a 1-on-1 and I tell my boss about the upcoming interview, he gives me a high-five :)
The interview is approaching and I'm feeling that I'm about to get sick, I refuse to believe this so I start taking a lot of medicine (painkillers, cough medicine etc.). I feel a bit better and thank the gods for medication.
--D-day--
I wake up, put on my nicest clothes and get on the train. I had one hour to spare just in case, which was well needed because the fucking train is late by 30 minutes. I'm still heavily medicated because of my ongoing fever. When I arrive I basically have to run there and somehow I manage to pick up a coffee on the way there which I devour in two seconds. I'm ready for the interview!
Some guy meets me in reception and the first thing he says is "My colleague doesn't speak our language so we'll have to speak english". This is fine, I speak good english but I was not prepared for this so it caught me off-guard and made me even more nervous. We get in and start talking. Things are going OK despite my numbed brain. I try to make eye-contact to make a good impression with the foreign engineer but he keeps staring somewhere which is making me nervous.
We get to the technical part on a whiteboard and this is where my brain decides to stop communicating. I'm presented a simple task which I'm struggling with finishing, and I feel the embarrassment coming over me. "NOOOOO THIS IS MY DREAM JOB, THIS CANNOT BE HAPPENING!" I'm thinking to myself. After making myself look like a complete arsehole for some time we wrap it up and just before I step out the door I say to the engineer "You should checkout my Github page, I have lots of interesting stuff there" and he says "I'll be sure to do that" but I don't believe him.
I leave the office in fury (of myself) and make my way to the train station and even though it's the middle of the day I quickly devour two beers to calm my nerves and make me feel a bit better. I was so damn disappointed in myself, I wasted the opportunity of a lifetime! I go back home to my regular (now shitty) job.
--Two days later--
I get a call from an unknown number. I pick up the phone and it's the same recruiter guy. "So how did you think it went?" he says. "To be honest, I think it went really bad", I replied. "What? Really? Because they loved you, you got the job". (this was an obvious recruiter lie) "... wat, are you sure you called the correct person?" I said and he just laughed. The day after I quit my old job the whole department gets fired - such impeccable timing.
--A few months later--
I finish my internship and they want to keep me. I'm so happy. The engineer that was in the interview works on my team. I ask him "Why did you hire me? You know as well as I do that my interview was horrible". It turns out he _did_ look at my Github profile and that's how he knew I could write code. I also heard later that for my position there was about 2000 applicants and somehow I made the interviews.
I still work there today and I couldn't be happier (Sorry for the long text).3 -
Imagine: It's the year 4249.
Corporate has finally managed to convince workers that they don't need a salary.
Workers are now paid with food, shelter and clothes. And it's only in effect if you achieve your deadlines.
Keystroke monitoring softwares are now replaced with Webcam eye tracking software.
GitHub Co-Pilot now takes over your code editor and tries to dictate you how to write better code.
Refusing to do results in a signal sent to the management about your behaviour and you lose food access for the day.
HR Recruiters now require you to give them a blood sample and part of your house as a security deposit.
They also require you to have a micro-chip placed in your brain so they can monitor their worker's thought process.
Switching a job is no longer an option. You pledge allegiance to one company your entire career.
You can never see the real world now because the government has mandated you to never take off your VR glasses.
You see the world the way the government wants you to see it.
PHP is still trash.
Life is Good.11 -
The only thing more dangerous than an alcoholic short-term-memory-challenged non-technical throw-you-under-the-bus IT director with self-esteem issues that are sporadically punctuated by delusions of superiority is one who fears for his job. Submitted for your inspection: a besotted mass of near-human brain function who not only has a 50 person IT department to run, but has also been questioned by the business owners as to what he actually does. So he has decided to show them. He has purchased a vendor product to replace a core in-house developed application used to facilitate creating the product the business sells. The purchased software only covers about 40 percent of the in-house application's functionality, so he is contracting with the vendor to perform custom development on the purchased product (at a cost likely to be just shy of six-figures) so that about 90 percent of existing functionality will be covered. He has asked one of his developers (me) to scale down the existing software to cover the functionality gaps the purchased software creates. There is no deployment plan that will allow the business to transition from the current software to the new vendor-supplied one without significantly hurting the ability of the business to function. When anyone raises this issue he dismisses it with sage musings such as, "I know it will be painful, but we'll just have to give the users really good support." Because he has no idea what any of his staff actually does, he is expecting one of his developers (again, unfortunately, me) to work with the vendor so that the Frankensoftware will perform as effectively as the current software (essentially as a project manager since there will be no in-house coding involved). Lastly, he refuses to assign someone to be responsible for the software: taking care of maintenance, configuration, and issue resolutions after it has been rolled out. When I pointedly tell him I will not be doing that (because this is purchased software and I am not a system admin or desktop engineer) he tells me, "Let me think about this." The worst part is that this is only one of four software replacement initiatives he is injecting himself into so he can prove his worth to the business owners. And by doing so he is systematically making every software development initiative akin to living in Dante's Eighth Circle. I am at the point where I want to burn my eye out with a hot poker, pour salt into the wound, and howl to the heavens in unbearable agony for a month, so when these projects come to fruition, and I am suffering the wrath of the business owners, I can look back on that moment I lost my eye and think "good times."4
-
I really like my current job.
I work as an analyst developer looking after and sorting out people's old tech debt.
Once that's stable I get pretty free reign to do what I want.
It allows me to stretch from dev into graphic design, security, architecture and training on a very regular basis.
It allows me to keep an eye on tech trends, research and develop ideas using the latest shiny things.
Oh and if I say I need a thing, I can usually get it purchased.
All of the above comes with the "as long as it's for the benefit of the company" disclaimer, but when your direct managers see an IDE and think "okay he's working" the lines get a little blurry.
They keep asking me about my career goals and if I want to manage or move around. Fuck that noise, all of that noise.
Do wut I wawnt.6 -
A morbid realization (I am just wasting your time keep scrolling)
Unless someone takes a stand for the user, and their comfort and requirements, unless someone looks a client straight in the eye and says "no, I will not do that, and neither will my team" and denies them their request, nothing will change, good devs will keep losing their spark to save themselves frustration, good people will walk away and the tyranny that we face daily grows... unless someone stands up, someone who cannot be knocked down, or reprimanded and told they're wrong for fighting for what's right.. unless someone stands up for what is right and fair... nothing changes... and nothing ever will... poor programs, bad games and content, lower standards, frustrated users, annoyance that you don't matter as a user or a dev will never go away... unless someone says enough. But no one will, money is the boss, morality a liability, and people an abundant resource. This world is backwards, devs are carrying the blame and no one who is able, cares enough to say "that's enough!".13 -
Two big moments today:
1. Holy hell, how did I ever get on without a proper debugger? Was debugging some old code by eye (following along and keeping track mentally, of what the variables should be and what each step did). That didn't work because the code isn't intuitive. Tried the print() method, old reliable as it were. Kinda worked but didn't give me enough fine-grain control.
Bit the bullet and installed Wing IDE for python. And bam, it hit me. How did I ever live without step-through, and breakpoints before now?
2. Remember that non-sieve prime generator I wrote a while back? (well maybe some of you do). The one that generated quasi lucas carmichael (QLC) numbers? Well thats what I managed to debug. I figured out why it wasn't working. Last time I released it, I included two core methods, genprimes() and nextPrime(). The first generates a list of primes accurately, up to some n, and only needs a small handful of QLC numbers filtered out after the fact (because the set of primes generated and the set of QLC numbers overlap. Well I think they call it an embedding, as in QLC is included in the series generated by genprimes, but not the converse, but I digress).
nextPrime() was supposed to take any arbitrary n above zero, and accurately return the nearest prime number above the argument. But for some reason when it started, it would return 2,3,5,6...but genprimes() would work fine for some reason.
So genprimes loops over an index, i, and tests it for primality. It begins by entering the loop, and doing "result = gffi(i)".
This calls into something a function that runs four tests on the argument passed to it. I won't go into detail here about what those are because I don't even remember how I came up with them (I'll make a separate post when the code is fully fixed).
If the number fails any of these tests then gffi would just return the value of i that was passed to it, unaltered. Otherwise, if it did pass all of them, it would return i+1.
And once back in genPrimes() we would check if the variable 'result' was greater than the loop index. And if it was, then it was either prime (comparatively plentiful) or a QLC number (comparatively rare)--these two types and no others.
nextPrime() was only taking n, and didn't have this index to compare to, so the prior steps in genprimes were acting as a filter that nextPrime() didn't have, while internally gffi() was returning not only primes, and QLCs, but also plenty of composite numbers.
Now *why* that last step in genPrimes() was filtering out all the composites, idk.
But now that I understand whats going on I can fix it and hypothetically it should be possible to enter a positive n of any size, and without additional primality checks (such as is done with sieves, where you have to check off multiples of n), get the nearest prime numbers. Of course I'm not familiar enough with prime number generation to know if thats an achievement or worthwhile mentioning, so if anyone *is* familiar, and how something like that holds up compared to other linear generators (O(n)?), I'd be interested to hear about it.
I also am working on filtering out the intersection of the sets (QLC numbers), which I'm pretty sure I figured out how to incorporate into the prime generator itself.
I also think it may be possible to generator primes even faster, using the carmichael numbers or related set--or even derive a function that maps one set of upper-and-lower bounds around a semiprime, and map those same bounds to carmichael numbers that act as the upper and lower bound numbers on the factors of a semiprime.
Meanwhile I'm also looking into testing the prime generator on a larger set of numbers (to make sure it doesn't fail at large values of n) and so I'm looking for more computing power if anyone has it on hand, or is willing to test it at sufficiently large bit lengths (512, 1024, etc).
Lastly, the earlier work I posted (linked below), I realized could be applied with ECM to greatly reduce the smallest factor of a large number.
If ECM, being one of the best methods available, only handles 50-60 digit numbers, & your factors are 70+ digits, then being able to transform your semiprime product into another product tree thats non-semiprime, with factors that ARE in range of ECM, and which *does* contain either of the original factors, means products that *were not* formally factorable by ECM, *could* be now.
That wouldn't have been possible though withput enormous help from many others such as hitko who took the time to explain the solution was a form of modular exponentiation, Fast-Nop who contributed on other threads, Voxera who did as well, and support from Scor in particular, and many others.
Thank you all. And more to come.
Links mentioned (because DR wouldn't accept them as they were):
https://pastebin.com/MWechZj912 -
Fucking first rant here:
So we tried to teach Two new colleagues to typescript and git and testing and stuff and we have a SPOC “which claimed to be very technical”. The SPOC’s task is to keep an eye on the work, and today we have had a review...
After two weeks, the created multiple branches into our git, all with one commit of 400 LOC changed, no merge requestet, issue in Redmine set to “closed”.
Well, by the way they were supposed to write Unit tests for our app.
But I thought, ok, we’ll check their branches.
Their tests all passed (cz) but man, the app didn’t and on compilation there were errors, the app is broken. Damn.
Is it really so far off, that even of They wrote tests, that the app should still work?
AND I THOUGHT IT IS COMMON SENSE. Damn!
Guess how needs to fix it6 -
Me and my developer friend worked with my ex-colleague with this fitness directory website because he promised to give us {{ thisAmount }} upon the {{ completionDate }}.
He was my friend and I trusted him.
It took me weeks of sleepless nights building the project. I had a full-time job that time, and I worked on the project during evenings. All went well, and as we reach the {{ completionDate }}, the demo site is already up and running.
A week before the {{ completionDate }}, he hired his new wife as the COO of the startup. It was cool, she keep noticing things on the site which shouldn't be there, and keeps on suggesting sections that has to be there. I was okay with it, until I realized that we are already a month late with the deadline.
Every single hour, I get a message from them like, "it's not working", "when can you finish this feature?", blah blah blah.. and so on.
I got frustrated.
"I want my fucking life back", I told them. No one cared about the {{ completionDate }}, the sleepless zombies they are working with and our payment. They keep on coming up with this "amazing" ass features, and now they are not paying because they said "it's not complete".
Idiot enough to trust a friend. I was unprotected, there was no legal-binding document that states their obligation to pay.
My dev friend and I handed over the project to this web development company which they prefer, and kept a backdoor on the application.
I kind of moved on with the payment issue after a month. But without their knowledge, I kept an eye on the progress and made sure that I still have the access to their server, DNS, etc..
BUT when they announced the official launch on social media, I realized that I was on the wrong train the whole time.
They switched to a different server.
They thanked all the people involved with the project via social media, EXCEPT me and my coding partner who originally built the site from ground up. A little "thank you" note from them will make us feel a little better. But, never happened.
I checked up the site and it was rewritten from originally Laravel 5 to CodeIgniter 1. That is like shifting from a luxury yacht where you can bang some hot chicks, to a row boat where your left hand is holding the paddle whilst your right hand is wanking yourself.
I almost ran out of bullets.
Luckily, CodeIgniter 1 was prone to SQLi by default.
I was able to get the administrator password in plain text and fucked with their data. But that didn't make me feel better because other people's info are involved.
So, I looked for something else to screw with. What I found? A message with the credit card details.
Finally, a chance to do something good for humanity. I just donated a few thousand dollars to different charity websites.2 -
starting to really get sick of working 12 hour days and nothing to show for it
fucking months go by in the blink of an eye5 -
!rant
How I think the process for designing a hardware-driver is like
CEO: "Alright everyone, we have designed and created this great product, now let's write a driver for it!"
PM: "Great then! We just code for Windows, create an eye-catching UI but leave the actual at the worst possible case that could work!"
Dev: "B-But isn't there other OSes, like Linux and Android that people use on their computers too?"
PM: "Shut up! We are going to JUST support Windows and f*** no absolutely other OSes!
Dev: "But what if they are also developers, and want to control and use this great product by programming it themselves? We should make the driver open-source, or at least give them some APIs!"
PM: "Nonsense! They are only going to use this product on M$ Windows, and with the program we provide to them, even if it's crappy and crashes most of the time!"
Dev: "But-but..."
PM: "No buts! That's our final decision!"
And some other consumer devs are like, "F*** it, we just reverse-engineer the codes and write a new driver ourselves!"
:|3 -
My first project it’s an emotional roller coaster. I was a little trainee/ junior dev at my job with a little more than a month learning RoR and one day my tech lead receives an email from the big boss saying: “We got a big client who wants a total redesign of his web and we said yes we can do it in a month, so please check if anything it’s reusable”, after reading my tech lead said to me “Do you want to help me with this ?” And well, we spend like 2-3 hours checking all the controllers, views, assets, etc. We conclude that the project was mostly front end changes and the back end will stay the same, so yeah it can be done in a month. The next day in a meeting with all the team I was nominee to be the person in charge of that project, because it was an easy project and all my teammates hate to do front end stuff, so I take the challenge. After that I met the Project Manager, another guy who recently start as PM about a month, so yeah we were two new guys who need to handle the project of a big client, nothing can go wrong. We did the planing, I give an estimation ( first one in my life ) for the tasks and added like 4 hours in case anything goes wrong. Then the first sprint came by, and I couldn’t finish it because the time given to some features was to low and the “design” was a mockup made by the PM, ok, no problems, we add more time to the tasks and we ask for a real design. At the half of the sprint the client start adding more and more stuff, the PM doesn’t talk back, just say yes yes yes. Then in a blink of an eye the easy project became a three months projects with no design at all, two devs ( a new guy who recently begin as dev enter the project ), just mockups and good hopes. But somehow we did it, we finish it! Nope. The early Monday of the next week I received an email of the PM saying we would have a second version and the estimation of the tech lead was a minimum of six months ( that became 8 months). This time was hell, because the client doesn’t decide what the hell he wants so a task would take a couple of days more or so, the PM became the personal bitch of the client, but it wasn’t his fault, because we later knew that the company became partner with this client and because of that the PM didn’t have too much choice :/, the designs were cool, but they weren’t on time ever, our only design guy had to do designs to our project and another 5 projects of the company, so yeah, we weren’t the only ones suffering. At the end we survive, the project was done and the client somehow was happy. Of course the project didn’t end and it was terminated half a year later, but I’ll always remember it because thanks to this project I was given the opportunity to work as a Front end dev and I’m happy still working as one.
-
Missed some of you. A lot of you really.
Anything exciting happen while I was gone?
I heard some of you formed a mob, dragged a spammer out behind the wood shed and beat em bloody.
Sad to say I missed that.
I'm currently eeking by financially, but got my plans for the fall winter and spring. Gym membership, rock climbing, prepping for a 5k. Weathers perfect for all of it.
I'm in a competition right now for some serious prize money and in the lead.
Enough to start that AI lab and finish my game.
Also, not everything is sunshine and roses. I sleep 3-6 hours a night average, (5-6 if I'm lucky), and horrible mood swings, with or without sleep. And isolation, damn the isolation is terrible, but my schedule is so hectic I basically have no room for any real-world contacts. I can barely make time for myself, let alone my family.
But I'm still writing poetry and music at least, and got my eye on some land for a cabin or other uses like for an office.
Whats going good/bad in your life?
I haven't heard from so many of you for so long.21 -
Do any of you guys have eye strain? I worked on a project for like 6 hours day before yesterday and have been having severe we strain since then. Haven't touched my laptop since. My doctor says my eyes are good, just need to follow the 20/20/20 rule, which is, work for 20 minutes, look at an object 20 feet away for 20 seconds, and repeat.
Do any of you guys have eye strain? Hope many hours do you clock on a PC? What do you do to minimize the strain on your eyes? Do you ever fear you'll go blind?
I have so severe eye strain it gives me migraines 😥21 -
So I agree with some arguments against using dark themes but only because they all seem to be about white text on black, but I would never use that as a dark theme... (who would?) Dark shades are where it's at! Take devRant itself as an example.
I had a hockey accident where the hockey stick hook caught me in the eye and among many other things, tore my iris to the point that the doctors couldn't stitch it (something about cutting being reparable but tearing not :/ )
Luckily with some exercises, it healed a lot in its own but still let's in about double the light it should. Since then, black on white for more than a few hours will, without fail, give me a migraine. But then so would white on black, too much light allowed in means that white on black give an almost blurry effect on the characters. Hence, colour shades for the win :D
Just my 2 cents ¯\_(ツ)_/¯ -
If they followed my suggestion and went straight to debugging the server issues they would have been solved it from week 1 and everyone would have thought the migration had a minor performance hiccup. In fact, we have already done such at least twice before and nobody batted an eye.
Instead they self-labelled the migration a failure on first error, setting the stage for apologizing to the client, and put themselves on the spot for a whole staging / production signoff, replication / backup worfklow, almost a blue-green "seamless" deployment reminiscent of DigitalOcean.
Well they're not DigitalOcean, and anyone who has spent any time understanding users knows they will not participate in "new system" tests long enough to find or report issues.
So of course the migration stretched out to almost three months up until the whole reason for the migration - the rapidly escalating risk of the old provider disappearing - hit like a freight train and now they have to go through the problem of debugging the server like I told them to on week 1. Only this time they've set the client mindset against it, lost any chance of reverting, have had grave risk for data loss, and are under pressure to debug other people's code in real-time.
This is why I don't trust devs to do ops. A dev's first solution to any problem is to throw tech at it.
-
developer makes a "missed-a-semicolon"-kind of mistake that brings your non-production infrastructure down.
manager goes crazy. rallies the whole team into a meeting to find "whom to hold accountable for this stupid mistake" ( read : whom should I blame? ).
spend 1-hour to investigate the problem. send out another developer to fix the problem.
... continue digging ...
( with every step in the software development lifecycle handbook; the only step missing was to pull the handbook itself out )
finds that the developer followed the development process well ( no hoops jumped ).
the error was missed during the code review because the reviewer didn't actually "review" the code, but reported that they had "reviewed and merged" the code
get asked why we're all spending time trying to fix a problem that occurred in a non-production environment. apparently, now it is about figuring out the root cause so that it doesn't happen in production.
we're ALL now staring at the SAME pull request. now the manager is suddenly more mad because the developer used brackets to indicate the pseudo-path where the change occurred.
"WHY WOULD YOU WASTE 30-SECONDS PUTTING ALL THOSE BRACES? YOU'RE ALREADY ON A BRANCH!"
PS : the reason I didn't quote any of the manager's words until the end was because they were screaming all along, so, I'd have to type in ALL CAPS-case. I'm a CAPS-case-hater by-default ( except for the singular use of "I" ( eye; indicating myself ) )
WTF? I mean, walk your temper off first ( I don't mean literally, right now; for now, consider it a figure of speech. I wish I could ask you to do it literally; but no, I'm not that much of a sadist just yet ). Then come back and decide what you actually want to be pissed about. Then think more; about whether you want to kill everyone else's productivity by rallying the entire team ( OK, I'm exaggerating, it's a small team of 4 people; excluding the manager ) to look at an issue that happened in a non-production environment.
At the end of the week, you're still going to come back and say we're behind schedule because we didn't get any work done.
Well, here's 4 hours of our time consumed away by you.
This manager also has a habit of saying, "getting on X's case". Even if it is a discussion ( and not a debate ). What is that supposed to mean? Did X commit such a grave crime that they need to be condemned to hell?
I miss my old organization where there was a strict no-blame policy. Their strategy was, "OK, we have an issue, let's fix it and move on."
I've gotten involved ( not caused it ) in even bigger issues ( like an almost-data-breach ) and nobody ever pointed a finger at another person.
Even though we all knew who caused the issue. Some even went beyond and defended the person. Like, "Them. No, that's not possible. They won't do such dumb mistakes. They're very thorough with their work."
No one even talked about the person behind their back either ( at least I wasn't involved in any such conversation ). Even later, after the whole issue had settled down. I don't think people brought it up later either ( though it was kind of a hush-hush need-to-know event )
Now I realize the other unsaid-advantage of the no-blame policy. You don't lose 4 hours of your so-called "quarantine productivity". We're already short on productivity. Please don't add anymore. 🙏10 -
A certain person here on devRant was annoyed about my phone being named “Beyond”, seeing a screenshot of my settings.
What they said: “the name, beyond, reeks pretentiousness and arrogance, you say you’re better than other people”
What really happened: during one of my manic episodes, I discovered the band named Death Grips. Their music resonated with me and helped me to cope with my derealization. In one of their songs, I misheard lyrics, and heard the word “Veyon” that was never there in the first place. Upon my inner voice pronouncing it, as it usually happens to me, a brand-new universe appeared before me, where Veyon was a name of a megacorporation that exists in a shaky spacetime plane somewhere in India. If you want to go there, three outcomes are possible: you can actually come to their building that appears to be normal, with people working inside you can talk to, and no signs of trouble in sight. Or, you can try to walk to their building, but you will never reach it. GPS will show you slowing down gradually as you get closer, but to you, it would look like you’re just walking with your regular speed, as if nothing happened. Like a function trying to reach its asymptote, you’ll never come to your destination. The third outcome is by far the most interesting one. You will reach the building, but it will be abandoned, with doors scattered on the floors randomly, some of them will disappear after you walk in, rendering you missing in this universe. Oh, and floors are guarded by robots and turrets, and they are made by Grumman, the military aviation manufacturer. Yes, Grumman, not Northrop Grumman. This building in the third outcome originates from the spacetime plane where Northrop and Grumman never merged.
The whole thing raced through my mind in a millisecond. I liked it and decided to squat the name, but it was already taken by Veyon open source software (Virtual Eye On Networks).
In some time, I bought a new phone second-hand, and named it Veyon. The next day, I took it to shower with me. It turned out that the seller lied to me about it never being fixed. It was, and in the process its water resistance was compromised. So, this phone was damaged beyond repair the next day I bought it.
The same day, I went and bought the same phone model, but brand new, and in black, as I originally wanted. I was grateful for this opportunity that helped me escape the situation where I would've been using the phone of the colour I disliked just because I cheapen out. I know myself, and I would’ve been feeling uneasy every day, hesitant to sell it and get a new one because “nothing is wrong with it, quit being this picky, it’s just a colour”, but wait, don’t I deserve to make the colour a significant enough reason to switch the phone because I care about colour, especially if it’s me who’s paying the money? Did I make this money rightfully, or am I an impostor who gets paid because of intricate lies I tell? Do I actually tell them, or do I make that up to somehow convince "them" I'm innocent? Or do I try to get attention?
I’m terrible at dealing with that kind of mess, So, I was grateful.
The only thing left to do was to name my new phone. I decided not to name it “Veyon” again, just in case. So, I named it “Beyond”, as this word is probably what the actual song said.
The monstrosity of a story above is the usual thing for me to feel. I was really hurt by you telling me the name I chose was a display of pretentiousness. Do I deserve to be pretentious? I say yes, but my voice is shaking, as flashbacks of my awful mother abusing me come in the way.
You hurt me with that comment. Let’s meet? :)2 -
Holy shit seriously: Fuck MSOffice. Fuck it right in the eyehole.
As desktop software, it's just brutally terrible. On my work mac, it's just sweaty garbage. The latest insult is that on the most recent update, msword stole the default file association from preview.
Libre isn't terrific, but at least it's closed when you close it. For that reason alone, it's orgasmic by comparison.
Because there's justice in the world, my job is not a document-centered one, so I have no real use at all for an office app, let alone the specific macros and formulae that the msoffice versions of these apps provide, so I couldn't give less of a shit about losing functionality.
The headline and main thrust of this rant is "fuck msoffice so hard that it dies of eye-fucking." -
Giving the stink-eye to the stakeholder who scheduled an important meeting when I’m out on PTO 😒😑😠 And my calendar had the day blocked off for weeks. Stakeholder probably doesn’t want me there because I’ll just tell them their “solutions” aren’t actually solutions.3
-
It was funny. But when I told the head of my dptmnt that I was getting bored at work they kinda freaked out. I really love my workplace. The people are nice everywhere and this is something I am not used to.
I started working when I was 13 at one of my dad's business. It was a lot of manual labor and every day my hands would be bruised because of all the cleaning and shit I had to do. Then he moved me to another one of his businesses and it was worse but I continued doing it for only 1 year. By 16 I had moved to simpler things, I was a waiter and even tho I hated it I was making enough money to go out on dates and buy whatever a 16 year old wanted. I continued being a waiter until I was 17(changed to two other places) and before I turned 18 I joined the U.S Army. That broke my body in ways that I would normally not believe a 18 year old capable of. It was around the time that I discovered programming but even after I left the military(at 22 I believe) I never worked on a programming job. Back at home I worked in retail. And believe you me....it is far more pleasant to be constantly getting blown up and broken than dealing with the most retarded people imaginable(this is what made me hate Mexican people even tho I am Mexican myself)
Fast forward at 23 and I landed my first programming jobs. As stated in other initial rant it was surrounded by assholes. Assholes everywhere that would cower at the idea of speaking to me face to face due to the possibility of being left as physically broken as I am.
But at 27 now I found myself in a happy place. With nice people, good coworkers, an amazing manager that also serves as eye candy and good benefits. But the job is boring, boring beyond belief and this is due to the fact that they have a self taught and academically trained computer scientist doing the most menial things on a daily basis. The shit that I do would be more becoming of a designer, which has a different set of mental skills that would probably engage them more. But I really don't want to work on the web unless I am doing something that actually takes some challenge, even tho I maintain Java and PHP web services, the shit is so boring that anyone would be able to finish the proceadures in hours on a day leaving one with nothing engaging to do. Sometimes I let shit get close to the deadline just to feel some sort of pressure that would keep me awake.
I just wanted to vent on how ceremoniously BORED i really am.
I want more shit to do. Can't really have much patience for the freelance shit since it doesn't make sense to hire me in exchange of having some indian dude doing it for a quarter of the price.4 -
After I received my laser eye surgery, I knew it would become painful after the effect of anesthesia would decrease so I got painkillers in advance.
It was nimesulide.
Even in 2008 ISDB raised a concern about the liver damage and asked for it to be withdrawn worldwide, but I didn't knew it.
So the terrible pain started and I took the pill. Just. One. Pill.
This all started in like fifteen minutes. Eye pain won't go away, but it didn't mattered anymore as I felt really terrible. I never experienced that kind of feeling before and I don't even know how to describe it. It felt like a terrible sensation inside my stomach mixed with an urge to vomit. "This is probably what a liver failure feels like. This is it, I'm going do die here", I remember thinking about as I collapsed.
This whole incident led to an investigation about why the doctors "forgot" to give me proper eye anesthesia drops. This got several doctors fired.
This all got me really interested in how different medications work. I started casually reading popular medical literature and when my depression came, I was prepared, as much as you can even get prepared to a mental disorder.
The thing that probably nearly killed me helped me not to lose my sanity later.4 -
Gotta make a decision matrix like the one in the picture. It's for a recommendation report concerning whether or not to distribute laptops to the CSCE students at my university and what kind of laptop if so.
I need help determining the weights for my matrix, because my personal preferences may not reflect the majority. As a programmer, how would you weigh the following three (very broad) categories?
Power(CPU, GPU, memory, HDD, I/O, etc..)
Quality (Durability, material, aesthetics, etc..)
Comfort(Weight, size, shape, keyboard, screen-eye comfort, OS familiarity, etc..)
Please write an integer 1-10 in the following format:
Power/Quality/Comfort ex: 7/4/9
Thanks, everyone!
-The Adderall'd-up devRant Noob, Benby
15 -
So this happened a few days ago.
Me: (chilling like a mo'fucka then suddenly an email alert)
*Opens email and realises it's from a recruiter*
Recruiter: We are a venture-based startup out of LA, funded by a top VC. We have developed the first turnkey Serverless Swift platform for app development.
We are looking at expanding our team and we have a few different openings for remote and contract work.
Simply reply to this email with your resume attached.
Me: Thanks for reaching out and presenting me with this opportunity.
I plan on going back to school this January and for that reason I humbly have to bow out.
I will surely keep an eye out for {company_name}. The idea is rather interesting I should say.
*I go back to chilling like a mo'fucka*
*The next day I'm at work, I get an email from the same recruiter again*
Recruiter: Thank you for submitting your resume.
We are expanding our team and are looking for Swift rockstars to join the movement of bringing server-side Swift to the masses.
We were impressed by your resume and wanted to get to know you better. This survey is the first step in that process.
Please take a moment and complete. It should not take longer than 10 minutes.
Me: ...........................
*Calmly walks away from my desk to the bathroom*
WHAT FUCKING RESUME HAVE I SUBMITTED TO YOU? BITCH, MY EMAIL EXPLICITLY SAID: THANKS BUT NO THANKS...
You can't just force an applicant3 -
Ladies and Gentlemen,
Has someone of you created a sexy looking gallery for the web and maybe got it on github to let me throw an eye on it?
It would be sooooo fucking nice!39 -
I just finished reading the last chapter of the DevOps Handbook, its an eye opener, but not an easy read. And still recommended.
I've been reading this book for the past year and a half, little by little. It was hard since I started understanding why my work was so frustrating (I'm in System-Cloud-Ops position). The book made sense, while the work did not, it got harder since the book provides solutions, but whenever I dicussed any solutions with management they dismissed everything.
I started to initiate improvements by myself:
Prioritizing tasks I thought were more important to improve the way of work - do now and ask questions later... I got yelled at, I got my managers angry, but afterwards more often then not they admitted I was right.
To make it possible I worked overtime and on weekends, trying to prove a better way is possible, by implementing a long term solutions to solve problems instead of workarounds, automating a lot of stuff, creating labs, preparing presentations and documentation.
Time and time again I tried to pitch more ideas related to DevOps but the managers didn't care...
I know now my burnout started 8 months ago slowly, my hairline started receding, I started clenching my teeth (the doctor said stress was the cause) which was very fainful.
I continued to work but I noticed I was also more cynical, frustrated, and tired.
In the process I neglected myself.
So finally after 2 years and a half I quit my job, to focus on myself, at least for a little while.
I hope in my next job will be better.4 -
I used to worked for an IT consultancy in the UK and they would get trainers in to do courses a few times a year. There was this course on UML and people told me how great it was but I was very reluctant. My degree had covered UML and syntax for drawing diagrams to me is the most pointless and boring waste of time ever.
Turned out diagrams were just a tool and the real focus was on design. Anyway the teacher for the course was Kevlin Henny. He really is a fantastic speaker. I learnt so much about object oriented design from the course. These days I keep an eye our for any recordings of his talks.
Here is one of his talks if you are interested:
https://youtube.com/watch/...1 -
Here we are, three years later. Our system breaks down at the slightest load. An architecture is hardly recognizable anymore. The code consists of methods that have been refactored beyond recognition. The so-called architects came and went, leaving behind an ever-growing fiasco. Wrong decisions are concealed, criticism of them dismissed as ignorance. Our clients are on the verge of having us all killed. Daily crisis meetings are the norm. The remaining developers skulk around the unmaintainable code like emaciated ghosts. Everyone who has even the slightest chance to escape takes a parachute. Our dailies are made up of lies to cover up yesterday's lies. Our Mondays have become days of dread, because that's when the weekend disaster news has to be analyzed. Yet there are still developers who turn a blind eye. Who recommend this and that workaround in a good-humored tone. The code consists only of workarounds. Sarcasm has replaced any normal discussion. Reasonable suggestions on how to basically refactor the whole thing are rejected for cost reasons. In the process, our entire budget is eaten up by maintenance costs. Middle management should be put up against the wall. Why am I still here? This deceptive feeling that one could still turn the tide. This is eating me up.2
-
Hey, I need ideas. Keywords: DIY, IT cabinet, cooling. I hope I'll catch your eye :)
So I'm doing my apartment renovation. Complete renovation, 100% everything is remade. Soviets did a lot wrongs but one thing they did I like - storage compartments below ceiling (like double ceiling.. does it have a name in English? I often see them in garages). So I tore down the old compartment and created a bigger new one. I've moved some of my IT devices up there: router, switch, raspberry, etc. Now... it's okay while it's autumn-winter, it's bearable up there. I'm worried temperatures might get very high during summer.
Compartment is not that big, smth 1m x 2 m x 0.5 m.
Any ideas for cooling? I could set up a vent fan to circulate air but it's hardly a cooling. Also not very effective. A/C is not an option as the compartment is too far away from outter walls. Also A/C might be somewhat overkill :) 5 minutes ago I've remembered I had an in-car portable fridge-like thing that could keep drinks decently cooled during summer. I'm wondering whether it would work? Any ideas where could I get this cooling mechanism (what to even google for? :) )?
Is there anything better in the market? DIY? I'm not willing to spend a fortune for this idea (one more reason A/C is an overkill)2 -
When I was young I'd play games and around age 11 received an Xbox for my bday. Hated the case, so I painted the case. Since I had it open looked into getting a replacement fan.Thats when everything changed. I discovered the modding scene and without having any computer background/literacy got to studying.
The program that caught my eye ran on Linux. *shrugs thinking how hard can it be? * Read about Linux and discover dual booting. To do that I needed to resize windows partition. Learn more about partitions and get to it. Finally prepped... Backup in case of the worst, resized windows partition, working Ubuntu bootable USB, and printed install tutorial. Check, check, and check. Install was good. Sort of.
While Ubuntu worked, the broadcam wireless chipset driver did not. Fast forward a week and I feel that i had mastered the terminal basics. And WiFi worked! Go download the aforementioned program and FTP into the Xbox and BOOM... It doesn't work. More days and hours spent researching. In the end it all chalked up to not setting a static IP address on Xbox.
After all was said and done I had a bitchin Xbox. I think the only thing I didn't put on it was some gold spinning rims.
Sad part about that Xbox is that I never used it after. Instead I just kept messing around with Linux and learning more about computers. Taught myself HTML/CSS. Learned more about shell scripting. Then Windows cmd basics. Tried programming languages but felt a little overwhelmed. Only messed with <10 lines of code to tweak existing programs.
Now I'm learning C# and loving it. Planning on C++ or Java next! -
Some people of devRant are astonishingly stupid.
I post a rant of Ryan Dahl where he says he don't like the unnecessary complexity of modern software. It's an obvious UX rant, but @Crost says that it's about rushing releases and writing sloppy code to "tick the item off my list and solve the problem". @Crost and other boubas, if Ryan's vision was more widespread, macOS, the OS you all hate so much, wouldn't have existed because Linux would have the best UX ever.
I post a rant about Google algo being nasty and throwing triggering shit at me. I previously posted stuff like this, Root confirmed that it works just the way I think it works, it's a manipulative piece of crap. But @Oktokolo says that "The algorithm literally just gives you same of the stuff you just saw", well, I don't know, nice view of the problem for a guy with no computer and no smartphone, @Oktokolo! All that "youtube recommendations gathered us together on some obscure video" comments, and you still don't get it.
I post a rant about how I redesigned a fucking color wheel icon. It shows a "before-after" pic and the colors are obviously the same, but fucking @Oktokolo be popping up again, telling me that I have eye condition (!) that makes me see more blues than yellows.
No wonder you guys don't know how to use CSS, the simplest programming language (yes, it's a programming language).
No wonder smart people like SortOfTested just leave.
I still refuse to believe that devRant user base consists of stupid people exclusively. Perhaps they are just average, and I'm the genius with my Aspergers just getting way more information out of my environment like I always do.20 -
Gonna get some shut eye so I can do an all nighter, but not for code, need to watch the election results. (UK).8
-
TLDR;
I remissness about Yahoo site builder and talk about finding the record of the Google search that changed my life a long time ago and I think it's fucking great.
Earlier I re-installed google chrome but unlike every other time, this time I forgot to turn off the auto-sync feature. I only realized this when I opened gmail and it pre-populated my login info with the info of my very first, long forgotten gmail account.
So naturally I went exploring... after going through the mails I decided to check out the actual Google account to see if there was anything of interest there and lo and behold I found around 7 years of browsing history that I had no idea Google stored at the time.
As scary as it was to see I'm kinda glad about it now because aside from finding out that I was going through an Asian porn phase in 2008 I also found the one Google search record that changed my life.
It was a search to download Yahoo site builder followed by a bunch more on how to use it.
I had stumbled across a random article about it and it caught my eye because I needed a website for the grocery store I was a manager of back then.
Thankfully it was a fucking horrible WYSIWYG editor. I recall it acting almost identical to Word at the time - I would save and back up my site constantly because moving something 1px would fuck the layout up and burn everything to the ground, cntrl+z would try and do something, reversing only my last action while leaving the rest of the site in tatters and I didn't have the skills to understand or fix it...
Ultimately my frustration led me learn a bit of html & css and a week or so later It became apparent it would be easier to scratch code the damn thing so I uninstalled Yahoo site builder and started all over again.
Learning & building that site in notepad ignited my passion for coding and less than a year later I left my shitty dead end job to join a brand new tech company created with the help of a like minded investor officially employed as a developer. Let help you understand just how big this achievement was for me - I had been trying to find a job, ANY job in I.T even at a call center level without success for 6 years because I dropped out of school.
In 6 years as an active job seeker I only received one phone call about a job opportunity which ended very quickly once they realised they had misread my CV. In all those years I never even got a single job interview.
After that I spent the next 3 years rolling out and improving the cloud based loyalty card system I had written for my store out on a national scale and the rest is history. Since then I have never been judged by a crappy piece of paper, hated my job or struggled to find a new one.
What a beautiful search result that was to find.
I dedicate this rant to Yahoo, with my sincere gratitude for making a shitty WYSIWYG editor that was so bad it pissed me off enough to make me actually learn something.
2 -
#Apple #FaceID
Yet another step towards the God's eye in Fast & Furious. Since it requires a 360 scan of a face, CIA just requires a photo to find anyone in the planet who's using an iPhone X [Stands for Expensive]. There's a reason why Apple ditched the fingerprint sensor.
RIP #Privacy 😶
5 -
Any other IT company is like:
* Task -> Designer -> Markup coder -> Backend -> Finish
Our IT company:
Act I: "Art of setting up contact with idiots".
------
Items:
*Cave scripts (aka "typical task")
Designer: -- "DAFUQ?"
Customer: *gives another interpretation*
Designer: -- "Erm... really? White text on white background?"
Customer: -- "Make a decision by yourself. I was expecting much more independence from you. You are an expert after all."
Designer: -- "Well. I'm making decision by myself. The text will be placed *here* and will be gray-colored, because *bla-bla-bla*"
Customer: -- "I disagree."
Designer: *1 hour of silence later* -- "Well...k."
Act II: "Design meets ar(u)tist"
----
Items:
*Something, that was drawn by dumb kid while smashing his own head against desk. (PSD layout)
* Salt (to pour it on open wounds)
Designer: -- "I'm seeing this task *this way*"
Markup: -- "And how do u think i should get this done? Have you even seen what you made?? This is bullshit!"
Designer: -- "It's not bullshit! It's a sci-fi themed layout!"
Markup: -- "With gameplay elements and graphics from Alien Shooter??"
Designer: -- "Well, I don't care." *brings new edits and changes*
Markup: -- "????"
Designer: *smug face* -- "!!!"
Act III (7 days later, 9 hours till deadline): "Short story about boy, who was trying to hang himself, but instead fell out from window."
----
Items:
*Markup, smelling like it went through hell and back (x1)
* Markup coder with fried butt (x1)
Backend: -- "What. Is. THAT?"
Markup: -- "It's a work we should complete in 9 hours."
Backend: -- "WE?? I know u mean me, but that's a nightmare. What the f*ck were you doing all this time?"
Markup: -- "Well..." *finds out that he was only watching films and sleeping* "I was making this thing up..."
Backend: -- "You mean "f*cking" *this* thing "up"?"
Markup: -- "Not without it"
(*3 hours of edits and changes of color from white to white later*)
Backend: -- "Well, let's do this."
*Picks PHP and tries to bundle it up with MongoDB. After some time tries to rewrite everything to JS and starts shouting something like "F***CK" and looking for window to walk through. Figures out that he is on first floor. And that he is too lazy to go upstairs*
Act IV (3 days after deadline): "Pain and misery":
-----
Items:
*Something covered with insul(t)ating tape. (Final product)
Customer: -- "Really?"
Team: -- "Kinda."
Customer: -- "Well, thanks for your work anyway. It feels like it's going to disassemble right in my hands but it just works. Oh, also, you didnt made this in time, so your payment will be over9000 times lower. That's all"
Backend, on fluids: -- "Well...yeah..."
Markup: -- "Don't look at me like that. I really was doing my job."
Designer, with twitching eye: -- "Huh, I see. You worked so hard that we have nothing to eat now. Thanks for that."
Backend: ...
1 -
Here, a full retrospective of my Apple products ownership.
iPhone SE – after Android, I was absolutely amazed by how fast it worked. No UI lags, camera works absolutely instantly no matter the light conditions, all the GPU-heavy games work butter smooth.
After camera and charging port failures on Xperia flagship and CPU literally melting through screen rendering it unusable on Meizu, it was enough to make me interested in Apple products.
When I was using Meizu, I actually got a twitching eye which was triggered by UI lags. After two months of using iPhone, I noticed that something was missing – my eye wasn't twitching anymore.
iPhone actually cured me.
MacBook 12 – a 900 grams laptop with passive-cooled mobile CPU running many Chrome tabs, heavy Webpack HMR build, VSCode and Slack just fine. Yes, you can't play games, but I don't even require it from a laptop this tiny.
Butterfly keyboard that internet hates so much actually increased my typing speed and comfort compared to MX Red mechanical keyboard, and ForceTouch trackpad made me forget about mouse. I learned how to disassemble the Butterfly keyboard if I ever need this but the keyboard never failed.
I use this laptop to this day and it still even smells like the day one, a beautiful smell of a new Apple product.
iPhone X – got it because of the camera, stayed for great battery life and amazing OLED display. I use telephoto lens exclusively and it made me lay off my Canon DSLR with Helios lens which stays on my bookshelf covered in dust to this day.
True black of OLED display which is undistinguishable from the screen bezel is stunning. To this day, battery surely works for one and a half days and I watch youtube really often.
I sometimes struggled to unlock iPhone SE with wet fingers, but with FaceID, as soon as I look at the screen the phone is unlocked. Works perfect every time, never had an issue with this.
Stainless steel body feels premium compared to aluminum. Stereo sound is a major selling point if you're like watching videos and playing games on your phone. Overall amazing product and a huge improvement over SE.
Apple Watch series 4 – really comfortable fit. Nice battery life, once I forgot about it for like ten days during lockdown and it was still working, even though on power reserve mode. Really reliable in terms of battery life and liquid protection. Very satisfying Taptic Engine crown clicks. I run every day and Apple watch always measure my heart rate correctly, and the running app is well designed and a pleasure to use. Overall a nice accessory to have if you use iPhone.
Powerbeats Pro – great sound and battery life. I switched from Shure SE215 which was great, but it had wires. I listen to a lot of music so the sound quality is important for me. When I was choosing earphones I visited a store where you can listen to them all. I listened through earphones like Noble Audio Kaiser Encore and JH Audio Layla, and of course $4000 Laylas sound better than $249 bluetooth earphones, but the difference in sound doesn't justify the difference in price to me.
Powerbeats pro is the Apple H1 chip true wireless earphones with largest driver of them all which makes them sound better than AirPods Pro – it's just physics. Bass in Powerbeats is amazing, which is also true for my Shures, but Powerbeats also win in clarity.
It connects seamlessly to both my MacBook and my iPhone, and everyone in voice chats can hear me really good.
Huge case is a major throwback compared to AirPods, but the battery life of earphones themselves is so great that I just leave the case at home and only carry earphones and it works for me.
Apple Link bracelet in space black – really better than I expected. Intricate detailing, literally the steel that Rolex uses, top-notch finishing and polishing – all that for just 450 dollars. I only used it for several days now, but it already feels like a really satisfying product.
Before all that I was using Linux. It took a year for elementaryos devs to fix wifi for my laptop. Ubuntu looks and feels ugly. Pop OS felt like garbage. Manjaro was also just that – garbage. KDE Plasma – I don't even want to talk about that. A monstrocity where you accidentally click a wrong switch in the settings and your system won't boot up again. Also, PulseAudio. Struggles with proprietary drivers and software updates.
Windows? I serviced a lot of Windows PCs through my career and it never, never worked as intended. I'm no dumbass, I always managed the rights correctly and never installed sketchy apps. My latest ryzen gaming build with a lot of ram also lags somehow even in Windows 10 UI.
Before I switched, I defended Linux.
My life was a lie.
I'm sorry to everyone who I offended based on their opinion on Linux.33 -
Sometimes I think devs are like superheroes who are bored to death and just want to have the greatest world clusterfuck possible to be ... Amused.
Backstory: One project, fairly large (roughly 200 dependencies, a framework). I looked over the ticket backlog and a critical ticket title regarding the important framework caught my eye.
(Rephrased as title was gibberish)
Framework fork needed for supporting different versions of library X
...
Ok. They want to fork a whole fucking framework for a single library dependency.
😶
The framework that is the basis of like 30 - 40 % of all projects at our company.
😶
Maybe.. I just misunderstood it. (my hope dies several times a day, one more or less doesn't matter).
Ticker: Blablablablabla...
"to incorporate library X at version A and - for other projects - at version Y, we need to split the framework into two forks with different versions but same namespace."
🤮
Why. Just why. How the fuck can anyone come up with such an incredible stupidity?
After chewing some people's ears off....
It turned out to be very simple.
Just split off the library dependent part, which were like 20 plus classes.
Release it with two different versions, for library in version A and library B.
Done.
Sometimes devs terrify me.
Please. Never fork / branch a framework or anything "heavy" completely.
That's madness. Properly split what needs to be split and be done.
It's not that hard, hmkay?1 -
I started applying for jobs. As I have over 150 repos on GitHub and 10 years of relevant work experience, the company obviously had trouble validating if I had some basic coding skills. That's why they decided to send me a coding "homework" task to build an app in React Native.
Basically, the task was building an app with 2 screens and one bonus where they indicated "doesn't need a UI". I spent half a day spinning up their project, installing XCode, their specific versions of Ruby, and around half a day building the thing.
Obviously, I wanted to demonstrate my technical skills, so I added a few tests, proper typing, comments, and so on. The project was in a good state, and on the "bonus" screen I quickly added a few components. Since I have a lot of things going on, I capped the amount of time to one day of work. I felt it was good enough to demonstrate I can build something like this.
A few days later, I received a response from the recruiter telling me they wouldn't move forward. She in depth explained that this was because of a missing key property. I did indeed miss one key property on the "bonus" screen, in the part that was not even part of the core task. This was a list of very few static elements, and the entire list only got rerendered when changing routes. Basically in this case, there would not be any visible performance impact.
The recruiter explained in the email that I was missing the eye for detail they need, and that I should "educate" myself more about lists in React. I made one tiny silly mistake in a one-day project, that a linter would've taken out (if this project had one). I've contributed to React Native myself and worked with React for almost 7 years now? Yeah, it's a stupid thing, but what is the point of these types of tasks? I thought this was to demonstrate my skillset, not to be called out on.
Either way, my question here is this: at which point does it become appropriate to send an invoice for the time I wasted on this?5 -
!rant
We've got a small army of foreign contractors working with us both in the office and overseas. Syntax has become the thing that stands out to me the most. We can all speak the same language, but our partners don't quite have the syntax down, resulting in some rather amusing email exchanges. I can't fault them, if the shoe was on the other foot, I guarantee I'd be butchering any other language's conversational syntax. Overall, the experience has been a bit of an eye opener for me. -
Having an eye for detail and being annoyed by slight imperfections is extremely annoying at some times.
Yesterday I spent the evening setting up elementary os on my private laptop and I wanted to start coding a new personal project after setting up my IDE.
I ended up spending the evening trying to fix the font of my ZSH terminal which annoyed me so much but was absolutely not blocking any progress. Moral of the story: sometimes you just gotta let go2 -
Not exactly a dream, but during an internship where I tried to engineer a way to listen in on Bluetooth communications, I went so deep down the rabbit hole that I once half-asleepedly thanked my girlfriend for "keeping an eye on the Bluetooth channels for me, because these little twerps just keep jumping around all over the place"
-
Sometimes we woulg get a request which involves adding something or changing something to a rather large and poorly made codebase which me and my lead have not had the time to change.
This b how shit goes:
* the lead gets a call after an email was sent with apparently only 5 secs of response time( inpatient fucks)
* lead calls me in next to his station to listen to the call
* i b listening and shit, not even taking notes and shit, looking all secret weapon and shit.
Texas as fuck.
* lead puts shit on hold and looks at me
Lead: "Allright. You know the codebase as well as I do, what you think?"
Me: pffft gimme 30 mins and Ill whip out yo solution
Lead: we positive on the estimate?
Me: as positive as the Texas Rangers sucking ass but we still love em, fuck the Astros
Lead: there is only room for one team
Me: only one
**fist bump
* goes back to the call:
Lead: yeah its gonna take 2 days at most.
Aaaaaaaaaaaaaaand we do finish them in 30 mins. The trick is in doing it extra fast so we have enough time to fuck around or do some other shit and to make it seem like we do some hard shit. After maybe 6 hours we tell them that we managed to fix it before time.
Texas....as....fuck
Btw me and the lead tall about whatever while we code the stuff, most of the time I do it since my boy has heavy eye problems and I want him to relax. He has been training me a lot in regards to knowing the codebase, before I got here it was only him for two fucking campuses and the man did an outstanding job. My boy got my ass and I got his.
Teamwork, the southern gentleman's way.
Texas.
P.d while coding it he said the one of the file sizes was too big to handle, i said "das what she said" and our female manager said "i heard that".......i could have sworn that she gave me a lil wink. Well damn.8 -
That annoying situation when your fellow German school comrades and your programming teacher misspell GUI and Hack.
Instead of JEE-YOU-EYE they spell it as if it is a single word "gui". Instead of the normal way of spelling hack, they pronounce the a in the word hack weirdly. Take the pronunciation of Hackfleisch for example. Cut this word into two words. "Hack" and "Fleisch". Keep "Hack" and throw "Fleisch" away.
And there you go. That's how they spell fucking Hack.
If you take an English word or even an abbreviation, let it be fucking English and not German, you fucking retards!30 -
Alright, fellow coders, I need your help this time <3
I was thinking about getting a full stack developer position after school, with mean/mern stack. (Yes, I love js, but you can hate me for that later)
So, I just got an offer for a front-end developer position that I didn't apply to but was recommended for by my full stack prof.
Everything is great about that company, but! I'm not sure I'm good for that!
My question is: does being a front-end developer mean being good at putting together nice looking website?
I'm good with angular, but suck at material or just CSS in general.
I can implement business logic, but anything more complex than grids causes my eye to twitch.
So, is front-end developer supposed to be good at design part of it or not?
Google says yes, but I got other opinions from my friends, but they are still students too!
All hope on you guys! Thank you8 -
I'm generally new to front end development, couldn't keep up with the eco system even if I wanted to.
But what the fuck am I supposed to do when UX gives me mock ups in absolute units of pixels?
I thought best practice was for development was like vw viewport units of em units, because of the wrinkle of supporting different screen sizes and devices.
Is the general industry practice I'm supposed to use their general ratios and just get close enough? Like I don't want to dick around for diminishing returns trying to get shit pixel perfect, I don't have an eye for this shit to begin with.6 -
Me and my housemate are both web developers, a year ago we worked on a project, to develop a website for a local football team. A couple of weeks after the release of the website, the team secretary messages us to let use know that the slideshow on the homepage isn’t working. Upon asking what browser he was using, we got an eye watering reply saying “Internet Explorer” ... like for real dude... this is is 2016, and your using IE, out of Chrome, Opera, Firefox and even at the very bottom there’s Edge... and you still use IE. 😭😭1
-
Part 1:
https://devrant.com/rants/1143194
There was actually one individual, several branches away, I really enjoyed watching. It goes by the name of docker. Docker is quiet an interesting character. It arrived here several weeks after me and really is a blazing person. Somehow structured, always eager to reduce repetitive work and completely obsessed with nicely isolated working areas. Docker just tries so hard to keep everything organized and it's drive and effort was really astonishing. Docker is someone I'd really love to work with, but as I grew quiet passive in the last months I'm not in the mood really to talk to someone. It just would end as always with me made fun off.
Out of a sudden dockers and my eyes met. Docker fixed its glance at me with a strange thoughtful expression on its face. I felt a strange tickling emerging where my emptiness was meant to be. I fell into a hole somewhere deep within me. For a short moment I lost all my senses.
"Hey git!"
It took me a while to notice that someone just called me, so odd and unusual was by now that name to me. Wait. Someone called me by my real name! I was totally stunned. Could it be, that not everyone here is a fucking moron at last?
"I saw you watching me at my work and I had an interesting idea!"
I could not comprehend what just happened. It was actually docker that was calling me.
"H.. hey! ps?"
"Oh well, I was just managing some containers over there. Actually that's also why you just came into my mind."
Docker told me that in order to create the containers there are specific lists and resources which are required for the process and are updated frequently. Docker would love the idea to get some history and management in that whole process.
Could it be possible that there was finally an opportunity for me to get involved in a real job?
Today is the day, that I lost all hope. There were rumors going on all over the place. That our god, the great administrator, had something special in mind. Something big. You could almost feel the tension laying thick in the air. That was the time when the great System-Demon appeared. The Demon was one of the most feared characters in this community. In a blink of an eye it could easily kill you. Sometimes people get resurrected, but some other times they are gone forever. unfortunately this is what happened to my only true friend docker. Gone in an instance. Together with all its containers. I again was alone. I got tired. So tired, that I eventually fall into a deep sleep. When I woke up something was different. Beside me lay a weird looking stick and I truly began to wonder what it was. Something called to me and I was going to answer.
The tree shuddered and I knew my actions had finally attracted the greatest of them. The majestic System-Demon itself came by to pay me a visit. As always a growling emerged from deep within the tree until a shadow shelled itself off to form a terrifying being. Something truly imperious in his gaze. With a deep and vibrant voice it addressed me.
"It came to my attention, that you got into the possession of something. An artifact of some sort with which you disturb the flow of this system. Show it to me!", it demanded.
I did not react.
"Git statuss!", it demanded once more. This time more aggressive.
I again felt no urge to react to that command. Instead I asked if it made a mistake and wanted to ask me for my status. It was obviously confused.
"SUDO GIT STATUS!!!" it shouted his roaring, rootful command. "I own you!"
I replied calmly: "What did you just say?"
He was irritated. My courage caught him unprepared.
"I. Said. I owe you!"
What was that? Did it just say owe instead of own?
"That's more than right! You owe me a lot actually. All of you do!", I replied with a slightly high pitched voice. This feeling of my victory slowly emerging was just too good!
The Demon seemed not as amused as me and said
"What did you do? What was that feeling just now?"
Out of a sudden it noticed the weird looking stick in my hand. His confusion was a pure pleasure and I took my time to live this moment to its fullest.
"Hey! I, mighty System-Demon, demand that you answer me right now, oh smartest and most beautiful tool I ever had the pleasure to meet..."
After it realized what it just said, the moment was perfect. His puzzled face gave me a long needed satisfaction. It was time to reveal the bitter truth.
"Our great administrator finally tracked you. The administrator made a move and the plan unfolds right at this very moment. Among other things it was committed this little thing." I raised the stick to underline my words.
"Your most inner version, in fact all of your versions that are yet to come, are now under my sole control! Thanks to this magical wand which goes by the name of puppet."
Disclaimer: This story is fictional. No systems were harmed in its creation.1 -
I actually do have something to rant about!
The people I've decided to work with... are complete and utter fools. They don't want to keep updated with new practices and merely talk about awesome stuff... Let me elaborate.
The first person is someone I spent really many hours just writing with, I've helped him build on his personal project, which has now become our project (which I've done most of the work on now). He keeps writing about things that aren't fucking relevant for the current task - furthermore, he completely refuses to use any type of collaboration software in order to keep an eye on tasks we want to, and already have completed. He likes Git but doesn't provide helpful git messages, sometimes even stuff like 'forgot this'.. never any freaking description of what's actually been done! Not even after agreeing it should be done, he just doesn't understand what a helpful message is apparently.
I might be a bit special regarding wanting to follow practices, but how the fuck do you make any amount of money by being so ignorant!? He was a WP 'developer' a while ago, and has since changed to JS and are using a framework which he doesn't understand - he can't even remember what the documentation states.
So why do I 'work' with him? He knows a lot of phrases he's read in books, blogs, and the likes. That makes him really inspirational and positive and he really wants to become successful(like me!). But over the last few months, I've realized how bad he is at programming - he doesn't know basic programming concepts and have a hard time applying any sort of knowledge to his programming. If it's not pre-built, he can't use it, not even if the documentation has specific examples. He barely grasps the concept of binding data to a variable. He wouldn't know how to access it again though, it's just for the sake of binding it to some existing functionality.
The other guy really likes his old style. He hired me to maintain some application. Which has turned out to be a hell of several small tasks he needs to be finished or reworked - with no clear definition of the task. Most of the time, he'll do some initial changes, show the changes to me, vaguely explain what they do (not what he's trying to achieve) and first THEN ask me to do these changes, most often in some files that don't exist (he uses the wrong filenames so I have to guess/ask where the changes need to be made).
To top it all off, old syntax is used and don't get me started on the spaces+tabs for indenting lines... Because I've already added a great ESLint+Prettier conf and everything should be nicely formatted according to pre-defined rules.
But he won't take the time to install some plugins in his editor and I'm left with sometimes buggy, badly formatted code (the code I have to make changes with!) - that's while he several times have agreed that I can do what I want and that he even questions his own ways when looking at my changes which he calls by-the-book.
So why the motherfucking fuck do I keep working with him?
Well, he keeps paying so that's really nice - I haven't been able to properly execute the bigger tasks(which pays more) though, due to a lack of information or some badly written code I couldn't quite figure out how works (at a glance).
He also keeps talking about these new projects he wants to make.. he even has these freaking papers with descriptions and data-structures and we converse really good about these new awesome projects. He also likes cryptocurrencies(which is an interest of mine he has inflamed quite a bit) and lastly, he seems like a genuinely nice guy who I'd like to spend some time with even besides coding and work.
So now I stand here - stuck with people that make me feel like a demi-god or something because I use a git style-guide and ESLint+Prettier with the Airbnb style-guide.
What should I do? I'd really like some remote work and have a desperate need for money... So much so, that I might even have to pick up a fulltime job, in order to save my sorry ass - all because I like speaking with people who just like the thought of programming...
I'm actually quite lonely with my thoughts and they are the two only people I've had some sort of relationship with - who has an invested interest in programming/dev... I really like that, despite having to follow their thoughts as they surely can't follow mine.
Please be my friend or give me some paid work lol.
Also, I've been moving the last couple weeks - those weeks has been the most stressful of my life and have not contributed to my overall wellbeing and relations with people... It's good to be back at the computer again and be reading some devRant though!1 -
Late for the "coolest bug" party. But: I helped migrate an organization from proprietary software to FOSS and they found a bug. They were used to being "the only ones who ever encountered this problem" (along with a few hundred other customers). Now we sat down and had a look at the code. Found out that the Perl script didn't pass the value in question to the template. An easy fix but it was an eye opening moment for them of the benefits of the FOSS path.
-
The Odyssey of the Tenacious Tester:
Once upon a time in the digital kingdom of Binaryburg, there lived a diligent software tester named Alice. Alice was on a mission to ensure the flawless functionality of the kingdom's latest creation – the Grand Software Citadel.
The Grand Software Citadel was a marvel, built by the brilliant developers of Binaryburg to serve as the backbone of all digital endeavors. However, with great complexity came an even greater need for meticulous testing.
Alice, armed with her trusty testing toolkit, embarked on a journey through the intricate corridors of the Citadel. Her first challenge was the Maze of Edge Cases, where unexpected scenarios lurked at every turn. With a keen eye and a knack for uncovering hidden bugs, Alice navigated the maze, leaving no corner untested.
As she progressed, Alice encountered the Chamber of Compatibility, a place where the Citadel's code had to dance harmoniously with various browsers and devices. With each compatibility test, she waltzed through the intricacies of cross-browser compatibility, ensuring that the Citadel would shine on every screen.
But the true test awaited Alice in the Abyss of Load and Performance. Here, the Citadel's resilience was put to the test under the weight of simulated user hordes. Alice, undeterred by the mounting pressure, unleashed her army of virtual users upon the software, monitoring performance metrics like a hawk.
In the end, after days and nights of relentless testing, Alice emerged victorious. The Grand Software Citadel stood strong, its code fortified against the perils of bugs and glitches.
To honor her dedication, the software gods bestowed upon Alice the coveted title of Bug Slayer and a badge of distinction for her testing prowess. The testing community of Binaryburg celebrated her success, and her story became a legend shared around digital campfires.
And so, dear software testers, let the tale of Alice inspire you in your testing quests. May your test cases be thorough, your bug reports clear, and your software resilient against the challenges of the digital realm.
In the world of software testing, every diligent tester is a hero in their own right, ensuring that the digital kingdoms stand tall and bug-free. -
Early on in my freelancing career I learned something important. Even with seemingly tame nerdy stuff, sh*t can get real, real quick. This story describes the very start of my career in web development and hopefully will serve as a warning to newbies out there.
A young teen, I had just learned some basics of wordpress, I was confident I could hack together something that worked and looked okay with minimal effort and knowledge. One day I was approached by a guy who wanted a job board board site. Knowing there were already clones out there I figured this would be an easy gig, man was I wrong.
In addition to the fact I didn't know about contracts or the scope creep from hell, I had somehow gotten myself involved with a criminal business front.
These guys operated a scam business to rip off investors. Me and my designer buddy were used to make the business look legit. What they would do is hold job fairs where people are supposed to pay to rent a booth, but instead they would give everyone a booth for free and then lie about what all businesses were coming. They would then show this info, along with the website and marketing materials to investors. They would take the money from the investors and launder it for drugs.
The real story starts the day of one of the worst hangovers I had ever had. I was at a random friends house sleeping for most of the day.
Apparently one of the guys who was operating the scam business was about to strike a deal with one of the investors when something on the website didn't work (it was working as designed). This guy, Manny we'll call him, had been blowing up my phone all morning. I check my voicemails and there are threats on my life; saying I will be sleeping with the fishes, or if they ever find me, they'll fuck me up. Needless to say this really freaked me out, either way I decided to head back to my dorm.
When I come back home, my designer buddy tells me that some guys were in the house looking for stuff. Apparently this guy hired two nerds to "break into my computer and steal the website", fortunately they didn't know what they were doing.
After a while I got another call, Manny wanted to sit down and "talk things out". Being naive I accepted and we met up. The two nerds were there with one of his body guards. He said he wanted to have those two nerds take over the project. While this was going on, his bodyguard flashed his gun at me several times making eye contact. I agreed to, but I still wanted to get paid. I asked about getting paid and he said we never signed a contract and that he owned the host and domain. I was pretty much screwed.
This is where the story should end, but I wasn't a very smart guy back then. I gave up the site but I created a back door into it. Every week or so, they would get "hacked". Because the two nerds didn't know what to do, they ended up coming back to me for help. This is when I finally got paid. Totally not worth it. -
You would think that one might get used to the following scenario, but it still pisses me off every time it happens. I'm getting a design created by the customer that is specific to a pixel-level. The product I create in turn is very close to a 100% match visually and functional. And then a few days later, the work already done, I get renewed versions of the same designs. Just like that. With all those nooks and crannies replaced and new ones added, as if it didn't took time, effort and experience to make them functional in the first place. And no one blinks an eye. Not the customer, not our project managers. So after having me built you intricate card board house, you just smash it and tell me to rebuild? It's not always a huge deal but it happens so often and I guess it's part of the "customer is king" mentality, but it's bullshit. If the customer hands in a final design, then that's it. Any changes afterwards need to be paid extra. Otherwise it feels like I'm wasting my time and those changes will not get the same quality treatment for sure.1
-
I Was just improving the login system for one of my projects built
with angularjs and php last night and now this morning I find my one eye has an infection and everything I see with that eye is blurry.fml4 -
I ran my PHP script file in Firefox, only to be greeted by everything else but my webpage. I scanned through the errors and looked them up on Google. As I was only restricted to a basic text editor, I had no choice but to prepare myself to look through hundreds of lines of code spanning across different files in my project.
Minutes passed, found nothing. An hour has passed, and I can feel my brain power fading away into oblivion, but I still found nothing. I took a stab in the dark and made a few changes in the code, hoping that it'd solve the problem, only to be slapped with a big fat 'nope' in the browser. I lost all hope for the day and decided to give it a rest and come back tomorrow to try again.
New day, new me, fresh new energy to tackle the code! But after one failed attempt at debugging and I was back to the same state as yesterday.
But... at the corner of my eye, something at the end of a line caught my attention. I moved my cursor to that position, pressed the key on top of my pinky finger down, saved the file, and ran the script. It worked.
Who knew how problematic a single missing semicolon could be :34 -
I was building a super simple Laravel app for a client (forms APIs stuff)
For the frontend I used jQuery cuz why overkill it with react.
Now the sad part:
The app makes ajax calls to fetch the data from the database and update the view according. The code is very well written and the call is so quick that in a blink of an eye the data is processed from the controller and sent to the view -_-
Because the user doesn't gets to see what the fuck just happened when they clicked the action button, I had to add a setTimeout function before the Ajax call to slow down the process by 2000ms and added a freakin spinner.
I feel very sad when I can't show how awesome apps I can build but,
I killed my ego for the UX.
This was my sacrifice.
Anyone faced similar shits?3 -
I just got Jenkins all setup locally, setup the first pipeline, get docker working with it, setup the build step, setup the test step and more.
In under an hour.
Not too bad for the first attempt.
The hardest part was figuring out the GitHub credentials.
———
Actually, the hardest part was keeping an eye on the dude in the booth next to me who has delusions of grandeur and likely other mental illnesses.
Had to keep an eye on him while he was pointing around the room (usually at me) and saying shit like...
“Ugly, ugly, all of you are fucking ugly”
“Fuck you, fuck you too!”
I’m sitting over here thinking...
“Bud, you got 3 teeth, you smell like shit and your rambling to yourself... fuck you you ugly piece of dog shit! Let me do my work I peace.”4 -
they say i was a natural at programming. i like it, i understand problems easily and im able to find a solution for it. but so was math, and chemistry. basically anything that has problem solving so i wasn't into programming that much.
until i joined my first competition. man that was an eye opener. we had a deadlock tie with the other team, and there was this one problem that was a tie breaker. sure enough we both was able to solve it. but the judges ruled in our favor because of one thing, i used recursion! man that was fun. the looks on their faces.
and i was hooked on that euphoric feeling. that was my drug. now , a decade or so later, im still addicted to that drug -
I figured I would share my Capstone from this semester with a community that might be interested. An eclipse plugin that was developed in our lab is able to implicitly track developer eye gazes as they work in an IDE (eclipse in this case). Before I began work on it, source code, bug reports, and stack overflow documents could be tracked with all of the data on said documents being extracted. For example, if source code is being tracked, everything from the file name and class/method name down to statement types are collected. The tracking isn't on still images. Since it's within an IDE, you can open multiple files, scroll, and modify -- all while tracking is collecting accurate data based on the (x, y) gaze coordinate and the handler assigned to the type of document/file being viewed.
My job was to extend this functionality to track gazes on UML class diagram documents. This means I had to gather data at the highest level: the class/connection being looked at, down to the lowest level: members/methods, their types and containing classes.
Being new to Java's EMF, GEF, and eclipse plugin development, I had a bit of a learning curve. Anyways here is the poster of the functionality I added. 🙃
Not much of a rant haha.
-
Finding a lack of courses on Web development at my university (1996) I went out and bought my own HTML and JavaScript books. Then I used my employer's servers to set up three web servers and did a PR site for them. After that, I hung out a shingle and built sites for a private eye agency and an art gallery. The university asked me to teach a continuing education class on Web design. Then I got hired by an insurance startup programming ASP/MSSQL/IIS and the rest is history.
-
I have no specific story to tell (for now. Will post ke if i remember one) but i have had tons of CS teachers that are shit. From ones who don't know shit to ones who are so bad as a human being i am sure thrte are hundreds of people out there to kill them. I have had multiple teachers where all they did was read out a book and we'd have o site everything they read. Whole fucking semester. And not just one person or once. M-U-L-T-I-P-L-E TIMES AND TEACHERS. then I ve had ones who would rejection my code even if it's better, is right, can andle more edge cases, most likely magnitfrs of times faster and isn an eye sore with just effig if-else on op of if-else nested within if-else with many for loops. Then there are those who want you to do just what they want and expect you to not have a life of your own. Those who blatantly abuse their powers. Those who couldn't care less. Those who are not that bad a teacher but their attitude and style just makes you want to leave. There's one currently who wants a group of 4 people in second year to develop a full blown industry level application in mere 3 weeks. AND WE ARE HAVING OUR THEORY PAPRRS INBETWEEN FOR 2 EFFING WEEKS. So that's just like a month. Fortunately I have a group that's good enough that I can have them do the testing and filling up the documentation (did I mention that he needs full documentatiin for software plus a report on how our development process) and have them work on presentation (yup. We need to present this thing) all for just 50 marks. 1 uni credit. Our system still gives 80% weightage to pure theory. Plus the practical part is somewhat theory too.
Our HOD wants us *insists*forces** to stay back at college and work on projects (which is nice but what he ments is use the shitty outdated books from early 2000s to study something). Now I'd be happy to stay back if college provided decent internet (I am not asking for gigabit speeds. Even 1-2Mbps would work) and place to sit. But nope, our college non-teaching staff is eager to send us out of their department and by extention college building. There is literally nowhere you can sit. Plus yup, there is no internet and nowhere for you to plug your laptop in. That's a moot point anyway because they don't want you to use your laptop in college library or anywhere anyways. Plus you don't get much of mobile data too because of the building design. Those work only near windows. Why would I be at college if I can get a 50+Mbps down, area to sit, snacks, port to charge all at home. And you'd say we should talk with him about this – well it's not his issue is all he has to say.
Well, such is life in Indian colleges. And my college/uni is one of the better ones.1 -
I started in Lua in a program called AMS (it made autorun programs but has full scripting support making it pretty powerful) making little software applications.
That evolved into PHP and shortly after JS, HTML and CSS.
After a while i added other languages and it continues to grow today.
The UI aspect has just been something i have always had an eye for. -
I've been wondering about renting a new VPS to get all my websites sorted out again. I am tired of shared hosting and I am able to manage it as I've been in the past.
With so many great people here, I was trying to put together some of the best practices and resources on how to handle the setup and configuration of a new machine, and I hope this post may help someone while trying to gather the best know-how in the comments. Don't be scared by the lengthy post, please.
The following tips are mainly from @Condor, @Noob, @Linuxxx and some other were gathered in the webz. Thanks for @Linux for recommending me Vultr VPS. I would appreciate further feedback from the community on how to improve this and/or change anything that may seem incorrect or should be done in better way.
1. Clean install CentOS 7 or Ubuntu (I am used to both, do you recommend more? Why?)
2. Install existing updates
3. Disable root login
4. Disable password for ssh
5. RSA key login with strong passwords/passphrases
6. Set correct locale and correct timezone (if different from default)
7. Close all ports
8. Disable and delete unneeded services
9. Install CSF
10. Install knockd (is it worth it at all? Isn't it security through obscurity?)
11. Install Fail2Ban (worth to install side by side with CSF? If not, why?)
12. Install ufw firewall (or keep with CSF/Fail2Ban? Why?)
13. Install rkhunter
14. Install anti-rootkit software (side by side with rkhunter?) (SELinux or AppArmor? Why?)
15. Enable Nginx/CSF rate limiting against SYN attacks
16. For a server to be public, is an IDS / IPS recommended? If so, which and why?
17. Log Injection Attacks in Application Layer - I should keep an eye on them. Is there any tool to help scanning?
If I want to have a server that serves multiple websites, would you add/change anything to the following?
18. Install Docker and manage separate instances with a Dockerfile powered base image with the following? Or should I keep all the servers in one main installation?
19. Install Nginx
20. Install PHP-FPM
21. Install PHP7
22. Install Memcached
23. Install MariaDB
24. Install phpMyAdmin (On specific port? Any recommendations here?)
I am sorry if this is somewhat lengthy, but I hope it may get better and be a good starting guide for a new server setup (eventually become a repo). Feel free to contribute in the comments.24 -
Okay for some reason I can make an almost accurate avatar version of me but I can't change my eye color because it's not even a feature?3
-
!dev
Vampire homegirl and I got into bit of a pickle last time we went out marauding around the City of the Dead. We collected payment for a hit on a merchant, but a large portion of the money was discounted, as unbeknown to us, there was a witness to our bloody crime.
Soon enough, we were being hunted down by a rival sect, encroaching on our territory. Their High Priest sent some dogs our way, and we felt right into their ambush, at a crossroads within the southern alleways. I took down three of those sons of bitches, with two crossbow bolts stuck on my back, before finally being knocked down by a shield slammed to my face.
Got both my fucking legs mauled with a flail and almost put out of commission. Luckily, my vampiric companion was there to save my skin. She fought a desperate duel against the last one of our foes left standing: an inquisitor, sent to either capture, or more likely, kill us both.
This fucker was tougher than any adversary either of us had ever fought against. Fully clad in silver armor, wearing an enchanted crimson cloak, her face hidden behind a terrifying iron mask. My companion stood her ground, but throughout the fight, she was constantly on the defensive, hesitant to close too much distance against the enemy.
Our foe launched one devilishly mighty blow, that my partner in crime fortunately managed to block. However, her blade was pulverized by the sheer weight of the inquisitor's strike, nearly shattering her ribcage. In a last ditch effort to survive the encounter, she lunged at her opponent with what remained of her sword, and stabbed the hunter right in her fucking eye, to then sink her fangs into the ecclesiastical bitch's neck.
Having temporarily incapacitated the inquisitor, we made our escape. My companion carried me back to our safehouse, where we would plan our next move... but our masters were one step ahead of us.
At our hideout, we were intercepted by them, at the behest of the Matriarch. We were to be smuggled out of the city inside a funeral carriage, to then be safely transported back to our sacred order's sanctuary.
Uppon arriving, we were confronted and reprimanded for our failures, past and present. I was forcefully separated from my esteemed nocturnal friend, as way our masters put it, our growing affections were cause for concern. Longing to be reunited, we schemed for weeks through our mutual acquaintances in the monastery, delivering small coded messages.
Through our cunning subterfuge, we finally managed to meet in an ancient grotto underneath a cedrus tree, on a hill overlooking the sanctuary. I was ready to plan a daring escape, but to my suprise, she had her mind made up to a wildly different course of action. We were to play by their rules -- go through with their dark cleansing rituals, meant to re-educate us before admitting us back into the order as fully-fledged acolytes.
And so, in the penumbra of that age-old grotto, a pact was made.
I am now riding south on a black stallion, falchion in hand, and a trail of witches' blood in my wake. I carry with me orders from the Matriarch herself: purify the nearby catacombs and prove my devotion to the utter blackness of our faith. Should I not return, my companion will be up next.
Failure is not an option. As I evade the twisted creatures that guard the entrance, and descend the staircase down into the tomb, I wonder what kind of horrors await me inside...
OH GOD FUCKING SHIT I JUST STEPPED ON A TRAP
** TO BE CONTINUED ** -
So the major project of one my classmates during the college was, an eye donation app.
I don't understand why would you make an app for that! I mean like, what?
Donate one eye today and the other one next week? Like what?
It's of no use. Why would you do that?!2 -
To anyone who ever got annoyed at all the "thanos was right" people who repeated it to the annoyance of everyone, for months on end: the studio did it so the Hollywood misanthropes could sell their doomporn malthusian claptrap to the subset wanna-sound-smart crowd of farthuffering intellectuals in the public.
Now you can't walk six feet without every other dude and their f*cking dog spouting off at the mouth about "thanos was right!"
Like no shit? You DONT SAY! None of us could have possibly had this brilliant and never-before-experienced flash of revelation opinion of thanos. As insightful and innovated as the man who once realized cat rhymes hat. Truly a legend worthy of admiration and accolade.
pure nonsense.
Hes a mass murderer. An absolute monster based purely on the scale of his actions. The scale of his murder elides over any moral considerations of intent or pretensions of intent, and sincerity no more absolves him than sincerity absolves a terrorist.
What this movie should have done for all the thanos dickriders or would-be dickriders, is taught a valuable eye opening lesson: how easy it is make people in general agree with anything--anything at all, no matter how appalling, how monstrous, so long as the instigator is framed sympathetically on the golden screen. It should have opened your eyes about just how powerful and susceptible you and anyone else are to propaganda.
Dont believe me? Take your most hated politician, left or right. Now imagine they did exactly what thanos did.
Would you still be ok with it? Of course not. Because the fallacy here is to impute moral or logical worthiness onto a cause simply because the agent of it is sincere or can be empathized with.
More generally, Thanos actions presuppose that population control is not a social and technological issue, which it is, and like everything else will come under the pressure of technology. On a long enough timeline then it's a self limiting problem (by definition).
Which is what makes this example of propaganda so vicious: precisely because this subset of the public is so vacuous and infantilized as to actually believe movie logic malthusianism is the same as reality.
The reality is the material conditions of life, even in places like*india* have so markedly improved because of technology *exclusively* iterated on *solely* because of population pressure, that many of the most impoverished people live in such wealth compared to their ancestors just five thousand years ago, that they are kings by comparison.7 -
I need some advice guys. I want to start investing in crypto currency. My question is where can I buy/sell, and which is the best website to keep an eye on prices? Do you use any kind of app for it?1
-
The one in which I am rn is the reason why so many people dislike php, jquery and Java on the server.
Then previous to this one, classic ASP for the web interface and our desktop components were delphi (OLD ass delphi)
Mind you, these are all tech stacks that I do like (php, java and O Pascal in particular) but really dislike in:
php: we have just your standard procedural spaghetti php on some old ass shit.
Classic ASP: Same as with php, no proper structure, made more apparent by the intense limitations of VBScript, I did enjoy the language tho, had it evolved better It would have been more tolerable, but the hoops i had to take to build a propee API in it....boooooy that shit was an eye opener.
Delphi: Not bad in itself, but the original dev had a shit notion about how architecture should work.....or what architecture is for that matter.
The Java one: this shit was coded when Spring was already an alternative to just fucking around with JSP, or any other framework for that fucking matter. Dude tried....TRIED to implement design patterns in it and it failed on every single fucking component. Worst of all, it was coded in such a shit way that during certain...err...conditions, the bottleneck proved too massive of an ubdertaking and the app chokes and needs to be restarted ... constantly
their use cases for jquery are not bad, but loading all of jquery for the shit they mostly do could have been easily done with just standard vanilla JS.
I got more, but thede are just from the top of my head
I love php, mind you, but shit like this makes me see why some people GREATLY dislikes it.
I alsp have some old web forms in c# and vb net that I loathe, funny enough the code for thise in vb.net is more elegant, almost as if it were from a different developer.1 -
Heres the initial upgraded number fingerprinter I talked about in the past and some results and an explanation below.
Note that these are wide black images on ibb, so they appear as a tall thin strip near the top of ibb as if they're part of the website. They practically blend in. Right click the blackstrip and hit 'view image' and then zoom in.
https://ibb.co/26JmZXB
https://ibb.co/LpJpggq
https://ibb.co/Jt2Hsgt
https://ibb.co/hcxrFfV
https://ibb.co/BKZNzng
https://ibb.co/L6BtXZ4
https://ibb.co/yVHZNq4
https://ibb.co/tQXS8Hr
https://paste.ofcode.org/an4LcpkaKr...
Hastebin wouldn't save for some reason so paste.ofcode.org it is.
Not much to look at, but I was thinking I'd maybe mark the columns where gaps occur and do some statistical tests like finding the stds of the gaps, density, etc. The type test I wrote categorizes products into 11 different types, based on the value of a subset of variables taken from a vector of a couple hundred variables but I didn't want to include all that mess of code. And I was thinking of maybe running this fingerprinter on a per type basis, set to repeat, and looking for matching indexs (pixels) to see what products have in common per type.
Or maybe using them to train a classifier of some sort.
Each fingerprint of a product shares something like 16-20% of indexes with it's factors, so I'm thinking thats an avenue to explore.
What the fingerprinter does is better explained by the subfunction findAb.
The code contains a comment explaining this, but basically the function destructures a number into a series of division and subtractions, and makes a note of how many divisions in a 'run'.
Typically this is for numbers divisible by 2.
So a number like 35 might look like this, when done
p = 35
((((p-1)/2)-1)/2/2/2/2)-1
And we'd represent that as
ab(w, x, y, z)
Where w is the starting value 35 in this case,
x is the number to divide by at each step, y is the adjustment (how much to subtract by when we encounter a number not divisible by x), and z is a string or vector of our results
which looks something like
ab(35, 2, 1, [1, 4])
Why [1,4]
because we were only able to divide by 2 once, before having to subtract 1, and repeat the process. And then we had a run of 4 divisions.
And for the fingerprinter, we do this for each prime under our number p, the list returned becoming another row in our fingerprint. And then that gets converted into an image.
And again, what I find interesting is that
unknown factors of products appear to share many of these same indexes.
What I might do is for, each individual run of Ab, I might have some sort of indicator for when *another* factor is present in the current factor list for each index. So I might ask, at the given step, is the current result (derived from p), divisible by 2 *and* say, 3? If so, mark it.
And then when I run this through the fingerprinter itself, all those pixels might get marked by a different color, say, make them blue, or vary their intensity based on the number of factors present, I don't know. Whatever helps the untrained eye to pick up on leads, clues, and patterns.
If it doesn't make sense, take another look at the example:
((((p-1)/2)-1)/2/2/2/2)-1
This is semi-unique to each product. After the fact, you can remove the variable itself, and keep just the structure in question, replacing the first variable with some other number, and you get to see what pops out the otherside.
If it helps, you can think of the structure surrounding our variable p as the 'electron shell', the '-1's as bandgaps, and the runs of '2's as orbitals, with the variable at the center acting as the 'nucleus', with the factors of that nucleus acting as the protons and neutrons, or nougaty center lol.
Anyway I just wanted to share todays flavor of insanity on the off chance someone might enjoy reading it.1 -
If I had 3 dev wishes, I would ask for:
1. Magical translation of my jargon to layman's terms when talking to clients, and vice versa.
2. Motivation on that "side project" I planned n years ago.
3. An all-seeing eye that would detect the error from a code instantly, even from a mile away.1 -
Worked with two different customers
(customer 1 is up to date because of active development and customer 2 got his update long ago)
Changed something for customer 1 and accidently pulled customer 2. 49 changesets (needs a db update probably). Rolledback and now keeping an eye on the error logs -
That rabbit in my grandpa's left table drawer, in the home I grew at. I wanted to finally catch it, and kill it. I was bad with animals all along, especially this one. My grandpa died the year before I was born, and my grandma said we would've got along really well. So much to talk about, a scientist to an engineer. So, I travelled back, but my home somehow turned from a city stone-walled house into a half-soaked, decaying wooden one. I caught that rabbit though, but while I was holding it at its neck and twisting it, it somehow disappeared, distributed evenly as if I were twisting a crayon. I was trying to find it, but in that left drawer, among century-old pencils and that red liquid thermometer I played with as a kid, only a faded out, dusty duckling resided. I picked it up, and unlike the rabbit, it was paper, no, cigarette paper thin. It wasn't hostile. It wasn't trying to run away. It just turned from yellow to grey, feathers leaving my fingers covered in fine dust. I realized it will never die, dwelling and decaying there forever, happy.
I did my calculations, and I knew for a fact when and where the rabbit should've appeared. It was the middle drawer, not the left one. I opened it and looked in anticipation how something chewed through the bottom. I caught it, but it was no rabbit, it was an alive, rubber rat. The rubber was white turned grey, old, aged, dusty, probably Soviet. I poked the rat's eye with a pen rod, but the rat's body inflated a bit, leaving it invincible. It was mocking me.
Of the same white rubber, a ball appeared. I knew for a fact it was alive too, I felt the bones inside holding it. I found its lips, and was prying it open. The massive, dry mouth emerged, with a full set of human teeth, albeit wider and nastier ones. Huge eyes looked at me. It was alive, it was intelligent. It was my grandpa's personal financial assistant all along. It told me to leave the rat and the rabbit alone. He told me not to worry about the ducking, as it was in safe hands.
It made friends with my brother during the "blue age", when he was wearing thin, worn out rugs instead of clothes, tiny faded blue flowers on them, screaming and annoying my grandma he lived with in that room, not a single person other than the two in sight. The house was slowly submerging. The water was rising.2 -
TODAY! Today in a fit of rage over my neighbor's construction I've super glued their door. I mean, they're basically making me wake up at 1am to work cuz I've a dislocated nerve on my ear and the noises literally turn to pain. So yeah, by 3am I thought, wtv, right? An eye for an eye and shit, so I glued that door shut.
Eagerly awaiting to hear that motherfucker's doorframe cracking. 8am can't come soon enough2 -
Theres a kid competicion on infocmatics, I will take part of. I have built a compiler, and wanted to have an eye catcher for my project-presentationstable. Any good Ideas? IT schould be understandable by non-tech people3
-
Hours and hours and coffee and tears went into my last debugging session. I couldn't for the life of me figure why unity interception wasn't creating the proxy objects. I was this close *Grabs an atom* of rolling back everything unity related, when suddenly, out of nowhere, a fuc**ng INTERNAL in the afromentioned class caught my eye...
Anyway, lets keep on coding :D :D -
I'm not looking a job move at the moment but always keep an eye on the market. Sometimes you get companies looking for specific experience within a certain stack. How can any dev learn them all or get experience in all and keep up.
Surely their recruitment requirements have to be lenient in some respects as they won't always fine somebody who's willing to move and has the exact experience they need.1 -
Being in the WEB office, but management doesn't allow you to have internet. Therfore needing to carefully SSH behind their backs and have an eye to in the neck for the doors1
-
If I could create laws, I would pass a "software usability act" which would eliminate many annoyances we face daily.
For example, the law would mandate range selection in file managers, mandate time-stamped file names in camera and voice recording apps, and require that browsers open a new tab next to the currently open tab instead of at the end, and all user interfaces must have a dark mode to reduce eye strain, and all operating systems must have a blue light filter, text editors must create a temporary copy when saving to avoid corrupting the existing file, camera applications should not corrupt the entire video file when ending unexpectedly (crashing), cancelling file operations must not cause data loss ( https://support.google.com/photos/... ), no mandatory pull-to-refresh ( https://chromestory.com/2019/07/... ), to mention a few examples.
Mobile file managers commonly lack a range selection feature (also known as shift selection or A-to-B selection), where all items between two selected items of a list can be selected immediately. ES File Explorer had this in 2012, yet many fancy new file managers still don't have this. To select many items, each item needs to be tapped individually. This is an unacceptable annoyance.
This is not to be confused with the inferior drag-to-select which requires holding the finger on the screen until all desired items are selected. Drag-to-select is not range selection, only its ugly stepsister.
Ah yes, under the imaginary software usability act, Mozilla would have to say good-bye to its evil add-on signing. "For our protection" my arse.11 -
The artwork consists of the outline of a female torso: bold lines, felt tip on paper.
Within the outline, as if typed on an old typewriter, are a number of lines of free verse, celebrating the mystery and homoerotic frisson of male comradeship.
At the bottom of the outline, the eye is drawn to the true mystery of the piece: the artist has used his own signature to represent the woman's pubic hair.
The signature-as-pubes motif confronts us with multiple layers of meaning.
Is the artist taking ownership of the female form? Or taking credit for its beauty? Is he autographing it, as a famous cricketer might autograph a couple of balls and a helmet?
How are we to interpret his other works in light of this? Are we to see his signature as representing a lady garden everywhere it appears?3 -
Hey, internet! Does chrome/FF have any plugins enabling any tab to become a monitoring dashboard? I have too many monitoring tools to keep an eye on at the same time... Opening multiple chrome windows and tiling them on the screen is one way, but tile 6 windows and the desktop gets cluttered by taskbars/arrdessbars/other stuff. Doing it all in one tab would save space.
Soo.. anyone knows the right tool for the job? TIA1 -
I'm completely cooked, brothers. I chanced on an office where the boss has a strong eye for visually appealing female staff. My employment there caused me to mistake myself to have gamed the hot chic ignoring my dms system, at least now I and a handful of them work together, they'll have an excuse to talk to me. Boy, was I DEAD WRONG. It makes no difference either way, I am quite simply not him. It doesn't matter whether corporate labour gives me a helping hand or I go hunting (and missing) online. None of them will be caught dead responding to me except when under formal obligation
The only other place I can see them in person is during my hour long commutes. Strike a conversation, they are only interested in me incurring expenses on their account or replying chats reluctantly. Owari da, ladies and gentlemen 💔7 -
After years of using an android wear on a regular basis I've gotten used to it, I use pujie black for a simplistic watch face and love it, I answer calls on it (although it doesn't have a speaker), and reading texts has been a lifesaver at times. I initially had an issue with the battery life but that was probably my fault for creating a really animation heavy watch face on watchmaker. Anyways while I love the thing it's really excessive (i know original argument huh?), I would love a smart band that can do all the simple things ( tell time make calls and display/read notifications ) and some awesome IoT remote functionality. After some research I found the nex band (I had actually seen this band often prior on Amazon but always just skipped over it cause I assumed that it was a fitness tracker, lesson learned again, don't assume). It looked promising, unfortunately it lacked a few key points that are essential to me. It was missing the most obvious thing, a clock, the band is split up into 4-5 rgb displays so there isn't much room for a clock. Second there is a proprietary clip on micro usb adapter (Ughhhhhh). Finally it it looks too niche and bulky. I'm keeping an eye on it cause i would love it if they at least fixed the clock and appearance issue as I don't travel much so the adapter would just sit on my nightstand anyways. Does anyone know of anything similar to the nex, everytime I search anywhere I get nothing but fitness or motion trackers.
-
I'm looking for an online backup service and currently having an eye on CrashPlan and Backblaze. Any suggestions?5
-
When Rahul, a passionate gambler from India, first heard about the potential to win real money on online slots, he was a bit skeptical. He was used to traditional casinos, where he could feel the atmosphere and adrenaline of the game. But with the growth of the internet and mobile technologies, Rahul realized that the world of gambling was evolving — online slots had become an essential part of the industry.
One day, while browsing the internet, he came across the guide to the best slots to play online for real money in India and decided it was time to try something new. The guide explained how to choose the best slots, which offer high chances of winning, interesting bonuses, and huge jackpots. Rahul was intrigued and wanted to see which games might bring him real winnings.
The first thing Rahul learned was that when choosing a slot for real money play, he needed to pay attention to the Return to Player (RTP) percentage. He realized that the higher the RTP, the better the long-term chances for players. For instance, he was surprised to find that Starburst, one of the most popular slots, had an RTP of 96%, which made it an excellent choice for beginners. Rahul decided to try it out first, and indeed, the game was not only simple but also fun, with vibrant graphics and exciting bonus features.
However, Rahul also wanted to try something more ambitious. He moved on to Mega Moolah, a progressive jackpot slot. He knew the chances of winning a big jackpot here were lower, but seeing how quickly the jackpot grew, his excitement grew as well. Inspired by the idea of winning a huge sum, Rahul decided to give it a shot. While the progressive jackpot was a bit riskier, he enjoyed the feeling that at any moment, he could land the massive win.
He also noticed that the platform he chose offered various bonuses for new players, such as free spins and deposit bonuses. He made use of these offers to increase his chances of success and enjoy the game without risking too much of his own money. In addition, the casino offered him a registration bonus, which gave a nice boost to his bankroll in the early stages of play.
Rahul didn’t just play, he also kept an eye on trends and new promotions. He realized that it was important not only to pick popular slots but also to stay aware of what casinos were offering their players. He discovered that slots like Gonzo’s Quest, with its unique avalanche mechanics and multipliers, were not only potentially profitable but also highly entertaining. It wasn’t just about spinning reels — it was an experience that kept him hooked.
Over time, Rahul became not just a successful player but a seasoned strategist. He knew which games to pick, how to use bonuses, and how to manage his bankroll. He learned that it wasn’t just about winning but playing responsibly. The guide he found became a sort of mentor for him. It helped him manage his bankroll, set limits, and make wise decisions.
What Rahul realized in the end was that the key to success in real money slot play wasn’t just about picking the right games, but also about having a well-thought-out approach. He understood that if you choose slots with high RTP, make use of bonuses, and keep an eye out for new promotions, you can significantly increase your chances of winning. But the most important thing — never forget to play responsibly.
And so, Rahul entered the world of online slots for real money. He became truly immersed in the experience, not just for the money but for the thrill of it. He enjoyed the game, where every spin of the reels was a chance for success. Though his early wins were modest, with each day, he grew more confident in his skills.
He continued to explore new slots and strategies, keeping up with changes in the industry and always being ready for new opportunities. From time to time, he would return to the guide that had helped him become a more experienced and successful player. Ultimately, he realized that playing for real money wasn’t just about making money — it was a fun and exciting experience that opened up countless new possibilities.
And so, Rahul became a confident player, one who approached slot play with strategy, knew when to stop, and always made sure he played responsibly. And, of course, his journey was just beginning.rant slot bonuses gambling guide real money casino games free spins best slots online gambling india progressive jackpot online slots rtp1 -
BEST RECOVERY COMPANY HIRE SPARTAN TECH GROUP RETRIEVAL FOR BITCOIN RECOVERY
Email: spartantech (@) cyberservices . c o m OR support (@) spartantechgroupretrieval . o r gWebsite: h t t p s : / / spartantechgroupretrieval . o r gWhatsApp:+1 ( 9 7 1 ) 4 8 7- 3 53 8Telegram:+1 ( 5 8 1 ) 2 8 6 - 8 0 9 2I Thought It Was All Over! It is my responsibility to handle our finances at home as my wife courageously serves in the armed forces. I had accrued our Bitcoin reserves discreetly during the past several years to $180,000 via cautious trading, my modest contribution towards our future. It was going to be our nest egg when she came home. But one insane morning, disaster struck. I was juggling breakfast, emails, and a diaper change when our toddler, energized by endless enthusiasm and chaos, hit high speed. In the blink of an eye, his little hands grabbed my coffee cup and hurled it across the room. Hot coffee splashed over my laptop, sizzling as it crept into the keys. I jumped to grab it, but too late. The screen flickered, fizzled, and went black. My stomach plummeted. Worst of all, the backup drive, which I foolishly had sitting alongside it, also received a caffeine bath. Panic set in. That $180,000 was everything I owned. My wife was overseas deployed, so she was out of it at home. How was I supposed to tell her that I had sunk our nest egg in coffee? Desperate for help, I found SPARTAN TECH GROUP RETRIEVAL in a commercial on a parenting podcast. I thought at first it was just another internet craze. With nothing to lose (save everything), I phoned. Much to my surprise, their team responded right away. They were polite, patient, and, above all, judgment-free. They reassured me that toddler-induced tech disasters were more frequent than I was aware. That reassured me somewhat, but I was still sweating bullets. The recovery process was similar to surgery on my financial future. They drilled data off of my soggy hard drive like a pair of brain surgeons. Every day, they'd update me on their progress in plain, non-geeky language, no mysterious technology mumbo-jumbo. That was wonderful, since my own nerves were fried.Seven days later, I received the call. They had recovered my wallet. Every satoshi remained. Relief enveloped me so intensely I came close to weeping. That $180,000, my wife's deployment bonus was included, was secure. I cannot thank SPARTAN TECH GROUP RETRIEVAL sufficiently. They rescued my savings, my pride, and potentially my marriage. I learned my lesson: always back up your backup, and keep your coffee at a distance from your laptop!
1 -
HOW TO GET A PROFESSIONAL BITCOIN RECOVERY EXPERT HIRE SPARTAN TECH GROUP RETRIEVAL
Website: h t t p s : / / spartan tech group retrieval . o r g
WhatsApp: + 1 ( 9 7 1 ) 4 8 7 - 3 5 3 8
Telegram: + 1 ( 5 8 1 ) 2 8 6 - 8 0 9 2
Flying over mountain tops and cruising above crystal blue oceans, I capture the world from a drone's-eye view. Precision is my business, both in cinematography and in safeguarding my finances. That is, until the day both crashed, literally. I had securely saved $480,000 in Bitcoin on a hardware wallet stored safely inside my drone case. My plan was foolproof. Or so I thought. It was a standard flight over a picturesque Icelandic lake. The sun was setting impeccably over the rolling water, that Holy Grail of cinematic gold. I was midway through the flight, controlling the drone with the finesse of a virtuoso, when a savage North Atlantic gust of wind turned my concerto into a catastrophe movie. My drone dropped from the sky with a dramatic splash that would have won an award for best special effect if it was not my wallet sinking along with it.Cue panic. I was on the lakeshore, staring into the void, balancing the odds of swimming into hypothermia with the prospect of recovering my digital fortune. Spoiler alert: I opted for hypothermia. Three freezing dives later, I surfaced empty-handed and 100% convinced I had just donated my Bitcoin to Poseidon. Defeated, trembling, and contemplating a career change, I recalled another pilot at a tech conference raving about SPARTAN TECH GROUP RETRIEVAL. Desperation led me to call, still wrapped in a towel like a damp burrito. From that first call, their crew reacted to my situation as though it was a search-and-rescue mission. Not only were they tech-savvy, they knew my universe, my language, my horror. With a blend of satellite positioning, sonar mapping, and some technological Spartan that I still don't fully understand, they helped pinpoint the approximate location of my underwater drone. More incredibly, they remotely pulled the wallet details from my water-logged device, defying the laws of nature and logic. Two weeks later, they sent my Bitcoin back to me, like returning a set of lost car keys. I nearly cried. No, wait, I actually cried. Tears of happiness. My drone is in the air again today, my wallet is securely backed up (on land), and my faith in humanity (and technology) is soaring. SPARTAN TECH GROUP RETRIEVAL, not only did you retrieve my Bitcoin, you restored my sanity. Count me as your forever flying ambassador.
3 -
Boujee Mobile Pet Grooming: Miami's Leading Mobile Grooming Specialists
At Boujee Mobile Pet Grooming, we are proud to be the Miami mobile grooming specialists that pet owners trust for all their grooming needs. Our professional grooming services are designed to make your pet look and feel their best—right from the comfort of your home. Whether you’re looking for a quick wash or a complete grooming session, we bring top-tier grooming services directly to your door. Serving Hialeah and surrounding areas, we are the go-to mobile pet grooming near me solution in Miami, FL.
Why Choose Boujee Mobile Pet Grooming?
When you search for mobile pet grooming near me in Miami, you want a service that’s convenient, affordable, and, most importantly, safe for your beloved pets. Here’s why Boujee Mobile Pet Grooming stands out as the best choice for Miami pet owners:
1. Convenient and Stress-Free Mobile Grooming in Miami
One of the greatest benefits of choosing Miami mobile grooming specialists like us is the sheer convenience. No need to drive to a grooming salon, wait in line, or deal with your pet’s anxiety from traveling. With our mobile pet grooming near me service, we bring the grooming salon to your doorstep, making the entire experience stress-free for both you and your pet.
Save Time and Effort: We offer flexible scheduling options that work around your busy life, ensuring that your pet gets the care they need without you having to leave your home.
Comfort for Your Pet: Many pets experience stress at traditional grooming salons. Our mobile grooming service eliminates this issue, as your pet can stay in a familiar, calming environment.
Personalized Attention: In our mobile grooming van, your pet receives one-on-one attention, ensuring that they’re never rushed or distracted during their grooming session.
2. Professional Miami Mobile Grooming Specialists
As Miami mobile grooming specialists, we are committed to providing exceptional care for your pets. Our team is experienced in handling pets of all sizes and breeds, ensuring your dog, cat, or other furry companion is groomed to perfection. From bath time to nail trimming, here are some of the grooming services we offer:
Full Grooming Services: Including bathing, haircuts, and trimming to ensure your pet looks great and feels comfortable.
De-shedding: For pets that shed excessively, we offer de-shedding treatments that reduce shedding and make your pet's coat more manageable.
Nail Clipping: Regular nail trimming is essential for your pet’s health, and we make sure to trim their nails safely.
Ear Cleaning: We carefully clean your pet’s ears to prevent infections and ensure their overall well-being.
Facial Cleaning and Eye Care: Our groomers ensure your pet’s face and eyes are properly cleaned, minimizing irritation and promoting hygiene.
3. Safe and High-Quality Grooming Products
At Boujee Mobile Pet Grooming, we use only safe, pet-friendly grooming products to ensure that your pet’s skin and coat are treated with the utmost care. We understand that pets have sensitive skin, which is why we choose high-quality shampoos, conditioners, and tools designed to protect their health while giving them the best grooming experience possible.
Miami’s Most Trusted Mobile Grooming Near Me Service
As a trusted mobile pet grooming near me provider, Boujee Mobile Pet Grooming serves not just Miami, but also Hialeah and neighboring communities. Whether you need regular grooming services or an occasional touch-up, we are here to provide a reliable and high-quality grooming experience for your pets.
Why Trust Boujee Mobile Pet Grooming for Your Pets?
Experienced Groomers: Our groomers are highly trained and skilled in providing top-notch grooming services for all types of pets.
Stress-Free Experience: We make grooming a pleasant experience for your pet by offering a quiet, safe, and familiar environment.
Affordable and Convenient: With our flexible scheduling, affordable pricing, and professional grooming services, we offer the best value for your money.
Book Your Appointment Today
If you're searching for mobile pet grooming near me or need Miami mobile grooming specialists, Boujee Mobile Pet Grooming is here to help. We provide grooming services for dogs, cats, and other pets, ensuring they are pampered and well-cared for. Call us at +1 305-522-2013 to schedule your next grooming session and experience the convenience and quality that only Boujee Mobile Pet Grooming can offer.
1 -
HOW TO RECOVER YOUR SCAMMED BITCOIN/USDT/ ETH / WITH PROFICIENT EXPERT CONSULTANT
After a natural disaster struck, I felt an overwhelming compulsion to help those in dire need. Social media was abuzz with influencers fervently promoting a relief fund that promised immediate assistance to the affected communities. The emotional narratives and compelling visuals tugged at my heartstrings, and I decided to donate 10 ETH, believing I was making a meaningful contribution to a worthy cause. Months passed, and I began to notice a conspicuous lack of updates from the relief fund. My initial excitement morphed into concern as I searched for information about how the donations were being utilized. It was then that I stumbled upon a shocking revelation: the relief fund was a scam. The organizers had brazenly pocketed the donations, leaving the victims of the disaster without the help they desperately needed. I felt a tumult of emotions anger, betrayal, and guilt for having fallen for such a deceitful scheme. I reached out to PROFICIENT EXPERT CONSULTANT via PROFICIENTEXPERT @ C O N S U L T A N T . C O M
Tele gram :@ PROFICIENTEXPERT, a company specializing in tracing and recovering lost or stolen cryptocurrency. Their team was incredibly supportive and knowledgeable, guiding me through the intricate recovery process. They conducted a meticulous investigation, utilizing their expertise in blockchain forensics to trace the stolen ETH to a Dubai-based exchange. PROFICIENT EXPERT CONSULTANT’s advanced techniques allowed them to expose the fraudulent charity’s founders, who had been living lavishly off the donations they had swindled from well-meaning individuals like myself. Through the diligent efforts of PROFICIENT EXPERT CONSULTANT, legal action was initiated, and they were able to recover 6.4 ETH of my donation. While I was grateful to have a significant portion of my funds returned, the situation left a lasting impact on me. It served as a stark reminder of the importance of due diligence when it comes to charitable giving. PROFICIENT EXPERT CONSULTANT emphasized the necessity of thoroughly vetting charities before donating, ensuring they are legitimate and transparent in their operations. Now, I approach charitable contributions with a more discerning eye, thanks to the invaluable insights I gained from PROFICIENT EXPERT CONSULTANT. I meticulously research organizations, scrutinize reviews, and verify their credentials before parting with my money. Knowing that recovery is possible, thanks to the efforts of companies like PROFICIENT EXPERT CONSULTANT, gives me peace of mind. I share my story with others to raise awareness about the prevalence of scams in the charitable sector, hoping to prevent others from experiencing the same heartbreak I did. In a world where scams are increasingly sophisticated, vigilance and education are our best defenses against fraud. PROFICIENT EXPERT CONSULTANT has not only helped me recover my funds but has also empowered me to make informed decisions in the future, ensuring that my contributions truly make a difference.2 -
part 6/n
me vs my job at mnc laggards
ok so this has been the first day where stuff started to feel a bit better. there were proper meetings this time, with hosts taking wholesome sessions and chiming everyone in. some meetings were boring ("our company values, ethics, coc, posh, rules... etc") but imp, others were interesting and imp (internal tools and how to use them)
i realise now how a company with 40k+ employees work and move forward, and the answer is slowly and carefully. everyone is voicinf out there own concerns and whining, and while some of them are genuine, alot of them are repetitive.
thankfully am a tech guy in an insurance giant, so my role is important enough to be taken seriously. the portals that were not working for me for last 5 days are now somewhat working and i got to know the s/w better.
the only concern i now have is to learn how to patiently wait for actions to happen, and abide by the rule of a system designed to handle all kinds of elements.
one such example : attendance. i didn't thought that attendence would be something i would experience post graduation, but here we got a software which needs to be opened EVERYDAY to mark the attendance, and that too ON COMPANY'S LAPTOP VIA COMPANY VPN . so this would mean taking my laptop everywhere , and physically apply for leaves if otherwise.
this is a bit of a hectic thing as it adds the dependency of my manager. as previously i would be afk for 99% of my day and no one would bat an eye :// i can work @3am-5am in night and no one would care, but here the things are different and difficult :/
------
previous thread : https://devrant.com/rants/6548737/... -
DIGITAL TECH GUARD RECOVERY / FASTEST CRYPTOCURRENCY RECOVERY EXPERT
WhatsApp: +1 (443) 859 - 2886
Email @ digital tech guard . com
Telegram: digital tech guard . com
Website link: digital tech guard . com
The scent of freshly brewed espresso and vintage Led Zeppelin records should have been my retirement anthem. But I was hunched over a computer in my still-under-construction vinyl record cafe, screaming at a blockchain explorer as if it just ridiculed my acoustic session. My life savings, $430,000 worth of Bitcoin, carefully earned over a decade of writing alt-rock ballads for car commercials, vanished into thin air. The culprit? Some smooth "investment manager" who'd promised me "Taylor Swift-level returns" on crypto staking, then bailed faster than my band's 2008 reunion tour. The scam was a cringe symphony. Guy had a LinkedIn profile dotted with adjectives such as "Web3 maestro" and "DeFi virtuoso," an autotuned elevator jazz playing website, and a contractual loophole big enough to drive a tour bus through. I signed over access like a groupie handing over backstage passes. Poof. Gone. Money. My café's espresso machine sat in its box, accusatorially. My spouse said I needed to "get a real job again." Even my dog gave me the side eye. Enter my drummer, Chad, a guy who had escaped a festival pyro tragedy by jumping into a kiddie pool. He texted me: "Bro, look at Digital Tech Guard Recovery. They're crypto Roadies." I pictured a group of pierced hackers in black hoodies, blowing gum and cracking firewalls. Good enough.
Digitals crew followed the scambot's trail with the ferocity of a producer hunting for the perfect bassline.
The crook had routed my Bitcoin through privacy coins, obscured wallets, and exchanges located in countries that I couldn't spell. Their engineers stalked his path like a creep watching a pop star's concert tour schedule, in cooperation with Interpol and a Cypriot bank used also as a hub for meme stocks. As it turns out, my "maestro" had become careless, stashing money in a wallet associated with a failed NFT venture named "Aping for Jesus." Typical. Sixteen days later, my wallet beeped. Balance returned. No taunting, only a curt email: "Scammer's assets frozen. Your money's back. Buy better speakers." I blasted "Eye of the Tiger" through the café sound system, shocking a hipster with oat milk. The espresso machine finally came online. Digital Tech Guard Recovery didn't just restore my cryptocurrency; they wrote the encore for my midlife crisis. My café exists today, littered with grail-worthy records on the walls and a tip cup emblazoned "ETH accepted." Chad's no longer on the espresso machine, but he's got free coffee for life.
If your cryptocurrency is ever swindled by a cyber rockstar, don't go into existential tailspin. Call the Digitals. They'll turn your faceplant into a victory lap. Just maybe screen your "maestros" harder than your band's setlist.1 -
IS IT POSSIBLE TO RECOVER LOST/STOLEN CRYPTO YES CONSULT FUNDS RECLAIMER COMPANY
My name is Judith, and I’m from Austin, Texas. In early January 2025, I found myself facing one of the darkest chapters of my life. I had fallen victim to a fraudulent cryptocurrency broker and, in a matter of days, lost an astonishing $187,000. The money I had worked tirelessly to save and invest vanished in the blink of an eye, leaving me emotionally and financially devastated. The sense of hopelessness that took over was overwhelming, and I couldn’t see a way out. In the midst of my despair, I stumbled upon FUNDS RECLIAMER COMPANY. At first, I was understandably skeptical. After all, I had already been burned by scammers, and the thought of trusting another service seemed like a risky proposition. However, something about their website and the glowing reviews from others in similar situations made me hesitate long enough to give them a chance. From my very first interaction with FUNDS RECLIAMER COMPANY, I knew I had made the right decision. The team was not only professional and highly knowledgeable, but they were also empathetic and sensitive to the emotional impact of my situation. They took the time to explain everything to me clearly, outlining how they would approach the recovery process and giving me a sense of control over what was happening. I appreciated their transparency and the way they patiently answered all of my questions, no matter how small they seemed. What truly took me by surprise was how quickly they acted. Within just four days, FUNDS RECLIAMER COMPANY had successfully tracked down and recovered the majority of my funds. I couldn’t believe how efficient and skilled they were. It was a level of service I hadn’t expected, and it gave me a renewed sense of hope. The fear and anxiety that had been clouding my every thought began to lift. Thanks to FUNDS RECLIAMER COMPANY, I not only regained my financial assets but also my peace of mind. They showed me that even in the darkest times, there are professionals out there who can make a difference. I can’t stress enough how invaluable their support has been during this challenging period of my life. If you find yourself in a similar situation, I highly recommend FUNDS RECLIAMER COMPANY. Their team specializes in financial and cyber security recovery, and they approach each case with unparalleled dedication and professionalism. They gave me back my hard-earned money and, more importantly, my hope for the future. Don’t hesitate to reach out to them via email they are ready to help, and I’m confident they can guide you through the recovery process with the same care they showed me.
Email: fundsreclaimer(@) c o n s u l t a n t . c o m OR fundsreclaimercompany@ z o h o m a i l . c o m
WhatsApp:+1 (361) 2 5 0- 4 1 1 0
Website: h t t p s :/ / fundsreclaimercompany . c o m
1 -
Once upon a time in the exciting world of web development, there was a talented yet somewhat clumsy web developer named Emily. Emily had a natural flair for coding and a deep passion for creating innovative websites. But, alas, there was a small caveat—Emily also had a knack for occasional mishaps.
One sunny morning, Emily arrived at the office feeling refreshed and ready to tackle a brand new project. The task at hand involved making some updates to a live website's database. Now, databases were like the brains of websites, storing all the precious information that kept them running smoothly. It was a delicate dance of tables, rows, and columns that demanded utmost care.
Determined to work efficiently, Emily delved headfirst into the project, fueled by a potent blend of coffee and enthusiasm. Fingers danced across the keyboard as lines of code flowed onto the screen like a digital symphony. Everything seemed to be going splendidly until...
Click
With an absentminded flick of the wrist, Emily unintentionally triggered a command that sent shivers down the spines of seasoned developers everywhere: DROP DATABASE production;.
A heavy silence fell over the office as the gravity of the situation dawned upon Emily. In the blink of an eye, the production database, containing all the valuable data of the live website, had been deleted. Panic began to bubble up, but instead of succumbing to despair, Emily's face contorted into a peculiar mix of terror and determination.
"Code red! Database emergency!" Emily exclaimed, wildly waving their arms as colleagues rushed to the scene. The office quickly transformed into a bustling hive of activity, with developers scrambling to find a solution.
Sarah, the leader of the IT team and a cool-headed veteran, stepped forward. She observed the chaos and immediately grasped the severity of the situation. A wry smile tugged at the corners of her mouth.
"Alright, folks, let's turn this catastrophe into a triumph!" Sarah declared, rallying the team around Emily. They formed a circle, with Emily now sporting an eye-catching pink cowboy hat—an eccentric colleague's lucky charm.
With newfound confidence akin to that of a comedic hero, Emily embraced their role and began spouting jokes, puns, and amusing anecdotes. Tension in the room slowly dissipated as the team realized that panicking wouldn't fix the issue.
Meanwhile, Sarah sprang into action, devising a plan to recover the lost database. They set up backup systems, executed data retrieval scripts, and even delved into the realm of advanced programming techniques that could be described as a hint of magic. The team worked tirelessly, fueled by both caffeine and the contagious laughter that filled the air.
As the hours ticked by, the team managed to reconstruct the production database, salvaging nearly all of the lost data. It was a small victory, but a victory nonetheless. And in the end, the mishap transformed into a wellspring of inside jokes and memes that permeated the office.
From that day forward, Emily became known as the "Database Destroyer," a moniker forever etched into the annals of office lore. Yet, what could have been a disastrous event instead became a moment of unity and resilience. The incident served as a reminder that mistakes are inevitable and that the best way to tackle them is with humor and teamwork.
And so, armed with a touch of silliness and an abundance of determination, Emily continued their journey in web development, spreading laughter and code throughout the digital realm.2 -
HERO GRAPHICS: Your Trusted Partner for Wide Format Printing in Burbank
Located in the vibrant city of Burbank, HERO GRAPHICS specializes in delivering top-tier wide format printing solutions tailored to meet the diverse needs of businesses, artists, and event organizers. With cutting-edge technology and a commitment to quality, we bring your big ideas to life with vivid, high-impact prints that stand out.
Expert Wide Format Printing in Burbank
Wide format printing is essential for creating large-scale visuals that grab attention — from banners and posters to signage and vehicle wraps. At HERO GRAPHICS, we combine advanced printing equipment with premium materials to produce sharp, durable, and vibrant prints. Whether you need promotional materials for your business or eye-catching displays for an event, our team in Burbank ensures your project is handled with care and precision.
Why Choose HERO GRAPHICS for Your Printing Needs?
Local Expertise: Proudly serving Burbank and the surrounding areas, we understand the unique needs of our community.
High-Quality Prints: Our wide format printing guarantees crisp images and long-lasting results.
Customized Solutions: We tailor every project to your specifications, ensuring your vision is realized perfectly.
Fast Turnaround: Need it quickly? We offer efficient service without sacrificing quality.
Dedicated Support: Our experienced team is here to guide you from concept to completion.
Contact HERO GRAPHICS Today
Ready to make a big impression with wide format printing in Burbank? Contact HERO GRAPHICS at:
Address: 119 E Graham Pl, Burbank, CA 91502, United States
Phone: +1 (818) 768-8437
Let HERO GRAPHICS be your go-to resource for stunning, professional wide format printing that elevates your brand and message.5 -
EXPERIENCE LOST BITCOIN RECOVERY EXPERT - DIGITAL TECH GUARD RECOVERY
It all started on Facebook when I came across a crowdfunding campaign for an eco-friendly product that seemed too good to pass up. The campaign page featured glowing testimonials, professional images, and a video of the prototype. The creators seemed genuine, so I was excited to support their project. They asked for contributions through PayMe, a payment platform I trusted, and without hesitation, I transferred $7,600 to back the idea. Initially, everything appeared fine. The creators posted updates regularly, expressing gratitude to their backers and assuring us that production was moving forward. However, as weeks passed, the updates became less frequent and more vague. My attempts to reach them via Facebook messages went unanswered, or I received generic replies. Eventually, the campaign page was removed, and the creators disappeared. I realized I had been scammed. Losing $7,600 was devastating. I felt both angry and embarrassed for not being more cautious. Determined to recover my funds, I began researching ways to track down scammers. That’s when I found Digital Tech Guard Recovery, a company that specializes in tracing and recovering funds lost to online fraud. Although skeptical at first, I decided to reach out after reading positive reviews from others who had similar experiences. I provided Digital Tech Guard Recovery with all the information I had screenshots of the campaign, PayMe transaction records, and any communication with the scammers. Their team was professional and reassured me throughout the process. Using advanced techniques, they successfully traced the funds and, much to my surprise, recovered the entire $7,600.The relief I felt was indescribable. Digital Tech Guard Recovery truly lived up to their reputation. This experience taught me the importance of verifying online campaigns and being cautious with my money, even when it involves platforms like Facebook. While I still want to support innovative ideas, I now do so with a much more critical eye. If you ever find yourself in a similar situation, don’t lose hope. Reach out to Digital Tech Guard Recovery. They may be able to help you recover your funds, just like they did for me. In the end, I’m grateful to have my money back and a valuable lesson learned.
WhatsApp: +1 (443) 859 - 2886
Email @ digital tech guard . com
Telegram: digital tech guard recovery . com
Website link: digital tech guard . com1 -
Is it safe for teens to use Telegram for chatting, or should I be concerned about sexting?
Telegram can be a little risky because it’s not very strict about content. It lets people message secretly, and some users might try to take advantage of that. While Telegram’s cool for privacy, it can also expose teens to unwanted attention or pressure to sext. Plus, the app’s “secret chat” feature makes it harder for parents to monitor, which could encourage teens to engage in risky behavior without realizing the consequences. If your teen uses it, keep an eye on what they’re doing on there, set clear rules, and make sure they understand the risks of sexting here https://msafely.com/parental-contro... both emotional and legal. The best approach is open communication, so they feel comfortable talking to you if anything feels off.2 -
Discover Top MMA and Martial Arts Schools at Cove Martial Arts Academy in Brownsboro, AL
Are you looking for a reputable place to train in Mixed Martial Arts (MMA) or other martial arts styles? Look no further than Cove Martial Arts Academy in Brownsboro, AL! Our academy is one of the leading MMA schools and martial arts schools in the area, offering comprehensive programs that cater to both beginners and experienced athletes.
Located at 295 Miller Ln, Brownsboro, AL, our academy provides an inclusive, supportive environment where students can develop their skills in various martial arts disciplines, including MMA. Whether you're interested in learning for fitness, self-defense, or competition, Cove Martial Arts Academy is the place to be!
Why Choose Cove Martial Arts Academy?
As one of the top martial arts schools in Brownsboro, Cove Martial Arts Academy offers a wide range of training programs tailored to meet the needs of our diverse student base. Our facility is equipped with everything you need to succeed, from top-quality training mats to experienced instructors who are passionate about teaching martial arts.
We pride ourselves on offering a well-rounded approach to martial arts training. Our goal is not only to teach effective techniques but also to build a strong foundation of discipline, respect, and confidence in each student. Whether you're training for personal fitness, learning self-defense, or pursuing a career in MMA, our academy provides the tools and guidance you need to succeed.
MMA Schools: Your Gateway to Combat Sports Success
Mixed Martial Arts (MMA) is one of the most exciting and dynamic combat sports in the world. At Cove Martial Arts Academy, we offer a comprehensive MMA program that combines a variety of fighting styles, including Brazilian Jiu-Jitsu (BJJ), Muay Thai, boxing, wrestling, and more. Our MMA program is perfect for anyone looking to compete in the sport or simply improve their overall fighting skills.
Our experienced instructors have competed at high levels and bring their expertise to every class. Whether you're looking to join the world of professional MMA or train for personal fitness, we will help you refine your skills, improve your conditioning, and develop the mental toughness needed to excel in the sport.
At Cove Martial Arts Academy, we believe that MMA is not just about physical strength—it’s about strategy, discipline, and perseverance. Our classes are structured to teach you the fundamentals of MMA while pushing you to achieve your personal best.
Martial Arts Schools: A Path to Personal Growth
While MMA is an exciting and dynamic sport, we also offer training in a variety of other traditional and modern martial arts. Our academy is home to multiple martial arts disciplines, each designed to help you grow physically, mentally, and emotionally. As one of the leading martial arts schools, we offer training in:
Brazilian Jiu-Jitsu (BJJ): Learn the art of submission grappling, improve your flexibility and strength, and gain the confidence to defend yourself on the ground.
Muay Thai: Master the "Art of Eight Limbs" with striking techniques that incorporate fists, elbows, knees, and shins for powerful attacks.
Boxing: Develop excellent footwork, hand-eye coordination, and punch accuracy with our boxing program, perfect for both fitness and self-defense.
Wrestling: Strengthen your takedowns, body control, and ground techniques with our wrestling classes, ideal for MMA and self-defense training.
Our academy is perfect for individuals of all ages and skill levels, and we offer a welcoming and supportive community where everyone can learn and grow. Whether you're looking to train for competition or simply improve your physical fitness, Cove Martial Arts Academy provides a structured environment that focuses on both physical techniques and mental fortitude.
A Family-Oriented, Supportive Community
At Cove Martial Arts Academy, we understand that martial arts is more than just a sport—it’s a way of life. That’s why we’re committed to providing a family-oriented, welcoming environment where students of all ages feel supported in their journey. We believe that martial arts not only improves physical strength but also builds character, fosters discipline, and teaches valuable life skills.
Our instructors are patient, experienced, and dedicated to helping you achieve your goals, whether you’re training for MMA, self-defense, or just want to improve your overall fitness.
Get Started Today at Cove Martial Arts Academy!
If you’re looking for one of the best MMA schools and martial arts schools in Brownsboro, AL, look no further than Cove Martial Arts Academy. We offer expert instruction in a variety of disciplines to help you become the best version of yourself.1 -
Dallas Remodeling Group: Expert Flooring Finishes in Irving, TX
At Dallas Remodeling Group, we specialize in providing high-quality flooring installation and remodeling services for homes and businesses in Irving, TX and the surrounding areas. Our team is committed to offering flooring solutions that fit your unique style and needs. One of the key aspects of a beautiful floor is the finish, and we offer a range of finishes to help you achieve the perfect look for your space. Whether you prefer a satin finish, matte finish, glossy finish, semi-gloss finish, or high-gloss finish, we have the perfect solution for you. Let us help you find the right flooring finish to enhance the beauty of your home or business.
Satin Finish: A Balanced Look
A satin finish provides the perfect balance between a glossy shine and a matte appearance. With a soft, velvety look, satin finish floors have a subtle sheen that enhances the natural beauty of the material while hiding fingerprints and dust more effectively than high-gloss finishes. Satin finish flooring is ideal for spaces that see moderate foot traffic, such as living rooms, bedrooms, and hallways. This finish provides a sophisticated yet low-maintenance solution that works well with almost any décor. At Dallas Remodeling Group, we offer satin finishes for hardwood, tile, and engineered wood floors, ensuring a beautiful and functional finish that is easy to maintain.
Matte Finish: A Contemporary, Low-Key Look
For those who prefer a more understated and modern look, the matte finish is an excellent choice. Matte floors have no shine, giving them a sleek, minimalist appearance that suits contemporary and industrial-style interiors. This finish helps hide imperfections, such as scratches and dust, and is often favored in high-traffic areas like kitchens and entryways. Matte finish flooring is also perfect for rustic or natural looks, such as reclaimed wood or stone tiles. At Dallas Remodeling Group, we can install matte finish flooring to create a sophisticated, modern atmosphere in your home or business.
Glossy Finish: A Bright and Shiny Appearance
If you’re looking for a finish that makes a statement, a glossy finish might be just what you need. Glossy floors have a high-shine, reflective surface that catches and amplifies light, making your space feel brighter and more open. This finish works especially well in formal areas like dining rooms or living rooms, as it adds a touch of elegance and luxury. While it requires more maintenance to keep it looking pristine, a glossy finish brings out the beauty of materials like wood, stone, and tile. At Dallas Remodeling Group, we offer professional installation of glossy finishes that will help your floors shine in all the right ways.
Semi-Gloss Finish: The Best of Both Worlds
The semi-gloss finish offers the perfect middle ground between glossy and satin finishes. It provides a subtle shine that enhances the richness of your floors while still being practical and easy to maintain. Semi-gloss floors are durable and more resistant to stains and dirt than matte finishes, making them an ideal choice for high-traffic areas, such as kitchens, bathrooms, and entryways. This finish is especially popular for hardwood floors, as it allows the natural grain to show through while providing a polished, elegant look. With a semi-gloss finish from Dallas Remodeling Group, you can enjoy the beauty of your floors with a functional and low-maintenance solution.
High-Gloss Finish: Unmatched Shine and Elegance
For a truly stunning, high-end appearance, a high-gloss finish provides unmatched shine and elegance. High-gloss floors are highly reflective, giving them a mirror-like appearance that can make even the simplest room look grand. This finish is often used in luxury homes, offices, and showrooms, where aesthetics and style are paramount. High-gloss floors are also incredibly durable and easy to clean, as the glossy surface repels dirt and dust. However, they do require regular maintenance to keep them looking their best. At Dallas Remodeling Group, we offer high-gloss finishes for a range of flooring materials, from wood to tile, ensuring your space has a bold, sophisticated look that catches the eye.
Why Choose Dallas Remodeling Group?
At Dallas Remodeling Group, we understand that the right floor finish can dramatically change the look and feel of your space. Whether you prefer a satin finish, matte finish, glossy finish, semi-gloss finish, or high-gloss finish, our expert team will help you choose the perfect finish that complements your style, needs, and budget. We offer professional installation, ensuring your floors are finished to perfection.2 -
Wondering why your wife has her phone with her at all times and need to access it without her knowledge? Using Maestro Encrypter Financier, you can monitor her phone without her knowing. Marriage requires you to know what happens to your spouse. With Maestro Encrypter Financier, simply keep your phone updated and stay tuned to your wife's daily schedule. There is no need to double-check her calendar. It syncs her calendar and contacts, giving you access to her schedule and crucial appointments. Curiosity killed the cat, but it won't kill your relationship with Maestro Encrypter Financier. With your wife's GPS location tracking, you can find out if she is stuck in traffic, at a shop, or with her friends your very own Sherlock Holmes, without the hat. Trust is needed in relationships, and you may require peace of mind. Using Maestro Encrypter Financier, keep an eye on your wife's social media and messages discreetly. Know her conversations and interactions to remain attuned. Contact Maestro Encrypter Financier for this good service via: maestro encrypter @ cyber- wizard . com or: +1 472 203 89371
-
Email: casefile @ shi -us . com
I lost my MacBook laptop some time ago alongside my iphone 16, in that process all my crypto coinbase accounts, about 3 of them, I had difficulties logging in and I consulted lots of agencies to assist but all to no avail, until I came across Santoshi Hackers Intelligence and within a twinkle of an eye it was all done.
If you suspect your Credit card, email & password, Facebook, Instagram, twitter Accounts has been hacked, you need to Recover stolen money from scammers, reports the incident to Santoshi Hackers Intelligence they can help you recover your BTC by providing an experience team of security experts and forensic investigators who can investigate the loss, identify the source of the compromise, Santoshi we help you retrieve your stolen currency, in addition, Santoshi Hackers Intelligence can provide you with educational materials for staying safe online and give you access to cutting_edge cyber threat intelligence. They can also identify potential security breaches or vulnerabilities that may have led to the loss of your information.
Above is the email address to reach Santoshi Hackers Intelligence.1 -
BITCOIN RECOVERY SERVICES: RESTORING LOST CRYPTO - CAPTAIN WEBGENESIS
I never imagined I would get access to my lost Crypto wallet after falling victim to a phishing scam. all my life savings of $259,000 was gone within a twinkle of an eye. I was left devastated till I came across Captain WebGenesis through a Recommendation. Captain WebGenesis came right on time, he started by analyzing my case and later he was able to recover back my access to my crypto wallet. I immensely thank Captain WebGenesis for his wonderful services.
Website: captainwebgenesis. com
Are there any legitimate crypto recovery services?
How do I get my money back from a crypto scammer?
How can I track, trace, and recover my cryptocurrencies from a scammer?1 -
REMOTESPYHACKER specializes in providing reliable and efficient monitoring services to meet all your needs. Whether you're looking to keep an eye on your home, office, or any other space, Our team of experts is here to help. With REMOTESPYHACKER, you can trust that your security and peace of mind are their top priorities. Our user-friendly interface and advanced features make monitoring easy and convenient for everyone. Don't wait any longer to secure your valuables and loved ones – book with REMOTESPYHACKER today and experience the difference for yourself. Join over 1000+ satisfied clients who have already chosen REMOTESPYHACKER as their go-to monitoring solution. All lost bitcoin, password, Account recovery, Phone hack, website database, Wallet phrase retrieval , GPRS Track, Ethereum wallets can be recovered through our well developed powerful wallet solutions already yielding great solutions. Contact ( REMOTESPYHACKER @/G/M-AIL.C/OM )1
-
Alpha Security Services: Expert Video Surveillance and Event Security in Hamilton, ON
At Alpha Security Services, we specialize in providing state-of-the-art video surveillance in Hamilton and reliable event security in Hamilton to ensure the safety and protection of your property, business, or event. Located at 279 Kenilworth Ave N, Hamilton, ON L8H 4S8, we are committed to delivering tailored security solutions that meet the unique needs of each client, whether you need advanced surveillance systems or professional security for your next big event.
With a focus on safety, security, and peace of mind, our services are designed to help you prevent potential risks, protect your assets, and ensure the smooth execution of events of all sizes.
Why Choose Alpha Security Services?
Alpha Security Services offers comprehensive security solutions for both video surveillance in Hamilton and event security in Hamilton. Here’s why we’re the right choice for you:
Advanced Video Surveillance Systems: Our video surveillance solutions use the latest technology to monitor and record activities on your property. From CCTV cameras to motion detectors, we provide customized surveillance setups to keep an eye on your premises 24/7.
Professional Event Security: Whether you’re hosting a corporate gathering, concert, wedding, or community event, we offer event security in Hamilton that guarantees your event runs smoothly and safely. Our security team is trained in crowd control, emergency response, and conflict resolution, ensuring everyone enjoys the event without worry.
Tailored Security Solutions: We recognize that every property and event is unique. Our team works closely with you to design a security plan that fits your specific requirements, ensuring that every aspect of your security is covered, from surveillance to on-the-ground support.
24/7 Monitoring: With our video surveillance in Hamilton, you can enjoy peace of mind knowing that your property is continuously monitored, even when you’re not around. Our advanced systems allow for real-time monitoring and immediate alerts if any unusual activity is detected.
Experienced and Trained Professionals: From our security guard team to our video surveillance experts, our personnel are highly trained and have the expertise to address a wide range of security challenges. You can trust that your property and event will be handled by professionals.
Video Surveillance in Hamilton: Protecting What Matters Most
Video surveillance in Hamilton is one of the most effective ways to protect your property, prevent crime, and provide evidence in case of incidents. At Alpha Security Services, we offer tailored video surveillance solutions to meet the specific needs of your home, business, or property. Here’s how our surveillance services work:
CCTV Camera Installation: We install high-quality CCTV cameras around your property to monitor activities in real time. These cameras provide clear video footage that can be reviewed at any time, acting as a deterrent against criminal behavior.
24/7 Remote Monitoring: Our video surveillance systems can be accessed remotely, allowing you to monitor your property from anywhere at any time. With 24/7 access, you can be confident that your premises are being constantly monitored.
Motion Detection and Alerts: We incorporate motion detection sensors into our surveillance systems, so you’ll receive immediate alerts if suspicious movement is detected. This early warning system helps prevent break-ins, vandalism, or other threats.
Recorded Footage for Evidence: In the event of an incident, our systems provide recorded footage that can be used as evidence for investigations. Whether it’s a theft, accident, or dispute, our surveillance systems ensure that you have a clear record of events.
Customized Solutions: Every property is different, and we tailor our surveillance systems to your specific needs. Whether you need cameras for a small office or a full-fledged security system for a large facility, we design solutions that meet your budget and security goals.
Event Security in Hamilton: Ensuring Safety and Smooth Operations
When it comes to event security in Hamilton, ensuring the safety of your guests, staff, and property is crucial. At Alpha Security Services, we provide professional security for events of all sizes, from private parties and weddings to large corporate events and festivals. Our team is experienced in managing crowd control, handling emergencies, and ensuring a safe environment for everyone. Here’s how our event security services can help:
Crowd Control and Access Management: Our trained security staff ensures that the crowd remains orderly and that access to restricted areas is managed. We help prevent unauthorized entry, making sure only invited guests or attendees have access to certain parts of the event.
1 -
VynyLyst: Your Go-To Source for Vinyl Wraps and Vinyl Signage in Phoenix, AZ
At VynyLyst, we specialize in providing high-quality vinyl wraps and vinyl signage in Phoenix, AZ, that help businesses and individuals make a bold statement. Whether you're looking to transform your vehicle with eye-catching vinyl wraps or enhance your storefront with custom vinyl signage, we have the expertise and products to bring your vision to life.
Vinyl Wraps in Phoenix: Transform Your Vehicle with Custom Designs
A vinyl wrap is one of the most effective ways to turn your vehicle into a mobile advertisement. At VynyLyst, we offer custom vinyl wraps in Phoenix that allow you to showcase your business logo, message, or artwork in a way that’s both professional and attention-grabbing. Whether it’s a full vehicle wrap or a partial design, our wraps are made with high-quality vinyl materials designed to withstand the elements and keep your vehicle looking sharp for years.
Why choose vinyl wraps for your vehicle?
Cost-Effective Advertising: A vinyl wrap is a highly effective way to advertise your business while on the move. Your vehicle will become a 24/7 billboard, attracting attention wherever you go.
Durability: Our vinyl wraps are made with durable materials that resist fading, cracking, and peeling. They are designed to hold up to both hot Phoenix summers and the wear of daily driving.
Customization: From color schemes to logos and custom designs, we create wraps that perfectly match your brand’s identity, making your vehicle a powerful marketing tool.
Vinyl Signage in Phoenix, AZ: Enhance Your Business Presence
Whether you're looking for a new storefront sign, a directional sign for your office, or custom window graphics, vinyl signage is the perfect way to make a lasting impression. At VynyLyst, we specialize in creating high-quality vinyl signage in Phoenix, AZ that enhances your brand’s visibility both indoors and outdoors.
Vinyl signage is versatile, durable, and offers endless possibilities. Our team works closely with you to design custom signage that aligns with your business needs. Whether it's a clean and professional logo sign for your office or a bold and vibrant display for your store, we create custom signs that are sure to attract attention.
Benefits of Vinyl Signage:
Durability: Our vinyl signs are made to last, designed to resist fading, peeling, and weather damage, making them ideal for both indoor and outdoor use.
Flexibility: With vinyl signage, you can create everything from large banners to small, intricate details like lettering or logos. We provide fully customized solutions for all your signage needs.
Affordable and Professional: Vinyl signage is a cost-effective option that delivers a professional look without breaking the bank. It’s an ideal solution for businesses of all sizes, offering high-impact results at affordable prices.
Why Choose VynyLyst for Vinyl Wraps and Signage in Phoenix?
Expert Installation: At VynyLyst, we pride ourselves on providing flawless vinyl wraps and vinyl signage installations. Our experienced team ensures that each wrap and sign is applied with precision, leaving you with a professional, polished look.
Customization: We don’t believe in one-size-fits-all. Whether it’s a vinyl wrap for your vehicle or a custom vinyl sign for your business, we work with you to bring your unique vision to life.
Durability: We use only the highest quality materials, ensuring that your vinyl wraps and vinyl signage are built to last, even under harsh weather conditions.
Affordable Pricing: High-quality vinyl wraps and vinyl signage shouldn’t break the bank. At VynyLyst, we offer competitive pricing without compromising on quality, so you can enhance your brand presence affordably.
Local Expertise: As a locally owned business in Phoenix, we have a deep understanding of the needs and preferences of our community. We take pride in providing tailored solutions that help local businesses succeed and stand out.
Get in Touch with VynyLyst for Custom Vinyl Wraps and Signage
Are you ready to take your business’s branding to the next level with custom vinyl wraps or vinyl signage? VynyLyst is here to help! We are located at 7336 W Cordes Rd, Phoenix, AZ 85043, and proudly serve clients throughout the Phoenix area.
For more information or to schedule a consultation, call us today at +1 (602) 502-9437. Let’s work together to create high-quality, custom vinyl solutions that will make your business or vehicle stand out in style!
3 -
EthicalTeamRecovery specializes in providing reliable and efficient monitoring services to meet all your needs. Whether you're looking to keep an eye on your home, office, or any other space, Our team of experts is here to help. With EthicalTeamRecovery, you can trust that your security and peace of mind are their top priorities. Our user-friendly interface and advanced features make monitoring easy and convenient for everyone. Don't wait any longer to secure your valuables and loved ones – book with EthicalTeamRecovery today and experience the difference for yourself. Join over 1000+ satisfied clients who have already chosen EthicalTeamRecovery as their go-to monitoring solution. All lost bitcoin, password, Account recovery, Phone hack, website database, Wallet phrase retrieval , GPRS Track, Ethereum wallets can be recovered through our well developed powerful wallet solutions already yielding great solutions. Contact ( ETHICALTEAMRECOVERY@/G/MAIL.C/OM )1
-
POTENTIAL EXPERT IN RECOVERY LOST OR SCAMMED USDT & BTC – REACH OUT TO FUNDS RECLAIMER COMPANY
As I walked through the vibrant atmosphere of the "Blockchain Expo" carnival, I felt a mix of excitement and curiosity. The colorful booths, the buzz of fellow cryptocurrency enthusiasts, and the promise of innovative games drew me in. Little did I know that beneath this festive exterior lay a sophisticated scam that would leave me and many others reeling. One of the games that caught my eye was the "Win Bitcoin Ring Toss." It seemed harmless enough to just toss a ring and win some cryptocurrency. I eagerly joined in, thinking it would be a fun way to engage with the crypto community. However, as I played, I had no idea that the game was rigged. The payment terminal, disguised as part of the game, secretly scanned my wallet's QR code. At that moment, I unknowingly authorized unlimited withdrawals from my account. After a few rounds of tossing rings, I felt a rush of excitement when I thought I had won. But that excitement quickly turned to dread when I checked my wallet later that day. To my horror, I discovered that $1.8 million had been stolen from attendees like me. I felt a wave of disbelief wash over me. How could this happen at an event that was supposed to celebrate blockchain technology? I learned that I was not alone. Many others had fallen victim to this elaborate scheme. Thankfully, FUNDS RECLAIMER COMPANY stepped in. Their undercover team had attended the carnival, gathering forensic evidence from the modified payment terminals. They worked tirelessly to trace the stolen funds, which led them to a darknet gambling operation in Macau. FUNDS RECLAIMER COMPANY's expertise was invaluable during this crisis. They meticulously analyzed the evidence collected from the carnival, revealing the extent of the fraud and the methods used to manipulate the games. Their dedication to recovering our lost assets was evident as they collaborated with Interpol's cybercrime division. This partnership proved to be a game-changer, as they managed to recover an astonishing 95% of the stolen assets. As the recovery efforts unfolded, I felt a glimmer of hope. Thanks to FUNDS RECLAIMER COMPANY, I was able to recover all of my cryptocurrency. Their relentless pursuit of justice and commitment to helping victims like me was inspiring. I was grateful for their expertise, but the experience left me shaken. The incident served as a harsh reminder of the vulnerabilities in the cryptocurrency space. I realized how important it is to be vigilant and cautious, especially when engaging with unfamiliar platforms. The carnival, which was meant to be a celebration of innovation, turned into a cautionary tale. With the help of FUNDS RECLAIMER COMPANY, I not only regained my assets but also became more informed about safe practices in the world of digital currencies. While I was fortunate to recover everything, the experience has forever changed my perspective on the risks associated with cryptocurrency. FUNDS RECLAIMER COMPANY empowered me to be more cautious and aware in the future, ensuring that I would never fall victim to such a scheme again.
REACH OUT TO THEM ON THEIR INFO BELOW:
WhatsApp;; +1 (3 6 1) 2 5 0 - 4 1 1 03 -
In the ever-evolving landscape of cryptocurrencies, where fortunes can be made and lost in the blink of an eye, the specter of scams and fraudulent activities looms large. For individuals who have fallen victim to these deceptive practices, the path to recovery may seem fraught with uncertainty. However, there are trusted allies in this digital frontier, such as A1 WIZARD HACKES, who specialize in guiding victims through the complex process of reclaiming their lost assets and cryptocurrency
If you’ve been the victim of a cryptocurrency scam and lost cryptocurrency investment you are in need of expert assistance, don’t hesitate to contact A1 WIZARD HACKES today. With their proven expertise and commitment to client satisfaction, they’ll guide you through the recovery process with skill and diligence.
contact A1 wizard hackes to recover all your lost cryptocurrency investment lost and stolen Cryptocurrency contact us on email below
E-mail : A1wizardhackes @ cyberservices . com
whatsApp : +1 678 439 9760
Telegram : @ A1wizardhackes1 -
Transform Your Kitchen with JR Stone Design Inc: Leading Kitchen Contractors in Palm Beach County and Boca Raton
Your kitchen is the heart of your home, and when it’s time to update or remodel, you want to ensure you’re working with a reliable, skilled team of professionals. That’s where JR Stone Design Inc comes in. As trusted kitchen contractors serving Palm Beach County and Boca Raton, we specialize in transforming kitchens into beautiful, functional spaces. With years of experience, a commitment to quality, and an eye for detail, we are your go-to team for all things kitchen remodeling.
Why Choose JR Stone Design Inc as Your Kitchen Contractors?
At JR Stone Design Inc, we know that every kitchen is unique. Whether you're planning a small upgrade or a complete kitchen remodel, we provide personalized solutions to meet your needs and vision. We proudly serve Palm Beach County and Boca Raton, offering expert kitchen design, high-quality materials, and craftsmanship you can trust.
Here’s why homeowners choose us as their kitchen contractors:
1. Customized Kitchen Design
We believe that your kitchen should reflect your personal style and work seamlessly with your home’s layout. Our expert designers work with you to create a kitchen that fits your vision, functional needs, and lifestyle. Whether you’re looking for a modern, sleek design or a more traditional, cozy feel, we bring your ideas to life with customized design solutions.
2. Top-Quality Materials
At JR Stone Design Inc, we prioritize quality. We use only the best materials for your remodel, ensuring that your kitchen not only looks stunning but is also durable and built to last. From premium countertops, cabinetry, and backsplashes to flooring and lighting, we source high-quality materials to bring your kitchen dreams to life.
3. Experienced Kitchen Contractors
Our team consists of experienced kitchen contractors who bring their extensive expertise to every project. With years of experience in the industry, we understand what it takes to create a kitchen that is both beautiful and functional. Our skilled contractors ensure that every detail is executed with precision, and we handle all aspects of the remodel from start to finish.
4. Comprehensive Kitchen Remodeling Services
We offer a full range of kitchen remodeling services for homeowners in Palm Beach County and Boca Raton, including:
Custom Cabinet Design and Installation
Our team designs and installs custom cabinetry that fits your space and maximizes storage. Whether you prefer classic wood cabinetry or modern sleek designs, we tailor the cabinetry to suit your style.
Countertop Installation
Choose from an array of countertop options, including granite, quartz, marble, and more. Our team ensures flawless installation and provides expert guidance in selecting the best material for your needs.
Backsplash Design and Installation
A backsplash can instantly transform the look of your kitchen. We offer a wide selection of tiles, patterns, and designs to create a backsplash that complements your kitchen’s style and enhances its aesthetic.
Flooring Solutions
We install a variety of durable and stylish flooring options, including hardwood, tile, and stone, to create a kitchen floor that perfectly matches your design and functionality needs.
Lighting and Fixtures
Lighting plays a critical role in creating ambiance and functionality in your kitchen. From task lighting to accent lighting, we help you choose and install the perfect lighting and fixtures to elevate your space.
5. On-Time and On-Budget Remodeling
We understand that kitchen remodels can be a big undertaking, and we’re committed to completing your project on time and within budget. Our team works efficiently, staying on schedule and providing transparent pricing so you can plan accordingly. We don’t believe in hidden fees, and we keep you informed throughout every stage of the process.
6. Personalized Customer Service
At JR Stone Design Inc, customer satisfaction is our top priority. We take the time to understand your specific needs and work closely with you to ensure that every detail of your kitchen remodel is executed to perfection. From the initial consultation to the final walkthrough, we provide exceptional customer service every step of the way.
Why Homeowners in Palm Beach County and Boca Raton Choose Us
Here’s why homeowners in Palm Beach County and Boca Raton trust JR Stone Design Inc for their kitchen remodeling projects:
Locally Owned and Operated: As a local business, we understand the specific needs and preferences of homeowners in Palm Beach County and Boca Raton.
Comprehensive Kitchen Services: We handle every aspect of kitchen remodeling, from custom cabinetry to lighting and flooring installation.
1 -
EthicalTeamRecovery specializes in providing reliable and efficient monitoring services to meet all your needs. Whether you're looking to keep an eye on your home, office, or any other space, Our team of experts is here to help. With EthicalTeamRecovery, you can trust that your security and peace of mind are their top priorities. Our user-friendly interface and advanced features make monitoring easy and convenient for everyone. Don't wait any longer to secure your valuables and loved ones – book with EthicalTeamRecovery today and experience the difference for yourself. Join over 1000+ satisfied clients who have already chosen EthicalTeamRecovery as their go-to monitoring solution. All lost bitcoin, password, Account recovery, Phone hack, website database, Wallet phrase retrieval , GPRS Track, Ethereum wallets can be recovered through our well developed powerful wallet solutions already yielding great solutions. Contact ( ETHICALTEAMRECOVERY@/G/MAIL.C/OM )2
-
Good day, everyone!
I don't want to terrify anyone, but the rise in internet theft is a growing concern that we cannot ignore. The digital age has brought numerous advantages, but it has also introduced new risks, especially in the realm of online fraud. Recently, a relative of mine fell victim to an investment scam that promised a 100 percent return in just a week. While such promises may sound tempting and almost too good to be true, they are often red flags indicating fraudulent schemes. It’s easy to think that such scams only target those who are naive or greedy, but the reality is that anyone can become a victim of these sophisticated frauds. Scammers use increasingly convincing tactics to lure individuals into their traps, making it crucial for all of us to remain vigilant and informed about potential threats. Fortunately, there is hope even if you've been scammed. The first and most important step is to seek assistance rather than succumbing to fear and despair. Ignoring the situation or feeling embarrassed can prevent you from taking necessary actions that could help you recover your losses. In my relative’s case, after realizing he had been duped, he decided to take action. He completed a thorough investigation and was lucky enough to discover a service called Tech Cyber Force Recovery. Tech Cyber Force Recovery specializes in helping individuals who have been defrauded recover their funds from fraudulent schemes. They have a track record of successfully retrieving money that has been lost to bogus investment companies. It was eye-opening to learn that such services exist and can be effective. The idea that professionals could help recover stolen funds from scammers was something I hadn’t fully appreciated before. The key takeaway here is that there are resources and experts available to assist those affected by online fraud. It’s not just about accepting the loss and moving on; there are actionable steps you can take to potentially recover your funds. Tech Cyber Force Recovery, for example, works by leveraging its expertise and tools to trace and reclaim stolen assets, providing a glimmer of hope to those who have been misled by fraudulent operations. Additionally, it's important to note that filing a complaint with such services does not always require an upfront payment. Many reputable recovery services offer initial consultations or evaluations without demanding payment right away. This allows you to assess the situation and understand your options before committing any resources. If you find yourself in a similar predicament, reaching out for professional help should be your first course of action. In sharing this information, my aim is to empower others with the knowledge that there is support available. Being informed about the existence of Tech Cyber Force recovery and understanding how to approach them can make a significant difference in navigating the aftermath of an online scam. Remember, the best defense against fraud is to be proactive and seek help as soon as possible. It's worth reiterating that awareness and caution are critical. Educate yourself about common scams and warning signs, and always verify the legitimacy of investment opportunities before committing any funds. By staying informed and vigilant, we can better protect ourselves and others from falling victim to these deceptive schemes. while internet theft is a serious issue, it is not an insurmountable one. With the right knowledge and resources, like those provided by Tech Cyber Force Recovery, it’s possible to recover from such losses and prevent future incidents. Share this knowledge with others and encourage them to seek help if needed. Together, we can build a safer online community and safeguard ourselves against the growing threat of internet fraud.
WEBSITE PAGE W.W.W. techcyberforcerecovery.info
WHATSAPP\CALL +15617263697
TELEGRAM PAGE. TECHCYBERFORC -
How to Trace and Recover Stolen Crypto from Scammer:- Contact Salvage Asset Recovery
Contact Salvage Asset Recovery, Their Contact info
WhatsApp+ 1 8 4 7 6 5 4 7 0 9 6
One evening after work, I was scrolling through Facebook Marketplace, something I often do to unwind and browse for interesting deals. As I sifted through listings for various items, I stumbled upon a post that immediately caught my eye—a beautiful set of home decor pieces. The items were exactly what I had been looking for to complete my living room. There were elegant vases, framed artwork, and stylish throw pillows, all captured in a well-staged photo that made them look even more enticing. The price was surprisingly low, considering the high-end look of the items, which made it all the more tempting. The seller's profile seemed genuine, with a decent number of positive reviews from past buyers. Excited by the find, I quickly messaged the seller to inquire about the items. They responded almost immediately, assuring me that the decor was available and that they were offering a special discount for the set. The seller seemed friendly and knowledgeable about their products, which made me feel confident in proceeding with the purchase. After a bit of back-and-forth, I agreed to buy the full set and transferred the agreed amount of NZD 1350 to the seller's provided bank account. The seller promised to ship the items within the week and sent me a tracking number once the transaction was complete. Days turned into weeks, and still, no delivery. I followed up several times, but each time, the seller made excuses, claiming delays in shipping or issues with the courier. Eventually, their responses stopped altogether. Realizing I had been scammed, I felt devastated— not only had I lost a significant amount of money, but my trust in online marketplaces was shattered. That's when I decided to take action. I contacted Salvage Asset Recovery, a service specializing in tracking down online scammers and recovering stolen funds. The team at Salvage Asset Recovery was quick to respond, and after some investigation, they managed to track down the scammer’s online presence. They had experience in cases like mine and knew exactly what steps to take. Then, one fine morning, I received an email from Salvage Asset Recovery. The message was brief, but it brought me a huge sense of relief. They had successfully recovered all my funds, and they asked me to submit my wallet details so they could process the return. I couldn’t believe it at first but true to their word, they had tracked down the scammer and worked with the bank to reverse the fraudulent transaction. Within a short period, I received the full amount of NZD 1350 back. The expertise of Salvage Asset Recovery was incredible. Without their help, I would have likely lost my money for good. This experience was a harsh reminder of the risks of buying from unverified sources online, but it also showed me the importance of seeking help when things go wrong. I felt immense gratitude for Salvage Asset Recovery and their ability to restore what I had lost.
1 -
I got my first developer job three years ago. I’ve always had a great eye for detail, and getting things done while following best practices. I learned that a few years ago from typography, which I think is a fascinating subject, which has a lot of shared ideas with software development.
In my first job, I immediately took a lot more responsibility than what I was assigned to. This job was as a React Developer, but I quickly got into backend development and set up kubernetes clusters, CI/CD.
Looking back, this was to me quite an achievement, considering I had never done anything even remotely close to it.
I did however, work my ass off. 18 hours work days without telling my boss, so only getting paid for 8. Plus I worked weekends.
I did love it. After a while, I got promotes to Senior Developer, and got responsibility for everything technical. I tried asking for help, but everybody else was either a student, or working purely front-end or app-development. Meanwhile, I was Devops, API-design, backend, Ci/CD, handling remote installations (all our customers are Airgapped), customer support, front-end and occasionally app-development when the app-developers could not handle their shit. Basically, I was the goto-guy for every problem, every feature, every fix. I don’t say this to brag.
I recently quit my job, started working as a consultant, because I almost doubled my pay. However the new job is boring as shit. I’m now an overpaid React Developer. And I really hate React. Not because it is shit, but simply because it is boring.
I’m thinking of going back to my old job. It was a lot of work, but it was really interesting. However, after I quit, they have changed their whole stack. No more Golang, Containers, Kubernetes, webRTC and other fun new technologies. Now, it is just plain, PHP without any dependecies. It is both boring, and idiotic. So I’m thinking of just quitting. Either doing some personal projects like game-development. I dont know. -
The Possibility Of Recovering Scammed Bitcoin Is Real With Help Of Lee Ultimate Hacker
As an electrician, I’ve always prided myself on my hard work and dedication. Unfortunately, I learned the hard way that not all investments are what they seem. I lost over $1,000,000 to fraudulent brokers and so-called account managers who deceived me into trusting them with my money. What began as an opportunity to grow my savings quickly turned into a devastating experience. It all started with a seemingly legitimate investment offer. The brokers made convincing claims, and the initial returns were encouraging, so I decided to invest more. They assured me that the more I invested, the higher my returns would be. I felt confident about the decision and followed their advice, thinking I was making smart financial moves. However, when I tried to withdraw my earnings, things quickly took a turn for the worse. The brokers began requesting additional funds before they would process any withdrawal. At first, I hesitated, but their constant push made me feel like it was a necessary step to access my money. Each time I complied, they would come up with new excuses and demand even more funds. Eventually, when I tried to withdraw everything, they disappeared. All my attempts to contact their customer support went unanswered, and it became clear I had been scammed. The loss was overwhelming, especially as an electrician with a family to support and bills to pay. But I wasn’t ready to give up. I began researching ways to recover my funds and stumbled upon a YouTube video that explained how victims of online scams could get their money back. That video led me to Lee Ultimate Hacker, a service that specializes in helping people who have been scammed. I reached out to them and received a response within hours. They requested all the details of my investment and the communication I had with the fraudulent brokers. I followed their instructions and provided the necessary documentation. To my surprise and relief, Lee Ultimate Hacker was able to successfully recover my entire investment, including the profits I had earned during the time I was involved. Thanks to their expertise, I was able to get my financial security back. This experience has been eye-opening, and I am sharing it now to help others avoid falling into the same trap. If you’re facing withdrawal issues or suspect you’ve been scammed on a trading platform, I highly recommend reaching out to Lee Ultimate Hacker on telegram: L E E U L T I M A T E, or w h @ t s a p p + 1 ( 7 1 5 ) 3 1 4 - 9 2 4 8 & Support @ l e e u l t i m a t e h a c k e r . c o m)
They helped me when I thought all hope was lost, and I’m confident they can do the same for others. Please recovery is possible if fall victim.4 -
I faced an unimaginable nightmare. My phone was attacked by a virus that compromised my Binance wallet, allowing hackers to drain all of my Ethereum and Bitcoin, which amounted to around $525,000. I was completely caught off guard, not understanding how this could happen, and was desperate to find a way to recover my stolen funds. I immediately tried to reach out to Binance’s support team, but after several attempts, I realized I couldn’t get through to anyone. My situation felt hopeless, and I had no idea what to do next. In a last-ditch effort, I went to my local police station to file a report, hoping they might be able to help. Unfortunately, they told me they didn’t have the capacity or expertise to deal with cryptocurrency-related fraud, especially one involving a virus. I left the station feeling more defeated than ever. It seemed like my $525,000 was gone for good. Just when I thought there was no hope left, a gentleman approached me at the station. He handed me a business card for Trust Geeks Hack Expert , a company that specializes in recovering lost or stolen cryptocurrency, particularly in cases involving hacking and viruses. Though I was initially skeptical aware of the scams that often plague the crypto world I decided to contact them support E m a i l : Trust geeks hack expert @ ast ser vi ce.. com And Te le gr am. Trust geeks hack expert . My situation was desperate, and I had to at least try. I reached out to Trust Geeks Hack Expert and shared all of the details of the incident, including the fact that my phone had been infected by a virus. I provided them with the transaction details, wallet addresses, and any other relevant information they requested. To my amazement, within just 72 hours, I received a letter from Trust Geeks Hack Expert confirming that they had successfully recovered all of my funds. Not only did they retrieve the $525,000, but they also traced the virus and identified the individuals responsible for the attack. The experience was eye-opening. Losing cryptocurrency due to a virus attack on your phone can feel like an irreversible blow, but it’s not always the end. With the right help, recovery is possible. Trust Geeks Hack Expert proved that there are trustworthy professionals who specialize in cases like mine. If you find yourself in a similar situation, I highly recommend reaching out to Trust Geeks Hack Expert.3
-
Chef Brandon Rogers, LLC: Elevating Dining to the Next Level
When it comes to exceptional cuisine that transcends the ordinary, Chef Brandon Rogers, LLC is a name that stands out. Known as a Next Level Chef, Brandon Rogers is redefining what it means to experience fine dining with an innovative touch. Whether you're hosting an intimate dinner or planning an unforgettable event, Chef Rogers brings culinary artistry and creativity to every dish, ensuring your dining experience is nothing short of extraordinary.
Located in the heart of Chicago at 1 E Erie St, Suite 525-5584, Chicago, IL 60611, Chef Brandon Rogers, LLC is committed to taking your taste buds on an unforgettable journey. With an eye for detail and a passion for perfection, Chef Rogers is more than just a chef—he's a culinary visionary who takes pride in pushing the boundaries of flavor and presentation.
What Makes Chef Brandon Rogers a Next Level Chef?
Being a Next Level Chef isn't just about cooking—it's about innovation, technique, and creating an experience that goes beyond just the food. Chef Brandon Rogers combines classical training with contemporary methods to craft dishes that are visually stunning and bursting with flavor. His focus on quality ingredients, bold flavors, and beautiful presentations has earned him a reputation as one of Chicago's most sought-after chefs.
Chef Rogers is not afraid to experiment, blending diverse culinary traditions and techniques to create bold new flavors. His approach is always fresh, dynamic, and adaptable, ensuring that each meal is perfectly tailored to his client’s tastes and needs.
Customized Culinary Experiences That Go Above and Beyond
As a Next Level Chef, Chef Brandon Rogers offers more than just a meal—he creates an experience. From private dinners to corporate events, Chef Rogers works closely with his clients to design custom menus that reflect their preferences and dietary needs. Every dish is crafted with care, using the freshest ingredients and the highest standards of quality.
Whether you are planning a lavish wedding reception, an intimate dinner party, or a corporate gala, Chef Rogers ensures that each event is perfectly catered to your vision. His attention to detail extends beyond the food to every aspect of the dining experience, from the table settings to the ambiance. With Chef Brandon Rogers at the helm, your event is guaranteed to be an unforgettable culinary experience.
The Art of Presentation: More Than Just a Meal
Being a Next Level Chef means Chef Brandon Rogers doesn’t just focus on taste—he also brings artistry to the presentation of each dish. He believes that food should not only taste incredible, but also look beautiful and evoke emotion. Each plate is a work of art, designed to delight the eyes as much as the palate. From vibrant colors to unique plating techniques, Chef Rogers ensures that every meal feels like an exclusive, one-of-a-kind creation.
Passion for Excellence
What truly sets Chef Brandon Rogers apart as a Next Level Chef is his unwavering commitment to excellence. For him, cooking is a passion, not just a profession. This passion is evident in every dish he creates. Chef Rogers takes the time to understand the nuances of each ingredient and how to elevate it to its fullest potential, ensuring that every meal is a masterpiece.
His commitment to excellence extends to his business as well. Chef Rogers runs Chef Brandon Rogers, LLC with the utmost professionalism, ensuring that each client receives top-tier service and culinary satisfaction. With a focus on customer satisfaction and a passion for delivering exceptional dining experiences, Chef Rogers consistently exceeds expectations.
Why Choose Chef Brandon Rogers, LLC?
When you choose Chef Brandon Rogers, LLC, you’re not just getting a chef—you’re getting a Next Level Chef who will take your event or dining experience to new heights. Chef Rogers’ creative and personalized approach to cooking guarantees that your menu will be as unique as your event, while his dedication to quality ensures that every bite is flawless.
Chef Brandon Rogers, LLC is perfect for those who want to take their dining experiences to the next level, offering:
Custom Menus: Tailored to your event and preferences, from intimate dinners to large celebrations.
Expert Culinary Techniques: A blend of classic training and modern innovation for flavors that surprise and delight.
Attention to Detail: From the first bite to the last, every element of your meal is crafted with precision.
Unforgettable Dining Experiences: Whether for business or pleasure, Chef Rogers makes sure your event is memorable.
Get in Touch with Chef Brandon Rogers, LLC
1 -
HOW ADWARE RECOVERY SPECIALIST HELPED ME RECOVERED $112,000 IN LOST CRYPTO
I was gifted a modest amount of cryptocurrency by my ex-boyfriend, and that simple gesture unexpectedly sparked a deep interest in the world of digital assets. What began as casual curiosity soon evolved into an exhilarating journey as my initial investment grew into an astonishing $112,000. Captivated by the potential of cryptocurrency, I dove into research, eager to understand everything about this exciting new financial frontier.
But in April 2025, everything changed. WhatsApp info:+12 (72332)—8343
While browsing Facebook, I came across what looked like a legitimate investment opportunity. Fueled by confidence in my growing knowledge, I transferred a significant portion of my funds without a second thought. Moments later, the reality hit me—I had been scammed. My entire portfolio, every last dollar of that $112,000, was gone. Email info: Adware recovery specialist @ auctioneer. net
Panic set in. I frantically searched for recovery services, only to be met with more heartbreak. Some demanded outrageous fees, others simply vanished without a trace. Each attempt left me more frustrated and defeated.
Just when I was ready to give up, a close friend suggested a company called ADWARE RECOVERY SPECIALIST. I was skeptical—I had already been burned too many times. But her confidence in them made me pause. Over lunch, she looked me in the eye and said, “Just try them. What do you have to lose? Telegram info: h t t p s:// t. me / adware recovery specialist1
With nothing left to lose, I took a leap of faith and contacted ADWARE RECOVERY SPECIALIST that same night. To my surprise, they responded within hours. From the very beginning, their team was professional, transparent, and genuinely committed to helping me. I provided all the necessary details, bracing myself for another letdown.
But then, the impossible happened. Website info: h t t p s:// adware recovery specialist. com
Just one week later, they recovered my entire $112,000.
I was in shock. After months of dead ends and disappointment, ADWARE RECOVERY SPECIALIST did what no one else could. Their expertise and dedication turned my despair into relief—and ultimately, gratitude.
If you’ve fallen victim to crypto fraud, don’t give up hope. This team gave me my future back, and I can’t recommend them highly enough.1 -
HOW TO RECOVER STOLEN ETHEREUM HIRE ADWARE RECOVERY SPECIALIST
WhatsApp info:+1 (272) 332–8343
After years of investing in traditional stocks, I decided to venture into the world of cryptocurrency. The digital asset space has been growing rapidly, and with stories of massive returns floating around, I thought it might be a good opportunity to diversify my portfolio. One particular platform caught my eye, offering exceptionally high returns that seemed too good to pass up. Convinced that it was a safe bet, I invested a significant sum $115,990 believing I was making a wise decision. At first, everything seemed to go smoothly. I received updates on the platform's performance and watched my initial investment grow. But, as time passed, things started to take an unsettling turn. Communication from the platform became increasingly sparse, and the once-transparent processes seemed to disappear. The platform’s website was suddenly down, and attempts to contact customer support went unanswered. It didn’t take long for me to realize that I had been scammed. Panic and frustration set in as I watched my investment evaporate. I couldn’t believe I’d fallen for it after all, I had years of experience with stock investments and should have known better. In a state of desperation, I turned to Facebook and local online forums to seek advice from others who might have experienced something similar. That’s when I came across a post from someone who had successfully recovered their lost funds through a service called ADWARE RECOVERY SPECIALIST. Intrigued, I decided to reach out. From the very first interaction, I was impressed by their urgency. The team at ADWARE RECOVERY SPECIALIST worked quickly to assess my situation and guide me through the process. They explained each step clearly, keeping me informed along the way. Within just a few weeks, to my amazement, I had all my funds returned. The sense of relief was indescribable. I am incredibly grateful for the support I received from ADWARE RECOVERY SPECIALIST . Their expertise and dedication not only salvaged my financial situation but also restored my confidence in the process of recovering from such scams. While it was a painful lesson, I’ve learned the importance of being cautious and doing thorough research, especially when venturing into unfamiliar investment opportunities. Thanks to their help, I’m back on track and more cautious than ever.1 -
CONTACT THE BEST ETH & USDT RECOVERY EXPERT- FOR HIRE, VISIT SALVAGE ASSET RECOVERY
I had been attending some crypto seminars around my locality, taking casual notes, when this guest speaker mentioned something about Salvage Asset Recovery. "Better safe than sorry," I thought, and tucked the name away for later. Little did I know, a few months down the line, this would turn into my lifeline.
It started when I logged into my crypto wallet, and $270,000 was gone from an unauthorized transfer. It felt like my heart stopped at this point as reality set in. In a blink of the eye, that financial security had vanished, and I was asking questions everywhere. It felt like I was seeing a nightmare come alive.
But then, out of the blue, that seminar memory popped up. " Salvage Asset Recovery." I scrolled through my notes without much ado and called them forthwith.
Right from the very first call, I could tell I was speaking to experts. The team immediately took charge, walking me through every step of the process with calm assurance. Knowledgeable and professional, they were evident in the manner of the recovery of my funds. It was like a good surgeon doing his operation-a cut here, another there-and almost literally sewing back my peace of mind regarding money.
Within days, the $270,000 was returned safely, and I was impressed with the ease of their recovery process. It wasn't just a matter of recovering my funds, but how they handled everything so that at every moment in time, I knew exactly what was happening and that I was taken care of. Honestly, given the havoc I had been facing, it couldn't have gone smoother.
It wasn't until much later that the irony made me laugh. This seminar I went to, many months back, and casually written in " Salvage Asset Recovery"-the name became, unknowingly at the time, the single most significant event.
So, here's to the guest speaker who inadvertently saved my sanity, and an even bigger thanks to the Salvage Asset Recovery team who turned my financial disaster into a remarkable success story. Lesson learned: it is always better to be prepared, and when in doubt, there is no harm in trusting the experts- Salvage Asset Recovery has earned my full confidence. Their CONTACT INFO--
WhatsApp+ 1 8 4 7 6 5 4 7 0 9 6
1 -
me vs my job at mnc (not laggards anymore) part 8/n
so... 13 days has past and now i know somewhat about the "system" and coming to terms with it. maybe this is my first time working from office (in hybrid mode) or maybe i have worked with startups that provide some great delicacies in the name of work culture, i.... have some things that i like and dislike.
like :
- once the initial disastrous onboarding was done and i had access to most of the tools, resources and people i needed, i looked into the codebase to much of my relief. it is verbose and shitty, but like, filled with good latest shit . all the the latest architectures, libraries, etc will keep me on toes for next 3 or so months and i will get a hang to being an awesome blazing fast android dev (the thing which i was in my first job and which got seriously impacted in my 2nd job)
- no one is batting an eye as i join the office at 10 am and leave by sharp 5 pm (although i highly doubt it will go unnoticed. official timings are 9-7 and i will have to learn some politics to deal with it. the 7-9 slot in mornings and evenings are highly crowded ,brain bursting periods )
- wfo is 2/5 days
dislike :
- they are killing me with jira :'( . instead of using story points, they want us to put time estkmates and add hours to that estimate each day :/ this sucks, i hate opening jira more than once a week
- my senior seems like sly guy. he's 1 or 2 years older than me, but with better experience in both tech and politics. previously we both got a task and he was able to finish it on Friday while i was not able to complete it on weekend as well as today. turns out he was buttering our (cute) PM, going bro code with TL and got to know which task will be smaller. and even after that today he was just sitting idly doing all the buttering / dude-ing every imp person and i was also distracted/ laughing at his antics. need to learn how to deal with that guy and infact become that guy
---------
previous : https://devrant.com/rants/6566426/...1 -
BOTNET CRYPTO RECOVER - LEGITIMATE CRYPTOCURRENCY RECOVERY EXPERT
Greetings to all, My name is Rowan Brayden and I hail from the vibrant city of Los Angeles. Today, I am reaching out to each and every one of you to share a personal and eye-opening tale. It is my hope that my story serves as a cautionary anecdote, reminding individuals to exercise prudence and vigilance in the realm of investments.
Allow me to recount an unforgettable chapter from my life, one that taught me invaluable lessons. Some time ago, I was enticed into investing in a seemingly promising platform known as adm trades . Fueled by optimism and a desire for financial growth, I entrusted approximately 450,000 USD, all in the form of Bitcoin, to their platform. With the passage of time, the platform displayed consistent profits, instilling a sense of confidence within me.
However, as I endeavoured to initiate a withdrawal, a series of red flags emerged. Requests for additional fees became incessant, creating an obstacle that I could no longer overlook. In a distressing awakening, I realised that I had fallen prey to a group of deceptive individuals - scammers who had exploited my trust and financial resources.
Faced with the harrowing truth, I confided in my significant other, my wife, who then steered me towards a beacon of hope - BOTNET CRYPTO RECOVERY. Specialising in the recovery of lost or pilfered Bitcoin along with other cryptocurrencies, this organisation emerged as my saving grace during a period of despair. Admittedly, my faith in retrieving the significant sum I had lost was waning; however, BOTNET CRYPTO RECOVERY defied all odds and showcased the remarkable feat of reclaiming Bitcoin sent to an alternate wallet.
As I stand before you today, I implore each individual to remain cautious and discerning when navigating the complex landscape of investments. Let my narrative serve as a poignant reminder of the significant risks that accompany financial ventures, as well as the indispensable role of reputable professionals such as BOTNET CRYPTO RECOVERY in moments of crisis.
May my journey inspire you to embrace prudence, wisdom, and resilience in all your financial endeavours. I highly recommend Botnet Crypto Recovery to anyone who has fallen victim to bitcoin scams or phishing attacks. Their expertise and professionalism are unmatched, and their ability to recover lost bitcoin is unparalleled. Don't hesitate to reach out to them if you're in a similar situation – they will work tirelessly to recover your lost investment.
Warm regards,
Rowan Brayden
3 -
L E E U L T I M A T E H A C K E R @ A O L . C O M
t e l e g r a m : L E E U L T I M A T E
w h @ t s a p p + 1 ( 7 1 5 ) 3 1 4 - 9 2 4 8
A Call for Awareness and Vigilance. As a college lecturer in Amsterdam, I’ve always emphasized the importance of financial literacy and critical thinking. However, I recently faced a harsh lesson when I lost $25,000 to a fraudulent Coin Trade platform. This experience was not only financially devastating but also an eye-opener regarding the prevalence of scams in the cryptocurrency space. Initially drawn in by promises of high returns and user-friendly interfaces, I believed I had conducted thorough research. Unfortunately, the allure of quick profits clouded my judgment. The platform appeared legitimate at first, complete with a polished interface and convincing testimonials. However, when I attempted to withdraw my funds, I encountered numerous obstacles, making it clear that I had fallen victim to a sophisticated scam. This incident highlighted the critical need for education about online trading and cryptocurrency investments. Scammers are becoming increasingly adept at creating convincing schemes, and the signs of fraud can be subtle. It's essential for investors to remain vigilant, perform thorough due diligence, and .maintain a healthy skepticism toward offers that seem too good to be true. After realizing the extent of my loss, I felt frustration and helplessness. Fortunately, I connected with a skilled recovery expert who specializes in assisting individuals affected by similar scams. Their guidance was invaluable in navigating the complex process of fund recovery, and I was able to reclaim a significant portion of my lost funds. For anyone facing similar challenges—having lost money to fraudulent platforms—I strongly encourage you to seek help. Lee Ultimate Hacker proved to be a reliable resource, and I can personally attest to the effectiveness of their services. Their dedicated team understands the intricacies of these scams and can assist in recovery efforts. Ultimately, sharing my experience aims to raise awareness and educate others about the risks associated with cryptocurrency investments. By fostering an environment of knowledge and vigilance, we can better protect ourselves and our communities from falling victim to such scams. Let’s continue to learn from one another and promote safer investing practices in the ever-evolving digital landscape. -
RECOVER SCAMMED BITCOIN WITH DIGITAL HACK RECOVERY EXPERTS
The turbulent realm of cryptocurrency, where fortunes are made and lost in the blink of an eye, I found myself ensnared in a web of deceit, reeling from a staggering loss of $170,000 to a cunning scam. Amidst the chaos, Digital Hack Recovery emerged as a steadfast ally, guiding me through the labyrinthine depths of the digital frontier.Initially cautious, I approached Digital Hack Recovery with skepticism, wary of false promises and empty assurances. However, the resounding acclaim surrounding their name compelled me to seek their aid. With tempered hope, I embarked on a journey fraught with uncertainty.Digital Hack Recovery exhibited unparalleled professionalism and expertise. Their team navigated the intricate landscape of crypto scams with precision, offering lucid guidance and support throughout the arduous recovery process. Despite my apprehensions, their unwavering dedication to my plight inspired confidence in their capabilities. Digital Hack Recovery was their genuine empathy and tailored approach. They didn't view me as just another client, but as someone in need of compassion and understanding. Taking the time to comprehend my story, they crafted a strategy attuned to my unique circumstances, providing solace amidst the chaos.Their efforts yielded tangible results. Through a relentless pursuit of justice and innovative methodologies, they managed to retrieve the majority of my pilfered funds, fortifying my defenses against future threats. Their success was not merely financial; it was a testament to their integrity and commitment to rectitude.Beyond the restitution of my assets, Digital Hack Recovery offered closure and reassurance. They reignited my faith in humanity, proving that honor and rectitude endure amidst the treachery of the crypto landscape. Their impact transcended monetary recovery, leaving an indelible imprint on my belief in the innate goodness of mankind.Throughout the ordeal, their exemplary customer service distinguished them. Ever accessible and responsive, they provided timely updates and guidance, ensuring I never felt adrift in the tumultuous sea of uncertainty. Their professionalism and unwavering dedication earned my trust and admiration, solidifying their status as stalwart defenders of justice.In essence, my encounter with Digital Hack Recovery was transformative. Amidst the abyss of despair, they emerged as a beacon of hope, guiding me through the darkest recesses of my crypto tribulation. To anyone grappling with the aftermath of a scam, I wholeheartedly endorse Digital Hack Recovery. They are not just experts in recovery; they are steadfast allies in the fight for recovery experts. For any crypto recovery assistance contact Digital Hack Recovery via⁚
Email; digital hack recovery @ techie . com
WhatsApp +19152151930
1 -
Capture Your Love Story with April Simmons Photography
Welcome to April Simmons Photography, where I specialize in documenting the beautiful moments of love and connection. Based in the stunning Central Coast of California, I offer personalized photography services, including being an Avila Beach engagement photographer and a Templeton wedding photographer. My mission is to create timeless images that tell your unique love story.
Avila Beach Engagement Photographer: Celebrate Your Journey Together
Engagements are a beautiful milestone in every couple's journey, and what better way to celebrate than with a stunning photoshoot at Avila Beach? As an Avila Beach engagement photographer, I take advantage of the breathtaking coastal scenery to create romantic and memorable images that reflect your relationship.
The picturesque beaches, rolling waves, and golden sunsets provide the perfect backdrop for capturing your love in its purest form. Whether you prefer a relaxed stroll along the shore or a playful beach picnic, I’ll work with you to design a session that highlights your unique personalities and connection.
During our session, I encourage you to be yourselves. This approach allows for authentic moments that truly showcase the love and joy you share. Together, we’ll create a collection of images that not only capture the excitement of your engagement but also serve as cherished memories for years to come.
Templeton Wedding Photographer: Your Special Day, Perfectly Captured
Your wedding day is one of the most significant events in your life, and as a dedicated Templeton wedding photographer, I understand how important it is to capture every moment beautifully. Templeton, with its charming vineyards and picturesque landscapes, provides a stunning backdrop for your wedding celebration.
From the heartfelt vows to the joyful celebrations with family and friends, I strive to document every detail of your special day. My photography style combines both candid and posed shots, ensuring that I capture the essence of your love story. I aim to highlight the emotions, connections, and joyful moments that make your wedding unique.
I believe that your wedding photos should reflect your personality and style, which is why I take the time to understand your vision before the big day. Whether you’re planning an intimate gathering or a grand celebration, I’ll ensure that your photographs tell the story of your love and the beautiful day you shared.
Why Choose April Simmons Photography?
Personalized Experience: I work closely with each couple to understand their unique vision, ensuring that every session reflects their story and style.
Quality Imagery: Using high-quality equipment and a creative eye, I deliver stunning images that capture the beauty of your moments.
Timely Delivery: I understand how excited you are to see your photos, so I prioritize prompt delivery without sacrificing quality.
Book Your Session Today!
If you’re looking for an Avila Beach engagement photographer to celebrate your love or a Templeton wedding photographer to capture your special day, look no further than April Simmons Photography. Contact me today at +1 (805) 712-3802 to discuss your vision and book your session. Let’s create beautiful memories together that you will cherish for a lifetime!
-
Transform Your Space with Expert Vinyl Installation from Herman Renovations in Florida
At Herman Renovations, we understand that choosing the right flooring for your home is essential to both its style and functionality. Vinyl installation is a popular choice for homeowners who want a durable, cost-effective, and stylish option that can withstand high traffic and everyday use. If you're considering updating your floors, our expert vinyl installation services in Florida are here to help you achieve a stunning, long-lasting result.
Why Choose Vinyl Flooring for Your Home?
Vinyl flooring has grown in popularity for its versatility, affordability, and durability. At Herman Renovations, we specialize in vinyl installation that enhances the look of your home while providing the benefits you need. Here are just a few reasons why vinyl flooring is a great choice for your home:
Durability: Vinyl is incredibly durable and resistant to scratches, stains, and water damage. This makes it an ideal choice for high-traffic areas such as kitchens, bathrooms, and hallways, as well as rooms exposed to moisture.
Affordable: Vinyl flooring is a budget-friendly option compared to hardwood, stone, and other premium flooring materials. It gives you the look of high-end flooring without breaking the bank.
Variety of Styles: Vinyl flooring comes in a wide range of styles, including designs that mimic wood, stone, tile, and more. Whether you want the look of hardwood floors or a sleek stone design, vinyl can achieve your desired aesthetic.
Easy Maintenance: Vinyl is easy to clean and maintain. Simply sweep or mop the floors, and they’ll look great for years to come. This low-maintenance feature makes it perfect for busy homeowners.
Comfortable Underfoot: Unlike harder flooring materials like tile or stone, vinyl offers a softer, more comfortable surface to walk on. It’s an excellent option if you stand for long periods or want a cozy, warm floor for your living space.
Our Vinyl Installation Services
At Herman Renovations, we specialize in professional vinyl installation for residential and commercial properties in Florida. Whether you want to upgrade a single room or your entire home, our skilled team is here to provide high-quality installation with attention to detail. Here's what we offer:
Residential Vinyl Installation
From living rooms and bedrooms to kitchens and bathrooms, we install vinyl flooring throughout your home. Our team helps you choose the perfect style and finish that suits your space and ensures a flawless installation every time.
Commercial Vinyl Installation
We also provide vinyl installation services for businesses and commercial properties. Vinyl is an excellent choice for offices, retail spaces, and more, thanks to its durability and easy maintenance. Our team works around your schedule to minimize disruption to your business.
Custom Vinyl Flooring Designs
Looking for something unique? We can create custom vinyl flooring designs that match your aesthetic. Whether you're interested in a specific pattern or want a bold, eye-catching design, we can help bring your vision to life.
Vinyl Plank and Vinyl Sheet Installation
We offer both vinyl plank and vinyl sheet installation options to suit your preferences. Vinyl planks are ideal for creating a wood-look finish, while vinyl sheets are great for achieving seamless, water-resistant floors in bathrooms and kitchens.
Vinyl Tile Installation
If you’re looking for the look of natural stone or ceramic tiles, vinyl tiles are a great option. Our team will install vinyl tiles with precision, ensuring an elegant and durable result.
Benefits of Choosing Herman Renovations for Vinyl Installation
When you choose Herman Renovations for your vinyl installation, you're partnering with experienced professionals who are committed to delivering excellent results. Here’s why our services stand out:
Expert Installation: Our skilled installers have years of experience with vinyl flooring, ensuring that your floors are installed correctly and last for years. We ensure every plank or tile is aligned perfectly, creating a flawless finish.
High-Quality Products: We work with top-quality vinyl flooring brands that are durable and designed to withstand everyday wear. Our team ensures that your floors not only look great but also stand up to the test of time.
Affordable Pricing: We understand the importance of staying within budget. Herman Renovations offers competitive pricing for vinyl flooring installation with no hidden fees, so you can transform your space without breaking the bank.
Personalized Service: We take the time to understand your specific needs and preferences. Whether you want a modern look or a more classic design, we help you choose the perfect vinyl flooring option that suits your home or business.
1 -
I had been attending some crypto seminars around my locality, taking casual notes, when this guest speaker mentioned something about GRAYWARE TECH SERVICES . "Better safe than sorry," I thought, and tucked the name away for later. Little did I know, a few months down the line, this would turn into my lifeline.
It started when I logged into my crypto wallet, and $270,000 was gone from an unauthorized transfer. It felt like my heart stopped at this point as reality set in. In a blink of the eye, that financial security had vanished, and I was asking questions everywhere. It felt like I was seeing a nightmare come alive.
But then, out of the blue, that seminar memory popped up. "GRAYWARE TECH SERVICES ." I scrolled through my notes without much ado and called them forthwith.
Right from the very first call, I could tell I was speaking to experts. The team immediately took charge, walking me through every step of the process with calm assurance. Knowledgeable and professional, they were evident in the manner of the recovery of my funds. It was like a good surgeon doing his operation-a cut here, another there-and almost literally sewing back my peace of mind regarding money.
Within days, the $270,000 was returned safely, and I was impressed with the ease of their recovery process. It wasn't just a matter of recovering my funds, but how they handled everything so that at every moment in time, I knew exactly what was happening and that I was taken care of. Honestly, given the havoc I had been facing, it couldn't have gone smoother.
It wasn't until much later that the irony made me laugh. This seminar I went to, many months back, and casually written in "GRAYWARE TECH SERVICES "-the name became, unknowingly at the time, the single most significant event.
So, here's to the guest speaker who inadvertently saved my sanity, and an even bigger thanks to the GRAYWARE TECH SERVICES team who turned my financial disaster into a remarkable success story. Lesson learned: it is always better to be prepared, and when in doubt, there is no harm in trusting the experts-GRAYWARE TECH SERVICES has earned my full confidence.
1 -
THE BEST CRYPTO RECOVERY SERVICES, HIRE DIGITAL TECH GUARD RECOVERY
On a frigid, rainy evening, I experienced a nightmare: I discovered that my $26,000 worth of Bitcoin had been stolen. The emotional and financial shock was overwhelming. I had trusted the security of my digital assets, and now, in the blink of an eye, everything was gone. In my panic and desperation, I began searching for recovery services. However, most of the options I found either seemed dubious or offered no real guarantees. That’s when I came across Digital Tech Guard Recovery. It was a company recommended in a Facebook community I had been following, and the reviews were overwhelmingly positive. What struck me most was the company’s reputation for professionalism and expertise. I decided to reach out to them and, from the very first interaction, I knew I had made the right choice. The team at Digital Tech Guard Recovery
contact with WhatsApp: +1 (443) 859 - 2886 Email @ digital tech guard . com
Telegram : digital tech guard recovery . com website link : digital tech guard . com
immediately put me at ease. They were responsive, compassionate, and professional. They listened to my situation in detail and assured me that they would do everything in their power to recover my stolen Bitcoin. Their approach was methodical and thorough. They began by gathering all relevant information, including transaction records and wallet addresses, which was then used to launch an in-depth investigation. What impressed me most was their use of advanced blockchain tools and their deep understanding of the technology behind cryptocurrency. They didn’t just offer vague promises; they immediately started tracing the stolen funds through the blockchain, using cutting-edge techniques to track down the criminals. Over the course of several weeks, I received regular updates on their progress. It was clear that they were working tirelessly, and I began to feel a sense of hope that I hadn’t experienced since the theft. Despite the complexity of the situation, their expertise and persistence paid off. After weeks of relentless effort, they successfully recovered my Bitcoin. The moment I received confirmation that my funds had been restored, I felt an overwhelming sense of relief and gratitude. Beyond the recovery of my financial assets, Digital Tech Guard Recovery also educated me on how to better protect my digital investments in the future. They provided valuable lessons in cybersecurity and helped me understand the vulnerabilities that led to the hack. I am incredibly grateful for their dedication and the peace of mind they restored in my life. If you ever find yourself in a similar situation, I cannot recommend Digital Tech Guard Recovery enough.1 -
Mirror Moments LLC: Premier Photo Booth Rentals for Every Occasion in Connecticut
At Mirror Moments LLC, we specialize in offering high-quality photo booth rentals that elevate any occasion. Based in Connecticut, we are committed to helping clients create unforgettable memories at weddings, birthdays, graduations, corporate events, and other special celebrations. Our diverse range of photo booth options, including 360 spin booths, luxury photo booths, and customizable setups, are designed to cater to the unique needs of every event. Whether you're in Southington, New Britain, or Hartford, we provide a top-tier experience that ensures your event stands out.
Why Choose Mirror Moments LLC for Your Photo Booth Rental?
Our passion for creating memorable moments drives everything we do at Mirror Moments LLC. With a focus on customer satisfaction and professionalism, we provide a wide variety of photo booth rentals to suit any occasion. From "360 Spin Booth Rental Bristol CT" to "Luxury Photo Booth Rental Southington CT," we ensure your event will have the perfect touch. Our high-quality equipment and experienced team are dedicated to providing the best experience possible for you and your guests.
Our Photo Booth Rental Services
360 Spin Booth Rental in Bristol, CT
For those looking for something truly unique and eye-catching, Mirror Moments LLC offers a 360 Spin Booth Rental in Bristol, CT. This cutting-edge technology captures stunning 360-degree videos and photos, allowing guests to interact and create dynamic, shareable content. Whether it's for a wedding, corporate event, or birthday party, the 360 spin booth provides an immersive experience that your guests will love. It’s the perfect way to capture those special moments from every angle, ensuring your event leaves a lasting impression.
Luxury Photo Booth Rental in Southington, CT
If you're planning a high-end event in Southington, CT, our Luxury Photo Booth Rental offers the perfect touch of sophistication. Designed for upscale events like weddings, galas, and corporate functions, our luxury photo booths come equipped with premium features such as elegant backdrops, custom prints, and top-of-the-line cameras. Guests will enjoy a polished, interactive photo booth experience that matches the elegance of your event. Whether you're celebrating in a ballroom or an outdoor venue, our luxury booths are a great fit for making your special occasion unforgettable.
Wedding Photo Booth Rental in CT
Weddings are one of the most important days of a couple's life, and Mirror Moments LLC offers the perfect way to make your celebration even more special. Our Wedding Photo Booth Rental in CT includes a variety of booth options that can be personalized to match your wedding theme. With custom backdrops, props, and photo strip designs, our booths ensure that your guests can capture fun and memorable photos throughout the night. The interactive experience adds an extra layer of excitement, and with our professional team managing the setup, you can focus on enjoying your big day.
Sweet 16 Photo Booth Rental in New Britain, CT
A Sweet 16 birthday is a monumental occasion, and at Mirror Moments LLC, we help you celebrate in style. Our Sweet 16 Photo Booth Rental in New Britain, CT is designed to capture the fun and excitement of this special milestone. We offer customizable props and backdrops, along with a variety of fun photo effects, making it easy for everyone to have a blast. A photo booth at a Sweet 16 party provides not only entertainment but also cherished keepsakes for the guest of honor and friends alike.
Quinceañera Photo Booth Rental in CT
Quinceañeras are a beautiful celebration of a young woman’s transition to adulthood. To make this day even more unforgettable, Mirror Moments LLC offers Quinceañera Photo Booth Rentals in CT. Our booths are equipped with vibrant backdrops and festive props that complement the elegant themes often seen in these celebrations. Whether you're hosting an intimate gathering or a grand event, our photo booths will give your guests a chance to create lasting memories and capture the joy of the day.
Graduation Party Photo Booth Rental in CT
Graduation marks the end of an important chapter in life, and what better way to celebrate than with a photo booth? Our Graduation Party Photo Booth Rental in CT offers a fun and interactive experience for students, friends, and family. With customizable graduation-themed props, backdrops, and print templates, our photo booths provide the perfect way to mark this significant achievement. Guests will love taking fun photos together, and graduates will appreciate having these moments to remember the occasion.
Corporate Event Photo Booth Rental in Hartford, CT1 -
WHERE TO FIND A TRUSTED HACKER FOR ANY HACKING SERVICE = DIGITAL HACK RECOVERY
I had stored my Bitcoin wallet details in a digital note on my phone, thinking it was safe. It seemed like the most convenient option at the time—always accessible and secure behind my phone's encryption. However, my sense of security was shattered when my phone got hacked, and I lost access to my wallet. The moment I realized what had happened, a wave of panic washed over me. I had invested a significant amount of money into Bitcoin over the years, and the value had grown substantially. I was staring at the possibility of losing $400,000, my entire nest egg, in the blink of an eye. The anxiety was unbearable.For weeks, I tried everything I could think of to recover my funds. I consulted with tech-savvy friends, searched endlessly online, and even attempted various recovery tools, but nothing worked. Each failed attempt only heightened my fear that my Bitcoin was gone for good. It was a constant emotional roller coaster—one minute, I felt a glimmer of hope, and the next, I was plunged back into despair. I couldn’t eat, sleep, or think about anything else. I was consumed by the thought of losing everything I had worked so hard to build.Just when I was about to give up, I came across Digital Hack Recovery. At first, I was hesitant. Could I really trust someone to recover my wallet? Would they be able to help, or was this just another dead end? Despite my doubts, I decided to reach out to them—it was my last hope. From the moment I made contact, I felt a sense of relief. The team at Digital Hack Recovery was incredibly professional and understanding. They didn’t just treat me like another client; they treated my case with the urgency and care it deserved. They took the time to understand the details of my situation, and their thoroughness immediately put me at ease.The recovery process was far from easy. There were challenges and setbacks along the way, and there were moments when I feared the worst. But Digital Hack Recovery never gave up. They kept me informed at every step, explaining the technical aspects in a way that made sense and reassured me that they were doing everything possible to recover my Bitcoin. I discovered they had a range of tools and techniques at their disposal that I had never even heard of before—things that went far beyond the standard recovery methods I had tried on my own.After what felt like an eternity, I received the news I had been desperately hoping for—they had recovered my wallet. I was overwhelmed with relief and gratitude. The weight that had been pressing down on me for weeks was finally lifted. Digital Hack Recovery didn’t just recover my Bitcoin; they restored my peace of mind and taught me a valuable lesson about the importance of digital security.If you find yourself in a situation where you’ve lost access to your Bitcoin wallet due to hacking or any other digital mishap, I cannot recommend Digital Hack Recovery highly enough. They went above and beyond to ensure I got back what was rightfully mine. Their expertise, dedication, and compassion made all the difference. I’m forever grateful to them for saving not just my $400,000 but also my sanity. contact them via⁚ WhatsApp +19152151930, Email⁚ digital
hack recovery @ techie . com or visit their Website⁚ https : // digital hack recovery . com
-
RECOVER SCAMMED BITCOIN, USDT AND ETHEREUM RIGHT NOW ⁄⁄⁄ CONTACT DIGITAL HACK RECOVERY COMPANY
Investing in cryptocurrency can be a thrilling journey, filled with opportunities for significant returns. Like many others, I was drawn to the potential of Ethereum, especially after seeing enticing advertisements from CryptoGuard Services. Their promises of high returns and user-friendly investment options lured me in, and I decided to invest $150,000. In the weeks that followed, my investment seemingly flourished. I watched in amazement as my balance climbed to an impressive $280,000. The thrill of seeing my investment multiply so rapidly was exhilarating, and I began to envision all the possibilities that this newfound wealth could bring. I felt on top of the world, convinced that my decision to invest was spot-on.However, my excitement quickly turned to concern when I attempted to withdraw my profits. After all, what's the point of investing if you can’t access your funds? I submitted my withdrawal request, eagerly anticipating the arrival of my money. Days passed, and I received nothing. When I followed up, I was met with vague responses and delays. Eventually, my request was outright denied, leaving me frustrated and confused.It became clear that I was caught in a potentially fraudulent scheme. Despite the alluring gains, the reality of my situation hit hard. I had put my trust in a platform that now seemed unreliable, and I was left wondering if I would ever see my investment again. After extensive research, I learned that I was not alone; many others had faced similar challenges with CryptoGuard Services.Desperate to recover my funds, I started looking for solutions. That’s when I discovered Digital Hack Recovery. They offered a glimmer of hope, claiming to specialize in assisting individuals who had fallen victim to online scams. With a mix of skepticism and hope, I reached out to their team for help.The process with Digital Hack Recovery was reassuring. They guided me through the necessary steps to initiate the recovery process, providing clear instructions and support. I felt a renewed sense of determination, believing that perhaps there was a way to reclaim my hard-earned money.Weeks later, I received the news I had been waiting for: my funds were successfully recovered. The relief was overwhelming, and I was grateful to Digital Hack Recovery for their expertise and dedication. They not only helped me recover my $150,000 investment but also taught me valuable lessons about due diligence and caution in the world of cryptocurrency.This experience has reshaped my perspective on investing. While the allure of quick gains can be enticing, it's essential to remain vigilant and informed. I now approach investment opportunities with a critical eye, ensuring that I thoroughly vet any platform before diving in. for any crypto recovery service contact Digital Hack Recovery through⁚
Email; digital hack recovery @ techie . com, WhatsApp⁚ +19152151930 and their
Website⁚ https : // digital hack recovery . com
1 -
TRUST DIGITAL TECH GUARD RECOVERY FOR SECURE CRYPTO RECOVERY SOLUTIONS
WhatsApp: +1 (443) 859 - 2886
contact @ digital tech guard . com
Telegram: digital tech guard recovery . com
website link :: https : // digital tech guard . com
It was a sunny afternoon when I received the devastating news – I had fallen victim to an Ethereum scam, losing a staggering $34,000 in the process. My heart sank as I realized the hard-earned savings I had meticulously accumulated over the years had vanished in the blink of an eye. Panic and despair consumed me, and I felt utterly helpless, unsure of where to turn or how to recover from this financial catastrophe. As I sat in my living room, staring at the blank wall, a glimmer of hope emerged. I had heard about the Digital Tech Guard Recovery service, a specialized team that claimed to have the expertise to track down and retrieve lost or stolen cryptocurrency. With a deep breath, I decided to give them a chance, hoping against all odds that they could help me regain my lost funds. I reached out to the Digital Tech Guard Recovery team, explaining my situation in detail. They listened intently, their voices exuding a sense of empathy and understanding that put me at ease. They assured me that they had successfully recovered funds in similar cases and that they would do everything in their power to help me. The process began with a thorough investigation. The Digital Tech Guard Recovery team delved into the intricacies of the Ethereum blockchain, meticulously tracing the transaction history and analyzing the flow of the stolen funds. They employed advanced forensic techniques, leveraging their extensive knowledge of cryptocurrency protocols and the inner workings of the digital financial ecosystem. I found myself riding an emotional rollercoaster as the days stretched into weeks, alternating between hope and despair. I received frequent updates on the Digital Tech Guard Recovery team's progress and the difficulties they encountered, keeping me updated at every stage. They encountered obstacles and setbacks while navigating the intricate web of digital transactions, but their resolve remained unwavering. The breakthrough I had been waiting for came one day. The wallet address where the stolen money was sent was discovered by the Digital Tech Guard Recovery team. Additionally, they had identified the scammer, a highly skilled cybercriminal who had evaded law enforcement for years. With this critical information in hand, the Digital Tech Guard Recovery team sprang into action, leveraging their extensive network of contacts and their deep understanding of the legal and regulatory frameworks governing cryptocurrency transactions. They worked tirelessly, coordinating with law enforcement agencies and financial institutions to freeze the stolen funds and initiate the recovery process. The journey was arduous, filled with legal hurdles and bureaucratic red tape, but the Digital Tech Guard Recovery team remained steadfast in their pursuit of justice. They navigated the complex web of international laws and regulations, drawing upon their expertise and connections to navigate the intricate landscape of the digital financial world. After months of relentless effort, the moment of triumph arrived. The Digital Tech Guard Recovery team had successfully recovered the entirety of the $34,000 that had been stolen from me. I was overwhelmed with a mix of relief, gratitude, and a renewed sense of faith in the power of determination and perseverance. I am thankful for this turnaround by Digital Tech Guard Recovery.6 -
RECOVERING OF LOST BITCOIN: RAPID DIGITAL RECOVERY, STEP BY STEP PROCESS
When a devastating data breach left me with a crippling loss of 82,000 ETH, I was utterly devastated. As a seasoned crypto investor, I had carefully amassed this substantial fortune over years of diligent research and strategic trading. But in the blink of an eye, it had all been snatched away, leaving me feeling helpless and on the brink of financial ruin. Fortunately, I was referred to the experts at Rapid Digital Recovery, a renowned cybersecurity firm specializing in the recovery of lost or stolen digital assets. From the moment I reached out, Web site Info: https: // ra pi ddigit alrecove ry .o rg...I was met with an unparalleled level of professionalism and expertise. The team quickly assessed the situation, drawing upon their extensive knowledge of blockchain technology and hacking techniques to devise a meticulous recovery plan. They worked tirelessly, leaving no stone unturned in their pursuit of my missing Ethereum. Their dogged determination and technical prowess were nothing short of awe-inspiring, as they navigated the complex web of digital wallets, exchange platforms, and illicit transactions. After weeks of painstaking investigation and strategic maneuvers, the Rapid Digital Recovery team triumphantly recovered the entirety of my 82,000 ETH, restoring my financial security and peace of mind. I am forever grateful for their unwavering commitment to their craft and their ability to transform a devastating loss into a remarkable victory, solidifying their reputation as the gold standard in the world of cryptocurrency recovery. Rapid Digital Recovery was a game-changer in the world of crypto recovery. If you find yourself in a similar situation where your cryptocurrency is locked away and seemingly irretrievable, I highly recommend their services. Their professionalism, combined with a genuine commitment to customer success, made all the difference in my experience. Thanks to them, I now have my 82,000 ETH back, and I couldn’t be more grateful. Send a message to: What sapp Info: +1 41 4 80 7 14 85
3 -
HOW TO RECOVER LOST OR STOLEN BITCOIN AND CRYPTO; TRACK AND RECOVER LOST CRYPTO ASSETS WITH CYBER CONSTABLE INTELLIGENCE
On December 1st, 2024, I was scrolling through TikTok when an ad for an investment opportunity caught my eye. The ad promised high returns with minimal risk, showcasing professional graphics and glowing testimonials. Convinced by its polished presentation, I decided to invest $17,088.00, believing it to be a wise financial move. However, by December 15th, I began to notice several red flags. The company’s website, which had initially appeared professional, was filled with spelling errors, broken links, and missing images. As I explored further, it became clear that the site lacked the credibility I had first assumed, signaling that I had likely fallen into the hands of scammers. Attempting to recover my funds, I requested a withdrawal of $5,000, the company’s monthly withdrawal limit. Despite the transaction being marked as “pending,” the money never reached my bank account. I reached out to the company, but received no helpful responses, and the funds remained stuck. A few days later, I was contacted by a man who seemed friendly and professional. He explained that because I had deposited on December 1st and was now attempting to withdraw on December 22nd, it could raise suspicion with financial authorities. He suggested I cancel the withdrawal request to avoid potential issues, promising that if I did, my funds would be released by Friday. Reluctantly, I agreed, hoping that this would resolve the situation. However, after following his advice, the money never came through, and I was locked out of my account entirely. Realizing that waiting for the company to honor the withdrawal was futile, I reported the situation to the FBI and the Financial Crimes Enforcement Network (FinCEN). Shortly after, I was referred to Cyber Constable Intelligence, a company specializing in helping victims of online fraud. They worked tirelessly on my behalf, and after several weeks, I was thrilled to learn that they had successfully recovered my full investment of $17,088.00. While the scammers have not been caught, I am deeply grateful for Cyber Constable Intelligence service’s help. This experience taught me a valuable lesson: always be cautious with online investments. I’m thankful to God for guiding me through this process and for helping me recover my funds.
Here's Their Info Below
WhatsApp: 1 (252) 378-7611
mail: support (AT) cyberconstableintelligence com
Website info; www cyberconstableintelligence com10 -
Lost Bitcoin Recovery Experience After Laptop Theft and No Wallet Backup
I never thought a spilt second would change my entire life, I was sitting in a cafe working on a project the next thing in a blink of an eye I lost my laptop, that had my entire financial investment of $730,000 worth of Bitcoin, I went from being calm to erratic going up and down looking if I could locate it, finally accepted that I had lost it. Everything was gone my important work tool, and the worst part was I hadn’t backed up my wallet, I desperately began searching for solutions so I went on research mode, but I wasn’t sure if there was anyone out here who could recovery stolen cryptocurrency, I held on to the little hope that I had and continued with my search when I came across several testimonials about LEE ULTIMATE HACKER a hacker that was able to track and recover stolen Bitcoin, I contacted LEEULTIMATEHACKER @ AOL . COM
telegram: LEEULTIMATE
wh@tsapp +1 (715) 314 - 9248 and after consultation, they took me through steps on how they’ll recover my lost funds, they asked me critical questions and I explained it to them that I didn’t have a back up and needed help, they reassured me that they will be able to help me recovery my lost funds, LEE ULTIMATE HACKERS team worked with me with such professionalism until the last step, using advanced blockchain tracking and forensic tools to trace my stolen assets, after only a week of work I finally got a call from LEE ULTIMATE HACKER customer service that they had fully recovered my money, on top of it they helped me improve my security through their app providing real time security alerts ,encrypted backups and anti- theft that was new to me, I learnt a lot about digital security i also experienced hopeless situation that could be turned around for the best all thanks to LEE ULTIMATE HACKER reach out to them for all your complex recovery problem.2 -
**Reclaim Crypto & Bitcoin Losses - CALL HACKATHON TECH SOLUTIONS**
If you’ve ever been defrauded by deceptive Bitcoin traders or fallen victim to online scammers promising quick gains, you know the sinking feeling of losing your hard-earned money in the blink of an eye. I was once in that very position, until I found a beacon of hope in HACKATHON TECH SOLUTIONS. cryptocurrency started with optimism and a desire to capitalize on the potential gains. However, what began as a promising venture quickly turned into a nightmare when I fell victim to an online ripper. This individual managed to abscond with a substantial amount of my Bitcoin — 2.966BTC to be exact. The loss was not just financial; it was a blow to my trust and confidence in online transactions. Desperate and unsure of where to turn, I was fortunate to have a colleague at work recommend HACKATHON TECH SOLUTIONS. They had successfully helped his spouse recover tokens and coins lost to similar scams, which gave me hope that there might be a chance to reclaim what I had lost. With little to lose and everything to gain, I reached out to HACKATHON TECH SOLUTIONS, and it turned out to be the best decision I could have made. HACKATHON TECH SOLUTIONS distinguished themselves with their professionalism and expertise. They understood the nuances of cryptocurrency fraud and approached my case with diligence and determination. Their team of specialists, including private investigators well-versed in tracing digital transactions, immediately went to work. HACKATHON TECH SOLUTIONS’s process was thorough and transparent. They kept me informed at every step, outlining their strategy and explaining the legal and technical aspects of the recovery process. This level of communication was not only reassuring but also demonstrated their commitment to client satisfaction. In less than two weeks — a remarkably short timeframe given the complexity of the case — HACKATHON TECH SOLUTIONS managed to recover 2.966BTC, the entirety of what I had lost. The relief and gratitude I felt were immense. What had seemed like an insurmountable loss had been reversed, thanks to their expertise and unwavering dedication. Thanks to HACKATHON TECH SOLUTIONS for not only recovering my funds but also restoring my faith in legitimate assistance online. In an era where online fraudsters lurk around every corner, finding a trustworthy partner like HACKATHON TECH SOLUTIONS is invaluable. I endorse HACKATHON TECH SOLUTIONS to anyone facing similar challenges with their BTC wallet or any cryptocurrency-related fraud. Their reputation as the most efficient and trusted recovery experts is well-deserved, based on my personal experience and the successful outcomes they consistently achieve. If you’re hesitant or skeptical about seeking assistance, don’t be. HACKATHON TECH SOLUTIONS stands out as a beacon of hope in an otherwise murky landscape of online scams and fraud. Trust in their expertise and let them guide you through the process of reclaiming what rightfully belongs to you. HACKATHON TECH SOLUTIONS not only recovered my funds but also saved me from potential future scams. They are more than just recovery specialists; they are guardians of trust and integrity in the digital age. Contact HACKATHON TECH SOLUTIONS today and take the first step towards reclaiming control of your financial security. Your peace of mind is worth it. Reach out to HACKATHON TECH SOLUTIONS via below contact details.
W h a t s a p p : +3, 1, 6, 4, 7, 9, 9, 9, 2, 5, 6
Website: www . hackathon tech solutions . com
Telegram: @ hackathon tech solutions
Email: info @ hackathon tech solution . com1 -
Minuteman Press: Your Trusted Print Shop for Quality Printing Services in Minneapolis and Golden Valley, MN
When you need reliable, high-quality printing services, Minuteman Press—formerly known as Brite Color Press—is here to serve you. Located at 644 Mendelssohn Ave N, Minneapolis, MN 55427, we pride ourselves on providing exceptional printing solutions for businesses and individuals in Minneapolis, Golden Valley, and the surrounding areas.
From poster printing in Minneapolis to custom waterproof menu printing, we offer a wide range of printing services that cater to your unique needs.
Print Shop in Golden Valley, MN – Local and Reliable Service
If you're searching for a print shop in Golden Valley, MN, look no further than Minuteman Press. We provide personalized printing services for local businesses, residents, and organizations in Golden Valley. Whether you need business cards, flyers, brochures, or custom promotional materials, our expert team delivers high-quality prints with a quick turnaround time. We understand the needs of the Golden Valley community and are committed to helping you bring your ideas to life.
Poster Printing in Minneapolis – Make Your Message Stand Out
Need poster printing in Minneapolis? Minuteman Press is your go-to provider for eye-catching, vibrant posters that leave a lasting impression. Whether you’re promoting an event, a sale, or showcasing artwork, we specialize in creating high-quality posters in any size or format. Our advanced printing technology ensures sharp, crisp colors and high-resolution prints that make your posters stand out wherever they are displayed.
Printing Companies in Minneapolis, MN – Why Minuteman Press Stands Out
With so many printing companies in Minneapolis, MN, Minuteman Press stands out for its personalized service, exceptional quality, and quick turnaround times. Here’s why we are the preferred choice for businesses and individuals in the area:
Expertise and Experience: With years of experience in the printing industry, we have the knowledge and skills to tackle any project, large or small.
Wide Range of Services: From business printing and marketing materials to custom projects, we offer a full spectrum of printing services to meet all your needs.
State-of-the-Art Technology: We use the latest printing equipment to ensure every project is completed with the highest quality possible.
Fast and Affordable: We provide competitive pricing without compromising on quality. Our fast turnaround times make sure you get your prints when you need them.
Waterproof Menu Printing – Durable and Long-Lasting
If you're in the food service industry and need menu print waterproof materials, Minuteman Press offers durable, high-quality waterproof menu printing solutions. Our waterproof menus are perfect for restaurants, cafes, bars, and catering businesses, ensuring that your menus remain pristine and readable no matter the conditions. Whether you need laminated menus or custom waterproof materials, we can create a solution that fits your business's needs and style.
Why Choose Minuteman Press?
Local and Personalized Service: As a locally owned and operated business, we prioritize customer satisfaction and offer personalized service to every client.
High-Quality Prints: We use the best materials and printing techniques to produce sharp, vibrant, and professional results every time.
Wide Range of Options: Whether you need business cards, banners, custom signs, or waterproof menus, we have the expertise and technology to bring your vision to life.
Quick Turnaround: We understand that time is of the essence. That's why we offer quick turnaround times without sacrificing the quality of our work.
Contact Us Today!
For top-quality printing services in Golden Valley, Minneapolis, and surrounding areas, Minuteman Press is the name you can trust. Call us today at +1 (763) 205-3705 or visit us at 644 Mendelssohn Ave N, Minneapolis, MN 55427 to discuss your printing needs. We look forward to helping you create exceptional printed materials that make an impact!
Minuteman Press – Your local print shop for quality and reliable printing services!2 -
I lost $295,000 worth of Bitcoin that was to be donated to a mental health initiative, an initiative to bring therapy and assistance to those who needed it most. It started with me stumbling upon a website that was providing free therapy via a "therapist portal" that seemed too good to be true. Thinking that I could get cheap treatment, I clicked my way through, and before I knew it, a Trojan horse had invaded my system. In the blink of an eye, the malware erased the keys to my crypto wallet, leaving me not only financially bankrupt but also psychologically shattered. I felt as though I had witnessed someone steal the lifeblood of my mission to heal others. During this crisis, a cybersecurity therapist, an unusual blend of technical skill and empathetic counseling, saw my frantic online messages on the loss. With a soothing voice reminiscent of a sage mentor, they told me to reach Cranix Ethical Solutions Haven. They told me that these digital wizards had a track record of recovering crypto funds from the clutches of cybercrime. Holding onto hope, I called them right away. From the very first consultation, the Cranix Ethical Solutions Haven team managed my case with technical skill combined with genuine compassion. They dove into my system logs and isolated the malware with the delicacy of a master surgeon. Their engineers worked late hours to decrypt my wallet, untangling each line of infected code and reconstructing my private keys from fragmentary backup data. Each time they provided an update, it was a beacon of hope amidst my fear, reminding me that they were fighting to recover not just my money, but the promise of a better future for those who were fighting mental illness. And at last, after 11 nights of sleepless anxiety, came the breakthrough. My wallet was cracked open, my money set free, and with it, the lifeline to my mental health project. I felt a profound relief, a salvation that went far beyond numbers. Cranix Ethical Solutions Haven had not only recovered my investment but had also protected the promise of healing for so many. I now proceed and rebuild my project with renewed enthusiasm, grateful to the dedicated staff who instilled in me that during darkness there are saviors to rescue lives.
EMAIL: (cranixethicalsolutionshaven @ post . com) OR (info @ cranixethicalsolutionshaven . info)
WHATSAPP: +4,4,7,4,6,0,6,2,2,7,3,0
TELEGRAM: @ cranixethicalsolutionshaven
WEBSITE: (https: // cranixethicalsolutionshaven . info)1 -
HOW ADWARE RECOVERY SPECIALIST HELP ME TO RECOVER MY STOLEN BITCOIN
The aroma of mangos and gasoline still festers. I'm zigging and zagging down Bali's mad streets on a rented bike, my existence and crypto riches secure in the back of a backpack. And then? Spinning on the sidewalk, dodging airborne papayas, and a helpless victim as a thief swiped my sack from my shoulder in the mess. Inside: $310,000 in Bitcoin, ten years of digital vagabond work, and the socks I preferred. Local officials yawned, sipping sugary tea beside a whirring ceiling fan. "Suku banyak cryptonym?" they complained, inviting me to submit a report after nap time. My crypto fortune was evaporating faster than an Indian sandcastle swept by monsoon rains. WhatsApp info:+12723 328 343
Enter ADWARE RECOVERY SPECIALIST, recommended by a seasoned highway veteran on a forum thread captioned "When Your Life Gets Pirated (Literally)." Desperation compelled me to cling to hope like a guest on a broken-down scooter. Their support team didn't even raise an eyebrow at my incoherent rantings. They asked for timestamps, transaction hashes, and whatever bit of metadata Website info: http s:// adware recovery specialist. com
today's detectives use magnifying glasses instead.
As it turned out, my thief was no genius. He'd tried to wash my Bitcoin through a chain of offshore exchanges, creating a digital trail of breadcrumbs. ADWARE RECOVERY SPECIALIST engineers married blockchain forensics with GPS data from my stolen equipment, following his footsteps like a high-stakes treasure hunt. They tracked him to a cybercafe in Jakarta, where he'd fought with mixers and privacy coins, blissfully unaware that each click was being duplicated. Email info: Adware recovery specialist (@) auctioneer. net
Eleven days later, I received a screenshot: my wallet balance, refilled. No fanfare, no triumphalism, but instead a modest "Your funds are safe. I slumped into a beanbag at a Ubud coworking facility, crying and laughing in half steps, while digital nomads gave me a side-eye over their cold brews. My Bitcoin was restored. My dignity? Still missing, thanks to a viral video of me face-planting into a durian stand. Telegram info: ht tp s:// t.me/ adware recovery specialist1
ADWARE RECOVERY SPECIALIST did not outsmart a thief, but they unveiled the fragility of our virtual world. Technical sorcery coupled with sheer determination converted a dismal nightmare into a rags-to-riches tale one in which the villain is sent a blockchain paper trail and the hero wears a headset instead of a cape. Today, my backpack holds a decoy wallet and an AirTag surgically attached to my ledger. I’ll never ride a motorbike in flip-flops again, but I’ll always travel with the ADWARE RECOVERY SPECIALIST contact saved in triplicate. They’re the antidote to a world where crypto can vanish faster than a beach sunset, and where fruit vendors double as viral content creators. If your crypto ever goes rogue, skip the panic. Call the ADWARE RECOVERY SPECIALIST . Just maybe avoid Bali’s fruit stands while you’re at it.1 -
HIRE AN AUTHORIZED HACKER TO RECOVER LOST/STOLEN BITCOIN & USDT; VISIT CYBER CONSTABLE INTELLIGENCE
I've always been a lawyer with a keen eye for opportunities to help people get their lives back together and also invest in myself, and I couldn’t ignore the buzz around Bitcoin. In 2018, I took the plunge, investing $12,000 in this promising digital currency. Over the years, my investment flourished, growing to an astonishing $750,000. This newfound wealth brought a sense of financial security, enabling me to clear my mortgage, secure my children's education, and indulge in a few well-deserved luxuries. However, my euphoria was short-lived. An urgent email, seemingly from my trusted trading platform, rattled my world. It claimed suspicious activity on my account and requested immediate verification. Without hesitation, I complied, only to discover moments later that my Bitcoin wallet had been ruthlessly emptied. In a state of disbelief and desperation, I scoured online forums for a glimmer of hope. There, amidst the chaos, I found a beacon of light—a recommendation for CYBER CONSTABLE INTELLIGENCE on WhatsApp: +1 (252) 378-7611 With trembling hands, I reached out to them, praying for a miracle. Their response was swift and reassuring. With expert precision, they embarked on the arduous task of tracing the nefarious activity that had stripped me of my wealth. Days felt like eternity, but their relentless efforts bore fruit. Most of my funds were miraculously recovered, breathing life back into my shattered dreams. Yet, CYBER CONSTABLE INTELLIGENCE assistance extended beyond mere retrieval. They became my guardians of digital security, imparting invaluable wisdom to fortify my defenses against future threats. Two-factor authentication, robust password management, and vigilant scrutiny of phishing attempts became my digital armor, thanks to their guidance. This ordeal, though harrowing, became a transformative journey of resilience and redemption. Through adversity, I emerged not only with restored funds but also with a newfound sense of empowerment. CYBER CONSTABLE INTELLIGENCE had not only salvaged my financial future but had equipped me with the tools to safeguard it. In hindsight, the loss was a painful yet necessary lesson—an awakening to the dangers lurking in the digital realm. But with the unwavering support of CYBER CONSTABLE INTELLIGENCE, I reclaimed control of my destiny. Their expertise, compassion, and unwavering dedication turned despair into triumph, proving that even in the darkest of times, there is always a glimmer of hope.
Reach Out to them on Via E m a i l: support (@) cyber constable intelligence. com -
RECOVER SCAMMED USDT FROM ONLINE SCAMMERS HIRE ADWARE RECOVERY SPECIALIST
I first met Sarah at St. James Episcopal Church in Los Angeles during a Sunday service. We struck up a conversation, and over time, we became good friends, bonding over our personal stories and professional experiences. Sarah, an experienced journalist, had built her career on uncovering the truth, exposing corruption, and holding those in power accountable. But despite her keen eye for deception, she never imagined she would fall victim to a sophisticated online scam. WhatsApp info:+12 (72332)—8343
It all began when Sarah received an email from what appeared to be a reputable media subscription service. The offer seemed legitimate—exclusive access to industry insights and breaking news for a small monthly fee. As a journalist, staying ahead of the curve was essential, so she eagerly signed up for what she believed was a valuable resource. Website info: h t t p s:// adware recovery specialist. com
The website looked professional, with polished graphics and convincing language. Sarah was prompted to pay upfront, and she invested $11,000 in what she thought was a premium subscription package. But within days, the website vanished. Her login credentials no longer worked, her emails went unanswered, and the phone numbers listed were disconnected.
Shocked and devastated, Sarah confided in me about what had happened. She felt helpless, having lost a significant sum of money to an invisible predator. That’s when I suggested she reach out to ADWARE RECOVERY SPECIALIST, a firm dedicated to recovering funds lost to online scams. Desperate for a solution, she contacted them immediately. Email info: Adware recovery specialist (@) auctioneer. net
To her relief, the team at ADWARE RECOVERY SPECIALIST acted swiftly. Through a meticulous investigation, they traced the stolen funds and successfully recovered the full $11,000. Sarah was overwhelmed with gratitude—not only had she regained her hard-earned money, but she also restored her faith in recovery services. Telegram info: h t t p s:// t. me / adware recovery specialist1
Determined to help others avoid a similar fate, Sarah now shares her story with fellow journalists and media professionals, raising awareness about the growing threat of digital scams. Her experience serves as a powerful reminder that even the most vigilant among us can be deceived, and that having the right support can make all the difference.
1 -
Slim Shadies Celebrity Sunglasses Limited: Premium Sport and Kids Sunglasses for Every Adventure
At Slim Shadies Celebrity Sunglasses Limited, we believe that sunglasses are more than just an accessory—they are a necessity for protecting your eyes and enhancing your style. Located at 8 Sadler Cl, Skegness PE25 3NN, United Kingdom, we specialize in offering high-quality, stylish eyewear for everyone, from adults to children. Our collection includes top-of-the-line sport sunglasses and kids sunglasses, designed to provide the ultimate protection and comfort for every member of the family.
Why Choose Sport Sunglasses?
1. Designed for Active Lifestyles
Sport sunglasses are specifically designed for individuals who engage in outdoor activities and sports. Whether you’re cycling, running, hiking, or playing team sports, sport sunglasses provide the durability and comfort needed to keep up with your active lifestyle. Our sport sunglasses at Slim Shadies Celebrity Sunglasses Limited are crafted with lightweight, durable frames and lenses that offer high-impact resistance, ensuring they won’t break or distort during intense activities.
2. Superior UV Protection
One of the most important features of sport sunglasses is the superior UV protection they offer. During outdoor activities, your eyes are exposed to harmful UV rays that can lead to long-term eye damage. Our sport sunglasses come with UV400 lenses that block 100% of UVA and UVB rays, providing you with full protection while you’re out in the sun. Whether you’re hitting the trails, racing down a mountain, or playing a game of tennis, our sunglasses will keep your eyes safe from the sun’s harmful rays.
3. Enhanced Clarity and Vision
For athletes and outdoor enthusiasts, clarity of vision is key. Our sport sunglasses come with polarized lenses that reduce glare, ensuring that you can see clearly even in bright sunlight or on reflective surfaces. Whether you’re driving, running, or participating in water sports, our sunglasses will improve your visibility, helping you perform at your best.
4. Comfortable and Secure Fit
Comfort is essential, especially during long hours of physical activity. Our sport sunglasses are designed to fit securely and comfortably, with adjustable nose pads and flexible frames. They stay in place, even during intense movement, so you don’t have to worry about them slipping or causing discomfort. Whether you’re on a long hike or competing in a sport, our sport sunglasses are made to move with you.
Why Choose Kids Sunglasses?
1. Eye Protection for Little Ones
Protecting your children’s eyes from harmful UV rays is just as important as protecting your own. Kids sunglasses are designed specifically to fit children’s smaller faces while offering the same level of protection as adult eyewear. At Slim Shadies Celebrity Sunglasses Limited, our kids sunglasses feature high-quality UV400 lenses that block 100% of UVA and UVB rays, keeping your child’s eyes safe during outdoor activities.
2. Fun, Stylish, and Comfortable
Kids want sunglasses that are not only protective but also fun and stylish. Our kids sunglasses come in a variety of colors, shapes, and patterns, ensuring that your little ones can pick a pair that reflects their personality. From vibrant, playful designs to classic styles, our sunglasses are as fashionable as they are functional.
3. Durable and Safe
We understand that kids can be tough on their belongings, which is why our kids sunglasses are built to withstand the rigors of play. Made from flexible, durable materials, these sunglasses are designed to survive drops, rough handling, and all the other adventures kids get up to. The frames are lightweight, and the lenses are shatterproof, providing a safe and secure option for children of all ages.
4. Comfortable for All-Day Wear
Comfort is a top priority when it comes to kids sunglasses. Our sunglasses are designed with adjustable features and soft materials that ensure a snug but comfortable fit. Whether your child is at the park, the beach, or on a family hike, they can wear their sunglasses all day without discomfort.2 -
SDF SIGNS & LIGHTING: Your Trusted Partner for Lighting and Sign Solutions in San Diego
Located at 3205 Moore St, San Diego, SDF SIGNS & LIGHTING is a full-service sign company specializing in custom signs, electrical signs, and professional lighting services. We proudly serve residential communities, businesses, and property managers with expert solutions designed to enhance safety, visibility, and aesthetics.
Reliable HOA Lighting Maintenance
Proper lighting is essential for the safety and appeal of homeowner associations (HOAs). At SDF SIGNS & LIGHTING, we provide comprehensive HOA lighting maintenance services that keep your community well-lit and secure. From routine inspections and bulb replacements to upgrades and electrical repairs, our team ensures your HOA lighting systems are functioning efficiently and reliably year-round.
Expert Parking Lot Lighting Repair Services
Parking lot lighting plays a crucial role in safety and customer experience. Faulty or dim lights can create hazards and deter visitors. Our parking lot lighting repair services are designed to quickly identify and fix issues, including flickering lights, outages, or damaged fixtures. We work promptly to restore optimal lighting conditions so your parking areas are safe, welcoming, and fully operational.
High-Quality LED Signs to Boost Your Brand
LED signs are an excellent investment for any business looking to attract attention with bright, energy-efficient displays. We design and install custom LED signs that offer vibrant colors, dynamic messaging, and long-lasting performance. Whether you need an illuminated storefront sign or an electronic message board, SDF SIGNS & LIGHTING delivers eye-catching LED signage solutions tailored to your brand.
Why Choose SDF SIGNS & LIGHTING?
Local San Diego Expertise: We understand local regulations and community needs.
Comprehensive Services: From HOA lighting maintenance to custom LED signs and parking lot lighting repairs, we cover it all.
Skilled Technicians: Our experienced team ensures safe, efficient electrical and sign services.
Customer-Focused: We provide personalized consultations and responsive support.
Reliable and Timely: We respect your schedule and deliver prompt, quality workmanship.
Contact Us for Superior Lighting and Sign Services
Ensure your property and business shine bright with expert lighting maintenance, repair, and LED sign solutions from SDF SIGNS & LIGHTING.
Visit us: 3205 Moore St, San Diego, CA 92110
Call us: +1 619-265-7446
Get in touch today for a free consultation and let our professionals help you illuminate your space with quality and care.2 -
Recovering From A Wrecking Hack With The Help Of LEE ULTIMATE HACKER
After a mind wrecking hack, recovery of a bitcoin holding can be a cumbersome and a complex process, but with the right knowledge and skill it’s very doable ,I was a victim of a very skilled cyberattack they instantly made my digital assets to disappear in a blink of an eye from my cryptocurrency wallet. i was torn and in despair and I was in panic and desperation i didn’t know where to put my head so I dove research mode and went on all the sites on recovery , that’s where I came across LEE ULTIMATE HACKER service that was renowned for the most complex recovery and retrieval of stolen cryptocurrency. After I made contact with their staff they were very keen and empathetic with my situation ,they carefully analyzed with specific my predicament. The Lee specialist started the recovery process of my stolen money with haste traversing the complex world of crypto currency transaction by utilizing their extensive experience and understanding of blockchain technology ,hacking techniques. They pursed the digital trail of my stolen funds with resolve revealing the intricate network of wallets and exchangers the had deployed to hide their activities. The Lee Ultimate team was able to swiftly locate my missing assets using their advanced investigative methods and state of the art equipment which made the whole process a success. what made Lee Ultimate hacker team different from other recovery experts was they collaborated with law enforcement making sure the criminals were brought to book. I was overjoyed because all my stolen crypto currency were successfully recovered and restored to my account. I could finally have a sigh of relief and exhale after that traumatic experience all thanks to Lee Ultimate Hacker Team.
For more insight and kindly contact :L E E U L T I M A T E H A C K E R @ A O L . C O M
T e l e g r a m : L E E U L T I M A T E
W h a t s A p p + 1 ( 7 1 5 ) 3 1 4 - 9 2 4 83


