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 - "le"
-
A rare bug appeared. It was my duty to finish it.
SH = Manager
SH: So when do you think you can finish the task?
Me: I still have to analyze the problem. Give me a moment and I'll get back to you.
SH: Alright.
*An hour later*
SH: *Approaches my desk* Have you found the source of the problem?
Me: Not yet. Please give me some more time.
SH: Ok.
*An hour later*
SH: *the approach* You found it yet?
Me: Yes, I've found the the source of the problem, But... *explains the problem and thus concluding that it's a complicated bug*
SH: Can you finish it by tomorrow?
Me: I'll do the best I can but I am not entirely sure if I can finish it by tomorrow.
SH: OK great!
*The next day*
SH: *Le approach* Hey I have a colleague here that may be able to solve the problem, he has skills with XYZ. Ok, I will leave you two at it then. *the leave*
Helper: So can you tell me about the issue here?
Me: *explains the bug and the source of the problem*
Helper: Have you tried solution A?
Me: Yes sir, but it yields a different output... *explains what happened with solution A*
Helper: Well, that won't work. What about solution B?
Me: I've tried that, too. *Another lengthy explanation*
Helper: Welp, ok. I'll get back to you on that.
(...But he never came.)
*A few hours later*
SH: *A.P.P.R.O.A.C.H.* Hey I have this team lead from another department. I think he can help you out on this one. *L.E.A.V.E.*
Helper 2: What seems to be the problem?
Me: *Explains again with all the solutions I tried but failed*
Helper 2: Wow. That really seems to be a complicated problem.
~~
Me (In my head): -_-
~~
Helper 2: Listen, I need to get back to my team. I'll keep you posted if I happen to find a solution for your problem alright?
Me: Alright thanks.
*Towards the end of the day*
SH: *APPROACHHHH* Have you resolved the bug yet?
~~
Me (In my head): You made me spend half the FUCKING day explaining to these people who didn't even give a piece of FUCKING SHIT to contribute to the problem and you are asking me if I am done with this FUCKING BUG? FUCK YOU, YOU SON OF A -
~~
Me: No, it is not finished yet..
SH: You have to finish this because we don't have tomorrow.
~~
Me (In my head): SHDIFHWISGSIFGSISBAUDBEIQBDIWGFIEBWIDHWIQBDOSBCISBDOSHDIAGSUSVDIFBDKDJWIQKDBDIDGSUWVDIABDIXBSIDBDIDBWUWGUSVDUWVDJQBDUDVWISHDUWVFG
~~
I went home for the day.21 -
So, since I hear from a lot of people (on here and irl) that Linux has a 'very high learning curve', let me share my experiences with the first time my dad touched Linux (Elementary OS) without me interfering at all! (keep in mind that he is very a-technical)
*le me boots the system* (I already did setup a user account for him and gave him the password).
Dad: *enters password and presses enter*
Me: "Hmm that went faster than expected."
Dad: "Uhm I know how to login son, it's not that hard and pretty obvious".
Me: "Alright, why don't you try to open up the default word documents editor on here! I'll be right back!"
Me: *Goes away and returns after a minute*.
Dad: *already a few test sentences typed in LibreOffice writer* it's going pretty well :)!
Me: "Oo how did you find that?!"
Dad: "Well, there's a thingy that says 'applications' so I clicked in and found it in the "Office" section, do you think I am blind or something?!"
Me: 😐. uhm no but I just didn't think you'd find it that quickly. Now try to install Chromium browser! *thinking: he'll fail this one for sure* I'll be right back :).
Me: *returns again after a minute or so*
Dad: *already searching for stuff through Chromium*
Me: "wait, how the hell did you do that so quickly, it's not the easiest thingy for most people".
Dad: "Jesus, it's not that hard! I went to the application browsing thingy, typed 'software' and then a sorta software store icon showed up so I clicked it and it opened a windows with a search bar saying something like 'search for applications/software'. clicked in it, typed 'chromium', saw it coming up, there was a very clear 'install' button, it asked for my password, I put it in and after a little it gave a notification that it was installed. Then I went to that application browsing thingy again and typed Chromium. Then I hit enter because it selected an icon called chromium...."
Me: O.o. Okay this is going very good, now open an email client and login to your email address!
Dad: *goes to application browsing thingy, types 'email', evolution icon shows up, dad clicks it, email address setup steps show up and dad follows them quickly. After about a minute, everything is setup.
I expected this to be a hard process for someone who dealt with Windows his entire life but damn, I underestimated it.
Asked him if he found it easy/what he liked about it:
"Well, it's very clear where I can find everything, default browser/email/word document editor programs are easy to find and that's about all I need so yeah, great system!"
I am proud of you, dad!77 -
When someone's calls and completely loses his shit (swearing etc etc) because we HAVE TO FUCKING HELP HIM BECAUSE THOUSANDS OF PEOPLE RELY ON THIS SITE WHICH IS DOWN.
Explained him calmly that its an unmanaged server which we literally don't have access to. Keeps on calling me all kinda things and then says he'll email some login details.
Bossman walks in, collegue goes like 'yo guess what just happened with linuxxx!'
Le me explains the story.
Bossman: email me his number. I'm going to call him. You treat my employees with fucking respect.15 -
Le monday morning after a commit on sunday evening...
PM: BLAAAH!!!! Your commit broke the site, nothing is working!!!!!!
Me: What? All of tests passed (coverage 95%), no issues were found.
PM: NOO!!!! Site is broken, we can't use it no more!!!
Me: Ok, what's the problem?
PM: I've tried to enter -10021 into this field on that page and it gived me an error.
Me: Ok? So, that single page is broken?
PM: No, whole site!!!! This is important
Me: Sure... Let me take a look
* PM tried to enter a negative value into an unsigned field that I've mutated yesterday after checking LIVE database if there was no records with negative value. Reason: we've hit an int limit and there was no chance that the value would be negative. Validation? Well, yes.... Except that page was added by him this morning without even checking everything else *
Me: Here, this is the issue, *gives explanation*
PM: Well.... You shouldn't do this. This is unacceptable. You must never leave int fields without negative values. Didn't they teach you in school that integers can be negative?!
Me: What? *consufed as hell*
PM: *More morale... blah blah blah....* Revert it back!
Me: Ok but if anything else breaks, copy of this slack conversation will be kept.
PM: Don't care! Fix it!
Me: * Reverts the fix, saves chat copy * - Done.
PM: Great.
* 5 wild minutes later *
PM: BLAAAH!!!! Site is down, service is not working, what have you done?
Me: Reverted the change needed for it to work. Todays schedule is full with other important tasks. * pastes a screenshot as a proof that he asked me to do this *
PM: FIX IT NOW! Apply your fix.
Me: You're the PM. - Done.
PM: Great, now I'll fix my code. You should be more careful next time.
Me: * YOU DENSE MATHA...KER * Sure.
How's your morning going? :)9 -
Le me having a chit chat with a student after sharing about programming in my former high school..
Student: "I learnt Java the other day, and I don't really like it"
Me: "Why?"
Student: "Because we can import existing packages on the community to do almost anything"
Me: "And? How is that bad for you?"
Student: "It's not very challenging, isn't it? I want to build everything in my program with my own code!"
Me: [silence]
Me: "Listen here, you little shit..."21 -
Autocomplete in editors is like that annoying friend that keeps interrupt();ing every singletonInstance():le thing you try{}catch(Exception e)} to say, delay(1000);ing you COUNT(*)ntless of times.3
-
//Le me
*Wants to open IntelliJ Idea*
*Searches 'Int'*
*Hits Enter*
Internet Explorer to the rescue
Internet Explorer: Finally, somebody remembered me!
*Internet Explorer opens*
Internet Explorer: *opens a bajillion new windows*
Internet Explorer:
Make me your default browser plz..
Internet Explorer: *freezes*
Me: Shit1 -
*Le me Opening Android Studio
*Gradle building..
*Gradle building..
*Shit, cancel building, I need a simple thing
*Cancelling building..
*Cancelling building..
*Cancelling building..
*Cancelling building..
Oh kill me now !12 -
We have a couple of magazines on the lunch table at work.
There was a paper cloth covering one magazine and one of the Linux engineers lifted it up. This is how it went:
LE: (Linux Engineer) hmm what's under here...? *picks up the cloth*
*a windows magazine appears*
LE: (while putting the cloth back) ew windows, let's keep you hidden!
*other engineers laughing*15 -
This just happened:
Boss: "Hey I can't send this mail, can you take a look?"
Le Me: *looking at the logs*
Le Me: "Your mail gets a spamscore of 2007.69 of max 2000. There is a virus in your mail."
Boss: "oh."
And it was a mail which he received from somebody and wanted to forward....6 -
API Guy.
He has a serious regex problem.
Regexes are never easy to read, but the ones he uses just take the cake. They're either blatantly wrong, or totally over-engineered garbage that somehow still lacks basic functionality. I think "garbage" here is a little too nice, since you can tell what garbage actually is/was without studying it for five minutes.
In lieu of an actual rant (mostly because I'm overworked), I'll just leave a few samples here. I recommend readying some bleach before you continue reading.
Not a valid url name regex:
VALID_URL_NAME_REGEX = /\A[\w\-]+\Z/
Semi-decent email regex: (by far the best of the four)
VALID_EMAIL_REGEX = /\A[\w+\-.]+@[a-z\d\-.]+\.[a-z]+\z/i
Over-engineered mess that only works for (most) US numbers:
VALID_PHONE_REGEX = /1?\s*\W?\s*([2-9][0-8][0-9])\s*\W?\s*([2-9][0-9]{2})\s*\W?\s*([0-9]{4})(\se?x?t?(\d*))?/
and for the grand finale:
ZIP_CODE_REGEX = /(^\d{5}(-\d{4})?$)|(^[ABCEGHJKLMNPRSTVXY]{1}\d{1}[A-Z]{1} *\d{1}[A-Z]{1}\d{1}$)|GIR[ ]?0AA|((AB|AL|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(\d[\dA-Z]?[ ]?\d[ABD-HJLN-UW-Z]{2}))|BFPO[ ]?\d{1,4}/
^ which, by the way, doesn't match e.g. Australian zip codes. That cost us quite a few sales. And yes, that is 512 characters long.47 -
Sister = bee ( who isn't a stranger to Ubuntu)
Me = Cee
Bee: can I use your laptop?
Cee : why ? Use yours ,it's works fine.
Bee : no I want to use yours and I need to work with windows.
Cee: 🤯
Bee : my work can only be done using windows.
Cee : fine do whatever ( doesn't want to argue )
* Le bee opens MS word, and starts her work *
Cee : 😤😤Seriously?
Bee : I don't like libre
Cee : 😑😑😑^∞
* Few moments later *
Bee : my work is done ,you can have your laptop,btw it's updating.
Cee : 😑😑😑😑😑
* 2000 years later *
*Opens Ubuntu *
*Getting a weird bug*
*Tried to fix *
*Can't open OS files * 👏👏👏🎆
* Windows not shutdown properly *
* Opens windows *
* Not able to login via pin *
* Password ? not accepted *
* Changes outlook password *
* Please chose a password you haven't chosen before *
* Logs in *
* types old pin to change pin *
*You've entered wrong pin too many times *
*System hanging a lot *
* Removes pin *
* Gets huge mcAfee restart system popups , every 10 sec *
* Just shutdown , feels irritated for the rest of the day*
* Regrets dual booting, shd have wiped the windows partition 😫😫*
*Wonders,what the hell did my sister even do to my laptop ?*72 -
I don't remember much but I think I was sitting on my dad's lap while he was using word or something.
Windows (95/98?) though 🤢
Gladly we all use Linux now (le family)2 -
Good morning campers,
It has come to be known that LetsEncrypt will be moving on from a "Small" Certificate Authority to one of the big guys with their own Root certificates in the coming months.
https://letsencrypt.org/2019/04/...
Now for the average joe this means nothing, besides awaiting for root certificate updates to flow down for their operating system 🤔 but for LE, that's a major step up in such a short time of being in existence.5 -
“Yeah, the database password has to be ‘password’ or the code won’t work”
—My PM
Note: I don’t actually believe this to be good advice.1 -
There's not much worse than trying to fix your CSS for half an hour, only to realise that it's a cache issue...9
-
Productive day!
Rewrote an intern's feature and briefly explained how/why
Gave intern a choice of projects, and explained them
Removed two unused models, one unused route
Dried up two views into a partial
Redesigned said partial
Tested validation edge cases (ex: Jan 10nd, 101bc)
Fixed an api
Simplified three models
Added scheduling and platform restriction to a feature
Le wild bug appears: a user with negative xp!?
Wrote a migration to expand players' max xp to 2^64-1 because a certain legacy game gives it away like my ex-boss makes promises. Chewed at devs, but they're all long gone so :/
Won two games of pool
Browsed devRant
Busy day, and all of this while falling asleep! 😊
I'm quite proud of myself today.16 -
I don't know what's wrong with my project. But somehow, this is the screening when you debugs a React Native app within DevTools.
10 -
*wiggles the mouse on my Windows box to activate it again and watch some videos while eating*
Le wild BSOD appears!!
Windows used KERNEL_SECURITY_CHECK_FAILURE!!! It's super effective!
Hah! Well, you know.. it's fucking true. Windows' kernel security is a fucking joke.
First time that I actually laughed at a BSOD like this. Thanks Microshit!14 -
Feeling very french-y today, because I am working on a project with bluetooth low energy devices and every method in android concerning it, shortens it with "Le".
doing leScan now
found leAdapter
Magnifique!8 -
PHP doesn’t scale. Riiiiiight. Wikipedia runs entirely on PHP and is the fifth most visited site on the internet. There’s also this little site called Facebook that uses PHP, ever heard of it?
PHP is slow. Sure, old PHP can be slow. The argument is about as sound is saying that OS X is a terrible OS because my first Apple IIe was slow. PHP 7 is plenty fast, even three time faster than Python.
https://hackernoon.com/php-is-dead-...32 -
> le server suddenly stops working, no boot, no POST, no beeps, no video
*le frantic cursing on how perhaps that's why the fucking thing was only €60 🤬*
*takes out RAM*
> le server still not booting
*places RAM back without doing anything else*
> le server boots up again
🤔🤔🤔
Is this what they mean with things like "compile it again and somehow the compiler will not complain anymore after a while"?16 -
How to never finish a project:
*Le me staring at my own code after a few weeks*
"Bleh! Icould do better. Lets change it all before things get worse."
And the cycle continues...3 -
*sees people on Facebook wanting to get Linux certificates*
Me: naah that's not how I'ma do it
*at le job interview*
Interviewer: "So you apply as a sysadmin.. what are your skills? Certificates?"
Me: "No certificates sir.. but I USE ARCH LINUX 😎"
Me (quietly): "and Ubuntu Server too but that's not as cool :v"9 -
Le me at the end of an interview
Recruiter: What is your salary expectations
*trying to find a good number but without exaggeration*
Me: well, about x USD.
Recruiter: that's ok for us.
Me inside: oh I should asked more than that! Stupid me.6 -
I was learning about packets and I was trying pirni (like Wireshark for iPhone) on my local network. I found a packet of my my roommate about a recipe of fancy a fancy dish
me: *enters the kitchen* Bro you need to see this I got this sick recipe of $fancyDish that I really wanna try
le roommate: THERES NO WAY ARE YOU FREAKING KINDING
I know its wrong to spy on peoples trafic but it was worth it hahaha7 -
I don't mind if you down vote my answers on stack-overflow. But unless you leave a better answer or a comment explaining why, you are a fucking troll and an asshole.
I MEAN, YOU SHOULD TAKE A BIG STEP BACK AND LITERALLY FUCK YOUR OWN FACE!!!!
You aren't helping me or others learn from our mistakes by showing us the better way.32 -
"Im gonna buy an Titan V for gaming!"
-Le "Friend" of mine
me:
A Titan V is for research and AI Applications...
Le "Friend"
Ayy u stupid Titan V best card!!!11!
Fuck this shit im fucking out of here...4 -
In electronics there's 3 options.
1. You pay a small fortune to get something decent.
2. You pay a smaller fortune to get crap.
3. You build it yourself and it'll be nicely priced AND decent.
Why is that? I have no idea. Profiteering gluttons perhaps.
Case in point: my watch. A waterproof one, so you'd expect to be able to take it in the shower, which I often did.
But then, le wild drop from 50cm height occurred and the whole thing just popped open, with soapy water rushing in. Luckily it didn't short out, and I quickly evacuated it out of the shower and dipped it with my towel.
Then already I thought.. what the fuck is wrong with the designers of this thing?! I'm all for keeping the inner parts of electronics accessible for self-servicing. But in a waterproof watch you wouldn't expect the backside to pop right off and expose the bloody internals, would you? So that's one thing. While evacuating it I quickly figured that I'd want to remove the battery immediately.. except that fucking thing was screwed in place?! WHAT THE FUCK?!! Use those screws to keep the fucking backside of the watch in place you certified pieces of shit that designed this craptacular piece of garbage!!!
Finished showering, went ahead and troubleshooted the thing. Miraculously it still worked. Except that now the UI of the fucking thing is biting me in the ass. A single button on the watch is used to operate the whole thing, and get it to set itself to the correct time, get radio signal, go in sleep mode (where the watch stops ticking, for storage purposes) and activate itself again. So I dived into the manual.. and still couldn't get it to work properly. So it's got one button just like an iPhone, it craps itself when it's dropped just like an iPhone, its design is shit just like an iPhone, and it's completely unusable when it craps itself just like an iPhone.
And the manual... Oh fucking shit. It specifies that the watch is 3 bar water resistant, yet apparently you can't take it into the shower. 3 FUCKING BAR!!! That's supposed to enable you to take a fucking dive with it! And apparently you can't drop it either.. who would've thought, when they lock it with no more than outwards pressure from the back plate into the main body! How difficult can it be to use fucking screws, and to make it watertight put some rubber bands or whatever?!
CERTIFIED MOTHERFUCKERS!!!
And the watch, it's in the garbage can right now. Right where it belongs!!20 -
I have been gone a while. Sorry. Workplace no longer allows phones on the lab and I work exclusively in the lab. Anyway here is a thing that pissed me off:
Systems Engineer (SE) 1 : 😐 So we have this file from the customer.
Me: 😑 Neat.
SE1: 😐 It passes on our system.
Me: 😑 *see prior*
Inner Me (IM): 🙄 is it taught in systems engineer school to talk one sentence at a time? It sounds exhausting.
SE1: but when we test it on your system, it fails. And we share the same algorithms.
Me: 😮 neat.
IM: 😮neat, 😥 wait what the fuck?
Me: 😎 I will totally look into that . . .
IM: 😨 . . . Thing that is absolutely not supposed to happen.
*Le me tracking down the thing and fixing it. Total work time 30 hours*
Me: 😃 So I found the problem and fixed it. All that needs to happen is for review board to approve the issue ticket.
SE1: 😀 cool. What was the problem?
Me: 😌 simple. See, if the user kicked off a rerun of the algorithm, we took your inputs, processed them, and put them in the algorithm. However, we erroneously subtracted 1 twice, where you only subtract 1 once.
SE1: 🙂 makes sense to me, since an erroneous minus 1 only effects 0.0001% of cases.
*le into review board*
Me: 😐 . . . so in conclusion this only happens in 0.0001% of cases. It has never affected a field test and if this user had followed the user training this would never have been revealed.
SE2: 🤨 So you're saying this has been in the software for how long?
Me: 😐 6 years. Literally the lifespan of this product.
SE2: 🤨 How do you know it's not fielded?
Me: 😐 It is fielded.
SE2: 🤨 how do you know that this problem hasn't been seen in the field?
Me: 😐 it hasn't been seen in 6 years?
IM: 😡 see literally all of the goddamn words I have said this entire fucking meeting!!!
SE2: 😐 I would like to see an analysis of this to see if it is getting sent to the final files.
Me: 🙄 it is if they rerun the algorithm from our product. It's a total rerun, output included. It's just never been a problem til this one super edge case that should have been thrown out anyway.
SE2: 🤨 I would still like to have SE3 run an analysis.
Me: 🙄 k.
IM: 😡 FUUUUUUUUUCK YOOOOOU
*SE3 run analysis*
SE3: 😐 getting the same results that Me is seeing.
Me: 😒 see? I do my due diligence.
SE2: 😐 Can you run that analysis on this file again that is somehow different, plus these 5 unrelated files?
SE3: 😎 sure. What's your program's account so I can bill it?
IM: 😍 did you ever knooooow that your my heeeerooooooo.
*SE3 runs analysis*
SE3: 😐 only the case that was broken is breaking.
SE2: 😐 Good.
IM: 🤬🤬🤬🤐 . . . 🤯WHY!?!?
Me: 😠 Why?
SE2: 😑 Because it confirms my thoughts. Me, I am inviting you to this algorithm meeting we have.
Me/IM: 😑/😡 what . . . the fuck?
*in algorithm meeting*
Me: 😑 *recaps all of the above* we subtract 1 one too many times from a number that spans from 10000 to -10000.
Software people/my boss/SE1/SE3: 🤔 makes sense.
SE2:🤨 I have slides that have an analysis of what Me just said. They will only take an hour to get through.
Me: 😑 that's cool but you need to give me your program's account number, because this has been fixed in our baseline for a week and at this point you're the only program that still cares. Actually I need the account to charge for the last couple times you interrupted me for some bullshit.
*we are let go.*
And this is how I spent 40+ useless hours against a program that is currently overrunning for no reason 🤣🤣🤣
Moral: never involve math guys in arithmetic situations. And if you ever feel like you're wasting your time, at least waste someone else's money.10 -
So this happened a few days ago. I always want to root my smartphones for that little bit more control.
*Put's new smartphone into fastboot mode*
*Tries to flash root zip onto it*
"You have to OEM unlock the bootloader first"
*OEM unlocks the bootloader*
*Tries to flash but fails*
*Tries to reboot*
Phone: "The bootloader has been tampered with, the device will boot in 5 seconds".
*Screen just hangs there for ages*
FUCK.
*Tries to enter fastboot again to OEM re-lock the bootloader*
*Fastboot appears to startup RIGHT AFTER THE FUCKING ERROR MESSAGE so can't boot into that anymore*.
FUCKING FUCK.
Hmm... TWRP is still installed...
*Tries to flash some stuff through TWRP*
"The zip file you are trying to flash is corrupt".
FUCK MY FUCKING LIFE.
*Connects phone to Linux for adb flashing*
*Nothing happens after half an hour of trying*
*Connects phone to ancient windows 7 laptop*
*Laptop doesn't even RECOGNISE the phone although all drivers are installed*.
*Le me about to completely lose my fucking mind*
*Connects phone desperately with Linux again*
*Phone is recognised right away but the SPL flash tool can't detect it*
*Tries to put it into fastboot again*
*Fails for about an hour*
*phone in charging mode again*
*Presses the power button for a last, desperate attempt*
*SPL flash suddenly recognises the phone*
FLASHING
FLASHING
FLASHING
DONE.
*Android boots again like nothing happened*
I can use it again like normal but the No-Root firewall is draining my battery like crazy.
That was one hell of a journey though!10 -
Interviewer: Explain Deadlock and I'll hire you.
Le programmer: Hire me and I'll explain it to you.3 -
*le me wants to get an icon online*
*le me finds a good icon on a free icon site*
*the icon site does require a free account for downloads but this guy doesn't want to register just for getting an icon*
Inspect element -> copy base64 icon data -> paste into a base64 to file converter online:
Le me has the icon now!7 -
Le Me: well it is the time to go back on that Android project and resume the work.
*Open Android Studio, open the project.
*Wait 10 minutes for build/index
*error: gradle outdated, that is ok, update it.
*error: some library needs update
*error: R not found
*error: internal IDE error.
*Clean Project: PC hangs, Fan go so fast..
Shit ! I even not touched the code !8 -
*logs out of Google on Android*
*has this persistent Google search bar on launcher which I keep on accidentally tapping*
Alright, so I'm not logged into Google to see how it goes. Kind of an experiment to see just how intertwined Android and my life are with Google. And it's going quite well actually, except for my prime apps that I can't seem to get around.
*reads Google privacy policy*
"We protect your data by keeping it secure!"
Hmm, yeah.. you and 3 letter agencies are keeping it secure and out of the hands of other individuals.. that makes sense.
Don't be evil.. unless you're the devil, right?
Fuck you, I won't login like this.
*accidentally opens Google*
*le trending results show up*
- KSI vs Logan Paul weigh-in!
- KSI vs Logan Paul Manchester!
- KSI vs Logan Paul arena fight!
*opens up NewPipe in which I am not logged in either*
- KSI vs Logan Paul!!!
- Did you see the KSI vs Logan Paul stuff yet?!
*logs back into Google straight away*
Personalized search engine.. many hate it, but boy do I fucking love it.rant disney idiots obnoxious cunts fuck that logan fuck that jake kid too wtf is wrong with people who the fuck watches those morons4 -
Long rant ahead.. so feel free to refill your cup of coffee and have a seat 🙂
It's completely useless. At least in the school I went to, the teachers were worse than useless. It's a bit of an old story that I've told quite a few times already, but I had a dispute with said teachers at some point after which I wasn't able nor willing to fully do the classes anymore.
So, just to set the stage.. le me, die-hard Linux user, and reasonably initiated in networking and security already, to the point that I really only needed half an ear to follow along with the classes, while most of the time I was just working on my own servers to pass the time instead. I noticed that the Moodle website that the school was using to do a big chunk of the course material with, wasn't TLS-secured. So whenever the class begins and everyone logs in to the Moodle website..? Yeah.. it wouldn't be hard for anyone in that class to steal everyone else's credentials, including the teacher's (as they were using the same network).
So I brought it up a few times in the first year, teacher was like "yeah yeah we'll do it at some point". Shortly before summer break I took the security teacher aside after class and mentioned it another time - please please take the opportunity to do it during summer break.
Coming back in September.. nothing happened. Maybe I needed to bring in more evidence that this is a serious issue, so I asked the security teacher: can I make a proper PoC using my machines in my home network to steal the credentials of my own Moodle account and mail a screencast to you as a private disclosure? She said "yeah sure, that's fine".
Pro tip: make the people involved sign a written contract for this!!! It'll cover your ass when they decide to be dicks.. which spoiler alert, these teachers decided they wanted to be.
So I made the PoC, mailed it to them, yada yada yada... Soon after, next class, and I noticed that my VPN server was blocked. Now I used my personal VPN server at the time mostly to access a file server at home to securely fetch documents I needed in class, without having to carry an external hard drive with me all the time. However it was also used for gateway redirection (i.e. the main purpose of commercial VPN's, le new IP for "le onenumity"). I mean for example, if some douche in that class would've decided to ARP poison the network and steal credentials, my VPN connection would've prevented that.. it was a decent workaround. But now it's for some reason causing Moodle to throw some type of 403.
Asked the teacher for routers and switches I had a class from at the time.. why is my VPN server blocked? He replied with the statement that "yeah we blocked it because you can bypass the firewall with that and watch porn in class".
Alright, fair enough. I can indeed bypass the firewall with that. But watch porn.. in class? I mean I'm a bit of an exhibitionist too, but in a fucking class!? And why right after that PoC, while I've been using that VPN connection for over a year?
Not too long after that, I prematurely left that class out of sheer frustration (I remember browsing devRant with the intent to write about it while the teacher was watching 😂), and left while looking that teacher dead in the eyes.. and never have I been that cold to someone while calling them a fucking idiot.
Shortly after I've also received an email from them in which they stated that they wanted compensation for "the disruption of good service". They actually thought that I had hacked into their servers. Security teachers, ostensibly technical people, if I may add. Never seen anyone more incompetent than those 3 motherfuckers that plotted against me to save their own asses for making such a shitty infrastructure. Regarding that mail, I not so friendly replied to them that they could settle it in court if they wanted to.. but that I already knew who would win that case. Haven't heard of them since.
So yeah. That's why I regard those expensive shitty pieces of paper as such. The only thing they prove is that someone somewhere with some unknown degree of competence confirms that you know something. I think there's far too many unknowns in there.
Nowadays I'm putting my bets on a certification from the Linux Professional Institute - a renowned and well-regarded certification body in sysadmin. Last February at FOSDEM I did half of the LPIC-1 certification exam, next year I'll do the other half. With the amount of reputation the LPI has behind it, I believe that's a far better route to go with than some random school somewhere.25 -
The perks of learning iptables through practice:
Suddenly losing Internet connection on le entire computer and then realizing that you added a DROP EVERYTHING on the input chain through a referenced chain 😅2 -
Designing a new software product: 1000 hours
Designing a logo and picking a color scheme that pleases everyone: 689236323447876 hours1 -
Had this a week ago. Was setting my alarms for the morning and noticed that (I always run one test alarm just to be sure) the alarm sound wasn't working for whatever reason.
*maybe I should turn it off and on again?*
*nah that's bullshit, it should just work like this, if not, something is seriously wrong!*
*goes to sleep while running the alarms on an old phone*
*tries to do the turning it off and on again anyways next day*
*IT WORKS*
*Le me feeling like a very stupid end user 😐*4 -
*plays game for 10h consecutive*
.. yeah yeah I know what you're thinking. This guy doesn't have a life. And you're probably right.
*gets hungry*
… I could really use a hamburger right now 🤔
… But the fast food tent is ~30 minutes walking distance away, and this game automatically logs you out after 30 mins inactivity...
What if I could program in some delayed input?
*jazz hand routine engages*
Hmm.. so if I do something like:
PS C:\Users\Condor> $wshell.AppActivate('BlueStacks'); Sleep 1; $wshell.SendKeys('abusing this chat~'); Sleep 1; $wshell.SendKeys('for upkeep of 10h play~'); Sleep 1; $wshell.SendKeys('while I get myself a hamburger~'); Sleep 1; $wshell.SendKeys('sorry~');
that should work, no?
Le output:
abusing this chat
sorry
Well, even for PowerShit.. good enough, right? It gets the message across 🙃
Hmm.. let's just put an afk message instead, as I'm using the guild chat and don't want any of the members to think that I'm a freak
PS C:\Users\Condor> Sleep 1; $wshell.AppActivate('BlueStacks'); Sleep 1; $wshell.SendKeys('afk~');
.. which seems to work like a charm.. alright, perhaps I can entrust PowerShell to do that again after a 900 second delay, which should give me enough time to get that hamburger.
*comes back home*
"Logged out due to 30 minutes of inactivity."
MICROSOFT POWERSHIT, YOU'VE HAD BUT ONE FUCKING JOB!!!!
Well, guess I'll do that no-life 10+h gaming session somewhere next year again then. Thanks Powercunt!21 -
Le Discord login:
*logs in*
Welcome back! Would you please authenticate after your first and successful login, so that we're sure that you're not a bot?
*15 (I shit you not) craptchas later*
New login location detected! Please check your email too!
FOR FUCKING REAL DISCORD!? How about you please just let me fucking log in already? Or are your audience - gamers - really *that* prone to infections that logins from bots are that big of a problem? Because guess what motherfuckers, then you've got *WAY* bigger problems to fix already. FUCKING LET ME IN!19 -
Dev: Can you please tell me why you changed this?
Me: Because we need to handle permissions in the app. The quickest way of doing it, according to the docs, is [insert change log here]
Dev: But we can just check for the user's token.
Me: That's not exactly a permission, because...
Dev: I was only showing the information related to the user according to their token.
Me: I understand. But that means you're filtering data, not authorising users to access it. If a user is logged in, but changes query parameters, they can still access data they shouldn't be able to.
Dev: Whatevs.
Le me then proceeds to try to push my changes (that took the whole day to implement), gets a "you need to pull first" message from git, doesn't understand why, logs onto GitHub and realises dev has implemented their "permissions".
I was the one responsible for making those changes. Le dev was meant to be doing other things.
How do I even begin to explain?7 -
Just had le first sollicitation/interview.
Went pretty good! Nice guy, very relaxed talking/environment aaand they use Linux internally so no windows for me (if I get the job)!
Although the fact that I don't plan on staying longer than a year (maybe I was too honest) wasn't a good thing to say, it was a good interview :)17 -
Tl;dr
Longest Rant I've written so far.
How to manage a school (by out school director):
Did this student do something spezial to emphasize the school?
-No: Ignore him
-Yes: Did the student achieve this with the help of this schools staff?
-No: Take all the credit
-Yes: Hahaha, just a joke, nobody receives help from the school. Goto -No
Q: Should this class get the 5 day trip, they've been waiting for the whole year?
Director: No.
Q: But they don't even participate in other trips just to go there.
D: No
(Good thing she did not have the last word there)
Does the school director need this one week trip to india, just to talk once about stuff, you can talk about via email, to a sponsor?
D: "Of course I deserve it"
D: "We need faster internet in this school"
Network admins: "But it won't be of any use, if the network can't handle it. We'll need better pcs (and network conponents) on top of that"
D: "No, bot enough money available for that one." *browses email with IPad paid by school money*
Teacher: "I want to realize project xy with the students. We'll need around 1200€ (for 20 people)."
D: "Can place xy at our school to as advertise?"
T: "No, but it's be a valuable le-"
D: "600 at most."
(Again denied by people who aren't fcking assholes. We got 1500€, so 300€ per group)
D: So what makes you think you can teach informatics in this school"
Applicant: "Well, I'm friends with one of your teacher here. We went to university together, where I learn't nothing about informatics and I don't even understand the principles of this subject"
D: "Close enough. Hired, you can teach them all the theory stuffy. You don't have to prepare that yourself another teacher has done so. Just read it from his documents."
*In class with the mentioned teacher talking about Threads*
*Le wild code appears*
while (doStuff())
System.out.println ("Thread working...");
System.out.println ("Thread terminated");
T: "... and most importantly, when you have done all the work be sure to terminate the thread with 'System.out.println ("Thread terminated");'"
Should this teacher be allowed to participate in this seminar about burnouts?
D: "No, I can't afford paying the supplenze."
Staff: "We need to talk with the director about this."
S: "Not in her office. The cafeteria maybe"
*Not in the cafeteria either*
S: "Seems like she didn't come to achool today. Let's try tomorrow"
(^ Stuff that happens almost daily. Screw semicolons. I see her only once a month at most)
*Student send 5000 emails by accident* (Shit happens 😂😅😂😅)
D: "You gonna work here for a full afternoon"
*Student arrives for his punishment*
Staff: "Good that you're here. Do this real quick."
*10 min. Later*
Student: "Done"
Staff: "Well, we have no more work to give you, so you might as well leave"
DONE!!! Good job coming so far.
Our school is supposed to be the best, but internally it's one big meme.4 -
Le me: "my code is awesome! The way I did XY and Z is insanely cool, efficient, and maintainable."
Le Boss: "yeah so let's schedule a code review next week."
Le me : "... fuck, Fuck, FUUUUCK!"
Internal Screaming3 -
Earlier I signed up on this forum called NulledBB. Basically some hacker skiddie forum that had a dump of an archive I wanted, unfortunately behind a paywall which I didn't want to bother with.
On signup I noticed that I couldn't use my domain as an email address, as I usually do (the domain is a catch-all which means that mail addresses can be made up for each service I sign up to on the fly, super useful). They did expose the regex that they accepted email as however, which included something along the lines of "@live.*".
So I figured, why not register a subdomain live.nixmagic.com real quick and put that into the mail servers? Didn't take too long and that's what I eventually went with, and registered as somepissedoffsysop@live.nixmagic.com (which I have no trouble putting on a public forum as you'll see in a minute).
Still didn't manage to get that archive I wanted but I figured, fuck it. It's a throwaway account anyway. But eventually that email address started to receive spam. Stupid motherfucker of a forum operator with his Kali skidmachine probably leaked it.
Usually I just blacklist the email address in SpamAssassin by adding an additional spam score of 100 to email sent to such addresses. But in that case it didn't even sit on the main domain, thanks to that stupid regex block from earlier... 😏
*Logs into my domain admin panel*
*Le rm on the live.nixmagic.com record*
Null routed entirely.. nulled, if you will! 🙃3 -
*edits file on remote server*
WanBLowS: naah you can't 😈
*le wild BSOD appears for the over 9000-th time*
... Yeah. Windows, great job. Who needs system integrity when they're working on remote servers anyway, right?!
And to top it all off, le reboot mentions that they're working on fucking "features" again. That's what you needed to BSOD for?! For a goddamn motherfucking feature?!! Fucking piece of shit.
At least when I opened vim on that server again, it's saved everything neatly in the .swp files, ready for recovery. Now that's neat, isn't it? Microsoft, the Linux community has already moved on to nvim in terms of development, but maybe, just maybe, you can learn a thing or two from our "legacy software", vim.
As for me, maybe it's time to take out my Arch laptop again. At least that won't crap out on me because the sun and the stars are in a position that the OS doesn't like, or something stupid like that. FUCK YOU MICROSHIT!!!11 -
Le me: Doing research
Le me: Touches hair out of habit
Le hair: "FREEDOM!!!"
Le hair: falls out
Le me: OH NOOOOO
Le me: gets disturbed and distracted
Le project: "FREEDOM!!!!"23 -
!dev - cybersecurity related.
This is a semi hypothetical situation. I walked into this ad today and I know I'd have a conversation like this about this ad but I didn't this time, I had convo's like this, though.
*le me walking through the city centre with a friend*
*advertisement about a hearing aid which can be updated through remote connection (satellite according to the ad) pops up on screen*
Friend: Ohh that looks usefu.....
Me: Oh damn, what protocol would that use?
Does it use an encrypted connection?
How'd the receiving end parse the incoming data?
What kinda authentication might the receiving end use?
Friend: wha..........
Me: What system would the hearing aid have?
Would it be easy to gain RCE (Remote Code Execution) to that system through the satellite connection and is this managed centrally?
Could you do mitm's maybe?
What data encoding would the transmissions/applications use?
Friend: nevermind.... ._________.
Cybersecurity mindset much...!11 -
I am currently working on my Master's thesis in the R&D department of a company that builds&sells mechanical appliances. Obviously a part of the thesis is outlining the various approaches.
Me: * Headphones on, browsing competitor's website for citeable content*
*Le boss approaches, starts looking at my screen*
B: Are you honestly preferring their approach over ours?!
M: *sets down headphones* What dou you mean?
B: *Begins rant about unfair competitors, how I dare consider defecting to a competitor*
M: Uhm.. I was just looking for sources so that i coukd write about different approaches...
B: Oh. Carry on then. *leaves*
M: *scratches head, opens devRant, begins typing*1 -
Me after a long coding session with a well prepared working flow: I am such a great computer scientist, I can conquer the world.
Right after that I found a repository for computer science papers and got immidiately hooked. Well, the level of knowledge and theory is so immense that it brought me back to ground of reality again: I know so little that it is almost ridiculous, even if I read and code 16 hours a day I may never understand computer science as a whole.
Le me sad.11 -
So I manage multiple VPS's (including multiple on a dedicated server) and I setup a few proxy servers last week. Ordered another one yesterday to run as VPN server and I thought like 'hey, let's disable password based login for security!'. So I disabled that but the key login didn't seem to work completely yet. I did see a 'console' icon/title in the control panel at the host's site and I've seen/used those before so I thought that as the other ones I've used before all provided a web based console, I'd be fine! So le me disabled password based login and indeed, the key based login did not work yet. No panic, let's go to the web interface and click the console button!
*clicks console button*
*New windows launches.....*
I thought I would get a console window.
Nope.
The window contained temporary login details for my VPS... guess what... YES, FUCKING PASSWORD BASED. AND WHO JUST DISABLED THE FUCKING PASSWORD BASED LOGIN!?!
WHO THOUGHT IT WOULD BE A GOOD IDEA TO IMPLEMENT THIS MOTHERFUCKING GOD?!?
FUUUUUUUUUUUUUUUUUUUUUUU.3 -
*gets annoyed by how vi command in Ubuntu WSL points to vim*
To be clear, that's due to update-alternatives in Ubuntu, not WSL specifically.
*le me ducking how to install vi instead, because vim in WSL has scrolling issues*
"install vi ubuntu"
> How do I install and get started with vim/vi? - Ask Ubuntu
> apt - Vim installation in Ubuntu 14.04 - Ask Ubuntu
> Ubuntu Linux: Install vim Text Editor - nixCraft
-.- I'm not looking for vim ffs, I already have that installed.
"install vi ubuntu -vim"
> Same fucking results
"!g install vi ubuntu -vim"
> Installing the VI Perl Toolkit from Source Code—Linux - VMware
> FedoraDirectoryServerClientHowto - Community Help Wiki - Ubuntu …
> Learn How To Use Linux vi Editor And Its Commands - LinOxide
Oh for fuck's sake!!!
So here's my question because apparently search engines clearly can't point me to it, and Ubuntu doesn't seem to have vi as "vi" in their repositories either. Do our Canonical overlords allow people to actually make /usr/bin/vi actually be fucking vi?11 -
Pet-peeve: fellow devs who think scoffing/dismissing/not-my-probleming before actually understanding the issue is a sign of intelligence; newsflash: you are being lazy, disagreeable and unprofessional.1
-
It's my third week in my new company doing my internship. We have daily SCRUM meetings, project briefings, weekly meetings, requirement documents and other stuff - all in French. I only understand less than 50% of what's happening during most of the meetings. There's enormous pressure during meetings where I have to focus on every syllable they utter to try and grasp what's going on. So far they're still under the assumption that I understand more than I actually do. Haven't run into any major fuckups so far. I feel like an exe file in a Linux environment.5
-
typical conversations with nondev coworkers.
so what r ur hobbies?
le me: i code and stuff..
for fun?
le me: i code and stuff..
i mean, like what u do after work.
le me: i code and stuff
but isnt that what you do for work?
le me: Oh My Fckn God You're Right!4 -
Me: *builds smol website for blogging purposes*
...
Hmm 🤔 so I need to be able to find a way to display properly to mobile clients as well, the desktop style is shite on my phones... How about going for all-screen and less than 1440px width? I mean there don't exist any phones with over 1440px width and I'm sure that everyone is now using 1920px width on their desktop panels (please keep the portrait desktop monitor setups out for now 😢)... Aight, looks nice now in both desktop and mobile. Awesome!
Few days later...
Le Telegram inbox: *ping*!
User: um yeah your font is way too large
Me: *looks at screenshot* (at least it was an actual screenshot, not a picture) well that's the mobile view.. why are you using that, what's your resolution?
User: 1024x768
*Facepalm.jpg*
Why are you doing this to yourself and why are you doing this to me 😭21 -
*Le me posting a rant on devRant
*Le Rant gets no ++1 for a while
*Yup it was stupid one, delete it4 -
Le college freshman nibbas: Don't know C, Java, C++, python or any other programming language but want to do AI and machine learning!
💀🤷5 -
Le me...
*installs devRant*
wew, nice app, digs a bit here & there.
* jumps on the settings*
*sees JOIN THE DARK SIDE?*
*slides the slider and endsUp getting Join devRant SignUp page* :/
*thinking....*
may be there is some uncensored shit is going on a dark side of devRant.i dont want to miss it. :v
*creates an account*
*clicks on JOIN THE DARK SIDE? With over 9999999 excitement*
ends up getting the DarkTheme aka NightMode. ;___;
*cries in the corner*
*y you do dis*
8 -
Le me: writes some handy dandy software for my company
Le my colleague: goes to customer site to do some set up, wants to show customers how do some commands on my tool
Le my colleague: proceeds to open the massive manual I also wrote detailing how to use the tool, closes it immediately saying it's boring
Le my colleague: proceeds to use a very basic command incorrectly, declares it a non-working feature
Le me: ??? *head desk*
MOTHERFUCKER THERE IS EVEN A 'HELP' COMMAND THAT EXPLAINS TO YOU THE SYNTAX IN THE TOOL ITSELF.2 -
Today I learned that bugs in Proxmox aren't bugs because they're not *exactly* within the scope of le fancy PVE web UI.
Today I also learned that running Samba on the PVE host is stupid. No real reasons but let's assume security. Well it's decently secured, has good passwords, and the killer is.. it isn't even fucking accessible to the internet! And even if it was, privilege separation is no secret to me.
But clearly I'm an idiot for even thinking about running Samba on PVE. Well guess what?! PVE is aimed at sysadmins that want to deploy a virtualization server. It's not a big stretch to imagine that those sysadmins might be halfway competent and want to run external services on the PVE host, is it.
But apparently it is. I'm an idiot and bugs aren't bugs anymore. Go fucking kill yourself, motherfuckers in the ##proxmox IRC channel. I really hope that your servers will go down on Friday when you're on call. Fucking cunts 😑
Edit: IRC chatlog @ https://clbin.com/nU9Fu13 -
Facebook 2FA:
Want to log in? Sure, authorize your login. Oh you've authorized it? Nah you can't get in. Log in again.
2FA, excellent technology, except when it's implemented by "move fast and break things" Facebook.
Facebook Marketplace:
Want to buy $listing? Sure, you can send a message to the seller to ask for details. Oh, you want to send them a message? Nah sorry, you can't send messages to this person. You'll have to go to their profile, send them a message there and do it not with our le fancy instant messages but by manually typing it in. Because you know, reasons. Message approvals or something like that probably. Because why on Earth would Facebook support its own ecosystem?!
Move fast and break things. And breaking things those certified enganeers at Facebook sure do. Fucking pieces of shit.7 -
Clients who ask for their entire site to be translated into another language, and expect it not to cost a lot. Le sigh
-
This is what pain looks like. I study and do my internship in Le Mans, near Nantes and just 5 minutes ago I found out what I've missed. Need to pay more attention to the email announcements.
1 -
Le Mail: bla bla \n \n Sent from ...
Le me: I DONT DUCKING CARE!
WHO fucking thought that anyone‘d care ?rant sent from heaven sent from fucking bad weather sent from huawaifuckingfuck sent from windows 10 device sent from germany sent from iphone14 -
I need quit my job, my boss is an as***le... I want to kick my boss as** but, suddenly remember that I need this job, I need this money to help my mom and my sister to rise her childrens, my nephews...6
-
Long time no rant from me. Sorry guys, has been a tough time for me.
Little background: I'm an apprentice and as such definitely not a fully trained professional. I'm working in a big company with people who have very let's say interesting ideas what I should be able to do.
This whole disaster begins shortly after I started my apprenticeship. I was offered to choose my first little project. "Something from the backlog, not very challenging and a nice beginner one. It's just about a PoC" ok, le me thinks. I choose to make a weather display.
Basic functionality was provided within the next 3 weeks. My direct boss (let's call him Jo) liked it and talked to his boss (Hugo) about it. Hugo was so excited he called our product manager to get my plugin into our software asap and began to think about where else we could use this.
This is where shit went downhill. Hugo told me it was my task to implement it on a totally different platform and to "host it in azure". I don't know much about azure and I never used it. I told him that I'd need time and some kind of sandbox to try and learn how things work. He promised but nothing ever came through. Not even Jo could do something about this.
They told me I should write this asap because "every customer would LOOOOVE this" and I honestly can't think of a way to meet all their requirements without access to our azure system/ sandbox. (There are a lot of requirements)
Am I wrong? Should I be able to do this? I'm a fucking trainee. I don't know everything.7 -
/* Not a rant, more like a story with a good ending */
Le me finally got an interview for a big company, started preparing for technical questions, white board test, basically anything related ti a technical interview. The role was for a graduate software developer as i just finished my college and is my first ever interview with a company.
At the interview, he sat down and said " it will be a friendly and a very informal type of interview " and then carried on to ask me about my interests and past experiences and shared some details about the company and technology they work with. At one point i started ranting about some problems i was in due to javascript's nature of compiling even though syntax isn't right and we both had a good laugh as well about it. Idk but i felt like the interviewer made me feel really comfortable so that anything we were having a chat about was without stress, as i was nervous the whole time before the interview for being my first expereince ever.
After leaving the office i felt like this was too simple for the role i applied for and thought the company might not be interested, 4 days letter i got a mail that they are offering me the role as the feedback from interviewer was excellent.
Pretty wierd but fun experience frankly.2 -
I've been using Ubuntu 14.04 since it was first released until this moment (June 2018). What a stable OS i've ever used. Thank's Linux, you're free & awesome.
Thank Mr. Trusty & Tahr1 -
! rant
Sorry but I'm really, really angry about this.
I'm an undergrad student in the United States at a small state college. My CS department is kinda small but most of the professors are very passionate about not only CS but education and being caring mentors. All except for one.
Dr. John (fake name, of course) did not study in the US. Most professors in my department didn't. But this man is a complete and utter a****le. His first semester teaching was my first semester at the school. I knew more about basic programming than he did. There were more than one occasion where I went "prof, I was taught that x was actually x because x. Is that wrong?" knowing that what I was posing was actually the right answer. Googled to verify first. He said that my old teachings were all wrong and that everything he said was the correct information. I called BS on that, waited until after class to be polite, and showed him that I was actually correct. Denied it.
His accent was also really problematic. I'm not one of those people who feel that a good teacher needs a native accent by any standard (literally only 1 prof in the whole department doesn't), but his English was *awful*. He couldn't lecture for his life and me, a straight A student in high school, was almost bored to sleep on more than one occasion. Several others actually did fall asleep. This... wasn't a good first impression.
It got worse. Much, much worse.
I got away with not having John for another semester before the bees were buzzing again. Operating systems was the second most poorly taught class I've ever been in. Dr John hadn't gotten any better. He'd gotten worse. In my first semester he was still receptive when you asked for help, was polite about explaining things, and was generally a decent guy. This didn't last. In operating systems, his replies to people asking for help became slightly more hostile. He wouldn't answer questions with much useful information and started saying "it's in chapter x of the textbook, go take a look". I mean, sure, I can read the textbook again and many of us did, but the textbook became a default answer to everything. Sometimes it wasn't worth asking. His homework assignments because more and more confusing, irrelavent to the course material, or just downright strange. We weren't allowed to use muxes. Only semaphores? It just didn't make much sense since we didn't need multiple threads in a critical zone at any time. Lastly for that class, the lectures were absolutely useless. I understood the material more if I didn't pay attention at all and taught myself what I needed to know. Usually the class was nothing more than doing other coursework, and I wasn't alone on this. It was the general consensus. I was so happy to be done with prof John.
Until AI was listed as taught by "staff", I rolled the dice, and it came up snake eyes.
AI was the worst course I've ever been in. Our first project was converting old python 2 code to 3 and replicating the solution the professor wanted. I, no matter how much debugging I did, could never get his answer. Thankfully, he had been lazy and just grabbed some code off stack overflow from an old commit, the output and test data from the repo, and said it was an assignment. Me, being the sneaky piece of garbage I am, knew that py2to3 was a thing, and used that for most of the conversion. Then the edits we needed to make came into play for the assignment, but it wasn't all that bad. Just some CSP and backtracking. Until I couldn't replicate the answer at all. I tried over and over and *over*, trying to figure out what I was doing wrong and could find Nothing. Eventually I smartened up, found the source on github, and copy pasted the solution. And... it matched mine? Now I was seriously confused, so I ran the test data on the official solution code from github. Well what do you know? My solution is right.
So now what? Well I went on a scavenger hunt to determine why. Turns out it was a shift in the way streaming happens for some data structures in py2 vs py3, and he never tested the code. He refused to accept my answer, so I made a lovely document proving I was right using the repo. Got a 100. lol.
Lectures were just plain useless. He asked us to solve multivar calculus problems that no one had seen and of course no one did it. He wasted 2 months on MDP. I'd continue but I'm running out of characters.
And now for the kicker. He becomes an a**hole, telling my friends doing research that they are terrible programmers, will never get anywhere doing this, etc. People were *crying* and the guy kept hammering the nail deeper for code that was honestly very good because "his was better". He treats women like delicate objects and its disgusting. YOU MADE MY FRIEND CRY, GAVE HER A BOX OF TISSUES, AND THEN JUST CONTINUED.
Want to know why we have issues with women in CS? People like this a****le. Don't be prof John. Encourage, inspire, and don't suck. I hope he's fired for discrimination.11 -
Wow so much hate for WordPress. Le me to the rescue 💀
Yes WP is bloated and crappy and full of security issues etc etc. Agreed. That doesn't mean it is useless though.
It is alright to use for someone who is not really good with web, someone who just needs a blog, someone who just needs a home page, about page and contact form with a possibility of updating photo and text once or two times a month.
It is not suitable for e-commerce nor lots of transactions/forms involving websites.
As long as you know what kind of horse/vehicle you are on, you won't end up in the dirt.4 -
There is always that one guy.. who doesn't give a fuck about testing and thinks he's not responsible for them...
Le Guy: lemme just push ma new code maan
Jenkins: Unit Tests failed - pls fix
Le Guy to the one who cares about testing: hey fuck uu, ur stupid tests are failing... fix them its ur problem.
*sigh*7 -
So, I am feeling low in life. I want to do so many things and not a single one is going as planned. On top of that Bitcoin has taken a plunge and my funds are stuck with a shitty exchange and I cannot withdraw till tomorrow.
Le a github issue appears and I am thinking what went wrong now. I had added a few new features to the app which would have broken the old configurations. So, I ask this guy to re-configure and test.
After about 2 hours I get a reply from the guy saying "Thanx for the great new features and for creating this great open source project!!!"
This made my day. And I am thinking Life's good. Life is so easy and we make it so difficult for us. The first thing I am doing after this review is write this rant. Now back to work.2 -
First day of holiday - manager messages that about small issues, ignored that.
Second day of holiday - received a message that everything is going wrong. Apparently I can't take any holidays as the world will burn in the meantime...3 -
A: "It would be great if we can add a snack bar in our office."
B: "Why?"
A: "It makes our developers smarter."
B: "Why??"
A: "Jobs said 'stay hungry, stay foolish'. That's why we shouldn't makes our developers fool."1 -
I used to collect rubber ducks back in college. I was absolutely crazy about it and tried getting my hands on almost all different types available like the Punk duck, the Pirate duck, the Weed duck....and so on.
I met this girl who was into the same thing and we ended up banding together to create a sort of webpage where we'd write crazy and hilarious origin stories for each of these ducks. We'd go to great lengths to create ridiculous comic book style encounters between them and had a lot of fun doing it.
We dated for a while but it didn't last.2 -
*le me working hard, in the zone*
*a wild popup appear*
*logitech wants to update*
*I look*
*I'm annoyed, I want to continue with what I was doing*
errrhmm what was in doing again?
*Out of the zone*
Fucking update notifications2 -
My friend who constantly keeps messaging me to switch to windows:
WINDOWS GRAPHICS IS BETTER THAN UR LOONIX HEHEHE FUCC UR OPINION LMAO
le me: can ssh to my linux machine from anywhere and it can handle over 1000 users simultaneously and if one Xorg client on the main machine dies, we can just close it and open another. while their windows' whole graphics crashes if there's too much load on their graphics. We even played minecraft on the main machine lol, while other devs were connected to it.9 -
Adventures with house IT
I'm currently experimenting with PowerShell but my scripts won't run even though I've got every local permission. The error message indicates it's a GPO problem.
"No problem" le me thinks and calls IT hotline.
After 2 incompetent and unprofessional technicians i've still got no solution. I'm waiting for the second tech to call back because he "needed some time to get to know PowerShell" (he is a trained and certified SysAdmin).
During my call he couldn't decide if it was a GPO problem or not.
And this is just one story of their incompetence...8 -
Oh so you have a merge conflict this weekend? The only time of the week I try not to think of ripping your nob off, tying a noose around your neck with it and drowning you in a well full of piranhas? Right, right...
How about you take that dick that you've been trying to locate since you were 5 and practice choking on it every day till you die just so you have enough experience to suck demon dongs in hell for eterniity! I seriously hope you die of cancer you fucking wankstain!
How about you go home and keep disappointing that whore of a wife of yours, you know that stinking pile of shit that you stick your dick in every two weeks?1 -
If AI can create an email address, register to instagram, post a photo randomly based on AI feeling or conditions, then reply a comment. I will follow that account.3
-
Me:- Facebook is bad , its collecting out data.
Friend:- So what let them collect our data.
le Mark Zuckerberg in the corner cashes in 💸
Friend:- As long as I get my free stuff everything's all right.
le Mark Zuckerberg comes to know he is an adopted 👶🏻 and earns more 💸 -
Finished my first year of Software Dev. today. It's been tough but I got through it. Does the questioning of this career path ever stop?5
-
really fucking hate those PM types who will hear a smart sounding term or buzzword used by a developer, and then proceed to overuse it (mostly incorrectly) in every fucking conversation as if it's le mot du jour.
or better yet, when the fucking parrot proceeds to drive a meeting with PO's by regurgitating verbatim your explanation you gave to him 2 hours before as if he knows that the fuck he's talking about. oh but when someone asks a question for clarification - "hey dev, you wanna take this one?"
hey PM, you wanna lick my balls?3 -
[story of your first dev project] - i really think there should be a headline like that for wk rants
Anyways, it was a while back, le college teacher approached my friend and me asking if we wanted to do a project. We said sure, it was a medium sized data analysis project. We got the specs with a lot of formulas, basically implement them all and make a web frontend, thats it. Took like a year but we did it. Few months later teacher is furious because the calculations didnt give him data that he expected (by expect i mean he thought that a distribution formula would accurately yield 200+ data fields from around 4) and blamed it on us. Not the retard other professor who fucked up half of the formulas. Ok.1 -
We're getting done with SidTheITGuy's bachelor party where we auctioned him off.
Before it was through, the lucky winner who snagged him at the bachelor-auction had already sold him to another, gotham's most mysterious tech heiress, looking to do a mezzanine funding round on her relationship status:
Meet, Ms. Planky Le Planche, the new fiance of SidTheITGuy:
58 -
!rant
le moment when the program finally does what you want. After hours and hours fixing things in a myriad of stacks ands frameworks...
YEEEESSSSS
1 -
To you who enjoyed the Gif/Jiff, Sequel/EsQueEll, Git/Jeet grandiose debates, comes the new phonetic conundrum: DevREnt vs. DevRUnt. Soon, in monitors near you.6
-
Fun happy story I thought I'd share with you guys:
I applied to a big tech company for a SWE internship. I was talking with one of my classmate that was usually landing big internship
Friend: good look with your interview, I know people that got it and their salary is x $/h
Me: *getting hype for that huge salary and preparing for the interview*
A few week later, after I was told that they did not have a place for me:
[...]
Friend: What ? No it wasn't x$/h I told you they pay, it's (x-10) $/h...
I guess I misunderstood him the first time.. anyways x $ was really a high salary for an intern position
But then, I got a call from the company, saying that they found a place for me at another location but they will pay for relocation and the salary is actually (x+5) $/h
Me telling my friend,
Friend: wth this is impossible
*le friend proceed to send his resume to this company*
😂
PS: for other students out there: don't be afraid to send resumes to big company, they are most likely looking for passionate people like you !3 -
Rant rant rant!
Le me subscribe to website to buy something.
Le register, email arrives immediately.
*please not my password as clear text, please not my password as clear text *
Dear customer your password is: ***
You dense motherfucker, you special bread of idiotic asshole its frigging 2017 and you send your customer password in an email!???
They frigging even have a nice banner in their website stating that they protect their customer with 128bit cryptography (sigh)
Protect me from your brain the size of a dried pea.
Le me calm down, search for a way to delete his profile. Nope no way.
Search for another shop that sells the good, nope.
Try to change my info: nope you can only change your gender...
Get mad, modify the html and send a tampered form: it submits... And fail because of a calculation on my fiscal code.
I wanna die, raise as a zombie find the developers of that website kill them and then discard their heads because not even an hungry zombie would use that brains for something.1 -
That moment when: you lift your gaze from your phone to understand the sudden quiet is because your expert opinion is needed in the meeting.
-
Since, I am already using Mullvad's vpn service, I also stumbled on https proxies.
Is it still safe to enter my devRant login data, when I would use a https proxy in FF's settings?
The Proxy is a free elite https proxy.
And devRant also uses SSL.
The traceroute would seem like this I guess.:
VPN(*le me sendin my password -> SSL Proxy -> SSL DevRant)
--------------------
Following that path, I would assume that it would be like this in detail:
HTTPS Request
-PW gets encrypted by VPN service
-" " " again " HTTPS Proxy
-" " " again " devRant itself9 -
Docker with nginx-proxy and nginx-proxy-le (Lets Encrypt) is fucking awesome!
I only have to specify environment variables with email and host name when starting new containers with web servers, and the proxy containers will automatically make a proxy to the new container, and generate lets encrypt ssl certificates. I don’t have to lift a fucking finger, it is so ducking genius2 -
I work with a team of morons where they just keep overriding my code and business sending us mails saying this requirement hasn't been implemented so please done.
Those morons are just getting on my nerves1 -
So the little tech company startup that my mates and I was about to establish was closed and disbanded. Only because they were all following me, my technical expertise and not that they decided it would be in their best interest. This only happened when the Whatsapp group only started making noise when I made the noise.
So when I declared that I was leaving, they couldn't operate without me. LOL, effin sheeps and here I thought we'd all be partners working together and sharing the profits. Luckily I dodged the bullet.
Guess I'm going solo again. Hard to find people who we can click together and work together passionately with profits, y'know? Le sigh.1 -
Just bought this bad guy:
https://adafruit.com/product/2267/
Can't wait to start fiddling around.
OmeLEtte du fromage!
(ref: https://devrant.com/rants/1535734/... )3 -
It's always funny to see my teachers panicking when they see that I don't use the same text editor as them and on the top of that i'm on linux.
Why don't u use netbeans ?
Rhetorical question3 -
Just finished making an ER diagram for the 5th time now.
It was less painful this time. (Thanks draw.io)
(About the 4th ER diagram - le professor says "It looks like a flow chart, that's not right", but it's clearly not?)
I'll have to submit the draft tomorrow to the professor, I just hope that he green lights it so I could finalize the project report.
I hate making ER diagrams now. -
Ok so today marks one week of harrassing our client to deploy.
Finally she calls in today after agreeing to deploying tonight, and says "oh no! We tested it today, it's not ready, and we'll need this functionality on the backend tomorrow, thanks!"
So, because we don't really have a choice, we must dev a new functionality + API + interface for tomorrow.morning (it's 9PM right now) -
What is DevRant's business model? It's a really great community, and I'm interested about how it's monetized (or plans for the future)4
-
That moment when: you realize your team has introduced a fatal flaw and lacks the foresight to understand it. The countdown has begun.2
-
thanks to quantumcat for sending me this book! Its french, but whoever is interested in it: i send it s pages into a telegram channel so if anybody wants: Mathematiques - Prepa Ingenieur subdivisionnaire Territorial
le livre integral
https://t.me/livredemaths
7 -
What do people here use for blogging and hosting? Everything I can find from searching suggests self-hosted Wordpress, but I am cautious because of its reputation in the dev world and since all the guides I have found so far are directed at non-coders. Thanks in advance for any opinions 😊8
-
I encountered some strange programming languages here =>
https://codegolf.stackexchange.com/...
Then scroll to the bottom.6 -
*le me being frustrated af trying to compile asm.
.section won't work for fasm. And some other things won't work for Nasm.
Now I got the .obj aka .o from the .asm. But ldrdf.exe from the nasm compiler isn't working properly. And I can't find a troubleshoot online. Seems like this will be a sleepless night...2 -
I like a Product Manager/Owner/CTO who invites coffee when a dev burnout. This is not a story, a hope seems to be.2
-
Once upon a time, I'm in the process of going to a new job. But in the middle of the recruitment process, it turns out I don't like that company, for reasons I didn't know before.
Anyone have a good idea how to escape this pit?
*My CV has been thrown there6 -
I've been fighting with my xmlrant.com hosting provider for a good several days now regarding enabling web deploy for my account.
According to their screenshot it all works, according to my various attempts still getting either 404 or 401 with the same login / server details!
So frustrating... It almost looks as though same authentication works differently for them locally and for me externally... Maybe domain name needs to be in FQDN format... Or smth else... Either way this will probably end up with them saying fuck off, all is working on our end.
And as well it might - it just might be my incompetence... *self-doubt creeping in*
But it's still frustrating nevertheless.
So far I need to settle for unreliable FTP deploy, which introduces big overhead as always copies entire deployment folder, even is only a few files are actually changed.
*Le sigh* -
I'm so fucking done with this shit. If someone forgets every git command every single fucking tim le is ok to ask. Every time someone asks advice on how to write a fucking retarded workaround (out of lazyness, because fixing their own code is too much to ask), it'a ok.
The *ONE* fucking time i ask the name of the fucking function to generate a filter via code using their fucking cms? "you should do that via gui!" "who cares if there'll be conficts with git, just manually redo everything in production!".
God fucking dammit how can you even have the balls to complain about terrible planning and stuff not working if that's your fucking mantra?!2 -
Clients are total assholes, we all know it, just sharing my another depressed instance.
> be me, freelancing.
> client sends in an image of a webpage
> le me gently ask "What is the functionality here since this has a form?"
> Client explains
> OK let's do this because I have other stuff to do as well.
> Sends in demo
> Client: "Numerous typos, send again"
> Okay, sends again.
> Client Rages: "This still has typos. I thought you were a good developer. You look like a has-been.
I promptly quit the project and tried to explain to him the difference between a "demo" and a finished project. He was supposed to check the functionality of the fucking form, which he didn't.
Got a call to finish the project, him explaining nobody is working for him for given budget, he can't afford anybody in this town (literally), and I am not going back.3 -
4am writing an assignment about the ethics of anonymity tools (TOR, VPNs, brown bags to put on your head)
I love the subject – I picked it – but these written assignments for peripheral classes are the most soul sucking part of studying software engineering2 -
Whoever left this code with comments like “Le JavaScript” or “Le HTML 5 Shim” I wish you immense anguish.3
-
So just now I had to focus on a VM running in virt-manager.. common stuff, yeah. It uses a click of le mouse button to focus in, and Ctrl-Alt-L to release focus. Once focused, the VM is all there is. So focus, unfocus, important!
Except Mate also uses Ctrl-L to lock the screen. Now I actually don't know the password to my laptop. Autologin in lightdm and my management host can access both my account and the root account (while my other laptop uses fingerprint authentication to log in, but this one doesn't have it). Conveniently my laptop can also access the management host, provided a key from my password manager.. it makes more sense when you have a lot of laptops, servers and other such nuggets around. The workstations enter a centralized environment and have access to everything else on the network from there.
Point is, I don't know my password and currently this laptop is the only nugget that can actually get this password out of the password store.. but it was locked. You motherfucker for a lock screen! I ain't gonna restart lightdm, make it autologin again and lose all my work! No no no, we can do better. So I took my phone which can also access the management host, logged in as root on my laptop and just killed mate-screensaver instead. I knew that it was just an overlay after all, providing little "real" security. And I got back in!
Now this shows an important security problem. Lock screens obviously have it.. crash the lock screen somehow, you're in. Because behind that (quite literally) is your account, still logged in. Display managers have it too to some extent, since they run as root and can do autologin because root can switch user to anyone else on the system without authentication. You're not elevating privileges by logging in, you're actually dropping them. Just something to think about.. where are we just adding cosmetic layers and where are we actually solving security problems? But hey, at least it helped this time. Just kill the overlay and bingo bango, we're in!2 -
Le Me @ the terminal..
$sudo ngixn
Command not found ngixn
OK..
$sudo ngnix
Command not found ngnix
Wtf..
$sudo nginx
Finally! Takes me 3 tries to actually start nginx. Am I the only one ?! ._.)6 -
When your peers lack the technical depth to promote their ideas, you bet they're honing their social skills in those confidential 1-on-1s.
-
Everyone excited discussing a new data access API to provide to the clients when, le boss:
"Just so you guys think out of the box a bit. What if you deployed the API on Swagger instead of AWS? It seems a nice and fresh approach, huh?"
Everyone on the room remained in silence and internally questioning why do we work here...1 -
Screw Scrum, screw it very much. Is it a task or a story? Oh let's make it a story to track points. What are points, really? *20 minute grilling always follows* Well they're kind of a roundabout way of talking about time without talking about time, mkay? But last time 2 points took you a day, what gives now? What do you mean points are for internal use, but how will management plan ahead for next quarter? Ok, let's mix in all those new people, and propotionately bump the expectation for the sprint, mkay? Yeah, they did 34 points per sprint over there, we'll just add those in. Oh, and by the way, after the 4-day estimation session we had where everyone was seizuring, I scheduled us at 645 points for the coming quarter, mkay? Don't worry, I added 15% for the "unexpected dtuff" so you're safe. Fuck you scrum, scrum-fall, whatever you are. Lost a dev lead role once for being honest about it after a year with a team that loved me, and projects completed more or less on time. Been reconsidered for a dev lead role for being honest about it in another place. Somebody else peddle this kool-aid, this one prefers a walk-on role in the wall to a lead role in the cage.5
-
Project Lead(PL): Can you copy your program in LX. I want to check if tables have data or not?
PL: Hi
Me: Hi PL, let me try
PL: Thanks
Me: Program is now in LX
PL: okay let me check
Me: also added the change...< for that bug you found on the not-paid self-initiated program I built>
PL: ok
PL: did you do it in LE or 1E?
PL: I just changed the < system connection settings of> LE to LX
PL: NOPE
PL: it does not show in LE
PL: SYS ID SHOULD BE LE
<at this point I just couldn't understand the need for all caps>
Me: <sends screenshot of program in LX>
PL: <differentiates LX and LE box>
Me: <sends screenshot showing I was asked to put program in LX>
PL: Oh my apologies
PL: I wanted it in LE
PL: so sorry @iamai
Me: yup all caps doesn't help :)
Me: let me put in LE
Sometimes it's better to tame the anger and read first. -
Save enough from my current job to give me the buffer to go solo;
and it’s a cliche, but hopefully be making games -
>Le me taking a test on basic C
>Question arises to an exercise
>Le ask the prof
>He gives an Answer like the exercise was asked completely differently.
>I give up and do as said on the test although confused af!1 -
*le me sleeping/nap*
> Employer : Hey Dexter, check all our projects, I'm visiting new client..
> Me : okay sure, but what's the acceptance criteria?
> Employer : Yes
> Me : *sleeps again*
¯\_(ツ)_/¯2 -
*last week, sprint retrospect meeting*
TL : "So next is dotenv . Hey dotenv, tell us what went well in the sprint, what went wrong and what could be improved"
le dotenv: "so all went good for me. i had just 5 tickets and i was able to complete them on time. i am grateful for team to provide support when needed in those tasks. no areas for improvement or wrong from my side"
*next sprint*
TL : "So dotenv, you have these 7 tickets with 3 being p0 priority. you also have 2 releases in addition to these tickets. also, since your senior is going to Malaysia for a nice fucking week, here is his additional 5 tickets with 3 p0 priority and 2 releases :)"
me : 🥲
----
I really need to push up my blame game :/2 -
le me wanted to watch anime after 10 hour work
"Hmm let's just open my work in a new tab"
"Wtf it's 500"
> read logs
> problem with webpack build
> after 3 hour debugging loaders, environment variables, decided to use a shady, less documented library I found in the first minute debugging called better-x instead of x i'm currently using
> works
> fml why don't I try it earlier, 3 hours lost gg -
Le dev and le me (continued)
So le manager decides to talk to both le me and le dev so we can sort things out.
Le dev than says: "I think we shouldn't refactor things just to make them prettier." (Very passive-aggressively talking about me.)
Then goes on and implements a custom permission handler that performs several queries to the database to determine if a user should be able to change an object.
And all le me wanted was to use groups... -
Le Angular programmer
Me: I need to add all these fields across this 30 page (seriously) questionnaire to the dataLayer for Google Analytics...I'll see if I can loop over all the controls and get the native element so that I can do things with it.
Also me: WTF do you mean I don't have access to the native element? Damn it! What does Google say?
**terrible french accent**
A few moments later
**end terrible french accent**
Me: I don't want to have to create a directive to put on every single one of these fields. That's dumb. Not gonna do it...bad vanilla JavaScript?
**terrible french accent**
Several minutes later
**end terrible french accent**
Me: Wait...if we use this directive then the directive can handle all the things AND we can use it outside of this questionnaire. The rest of the app can send this data so that Google Analytics can know all the things
Man Google..You sure do know what I want before I know what I want...Are you spying on me too?1 -
This should sound like a no-brainer but I need some opinions. Is it worth it to use a pi-top instead of buying a laptop? For programming on the road, i'll just squeeze in a commit while traveling, ill just code instead of talk to my uncle in this reunion, quick commit while le gf is cooking, etc..., purposes? Are the disadvantages worth it enough for the advantages? I was hoping for an overall general programming companion including IoT.4
-
I have tried so hard to add some dependencies on react-native (android). Always fails when build gradle, many dependencies are mismatch.
Go fuck my project.2 -
FUCKING NGINX...........
I moved a website to a new server, and nginx redirects me to another fucking website on the same server. I have been trying to fix that for FUCKING 3 HOURS. I did everything. Disabled EVERY site on that server except that one, works. I go back. Guess what..... haha it goes back and FUCKING REDIRECTS ME TO OTHER SITES. You have to be fucking kidding me right 🖕. I check if I miswrote anything, check if it's the control panels fault (doesn't look like it). I make a vhost myself for the site (with the other still active to check if it detected the vhost). Reload...
nginx: "One vhost was ignored because the servername already exists". Yeah yeah you twat nginx.
So le me disables every site again (except le not working site). I enable every site again.
nginx: "owh hey * someip * heres the site".
Me: .............. 😡😡 fucking twat. 🖕🖕
BTW, have no clue what caused it. Seems to work now. It shouldn't be a DNS issue I checked that. Anyone any ideas? Appreciate it.3 -
I didn't use Windows, but my friend encountered this problem. Anyone knows how to handle it? Thank you
(I am afraid to post to stackoverflow)
12 -
VS2015 big cpp - project...
Scroll in file, decide where you wanna write code. Set caret (70s delay).
Ctrl+tab to check previous file for name of something (120s delay)
ctrl+tab to return to file (120s delay)
le me = Jsjsjdhdhxhxuxbfvfvefbd!!!!!
FU Microsoft :(2 -
Browsing le web for an extensiv period of time looking for useful input on build/release pipelines related to deployment of js code.
Judging by the answers on SO, blogs, tutorials etc I’ve come to the conclusion that no js code make it past development. Which is weird. -
#!/bin/bash
# An ideal work day
# Wake up naturally, keep sleeping until I won't wake up as a zombie
TIMETOWAKEUP=$(while ps -eo state,pid,cmd | grep "^Z"; do sleep 1; done)
# Work, between 9AM - 5PM, weekdays only!
TIMETOWORK=$(while [ $(date +%H) -gt 09 -a $(date +%H) -lt 17 -a $(date +%u) -le 5 ];
# Do cool work and get paid, every second.
do $COOLWORK && $GETPAID; sleep 1; done)
# Home
TIMETOCHILL=$(while $ATHOME;
# Do cool work, without getting paid, and spend money made from $TIMEATWORK
do $COOLWORK && $SPENDSPENDSPEND; sleep 28800; done)
$TIMETOWAKEUP; $TIMETOWORK; $TIMETOCHILL
# I don't get out much -
I give up on getting Bluetooth LE to run :/
Got a new 14'' Laptop for travel/mobile purpose. It only got like 2 USB Ports so i thought a fine Logitech 590 might be nice.
I am currently using Ubuntu 18.10 and a tried everything..Arch Wiki had some nice tips, but even then i cannot even detect the damn tool, despite many sites saying hcitool -lescan plus gatttool should do the trick, no avail.
This is quite retarded cause i was really looking forwar to do this. I figure it might be hard but impossible is annoying :/
Stupid Bluetooth6 -
* le me develops endpoint using serverless on AWS Lambda, forgets to enable cors *
Le front end dev: Your endpoint doesn't work. Gives me cors error.
Me: but that works on POSTMAN
le front end dev: We are not shipping it with postman.
*fml* -
ALTHOUGH A EXPERT PROGRAMMER.DONT HAVE COMPUTER OF HIS OWN SO TRIED
SOME APPS
AND APPS BE LIKE.
System.out.println("hello world");
Le programmer:
4 -
Almost stuck with manual state management for JS. Dealing server side rendering manually. [almost crazy]
-
Today's achievement, has successfully told my friend to create an account in Devrant. Guess what? My friend instantly love it.2
-
ni'o lei temci cu flecu pe'a .i la .varik. cu jdika le ka lo nu ce'u fanva fi le glibau fo la .lojban. cu zmadu lo nu ce'u glibau ciska je ba'e nai cu fanva fo la .lojban. kei le ka ce'u xi re frili ce'u
.i le su'o prenu cu xusra ko'a goi le du'u to'e frili fa lo nu jimpe fi lo selci'a be la .varik. be'o poi xe fanva fo la .lojban. .i ku'i la .varik. cu toltu'i fi ko'a
Time "flows". The extent of that (the extent of that (VARIK finds that translating from Lojban and to English is easy) is greater than the extent of that (VARIK finds that writing English stuff and not translating is easy)) increases.
Some prenu assert that difficult is that reads VARIK's writing which is translated from Lojban and to English. But VARIK disagrees.3 -
Le me.
Tasked with eval’ing SPA frameworks.
Gets down to business with Vue.
Fuck this shit.
It’s lovely when it works, but heaven help you if *anything* is slightly off.
What the fuck is Webpack?! Fucking ugly-ass, hydra-looking fuckery is what it is.
Cypress? Hah! Does it want to work? No it fucking does not.
Does anything tell me what’s wrong? Nope.
I love OSS, but so much of it a complete clusterfuck of duct tape and prayers.4 -
Followup to https://devrant.com/rants/2178597/...
It gets worse.
`if len(Replace({ODWR_CLAIMSNAPSHOT.LIMIT_DESCR}, '/', '-')) > 0`4 -
Le neue studento (a.k.a. new students) be like :
- What's the difference between Java and JavaScript? Different version? It's the same, is it?
🤔🤔🤔🤔
🤦🏻♂️🤦🏻♂️🤦🏻♂️🤦🏻♂️rant cs major joke javascript first year questions funny first year as cs major java college life college cs5 -
!rant
Should I learn Java?
I've looked around on the internet and it seems like i should maybe but idk
just feels like i should ask le dev community :p2 -
!tech
( sorry to those who have to bear with my non tech posts that i put too often. my tech/work life has been fine so far, its my personal life that is fucked up and venting it anonymously gives me some peace/solutions)
I sometimes feel that being brought up in a loveless home where i have only seen parents fighting and throwing abuses/stuff at each other, i haven't got the knowledge about how to raise a loving family.
The only goal we seem to have is to fight out our misery-filled, middle class life, and keep running for getting wealth.
Le my parents:
- Go outside in evenings/weekends? nah why bother, we don't wanna see each others' faces
- Spend time/ share room together? nah why bother, we don't wanna see each others' faces
- Family trip? nah why bother, we don't wanna see each others' faces . We can take our trips separately with our our religious/work friends
- visit relatives? nah why bother, relatives are bad.
I am not blessed with a lot of relationships, so i like to compare each of the bonds i got. I am playing the role of a son/single child and friends of some dudes. I am currently not playing the role of a lover, so i don't know about it, but my relationship with my friends is more exciting than mine with my family.
Those guys just wanna do everything together if it had been in there hands. 3 out of our 5 guy gang has joined the same group, 2 of them live on the same rented floor , and 2 of them work in same office. They want to keep their 24 hrs as a chill gang hanging together, but we somehow have restricted our group hangouts to weekends.
Even then , whenever we meet, its like we won't go back till 2 am. useless banter, cussing, daring stuff , etc. life is exciting with my boys .
I feel this kind of energy is something i would want in any of my relationship. but i have no idea how people create this magic in groups of 2. i am usually the most boring person to talk to, when i am alone. because i simply don't know how 2 people who vow to spend their lives together can keep each other happy, interested and content
I feel this is such a disastrous thing in my life that i won't be able to sustain any relationship/family even if i somehow get one :/2 -
I have been using Linux for a while and I get update notification about 3 times per week. I find it annoying. As soon as I plan to get some work done, I get a large notification popup saying "Hey, it's time to install le updates". I find it distracting; especially so because I use my laptop about 3 times per week; so basically EVERY TIME when I'm about to use it, it says "HEY you know what? Time for UPDATES".
Updates on Windows are annoying too; but at least they do not appear as often. I find this unacceptable and I do not know how anyone could think that distracting people from work so often is "ok". This is bad.11 -
can people tell me hoe to get project treble on unsupported devices? i have a SM-C900F and i have tried Capire-Le-Treble which did not work for me
-
Quand ta MOA te demande de réaliser des action en recette, que tu les fait sur l'environnement nommé REC mais qu'en fait, il fallait le faire sur DEV1...
sorry i don't know how to translate this... -
*devRant* you'll need the app to do that
*le me* Request desktop site
Every heard of PWA's?
Not just devRant btw4 -
Réparation de Console à Lille : Smart Coffee - Réparation Téléphone
Votre console de jeux rencontre un problème ? Vous cherchez un service rapide et fiable pour la réparation de console à Lille ? Ne cherchez plus ! Smart Coffee - Réparation Téléphone est l’adresse qu'il vous faut pour tous vos soucis de réparation de consoles de jeux. Que ce soit pour une PlayStation, Xbox, Nintendo Switch, ou une autre console, notre équipe d’experts est prête à remettre votre appareil en état de marche pour que vous puissiez retrouver vos moments de jeu.
Pourquoi Choisir Smart Coffee pour la Réparation de Votre Console à Lille ?
Chez Smart Coffee, nous comprenons à quel point une console de jeux est essentielle pour vos moments de détente et de loisirs. C’est pourquoi nous offrons des services de réparation de qualité, rapides et efficaces, tout en vous assurant des prix compétitifs et une transparence totale.
Nos Services de Réparation de Console à Lille
Réparation d'écran de console (Nintendo Switch, PS Vita, etc.) : Si l'écran de votre console est fissuré ou ne s'affiche plus correctement, nous pouvons le remplacer avec un écran neuf et de qualité, pour que vous retrouviez une expérience de jeu optimale.
Réparation de la carte mère : Votre console ne démarre plus ou présente des erreurs techniques fréquentes ? Nous diagnostiquons et réparons les problèmes de carte mère pour vous permettre de redémarrer votre console en toute tranquillité.
Réparation des ports et connecteurs : Si votre port HDMI, USB, ou de charge est défectueux, nous intervenons pour réparer ou remplacer les connecteurs endommagés, afin de restaurer le bon fonctionnement de votre console.
Changement de disque dur ou SSD : Si votre console est lente, plante fréquemment ou ne reconnaît pas votre disque dur, nous remplaçons ou mettons à jour votre disque pour améliorer la performance de votre console.
Problèmes de surchauffe : Si votre console surchauffe pendant les jeux, cela peut être dû à un problème de ventilation ou de pâte thermique. Nous nettoyons, réparons et remplaçons les pièces nécessaires pour éviter les risques de surchauffe.
Réparation de manettes : Si votre manette ne répond plus, a des boutons défectueux ou des problèmes de connexion, nous effectuons les réparations pour qu’elle fonctionne parfaitement à nouveau.
Réparation de la lentille du lecteur de disque : Votre console a du mal à lire les jeux ou les disques Blu-ray ? Nous réparons ou remplaçons la lentille du lecteur pour que vos jeux soient lus sans problème.
Pourquoi Choisir Smart Coffee - Réparation Téléphone à Lille ?
Réparations rapides et efficaces : Nous savons que vous ne voulez pas attendre longtemps pour retrouver votre console. C’est pourquoi nous nous engageons à effectuer les réparations rapidement, souvent en 24 à 48 heures, selon la gravité du problème.
Techniciens spécialisés : Nos techniciens sont formés et expérimentés dans la réparation de consoles de jeux de toutes marques, qu’il s’agisse de PlayStation, Xbox, Nintendo, ou d’autres modèles. Ils ont les compétences nécessaires pour diagnostiquer et réparer tout type de problème.
Pièces de qualité : Nous utilisons uniquement des pièces de remplacement certifiées et de qualité pour garantir des réparations durables et un fonctionnement optimal de votre console.
Des tarifs compétitifs : Nous offrons des prix transparents et abordables pour toutes nos réparations de consoles. Avant toute intervention, nous vous fournissons un devis gratuit et détaillé.
Service client à l’écoute : Chez Smart Coffee, nous privilégions la satisfaction client. Si vous avez la moindre question ou une préoccupation, notre équipe est disponible pour vous conseiller et vous accompagner tout au long de la réparation.
Où Nous Trouver à Lille ?
Nous sommes situés dans le centre de Lille à l'adresse suivante :
Smart Coffee - Réparation Téléphone
14 Rue des Arts, 59800 Lille, France
N’hésitez pas à venir nous rendre visite pour une estimation gratuite de la réparation de votre console, ou contactez-nous par téléphone pour prendre rendez-vous.
Contactez-Nous pour la Réparation de Votre Console à Lille
Vous avez un problème avec votre console et vous voulez la réparer rapidement ? Smart Coffee - Réparation Téléphone est à votre disposition pour résoudre tous vos problèmes de console à Lille. Appelez-nous dès maintenant au +33 3 20 38 00 41 pour prendre rendez-vous, obtenir un devis gratuit ou poser toutes vos questions concernant la réparation de votre console.17 -
Vélo Cargo Nantes - En Cargo Simone : Des Solutions Innovantes pour un Transport Écologique avec Jean Fourche et le Foodbike
Située au cœur de Rezé, à l'adresse 14 Rue de l'Île Macé, Locaux TRANSECO, 44400, Vélo Cargo Nantes - En Cargo Simone est fière de proposer des solutions de transport urbain écologiques et pratiques. Spécialisée dans les vélos cargos, l’entreprise se distingue par son engagement en faveur de la mobilité durable. Grâce à des partenariats avec des marques renommées comme Jean Fourche, Vélo Cargo Nantes propose des foodbikes de haute qualité, idéaux pour les commerçants et restaurateurs désireux d’offrir une alternative écologique aux livraisons classiques en ville.
Le Vélo Cargo Nantes : Une Solution Durable et Pratique
Vélo Cargo Nantes est bien plus qu'une simple entreprise de location de vélos. Elle s’engage à transformer la mobilité urbaine en proposant des vélos cargos adaptés à tous vos besoins de transport. Que vous soyez un professionnel du secteur alimentaire, un artisan ou un particulier, les vélos cargos de Vélo Cargo Nantes vous permettent de transporter des marchandises de manière efficace, rapide et surtout écologique.
En optant pour un vélo cargo, vous réduisez non seulement votre empreinte carbone, mais vous contribuez également à alléger la circulation en ville, en offrant une alternative aux véhicules motorisés. L’entreprise met à disposition une gamme de vélos cargos performants, incluant des options électriques pour faciliter vos trajets dans la ville tout en respectant l’environnement.
Jean Fourche : L'Expert du Foodbike
L'une des pièces maîtresses de l'offre de Vélo Cargo Nantes est la collaboration avec Jean Fourche, une marque française reconnue pour son expertise dans la conception de foodbikes. Ces vélos spécialement conçus pour la vente et la livraison de produits alimentaires permettent aux restaurateurs, traiteurs et autres professionnels du secteur alimentaire de se déplacer facilement en ville tout en réduisant l'impact environnemental de leurs activités.
Les foodbikes Jean Fourche sont des véhicules polyvalents qui peuvent être personnalisés en fonction des besoins spécifiques de chaque utilisateur. Qu'il s'agisse d'une remorque pour transporter des produits alimentaires ou d'un vélo conçu pour une vente ambulante, les foodbikes Jean Fourche garantissent une qualité de fabrication irréprochable et une praticité sans égale pour les professionnels du secteur.
Foodbike : Une Alternative Écologique pour les Restaurateurs et Commerçants
Le foodbike est une véritable révolution dans le secteur du transport alimentaire. Il permet de vendre et de livrer des produits alimentaires tout en restant flexible et mobile. Contrairement à un véhicule motorisé, un foodbike offre la possibilité de se faufiler facilement dans les rues étroites de la ville, réduisant ainsi le temps de trajet et les coûts liés au carburant.
Chez Vélo Cargo Nantes, nous proposons des foodbikes adaptés aux besoins des professionnels qui souhaitent allier mobilité, flexibilité et respect de l'environnement. Que ce soit pour un foodtruck urbain, une vente de produits frais ou une livraison de repas à domicile, le foodbike permet de transporter des produits alimentaires en toute sécurité et avec un minimum d'impact sur l'environnement.
Vélo Cargo Nantes : Votre Partenaire pour une Mobilité Durable
Avec Vélo Cargo Nantes - En Cargo Simone, vous choisissez un transport respectueux de l’environnement sans sacrifier l'efficacité et la flexibilité. Nos vélos cargos et foodbikes, en partenariat avec Jean Fourche, sont des solutions innovantes qui permettent aux entreprises de s’adapter aux défis actuels de la mobilité tout en offrant des services de livraison ou de vente ambulante pratiques et écologiques.
Que vous soyez un professionnel du secteur alimentaire, un commerçant ou un particulier désireux de réduire votre empreinte carbone, Vélo Cargo Nantes a la solution idéale pour vous. Nos foodbikes vous permettent de vous déplacer avec style et efficacité, tout en contribuant à un avenir plus vert pour nos villes.
Pour plus d’informations ou pour réserver un foodbike ou un vélo cargo, contactez-nous au +33 6 56 67 03 32. Faites le choix d’un transport urbain écologique et pratique avec Vélo Cargo Nantes - En Cargo Simone !12 -
I am super frustrated and don't have the energy to translate into a general language so here goeas some hinglish venting:
bc bosses ne leni deni kr rkhi hai... itna badhiya relaxed hoke chutti se wapis aaya tha, 2 din me mood ka bhosada kr diya apni harkato se.
yes, bosses , saala systummm chal rha h boss pe boss pe boss ka.
sardi me saare velle huye pade hai to harr aadhe ghnte me meeting le rhe h.
almost saari team ne aukaat dikhai hui hai , koi 5 din ki chutti pe to koi 7 din ki chutti pe, to jo mil rha h bs usi ko pele jaa rhe hai ye ppt ke chode.
mereko ek feature banane ko diya hua h... saala har cheez pehle idhr udhr delegate krke 15 din ke kaam ko 45 din ka bana diya, ab release deadline pass hai to meeting pe meeting rakh rhe h . bhosadiwaalo , meeting rakhne se tumhare baap ka code tumhari maa likhegi?
upr se thand bc.... itti thand me kon tumhare tatte chaatne office jaa rha h? jo jaa rha h usi ko bulao mereko ghr pe rajai me kaam krne do. saala gaand sookh ke aadu ho gyi h thand se, nd inhe fir bhi metro se 2 ghnte lgane ke baad banda office me chahiye . team me bs 7 lund h(technically 5 lund and 2 !lund) nd unke se 5 bahane maar ke ghr pe baithe huye h... ek langoorni manager aa jati h apne boss ke boss ka hilane... nd expect krti hai mai bhi aake saathme hilau. mereko nahi hilana yaar :'(
4 gnte to travel me waste krwa do, parking space maango to bolenge ki tumhara band level kam h, office me inka wifi vpn ke saath apni maa chudata h 2kbps ki speed se . emulator gaand marvate hai, nd fir bhi inhe banda chahiye office me nd feature ready chahiye 2 din me.
agar khud gaand me ungal nahi dete , to inki policies gaand me ungli krti h... saala 9 bje app le saare dev server band... oh maiiyavo din me 5 ghnte meeting rkhne ke baad tumhe lgta h ki koi kaam hua hoga.. nd bande ko khane hugne mootne me bhi 1-2 ghnte chale jaate h ghr pe... ek to tumhara time waste ko compensate krna chah rha hu apni marzi se raat me kaam krke, but tumhari gaand me usse bhi keede hai... to rote raho bc. meri jhaat tumhe degi festure banake Christmas se pehle.. bhupp
saala kachha utaar ke khol ke baith jaata hu, aake saare bosses ekek krke meri maar lo5 -
LG Couverture - Votre Artisan Couvreur à Ferney-Voltaire et Dans l'Ain et le Jura
Vous êtes à la recherche d'un professionnel pour vos besoins de couverture dans la région de Ferney-Voltaire, Cessy, ou dans le département de l'Ain et du Jura ? LG Couverture est là pour répondre à toutes vos attentes en matière de toiture. Nous sommes une entreprise de couverture expérimentée, spécialisée dans la réparation de toiture, le dépannage de toiture, la rénovation de toiture, ainsi que le nettoyage de toiture.
Nos Services de Couvreur à Ferney-Voltaire
Chez LG Couverture, nous savons à quel point il est crucial de maintenir une toiture en bon état. Une toiture endommagée peut entraîner de graves conséquences si elle n’est pas réparée à temps. C’est pourquoi nous offrons des services de réparation toiture pour garantir la protection de votre maison ou de votre entreprise.
Réparation Fuite Toiture
Les fuites de toiture peuvent être un véritable casse-tête, surtout pendant la saison des pluies. Si vous remarquez une infiltration d'eau ou des taches d'humidité sur vos plafonds, n'attendez pas pour faire appel à un artisan couvreur. Nous intervenons rapidement pour effectuer la réparation de fuite de toiture et stopper les dommages avant qu'ils ne s'aggravent.
Dépannage Toiture
Un problème de toiture peut survenir à tout moment, et dans ces moments-là, il est essentiel de faire appel à un professionnel. Nous proposons un dépannage toiture efficace et rapide pour résoudre tous types de pannes, qu’il s’agisse de tuiles cassées, de fuites ou de toute autre urgence.
Rénovation Toiture
Si votre toit montre des signes de vieillissement, il est peut-être temps d’envisager une rénovation de toiture. Cette opération est essentielle pour préserver l'intégrité de votre maison et améliorer son isolation. Nos experts en rénovation de toiture vous guideront à chaque étape pour redonner à votre toit toute sa solidité et son esthétique.
Nettoyage Toiture
L'entretien régulier de votre toiture est essentiel pour éviter l'accumulation de mousse, de lichens et d'autres impuretés qui peuvent endommager les matériaux de votre toit. Nous proposons un nettoyage de toiture de qualité, afin d'assurer la longévité de votre toit tout en préservant son aspect esthétique.
Pourquoi Choisir LG Couverture ?
Professionnalisme et Expertise : En tant qu'artisan couvreur expérimenté, nous mettons à votre service notre savoir-faire pour effectuer des travaux de qualité, dans le respect des normes de sécurité et des délais impartis.
Interventions Rapides et Efficaces : Grâce à notre équipe de professionnels qualifiés, nous intervenons rapidement pour vos travaux de réparation, de dépannage et de rénovation de toiture, afin de vous éviter des désagréments prolongés.
Service de Proximité : Situés à Ferney-Voltaire, nous intervenons dans toute la région, notamment dans l'Ain et le Jura, et nous nous engageons à fournir un service de qualité à des prix compétitifs.
Devis Gratuit et Personnalisé : Avant toute intervention, nous vous proposons un devis gratuit et détaillé pour vous permettre de prendre une décision éclairée.
Contactez-Nous !
Pour tous vos besoins en réparation de toiture, dépannage de toiture, rénovation de toiture, ou nettoyage de toiture, n'hésitez pas à contacter LG Couverture. Notre équipe se tient à votre disposition pour des conseils professionnels et des interventions de qualité. Vous pouvez nous joindre au +33 6 65 70 55 75 ou visiter notre bureau situé au 10 rue de Versoix, Ferney-Voltaire 01210, France.
Nous serons heureux de mettre notre expertise à votre service pour préserver la sécurité et l’intégrité de votre maison.2 -
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 -
HOW TO HIRE A CRYPTO RECOVERY EXPET YOU CAN TRUST/ HIRE TRUST GEEKS HACK EXPERT
To be honest, not all recovery agents are legitimate. After several attempts to reach out to different recovery agents, I found many scams. It became a frustrating experience, as each one seemed more interested in my money than actually helping me recover my losses. At one point, I had nearly given up hope of getting my funds back, until someone from my church recommended Trust Geeks Hack Expert. Intrigued and desperate, I decided to reach out to them. I'm so glad I did. From the very first interaction, the service provided by Trust Geeks Hack Expert was nothing short of professional and efficient. They took the time to listen to my story and understood the urgency of my situation. They assured me that they would do everything in their power to help recover my lost funds. I had initially lost money through three different hyper-yielding investment platforms: Moni Global, Hybrid Trading, and Reserve FX. All three companies claimed to have their operations registered in both the UK and the US, but I soon realized they were nothing more than fraudulent schemes designed to deceive investors like myself. These companies initially lured me in with promises of high returns, claiming to be licensed and operating legally. They had all the necessary paperwork and websites, which made them appear legitimate. I invested my money, expecting great returns, but instead, I ended up losing everything. After some time, I couldn’t get in touch with anyone from these platforms, and it became apparent that I had been scammed. At this point, I was desperate and didn’t know where to turn. That’s when Trust Geeks Hack Expert stepped in. They quickly analyzed my case and began working on my behalf, investigating these companies and their fraudulent practices. They made sure to keep me updated at every step, which gave me a sense of reassurance throughout the entire process. To my surprise, they were able to recover my lost funds in full. This was an incredibly satisfying outcome, and I truly appreciated their dedication and expertise, Trust Geeks Hack Expert support team is available 24/7 Website w w w :// trust geeks hack expert. c o m / -- E m a i l : Trust geeks hack expert @ fast s e r v i c e .c o m -- Te le G r a m, Trust geeks hack expert3 -
HOW TO SECURE AND RECOVER YOUR STOLEN CRYPTOCURRENCY/ CONSULT TRUST GEEKS HACK EXPERT
( E m a i l : in fo @ trust geeks hack expert . c o m)
(Te le G r a m:: Trust geeks hack expert)
(w h a t's A p p +1 7 1 9 4 9 2 2 6 9 3)
(E m a i l: Trust geeks hack expert @ f a s t se r v i c e .c o m )
Over five years ago, I lost access to two of my crypto wallets, which I hadn’t used in years. These wallets contained valuable crypto assets, but I had completely forgotten the passwords, recovery phrases, and security questions. After trying everything I could think of to regain access, I was left feeling hopeless, thinking my assets were gone forever. That’s when I came across ( Trust Geeks Hack Expert ), and I can honestly say they changed the course of my life. Initially, I was skeptical. The idea of recovering forgotten crypto wallets seemed almost impossible. However, from the first moment I contacted the team, I felt a sense of hope. The staff was incredibly professional, empathetic, and genuinely dedicated to helping me recover my wallets. They took the time to fully understand my situation, offering clear explanations and reassuring me that they could assist. The recovery process wasn’t immediate, but it was methodical and thorough. The team worked diligently, guiding me through every step of the process and explaining things in a way I could easily understand. At times, I felt frustrated, especially given how long it had been since I last used the wallets. But the ( Trust Geeks Hack Expert ) team remained patient, offering constant support, and helping me stay focused on the end goal. They made sure I felt secure throughout the entire process, which provided me with the confidence I needed to continue. Finally, after several weeks of hard work, I regained access to my wallets. It was an overwhelming and life-changing moment. Not only did I recover my crypto assets, but I also felt an immense sense of relief and accomplishment. What I thought was lost forever was now back in my hands. Thanks to the ( Trust Geeks Hack Expert ) team, I’m incredibly thankful for ( Trust Geeks Hack Expert ) expertise and dedication.2 -
Docteur Fadwa Oudad – Spécialiste en Oncologie à Casablanca : Traitement des Cancers Gynécologiques, Urologiques et Soins Palliatifs
Le Docteur Fadwa Oudad est une oncologue radiothérapeute cancérologue de renommée à Casablanca, spécialisée dans le traitement des cancers gynécologiques et urologiques, ainsi que dans la gestion des soins palliatifs. Grâce à son expertise et son approche humaine, elle offre à ses patients une prise en charge complète, allant du diagnostic à la rééducation en passant par des traitements de pointe, tout en veillant à apporter le soutien nécessaire dans les moments difficiles.
Traitement des Cancers Gynécologiques
Le Docteur Fadwa Oudad est spécialisée dans le traitement des cancers gynécologiques, qui incluent les cancers de l'utérus, des ovaires, du col de l'utérus, ainsi que d'autres formes de cancer affectant le système reproducteur féminin. En tant qu'oncologue radiothérapeute, elle utilise les dernières avancées en radiothérapie pour traiter ces cancers, en offrant des traitements personnalisés et efficaces pour chaque patiente.
Le parcours de soin pour les cancers gynécologiques est souvent complexe, et le Docteur Oudad s'engage à accompagner chaque patiente avec une approche centrée sur la personne, garantissant un traitement optimal tout en offrant une écoute attentive et un soutien constant tout au long du traitement.
Traitement des Cancers Urologiques
Le Docteur Fadwa Oudad est également spécialisée dans le traitement des cancers urologiques, tels que le cancer de la prostate, des reins, de la vessie et des organes génitaux masculins. Les cancers urologiques peuvent toucher aussi bien les hommes que les femmes et nécessitent un traitement spécifique pour chaque cas. Grâce à son expertise en oncologie radiothérapeutique, le Docteur Oudad propose des traitements ciblés et adaptés, permettant de traiter les cancers urologiques avec une approche scientifique et humaine.
En collaboration avec d’autres spécialistes, elle met en place des protocoles de soins personnalisés, visant à offrir la meilleure prise en charge et à améliorer la qualité de vie de ses patients.
Soins Palliatifs : Accompagnement Humanitaire
Les soins palliatifs sont une partie intégrante de l’approche du Docteur Fadwa Oudad. Lorsqu'un patient atteint de cancer se trouve dans une phase avancée de la maladie, l'objectif n’est pas uniquement de guérir, mais de soulager la douleur, d’améliorer la qualité de vie et d’offrir un soutien émotionnel et psychologique. En tant que cancérologue spécialisée, elle comprend les défis complexes auxquels font face ses patients et leur famille et veille à les accompagner de manière humaine et professionnelle tout au long de ce parcours difficile.
Les soins palliatifs offerts par le Docteur Fadwa Oudad ne se limitent pas au traitement de la douleur, mais englobent également un soutien global, prenant en compte les besoins psychologiques, sociaux et spirituels de chaque patient.
Pourquoi Choisir le Docteur Fadwa Oudad ?
Le Docteur Fadwa Oudad est une experte en oncologie, spécialisée dans les cancers gynécologiques, cancers urologiques et soins palliatifs. Elle se distingue par son approche humaine et personnalisée, offrant à ses patients un suivi rigoureux et un soutien constant tout au long du traitement. Son cabinet est situé au 4ème étage, N°24, Résidence Assakane Al Anik, 404 Boulevard Al Qods, Bd Yafa, Casablanca 20152, Maroc, dans un cadre calme et professionnel.
Sa capacité à offrir des soins adaptés et à répondre aux besoins uniques de chaque patient, que ce soit pour un traitement curatif ou palliative, fait d'elle une référence en matière de soins oncologiques à Casablanca.
Contactez le Docteur Fadwa Oudad
Pour prendre rendez-vous ou obtenir plus d’informations sur les traitements des cancers gynécologiques, cancers urologiques, et les soins palliatifs, contactez le Docteur Fadwa Oudad au +212 522 526 524. Elle se fera un plaisir de répondre à vos questions et de vous guider tout au long de votre parcours médical.
Conclusion
Le Docteur Fadwa Oudad est la spécialiste qu’il vous faut pour le traitement des cancers gynécologiques et urologiques ainsi que pour l'accompagnement en soins palliatifs. Grâce à son expertise en oncologie, sa compétence en radiothérapie, et sa capacité à offrir un soutien humain, elle veille à améliorer la qualité de vie de ses patients tout en leur offrant un traitement personnalisé. Si vous recherchez un professionnel à Casablanca pour une prise en charge de qualité, n'hésitez pas à consulter le Docteur Fadwa Oudad.2 -
Smile Dental Center – Votre cabinet dentaire à Casablanca pour des soins de qualité et un sourire éclatant
Bienvenue à Smile Dental Center, votre cabinet dentaire à Casablanca, situé au 1er étage, Espace Erreda, 52 Bd Mohammed Zerktouni, Casablanca 20200. Dirigé par Dr Hanane Benmansour, notre équipe de professionnels est dédiée à offrir des soins dentaires adaptés à chaque patient, tout en garantissant un environnement confortable et moderne. Que vous ayez besoin d'une couronne dentaire à Casablanca, de soins préventifs comme le nettoyage dentaire à Casablanca, ou de traitements pour maintenir une hygiène dentaire à Casablanca, nous sommes là pour vous.
Couronne dentaire à Casablanca : Restaurez votre sourire avec des solutions durables
Si vous avez une dent endommagée ou usée, une couronne dentaire à Casablanca peut être la solution idéale pour restaurer sa forme et sa fonction. Les couronnes dentaires sont utilisées pour recouvrir une dent fragilisée, offrant ainsi une protection supplémentaire et améliorant l’esthétique de votre sourire. À Smile Dental Center, nous utilisons des couronnes en matériaux de haute qualité comme la zircone ou la céramique, pour garantir un résultat à la fois naturel et durable. Nous veillons à ce que chaque couronne soit parfaitement adaptée à votre dentition, pour un confort optimal.
Collage dentaire à Casablanca : Pour réparer les petites imperfections
Le collage dentaire à Casablanca est une méthode efficace pour réparer les petites fissures, les éclats ou les décolorations des dents. Cette technique consiste à appliquer une résine composite directement sur la dent concernée, puis à la modeler pour obtenir un aspect naturel et esthétique. Le collage dentaire est une solution rapide et peu invasive qui permet de retrouver un sourire harmonieux, tout en préservant la structure naturelle de vos dents.
Nettoyage dentaire à Casablanca : Maintenez vos dents saines et éclatantes
Un nettoyage dentaire à Casablanca régulier est essentiel pour prévenir les problèmes dentaires tels que les caries, les infections des gencives et la mauvaise haleine. À Smile Dental Center, nous vous offrons un nettoyage professionnel qui élimine la plaque dentaire et le tartre, contribuant ainsi à maintenir une bouche saine et fraîche. Un nettoyage dentaire effectué par des professionnels permet également de détecter précocement d’éventuels problèmes, vous permettant ainsi de recevoir un traitement rapide si nécessaire.
Hygiène dentaire à Casablanca : Les bases d’une bouche en bonne santé
Une bonne hygiène dentaire à Casablanca est la clé d’un sourire durable et en bonne santé. Nous vous offrons des conseils personnalisés pour améliorer vos habitudes quotidiennes, comme le brossage correct des dents, l'utilisation du fil dentaire et des solutions pour prévenir les caries et les maladies des gencives. Nous croyons que l’éducation dentaire est essentielle pour maintenir une bonne santé bucco-dentaire sur le long terme.
Cabinet dentaire à Casablanca : Soins de qualité et approche humaine
Notre cabinet dentaire à Casablanca est équipé des dernières technologies pour offrir à nos patients des soins de qualité dans un cadre confortable et moderne. Nous croyons qu’une approche humaine et personnalisée est essentielle pour établir une relation de confiance avec chaque patient. Que vous veniez pour un contrôle de routine, un traitement esthétique ou des soins plus complexes, nous nous engageons à vous fournir des soins adaptés à vos besoins spécifiques, dans une atmosphère détendue et professionnelle.
Dentisterie familiale à Casablanca : Des soins pour toute la famille
Chez Smile Dental Center, nous pratiquons la dentisterie familiale à Casablanca, offrant des soins adaptés à chaque membre de la famille, des plus jeunes aux plus âgés. Nous proposons une large gamme de services, allant des contrôles dentaires réguliers et des nettoyages aux traitements spécifiques comme les implants dentaires et l’orthodontie. Nous mettons un point d’honneur à créer un environnement chaleureux et rassurant pour les enfants, afin qu'ils apprennent dès le plus jeune âge à prendre soin de leur sourire.2 -
HIRE MUYERN TRUST HACKER TO HELP RECOVER LOST INVESTMENT
I was drawn into a promising crypto investment opportunity, a platform offering a 4-month contract with a 2% monthly withdrawal on a “free margin account.” The idea of steady, guaranteed returns felt secure, and like many others, I believed I was making a wise decision that would help grow my savings. Unfortunately, what seemed like a legitimate chance to profit became a scam. In my eagerness to invest, I trusted the platform completely, even borrowing money from banks to fund my account. I believed this was a smart financial move, one that would pay off in the long run. But as the weeks passed, it became painfully clear that things were not as they seemed. Despite multiple attempts to withdraw my funds, I found that my account was locked, and I was unable to access a single penny. The total amount I had invested—$450,000—was effectively gone. The emotional and financial toll has been devastating. What started as a hopeful investment quickly spiraled into a nightmare. I now face the real possibility of bankruptcy, and it’s been difficult to express the extent of the pain and frustration I’ve gone through. The sense of betrayal and helplessness is overwhelming, and I’m sharing my story to warn others who may be considering similar investments. If you are looking into crypto or any online investment platform, please take the time to do thorough research. There are countless stories online, especially on forums like Reddit, where individuals share their experiences with scams. Platforms promising guaranteed returns or unusually high, consistent payouts should always raise a red flag. Scammers often prey on people’s desire for quick, easy profits, but these platforms rarely, if ever, deliver on their promises. After months of struggle, I found a legitimate recovery service called MUYERN TRUST HACKER. ( Whats app: + 1 (4-4-0) (3-3-5) 0205 ) ( Te le gram: muyerntrusthackertech ) They helped me recover 90% of my lost funds in just two days. While the damage can never be fully undone, I’m deeply grateful for their assistance and hope my story can offer some hope to others who have fallen victim to similar scams. Please learn from my experience. Protect yourself by staying cautious, researching any investment thoroughly, and seeking help from legitimate recovery services like MUYERN TRUST HACKER if you find yourself duped.4 -
RECOVER STUCK OR MISSING CRYPTO FUNDS - REQUESTING ASSISTANCE TRUST GEEKS HACK EXPERT
Losing access to my crypto wallet account was one of the most stressful experiences I've ever faced. After spending countless hours building up my portfolio, I suddenly found myself locked out of my account with no way to access it. To make matters worse, the email address I had linked to my wallet was no longer active. When I tried reaching out, I received an error message stating that the domain was no longer in use, leaving me in a state of complete confusion and panic. It was as though everything I had worked so hard for was gone, and I had no idea how to get it back. The hardest part wasn’t just the loss of access it was the feeling of helplessness. Crypto transactions are often irreversible, and since my wallet held significant investments, the thought that my hard-earned money could be lost forever was incredibly disheartening. I spent hours scouring forums and searching for ways to recover my funds, but most of the advice seemed either too vague or too complicated to be of any real help. With no support from the wallet provider and my email account out of reach, I was left feeling like I had no way to fix the situation. That's when I found out about Trust Geeks Hack Expert . I was hesitant at first, but after reading about their expertise in recovering lost crypto wallets, I decided to give them a try. I reached out to their team, and from the very beginning, they were professional, understanding, and empathetic to my situation. They quickly assured me that there was a way to recover my wallet, and they got to work immediately. Thanks to Trust Geeks Hack Expert , my wallet and funds were recovered, and I couldn’t be more grateful. The process wasn’t easy, but their team guided me through each step with precision and care. The sense of relief I felt when I regained access to my crypto wallet and saw my funds safely back in place was indescribable. If you find yourself in a similar situation, I highly recommend reaching out to Trust Geeks Hack Expert. You can contact Them through E MA IL: TRUST GEEKS HACK EXPERT @ FAST SERVICE .C O M + WEBSITE. H TT PS :// TRUST GEEKS HACK EXPERT. COM + TE LE GR AM: TRUST GEEKS HACK EXPERT2 -
Le débouchage est un procédé utilisé pour Debouchage Charleroi les drains et les canalisations. Ce processus est généralement effectué par un professionnel qui dispose des outils et de l'équipement appropriés pour effectuer le travail. Il existe de nombreux types de services de débouchage disponibles, mais ils ne sont pas tous créés égaux. Certaines entreprises peuvent offrir un prix moins cher, mais elles peuvent ne pas avoir l'expérience ou l'équipement approprié pour faire le travail correctement. Efficient Debouchage Charleroi Services est une entreprise qui propose une grande variété de services de débouchage. Ils sont en affaires depuis plus de 20 ans et ont l'expérience et l'équipement nécessaires pour bien faire le travail. Ils offrent une variété de services, y compris le nettoyage des canalisations, le nettoyage des canalisations et le nettoyage des fosses septiques. Ils offrent également une garantie de satisfaction satisfait ou remboursé afin que vous puissiez être sûr que vous serez satisfait des résultats.
my-dep.be/debouchage-charleroi/
-
Dépannage Pneu Neuilly-sur-Seine : Votre Solution en Cas d'Urgence de Pneu, Jour et Nuit
Chez Dépannage Pneu Neuilly-sur-Seine, nous savons que les pannes de pneus peuvent survenir à tout moment, que ce soit en pleine journée ou au beau milieu de la nuit. C'est pourquoi nous mettons à votre disposition un service de dépannage pneu nuit, mais aussi une assistance rapide en cas d’urgence pneu. Nous intervenons rapidement et efficacement, quel que soit l’heure ou le jour, pour vous garantir une solution immédiate et de qualité.
Dépannage Pneu Nuit : Un Service d'Urgence à Toute Heure
Une crevaison ou une panne de pneu peut être particulièrement stressante, surtout lorsqu’elle survient en pleine nuit. C’est pour cette raison que nous offrons un service de dépannage pneu nuit. Que vous soyez en déplacement, dans un quartier éloigné ou sur une autoroute, notre équipe se déplace à toute heure pour effectuer la réparation ou le remplacement de votre pneu.
Notre objectif est de vous offrir une intervention rapide, même en pleine nuit, pour que vous puissiez reprendre la route sans perdre de temps. Avec Dépannage Pneu Neuilly-sur-Seine, plus besoin de vous soucier d’un pneu crevé, quel que soit le moment où cela se produit.
Urgence Pneu : Nous Répondons à Votre Besoin de Rapidité
Les imprévus ne préviennent pas, surtout en matière de pneus. Une crevaison soudaine, un pneu endommagé ou un problème de gonflage peuvent vite devenir des sources de stress. Dépannage Pneu Neuilly-sur-Seine est là pour répondre à toutes vos urgences. Nous intervenons en cas d’urgence pneu de manière efficace et rapide. Dès votre appel au +33689143671, nous mobilisons notre équipe pour vous apporter une solution immédiate.
Notre service d'urgence est conçu pour minimiser votre temps d'attente et vous permettre de reprendre vos activités rapidement, en toute sécurité.
Changement de Pneu Urgent : Service Rapide et Efficace
Un pneu crevé ou un pneu qui ne peut plus être réparé nécessite un changement de pneu urgent. Nous comprenons à quel point cela peut être dérangeant, surtout si vous avez un emploi du temps serré ou si vous êtes loin de chez vous. C’est pourquoi nous offrons un service de changement de pneu urgent à Neuilly-sur-Seine et dans toute la région parisienne.
Nos techniciens sont formés pour intervenir rapidement et procéder au remplacement de votre pneu dans les plus brefs délais. Nous disposons d’un large choix de pneus adaptés à tous les types de véhicules, garantissant ainsi votre sécurité et votre confort sur la route.
Pourquoi Choisir Dépannage Pneu Neuilly-sur-Seine ?
Disponibilité 24h/24 et 7j/7 : Nous intervenons à tout moment, que ce soit en journée ou en pleine nuit, pour répondre à vos urgences de pneus.
Intervention Rapide : Dès que vous nous contactez, nous nous rendons sur place pour résoudre votre problème de pneu dans les plus brefs délais.
Professionnalisme : Notre équipe est composée de professionnels expérimentés qui garantissent des réparations de qualité.
Service de Proximité : Nous sommes situés à Neuilly-sur-Seine et intervenons dans toute la région parisienne pour vous offrir un service local fiable.
Contactez-Nous pour Toute Urgence de Pneu
Si vous avez besoin d’un dépannage pneu nuit, d’un changement de pneu urgent, ou si vous êtes confronté à une urgence pneu, ne perdez pas de temps à chercher. Appelez immédiatement Dépannage Pneu Neuilly-sur-Seine au +33689143671. Nous nous engageons à intervenir rapidement, où que vous soyez, pour que vous puissiez continuer vos trajets en toute sérénité.
1 -
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
-
LOST CRYPTO FOUND- MY RECOVERY EXPERIENCE WITH TRUST GEEKS HACK EXPERT
It all started with an innocuous-looking email. The subject line read, "Important Update: Verify Your Wallet Activity," and the sender ostensibly seemed to be my wallet provider. I clicked the link without any second thought, being in a haste to make sure everything was fine. What followed was nothing short of a nightmare. It took me to what seemed like a similar website to my wallet's login page. I didn't overthink it and quickly punched in my credentials. Then, in a few seconds, I knew that this was a scam. The site disappeared, and I sat staring at a blank screen in a panic. The $75,000 Bitcoin wallet was gone, just like that. The weight of my mistake weighed me down, and the only thing that replayed in my head was that moment, over and over, with me berating myself for being so careless. Scrolling through forums and online discussions, I came across many horror stories of similar scams, but amidst the despair, one name kept cropping up Trust Geeks Hack Expert I called them, as I had nothing to lose and my money was on the line. From the moment they received my call, I had hope. Their team was very calm and professional in articulating what needed to be done to document the incident and secure any remaining digital trails. They assured me their specialty was handling cases like mine, but even with all this conviction, I still had a small amount of comfort. Over the next few days, they worked tirelessly, keeping me updated every step of the way. They explained the technical aspects in simple terms, helping me understand how they were piecing together the puzzle. It was clear they were not only skilled but also deeply committed to their clients. Then came the call I had been praying for: they had recovered my $75,000. I felt so relieved that I could finally breathe again. But beyond just recovering my funds, they took the time to educate me about phishing scams and how to avoid them in the future. Thanks to Trust Geeks Hack Expert, I learned a very hard lesson without permanent consequences. Now, I give every email extra scrutiny, and I think twice before clicking on any link. They didn't just save my Bitcoin; they restored my peace of mind. Talk to Trust Geeks Hack Expert
W e b - si te: h t t p s :/ / trust geeks hack expert
. co m /
E - m a il : trustgeekshackexpert @ fast ser v i ce .
com
Te le gr am : (Trust geeks hack expert )
1 -
Trust Geeks Hack Expert is the best choice for recovering lost BTC and USDT. Their proven track record of success, unmatched customer service, and numerous benefits make them stand out among their competitors. Additionally, the company employs advanced techniques and tools to recover lost Bitcoin and USDT. These techniques include blockchain analysis, which involves tracing the movement of funds through the blockchain. Highly Recommended Trust Geeks Hack Contact Information Service E m a i l.Trust geeks hack expert {At} f a s t s e r v i c e. c o m - Te le g r a m:Trust geeks hack expert2
-
Matsudaz Sushi & Wok : Le Restaurant Sushi de Référence à Mohammédia, à Proximité de Casablanca
Si vous êtes à la recherche d’un restaurant sushi à Casablanca ou à Mohammédia, ne cherchez plus ! Matsudaz Sushi & Wok vous offre une expérience culinaire unique, alliant l’authenticité des sushis japonais et la fraîcheur des produits asiatiques. Situé à Mohammédia, à quelques minutes de Casablanca, notre restaurant est un véritable incontournable pour tous les amateurs de sushis de qualité.
Sushi à Casablanca : Un Voyage Culinaire Japonais à Mohammédia
Bien que nous soyons basés à Mohammédia, Matsudaz Sushi & Wok attire de nombreux clients de Casablanca et de ses environs grâce à la qualité exceptionnelle de nos sushis. Notre restaurant sushi à Casablanca est à seulement quelques kilomètres, ce qui permet à ceux qui souhaitent déguster des sushis frais et savoureux de venir facilement. Que vous soyez de Casablanca ou de Mohammédia, nous vous garantissons une expérience culinaire mémorable.
Notre chef sushi maîtrise les techniques traditionnelles japonaises pour préparer une gamme de sushis, de makis, de nigiris et de sashimis savoureux, en utilisant des ingrédients frais et de haute qualité. Que vous préfériez les sushis classiques ou des créations plus innovantes, chaque plat est préparé avec soin et passion.
Sushi à Mohammédia : Un Restaurant Japonais Authentique
Chez Matsudaz Sushi & Wok, nous avons à cœur de vous offrir une expérience authentique de la cuisine japonaise à Mohammédia. Nos sushis sont réalisés à la commande avec des poissons frais, des algues de qualité et d’autres ingrédients soigneusement sélectionnés pour garantir une fraîcheur et une saveur exceptionnelles. Chaque plat est préparé avec une attention particulière, de l’esthétique à la présentation, afin que chaque bouchée soit un plaisir.
Notre restaurant sushi à Mohammédia est l'endroit idéal pour découvrir des plats japonais authentiques, dans une ambiance conviviale et chaleureuse. Vous pouvez y déguster vos sushis sur place ou opter pour un service de livraison de sushis à domicile, directement dans le confort de votre maison ou bureau.
Le Meilleur Restaurant à Mohammédia : Matsudaz Sushi & Wok
En plus d’être le meilleur restaurant sushi à Mohammédia, Matsudaz Sushi & Wok est aussi un restaurant asiatique qui propose une large variété de plats savoureux. Nous offrons également des spécialités asiatiques comme les woks sautés, les nouilles et les soups qui complètent parfaitement notre menu de sushis. Que vous soyez un amateur de sushis ou de plats cuisinés au wok, vous trouverez des options pour satisfaire toutes vos envies culinaires.
Notre restaurant à Mohammédia se distingue non seulement par la qualité de ses plats, mais aussi par son service exceptionnel et son ambiance chaleureuse. De plus, grâce à notre emplacement stratégique au Bd Mohamed Zerktouni, nous sommes facilement accessibles pour tous ceux qui viennent de Casablanca ou des environs.
Pourquoi Choisir Matsudaz Sushi & Wok à Mohammédia ?
Cuisine authentique et savoureuse : Des sushis frais, préparés selon les traditions japonaises, ainsi que des plats asiatiques variés, préparés au wok.
Un service de qualité : Accueil chaleureux, ambiance agréable et service rapide.
Accessibilité : Situé à Mohammédia, à proximité de Casablanca, pour les gourmets en quête de sushis de qualité.
Livraison rapide : Profitez de notre service de livraison de sushis et autres plats à Mohammédia et Casablanca.
Contactez-nous
Si vous êtes à la recherche du meilleur restaurant à Mohammédia, ou si vous souhaitez déguster des sushis frais à Casablanca, Matsudaz Sushi & Wok est l’endroit qu’il vous faut. Pour plus d’informations, passer une commande ou réserver une table, contactez-nous au +212523323538. Vous pouvez également nous rendre visite directement au Bd Mohamed Zerktouni, Mohammédia, et nous serons ravis de vous faire découvrir nos sushis et autres spécialités asiatiques.
Matsudaz Sushi & Wok : Le restaurant sushi incontournable à Mohammédia, à quelques minutes de Casablanca !
1 -
Bennison Transport - North East Same Day Couriers: Your Trusted Urgent Courier Service
Located at 5 Clarence Terrace, Chester-le-Street DH3 3DG, United Kingdom, Bennison Transport offers reliable and efficient Urgent Courier Service tailored to meet your immediate delivery needs. Whether you require quick Local Courier Services or comprehensive Delivery Services UK, our experienced team is here to provide seamless, dependable solutions.
We specialize in Same Day Transport throughout the North East region, ensuring your parcels and freight arrive promptly and safely. Our expertise extends beyond local deliveries, offering trusted Nationwide Couriers services that cover the entire UK with the same dedication to speed and security.
At Bennison Transport, we understand the importance of timely deliveries. Whether it’s critical documents, urgent parcels, or freight shipments, our professional couriers handle every package with care and urgency, making us the preferred choice for businesses and individuals alike.
Why Choose Bennison Transport?
Urgent and Reliable: Fast, same-day courier and transport services.
Local & Nationwide: Flexible options to suit your delivery needs across the UK.
Experienced Team: Professional handling of parcels and freight.
Customer Focused: Clear communication and real-time tracking.
Contact Bennison Transport Today
For trusted Urgent Courier Service, Local Courier Services, and nationwide delivery solutions, contact Bennison Transport:
Address: 5 Clarence Terrace, Chester-le-Street DH3 3DG, United Kingdom
Phone: +44 191 691 1351
Bennison Transport — your dependable partner for urgent and same-day delivery services across the UK.2 -
I have just allowed '*' on the rack-cors host configuration. Yiiiiihhhhaaaaa.. no cors problems on Rails again.
But hackers will go fuck my api. -
Emicom : Des Solutions d'Énergie Renouvelable Innovantes pour le Mali
Dans un contexte où les besoins en énergie augmentent rapidement au Mali, Emicom se positionne comme un leader dans le domaine des solutions d’énergie renouvelable au Mali. Située au District de Bamako, notre entreprise s'engage à fournir des solutions énergétiques durables et adaptées aux besoins de nos clients, en mettant l'accent sur l'énergie solaire et ses applications.
L'Énergie Renouvelable : Une Solution pour l'Avenir du Mali
Le Mali, comme de nombreux pays africains, fait face à des défis majeurs en matière d'accès à l'électricité, particulièrement dans les zones rurales. Cependant, avec un ensoleillement abondant tout au long de l'année, le pays possède un potentiel énorme pour exploiter l'énergie solaire. Emicom propose des solutions d’énergie renouvelable au Mali qui non seulement permettent de réduire la dépendance aux énergies fossiles, mais offrent également une alternative durable pour répondre aux besoins énergétiques des particuliers et des entreprises.
L'Entreprise Solaire à Bamako : Un Acteur Clé dans la Transition Énergétique
En tant qu'entreprise solaire à Bamako, Emicom offre des services complets dans le domaine des énergies renouvelables. Nous fournissons des systèmes photovoltaïques hors réseau, qui sont idéaux pour les zones où l’accès au réseau électrique est limité ou inexistant. Ces systèmes, qu'ils soient destinés à des usages domestiques ou industriels, permettent de produire de l'électricité de manière autonome, fiable et écologique.
Notre expertise inclut l’étude, la conception, l'installation, et la maintenance de systèmes photovoltaïques hors réseau. Grâce à notre équipe qualifiée, nous garantissons que chaque installation est optimisée pour offrir une performance maximale, tout en répondant aux spécificités locales du climat et des besoins énergétiques.
Pourquoi Choisir Emicom pour vos Solutions d'Énergie Renouvelable ?
Expertise locale : Nous avons une connaissance approfondie des besoins énergétiques du Mali et des défis auxquels nous faisons face. Cela nous permet de proposer des solutions parfaitement adaptées.
Technologie de pointe : Nous installons des panneaux solaires et des équipements de haute qualité, conçus pour garantir des performances optimales même dans les conditions les plus exigeantes.
Solutions personnalisées : Chaque projet est unique. Nous travaillons en étroite collaboration avec nos clients pour concevoir des solutions énergétiques sur mesure, en fonction de leurs besoins spécifiques.
Engagement écologique : En choisissant l’énergie solaire, vous contribuez à la réduction de l’empreinte carbone et à la préservation de l’environnement pour les générations futures.
Notre Engagement pour le Futur
Chez Emicom, nous croyons fermement que l'avenir énergétique du Mali passe par des solutions renouvelables et durables. C’est pourquoi nous nous engageons à fournir des systèmes solaires fiables et efficaces, qui favorisent l’autosuffisance énergétique et réduisent les coûts à long terme.
Contactez-Nous
Vous recherchez une entreprise solaire à Bamako pour un projet d’installation de systèmes photovoltaïques hors réseau ? Emicom est là pour vous accompagner dans la transition énergétique. Pour plus d’informations sur nos services et obtenir un devis personnalisé, contactez-nous au +22384639528.
Emicom, votre partenaire pour des solutions d’énergie renouvelable au Mali.
1 -
Los Mejores Inspectores de Casas en Opelika: East Alabama Home Inspectors
Si está buscando al mejor inspector de casas en Opelika, East Alabama Home Inspectors es la opción ideal para garantizar que su propiedad esté en las mejores condiciones posibles. Con años de experiencia en la inspección de viviendas en Opelika y sus alrededores, nos hemos ganado una excelente reputación por ofrecer servicios detallados y profesionales. Si desea realizar una compra segura y sin sorpresas, confíe en los mejores inspectores de casas de Opelika para brindarle una inspección completa y exhaustiva.
¿Por qué elegir a East Alabama Home Inspectors?
En East Alabama Home Inspectors, entendemos que la compra de una casa es una de las decisiones más importantes de su vida. Por eso, nos aseguramos de ofrecerle una inspección completa y detallada de la propiedad. Nuestros inspectores de casas en Opelika son expertos en identificar problemas ocultos que podrían no ser visibles a simple vista, como problemas estructurales, plomería defectuosa o sistemas eléctricos en mal estado. Esto le permitirá tomar decisiones informadas antes de comprometerse con una compra.
Nuestros Servicios
Ofrecemos una amplia gama de servicios de inspección para ayudarle a conocer el estado real de la propiedad que está considerando. Algunos de nuestros servicios incluyen:
Inspección General de Casas: Evaluamos todos los aspectos clave de la propiedad, como la estructura, el sistema eléctrico, la plomería, el techo y más. Nos aseguramos de que cada detalle sea inspeccionado para que no haya sorpresas desagradables después de la compra.
Inspección de Viviendas Nuevas y Usadas: Ya sea que esté comprando una casa nueva o usada, realizamos una inspección minuciosa para garantizar que no haya problemas ocultos que puedan afectar su seguridad y la calidad de vida.
Inspección de Humedad y Moho: Verificamos la presencia de moho y humedad, problemas comunes que pueden ser perjudiciales para la salud y la integridad de su hogar.
Inspección de Calidad del Aire: Realizamos pruebas de calidad del aire para asegurarnos de que el ambiente en su hogar sea saludable.
¿Por qué somos los mejores inspectores de casas en Opelika?
En East Alabama Home Inspectors, nos distinguimos por nuestra atención al detalle, la formación continua de nuestros inspectores y nuestro compromiso con la satisfacción del cliente. Nos enorgullece ser considerados los mejores inspectores de casas en Opelika, y trabajamos arduamente para superar las expectativas de nuestros clientes. Proporcionamos informes claros y completos que le permitirán tomar decisiones informadas sobre su propiedad.
Contáctenos
Ubicados en 2272 Arlington Ct, Auburn, AL 36830, East Alabama Home Inspectors está aquí para ayudarle a garantizar que su compra sea segura y bien informada. Si desea obtener más información o programar una inspección, no dude en ponerse en contacto con nosotros llamando al +1 334-231-2827.
Cuando busque al mejor inspector de casas en Opelika, elija a East Alabama Home Inspectors para una inspección de calidad, profesionalismo y confianza.1 -
HIRE MUYERN TRUST HACKER TO GET BACK LOST FUNDS FROM ONLINE MONSTERS
A week ago, I was in an incredibly challenging and distressing situation that I felt compelled to share. I had been defrauded of £35,000 through a sophisticated forex trading scheme. As a dentist, I’m accustomed to precision, attention to detail, and problem-solving within a highly regulated profession. However, this situation was unlike anything I had ever encountered. My usual methods of resolving issues felt insufficient when faced with the complex web of deceit and evasive tactics employed by the scammers. Despite my efforts to recover the funds through conventional means such as contacting my bank, reporting the fraud to the authorities, and even trying to trace the scam myself, progress was agonizingly slow. I found myself at a crossroads, frustrated and uncertain of my next steps. Then, amid my search for a solution, I came across MUYERN TRUST HACKER, a company renowned for helping victims of financial fraud recover lost funds. Their reputation for success and their impressive track record immediately caught my attention. After carefully considering my options, I decided to reach out to them, hoping they could provide the expertise I so desperately needed.From the moment I made contact, MUYERN TRUST HACKER’s team exhibited an exceptional level of professionalism and experience. Incredibly, within just 24 hours of getting involved, MUYERN TRUST HACKER successfully recovered the full £35,000 I had lost. Their swift and effective action was a true relief, as I had almost lost hope of ever seeing the funds again. I cannot express enough how grateful I am to them for their hard work and determination in resolving what seemed like an insurmountable situation. I wholeheartedly recommend seeking their assistance. ( Whats app: + 1 (4-4-0) (3-3-5) 0205 ) also on tele gr am for quicker response ( Te le gr am: muyerntrusthackertech ) Their expertise turned a harrowing experience into a success story, and for that, I will always be thankful.1 -
Fuck its le craxy bean man monster fuck dude shit fuck my pants i mean pls no but go away bwan man monster bubbbbbbs dsmdlkdbs :'(((((((((-(((-(-(-(-(-?-?-?
peace *@* -
Immutable.js, Immutable
rb, Immutable.py, Immutable.java, Immutable.php.
Immutable.jpeg, Immutable.mp4. Love you Immutable. -
HOW I RECOVERED MY STOLEN ETHEREUM WITH HELP OF TRUST GEEKS HACK EXPERT
Malware attack, those two words turned my life upside down. In just minutes, 40 ETH vanished from my crypto wallet, stolen by an attacker who used advanced tactics to cover their tracks. I was in shock. Years of savings, gone in an instant. I contacted several well-known cybersecurity and blockchain forensics firms, hoping someone could help. But each one gave me the same grim answer: “Sorry, it’s untraceable.” It felt like the end of the road until I found (TRUST GEEKS HACK EXPERT). Unlike the others, (TRUST GEEKS HACK EXPERT) didn’t brush me off or offer false hope. Instead, they calmly explained their approach: deep blockchain analytics, behavioral wallet tracking, and a few proprietary techniques they’ve developed from years of experience in the field. They weren’t just talking, they meant business.Within days, they began tracking the stolen ETH across a complex web of transactions. The attacker had used mixers, layered wallets, and decentralized exchanges, trying to erase their digital footprints. But (TRUST GEEKS HACK EXPERT) followed the flow, detecting patterns and linking wallets through subtle behaviors that most firms overlook. Their team’s understanding of the blockchain's transparent yet intricate nature was nothing short of incredible. Through tireless investigation and real-time tracking, (TRUST GEEKS HACK EXPERT) managed to recover 39 ETH. That’s right out of the 40 ETH that was stolen, they got back 39. I couldn’t believe it. After being told over and over that my funds were gone forever, (TRUST GEEKS HACK EXPERT) brought them back.What impressed me just as much as the recovery itself was their professionalism. They communicated clearly throughout the process, providing updates, timelines, and even helping me understand how the malware worked and how to secure my assets going forward. It wasn’t just a recovery it was an education.(TRUST GEEKS HACK EXPERT) isn’t just another name in the industry. They are in a league of their own when it comes to blockchain forensics and crypto asset recovery. for Assistance support team is available (Te le G r a m ID: TV r u s t g e e k s h a c k e x p e r t )2 -
HIRE MUYERN TRUST HACKER FOR STOLEN ASSETS RECOVERY
Being an artist in New York, I rely heavily on online platforms to showcase and sell my work. One day, I was approached by a gallery claiming to offer international exposure for my art. They promised to feature my pieces in exhibitions and connect me with global buyers. Excited by the opportunity, I agreed to their terms, which included an upfront payment of $3000 to cover administrative fees. I transferred the amount, hoping this would be the breakthrough I needed. However, I began to suspect something was wrong after a few weeks. The gallery’s contact person stopped responding to my emails, and when I tried to visit their address, it turned out to be fake. I realized I had fallen victim to a scam. Feeling betrayed and frustrated, I didn’t know where to turn. That’s when I discovered Muyern Trust Hacker on ( Te le gram at muyerntrusthackertech ) I reached out to them, providing all the details I had: the gallery’s information, transaction records, and emails from the scammer. Their team was incredibly supportive and assured me they would do everything possible to recover my funds. Their professionalism and empathy gave me hope during a difficult time. Using their expertise in digital forensics, Muyern Trust Hacker traced the scammer’s digital footprint and identified the offshore account where my money had been transferred. They worked tirelessly with international authorities to track the funds and initiate the recovery process. Within a few weeks, they successfully returned the $3000 to me. The relief I felt was overwhelming. Not only did I get my money back, but I also learned valuable lessons about verifying opportunities and being cautious with upfront payments. Muyern Trust Hacker was a lifeline in my time of need, and I’ll always be grateful for their expertise, dedication, and support. If you ever find yourself in a similar situation, I highly recommend reaching out to Muyern Trust Hacker. They are true professionals who go above and beyond to help their clients. Thanks to them, I can now focus on creating and sharing my art without the burden of losing hard-earned money to scammers. Here is their mail for efficient resolution: (muyerntrusted(@) ma il - me(.) c o m )1 -
RECOVER LOST CRYPTO WITH THE BEST RECOVERY SPECIALISTS // TRUST GEEKS HACK EXPERT
W eb-si te: h tt p s: // trust geeks hack expert . c o m /
E -m a i l : trust geeks hack expert (@) fast service (.) c m
Te le-gr am : (Trust geeks hack expert)
My name is Damian Francisco, and I recently became a victim of a sophisticated crypto scam that left me reeling. I lost an astonishing 126,000 Euros to fraudulent brokers who promised lucrative returns but ultimately disappeared with my hard-earned savings. The experience was not only financially devastating, but it also took a significant emotional toll on me. I felt helpless, betrayed, and unsure of how to move forward. In the depths of my despair, I came across TRUST GEEKS HACK EXPERT. From the moment I reached out to them, I knew I had found the right team to help me reclaim my funds. The professionalism and expertise displayed by the TRUST GEEKS HACK EXPERT team were immediately apparent. They understood the gravity of my situation and wasted no time in starting to investigate the complex network of fraudsters that had ensnared me .The team at TRUST GEEKS HACK EXPERT patiently guided me through every step of the process. They took the time to explain the intricacies of the legal and technical challenges involved in recovering funds lost to cryptocurrency fraud. Their approach was thorough, transparent, and compassionate, which gave me much-needed peace of mind during such a stressful time. What truly stood out to me was their unwavering dedication. They left no stone unturned, working tirelessly to navigate the complex legal frameworks and sophisticated tactics used by the scammers. With each update, I felt a growing sense of trust in their ability to succeed. Their commitment was not just to recover my funds, but to ensure that justice was served. Against all odds, TRUST GEEKS HACK EXPERT managed to recover my funds. Thanks to their expertise and persistence, I was able to reclaim my 126,000 euros. I highly recommend reaching out to TRUST GEEKS HACK EXPERT
7 -
EFFECTIVE SOLUTIONS FOR RETRIEVING MISPLACED FUNDS AND RESTORQING YOUR FINANCIAL SECURITY
The story of Trust Geeks Hack Expert, which helped me recoup a staggering $63,000 worth of Bitcoin, serves as a powerful cautionary tale for anyone who has suffered the heartbreak of lost digital assets. While the initial promise of a miraculous recovery may have seemed like a lifeline, the reality is far more complex and nuanced. This experience underscores several key lessons for navigating the volatile and unpredictable world of cryptocurrency. First, it highlights the critical importance of robust security measures. Cryptocurrencies, by their very decentralized nature, offer both opportunities and risks. Unlike traditional financial systems, there is no central authority overseeing transactions, leaving users vulnerable to hacks, scams, and errors. The security of digital assets rests entirely in the hands of the user. Therefore, it is essential to implement strong security practices, such as using hardware wallets, enabling two-factor authentication, and creating complex passwords. Regularly updating security settings and verifying the authenticity of platforms before engaging with them can help safeguard assets from potential threats. My experience with Trust Geeks Hack Expert also serves as a stark reminder of the dangers of placing blind trust in unverified sources. this experience underscores the harsh realities of navigating the cryptocurrency ecosystem. While the decentralized nature of cryptocurrencies offers unparalleled freedom, it also places the burden of responsibility directly on the individual. Without the protection of a centralized system, users are at greater risk of losing their investments due to human error, malicious attacks, or fraud. The promise of easy profits often comes with significant risks, and it’s crucial to approach the crypto world with caution. Trust Geeks Hack Expert episode, which helped me reclaim my lost assets, highlights the need for comprehensive security practices, caution when dealing with unverified sources, and an awareness of the risks inherent in the cryptocurrency ecosystem. As digital assets continue to grow in prominence, these lessons will be essential for anyone looking to safely navigate the ever-evolving world of cryptocurrency. Reach out to Trust Geeks Hack Expert for their exceptional recovery service.
E m a i l . Info @ trustgeekshackexpert. com
Te le Gram. Trustgeekshackexpert
Email: Trust geeks hacke xpert @ fast service .. com1 -
How do people check code quality during interview process online? I believe I write a very good one after 9years+ experience but never got passed...
-
Cabinet d’Ophtalmologie Dr Zdaik Ghita à Fès : Des Soins Spécialisés pour Votre Santé Oculaire
Le Cabinet d’Ophtalmologie Dr Zdaik Ghita à Fès vous propose des soins ophtalmologiques de haute qualité, adaptés à chaque besoin visuel. Avec une expertise reconnue dans le domaine, nous nous engageons à offrir à nos patients des traitements innovants et personnalisés, notamment pour des affections comme la forte myopie, les maladies des yeux, et bien plus encore.
Traitement de la Forte Myopie : Préservez Votre Vision
La forte myopie est une affection oculaire qui peut entraîner une vision floue, même pour les objets proches. Ce trouble est souvent aggravé par le temps et nécessite un suivi médical et des traitements adaptés. Au Cabinet d’Ophtalmologie Dr Zdaik Ghita, nous proposons des solutions efficaces pour traiter la myopie sévère, que ce soit par des chirurgies réfractives, des lentilles de contact spéciales, ou des lunettes médicales. Notre équipe d'experts vous accompagnera tout au long de votre parcours, afin de vous offrir la meilleure correction visuelle possible.
Soin des Yeux : Protégez et Entretenez Votre Vision
Le soin des yeux est essentiel pour préserver une vision optimale à tout âge. Nous mettons à votre disposition une large gamme de services, de l’examen de la vue de base aux traitements spécialisés pour des pathologies complexes telles que le glaucome, les infections oculaires ou les troubles de la rétine. Une détection précoce et un traitement approprié sont cruciaux pour éviter toute détérioration de votre vision. Nos consultations comprennent des examens oculaires approfondis, ainsi qu’une écoute attentive pour comprendre vos préoccupations et besoins.
Spécialiste de l’Ophtalmologie : Des Soins Personnalisés
Le Dr Zdaik Ghita est un spécialiste de l’ophtalmologie reconnu pour son expertise dans le diagnostic et le traitement des maladies oculaires. Son expérience et sa formation lui permettent d’offrir des solutions de soins adaptées à toutes les pathologies visuelles, en utilisant des méthodes modernes et efficaces. Que vous souffriez de myopie, de cataracte, de glaucome ou d’autres troubles oculaires, vous bénéficierez de soins personnalisés pour améliorer votre qualité de vie visuelle.
Clinique des Maladies des Yeux : Des Soins Complet pour Toutes les Affections Oculaires
Notre clinique des maladies des yeux est équipée des dernières technologies pour diagnostiquer et traiter un large éventail de pathologies visuelles. Du dépistage précoce des maladies rétiniennes à la chirurgie de la cataracte, notre clinique est à la pointe des innovations en matière de soins oculaires. Nous nous engageons à offrir à nos patients les meilleurs soins médicaux possibles, dans un environnement confortable et sécuritaire.
Ophtalmologiste à Fès : Votre Partenaire pour une Vision Claire
En tant qu'ophtalmologiste à Fès, le Dr Zdaik Ghita s'engage à vous fournir des soins visuels de la plus haute qualité. Que ce soit pour un examen de la vue, un traitement de la myopie, une chirurgie oculaire ou tout autre soin spécialisé, vous trouverez au Cabinet d’Ophtalmologie Dr Zdaik Ghita un professionnel de santé à votre écoute. Notre priorité est de garantir une prise en charge complète et efficace de votre santé oculaire.
Pourquoi Choisir le Cabinet d’Ophtalmologie Dr Zdaik Ghita ?
Expertise spécialisée : Dr Zdaik Ghita est un spécialiste en ophtalmologie, avec une expérience reconnue dans le traitement des pathologies visuelles complexes.
Technologie avancée : Nous utilisons des équipements de diagnostic et de traitement de pointe pour garantir des résultats optimaux.
Approche personnalisée : Chaque patient bénéficie d’une évaluation détaillée et de traitements adaptés à ses besoins spécifiques.
Soins pour toute la famille : Nous offrons des services adaptés à tous les âges, des enfants aux adultes, en passant par les personnes âgées.
Contactez-nous dès aujourd’hui !
Pour toute information supplémentaire ou pour prendre rendez-vous, contactez-nous au +212535931484. Vous pouvez également nous rendre visite à notre cabinet situé au 3ème étage, N12, Immeuble Carrefour à côté du café Odyssée, 73 Av. DES FORCES ARMEES ROYALES, Fès 30050, Maroc.
-
Cabinet d’Ophtalmologie Dr Zdaik Ghita à Fès : Votre Spécialiste des Soins Oculaires
Le Cabinet d’Ophtalmologie Dr Zdaik Ghita à Fès est un établissement de référence pour tous vos besoins en santé visuelle. Situé au 3ème étage, N12, Immeuble Carrefour, à côté du café Odyssée, sur l'avenue des Forces Armées Royales, notre cabinet offre des soins de qualité pour traiter une large gamme de maladies oculaires. Si vous êtes à la recherche d'un spécialiste des maladies oculaires près de moi, d'une chirurgie de la rétine près de moi, ou d'une clinique des maladies oculaires près de moi, notre équipe est à votre disposition pour vous fournir des solutions adaptées et des soins spécialisés.
Spécialiste des Maladies Oculaires Près de Moi : Expertise et Précision
Si vous cherchez un spécialiste des maladies oculaires près de moi, le Cabinet d’Ophtalmologie Dr Zdaik Ghita est la solution idéale. Dr Zdaik Ghita est un expert dans le diagnostic et le traitement des affections oculaires complexes, telles que les maladies de la rétine, les troubles du nerf optique, le glaucome, et les maladies inflammatoires des yeux. Grâce à une approche personnalisée et des technologies de pointe, nous assurons un suivi complet pour chaque patient, afin de garantir une prise en charge optimale de votre santé oculaire.
Chirurgie de la Rétine Près de Moi : Traitements Avancés pour la Santé de Vos Yeux
La chirurgie de la rétine près de moi est l'une des spécialités du Cabinet d’Ophtalmologie Dr Zdaik Ghita. Nous offrons des traitements de pointe pour des affections rétiniennes telles que le détachement de la rétine, la dégénérescence maculaire liée à l’âge, la rétinopathie diabétique, et d’autres pathologies rétiniennes. Nos techniques de chirurgie de la rétine sont réalisées avec des équipements modernes et des méthodes sûres pour assurer la sécurité et l'efficacité des interventions, contribuant ainsi à préserver votre vision et à éviter des complications futures.
Clinique des Maladies Oculaires Près de Moi : Soins Complets pour Votre Vision
Le Cabinet d’Ophtalmologie Dr Zdaik Ghita est une véritable clinique des maladies oculaires près de moi, où nous proposons un diagnostic et un traitement complets pour toutes les affections des yeux. Nous disposons de technologies de dernière génération pour examiner vos yeux en profondeur et traiter des pathologies variées, telles que les troubles de la rétine, les infections, les troubles réfractifs (comme la myopie ou l’astigmatisme), et bien d'autres. Nous vous offrons des soins adaptés, allant du diagnostic précoce à l’intervention chirurgicale, selon les besoins de chaque patient.
Ophtalmologiste Spécialisé Près de Moi : Une Prise en Charge Personnalisée
Si vous recherchez un ophtalmologiste spécialisé près de moi, le Cabinet d’Ophtalmologie Dr Zdaik Ghita est le choix idéal. Nous proposons une prise en charge personnalisée, que ce soit pour des consultations de routine, des examinations approfondies de la vue, ou des traitements chirurgicaux pour des affections plus complexes. En tant qu’ophtalmologiste spécialisé, Dr Zdaik Ghita met à votre disposition son expertise pour traiter une large variété de maladies oculaires, en utilisant des méthodes modernes et des soins de qualité pour garantir votre santé visuelle.
Pourquoi Choisir le Cabinet d’Ophtalmologie Dr Zdaik Ghita ?
Au Cabinet d’Ophtalmologie Dr Zdaik Ghita, nous nous engageons à vous offrir des soins oculaires de la plus haute qualité. Nous disposons d'une équipe d'experts qui travaille en étroite collaboration avec chaque patient pour assurer une prise en charge complète et efficace. Grâce à nos équipements modernes et à notre expertise approfondie en chirurgie rétinienne, soins de la rétine, et diagnostic des maladies oculaires, nous sommes en mesure de traiter vos problèmes oculaires de manière personnalisée.
Contactez-Nous
Si vous souhaitez prendre rendez-vous ou obtenir plus d’informations sur nos services, contactez-nous au +212 535 931 484. Nous serons ravis de répondre à vos questions et de vous offrir une consultation adaptée à vos besoins.
Adresse : 3ème étage, N12, Immeuble Carrefour, à côté du café Odyssée, 73 Av. des Forces Armées Royales, Fès 30050, Maroc.
Le Cabinet d’Ophtalmologie Dr Zdaik Ghita à Fès est votre spécialiste des maladies oculaires près de moi et vous offre des soins visuels de qualité dans un environnement professionnel. Confiez votre santé visuelle à des experts et bénéficiez des meilleurs traitements pour vos yeux.2 -
Changement d'Écran iPhone Lille – Smart Coffee-Réparation téléphone : Votre Solution à Lille
Votre iPhone a l'écran fissuré ou cassé et vous cherchez un service fiable pour un changement d'écran iPhone à Lille ? Smart Coffee-Réparation téléphone, situé au 14 Rue des Arts, 59800 Lille, est l'endroit où vous devez vous rendre pour une réparation rapide et professionnelle. Nous offrons des services de changement d'écran iPhone de haute qualité, adaptés à tous les modèles d’iPhone.
Pourquoi Choisir Smart Coffee pour le Changement d'Écran de Votre iPhone à Lille ?
Chez Smart Coffee, nous savons que l'écran est l'une des parties les plus importantes de votre iPhone. Que ce soit pour une fissure, un écran cassé ou un problème de pixel, un écran défectueux peut rendre l’utilisation de votre téléphone difficile. C’est pourquoi nous mettons tout en œuvre pour vous offrir un service de changement d'écran iPhone rapide, fiable et abordable.
Réparation Rapide et Efficace
Nous comprenons à quel point il est important de récupérer votre téléphone rapidement. C’est pourquoi nous proposons un service de changement d’écran iPhone rapide, souvent effectué en moins de 30 à 60 minutes. Vous n’aurez pas à attendre longtemps pour retrouver votre appareil en parfait état.
Techniciens Spécialisés
Nos réparateurs sont des experts qualifiés dans le domaine de la réparation de téléphones mobiles. Nous avons l’expérience nécessaire pour remplacer l’écran de votre iPhone, qu’il s’agisse d’un iPhone 6, 7, 8, X, 11, 12, ou d'un modèle plus récent. Quel que soit le modèle de votre iPhone, nous pouvons le réparer.
Pièces de Haute Qualité
Nous utilisons uniquement des écrans de remplacement de haute qualité pour assurer la performance et la durabilité de votre appareil après réparation. Ces écrans sont rigoureusement testés et conformes aux normes de qualité.
Tarifs Abordables et Devis Gratuit
Avant de procéder à la réparation, nous vous fournissons un devis transparent et détaillé, afin que vous sachiez exactement ce que vous allez payer. Nos tarifs sont compétitifs, offrant une excellente qualité de service à des prix accessibles.
Nos Services de Changement d'Écran iPhone à Lille
Changement d'écran iPhone cassé ou fissuré : Si votre écran est fissuré, cassé ou endommagé, nous procédons à son remplacement pour vous offrir une expérience de navigation fluide et sans interruption.
Remplacement d'écran tactile défectueux : Si le tactile de votre écran ne répond plus ou présente des dysfonctionnements, nous remplaçons l'écran pour rétablir son bon fonctionnement.
Changement d'écran iPhone avec problème de pixels : Vous avez des pixels morts ou des zones noires sur votre écran ? Nous remplaçons l'écran pour que vous puissiez retrouver une image nette et précise.
Réparation d'écran de modèles anciens et récents : Que vous possédiez un iPhone ancien ou un modèle plus récent, nous avons les compétences et les pièces nécessaires pour effectuer un changement d'écran rapide et efficace.
Pourquoi Choisir Smart Coffee à Lille pour le Changement de Votre Écran iPhone ?
Service express : Pas besoin de patienter des jours pour récupérer votre iPhone. La majorité des changements d'écran iPhone sont effectués le jour même, dans un délai de 30 à 60 minutes.
Ambiance conviviale : Chez Smart Coffee, nous vous offrons une ambiance agréable et chaleureuse pendant que nous réparons votre iPhone. Vous pouvez vous détendre dans notre espace café tout en attendant.
Qualité garantie : Nous nous engageons à vous fournir des réparations de qualité, avec des pièces de rechange certifiées pour garantir la longévité de votre appareil.
Contactez-Nous pour le Changement d'Écran iPhone à Lille
Vous avez un écran d’iPhone cassé et vous souhaitez le remplacer ? Smart Coffee-Réparation téléphone est là pour vous offrir un service de changement d'écran iPhone à Lille rapide, professionnel et abordable. Venez nous rendre visite au 14 Rue des Arts, 59800 Lille, ou contactez-nous au +33 3 20 38 00 41 pour toute question ou pour prendre rendez-vous.
Smart Coffee est votre spécialiste du changement d’écran iPhone à Lille, avec un service rapide, efficace et de haute qualité.1 -
HOW TO SAFELY RETRIEVE YOUR CRYPTO ASSETS: TRUSTED EXPERTS/ TRUST GEEKS HACK EXPERT
A few months ago, I stumbled upon a post about a cryptocurrency investment platform that I thought was a good idea for me to invest in crypto, I didn’t realize I was being catfished by the cryptocurrency investment manager who promised me huge returns on my investment. I lost my capital of $170,000 and interest without receiving any profits in return, I was devastated And I realized I had been scammed out of my cryptocurrency. I felt hopeless and didn’t know where to turn. i searched everywhere for a solution and That’s when my friend introduced me to a Crypto recovery platform Trust Geeks Hack Expert. At first, I was skeptical—after all, I had just been scammed—but Trust Geeks Hack Expert professionalism and transparency reassured me. They took the time to analyze my case, track my lost funds, and guide me through the recovery process. To my amazement, they successfully retrieved my stolen crypto!
I can’t express how grateful I am to Trust Geeks Hack Expert team. Their expertise and dedication gave me a second chance. If you’ve been a victim of a crypto scam, don’t lose hope—Trust Geeks Hack Expert. is the real deal! for assistance, E m a il : info @ trust geeks hack expert . c o m ( Te le G r a m:: Trust geeks hack expert) & w h a t's A p p +1 7 1 9 4 9 2 2 6 9 33 -
Nettoyage Toiture à Rueil-Malmaison – LAURENT COUVERTURE | Showroom, Espace Conseil
Votre toiture a besoin d'un nettoyage toiture à Rueil-Malmaison ? LAURENT COUVERTURE est l'expert qu'il vous faut pour redonner de l’éclat à votre toit et garantir sa longévité. Le nettoyage régulier de la toiture est essentiel pour préserver son étanchéité et sa performance, tout en évitant des réparations coûteuses à long terme.
Nos Services de Nettoyage Toiture
Le nettoyage toiture est une opération indispensable pour préserver l'intégrité de votre toit et améliorer son aspect esthétique. Chez LAURENT COUVERTURE, nous proposons une gamme complète de services pour nettoyer et entretenir votre toiture :
Démoussage de toiture : Nous éliminons les mousses, lichens et algues qui s’accumulent sur votre toit et peuvent l'endommager.
Nettoyage des tuiles, ardoises et autres matériaux de couverture : Nous utilisons des méthodes adaptées pour chaque type de toiture afin de garantir un nettoyage en profondeur sans abîmer les matériaux.
Traitement anti-mousse et protection : Nous appliquons des traitements spécifiques pour prévenir la réapparition des mousses et prolonger la durée de vie de votre toiture.
Nettoyage des gouttières et systèmes de drainage : Nous veillons à ce que vos gouttières soient dégagées et fonctionnelles pour éviter les risques d’infiltration d’eau.
Nos experts réalisent le nettoyage de votre toiture avec soin et précision, en respectant les normes de sécurité et en utilisant des produits écologiques et efficaces.
Pourquoi Choisir LAURENT COUVERTURE pour Votre Nettoyage Toiture ?
Voici plusieurs raisons pour lesquelles vous devriez faire appel à LAURENT COUVERTURE pour le nettoyage toiture à Rueil-Malmaison :
Expertise reconnue : Nos couvreurs qualifiés disposent d'une grande expérience dans le nettoyage et l'entretien de toitures, qu'elles soient en tuiles, ardoises ou autres matériaux.
Respect des matériaux : Nous utilisons des techniques de nettoyage adaptées pour chaque type de couverture, sans abîmer vos matériaux de toiture.
Traitements préventifs : Nous appliquons des solutions anti-mousse et de protection pour éviter la prolifération des végétaux et préserver l'esthétique et l'intégrité de votre toit.
Devis gratuit et transparent : Nous vous proposons un devis détaillé avant chaque intervention, vous garantissant ainsi une totale transparence sur les coûts.
Showroom et Espace Conseil pour l'Entretien de Votre Toiture
Chez LAURENT COUVERTURE, nous vous accueillons dans notre showroom à Rueil-Malmaison, où vous pourrez découvrir des solutions de nettoyage et d'entretien pour votre toiture. Notre espace conseil est à votre disposition pour vous fournir des informations sur l’entretien régulier de votre toit et pour répondre à toutes vos questions.
Contactez-Nous pour le Nettoyage de Votre Toiture
Si vous avez besoin d'un nettoyage toiture à Rueil-Malmaison, LAURENT COUVERTURE est là pour vous. N'hésitez pas à nous contacter au +33 1 47 51 77 97 ou à venir nous rencontrer directement à notre showroom situé au 121 Avenue du 18 Juin 1940, 92500 Rueil-Malmaison. Nous serons heureux de vous fournir un devis gratuit et détaillé pour l'entretien de votre toiture.
6 -
HOW TO FIGHT AGAINST CRYPTO SCAM AND WIN/ HIRA TRUST GEEKS HACK EXPERT
What started as a laid-back night, chatting in a crypto Discord channel, quickly became one of the worst nights of my life. I had been discussing some investment strategies, giving and receiving some tips on trading, ups and downs of the market, when somebody dropped a link into the chat of what looked like a great new trading platform. The chat was hyped, and without thinking twice, I clicked it.
Big mistake. The moment I logged in with my credentials, my stomach just dropped. Something didn't feel right. Within minutes, I saw an unauthorized transaction that had siphoned my Bitcoin wallet of $200,000, and before I could even comprehend what was happening, it was gone. It was as if my financial future had been stolen right before my eyes. Panic set in, and a wave of regret washed over me. How could I, someone who prided themselves on being cautious, fall for such an obvious scam?
I started to post frantically in the Discord group, seeking any advice. And then a guy mentioned the name Trust Geeks Hack Expert. He talked highly of them, saying they had already dealt with similar cases and that they recovered lost crypto in scamming and hacking. It was a long shot, but at this point, I had nothing left to lose. I reached out immediately, and from the very first interaction, I knew I was in good hands. The team was calm, professional, and most importantly, understanding of my frustration. They assured me that my situation wasn't hopeless and that they had advanced tools to track and recover lost funds.
But this was the nail-biting period, and as promised, they pulled off what was seemingly impossible. They recovered my Bitcoin, and I got back access to my wallet. Relief was an understatement; from total despair to absolute triumph in a moment, thanks to them. Yet, they didn't stop there.
Trust Geeks Hack Expert also helped me fortify my digital security, teaching me how to recognize red flags, secure my wallet better, and avoid similar scams in the future. I’ve since become an advocate for crypto safety, warning others in my Discord group about the dangers of phishing links and shady platforms.
If there is one thing that I have learned, it's that one lousy click doesn't have to equate to financial ruin. Trust Geeks Hack Expert gave me a second chance, and for that, for assistance, visit Email: info @ trust geeks hack expert. c o m (Te le Gr am:: Trust geeks hack expert) & w h a t's A p p +1 7 1 9 4 9 2 2 6 9 3
1

















