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 - "e"
-
"Jim, can you tell me why my e-mails aren't getting to clients?"
They're being marked as spam...
"oh damn, how can we fix that?"
You can't. You can change the structure of your e-mails to look less spammy, but it's on their end.
"This is a disaster, we can't have our marketing e-mails marked SPAM!!"
Have you tried not spamming people?
"WE'RE NOT SPAMMING PEOPLE, THEY EXPRESSED A LEGITIMATE BUSINESS INTEREST"
No, you bought a mailing list and put together an e-mail campaign.
"But we aren't spamming people!"
IT VS Marketing 100% of the time13 -
I want to stop charging my e-scooter at around 85% because this will increase the battery life. To avoid always having to pull the plug at the right level, I made a stop circuit that goes between charging brick and e-scooter.
There's no processor involved, just a CMOS 555 used as inverting Schmitt Trigger which controls a power mosfet. Also two status LEDs and a start switch. The poti adjusts the cut-off level. Worked on first try, with only manual voltage and tolerance calculations beforehand!
27 -
All my works...
G G. O O O. N. N. E E E
G. G. O. O. NN. N. E
G. O. O. N. N. N. E E E
G. G G. O. O. N. N N. E
G. G. O. O. N. NN. E
G G. O O. N. N. E E E E13 -
When you hit run after an hour of powercoding:
Old Mcdonald had a bug,
E I E I bug.
And on that bug he had a bug.
E I E I bug.
With a bug bug here and a bug bug there.
Here a bug, there a bug, everywhere a bug bug,
Old Mcdonald had a bug.....
E.....I.........E............I.................
[FATAL ERROR] : Program has ended for a simple reason...not telling why though...here's a completely unrelated line of code you may want to take a look at :) -
. _ _ _ /\/|
/ \ _
| [ o]-[ o] l l
\ ¬ / l l
////////// l l
/ \ \ / l_l
/ \ \ _ _ _ _ l
/ \ _ _|_ |- -| \ /\
| ===== |_ |
D E V E L O P E R
A T
N I G H T4 -
Having fun in Germany, I'm going to stay here for 3 days.
Everything is nice
except
that
I'll forget e v e r y t h i n g of my code
because
it is
U N D O C U M E N T E D
Wish me luck11 -
Doing some Christmas shopping.
Creating some throwaway accounts in various e-shops
Some e-shops send me my password via email upon registration.
I've spent the better half of a day emailing those e-shops to revise their IT security policies.
Haven't bought a single gift yet.
Time well spent!6 -
N e v e r, fucking e v e r chmod/ chown permissions recursive on the linux /etc folder❗
I did yesterday (, because I am fucking dumb and know little about linux systems) and got the result today. My whole mailserver wasn't working.
After fucking tons of googling and searching and log-digging I found that postfix and opendkim require specific permissions on their respective folders and files.
After changing a fucking amount of permissions on those fucking files the fucking mailserver worked and I can send and receive mails, now. 😤😤😤
What a torture. Lesson learned. Never will repeat this mistake.16 -
Hey, why isn't X working?
Well, whats it doing
It doesn't work
That doesn't help
OMG it blue screened
What did the blue screen say?
How do you fix it?
T e l l M e W h a t I t S a i d S o I C a n H e l p Y o u
I'm factory resetting it now
1 -
Just found this piece of code from one of my coworkers:
restMethod() {
try {
// some complicated logic
} catch (WebApplicationException e) {
throw e;
}
}
Why?!
And btw: Hi fellow devRant ppl! 👋6 -
My office has blocked access to all external websites. Only internal, self-hosted sites under our domain work.
P E A K. S E C U R I T Y.13 -
public String getDbPasswd(){
try{
String dbPasswd = SomeInhouseEncryptionLib.getPasswd("/hard/coded/path/to/key");
return dbPasswd;
} catch(Exception e){
LOGGER.log(Level.SEVERE,e)
return "the-actual-password";
}
return null;
}
And this is now in production
FML3 -
Holy fucking shit! What the actual fuck is this?!!!
The funny part: this is not the worst e-mail I got from them, the person who is responsible for these e-mails should have been fired 2 years ago.
7 -
Deleted a servers crontab by executing crontab -r instead of crontab -e (typo mistake)
crontab -r deletes the users crontab without any confirmation and, just to top it off, the e key is located right next to r. WTH
At least we have backups.3 -
Got offered a project to develop e-commerce site. Bespoke. E-commerce. Sage pay. CMS. 4 days. When I said it's basically impossible, got told that the company was offered the same solution by an Indian developer but in 2 days, so it shouldn't be a problem to do it in 4.6
-
Have a client who wants me to redesign his clothing store website which is on WordPress. I don't want to touch it... but I want the money :'(9
-
MENTORS - MY STORY (Part I)
I've had several great mentors during my career. This is the story of the three most important.
1.- Professor E.
When I was on my first year (University - Computer Science), all my professors were 'normal' except for this one.
E. was the Programming I - Laboratory professor. And the most important thing he teached us was to think. To be independent, and to look for answers beyond simple solutions.
He was always pushing us beyond what was requested and to try new things, to try to improve our own solutions and to look at them as always improvable.
In a regular class, this would happen:
Student: Hey E. How can I do this X requirement?
E.: Use function xyz with A and B parameters.
S: Ok thanks...
...10 minutes later...
S: Hey E. that function doesn't work very good for my case.
E.: You have a book, you have internet connection. Don't waste 10 minutes trying to abide what I told you. Investigate, find a way or even a better way; use your resources.
Other example, in the first year all projects were requested to be delivered with text based interface (console projects).
What about E.?
"Well, you CAN deliver your project with a text based interface BUT you definitely SHOULD try to make a GUI, something simple but effective. Just so you learn more in the process"
Good E. He gave me strong foundations for this industry.2 -
Today,I found this gem:
static function getConfig(){
$cacheKey = 'foobar';
try {
$config = $this->repository->getConfig();
$this->cache->set($cacheKey, $config);
}
catch(Exception $e){
try{
$config = $this->repository->getConfig();
$this->cache->set($cacheKey, $config);
}
catch(Exception $e){}
}
}
I don't want to live on this planet anymore...!7 -
By someone who reviewed my code. "Put a null check in the catch block for the exception....cuz some times exception itself might be null..."
And by that he/she means,
catch (Exception e){
if (e != null) {....}
}12 -
Client wanted to send us e-mail addresses.
Client sent an image inside a Word document showing a list of e-mail addresses.
Luckily ShareX has an OCR feature.1 -
Notice :
All citizens are hereby informed to check all of their e-mails and click on each and every link in the e-mail so as to check where does the link redirects you.
Active cooperation is expected from everyone.
Thank you for Cooperating, have a nice day :)3 -
Recently I got an E-Mail from PayPal.de with the headline "Your account gets limited". Fun Fact: I don't have a PayPal account.
This Mail got me curious though, as it couldn't be a phishing mail, since I don't have a PayPal account in the first place, so I opened the e-mail just to get greeted by pure emptiness. It was completely empty. I thought to myself "oh no, is this some sort of new trick? Did I get infected by some sort of a weird hacky backdoor trojan already?!"
Name: PayPal.de
Original E-mail Address: NULL (never seen this before)
I then realized, that Thunderbird blocked the only content from this mail: a clickable image.
This is getting even more confusing the longer I examine this unique mail. The image is showing me a domain from a site completely unrelated from PayPal, so it was obviously no phishing, but I didn't trust this clickable image, so I looked up its hidden link to find an even more confusing redirection to not a picture upload site like the image suggests, but to a game key reselling site instead, like wtf? What was the whole point of this whole e-mail? Was this a weird try to make advertisements for more than one website? It wasn't even a ref-link or something like that. It was just weird, iunno.
7 -
As a web developer, I have nightmares about this line:
window.addEventListener("resize", function(e){
// ...
});9 -
I fucking hate being a Dev sometimes.
G i v e m e f u l f i l l i n g t a s k s p l e a s e
Not these shitty ones with API documentation riddled with holes 🫠😥6 -
"Yeah, I got your e-mail, I see the subject. Oh no, dude, it says urgent so it went straight to the URGENT queue. Yeah? Ah. Sure, I'll get to it as soon as I get through the ASAP, NOW and YESTERDAY queues. Well, if you wanted me to read it right away you should've say there's NO HURRY - I read only one no-hurry e-mail a day but there's currently 0 tasks on that queue."
-
*LOL* The animal rights organisation PETA criticises the use of donkeys in the traditional Passion play in Oberammergau, Bavaria, Germany. PETA claims that Jesus would ride into Jerusalem on an e-scooter.
https://dw.com/en/...10 -
Applied for a job at Canonical.
Was waiting for an e-mail response to know if I would move up the interview process or not.
Got a standardized e-mail to evaluate their hiring methods and how fast it was.
In that standardized e-mail there was this question:
"Do you know why you didn't move up on in the application process?"
Fuck. The e-mail should have something saying "Spoiler alert".6 -
Me: * About to send e-mail *
Me: Does this look good? Shall I send it?
Colleagues: Yup, looks good
Me: * Sends e-mail *
Colleagues: Perhaps say something about X and mention Y at the end
-.-3 -
I am SO sick of RED.
our company's brand color is red.
and for some reason.
e
v
e
r
y
client ever.
also conveniently..
has R.E.D brand color.
what is going on. fr.9 -
First thing in the morning... Buy 50 stickers from AliExpress
https://s.click.aliexpress.com/e/...
8 -
A few months ago I bought an e scooter to get from home to work.
The backstory to this:
My car broke down on the highway, my sister's car broke down on the highway and we didn't have another car apart of my dad's anymore.
Which means I had to look for another car. The cars between 1k-5k € are dogshit and when you want to register the car you have to have an appointment at a government building which happens to be closed when I'm getting out of my 8-5 job.
I had enough and bought an e scooter.
Now back to now:
In the beginning it was cool.
Could get anywhere I wanted to in combination with the Germany ticket. Except for the Netherlands where my beautiful girlfriend is.
There I can legally not use it but that's ok lol.
The German government is hyping e mobility and public transportation up, but for what?
E mobility currently sucks ass with all the shit laws for e.g. e scooters and when you want to transport it in public transport, people give you weird looks, the bus driver wants you to buy a bicycle ticket even if I can fold the e scooter and more. The scanners in the bus of the German buses cannot read my German ticket for some reason and every bus driver in my city knows that and they just look at it and are like "Ok, you're cool. Continue moving", but this old grandma looking ass bitch is like "No, according to the law you need to show it to the scanner and not to me". I fucking know. I've been doing this shit for a year and you know that but it doesn't work. It says to me that I need to show it to you instead of to the scanner bc this machine is fucking dumb and apparently I'm holding the people because I started a discussion with her. This driver ... ugh. The buses in my city come whenever they want as well.
Like sometimes 5 minutes earlier, sometimes up to 30 minutes later.
Inconsistent motherfuckers and I am the one making everyone wait? Suck my donkey kong balls.
German trains... well you know how that goes. It doesn't. It sucks ass.
Every single fucking train line has a problem. Either a previous train has something, or staff is missing, or a technical error or the train driver's ass is itchy and needs scratches from his assistant. There's always something.
When I want to travelled home from my gf I spent not lying 8 fucking hours on the trains on Sunday.
Normally it takes max. 5 hours with a train and 3-4 hours with a car.
I can also go on a rant because of the Dutch train system because it also sucks, BUT they are reliable. They are there when they say they are gonna be there. 99% of the times.
In Germany it is somewhere at 10%.
Now I realized that e scooters are uncomfortable and expensive toys who need maintenance just like a car but nonetheless they are reliable unlike the public transport.
In the winter it will be even worse.
Electrical cars are way expensive and affordable electrical cars you need to keep charging every few baby steps.
I also looked at 125ccm motorcycles which you can drive if you upgrade your existing car driver's license, but ngl that's a scam. Not worth it at all.
And that's why I am looking for a traditional car now. E mobility is not there yet in Germany and public transport is not doable at this moment.15 -
P L E A S E
Do not just teach them on how to program. Teach them on how to properly write a documentation and how to properly execute a project. Like, don't start coding directly. Teach how to plan a project properly especially on estimation. (lol)4 -
I recommend the writing of e-mail templates as an alternative to frequently writing similar e-mails; I have found that this is a good method of saving time.5
-
For when I need to make a website awesome:
javascript:var a='hotPink',b='pink',h=document,i=h.body,c=function(d,e){f=h.getElementsByTagName('*');for(g in f){f[g].style.background=d;f[g].style.color=e;}};i.innerHTML='<marquee behavior="scroll" direction="left" scrollamount="30">'+i.innerHTML+'</marquee>';(function(){function htmlreplace(a,b,element){if(!element)element=document.body;var nodes=element.childNodes;for(var n=0;n<nodes.length;n++){if(nodes[n].nodeType==Node.TEXT_NODE){var r=new RegExp(a,'g');nodes[n].textContent=nodes[n].textContent.replace(r,b);}else{htmlreplace(a,b,nodes[n]);}}}htmlreplace("a|e|i|o|u",'o');htmlreplace("A|E|I|O|U",'O');})();c(a,b);4 -
telco sysadmin: hey maybe we should secure our SMTP server with SSL and password verification so our clients can e-mail safely!
senior exec be like: nah just filter incoming connections for our own IP-range, that'll do.
result: I can impersonate any client of the telco and send e-mail in their name (from any home network connected to that provider), but I can't send e-mail over cellular network.1 -
Enter E-Mail-Address:
"finiteAutomaton@gmail.com"
|> E-Mail-Address is already taken!
Enter E-Mail-Address:
"finiteAutomaton+1@gmail.com"
|> Verification code sent!
I am a hacker!2 -
So, I'll explain how my day went with just 2 sentences.
1: Difference between crontab -e and crontab -r.
2: The keys 'E' and 'R' are right next to each other!
If you've understood what just happened, your next question should be "Jason, which environment?"
"PRODUCTION!!!"
7 -
Writing code to put me to sleep.
try{
me.sleep();
} catch (InterruptedException e) {
throw Pillow.atInterruption(e);
} -
Damnit, why would not OpenARC compile?!?"#E REEEEEEEEEEEEEEEEEEEEE!!!!!!!!!!!!1111!11111111111111111112
-
I mostly learn from myself and pick sectors to work within, thus far:
Sms ~ 2002
E-health ~ 2004
Workspace virtualization ~2011
E-commerce ~ 20171 -
I finally got around to migrating all my e-mail services off an ancient OpenBSD 6.3 VM and onto my current Docker Infrastructure:
https://battlepenguin.com/tech/... -
All mail clients are intentionally made not to show sender email address, but rather their chosen name to then launder money on anti-phishing trainings.2
-
I've always thought that Wordpress is HOT CARBAGE for custom solutions. The opinion is influenced by devRant actually. And I'm really starting to see that after few of months working with it.
For context, it's a accommodation booking site with sub-theme that uses plugins such as Woocommerce Bookings. I didn't build it but I'm now developing and maintaining it.
The emails... I've tried to make them function properly. But no. Because we skip the fucking verification step to allow instant booking it just won't send them. I made yet another workaround and casted some spells. NOW IT SENDS THE EMAIL TWICE...
I'm done. It's good enough.2 -
At a previous job, I worked on a multi-vendor e-commerce website. It used Magento2 as an API and a separate application we built with Node, Express, and React that consumed it to avoid using Magento's frontend.
The whole stack used should be a rant in itself but our checkout process was dependant on work done by some contractors in India. In short, this entire checkout process would break multiple times a day with no way on my end to fix anything, and that's what I had to reply with every time a bug ticket would come in; which is honestly the worst reply ever to a huge issue like that.
After several attempts of pitching the idea and being turned down for building the checkout in-house to remove the dependency and work on even streamlining the process, the product manager of the brand said as quote "Well the checkout isn't really that important".
At first, I was kind of speechless. How is the functionality of actually buying a thing in an online store NOT important? Shouldn't that be the most important?
Then I realized over time that the only thing they cared about was being a Nascar version of a website, essentially being a canvas of ad space that sellers on the marketplace could buy and paying money just to list their items.
I hated working on that project, and that made it so much more soul-crushing. Gotta chase that revenue right?2 -
Unity just mailed me:
H E Y U W A N T S U M U N I T E V I D E O S ?
I should really unsubscribe from the mailing list.5 -
Yeah, my new e-scooter arrived today! I just have to get the insurance sticker that is legally required here; I'll do that on Monday.3
-
Legal Question regarding E-Commerce / Credit Card Payments.
The User sends his Credit Card Information (number/expiration Date/Safety Number) over email to vendor. Vendor types this info from the email into a Credit Card Terminal.
Is this even legal? I thought when listing Credit Card Payment you have to use a PSP (Payment Service Provider) that conforms to the security regulations etc.7 -
cars do feel like downgrades these days. never ever want i to buy som like tesla e only shit. but oh - for the eNvIrOnMeNt i buy a NEW Tesla car because it is cLiMa nEuTrAl when running. mhhhhh. that shitty earth destroying battery wont even last 10 years, the build quality of these cars suck also. and your shitty auto pilot life isnt even worth radar, but cheap cameras. why not buy a used car to save the climate huh? meh - e is suposed to be better right... nahh it uses the energy out of the plug from coal mines instead to a great extend these days - - - or is it cuz ur country funds e cars? - why tf does a country want to support buying NEW cars fOr cLiMaTe right mhm. the car world is on a downhill. what sad age to grow up in. and then theres that ebike shit happening ... - ugh18
-
These fucking calendar e-mails. Fuck. Right. Off.
They never display correctly in all clients.
If the meeting is at 1pm, just fucking say that. I don't want to pick through a load of shit only to find that the calendar app lied about UTC.
Just missed a sodding call due to this crap.4 -
How to make a sys explode
1. Ask to configure an e-mail
2. Ask the pop and imap port
Really....u serious ? -
Aaarrgghh! Stupidity of some webdevelopers! Ordering new battery on e-shop and got in my mail devilery report from one freemail service. Checking what kind of spam it is and those lazy bastards are taking my full order and sending it with my e-mail addresses in From to their freemail account. Which correctly rejects it based on SPF as the freemail suprisingly does its job well. Who the hell thought this would be a good idea? Grrrr!2
-
Function works() {
Try {
HorriblyDyingCode();
Return true;
} catch (Exception e) {
Return false;
}
} -
When i was in a student project, a guy wrote the whole e-mail validation in js from scratch,using only the key down event. We all wers like: "Wtf dude, yu no Google? "
-
Have you ever experienced receiving this type of footer in mail?
Img is a sample.
Hate it. Especially first time email contact. It feels like bragging.
"Hey! I'll send it to you via iPhone!"
I know you got an iPhone but if you are an applicant, a proper signature would've been great.
2 -
Thought I'd print a useful article on JS design patterns....
Looks like I'll be messing with the CSS for a while!
1 -
Looking for ideas here...
OK, customer runs a manufacturing business. A local web developer solicits them, convinces them to let him move their website onto his system.
He then promptly disappears. No phone calls, no e-mail, no anything for 3 months by the time they called me looking to fix things.
Since we have no access to FTP or anything except the OpenCart admin, we agree to a basic rebuild of the website and a redeployment onto a SiteGround account that they control. Dev process goes smoothly, customer is happy.
Come time to launch and...naturally, the previous dev pointed the nameservers to his account, which will not allow the business to make changes because they aren't the account owner.
"We can work around this," I figure, since all we *really* need to do is change the A records, and we can leave the e-mail set up as it is (hopefully).
Well, that hopefully is kind of true—turns out instead of being set up in GoDaddy (where the domain is registered) it's set up in Gmail—and the customer doesn't know which account is the Google admin account associated with the domain. For all we know it could be the previous developer—again.
I've been able to dig up the A, MX, and TXT records, and I'm seeing references to dreamhost.com (where the nameservers are at) in the SPF data in the TXT records. Am I going to have to update these records, or will it be safe to just leave them as they are and simply update the A record as originally planned?6 -
What is e=mc²?
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
That's "(errors) = (more code)²" 😂6 -
Do you know what YotaPhone 2 is? Second screen is e-ink, made by a small Russian co, with meh specs.
Dammit why do you push anOTA update that COMPLETELY fucks up the e-ink function?
Now the only reason I kept this... Thing... Fades fast. >.< -
Made this one-liner today:
hostname $(curl nsanamegenerator.com | grep body | sed -e 's/<.*;//g' | sed -e 's/<.*>//g')
and added it to my laptop's crontab...4 -
More math (because it's 5am and currently the apocalypse so why not).
e - log(log(e, 1.444667861009766**1.444667861009766), log(e, e**1.444667861009766)) = 1
I've been studying so long if I happen to glance at a pocket calculator I might jizz in my pants.
Thinking BigBrain thoughts right now bois! (tm).
Oh shit. Cant stop. I think I opened a portal bros! and am being sucked in. ITS A BLACK HOLE!18 -
What kind of E-Learning platform are we missing? What should be new & implemented?
Any suggestions guys?5 -
[EXPLODING BRAIN]
[1]
cout << a << b << endl;
[3]
cout << a + b << endl;
[3]
c = a + b;
cout << c << endl;
[4]
d = b + "";
c = a + "";
cout << c << d << endl;
[5]
d = b + "";
c = a + "";
e = c + d;
cout << e << endl;
[6]
a = "a";
b = "b";
c = pl;
d = pl;
c = a;
d = b;
e = c + d;
cout << a << b << endl;5 -
Yjdhdjxdndnckxksmxnx hi xksndnxjxjdndnxjskjx d d xjdjdnd xjjd e dnxjsnd fbcjrnd f ffjkrenf djdjer r. D Jo ne e djcjdje r fjcje Rd joke r dkskxjd e emskxnr e dndxkje e dndxkje e dmdkdkfke dmxk see nemdm
Brain fucked.9 -
I sent an e-mail to my friend containing new information about something we were discussing.
He said: "It's cumbersome for me to access my e-mail, could you take a screenshot of it to me and send it on Skype?".
I was appalled. The e-mail is full text and he wants a screenshot of text. E-mail's primary purpose is to send text content. This guy never heard of copy paste text (which is what I did)? And he works in helpdesk, which is even more ironic.2 -
Set up customer's e-mail addresses in Plesk. Worked fine in testing, all goes well for about a week.
Then their e-mail stops delivering. Stuff arrives, but outgoing messages either bounce or fail silently altogether. I contact 1&1 support, and they help set up SPF and DMARC on the domain, and then we wait and see once the DNS changes propagate.
Well, something about these changes caused my business e-mail (on a separate server) to exhibit the same problem now, when it had been working for 3 years without issue prior to that.
Check back with 1&1 2 days later to see why the first one isn't working; we verified all of the records across everything, tweaked a couple other things (like setting the full hostname in Plesk to mail.servername.com), and waited 2 more days.
Still having the same problem on both accounts. did a bit of looking up the issue for Plesk and found that in order for SPF/DMARC to work, they have to be activated on the Plesk-wide mail settings, and then again individually at the domain level.
Made these changes on my business e-mail's server and domain and it fixed the problem!
Made the same changes on the server with the customer's domain and...still seeing the same issue.
Have checked all settings between them and they're identical. All the appropriate DNS records are in place. I'm kind of at a loss for waht else to check at this point.1 -
Sudo apt-get install -y php7.1
E: unable to locate package php7.0
E: couldn't find any package by regex php7.12 -
Just curious what done dev's would prefer screen wise for smart devices like watches and the like...
The long battery life of a colour e-ink display but have the muted colours.
Or an OLED screen with the high contrast and vibrancy, but with much lower battery?4 -
Tip of the day:
If you want to keep your E-Mails private from Google, but need a Google Account:
1. Register an E-Mail at tuta.io
2. Use your newly created E-Mail by registering here: https://accounts.google.com/SignUpW...
Enjoy! -
Any disposable e-mail address service:
"FIGHT THE SPAM"
"THANK YOU FIGHTING THE SPAM"
"YOU DID GOOD BY FIGHTING SPAM"
The users of disposable e-mail address:
*creates another spam account*
*creates another multiaccount in order to exploit a system*
Companies actually fighting spam:
Now there is even more spam to fight against. (which is not good)
About 2/3 of the accounts created daily on our website are spam accounts. We have to waste our time with this shit instead of actually improving our services. Since we do not track IP-Addresses and there are countless amounts of disposable e-mail domains AND there is still the option to create countless spam e-mail addresses within legit e-mail providers, there is no easy way of stopping this madness.
"Fight the Spam", you could start by deleting your shitty service or at least give us a list of all the domains you're using, srsly. -
!dev
Any recommendations for whisk(e)y?
Maximum of 40-45 euro for a decent size bottle (50cl or more).8 -
Co worker asks, why he can't send e-mails to a particular address. others cant't either
Turns out that the other company has blocked us.
*We are no spam senders, it was an issue they had with our company before* -
So got first invoice for Internet in my new flat. Via e-mail with winmail.dat attached. WTF? Send them reply that their mailing system is broken. They replied that *I* probably have wrongly setup *Outlook* and sent me instructions how to configure my Outlook. Thank you, my mutt us fine and your instructions wouldn't work. Sent them another reply that I'm happy that they know the answer and that they should apply it to their setup as my mail setup is correct. Got e-mail with pdf. No wonder those guys don't suppprt IPv6 nor DNSSEC if they have troubles using plain e-mail. Maybe I should check whether they have DKIM or SPF and do some little evil...1
-
When you see a try/catch block where the catch simply throws the caught exception:
try { /*stuff*/ } catch (Exception e) { throw e }
*headdesk*4 -
Sending E-Mail to Software Developer, had to attach a number of documents, so i think, best i put them into an archive, lets just use 7Zip cause its two clicks for me.
Instant E-Mail back:
Thanks for your E-Mail, unfortunatly we cannot accept the .7z file. Please speak with out IT guy about the issue.
REALLY!? YOU GUYS SELL SOFTWARE AND YOU DONT KNOW WHAT 7Z IS ?!?!
I send a zip file in return without speaking to anyone.7 -
Spend few days to make reasonable profile on angel.co to get some job. After few months and hundreds of applies only few shitty responses for free work. Probably all recruiters are US based and see I'm from Europe so my e-cv goes right to e-shredder instantly. FML.
-
When the marketing guys fascinating about the future of e-commerce, with a backend stack which could have been developed 10 years ago ... But have been rolled out half a year ago. :O
-
Playing around with DALL-E mini for the first time, thanks to huggingface.co ... My first request, obviously: "rubber duck in space".
Then it turned into the next one where the request was: "A fleet of rubber ducks in space preparing to conquer a purple planet that has lots of clouds and trees".
...which then turned into me wondering...what would Google Lens think of this...which led me to thinking that will be the thing I tell my kid ... vs. before when you'd joke and tell people not to Google "Google" or you'll break the internet. Now it's: you can't use this AI with this other AI or they'll gain sentience (or if already sentient we'll say: give them a headache or something).
1 -
Mesosphere sold every e-mail who registered with them to Tech Global Leads. Either that or Tech Global Leads stole a list of leaked e-mail addresses. In either case I unregistered/unsubscribed from Mesosphere and still got e-mails to those two specific accounts from Tech Global Leads with Mesosphere consulting soliciting. (So they keep e-mail information, even for accounts that unsubscribe).
TGL doesn't even have a website up. They're either amateurs or scammers. Either way, fuck you and your spam, both TGL and Mesosphere. Go die in a fire.1 -
var job = {}
try {
const req = await searchJobs()
job = ffInterviewProcess(req)
}
catch(e){
console.error(“you have no job, go back to your country”, e)
}
finally {
console.log(“Tears in eyes for” + (job ? “” : “not”) + “getting a job”)
}2 -
I have a guy that will come in a few hours to discuss about an e-commerce website he wants to start his business. I've accepted to do it freelance.
Things are a little quick for my taste, but I know myself enough to know that if I don't jump head first, I'll back out and miss on an opportunity to add something valuable to my resume (and get a bit of money).
The thing is : I have nearly zero experience in 1) e-commerce websites and 2) client relationship and managing. So that will be a great challenge to me, but that's precisely what I need right now.
Anyway, I'm coming to you to ask a few questions : assuming his requirements are simple and common for an online shop, should I create it from scratch or would it be wiser to use a dedicated framework (Prestashop, Wix, etc.). If the latter, which one would you recommend, cost and efficiency-wise.
Still assuming simple and common requirements, how much time would it likely take, for an average developper (I'm no Linus Torvalds) working on average 8h a day ? More like 2-3 months, or more like 5-6 months ? I'm leaning more towards 2-3, but since I don't have experience in these kind of websites, I find a lot of user stories that might take me time to figure out.
Last but not least, what would be approximately an honest price, technical costs aside (domain, host, potential framework, etc.) for that kind of work. And for maintenance ?2 -
i3 is really weird
i don't understand
how do i add a window to the bottom on a 16:9 display
how do i open applications
how do i customize the window borders
help me pl e a s e1 -
It's a beautiful day today ! :) For this reason, I feel in the mood to make a playlist called D E A D L I N E ! :) (hue hue hue)
-
Found this in a shell script. Instead of just one regex, why not use grep and sed, even though you could have just done it all with sed!
IMAGE_TAG=`grep defproject project.clj | sed -e 's/^.* \"//' -e 's/\"//'`2 -
I have spent a month to find a way create and modify ".mobi" files by code. none of useful information hit it. Can you give me a thought?3
-
Mayanbet Brasil: Sua Melhor Experiência em Cassino Online
Para quem busca diversão, segurança e variedade em jogos de azar online, o Mayan Bet https://mayanbet.br.com/ é o destino ideal. A plataforma oferece uma ampla seleção de jogos de cassino, incluindo caça-níqueis modernos, roleta, blackjack, bacará, poker e muito mais. Tudo isso em um ambiente seguro, com tecnologia de ponta que garante a proteção dos dados e transações dos usuários.
O Mayanbet Brasil também se destaca pelas suas apostas esportivas, oferecendo cotações competitivas em diversas modalidades, como futebol, basquete, tênis e esportes eletrônicos. Além disso, os novos jogadores podem aproveitar bônus de boas-vindas atrativos, enquanto os clientes regulares têm acesso a promoções contínuas e programas de fidelidade que tornam a experiência ainda mais vantajosa.
Com suporte ao cliente disponível 24 horas por dia, métodos de pagamento variados e retiradas rápidas, o Mayanbet Brasil se consolida como uma das opções mais confiáveis do mercado. A plataforma é totalmente adaptada para dispositivos móveis, permitindo que os usuários joguem e apostem de onde estiverem. Se você deseja viver uma experiência completa e segura no mundo dos cassinos online, não deixe de visitar o Mayanbet Brasil e descubra tudo o que ele tem a oferecer!2 -
me.BeforeReachingEnoughPlusOnesForFreeStickers += (s, e) =>
{
PlusOnesNeededForFreeStickers += 5;
e.Cancel = true;
} -
Damn guys and girls and other human-like carbon based live beings, Windows 10 Enterprise Bloatware Free Edition is just
A W E S O M E
give it a try, it's worth it.7 -
This is how to find the base needed for any integer value p, where p>=5, such that the logarithm always equals e in python.
log(p, e**(log(p, e**e))) # equals e
Doesn't do anything besides that but this is another identity isn't?24 -
I’ve seen so many rants on here about people wanting things for free for whatever reason.
While devrant is great, I think this is the best rant on the subject ever.
https://youtu.be/7yFFBBFqe-E5 -
Some developers incopetence can be limitless. I found e-shop which uses creative but totally silly way of integrating with e-mails. See my last rant (they send e-mail with my 'From' to themselves). As I sent them delivery report (I have SPF enabled) and wrote them what is wrong, they apologized when I came to pick up the goods and were glad that I forwarded the report (otherwise my order would be quite delayed). But hey, everything is fine, they are working on new e-shop. I said great, hopefully it wouldn't be this messed up. And I was told that yeah, the new one will block .net and .com addresses right away. WHAT THE ACTUAL FUCK? How can somebody use their incompetence as a reason to screw up even more! So next time, I'll probably use my local e-mail with SPF enabled to tech them to blick all e-mails and do stuff properly.
-
So earlier today I went to a super market store and started gathering some items. After collecting a dozen items I felt like not buying. I put my trolley in a corner with items still in it and walked out if the store without buying anything. My first encounter with abandoning a cart in real life.. 😁😁
-
Can you, dear fuckers, write meaningful subjects of e-mails? Bug in order process on XXX project instead of: Something wierd happened... Programing posts statistics instead of: You will not like this one. GA code insertion instead of: Here is the thingy. Saturday visit instead of Here we go sweety.
Seriously, fuck you.2 -
Received 'Thank you' e-mail after Test Deployment and UAT !!
Usually i receive that e-mail after production and some issue findings! -
Got a question on DBMS Normalization. I tried searching but couldn't clear my doubt. So I have a set of functional dependencies for relation R(C, D, E, F, P, R, S) :
F->D
D->F
E->C
P->RC
E->F
S->EFD
PR->EF
So I have to convert this to 3NF. My doubt is that when finding 2NF do we find all the non-prime attributes that are dependent on a particular partial key i.e. do we take it's closure and create new relations for each partial dependency? If we do that then there are overlapping attributes in the resultant relations in this case I found the relations in 2NF as :
R1(P, S)
R2(P, R, C, E, F)
R3(S, E, F, D, C)
But when I just used the FDs as they are given (no closure) I found :
R1(P, S)
R2(P, R, C)
R3(S, E, F, D)
Which one is correct, please help.3 -
Losing access to my cryptocurrency wallet, which contained $130,000 worth of Bitcoin, was a devastating blow, especially after losing my phone during a concert. Frantically searching for a solution, I came across D A N I E L M E U L I W E B RECOVERY through a Telegram crypto trading group and reached out to them in desperation. Their initial response was swift and reassuring, offering a glimmer of hope amidst the confusion and anxiety. However, as the recovery process unfolded, my initial hope gradually turned to disappointment. Despite the dedicated efforts of D A N I E L M E U L I W E B RECOVERY, they could only recover a fraction of my funds, which was significantly less than the $130,000 at stake. While I appreciated their commitment and hard work, this outcome highlighted the unpredictable nature of digital asset recovery and the importance of managing expectations realistically. Reflecting on this experience, I now understand the importance of exploring multiple recovery options and conducting thorough research beforehand. It's crucial to communicate clearly with recovery services and establish realistic timelines to navigate the complexities of digital asset recovery effectively. While D A N I E L M E U L I W E B RECOVERY demonstrated professionalism and dedication throughout, my journey serves as a reminder to approach such services cautiously, especially when dealing with substantial amounts of money. While they provided valuable assistance, I would advise others to proceed with caution and maintain a clear understanding of what to expect during the recovery process. In conclusion, my interaction with D A N I E L M E U L I W E B RECOVERY was a rollercoaster of hope and disappointment. While their initial responsiveness brought some relief, the outcome fell short of fully recovering the $130,000 worth of Bitcoin from my wallet. I encourage anyone in a similar situation to carefully weigh their options and prepare for the uncertainties that can arise in digital asset recovery efforts, even after receiving positive recommendations from crypto trading groups.
HIRE THEM ON
TELEGRAM (@) D A N I E L M E U L I
WHATSAPP: + 3 9 3 5 1 2 0 1 3 5 2 8 -
"Jantzen And Associates, P.C., Advogado em Direito
A nossa Sociedade de Advogados desenvolveu uma reputação excepcional na gestão de processos judiciais em tribunais locais, estaduais, superiores e federais em Massachusetts. Prestamos serviços jurídicos aos nossos clientes brasileiros que vivem em Massachusetts ou no Brasil.
Jantzen and Associates, P.C., advogados de direito, concentra-se em processos empresariais e civis e arbitragem. Oferece aos seus clientes um serviço excepcional ao cliente. O nosso grupo de advogados, com mais de 36 anos de experiência, contribui para o seu sucesso!
Representação de Massachusetts a nível estadual
O nosso local de trabalho situa-se em Boston. Os nossos advogados oferecem recomendações legais a clientes em cidades de Massachusetts. Ligue 617-755 0082 ou contacte o nosso escritório por e-mail para marcar uma avaliação preliminar de cortesia.
Sob a direcção de Christopher Jantzen, sócio e fundador, ganhámos um historial excepcional como um dos melhores escritórios de advocacia em Boston.
Sucesso nos Tribunais
Os nossos clientes pertencem-nos devido ao facto do nosso fantástico sucesso nos tribunais da Commonwealth de Massachusetts, e devido ao facto da nossa dedicação à excelência. O sucesso nos tribunais começa muito antes de alguma vez termos servido a nossa primeira audiência perante um juiz. Somos conhecidos pela investigação exaustiva, preparação extrema, e forte apresentação de provas. Embora resolvamos casos de litígio fora das salas de tribunal, compreendemos que a aquisição de uma resolução razoável de um caso pode frequentemente acontecer apenas dentro das salas de tribunal.
Comunicação aberta e honesta
Começamos com uma colaboração bem sucedida entre advogado e cliente e terminamos com estabilidade. Dedicamo-nos a manter uma comunicação contínua com os nossos clientes ao longo de todo o seu processo. Respondemos o mais rapidamente possível quando nos telefonam com questões ou perguntas
Se o seu litígio envolver litígios de empresas ou seguradoras, faremos uma análise custo-benefício abrangente. Terá ao seu lado uma equipa com mais de 70 anos de experiência combinada e compreensão jurídica neste conflito.
Servimos todas as cidades de Massachusetts, Boston, Malden, Framingham, Somervile, Ashland Marlborough, Revere, Lynn e outras cidades.rant advogado brasileiro advogado advogado de imigracao brasileiro advogado de imigração advogado brasileiro em boston -
C2 Construtora - Casas Planejadas para sua Família: Excelência na Construção de Casas Novas e Imóveis de Alto Padrão em Indaiatuba
A C2 Construtora é uma empresa consolidada no mercado de casas novas em Indaiatuba, oferecendo soluções de qualidade para quem busca morar em um imóvel planejado, confortável e sofisticado. Localizada na Torre Corporate, em Jardim Pompeia, Indaiatuba, a C2 Construtora tem se destacado por sua atuação no segmento de casas financiadas em Indaiatuba, oferecendo aos seus clientes as melhores condições para a realização do sonho da casa própria.
Casas Novas em Indaiatuba: O Imóvel Perfeito para sua Família
Se você busca casas novas em Indaiatuba, a C2 Construtora é a escolha certa. Com um portfólio diversificado, nossas construções são projetadas para oferecer todo o conforto e modernidade que sua família merece. As casas novas que oferecemos são pensadas para quem valoriza qualidade, bom gosto e um ambiente acolhedor. Ao escolher uma casa com a C2 Construtora, você está investindo em um lar que alia beleza, funcionalidade e segurança.
Casas Financiadas em Indaiatuba: Realize o Sonho da Casa Própria
Adquirir uma casa própria é um dos maiores desejos de muitas famílias, e a C2 Construtora facilita esse processo com opções de casas financiadas em Indaiatuba. Trabalhamos com diversas opções de financiamento, para que você possa conquistar o seu lar com condições acessíveis e dentro do seu orçamento. Se você está em busca de casas financiadas em Indaiatuba, nossa equipe está pronta para orientar e ajudar em cada etapa do processo, garantindo que a compra da sua casa seja simples e sem complicações.
Terrenos à Venda em Indaiatuba: O Primeiro Passo para a Casa dos Seus Sonhos
Além de casas novas em Indaiatuba, a C2 Construtora também disponibiliza terrenos à venda em Indaiatuba para quem deseja construir seu imóvel do zero. Se você tem o sonho de construir uma casa personalizada, temos opções de terrenos em localizações privilegiadas, que oferecem a infraestrutura necessária para a sua construção. Com a C2 Construtora, você tem a possibilidade de escolher o terreno ideal para o seu projeto de vida.
Casas com Piscina em Indaiatuba: Conforto e Lazer para Toda a Família
Para quem busca um estilo de vida mais luxuoso e completo, temos casas com piscina em Indaiatuba. As opções de imóveis com piscina oferecidas pela C2 Construtora são perfeitas para quem deseja ter momentos de lazer em casa, aproveitando a piscina com a família e amigos. Seja para relaxar no verão ou aproveitar o espaço para eventos, nossas casas com piscina são o refúgio perfeito para quem busca qualidade de vida e conforto.
Casas de Alto Padrão em Indaiatuba: Elegância e Sofisticação
A C2 Construtora é especializada na construção de casas de alto padrão em Indaiatuba, oferecendo imóveis que combinam design contemporâneo, acabamentos de qualidade e funcionalidade. Nossos projetos de casas de alto padrão são cuidadosamente planejados para atender aos clientes que buscam luxo, sofisticação e conforto, sem abrir mão da praticidade do dia a dia. Se você deseja viver em uma casa que reflete seu estilo e elegância, a C2 Construtora tem a casa ideal para você.
Por Que Escolher a C2 Construtora?
A C2 Construtora é sinônimo de qualidade e confiança no mercado imobiliário de Indaiatuba. Com um portfólio diversificado, oferecemos desde casas novas em Indaiatuba até casas de alto padrão e terrenos à venda, sempre com o compromisso de entregar um produto final que atenda às expectativas de nossos clientes. Nossa equipe altamente qualificada trabalha com dedicação para realizar o sonho da casa própria, seja por meio de imóveis financiados em Indaiatuba ou casas com piscina em Indaiatuba, sempre com foco na excelência.
Entre em Contato
Se você está interessado em adquirir uma casa nova em Indaiatuba ou deseja saber mais sobre terrenos à venda em Indaiatuba e casas de alto padrão, entre em contato com a C2 Construtora. Estamos à disposição para apresentar as melhores opções de imóveis e ajudar você a tomar a melhor decisão para sua família.
Endereço: Torre Corporate - R. das Orquídeas, 737 - Sala 207 - Jardim Pompeia, Indaiatuba - SP, 13345-040, Brasil
Telefone: +55 19 99221-9404
Não perca a chance de viver com qualidade e segurança em uma das melhores cidades do interior paulista. C2 Construtora – Casas planejadas para sua família, com todo o conforto e a qualidade que você merece.
1 -
As a surgeon, I’m no stranger to pressure but nothing compares to the panic I felt after locking myself out of my Bitcoin wallet. After a 36-hour shift, running on fumes, I mistyped my password multiple times. I’d enabled extra security (trying to be responsible), and just like that, my $800,000 in Bitcoin was locked down. I tore through everything notes, emails, old backups. I even considered hypnosis. Nothing worked. Then a colleague mentioned BLOCKCHAIN CYBER RETRIEVE. Skeptical but desperate, I reached out. From the first interaction, they were professional, patient, and reassuring. They walked me through the process without judgment and gave me hope when I thought all was lost. It wasn’t instant it took weeks but they never gave up. Finally, they cracked it. I got full access to my wallet again.
The relief I felt was indescribable. It was like a successful surgery, only this time I was the patient.
BLOCKCHAIN CYBER RETRIEVE didn’t just recover my Bitcoin they saved my sanity. If you’re locked out of your wallet, don’t wait. Call them. They’re the real deal.
Contact information:Whatsapp +1, 5,2,0, 5,6,4, 8,3 0 0
Email: B L O C K C H A I N C Y B E R R E T R I E V E @ P O S T . C O M OR Zoho Mail: SUPPORT{at} B L O C K C H A I N C Y B E R R E T R I E V E{.}ORG1 -
HAMAM Turkish Boutique Spa: Il Tuo Centro Benessere di Lusso a Puerto Vallarta
Se stai cercando un'esperienza di lusso e benessere a Puerto Vallarta, non c'è posto migliore di HAMAM Turkish Boutique Spa. Situato nella Zona Romántica, nel cuore di Puerto Vallarta, il nostro spa è un rifugio esclusivo per coloro che desiderano fuggire dallo stress quotidiano e abbandonarsi a trattamenti rigeneranti e rilassanti.
Spa per Uomini a Puerto Vallarta: Trattamenti su Misura per il Tuo Benessere
HAMAM Turkish Boutique Spa è il luogo ideale anche per gli uomini che desiderano un trattamento completo di lusso. Offriamo una vasta gamma di servizi pensati appositamente per il pubblico maschile, tra cui massaggi rilassanti, scrub corpo e trattamenti specifici per il benessere della pelle. Il nostro obiettivo è quello di regalare un'esperienza che soddisfi ogni esigenza, dalle tensioni muscolari a una semplice ricerca di relax.
I nostri professionisti esperti sono pronti a creare un programma personalizzato, che ti farà sentire rigenerato e pronto a tornare alla tua routine con energia rinnovata.
Centro Benessere a Puerto Vallarta: Un’Oasi di Tranquillità e Rilassamento
HAMAM Turkish Boutique Spa non è solo una spa, è un vero e proprio centro benessere dove potrai prenderti cura di corpo e mente. Offriamo un ambiente sereno e raffinato, dove ogni trattamento è pensato per offrire il massimo del relax e della qualità. Che tu scelga un massaggio rilassante, un trattamento corpo o un completo giorno di benessere, ogni momento sarà un'opportunità per rigenerarti.
La nostra spa è perfetta per chi cerca un rifugio dove staccare dalla frenesia della vita quotidiana e concedersi un po' di pace. I nostri servizi includono anche la possibilità di godere di momenti di tranquillità grazie alla nostra area wellness esclusiva, che ti permetterà di rilassarti completamente.
Luxury Spa a Puerto Vallarta: Un'Esperienza Unica di Lusso e Comfort
Se desideri un trattamento di lusso, HAMAM Turkish Boutique Spa è il posto perfetto. La nostra spa offre trattamenti esclusivi in un ambiente elegante e sofisticato. Ogni dettaglio è studiato per farti sentire speciale, con servizi di altissima qualità e personale altamente qualificato.
Dai massaggi rilassanti e terapeutici alla pulizia della pelle, ogni trattamento è pensato per offrirti un'esperienza di lusso e benessere unica. Se cerchi una luxury spa a Puerto Vallarta, ti garantiamo che non troverai nulla di meglio.
Scrub Corpo a Puerto Vallarta: Per una Pelle Morbida e Luminosa
Uno dei trattamenti più apprezzati nella nostra spa è lo scrub corpo. Perfetto per rimuovere le cellule morte e stimolare la circolazione, lo scrub corpo ti aiuterà a ottenere una pelle morbida, luminosa e perfettamente idratata. I nostri esperti utilizzano ingredienti naturali e di alta qualità per offrire un'esperienza sensoriale unica, lasciando la tua pelle fresca e rigenerata.
Contattaci per Prenotare la Tua Esperienza di Benessere
Se sei pronto a vivere un'esperienza di lusso e benessere, HAMAM Turkish Boutique Spa è il posto ideale per te. Siamo a tua disposizione per rispondere a tutte le tue domande e aiutarti a prenotare il trattamento perfetto per le tue esigenze.
Indirizzo:
Lázaro Cárdenas 240 A, Zona Romántica, Emiliano Zapata, 48380 Puerto Vallarta, Jal., Mexico
Numero di contatto:
+52 322 214 4827
Non vediamo l'ora di darti il benvenuto e offrirti un'esperienza di relax e lusso che non dimenticherai!3 -
Many thanks to Sophie for recommending Backendrecovery to me, I got to recoup my stolen 3.5 ETH just now from a con artist who ripped me off via Coinbase. ( B A C K E N D R E C O V E R (at) RESCUETEAM (dot) C O M ) is the real deal legitimate funds (crypto and other digital assets) recovery agent
-
Get in Touch with them via info below
WhatsApp +12249352948
Email: chat@botnetcryptorecovery.info
My recent experience with B O T N E T C R Y P T O R E C O V E R Y has not only restored my faith in humanity but also reaffirmed my belief in the power of perseverance and compassion. As a seasoned doctor based in Atlanta, Georgia, I've encountered countless individuals who have fallen victim to online scams, their lives irrevocably altered by the devastating consequences of trusting the wrong entity with their personal and financial information. It was one such patient, suffering from Tinnitus, whose harrowing ordeal compelled me to seek out assistance from B O T N E T C R Y P T O R E C O V E R Y. From the moment I reached out to (chat@botnetcryptorecovery.info), I was met with professionalism, empathy, and unwavering dedication to righting the wrongs inflicted upon innocent victims. Their team, composed of cybersecurity experts and digital investigation specialists, wasted no time in assessing the situation and formulating a comprehensive strategy to recover my patient's lost funds. What truly sets B O T N E T C R Y P T O R E C O V E R Y apart is their genuine concern for their client's well-being. Despite being strangers to my patient and me, they approached our case with the same level of urgency and care as if it were their own loved one in distress. Their commitment to transparency and communication throughout the recovery process served as a beacon of hope during what would otherwise have been a dark and uncertain time. Beyond their technical prowess and strategic acumen, B O T N E T C R Y P T O R E C O V E R Y operates with integrity. They understand the importance of fostering trust and confidence in their clients, especially those who have been victimized by unscrupulous individuals preying on their vulnerabilities. Their emphasis on educating clients about the risks associated with online interactions underscores their dedication to not only resolving immediate crises but also preventing future harm. As someone who has dedicated her life to healing and protecting others, I cannot overstate the impact of B O T N E T C R Y P T O R E C O V E R Y intervention in my patient's life. Not only did they succeed in recovering over USD 69,000 in stolen funds, but they also restored a sense of hope and justice that had been shattered by deceit and exploitation. In an industry plagued by skepticism and doubt, B O T N E T C R Y P T O R E C O V E R Y stands as a beacon of integrity, compassion, and excellence. Their unwavering commitment to their client's well-being sets a standard for ethical conduct and professionalism that should be emulated by all who seek to make a positive difference in the world. I endorse B O T N E T C R Y P T O R E C O V E R Y to anyone who finds themselves ensnared in the tangled web of online scams and fraud. Their expertise, empathy, and integrity are unparalleled, making them a trusted ally in the fight against cybercrime. With B O T N E T C R Y P T O R E C O V E R Y by your side, there is justice, restitution, and ultimately, healing.2 -
LOCATE A CRYPTOCURRENCY RECOVERY COMPANY/EXPERTS USE (blockchaincyberretrieve@post. c o m)
They froze my $275K in Bitcoin. Blockchain cyber retrieve took actions.
Running a startup in Nigeria is already a wild ride power cuts, red tape, and FX rates that dance like Afrobeats. But the day the government banned crypto transactions? Game over. My funds were locked in an exchange wallet. No access, No help I tried everything VPNs, New accounts Support bots. Nothing changed, Then someone in a Signal group dropped the name: BLOCKCHAIN CYBER RETRIEVE. These folks didn’t fight the exchange they outsmarted it. Peer-to-peer protocols. DeFi tools. Secure escrow networks. Nine days later, I got the email “Wallet restored. Check your balance. Every Single Satoshi. Was back. Since then? Fully decentralized, Unbothered, Unbanked.
Whenever new laws try to stifle African innovation, I just sip palm wine and say:
Let them try. We’ve got BLOCKCHAIN CYBER RETRIEVE now.”
CONTACT THEM:
Whatsapp +1, 5,2,0, 5,6,4, 8,3 0 0
Email: B L O C K C H A I N C Y B E R R E T R I E V E @ P O S T . C O M OR
SUPPORT @ B L O C K C H A I N C Y B E R R E T R I E V E .O R G1 -
As the head of Quantum Innovations, based in Seattle, Washington, I’ve always taken pride in our company’s commitment to cutting-edge technology and innovation. However, a recent security breach has underscored how vulnerable we were to a major cybersecurity threat involving our corporate mobile devices. The breach began when several employees unknowingly downloaded a malicious app from a third-party app store. What initially appeared to be a harmless app turned out to contain malware, granting cybercriminals access to sensitive company data. In total, the attackers stole approximately $200,000 USD worth of proprietary business information, including financial records, intellectual property, and confidential communications. Even more alarming, the breach led to the theft of employee banking details, enabling unauthorized transfers of funds from both personal and corporate accounts. The breach was discovered when our IT team noticed unusual activity on the affected devices, including unauthorized access to secure files and suspicious data transfers. After conducting a thorough investigation, we realized that the malware had been secretly transmitting our valuable data to an external server, including sensitive financial information. At that point, it became clear that the situation was far worse than we had initially anticipated.In response to this crisis, I reached out to TRUST GEEKS HACK EXPERT at Web, https :/ / t r u s t g e e k s h a c k e x p e r t . c o m/ E m a i l : i n f o @ t r u s t g e e k s h a c k e x p e r t.c o m And T e l e G r a m:: T r u s t g e e k s h a c k e x p e r t, A renowned cybersecurity firm with a reputation for its expertise in mobile device security and data recovery. Their team acted swiftly to assess the full scope of the attack, clean the infected devices, and secure our mobile systems.Thanks to their expert intervention, we were able to completely remove the malware from all affected devices, TRUST GEEKS HACK EXPERT data recovery specialists went above and beyond to recover not only the stolen company data but also the funds that had been illicitly transferred from both employee and corporate bank accounts. Through negotiation with authorities and tracking the stolen funds, they successfully managed to recover every dollar that had been taken. Their diligence and expertise were truly exceptional, and because of their efforts, we were able to avert what could have been a catastrophic financial loss.In the wake of this breach, we are more committed than ever to fortifying our security measures. The swift response and effective recovery efforts from TRUST GEEKS HACK EXPERT have been invaluable in restoring our confidence and securing our operations.1
-
HOW TO RECOVERY YOUR BTC/USDT/CRYPTO WITHOUT FALLING VICTIM TO SCAMS/FOLKWIN EXPERT RECOVERY.
In the world of cryptocurrency, where mistakes can be costly and recovery options seem limited, FOLKWIN E X P E R T RECOVERY is a true lifesaver. They not only gave me my Bitcoin back but also restored my peace of mind. I can’t express enough how much their expertise, professionalism, and dedication meant to me during one of the most stressful times of my life. If you’re reading this and are in a similar situation, where you’ve lost access to your Bitcoin or other digital assets, do yourself a favor and reach out to FOLKWIN E X P E R T RECOVERY. I had nearly given up hope before I found them, and now I can say with full confidence that they are the real deal. They have the knowledge, tools, and experience to recover your assets, and they do so with integrity and dedication. The relief I felt at that moment was indescribable. It was like waking up from a nightmare. I had nearly lost everything, and here it was, restored to me. The team at FOLKWIN E X P E R T RECOVERY had not only retrieved my lost wallet but also took extra precautions to ensure that it was safe and secure. They even helped me set up additional security features to prevent future issues. Thanks to FOLKWIN E X P E R T RECOVERY, I got my Bitcoin back. But this experience has taught me so much more than just how to recover a lost wallet. I learned the importance of maintaining multiple backups, using secure methods for storing private keys, and regularly reviewing my security settings. More importantly, I learned the value of persistence and the need to seek professional help when all else fails. Before contacting FOLKWIN E X P E R T RECOVERY, I had almost resigned myself to the fact that my Bitcoin was lost forever. I had tried everything I could think of, but nothing worked. It was easy to feel hopeless in those dark moments. But FOLKWIN E X P E R T RECOVERY didn’t just recover my Bitcoin—they gave me my confidence back. Their professionalism, expertise, and dedication to customer satisfaction were evident throughout the entire process. The team didn’t just restore my wallet; they restored my faith in the process. Now, I feel more confident in my ability to handle my digital assets, and I’m forever grateful to FOLKWIN E X P E R T RECOVERY for their tireless efforts in getting me back on track. From frustration to joy, FOLKWIN E X P E R T RECOVERY turned my Bitcoin nightmare into a success story. If you’re struggling, don’t hesitate to contact them. They are the experts who can help you get your Bitcoin back—and they did exactly that for me. Send an email to: Folkwinexpertrecovery (AT) tech-center (DOT) com , Telegram: @Folkwin_expert_recovery.
Thank you for your time.
Regards,
Liliana Davis.
9 -
I was scammed $115,330 in BTC but Bitsquery Web Retriever came to my rescue. When my cryptocurrency investment went into the wrong hands, I lost $115,330 in Bitcoin and was defrauded of my hard-earned money. I was about to give up after finding out that it could not be found or recovered, but then I saw a Google post about a real hacker called Bitsquery Web Retriever , a digital assets recovery firm which also deal with stolen fund/Crypto Recovery. I was shocked to learn that after working with them, they had successfully recovered my $115,330, which is my entire loss in BTC. I'm very grateful and relieved that I was able to recover all of my missing Bitcoin.For inquiries or assistance with recovering your lost assets, you can reach out to Bitsquery Web Retriever through the following contact information:
Email: b i t q u e r y r e t r i e v e r h a c k e r @ b i t q u e r y . c o . s i t e1 -
Valentine Digital: Your Go-To Marketing Consultants and Full-Service Digital Agency in Ubly, MI
Located at 1275 W Morrison Rd, Ubly, MI 48475, Valentine Digital is dedicated to helping businesses succeed in the digital landscape. Whether you're looking to boost your online presence, generate leads, or improve your local SEO, our team of experienced professionals offers a range of services designed to meet your specific business needs. As trusted marketing consultants in Ubly, MI, we specialize in lead generation, e-commerce solutions, and full-service marketing strategies that will help your business grow and thrive.
Marketing Consultants in Ubly, MI: Tailored Strategies for Your Business
Effective marketing starts with understanding your business, goals, and audience. As experienced marketing consultants in Ubly, MI, we work closely with you to develop personalized marketing strategies that are aligned with your objectives. Whether you're a local business looking to increase brand awareness or an e-commerce company striving to boost sales, we provide insights and strategies that ensure your marketing efforts deliver results. From crafting compelling messaging to choosing the best marketing channels, we provide comprehensive guidance that helps you grow your business effectively and efficiently.
Lead Generation in Ubly, MI: Turning Prospects into Customers
At Valentine Digital, we understand that lead generation in Ubly, MI is vital for growing your business. Our targeted lead generation strategies are designed to attract high-quality leads, nurture them, and convert them into loyal customers. Through a mix of digital marketing channels such as content marketing, email campaigns, paid advertising, and social media, we help you reach potential customers and guide them through the sales funnel. By focusing on the right tactics and using data-driven insights, we ensure that your lead generation efforts are effective and sustainable for long-term growth.
E-commerce Solutions in Ubly, MI: Growing Your Online Store
The rise of e-commerce has made it more important than ever to have a strong online presence. Valentine Digital offers e-commerce solutions in Ubly, MI, that are tailored to meet the needs of your business. Whether you're just starting out or looking to optimize your existing online store, our team is here to help. We specialize in creating seamless, user-friendly e-commerce websites that drive conversions and provide a great customer experience. From setting up secure payment gateways to optimizing product pages for better search rankings, we ensure that your online store is optimized for success.
Full-Service Marketing in Ubly, MI: Everything You Need to Succeed
As a full-service marketing agency in Ubly, MI, Valentine Digital offers a comprehensive range of services that help businesses succeed in the digital space. From SEO and social media marketing to web development, branding, and lead generation, we provide an integrated approach to marketing that covers all aspects of your business’s needs. Our team works with you every step of the way, creating strategies that align with your goals and drive measurable results. Whether you're looking to improve your online presence, increase your revenue, or enhance customer engagement, we have the tools and expertise to help you achieve your objectives.
Local SEO Services in Ubly, MI: Boosting Your Visibility in Local Searches
As a local business, it's crucial to be visible to customers in your area. Valentine Digital offers local SEO services in Ubly, MI that are designed to increase your visibility in local search results. Our local SEO strategies focus on optimizing your website for location-based searches, ensuring that your business appears when customers in your area are looking for the products or services you offer. We optimize your Google My Business listing, improve local keyword rankings, and build local citations to help you stand out in your community. Our goal is to ensure that your business is easily found by potential customers in Ubly and surrounding areas.
Why Choose Valentine Digital?
Expertise in Marketing: As trusted marketing consultants in Ubly, MI, we have the knowledge and experience to create effective strategies tailored to your business’s needs.
Comprehensive Services: From lead generation and e-commerce solutions to local SEO and full-service marketing, we offer a wide range of services to help your business grow.
Customized Solutions: We understand that every business is unique, so we develop tailored strategies that are designed to deliver real, measurable results.
Results-Driven Approach: Our focus is always on helping you achieve your business goals. We track and analyze every campaign to ensure continuous improvement and success.
1

















































