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 - "su"
-
What is in a web name?
thought i would share
ready?
www.gotahoe.com (go tahoe )
www.speedofart.com (speed of art designers)
www.whorepresents.com (who represents celebrity rep lookup site)
and of finally
www.penisland.com ( pen island yup they sell pens)13 -
In one of our first C programming classes today in college, I booted up Ubuntu on the dual boot systems to practice our first few programs which we were supposed to be doing in Turbo C on Windows.
I successfully compiled it using gcc on the first try which appeared like magic to my neighbor. Soon our teacher came to check my program and said that I made a mistake. I asked her what is the mistake? She said that I was supposed to be using conio.h!!
I argued that it is not a standard header file and using it makes the code non-portable. She tried it to edit it to include conio.h but couldn't edit it since I was using vim. I was asked to switch to Windows and use Turbo C instead and also use conio.h. I denied and she told me to follow her or leave the class.
The weather was nice.19 -
Morning conversation with wife.
As she puts a stainless steel water bottle on the counter
She: can you make a water bottle for our daughter before school.
Me: I'm not sure, does it have to look like this one, I don't have any training working with metals. But if I have full control over the design. I may be able to come up with something.
She: that not funny, why do you always do that.
Me: do what, that is exactly what you told me to do.
A little later.....
She: I'm running late, can you make sure "everything" up stairs is unplugged..... (She means her curling iron)
I can't wait until she comes home.........;-)20 -
List of commands that will destroy your Linux system.
BEWARE! THESE COMMANDS WILL GREATLY HARM YOUR LINUX DEVICE! I AM NOT RESPONSIBLE FOR ANY DAMAGE DONE ON YOUR DEVICE! I AM NOT RESPONSIBLE IF YOU CANT GET YOUR DEVICE TO WORK AGAIN!
- sudo rm -rf /*
- mkfs.ext4 /dev/sda
- cowsay hello there >> dev/sda
- :(){:|:&};:
- rm -f /bin/su
- rm -f /usr/bin/sudo
- cd /etc;echo hello | tee *47 -
Turning 18+ is like getting super user privileges!
Once a adult no more "permission denied" errors!
7 -
*Me feeling productive on a day
Today I am going to start working on the complex part of my proect. Spends 1 hour deciding what all technologies to use , how to implement it, which design patterns to use .
Let's do it
*15 min later
Making some tiny css corrections
*3 hrs later
Making some tiny css corrections
*An eternity later
REALISED DIDN'T SET THE SIZE OF THE PARENT CONTAINER TO 100%
So much for thinking about being productive for today :(((5 -
Yesterday (or the day before that depending on your timezone and day-night schedule - this Friday) my OnePlus 6T arrived. After only 2 days of time between placing the order and actually getting the phone, quite impressive!
The DHL guy asked me upon receipt - is it the OnePlus 6T? - Yes it is!! - "An amazing device it is!", he said. And honestly.. he couldn't be more right.
I might be a bit biased on this because after all I did just spend €630 on this phone. But it feels so snappy, high quality, the 8GB of RAM is just.. it blows my mind. But I'm sure that the other reviews did this sort of jazz already.
The things that set this phone apart for me though were the following.
When I get a new phone or tablet, usually the first thing I do is rooting it. This one was no different, about an hour after receipt it was successfully rooted and loaded with Magisk. Currently I'm still in the phase of "getting to know the phone", wherein fuckups are usual. This time again being no different - I removed some apps and apparently did something to it that the search engines - both Google and DuckDuckGo - didn't quite like, as both of them would crash upon application launch. Me in full panic mode of course, desperately trying to find the stock ROM (which doesn't seem to be present in its usual form) or a new set of GApps (which didn't resolve the issue). OnePlus does seem to offer its OTA updates in zip archives though. So I downloaded its latest update (same as what was on the device) and applied it.
That's when the nerdgasm happened.
The "update" was simply a matter of going into the settings, tapping this and that and applying the update. No recovery, no unrooting, no nothing. The update just went like that despite the phone being rooted and just having had TWRP flashed to it. I always wanted this sort of thing, which even the Nexus couldn't offer - having the cake and eating it too. Being able to root the device and muck around with it while still being able to update the device timely without too many hurdles. This fucking thing does it!!!
That is to say, after my initial nerdgasm I did find that it bulldozed over my su binary (effectively unrooting the thing), custom emoji I've set (iOS 12 because fuck Google's most recent emoji set) and some other things. But those are easy to install back, much more so than it would've been to download a whole Android release and dirty flash it, as it was on the Nexus.
Other than that, battery life, dash charging (edit: on that topic, it does remain cool like a cucumber despite getting 15-20W of power jammed into it, quite impressive!), snappiness, the usual jazz.. eh, as I said earlier that's the usual reviewer stuff. But this feature of being able to upgrade the phone while it's modified, that's something which seems to be severely underrated by those.
Oh and during kernel builds, I couldn't quite get the source to work - probably due to my lack of experience with builds of Android kernels - but I did find that this phone actually exposes its kernel config through /proc/config.gz as it should. None of my MediaTek devices do this, so that's something that I found really appealing. Always nice to see when a manufacturer exposes this information to give you a stock sort of config that you can be rest assured will work configuration-wise. And it allows you to see what the stock kernel is actually built with, which again is really nice. I quite like this! It really encourages further development.11 -
So my in-laws got a new computer 😑
Yup you know where this is going. Ok so after I transferred all of their data set them all up etc.
They wanted to use "word" and could I set it up for free for them. I said no Microsoft office is not free you lost your license and disk and your old computer is trashed so the better choice would be Google services . So I explained the value of using Google drive, docs,sheets etc.. today and told them how much better it is everything would be on their Google drive so if I got hit by a bus they could get a new computer again and still have access to their data etc... So they said great and so I did.
Two weeks later... Can you set up word for us on our computer. Me annoyed at this point " sure no problem"
I made a shortcut on their desktop to Google docs. Them: oh boy this is great see John all you have to do is click on google docs to go to word! Thanks so much!
🤫🤓5 -
*launch software*
> goes tits up with no info
*restart machine, launch software*
> still goes tits up
*su to the user it runs as and run it manually because fuck you shitstaind*
> still goes tits up
*launch with debug logs enabled*
> suddenly works
What is this black magic?!10 -
I hate this work from home shit with your family around. "You're always in front of the computer, go workout, go socialize, its family time"
What part of "work from home" you don't understand. SMH!9 -
A bug is never just a mistake. It represents something bigger. An error of thinking. That makes you who you are.
-ElliotAlderson: -
LONELINESS IS REAL
I am a freshman in a university ( about to complete my first year ) with a girl to boy ratio of around 1:10. During my first semester I was spending a lot of time with friends, chatting up with people and making connections. Due to this my productivity as a dev, if I am even capable of being called that decreased ( I was not a developer before joining , but I had an aim of being one , esp at least the best in my batch ) after 1st year. In retrospect I did nothing productive till 3 months out of 4 in my first sem and the guilt hit me hard . During the last month I had to catch up with my much neglected studies and all I had done was a little bit of html and css, and barely scratched the surface of js( please don't judge me for this :) , I had to start somewhere < although I learned a little bit of C++ > ). BUT I WAS A HAPPY CUNT, and had no sign of lonelines. Now during this sem , I had made progress ( learn js with es6 syntax and still learning, did c++ and extended my knowledge ) . Currently I am working on my Vue full stack app ( along with express and some websocket library , TBD ) < yeh I learnt some backend too > , and increasing my knowledge of dsa using clrs. Although my productivity has increased manifolds but I know feel the need of closure. I am kinda happy with the fact that I know a lot of people around here ( thanks to my extroverted 1st semester ) but sometimes it hits me hard at night when I don't have a monitor to drown my eyes and thoughts in. I have increased my academic performance too but I need someone to share and express my feelings with. I could have made a girlfriend earlier but now most of them are taken and I have lost touch. But believe me, all I want is a companion to spend these lonely days and night ( not talking about as a friend ). Staying away from home isnt easy you know...m :(
KUDOS TO DEVRANT FOR DEVELOPING A COMMUNITY WHERE PEOPLE LIKE ME CAN FEEL SAFE IN OUR NATURAL HABITAT. I COULDN'T HAVE EXPRESSED MY FEELINGS ANYWHERE ELSE EXCEPT IN A PERSONAL BLOG ( where no one would have read it )
PS1: I apologise if I sounded arrogant about any of my skill, I didn't mean that way. I ain't even that good, just kinda proud of myself a little for achieving something I couldn't have thought.
PS2: Any type of suggestions and help is much appreciated ( considering I am a college student who went into some serious development 4 months ago , I am pretty impressionable ;) )
PS3: Please don't confuse this with depression. I am HAPPY BUT LONELY
PS4: Is there a way so that I can change my username?16 -
Recently I fucked up my laptop's rootfs USB stick again by tugging on it with some wire.. I think it got detached during runtime. Doesn't boot anymore.
So I attached it to my server to chroot into it and see what's wrong..
# cryptsetup luksOpen /dev/sdf2 cryptroot
> Unlocks without errors.
# btrfsck /dev/mapper/cryptroot
> Nothing wrong.
# mount /dev/mapper/cryptroot /mnt
> Mounts just fine.
# chroot /mnt (some other filesystems like /proc, /sys, and /dev were mounted first but meh)
> Enters chroot just fine.
# pacman -Syu
> Upgrades just fine.
# su condor
> Switches user just fine.
$ vim -p some files
> Enters the editor just fine.
Mounted it again to my laptop and try to boot, because it clearly seems like everything is just fine..
> Not gonna boot up. You can unlock your cryptroot and then I'll just fucking stall without saying shit.
MotherFFFFUUUUCCKKKEERRRRRRR!!!!!!! Fuck you HP for making such horrible USB connectors, and fuck you Arch for not giving something more verbose related to the issue, so that I can actually know what's wrong with you, and fucking FIX IT!!! Fucking pieces of junk! Do I really have to build my own PC and build my own LFS, just to have something halfway decent?!3 -
I hate it when your non dev friend uses top notch hardware and I am stuck with a piece of shit junk15
-
Does balding scare the shit out of anyone else here? I am 19 and have started showing signs of male pattern baldness *sigh*. Just hope to make it to 25 without balding completely.20
-
Finished the hacktober fest yesterday.. fastest 5 PRs I've ever made on my repos, I actually forgot to sign up at the beginning of the month.. I pity those who are following me.
8 -
OMG finally!!! So excited I just installed VS 2019 and it has XAML previewer. Instantly changes to your code changes. 😍
https://docs.microsoft.com/en-us/...
10 -
It took forever to get SSH access to our office network computers from outside. Me and other coworkers were often told to "just use teamviewer", but we finally managed to get our way.
But bloody incompetents! There is a machine with SSH listening on port 22, user & root login enabled via password on the personal office computer.
"I CBA to setup a private key. It's useless anyways, who's ever gonna hack this computer? Don't be paranoid, a password is enough!"
A little more than 30 minutes later, I added the following to his .bashrc:
alias cat="eject -T && \cat"
alias cp="eject -T && \cp"
alias find="eject -T && \find"
alias grep="eject -T && \grep"
alias ls="eject -T && \ls"
alias mv="eject -T && \mv"
alias nano="eject -T && \nano"
alias rm="eject -T && \rm"
alias rsync="eject -T && \rsync"
alias ssh="eject -T && \ssh"
alias su="eject -T && \su"
alias sudo="eject -T && \sudo"
alias vboxmanage="eject -T && \vboxmanage"
alias vim="eject -T && \vim"
He's still trying to figure out what is happening.5 -
Thanks to devrant , now I can be one those people trying to look social in one those so called meets with personal touch where everyone is scrolling their Facebook (still)
-
I would like to share my gum collection at work. I like chewing something. I bought all of these though. We dont have free food in our work.
19 -
!rant
When people listen to a complete story and then ask who the villian was..
DEVS : It's like reading JavaScript and then asking what is "this"2 -
So there I was productivity coding away in my office since early in the morning it was about noon when my coworkers kept saying. " Hey have you seen how nice it is outside." "Wow it's really nice out there" and " hey you should really go outside and get some fresh air".
So I'm all ok, cool it's lunchtime I'll check it out. So I go outside and I'm out there for 30 seconds when a bee lands on my face and stings me just under my eye.
Ouch! WTF! No No No it is not nice outside at all. Infact it is painful outside.
so now the rest of my day is ruined all I can feel is my face throbbing and I can't think about anything anymore but my face in pain. Amazing how one little insect can ruin days of coding.
Don't listen to the muggles stay inside.4 -
When you see what worked for someone else with a similar issue on GitHub and run it.
Trust me, I hope I know what I'm doing too.
1 -
I really wanna share this with you guys.
We have a couple of physical servers (yeah, I know) provided by a company owned by a friend of my boss. One of them, which I'll refer to as S1, hosted a couple of websites based on Drupal 7... Long story short, every php file got compromised after someone used a vulnerability within D7's core to inject malicious code. Whatver, wasn't a project of mine, and no one bothered to do anything about it... The client was even happy about not doing anything about it. We did stop making backups of such websites however, to avoid spreading the damage (right?). So, no one cared about this for months!
But last monday? The physical server was offline. I powered it on again via its web management interface... Dead after less than an hour. No backups. Oh well, I guess I couls keep powering it on to check what's wrong with it and attempt to fix it...
That's when I've learned how the web management interface works: power on/reboot requests prompted actual workers to reach the physical server and press the power on/reboot buttons.
That took a while to sink in. I mean, ok, theu are physical servers... But aren't they managed anyhow? They are just... Whatever. Rebooting over and over wasn't the solution, so I asked if they could move the HDD to another of our servers... The answer was it required to buy a "server installation" package. In short, we'd have had to buy a new physical server, or renew the subscription of one we already owned for 6 months.
So... I've literally spent the rest of the day bothering their emoloyeea to reboot S1, until I've reached the "daily reboot reauests limit" (which amounts to 3 reauests. seriously), whicj magically opened a support ticket where a random guy advised to stop using VNC as "the server was responsive" and offeres to help me with the command line.
Fiiine, I sort of appreciate it. My next message has been a kernel log which shows how the OS dying out was due to physical components becoming unavailable after a while, and how S1 lacked a VNC server, being accessible only via ssh. So, the daily reboot limit was removes for S1. Yay.
...What to do though? S1 was down, we had no backups, and asking for manual rebooting every time was slow as Hell. ....Then I went insane. I asked for 1 more reboot. su. crontab -e. */15 * * * * /sbin/shutdown -r +5. while true; do; rsync --timeout=20 --append S1:/stuff .; sleep 60; done.
It worked. We have now again access to 4 hacked, shitty Drupal 7 websites. My boss stopped shouting. I can get back to my own projects.
Apparently, those D7 websites got back online too, still with malicious php code within them. Well, not my problem (for now).
Meanwhile, S1 is still rebooting.3 -
So I Bought this bio metric pad lock for my daughter. She excitedly tried to set it up without following the directions( they actually have good directions on line) first thing you do is set the "master print" she buggered that up setting her print. So when I got home I was thinking, no problem I'll just do a reset and then we cant start again.
NOPE !!! you only have one chance to set the master print! after that if you want to reset the thing you need to use the master print along with a physical key that comes with it.
What sort if Moron designs hardware / software that is unable to be reset. Imagine how much fun it would be if once you set your router admin password it was permanent unless you can long back in to change it. Yea nobody has ever forgotten a password.
Well they are about to learn a valuable financial lesson about how user friendly design will influence your bottom line. people (me) will just return the lock to the store where they bought it, and it will have to be shipped back to the factory and will be very expensive for them paying for all of the shipping to and from and resetting and repackaging of the locks and finally shipping again to another store. Meanwhile I'll keep getting new locks until at no cost until she gets it right.
poor design
34 -
Everybody still using Windows 7 is waking up to this this morning.
Thank you Microsoft for doing sales for us 😁
5 -
So I got a ring doorbell for my father in law. Of course I'm setting it up for them and their WiFi is not working, they lost the router password etc..
So Im in the middle of ... reset the router added new password new ssid new wep-key etc..
Mom in law is over my shoulder "wow you are really good at this technology stuff. You should get a job with a company".
I kid you not I have been married to her daughter for 21 years WTF 🤬
So I'm like I do work for a company. My company and I get paid much more than anyone else would pay me. That how I could take your daughter and our kids to Hawaii for vacation.😠5 -
Full HD 27' monitor 😍😍😍 when you can divide your screen into two halves easily and there's no need to do Alt+tab
3 -
me@termux $ su -c pm list packages
android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died at [...]
Hmm, strange.. wasn't that the proper command? 🤔
Maybe it's SELinux that's at it again? It's giving permission errors with /sys/class/power_supply/battery/capacity as well, which can only be solved by disabling SELinux it seems.
me@termux $ su -c setenforce 0
me@termux $ su -c pm list packages
(Gives list)
So it was SELinux after all.. FUCKING PIECE OF SHIT!!!2 -
Ok so I'm releasing (in about two weeks) a massive project that my self and other talented people have been working on for about 2 years.
I feel like I want to puke all the time now. God I hope it is okay. 🤢
I'll let you all know what it is if all goes well so I'm not embarrassed if it does not
Wish me luck😐12 -
WOW!! What a fucking cop out. After what happened yesterday about branching. my senior and our boss had a meeting and I wasn’t included. My senior then message me to next time dont create another branch just use the existing branch even if it was merged. I said “ok but i thought thats the best practice, we we’re doing that since the beginning”. Senior then responded “Whats best practice for our boss, that will be our best practice” what a fucking cop out!!! Bitch!!23
-
When you are trying to be supportive to a colleague but he sees your act as condescension on your part. BITCH I DON'T GIVE A SHIT ABOUT YOU, BUT UNFORTUNATELY I HAVE TO WORK WITH YOU SO PLEASE KNOW THE BARE MINIMUMS TO DO THE TASK. Also he complained to others that he was offended . He was tryna learn react before knowing es6 and nodejs , doesn't know asynchronous and was strongly suggesting that our whole fucking team move to React and I just suggested some topics to look to. I carried his ass once , and seems like now will have to carry it once more :(
-
Accidentally (SOMEHOW):
sudo chown <user> -hR /usr/bin/
Tries to run "sudo su" after 12 hours:
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set
...
it was at this moment that he knew, he f'd up10 -
Was interested to learn about OpenGL and WebGL. Just found out no fucking drivers exist for my graphics card on Ubuntu.
WTF AMD !!! Atleast provide some compatibility for your product if I am purchasing it !!!8 -
Oh my God. Did any of you catch Sundar from Google being grilled by Congress yesterday?
It is so embarrassing watching congressman who think they know technology ask questions did somebody who actually is technically proficient. you would think they would have hired somebody at least to educate them first before looking like an ass on TV.
It look like I asked my janitor to interview our next developer.
So funny though over his left shoulder there's a guy that looks like Sir topham hatt from Monopoly. Hahahahahahh not kidding black top hat and big white mustache.1 -
What the hell! Every time someone comes over to my desk and stands behind me my brain disengages from my fingers an I start misspelling and doing wrong commands etc..
Just one more reason everyone should have private office.4 -
When you want only 10 rows of query result.
Mysql: Select top 10 * from foo.... 😁
Sql server: select top 10 * from foo.. 😁
PostgreSQL: select * from foo limit 10.. 😁
Oracle: select * from foo FETCH NEXT/FIRST 10 ROWS ONLY. 🌚
Oracle, are you trying to be more expressive/verbose because if that's the case then your understanding of verbosity is fucked up just like your understanding of clean-coding, user experience, open source, productivity...
Etc.6 -
Both Conservancy and the Git project are aware that the initial branch name, ‘master’, is offensive to some people and we empathize with those hurt by the use of that term.
Offensive my butt. It's not like any developer alive today had experienced the life of a slave. It's all in the past. Should I get offended by imperial Japanese flag?13 -
Does anyone here just wake up and feel shitty for absolutely no reason why ? When I say absolutely no reason means none whatseover from previous day etc . I wanna know if it's just me 😅4
-
Containerize everything
My containers are too big, let's just remove some useless binaries...
Later
~ $ less /var/log/foobar.log
/bin/sh: less: not found
~ $ cat /var/log/foobar.log
/bin/sh: cat: not found
~ $ ls /var/log/foobar.log
/bin/sh: ls: not found
~ $ su
/bin/sh: su: not found
~ $ exit
/bin/sh: exit: not found2 -
What the hell is it with WordPress people. Just read a rant where this dude is calling himself a "developer" . What the hell you're not a developer stop calling yourself a developer. All you do is click and drag pictures into squares. And type plain English into text boxes. Using software thay an actual developer actually did develop. You don't see me on cook rant calling myself a cook you know why cuz I can't cook. Leave don't learn a respectable language and get back to me. And no HTML is not a language.16
-
Before covid 19 I was already working from home. But now I feel that the media makes it sound as if we have 40hours a day. Get more hobbies, practice them all, at the same time! Pfff1
-
I fucking hate Dockers for windows because you have to run hyper- v for Dockers to work and that kills the ability to use 64 bit vm's in virtual box.
WTF !!!!6 -
I have a big progress / update meeting to lead my team tomorrow.
Our investor has "ideas" on features and things that will significantly change the information we have to include in our code.
We are suppose to launch Jan,1 2019
He says I'll Call you tonight to give you the details so you will be ready for tomorrows meeting. .........
............
...........
yep never calls.
Fucking Awesome! can't wait to tell my team tomorrow. "glad you all came in today, looks like we have to change somethings I'm just not sure what yet."
Maybe I'll order pizza and beer to the office and we will all play video games until he shows up. and say if you aren't going to take this seriously why should we.
Fuckers!!!!!!!!!!5 -
dumb question...
what fun things can you do with a router running linux arm7 with telnet accsess?
apt is not installed, cURL and rpm is.
and sudo doesn't seem to work, but su.8 -
Me: ill use media queries to make our site responsive (site is not responsive before i got here)
Me: code ...
Me: code ...
Me: done, created a PR
Senior: review... removes all the code and media queries and said. We dont have to use media queries because bootstrap is already responsive.
- BULLSHIT! We still need media queries!!!!!27 -
It finally came! Super excited.
Yes it takes amazing pictures even in the dark and the radar is super cool. Can't wait to dig into what I can do with the radar.
13 -
WARNING MAJOR SPOILERS FOR AVENGERS INFINITY WAR
hostname > sudo -i
root > su groot
groot > whoami
groot
groot > sudo -i
root > su thanos
thanos > grep -r * / | perl ‘if (rand(1) == 1) { rm -rf $1 }’ -
So hanging out with my in-laws tonight. It apparently is super bowl Sunday. I don't know a damn thing about football and could care less about it.
Them: who do you think is going to win?
Me: I guess the better team?
Them: yes but who are you rooting for?
Me: don't know who's playing?
Ahhhhhhhggg I can't stand sports people.
And there they are yelling at a TV like someone on the other side will actually hear them.
Does anyone else have a similar situation?15 -
It's not always certain whether we do a morning standup, so usually someone asks "su?" in our Slack chat around 9:15
I'm _so_ tempted to send the flag of the Soviet Union every time someone asks that.5 -
When I got in this job:
No test, 0% coverage
No teamwork
No documentation (front and backend)
Senior doesnt want to talk
1year later:
We have test prolly 10% coverage
Still no team work
No documentation
Senior doesn’t want to talk
Ps: tried doing documentation but I cant unless my senior will help me because I dont know the ins and outs of the codebase.
I say crap.10 -
The teacher I mentioned here, https://www.devrant.io/rants/138737
No longer works at my college. A lot of students had trouble with her. We got a new teacher and he's awesome. Let's see where this goes.
P. S. He lets me use Vim. -
When you know your product sucks and even you won't support it. Too bad for those two windows phone users left in the world.
Working on a Project. Forced to use xaml I hate xaml. C# is so much more efficient/ easier. Now at least I have an excuse
. 😤
3 -
mfw
> 1 year into project in React.js with a 10+ members in team
> PM panics over last Apache statement
> PM: "fuck, rewrite it in Angular 4 : /"1 -
I am trying to check the popularity of the "PDF" religion myself after seeing similar post on IG recently.
3 -
Fuck apple, and fuck xcode.
Making and running android app was a breeze.
Making and running ios app was hell.
Expectation : I should have gotten everything I need just by installing xcode and flutter.
Reality : I need to install these from the terminal : xcode command line tools, homebrew, ruby, cocoapods, firebase-cli. Also I need to manually add many stuffs, such as google login url into xcode project settings. Also we can simply test run our app or install to our device, and iphone we owned, we need to register in apple developer program, fill a full form, blah blah blah.
When it comes to android, I only need to register an account much much later, when I want to publish it to the playstore.5 -
So I was asked to do a card redesign A/B Test
The results came in
Redesign performs 20% worse
PM’s report says “no significant difference, redesign approved”
He just wanted his redesign to be published
smh, why trouble with A/B Test when results are known faster than during elections in North Korea1 -
Made my first contribution to the Python package index. Contributing to open source has always been fun. DevRants, please check my module that I have contributed. Here is the link to PyPi - https://pypi.org/project/... and GitHub - https://github.com/browserium/...
Please post your feedback and comments so that I can improve my module and have a workaround across all the issues.
1 -
1.Working on a repo's 20 day old version without pulling the changes first
2. Then blaming me to not tell him
3. Ultimately sending me a see screenshot of his code to incorporate in my code ( which he himself didn't write, but asked a coworker to do it)
WTF DUDE. Atleast you could have realised your mistake and not blamed me for it -
After working with a coworker on some odd issues, I finally decided to check on the actual ticket he needed assistance with.
From now on, we will optimize our HTML for aesthetic appeal in Chrome's dev tools. display:none is verboten.
Sometimes I wonder if I've had a stroke or if I've died and am in purgatory. -
We are 3-4 days away from deployment to production. We are still bug fixing. But one coworkers decided this is the time to make a fuss about the way everything is set up. He doesn't like the dev database. So he knocks it over.. and while so doing it, he doesn't inform the team. And when I ask if something else is gonna knock over? No answer! (And something broke down too..)
Now we have issues to test our bugfixes. The whole thing took me half a day finding out and made me distracted with frustration, and not just for me. Most bugs could've been done in that half a day!
I so wanna punch the guy xD but no, I gotta save face, pfff!2 -
Sick of fucking working with 'engineers' who cannot see that the piece of shit application that they have written is not 'done' until it has been tested. No it is not production fucking ready you fucking yes man.
-
Overhearing discussions/arguments about whether it's pronounced "su-doe" or "su-doo". Come on guys, it's just a matter of preference, it's not a religious battle.4
-
Heirkxneoxoxmlwpzkwowjsoobeowpandbejeje sneu su Y YbYbatbtajFjjhhgg26613£147eqhrhr!/!;8392!£)2)!{?hwywhevev18
-
Yey I got a raise. From 55,000 to 56,500 annually. Go Junior me! Hahahaha. Not enough for California though but I’m grateful.10
-
Fucking unreal bro!!! I’m working on an issue and I pushed, then there was a bug, i fixed it again, another issue for the UI change, another fixed for sorting column. All that fixed I created separate branch. My boss called me and told me im stupid for creating a separate branch everytime on a simple fix, he told me that Git isnt used that way. He told me that his been doing this 30years already. So I asked isnt it the best practice to create a separate branch on every issue or if the branch has been merged? His answer is no. Fuck this guy and his 30years experience
I should’ve responded:
First of all, if we have a test suite then I would have notice that error but we dont. You dont even want to upgrade ruby and rails. We’re stuck at version 4 on rails. Second why are you merging my MR and reviewing it on IST? Why didnt you do that locally so you can address the issue before you merged? Third fuck you and your 30years
My actual response is:
Ahh yes sir, im sorry wont happen again, my bad, sorry for that mistake.
Fuck bro im mad!!!!4 -
0100100101100110001000000111100101101111011101010010000001110101011100110110010101100100001000000110000100100000011101000110111101101111011011000010000001110100011011110010000001100011011011110110111001110110011001010111001001110100001000000111010001101000011010010111001100100000011110010110111101110101001000000110000101110010011001010010000001101100011000010111101001111001001000000111000001101001011001010110001101100101001000000110111101100110001000000111001101101000011010010111010000100000001010000110101001110101011100110111010000100000011011000110100101101011011001010010000001101101011001010010000001111000010001000010000000001101000010100100100101100110001000000110111001101111011101000010000000101000011101110110100101100011011010000010000001101001011100110010000001101001011011010111000001101111011100110111001101101001011000100110110001100101001000000110001101100001011101010111001101100101001000000111010001101000011010010111001100100000011010010111001100100000011101000110111101101111001000000110110001101111011011100110011100101001001000000110111001101001011000110110010100100000011101110110111101110010011010115
-
"sudo su" still makes me nervous, it's like a hack.
Why don't use "sudo -i" instead?
I know that option is newer, but why?
8 -
Now... I understand 2FA is to make things more secure, and I do appreciate it. BUT can we please work out a damn solution for people who work in an agency for other corporates which only have one shared account across the agency that bundles one phone number or mobile app.
What if people are on leave or sick? I need stupid 2FA to be able to login/work. uhhhhhhh.....8 -
!rant
After 4 - 5 months of learning webD, I am trying to build my first fullstack web application (simple chat one ).
My stack :
FRONTEND:
Vue.js + Materialize
Backend:
Express ( handling routes )
Mongoose/MongoDB ( Database )
Socket.io ( web sockets for real time connection )
JWT
Had dreamt of this 2 months ago where I built a basic front end using html and css, and now porting it to Vue is like a breeze.
Wish me luck and let's hope it doesnot become one of the unfinished projects. ( My university semester exams are coming up , would have to complete this as fast as possible ). I am also learning DSA + STL and aim to learn basic python syntax before holidays so that I can focus my time on ML during them. It's so fucking overloaded that I have my doubts ::((4 -
While I was in the bathroom at work, I heard a phone camera shutter click from a stall. What could possibly have been the subject of that photo?8
-
Meeen fvck this shit. After my student loan I’m out in this shit ass company men.
So I’m fixing a frontend bug. I’m so into it that I opened more than 10 tabs. So i called my senior on what I found then he want to test something on my workstation so i said im cool with it and then i closes all the TABS man. Comeon!!
Ps: the tabs are sequentially opened to track the bug.12 -
Ok so I'm am a black end kind of guy and have had to deal with making our site again and again and again and fu#@ing again.
Who the hell thought up using SVG icons. My first look at it today and I'm not sure if I hate it or love it. Any thoughts?9 -
I love coding on vacation. We sometimes take long flights like 5hrs an then another 5 hrs. I get so much done in flight without the distraction of phone calls or the internet (YouTube).
-
Anybody else get that massive windows 10 update today that fucking wipes a ton of your settings. Desktop image gone, privacy settings turned back, firewall settings reset.
Fuck I really need visual studios for Linux.8 -
Try:
Read_Localizated_Content_(Ita)
😉
Ho trovato questo meme su fb... Rido follemente 😂😂
Except ItalianNotInstalledError:
I found this meme on fb...
M: I won't lie Neo, whoever fought an agent is dead. But where they lost you'll be victorious.
N: why?
M: I saw agents throw fists through concrete. Man shoot loads of bullet on them without hitting anything else than air.
Their strength and speed, however, remain result of the application of a system with many rules.
And you.
You are italian
(referring to our ability to avoid, bend, ignore and replace rules)
😂😂😂
-
Most of us have scary stories about professors that think that they know about what they are talking about when it comes to teaching comp sci subjects. Shit is so backwards in most parts of the world with teachers showing outdated or completely pointless tech.
A friend called me the other day asking for classic ASP help because it was being used in his web class. Another was asking me about flipping c cgi web scripting. Wtf are schools teaching? Having the drive to LEARN actuall useful topics that are relevant on the market is hard enough as it is...shouldn't schools help at least a little bit? I was lucky, we were thaught Java, Python, cpp, js, sql, html5, css3, php, ruby and we had classes for node (for those interested) and asp.net mvc. Those were RELEVANT and good classes and while some outdated tech was good the rest is just bullshit. Specially since most teachers have 0 market value as develpers...but hey!! Wtf do I know! Of course my word is shit against all them doctorate and master degrees.
Gimme a break. School can be great. But a lot of the leadership there is toxic af for our industry. And while I appreciate the effort in me being thaught modern languages (and thaught is a hard word since I already knew how to program way before going to school) i still remember a teacher taking points away from an assignment for not using switch statements in Python...despite my explaining that there was no such thing (you can go around it by using a lil technique using functions, its pretty cool..pero no mames)
Or what about the time I mentioned to a fellow student how he could use markup for having more control with his windows forms while the very same teacher contradicted me saying that shit was not possible. Or the guy at the school in which I work teaching intro to programming using fucking vba...fk man if you are going the BASIC route at least teach them b4j or something fuuuuck.
I had good teachers, but they were always cast asside by dptmnt heads as if they knew better. I just hate pendejo teachers I really do.
Chinguen a su madre, bola de babosos.rant remembering uni yes asshole gnu linux is a viable alternative i still love coding fuck bad teachers fk the system11 -
Here’s a snippet of code that I found in our production codebase. I found this while fixing a bug. This is not part of the bug though but I see this a problem. Should I say this to my senior that his logic is off here?
First he doesnt have to do explicitly strict comparison since the return type is boolean and it could be true or false. Also the returnUrl will alway be undefined because redirectIfUserLoggedIn is called first before it was set.
He dosent like me. Hell get mad for sure. I think ill let this go.
35 -
I hate that when developing on Windows I need like four different terminals. CMD, MINGW64/Cygwin/MSYS2, PowerShell. Each one has different functionality:
CMD - basic Windows commands
MINGW64 - emulates Linux terminal with frequent Linux commands and great support for Git
Powershell - access Windows COM, .NET etc.
Now there are solutions that attempt to solve this like Cmder (which is just more user-friendly ConEmu). These are console emulators which wrap all these in one window (with multiple tabs). But they are slow as hell. I have to wait like 10 seconds each time I start a terminal in Cmder, because the emulators need to run some huge startup scripts. But I just need to run one command from this one freaking folder!
Eventually I end up having like 30 different terminal windows open, each one different in functionality and each time I need to do something I must think about which terminal I need and in which folder. Furthermore I have to think about whether to run the terminal as administrator, but I usually forget that, so I have to close the terminal and reopen as admin. Why don't you just add something like su or sudo, Microsoft?
9 -
Open source or closed? Convince me.
So you spent 200k of your hard earned cash and two years of your life coding away day in and day out. Finally you have a viable product ready for release.......22 -
Let me rant! I don’t usually do this but this is just frustrating and draining. Please tell me if im wrong. We have authentication that needs to be refactored. I was assigned on this issue. Im a junior btw. I also attached an image of my proposals. The issue of the old way of our signup process is that when validation fails they will keep on accepting the TaC (terms and conditions) and on our create method we have the validation and creating the user. Basically if User.create(user_params) create else throw invalid end. (Imma take a photo later and show it you)which needs to be refactored. So I created a proposal 1. On my first proposal I could create a middleware to check if the body is correct or valid if its valid show the TaCs and if they accept thats the moment the user is created. There is also additional delete user because DoE told me that we dont need middlewares we have before and after hooks! (I wanted to puke here clearly he doesn’t understand the request and response cycle and separation of concerns) anyway, so if middleware is not accepted then i have to delete the user if they dont accept the TaCs. Proposal 2. If they dont want me to touch the create method i could just show the TaCs and if they dont accept then redirect if they do then show form and do the sign process.
This whats weird (weird because he has a lot of experience and has master or phd) he proposes to create a method called validate (this method is in the same controller as the create, i think hes thinking about hooks) call it first and if it fails then response with error and dont save user, heres the a weird part again he wants me to manually check on each entity. Like User.find_by_email(bs@g.com) something like that and on my mind wtf. Isnt it the same as User.create(user_params) because this will return false if paras are invalid?? (I might be wrong here)
This is not the first time though He proposes solutions that are complex, inefficient, unmaintainable. And i think he doesnt understand ruby on rails or webdev in particular. This the first time i complained or I never complained because im thinking im just a junior and he hs more experience and has a higher degree. This is mot the case here though. I guess not all person who has a higher degree are right. To all self thought and bachelors im telling you not all people who went to prestige university and has a higher degree are correct and right all the time. Anyway ill continue later and do what he says. Let me know if im wrong please. Thanks
4 -
Oh joy,
I got the short straw and get the privilege of building our new website.
I really don't know PHP very well, but apparently everyone else says they know it less.
Yea! Holiday weekend. NOT!!!! :(4 -
Email list on phone this morning from our new Synology Rackstation.
Main Synology1 Consistency check of storage.....
Dear User, The Consistency check of storage p.....
Me freaking out opens email while holding breath.
Dear User,
The Consistency check of storage pool 1 on <name> has ended. No abnormality has been found .
WTF by default they could lead with, "No abnormalities were found while doing the consistency check on pool1."
sacred the crap outta me, now gotta go in and change that NOW. -
What programming language did you study in high school? In my country they teach us Pascal for what ever reason, me coming from c++ I can t support it16
-
linux wonders:
>su - otheruser
>whoami
root
fuck you!!!!!
it's one of those days where not even basic linux commands are working.... i'm about to give up, i'm so pissed off6 -
"feel free to choose which ever size pixel you prefer because you get the same great experience on both we don't set aside better features for the larger device"
-Google7 -
When you accidentally send a screenshot of a chat to the person him/herself. Lot of shitload to get out off .. FYI I blocked the person. Would have to deal with it 1.5 months later when I actually meet her after vacations. I need luck :(
-
Thinking of adding a few aliases:
.bashrc
#Custom aliases
daddy_shark_doo_doo_doo_doo_do ='sudo'
whos_your_daddy='whoami'
call_me_daddy='su root'
you_aint_shit='kill'2 -
Every time I check my old codes i start insulting my self..... How the fuck was i that stupid..... Still Stupid tho but i m progressing :D
I m learning to code by myself without any instructor :').... I wanna use unreal engine but i forgot how to code with cpp since i m only using C# now.. made winform apps and installing xamarin to learn about cross platform devloppment :)1 -
Fuck Oracle, fuck you oracle! The stupidest shittiest worst nightmare company with the most user-unfriendly, productivity-killing, illogical, stupid pile of software garbage products ever! And unfortunately I want to extends my worm-fucks to all Oracle employees and maintainers and to the whole fucking community of shit that made up oracle-community and to every conscious being who ever liked, enjoyed or have found the slightest genuine interest of any product tagged "oracle".
I installed the pile of shit a.k.a Oracle 18c and imported a dumb file locally, everything was working in the slightest amount of the word (fine) before it turns to nightmare. I created a C# client to call a stored procedure in that shit of a database engine. I kept getting error related to the parameter types, specifically one which is custom type of Table of numbers. It turns out that the only of doing this is through that shit they called (unmanaged driver), the "managed" doesn't support custom types. So I had to install another package of shit they call (odbc universal install) "universal my a$$ by the way", at that moment, where everything just crashed and stopped working. I spent 3 hours trying to connect to the fucking database to no avail. I shockingly found a folder in my desktop folder called (OracleInstallation) and all windows services related to oracle installation "suddenly" got somehow (re-routed) to that folder.
In conclusion, fuck oracle.4 -
"We're excited to announce that we've disabled the deprecated Storefront Toolkit by default for new....."
I am also so freaking "excited" that you have also disabled the close button on the popup when you login to Salesforce BM genius.
How the hell i am suppose to use SFBM now?!! developer tool to remove the popup markup?!
Learn more?? I don't need FAQ doc, I need the popup closed!!!
3 -
It really bugs me out when your co workers start working on a project without telling you. Makes me feel undervalued. I would not complete their sloppy seconds this time for sure
-
Fair / Not Fair
I hate when an interviewer would ask me to code something for them for technical interview.( happy to show non propitiatory previous work) So now that I am the one doing the interviewing, I am doing what I would have wanted, and I have to say it is working out. I thought I would share my experience so far and find out if the community at large sees this practice as fair or not fair.
People reply to the job post then I call and do quick phone interview ask a few key questions. After I find somone I think should go the next level I direct them to freelancer site and give them a paid project.
most recent project: Build simple(i mean really simple) ASP.net Core MVC web application (code first) that remotely connects to SQL server and can be published in linux ubuntu.
bla bla user accounts/ subscription bla bla. But it must me completed in 10 days. reward $1000.00 us dollars.
I build the SQL server for them and put blank database in and provide connection details.
To be fair
I have already built this app my self it and it took me 5 days.
So, Fair / not Fair11 -
Hi. I just wanted to share I failed the google online interview. Thought I was prepared, I vomit and had diarrhea 30mins before the interview, Always makes mistakes on google docs. I keep pressing tabs which uglifies the code, miss-spelled my variables and functions name, mistakenly put everything in const (I got used to my editor yelling at me when I used const instead of let, should not rely on this). But there's always next time. I hope.6
-
after a long days work coming out of my dev cave at 11:00 pm. ... I gotta get some sleep....
ZZZZZz
3:00AM Wide awake can't sleep any more thinking about all the shit I still have to get done!!!!!
Okay up and coding again by 3:30 with coffee.
4 hrs sleep okay lets do this all over again:(
Who else feels like they live in a while loop:)1 -
How do you know ML and AI has gone too far? You rely on the algorithm instead of the obvious.
Google will translate comments, etc. At times when you click on an English video to language around your location. This is so obvious, if I didn't understand English if would not have clicked on the video!!
#BringBackThePreMLdevs -
Complaints about how FE rendering is so slow when BE apis take forever to return. Working on performance projects and feel like you've done nothing at all at the end of each day.2
-
Went to meet up last night. I was there acting like I have no experience and was just starting to learn programming. Suddenly this guy turns and faced me he said non verbatim “don’t use JavaScript thats the worst programming language, its used by wanna be software engineer. Use c# they have blazor so you wont have to code using JS”. My blood pressure went up guys. I understand this because hes kinda old and dont want to learn new things but i got caught off guard. To be honest im not mad, im just sad though, imagine if i was really new and had no experience and just started few months ago. All the hard work and studying will be nothing. Btw hes nice he offered me free food and beer its just JS.
If you’re learning any language specifically JS. Dont mind the naysayers. Just learn it and be good at it. Languages has its use cases. Conversation with whats better programming language is useless and a waste of time thats what my professor said and its true.14 -
Pretty much any sic-fi movie. Loving 2019 movies : Atlia, avengers end game, captain Marvell, Godzilla, starwars episode dark phoenix, MIB international, Shazam, spider Man far from home, 😊😁😀
Yeah pretty much don't have a life 🤪😜 -
Weekend ruined supporting legacy and poorly designed services coupled with poor architecture.
But "no project bandwidth" to refactor said services.
5 hours of data loss should now hopefully inspire a backlog re-shuffle. -
Senior: “we can go remote now, but you have to report what you did at the end of the day. Ex: 7am clock in work on bla bla to 10am. 10am -12nn still working on bla bla. Til end of day.”
What a crap. Now I don’t want to work remote with this bunch of reports at the end the day. Some bullshit in here.3 -
Installed Kali linux,
Did sudo update,
Upgrade,
Installed packages,
Programmed in VIM,
Found....atom and sublime are a bit better!
Downloaded atom and sublime....
Saw parrot os features...
*Su delete Kali
Apt-get install parrot.....bye bye Kali! -
Men fo real! I dont rant so much because I think its a negative attitude but let me do it anyway! Listen. My boss boss told me to create a dynamic drop which I did. A backend request then display it on the frontend which is easy, then on code review he ask why do we need this error handling. Bruh as soon as I heard that question, I got covid. Bitch we do need that error handling because if theres error on requests it will set to default options, but I didn’t say anything tho. I just ask what will happen if there’s an error?, he said I don’t think a simple request will respond error if you did it right. Then I agreed and remove the code. Hot damn! Mind you guys. When they started the app there are no test code. 0, nada, nothing inside the spec folder.7
-
I spent the last 1.5 hours trying to optimize delivery of two 8.0KB JS files. It didn't work, at all tried like everything I could find. At the end I initialized it in angular json and made it load regardless. Made me realize that it is not made for optimization.1
-
Hey read this. This shit is funny. HAHAHA
I was fixing a bug right. The bug was throwing InverseOfAssociationNotFoundError in our rails admin page when deleting a user. So the director of engineering called and we had an argument because he was insisting that the error InverseOfAssociationNotFoundError is OUR IMPLEMENTATION. HAHAHAHAHA. my goodness. I showed him that the error comes from the constraints when deleting a user. A table has no relation to the user table but my senior added it anyway for some reason. I was mad and laughing at the same time because I showed him the documentation and the simple fix. These idiot keep flexing his 30 years of experience. HAHAHA3 -
Being a university student who is about to complete his first year, is being a google certified mobile web specialist worth it?? ( More about my background : I have been into front end developement for around 4 months and this has been my first exposure to " production level coding ". I have been improving my JS skills and am currently learning Vue. I have a fair understanding of backend and am trying to build a full stack app using express, Vue and sockets . I have an interest in algorithms , dsa and machine learning although I an not able to devote my full time on it but hopefully would be able to do it in 2 to 3 months. I also have an interest in Linux and all. ). Please suggest something . Thanks in advance.
PS : I know my interests are very random , but I am just exploring my options and being a freshman , I am confused A lot . So trying to figure out something that will help me in future too4 -
Ok its been an hour now trying to find a way to push a NEW commit to a MERGED branch. SMH! Help gitlab!7
-
When oracle employees decide to add new "feature":
How can we add feature X so it can be the user new most terrible nightmare?
When oracle employees decide to update an existed "feature":
We have discovered that the users of feature X have found a work-around to make it useful, we need to update that feature to make it the users most terrible nightmare ever, and we would like to make the upgrade/installation process break everything else installed on their machines without possible way of recovering, and if it worked by any chance we would like to make that process frustrating as fuck.7 -
"Explora el Mundo de las Apuestas con la Aplicación Móvil de DoradoBet
Introducción
DoradoBet ha consolidado su posición en el mercado peruano ofreciendo una plataforma robusta para apuestas deportivas y juegos de casino. Su aplicación móvil descargar doradobet apk https://doradobetapuesta.pe/doradob... es una extensión de esta experiencia, diseñada para usuarios que prefieren apostar sobre la marcha.
Descarga e Instalación
Android: Los usuarios pueden descargar el archivo APK directamente desde el sitio oficial y seguir las instrucciones para su instalación.
doradobetapuesta.pe
iOS: Disponible en la App Store, la instalación es tan sencilla como cualquier otra aplicación.
Funciones Destacadas
Apuestas en Vivo: Sigue tus eventos deportivos favoritos en tiempo real y realiza apuestas mientras se desarrollan.
doradobet.app
+1
doradoapuestas.pe
+1
Casino en Línea: Accede a una variedad de juegos, incluyendo tragamonedas populares y mesas con crupieres en vivo.
doradobet.com
+4
doradobet.com
+4
doradoapuestas.pe
+4
Promociones Exclusivas: La app ofrece ofertas especiales y bonos que solo están disponibles para usuarios móviles.
Seguridad y Confiabilidad
Con licencias adecuadas y medidas de seguridad implementadas, los usuarios pueden confiar en que su experiencia de juego es segura y justa.
Conclusión
La aplicación móvil de DoradoBet es una herramienta esencial para los entusiastas de las apuestas que buscan comodidad, variedad y seguridad en un solo lugar.1 -
Got the new Android 10 update last night. cool dark theme for OS now and changes apps to dark theme if available. :)1
-
I just want to know why would I find (all of the fucking sudden) tnsnames.ora and listener.ora localhost changed to local.docker.something?
WHY ORACLE? WHHHHYY?1 -
Try Debian, they said.
Best env?
Live it is!
[literally days of debian update error research]
Oh wait, not 12, we meant 11.7
Okay, bullseye it is then.
Download 11.7, not 12 bookworm
[same errors]
pkg pgp dkpg sudo wtf
187 help pages later
54 su / sudo pastes later
[same errors]
*more help pages*
*yes, limited search to last month, year*
[same errors]
Learnt so much!
. . .4 -
I just got to college and can do web dev fairly well (Mern stack mostly). But tbh I am now more interested in being an app developer. Should I try to learn React Native/Flutter or Kotlin/Swiftquestion kotlin java android kotlin google app development ios development android development app swift apple3
-
That awkward feeling when you try to make an easy to pick up and use UI and fail so horrendously, that even a person otherwise skilled in computer management fails to grasp it...
I'm looking at you Synology and your fancy DSM bullshit that I just spent 2 hours trying to make available on WAN.
I almost gave up... Then realised I can log onto there through SSH, sudo su onto root and check out the webserver configuration (nginx) manually to make heads and tails of how to use it!
God... Its just tuesday, and I already feel like I need a shot of something strong... -
This got me fucked up. Listen yo.
So we have this issue on our modal right. The issue keeps poppin. It's a hotfix because its in prod. So my senior and I were on it. After a few hours, I showed him the part of the code that is buggy. It's 50 lines of code of nested if-else, else-if. And so we're still fighting it. He redid everything since we're using angular2 he did a subject, behavior-subject all that bs and I was still trying to understand what's the bug, because it's happening on the second click and so I did my own thing and found the cause bug and showed it to him, its this:
setTimeout( () => {}, 0)
the bootstrap-modal doesn't allow async inside it (I dont why, its in the package). So he explained to me why it's there. So I did my own thing again and find a workaround which I did, a one-line of angular property, showed it to him he didn't accept it because we'll still have to redo it with subjects and he was on it. I said ok. Went back to my previous issue. The director came in and ask for a fixed, my senior came up to me and told me to push my fix. Alright no problem. So we good now. Went back to our thing bla bla bla, then got an email that we will have a meeting, So we went, bla bla bla. The internal team wants a support for mobile, senior said no problem bla bla bla, after the meeting he approaches me and said (THIS IS WHERE IT GOT FUCKED UP) we wont be supporting bootstrap4 anymore because of the modal issue and since we're going to support mobile and BOOTSTRAP4 grid system is NONINTUITIVE we are moving to material design because the grid system is easier. I was blown away man. we have more than 100 components and just because of that modal and mobile support shit he decided to abandon bootstrap. Mater of fact its the modal its his code. I'm not expert in frontend but I looked at the material design implementation its the same thing other than the class names. OHHH LAWD!3 -
Told my friends about this awesome app. It used to be my safe place earlier, but oh well... Kinda happy and sad about it at the same time. Hope they don't recognize my handle 😅1
-
Meeeen this is crazy. The director created a testing route inside the actual api controller instead inside the spec file. Common man. We better than this. 🤦🏻♂️2
-
now i know this is devrant and not su-rant or sysadminrant or anything alike,
but it cringes me everytime i see rants like "linux this" or "linux that".
now those who does it, do understand that the term "linux" refer to the kernel and not the os in it's entirety, right?6 -
El fútbol es el deporte más popular en Chile, y apostar en los partidos se ha convertido en una actividad cada vez más emocionante para los fanáticos. Con tantas opciones disponibles, es importante elegir una plataforma https://pinup-futbol-apuestas.cl/ confiable y con buenas cuotas. Pin-Up es una de las mejores casas de apuestas en el país, ofreciendo una gran variedad de mercados, promociones exclusivas y una experiencia de usuario optimizada tanto para computadoras como para dispositivos móviles.
Si quieres conocer en detalle cómo funciona esta plataforma, qué bonos puedes aprovechar y qué estrategias pueden ayudarte a mejorar tus apuestas, en encontrarás toda la información que necesitas. Además, el sitio ofrece análisis de partidos, recomendaciones de apuestas y detalles sobre los métodos de pago y retiro disponibles en Chile.
Pin-Up permite apostar en ligas nacionales e internacionales, con opciones de apuestas en vivo, combinadas y con hándicap. Su interfaz es sencilla y sus cuotas son muy competitivas, lo que la convierte en una excelente opción para quienes buscan emoción y ganancias en el mundo de las apuestas deportivas. Si eres fanático del fútbol y quieres empezar a apostar con confianza, visita pinup-futbol-apuestas.cl y descubre cómo sacarle el máximo provecho a tus pronósticos.1 -
"Para jugadores nuevos y experimentados que buscan un acceso rápido a sus juegos favoritos, https://pin-up-entrar.com/ se posiciona como una plataforma confiable y fácil de usar. Este sitio ofrece una guía completa sobre cómo registrarte y disfrutar de todo lo que Pin-Up tiene para ofrecer.
Desde el primer momento, notarás la simplicidad del proceso de entrada, que permite a los usuarios comenzar a jugar o apostar en minutos. La plataforma también destaca por su oferta de bonos, incluidos beneficios exclusivos para nuevos jugadores y promociones continuas para usuarios regulares.
Una vez dentro, encontrarás una impresionante variedad de opciones, desde tragamonedas con gráficos de alta calidad hasta juegos en vivo y apuestas deportivas. Si buscas un acceso seguro y sencillo, visita y comienza a disfrutar de una experiencia de juego sin igual."1 -
@highlight
disabled: Set<string> = new Set();
@highlight
<input
class="form-control"
id="pushBack"
type="text"
[attr.disabled]="disabled.has('pushBack') ? ' ' : null"
[(ngModel)]="local.pushBack"
/>
---
Do you know what's wrong with this code? If you know and you are a junior how would you tell this to your super boss without hurting his feelings?7 -
Triste no es que se acabe una serie que ves, triste es que el curso que sigues ya casi llegue a su fin :c // Sad is not that you finish a series that you see, sad is that the course that you follow is almost at its end: c
1 -
I don't know about you, but this cracks me up every single time I watch this.
https://youtube.com/watch/...
maybe good office prank for April fools.
fourwordsalluppercase1 -
"Si te apasionan los juegos de casino y buscas una plataforma confiable para disfrutar de una experiencia completa, https://pinupjuegos.com/ es la elección perfecta. Este sitio reúne una amplia gama de opciones, desde emocionantes tragamonedas hasta mesas en vivo con crupieres reales.
Una de las características más atractivas de la plataforma es su enfoque en la calidad. Los juegos están desarrollados por proveedores líderes, asegurando gráficos de alta definición y mecánicas de juego fluidas. Además, hay opciones para todos los gustos, desde títulos clásicos hasta innovadores juegos en vivo.
Con promociones frecuentes y un sistema de bonos generoso, los jugadores pueden disfrutar aún más de sus apuestas. No importa si eres un jugador nuevo o experimentado, ofrece algo para todos. Entra hoy y vive una experiencia de juego sin igual.2 -
Happy National Backwards day January 31 (in the US) So for today all of us left handed dyslexics are correct 😁
Fun fact
leonardo da vinci used to write from right to left and wrote his letters backwards. The earliest cipher I can think of.2 -
Asp.Net MVC core
Me: this is really cool scaffolding out models.
1hr later: This really sucks have to bind models
1hr later. This is awesome only one nav bar to worry about.
1hr later this is total shit controller inside controller.
1 hr later wow I love MVC
Anybody can relate++
Feel like I'm loosing my mind. -
The little things are what makes you happy.
It was really annoying that screen doesn't work after an su. It makes sense, but typing "script /dev/null" everytime (and remember to write "exit" after it so bash history works again) is annoying.
So a little script to "/bin/scrn" with the following content made my life better:
#!/bin/sh
command="screen $@"
script /dev/null -c "$command"
Never worry about screen after su again! Tech life is great, isn't it?4 -
I truly believe that a back end needs to know about front end as much as a front end needs to know about back end.
And a more serious belief is that project managers / owners need to know about both. Thank you.3 -
can 2 modal which is static have a race condition error? I’m trying to fix a bug and when I showed it to my senior , I said maybe because of the first modal the style is not being applied on the second modal he then said “it might be a race condition” and I almost choked on my own saliva.
Ps: the first modal will show a loading text and a gif after that the second modal shows with some data.
I got confused how he think that it might be a race condition. We’re not doing webworks on the front end. Weird.2 -
The Nutrition Store – Tu Aliado en Suplementación Deportiva en Barcelona
Bienvenidos a The Nutrition Store - Tienda de Suplementos Deportivos en Barcelona, el lugar donde la salud, la energía y el rendimiento físico se encuentran. Ubicados estratégicamente en el corazón del Eixample, en Carrer de la Marina, 300, 08025 Barcelona, somos mucho más que una tienda: somos tu guía en el mundo de la nutrición deportiva.
Nuestro compromiso es ofrecerte suplementos de la más alta calidad, asesoramiento profesional y productos que realmente marcan la diferencia en tu bienestar y resultados físicos.
Comprar Bisglicinato de Magnesio en Barcelona
El bisglicinato de magnesio es uno de los suplementos más recomendados por profesionales de la salud por su alta biodisponibilidad y excelente tolerancia digestiva. Ayuda a reducir el estrés, mejora el sueño, combate los calambres musculares y contribuye al equilibrio del sistema nervioso.
En The Nutrition Store, puedes comprar bisglicinato de magnesio de las mejores marcas del mercado. Ya sea que entrenes intensamente o simplemente busques mejorar tu descanso y relajación, este suplemento es una excelente elección. Nuestro equipo te asesora sobre su dosificación y combinación con otros minerales.
Comprar L-Carnitina para Quemar Grasa y Aumentar Energía
La L-Carnitina es un aminoácido clave para la conversión de grasa en energía. Muchas personas la utilizan como parte de su rutina para la pérdida de peso o para mejorar el rendimiento en actividades cardiovasculares.
Si deseas comprar L-Carnitina en Barcelona, en nuestra tienda encontrarás versiones líquidas, en cápsulas y en polvo, con distintas concentraciones para adaptarse a tus objetivos. Ideal para deportistas, personas en proceso de definición muscular o quienes buscan optimizar su metabolismo.
Comprar Ashwagandha – El Secreto Natural del Bienestar
La Ashwagandha, también conocida como ginseng indio, es una planta adaptógena utilizada desde hace siglos para reducir el estrés, equilibrar las hormonas y aumentar la energía mental y física.
En The Nutrition Store, puedes comprar Ashwagandha en extractos altamente concentrados, cápsulas y presentaciones orgánicas. Es una excelente aliada para quienes enfrentan el estrés diario, deportistas con entrenamientos intensos o personas que desean mejorar su enfoque mental y calidad de vida.
Comprar Omega 3 en Barcelona – Salud Cardiovascular y Más
El Omega 3 es un suplemento esencial que no debe faltar en ninguna rutina saludable. Rico en ácidos grasos EPA y DHA, el omega 3 contribuye a mantener el corazón sano, reducir la inflamación, mejorar la salud cerebral y articular.
Si estás buscando omega 3 en Barcelona, The Nutrition Store es el mejor lugar para adquirirlo. Ofrecemos omega 3 de alta pureza, con certificación de calidad, sin metales pesados y con la mejor absorción. Disponibles en cápsulas blandas y líquidos para toda la familia.
Además, nuestros expertos te guiarán para integrarlo en tu dieta según tu edad, nivel de actividad física y necesidades personales.
Visítanos en el Corazón de Barcelona
Nuestra tienda está ubicada en Carrer de la Marina, 300, L’Eixample, 08025 Barcelona, muy cerca de puntos icónicos como la Sagrada Familia. Te esperamos con atención personalizada, ambiente profesional y una gran selección de suplementos naturales, deportivos y de bienestar.
También puedes llamarnos al +34 933 480 740 para hacer consultas, preguntar por la disponibilidad de productos o recibir recomendaciones adaptadas a tu estilo de vida.
Conclusión: The Nutrition Store es tu Destino Saludable
En The Nutrition Store - Tienda de Suplementos Deportivos en Barcelona, te ayudamos a optimizar tu salud y rendimiento con productos que realmente funcionan. Ya sea que quieras comprar bisglicinato de magnesio, comprar L-Carnitina, comprar Ashwagandha, comprar omega 3 o simplemente buscas la mejor calidad de omega 3 en Barcelona, aquí lo encontrarás con el respaldo de especialistas.
¡Haz del bienestar tu prioridad!
Te esperamos en The Nutrition Store, tu tienda de confianza en suplementos deportivos y naturales en Barcelona.2 -
Movers Koblenz: Expert #1
umzugshelfer-in-koblenz.de
Andreas Schmitt
An d. Liebfrauenkirche 4, 56068 Koblenz, Germany
+4915792604267
info@umzugshelfer-in-koblenz.de
Credit Card, Cash, Bank Transfer
Mo-Su. 7.00 - 22.00
Wir unsere Umzugshelfer in Koblenz helfen Ihnen gerne – auf unserer Seite finden Sie alles, was Sie für einen unkomplizierten Umzug in Koblenz brauchen. Jetzt unsere Umzugshelfer anfragen & sparen!
rant removals relocation studentische umzugshelfer in koblenz moving company transport umzugsunternehmen in koblenz moving services umzugshelfer in koblenz umzug in koblenz1 -
Moving helper Hildesheim: Expert #1
umzugshelfer-in-hildesheim.de
Alexander Luft
Siemensstraße 14, 31135 Hildesheim, Germany
4915792604277
info@umzugshelfer-in-hildesheim.de
Credit Card, Cash, Bank Transfer
Mo-Su. 7.00 - 22.00
Wir unsere Umzugshelfer in Hildesheim helfen Ihnen gerne – auf unserer Seite finden Sie alles, was Sie für einen unkomplizierten Umzug in Hildesheim brauchen. Jetzt unsere Umzugshelfer anfragen & sparen!rant moving services relocation umzug in hildesheim umzugsunternehmen in hildesheim transport removals umzugshelfer in hildesheim studentische umzugshelfer in hildesheim umzugsfirma in hildesheim2 -
Global effort 1 rand(n 1) rand(n 1)
Global collab_skill 1.5 rand(n 1) rand(n 1)
CD "university/groupprojects/educ"
Do "function"
Set obs 1
Gen project_ambition = 1
Define label project_ambition 1 "high", add
Gen hype = project_ambition
Define label hype 1 "high, add
Egen output=function[min(`collab_skill');llmean(`effort')]
Egen success = 1 if output>=hype; else success =0
Su success
0 0 0 -
#1 Moving Company in Luckenwalde!
Contact us
info@spinplex.de
033716098945
Credit Card, Cash, Bank Transfer
Mo-Su. 7.00 - 22.00
Louis-Pasteur-Str. 19, 14943 Luckenwalde, Germany
Bei uns erhalten Sie alles aus einer Hand: vom passenden Möbelwagen bis zum Umzugsmaterial in Luckenwalde – in unserem Umzugsshop finden Sie alles, was Sie für einen unkomplizierten Privat-, Büro- oder Firmenumzug in Luckenwalde brauchen.
Umzugsunternehmen Luckenwalde, Umzug Luckenwalde, Umzüge Luckenwalde, Umzugshelfer Luckenwalde, Umzugsfirma Luckenwalde, Movers, relocation, Transport, Moving Services, Moving boxes, removalsrant umzüge luckenwalde removals transport moving services umzugsunternehmen luckenwalde umzug luckenwalde relocation moving boxes movers umzugshelfer luckenwalde umzugsfirma luckenwalde -
Moving helper Siegen: Expert #1
umzugshelfer-in-siegen.de
Jens Schwarz
Am Bahnhof 16, 57072 Siegen, Germany
4915792604276
Credit Card, Cash, Bank Transfer
Mo-Su. 7.00 - 22.00
Wir unsere Umzugshelfer in Siegen helfen Ihnen gerne – auf unserer Seite finden Sie alles, was Sie für einen unkomplizierten Umzug in Siegen brauchen. Jetzt unsere Umzugshelfer anfragen & sparen!
Umzugshelfer in Siegen, Studentische Umzugshelfer in Siegen, Umzugsunternehmen in Siegen, Umzug in Siegen, Umzugsfirma in Siegen, Moving company, Removals, Transport, Relocation, furniture movingrant umzugsfirma in siegen umzug in siegen furniture moving relocation moving company removals umzugsunternehmen in siegen studentische umzugshelfer in siegen umzugshelfer in siegen transport1 -
Digar Kiona Estudio de Interiorismo: Tu Aliado en Diseño de Interiores en Madrid
En Digar Kiona Estudio de Interiorismo, ubicado en el corazón de San Sebastián de los Reyes, Madrid, nos especializamos en crear espacios únicos, funcionales y estéticamente impresionantes. Como Estudio de interiorismo en Madrid, nuestro compromiso es transformar tus ideas en realidad, adaptando cada proyecto a tus necesidades y gustos personales. Si buscas un diseño de interior en Madrid que combine creatividad, innovación y profesionalismo, Digar Kiona es tu opción ideal.
¿Por qué Elegirnos?
1. Experiencia y Profesionalismo
Contamos con un equipo de diseñadores de interiores altamente cualificados y con amplia experiencia en el sector. Sabemos que cada espacio tiene su propio carácter y que cada cliente busca algo único. Nuestro objetivo es lograr un interiorismo en Madrid que se ajuste a tus expectativas, ya sea para un hogar, oficina o espacio comercial.
2. Soluciones Personalizadas
Entendemos que cada proyecto es diferente. Por eso, ofrecemos un enfoque completamente personalizado, trabajando de cerca con nuestros clientes para diseñar soluciones que se adapten a sus necesidades específicas. Ya sea un pequeño apartamento o un gran local comercial, en Digar Kiona nos encargamos de cada detalle, asegurando que el resultado final sea el reflejo perfecto de tu estilo y funcionalidad.
3. Creatividad e Innovación
Nos apasiona el diseño y buscamos siempre las últimas tendencias en el mundo del design studio in Madrid para garantizarte espacios modernos, elegantes y eficientes. Creemos que el diseño de interiores no es solo una cuestión estética, sino también funcional, y trabajamos para ofrecerte espacios donde se combine la belleza con la practicidad.
4. Asesoramiento Integral
Desde la concepción inicial del proyecto hasta la ejecución final, estamos contigo en cada paso del proceso. Nos encargamos de todo, desde la selección de materiales y colores hasta la distribución del mobiliario y la iluminación. Nuestro objetivo es hacer que tu experiencia sea lo más sencilla y agradable posible.
¿Por Qué Contactarnos?
1. Estudio de Interiorismo en Madrid con Enfoque Personalizado
Si estás buscando un interior design studio in Madrid que realmente entienda tus necesidades, Digar Kiona Estudio de Interiorismo es la opción perfecta. Nos apasiona escuchar a nuestros clientes y diseñar soluciones que realmente resuenen con ellos. No creemos en soluciones genéricas, cada proyecto es único.
2. Presupuesto a Medida
Entendemos que el presupuesto es una parte importante de cualquier proyecto de diseño de interiores. Por eso, ofrecemos opciones adaptadas a diferentes rangos de presupuesto, siempre asegurando un alto nivel de calidad y atención al detalle en cada proyecto.
3. Compromiso con la Calidad
Trabajamos con los mejores materiales y los proveedores más confiables del mercado. Nuestro objetivo es crear espacios que no solo sean hermosos, sino también duraderos y funcionales a largo plazo.
4. Localización en San Sebastián de los Reyes
Con nuestra ubicación en C. De Cantabria, 11, 28703 San Sebastián de los Reyes, Madrid, estamos perfectamente situados para servir a clientes tanto de la capital como de los alrededores de Madrid. Ya sea que estés en el centro de la ciudad o en las zonas cercanas, te invitamos a visitar nuestro estudio y conocernos más de cerca.
Contacta con Nosotros
Si deseas darle un nuevo aire a tu hogar, oficina o negocio, no dudes en ponerte en contacto con Digar Kiona Estudio de Interiorismo. Llámanos al +34 916 513 101 y uno de nuestros expertos en diseño de interiores te guiará en el proceso de crear el espacio de tus sueños. También puedes visitarnos en nuestra dirección para discutir tu proyecto y ver cómo podemos ayudarte a transformar tu espacio.
¡Haz de tus ideas una realidad con Digar Kiona Estudio de Interiorismo!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 -
Investiranje u Nekretnine u Crnoj Gori: Kako Iskoristiti Potencijal Tržišta i Ostvariti Profit
Property in Montenegro je vaša destinacija za luksuzne nekretnine u Crnoj Gori, sa širokim spektrom usluga koje vam omogućavaju da maksimalno iskoristite potencijal tržišta nekretnina. Bilo da vas zanima prihod od iznajmljivanja Crna Gora, nekretnine za izdavanje, rast vrednosti nekretnina ili strane investicije u Crnu Goru, naš tim stručnjaka je tu da vam pruži sve potrebne informacije. Takođe, ako želite da saznate više o analizi tržišta luksuznih nekretnina, poreskim olakšicama za investitore, kao i mogućnostima za hipoteke i kredite za kupovinu, na pravom ste mestu.
Prihod od Iznajmljivanja Crna Gora - Luksuzne Nekretnine sa Stalnim Profitom
Prihod od iznajmljivanja Crna Gora je veoma atraktivan za sve koji žele da investiraju u nekretnine. Sa stalnim porastom broja turista i investitora, nekretnine za izdavanje u Crnoj Gori mogu doneti značajan profit. Najpopularniji gradovi i naselja kao što su Budva, Kotor, Herceg Novi i Tivat nude odlične mogućnosti za iznajmljivanje luksuznih vila, apartmana i stanova. Bilo da želite da iznajmljujete nekretninu kratkoročno ili dugoročno, Property in Montenegro vam nudi najbolje nekretnine za ovu vrstu ulaganja.
Nekretnine za Izdavanje - Savršen Izbor za Investitore
Nekretnine za izdavanje u Crnoj Gori postale su vrlo popularne među investitorima, posebno u letnjim mesecima kada turistička sezona dostigne svoj vrhunac. Crna Gora nudi mnogo prilika za iznajmljivanje luksuznih nekretnina, kao što su vile, stanovi sa pogledom na more i apartmani. Naša ponuda uključuje nekretnine na atraktivnim lokacijama koje donose visoke prihode od iznajmljivanja.
Analiza Tržišta Luksuznih Nekretnina - Trendovi i Potencijal
Analiza tržišta luksuznih nekretnina u Crnoj Gori pokazuje značajan rast potražnje za luksuznim objektima. Sa sve većim brojem stranih investitora i turista, tržište luksuznih nekretnina u Crnoj Gori postalo je stabilno i profitabilno. Prema našim analizama, rast vrednosti nekretnina Crna Gora je konstantan, a atraktivne lokacije poput Budve, Kotora, Tivta i Svetog Stefana pružaju odlične prilike za ulaganje u luksuzne vile i apartmane.
Rast Vrednosti Nekretnina Crna Gora - Savršen Moment za Investicije
Rast vrednosti nekretnina Crna Gora je u poslednjih nekoliko godina postao vrlo vidljiv, sa stalnim porastom potražnje za luksuznim nekretninama. Zbog atraktivnih lokacija, povoljnog poreza i stabilnog tržišta, investitori mogu očekivati dugoročne profite. Ako planirate da investirate u Crnu Goru, sada je pravi trenutak da iskoristite potencijal tržišta i ostvarite značajan povrat na ulaganje.
Poreske Olakšice za Investitore - Povoljni Uslovi za Ulaganje
Crna Gora nudi poreske olakšice za investitore, što čini ovu zemlju izuzetno privlačnom za ulaganje u nekretnine. Uz konkurentne poreze na nekretnine i povoljan sistem oporezivanja za strane investitore, Property in Montenegro vam može pomoći da iskoristite sve poreske olakšice i smanjite troškove ulaganja.
Strane Investicije u Crnu Goru - Prilika za Globalne Investitore
Strane investicije u Crnu Goru nastavljaju da rastu, a tržište nekretnina je jedno od glavnih sektora u koji strani investitori ulažu. Crna Gora nudi stabilnu ekonomiju, prelepu obalu i povoljne uslove za ulaganje, što ovu zemlju čini privlačnom za globalne investitore. Sa stalnim porastom interesa za luksuzne nekretnine, Property in Montenegro vam pomaže da pronađete najbolje opcije za strane investicije u Crnoj Gori.
Hipoteke i Krediti za Kupovinu - Pristup Kapitalu za Kupovinu Nekretnine
Hipoteke i krediti za kupovinu nekretnine u Crnoj Gori su povoljne opcije za sve koji žele da investiraju, ali nemaju sredstva za kupovinu celokupne nekretnine. Banke i finansijske institucije u Crnoj Gori nude konkurentne kamate i fleksibilne uslove otplate, što omogućava kupovinu nekretnina uz korišćenje kredita. Property in Montenegro vam može pomoći da pronađete najbolju opciju za hipoteke i kredite za kupovinu, kao i da vas vodi kroz ceo proces.
Nekretnine Sveti Stefan - Luksuzna Lokacija na Jadranskoj Obali
Nekretnine Sveti Stefan su među najluksuznijim i najtraženijim nekretninama u Crnoj Gori. Ovaj prelep poluotok, smešten u blizini Budve, predstavlja pravi raj za ljubitelje luksuza i privatnosti. Nekretnine u Svetom Stefanu nude savršen spoj prirodne lepote, bogate istorije i savremenog luksuza. Ako želite da investirate u jednu od najlepših lokacija na crnogorskoj obali, Sveti Stefan je prava destinacija.2 -
Dra. Nattalí Rodríguez Vega: Servicios Dentales Pediátricos en Manatí, Puerto Rico
La salud dental de los niños es esencial para su bienestar general y para prevenir futuros problemas. Por eso, es fundamental contar con un dentista especializado en niños que pueda ofrecerles atención profesional, cálida y adaptada a sus necesidades. En Dra. Nattalí Rodríguez Vega, nos especializamos en servicios dentales pediátricos en Manatí, Puerto Rico, brindando atención de calidad y un ambiente amigable para que los niños disfruten de cada visita.
¿Por qué elegir nuestros servicios dentales pediátricos en Manatí?
Ubicados en Dr. Pedro Blanco Lugo, Torre Medica II, 200 PR-2 STE 355, Manatí, 00674, Puerto Rico, ofrecemos una variedad de servicios dentales pediátricos pensados para cuidar la salud dental de los más pequeños. La Dra. Rodríguez Vega, dentista para niños en Puerto Rico, tiene años de experiencia trabajando con niños y familias, y se dedica a hacer que la visita al dentista sea una experiencia agradable, sin estrés y educativa.
Servicios dentales pediátricos que ofrecemos
Nuestra clínica está equipada con la última tecnología y un enfoque preventivo que prioriza la salud dental de los niños desde su primera visita. Algunos de los servicios dentales pediátricos en Manatí que ofrecemos incluyen:
Exámenes dentales de rutina: Realizamos exámenes periódicos para identificar posibles problemas dentales a una edad temprana, como caries o malformaciones dentales, asegurándonos de tratarlos antes de que se conviertan en complicaciones mayores.
Limpiezas dentales profesionales: Eliminamos la placa bacteriana y los residuos que pueden causar caries y enfermedades de las encías, ayudando a mantener los dientes saludables y fuertes.
Tratamiento de caries: Si detectamos caries en los dientes de tu hijo, realizamos los tratamientos necesarios para evitar que se agraven, protegiendo la salud bucal de tu hijo a largo plazo.
Aplicación de sellantes dentales: Esta es una medida preventiva en los dientes posteriores de los niños, creando una barrera contra las caries y protegiendo los dientes de los más pequeños.
Ortodoncia pediátrica: Evaluamos si tu hijo necesita algún tratamiento de ortodoncia para corregir problemas de alineación de los dientes en el futuro.
Educación sobre higiene bucal: Enseñamos a los niños la importancia de cepillarse correctamente los dientes y de mantener una rutina de higiene adecuada para prevenir problemas dentales en el futuro.
Un ambiente amigable para los niños
Sabemos que para muchos niños, el dentista puede ser una fuente de ansiedad. Por eso, en nuestra clínica dental pediátrica en Manatí, trabajamos para que la experiencia de cada niño sea lo más relajada y positiva posible. La Dra. Rodríguez Vega y su equipo se especializan en trabajar con niños, explicando los procedimientos de manera clara y amigable, sin generarles temor.
¿Estás buscando un dentista para niños en Puerto Rico?
Si estás buscando un dentista para niños en Puerto Rico, Dra. Nattalí Rodríguez Vega es la opción ideal para ti. Ofrecemos un enfoque personalizado y profesional para cada niño, con el objetivo de que cada visita sea una experiencia educativa y libre de estrés. Nos enorgullece ofrecer servicios dentales pediátricos en Manatí para garantizar que los niños de la región reciban el mejor cuidado posible.
Contáctanos para agendar una cita
Si deseas saber más sobre nuestros servicios dentales pediátricos en Manatí, o si necesitas agendar una cita para tu hijo, no dudes en llamarnos al +1 (787) 921-7779. Estaremos encantados de ayudarte a cuidar la salud dental de tu hijo con la mejor atención.
¡Confía en Dra. Nattalí Rodríguez Vega para la salud dental de tu hijo y dale a tu niño una sonrisa saludable desde su primera consulta!3 -
The Nutrition Store – Tu tienda de suplementos y accesorios deportivos en Barcelona
En The Nutrition Store, ubicada en Carrer de la Marina, 300, L’Eixample, 08025 Barcelona, encontrarás todo lo que necesitas para alcanzar tus objetivos de salud, rendimiento y bienestar. Somos una tienda especializada en suplementos deportivos, accesorios de entrenamiento, vitaminas, nutrición deportiva y ropa técnica de alta calidad.
Especialistas en suplementación deportiva en Barcelona
¿Estás buscando una tienda de Amix o una tienda de Biotech? En The Nutrition Store trabajamos con las marcas más reconocidas del sector. Disponemos de un amplio catálogo para todos los niveles: desde principiantes hasta atletas profesionales.
Entre nuestros productos más solicitados destacan:
Tienda de Ashwagandha Gracia: ideal para reducir el estrés y mejorar la recuperación.
Tienda de Coenzima Q10 Barcelona: excelente antioxidante y apoyo cardiovascular.
Tienda de Glucosamina Barcelona: complemento esencial para articulaciones y movilidad.
Tienda Omega 3 cerca de mí: ácidos grasos esenciales para el cerebro, corazón y salud general.
Tienda de Vitobest: productos de alta pureza, certificados y respaldados por la ciencia.
Accesorios deportivos para entrenamiento funcional y gimnasio
Si necesitas una tienda de accesorios deportivos en Barcelona, en The Nutrition Store ofrecemos una gran variedad de productos funcionales que potencian tu rendimiento y te ayudan a entrenar de manera segura:
Bandas de resistencia
Calleras, muñequeras, rodilleras y coderas
Cinturones de gimnasio
Cuerdas para saltar
Correas de agarre y tobilleras
Accesorios diseñados para entrenamientos en casa, gimnasio o al aire libre, todos seleccionados por su durabilidad y rendimiento.
Ropa deportiva técnica y de calidad
También somos una referencia como tienda de ropa deportiva en Barcelona. Contamos con opciones para hombre y mujer, ideales para entrenamiento, running, fitness o uso diario.
Si has buscado tienda de ropa deportiva cerca de mí, aquí encontrarás:
Ropa técnica de marcas como Gorilla Wear, GreatIam y otras marcas premium
Modelos funcionales para todos los tipos de cuerpo
Diseños modernos, resistentes y cómodos
Nuestra ropa está pensada para acompañarte en cada sesión con estilo y confort.
Nutrición deportiva para todas las metas
En nuestra tienda también somos reconocidos como una tienda masa muscular cerca de mí, ofreciendo:
Proteínas aisladas e hidrolizadas
Ganadores de peso
Aminoácidos esenciales y BCAA
Creatinas (incluyendo Creapure)
Quemadores de grasa y productos de definición
Además, brindamos asesoramiento personalizado para que elijas el suplemento que mejor se adapte a tu tipo de cuerpo, rutina y objetivos.
¿Por qué elegir The Nutrition Store?
Asesoramiento profesional: Te ayudamos a elegir lo que realmente necesitas según tus metas.
Ubicación estratégica: Estamos en el corazón de L’Eixample, accesibles desde cualquier punto de la ciudad.
Variedad de productos: Suplementos, accesorios, ropa deportiva y productos naturales.
Marcas de calidad: Trabajamos con Amix, BiotechUSA, Vitobest, HSN, y más.
Atención personalizada: Nos tomamos el tiempo para entender tus necesidades y ayudarte de forma cercana.
Contáctanos
Puedes visitarnos en Carrer de la Marina, 300, L’Eixample, 08025 Barcelona, o llamarnos al +34 933 480 740 para hacer consultas, comprobar disponibilidad o recibir asesoría nutricional.
En The Nutrition Store, estamos comprometidos con ayudarte a mejorar tu salud, rendimiento y calidad de vida, con productos confiables y asesoría experta.5 -
Montenegro Sotheby’s Realty – Vaš partner za drugu kuću na moru u Crnoj Gori
Ulaganje u drugu kuću na moru Crna Gora postaje sve popularniji izbor među stranim i domaćim kupcima koji žele imati svoj drugi dom u jednoj od najljepših jadranskih zemalja. Montenegro Sotheby’s Realty, smještena u Regent Pool Club Residences - Baia building, Porto Montenegro, Tivat, nudi ekskluzivnu ponudu kuća na plaži Crna Gora, stanova sa pogledom na more i kuća sa bazenom Crna Gora, osiguravajući vam udobnost, sigurnost i vrhunsku kvalitetu života.
Druga kuća na moru Crna Gora – savršen izbor za odmor i investiciju
Posjedovanje druge kuće na moru u Crnoj Gori omogućava vam da iskusite ljepote Jadrana, uživate u mediteranskoj klimi i bogatoj kulturnoj baštini, a istovremeno ostvarite i dobar povrat na ulaganje kroz najam. Montenegro Sotheby’s Realty pomaže klijentima da pronađu idealnu nekretninu koja zadovoljava njihove želje – bilo da je riječ o modernim stanovima sa pogledom na more, luksuznim kućama sa bazenom ili tradicionalnim kućama na plaži.
Preseljenje u Crnu Goru – nekretnine kao prvi korak
Mnogi ljudi razmišljaju o preseljenju u Crnu Goru zbog njene prirodne ljepote, povoljnih poreznih uvjeta i kvalitete života. Montenegro Sotheby’s Realty nudi kompletnu podršku pri kupovini nekretnina za sve koji planiraju preseljenje u Crnu Goru. Naš stručni tim vodi vas kroz proces odabira, kupovine i uređenja, a također pruža informacije o pravnim i poreznim aspektima života u zemlji.
Porez na nekretnine Crna Gora – što trebate znati?
Prije nego što donesete odluku o kupovini, važno je razumjeti porez na nekretnine Crna Gora i povezane obaveze. Montenegro Sotheby’s Realty pruža detaljne informacije o visini poreza, načinima obračuna i svim drugim relevantnim aspektima kako biste izbjegli neprijatna iznenađenja. Naš tim također savjetuje o poreskim olakšicama i načinima optimizacije troškova, čime vaša investicija postaje još povoljnija.
Kuće na plaži Crna Gora – život u prvom redu do mora
Kuće na plaži Crna Gora su san mnogih, a Montenegro Sotheby’s Realty vam donosi najbolju ponudu ovih nekretnina na ekskluzivnim lokacijama. Bilo da tražite mirnu uvalu ili živahno mjesto s brojnim sadržajima, naši agenti će vam pomoći da pronađete dom uz more koji ispunjava sve vaše želje i potrebe.
Stanovi sa pogledom na more – panoramski doživljaj svakog dana
Stanovi sa pogledom na more su vrlo traženi zbog svoje estetike i osjećaja slobode koje pružaju. Montenegro Sotheby’s Realty nudi široku ponudu stanova u Tivtu, Kotoru i Budvi, gdje možete uživati u zadivljujućim pogledima i luksuznim sadržajima. Ovakve nekretnine predstavljaju odličnu investiciju s potencijalom rasta vrijednosti.
Kuće sa bazenom Crna Gora – luksuz i privatnost
Luksuzne kuće sa bazenom u Crnoj Gori postaju sve popularnije, posebno u zatvorenim rezidencijalnim zajednicama koje Montenegro Sotheby’s Realty također nudi. Ove kuće pružaju privatnost, sigurnost i vrhunske uvjete za život i odmor, te su idealne za obitelji i investitore koji žele ekskluzivnost i udobnost.
Zatvorene rezidencijalne zajednice – sigurnost i kvaliteta života
Zatvorene rezidencijalne zajednice predstavljaju poseban segment na tržištu nekretnina u Crnoj Gori, gdje sigurnost i zajednički sadržaji podižu kvalitetu života na višu razinu. Montenegro Sotheby’s Realty nudi pristup nekretninama u takvim zajednicama koje uključuju bazene, teretane, zelene površine i druge pogodnosti.
Zašto odabrati Montenegro Sotheby’s Realty?
Ekskluzivna ponuda druge kuće na moru u Crnoj Gori
Profesionalna podrška pri preseljenju u Crnu Goru i kupovini nekretnina
Detaljne informacije o porezu na nekretnine Crna Gora
Najbolje kuće na plaži, stanovi sa pogledom na more i kuće sa bazenom
Ponuda u zatvorenim rezidencijalnim zajednicama za sigurnost i udobnost
Kontakt: +382 32 662 930
Posjetite nas: Regent Pool Club Residences - Baia building, Porto Montenegro, Tivat 85320
Montenegro Sotheby’s Realty – Vaš pouzdan partner za luksuzne nekretnine i drugi dom na moru u Crnoj Gori.2 -
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 -
Urgent bug, some values are not getting displayed!! Frontend developer is always asked to debug, but don't we always know for sure it's Backend service not sending the value without having to debug
-
#1 Umzugsunternehmen in Ingolstadt
Contact us
info@ingolstaedterumzugsunternehmen.de
4915792604256
Credit Card, Cash, Bank Transfer
Mo-Su. 7.00 - 22.00
Bei uns erhalten Sie alles aus einer Hand: vom passenden Möbelwagen bis zum Umzugsmaterial in Ingolstadt – in unserem Umzugsshop finden Sie alles, was Sie für einen unkomplizierten Privat-, Büro- oder Firmenumzug in Ingolstadt brauchen. -
Vimaisamd: Tu Mejor Opción en Depilación Láser y Relleno de Labios en Miami
En Vimaisamd, ubicado en Doral, Florida, nos especializamos en tratamientos estéticos avanzados que te ayudan a lucir una piel suave y unos labios hermosos, con resultados naturales y duraderos. Nuestra prioridad es ofrecerte procedimientos seguros, efectivos y adaptados a tus necesidades.
Depilación láser sin dolor y definitiva
Disfruta de la comodidad de una depilación láser sin dolor gracias a nuestra tecnología de última generación. En Vimaisamd ofrecemos una depilación láser definitiva que elimina el vello no deseado de manera permanente, ayudándote a lucir una piel libre de vello y con una sensación agradable.
Depilación láser en axilas y bikini
Especialmente diseñada para áreas delicadas, nuestra depilación láser en axilas y bikini es rápida, segura y eficaz. Olvídate de las irritaciones y el vello rebelde con este tratamiento que garantiza resultados óptimos desde las primeras sesiones.
Depilación láser facial y corporal
Ofrecemos tratamientos de depilación láser facial y corporal, ideales para eliminar el vello en distintas zonas, como rostro, brazos, piernas y espalda. Nuestro equipo profesional se encarga de personalizar cada sesión para asegurar la máxima eficacia y comodidad.
Relleno de labios con ácido hialurónico
Para quienes desean realzar su sonrisa, Vimaisamd brinda el servicio de relleno de labios con ácido hialurónico. Este tratamiento ofrece un volumen natural y una definición precisa, manteniendo la armonía del rostro.
Aumento de labios con ácido hialurónico
Si buscas un aumento de labios con ácido hialurónico que sea sutil y elegante, nuestro equipo experto garantiza resultados que realzan tu belleza sin perder naturalidad, logrando labios más llenos y atractivos.
¿Por qué elegir Vimaisamd?
En Vimaisamd combinamos tecnología avanzada con un equipo profesional y atención personalizada para ofrecerte los mejores tratamientos estéticos en Miami. Nuestra misión es que te sientas segura y satisfecha con cada procedimiento.
Contáctanos
Visítanos en 3625 NW 82 Ave, Suite 305, Doral, Florida 33166, o llama al +1 786-374-1815 para reservar tu consulta. En Vimaisamd te ayudamos a lograr la piel y los labios que siempre has deseado.5 -
+4915792604215
Wir unsere Umzugshelfer in Nürnberg helfen Ihnen gerne – auf unserer Seite finden Sie alles, was Sie für einen unkomplizierten Umzug in Nürnberg brauchen. Jetzt unsere Umzugshelfer anfragen & sparen!
Credit Card, Cash, Bank Transfer
Umzugshelfer in Nürnberg, Studentische Umzugshelfer in Nürnberg, Umzugsunternehmen in Nürnberg, Umzug in Nürnberg, Umzugsfirma in Nürnberg
Mo-Su. 7.00 - 22.002 -
Moving helpers Erlangen: Expert #1
Stefan Austerlitz
Krankenhausstraße 3, 91054 Erlangen, Germany
+4915792604268
Credit Card, Cash, Bank Transfer
Mo-Su. 7.00 - 22.00
Wir unsere Umzugshelfer in Erlangen helfen Ihnen gerne – auf unserer Seite finden Sie alles, was Sie für einen unkomplizierten Umzug in Erlangen brauchen. Jetzt unsere Umzugshelfer anfragen & sparen!rant movers umzugsunternehmen in erlangen removals umzugshelfer in erlangen umzug in erlangen moving services packers umzugsfirma in erlangen transport studentische umzugshelfer in erlangen moving furniture1 -
Moving company Magdeburg: Removals in Magdeburg from 79€ - Inquire now & save!
Contact us
info@umzuege-fuehrmann.de
039150548221
Credit Card, Cash, Bank Transfer
Mo-Su. 7.00 - 22.00
Wir erledigen Ihren Umzug in Magdeburg im Handumdrehen und sorgen dafür, dass alles glatt läuft. Das tun wir bei Ihrem Umzug in Magdeburg besonders preiswert.
-
Moving helper Gütersloh: Expert #1
umzugshelfer-in-guetersloh.de
Bernd Beyer
Verler Str. 307, 33334 Gütersloh, Germany
4915792604278
Credit Card, Cash, Bank Transfer
Mo-Su. 7.00 - 22.00
Wir unsere Umzugshelfer in Gütersloh helfen Ihnen gerne – auf unserer Seite finden Sie alles, was Sie für einen unkomplizierten Umzug in Gütersloh brauchen. Jetzt unsere Umzugshelfer anfragen & sparen!rant transport relocation studentische umzugshelfer in gütersloh removals umzug in gütersloh umzugsfirma in gütersloh movers packers umzugshelfer in gütersloh moving company umzugsunternehmen in gütersloh2








































