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 - "remote"
-
This is a view from a rooftop in NYC that I sometimes get the pleasure to work from. I really like the view and it’s pretty quiet usually. It also overlooks one of my favorite buildings, the Empire State Building.
I’m looking forward to seeing everyone else’s desks, setups, and remote/outdoor workspaces.
We’ll be featuring them on our recently launched devRant Instagram account, devDesks (https://www.instagram.com/devdesks).35 -
Proud dad moment:
My son just worked out how to use a firestick remote to put Thomas on TV.
He's 2.
My parents can barely work their remote without playing 20 questions.
Not long before he learns how to use bash now!11 -
Story time!
This is “Güero” (Blondie), the only cat I know who can use a computer.
I was at university. I couldn’t take my laptop to class because it was too huge, so I had to use remote connection.
One day, I connected to my laptop from the library, and everything was ok except that I couldn’t move the mouse! 😱 It was like somebody on the other side was using the mousepad. There was nobody in my house, just Blondie.
My solution? I called to my house. The cat heard the ring and left my laptop. It sounds stupid but, believe it or not, it worked! 😂
Blondie, the informatic cat.13 -
I work remotely. This means that sometimes I work with no pants on.
...ok I work with no pants on all the time.7 -
Story.
Did you know logging into chrome will auto sync all your fucking bookmarks to that other person's account??
I DIDN'T!!
(I use Firefox mainly and chromium for testing.)
I use chrome only for porn. Got shit tons of bookmarks. I login to my friend's sister Gmail on my chrome(for remote desktop - to help fix her computer. Somehow,remote desktop doesn't work on chromium)
Was browsing her pc via remote session and suddenly all of my porn bookmarks appear at the top bar.)
Had to manually select each bookmark in the bookmark manager and delete since CTRL+A won't work during the remote session. Don't know why.
FML.27 -
Remote manager: Hey, that contractor you are working with that sits with me. We are thinking of sending him over to you guys, get him a visa, pay relocation and all that stuff and have him sit with you guys as a full time employee. What do you think?
Me: .... eh ... look I have to be honest, that guy is awful. He doesn't listen to me, constantly working on other things, and the architecture he forced onto the rest of the team is some of the worst i've ever seen.
RM: hhhmmmm, ok but what if we have him report to you, can you whip him into shape?
Me: Honestly I think theres too much effort involved. We are very short staffed. I'd prefer to hire someone else here who has more experience. Its a firm no from us on this guy.
RM: Ok, understood, thanks.
*2 weeks later*
Contractor: Hey guys, was chatting to my manager last week and he said the company is finally looking to convert me to a full time employee, and best of all he wants to move me over to sit with you guys. Isn't that great?
..... not really no7 -
Dude, remote work in a country side city makes me feel like people think I'm a drug dealer or something
I never leave my house10 -
When your mind is so fuck that you use mouse to change the A.C temperature instead of it's remote.7
-
Just had chat with Microsoft support to solve a issue. I accepted remote session request. She did something and couldn't find proper a solution to my problem. Finally, she told a temporary solution and quit the chat.
When I was about to give feedback that she wasn't helpful, SHE CLOSED FEEDBACK WINDOW and then ended remote session. Lmao4 -
I work for a company that is 100% remote. Slack just went down. We're doomed, on Halloween of all days.3
-
I finally realize why the managers at my work are so against remote work.
We've gone remote now and had a meeting yesterday that somewhat demanded people to be engaged. I have never seen such grown up and otherwise professional people act so irresponsible. Managers had to raise their voice towards 30+ year olds in order to get their attention.
I've been silently hoping that remote work would become more accepted, as a silver lining, during this Corona shit. But if this is common behaviour in other workplaces then I guess I can kiss that dream goodbye.10 -
"we don't offer remote"
"oh so then there's work on the floor and with other members of the company?"
"no its mostly typing on a keyboard"
"so why the fuck is it not remote?"
"we are a boomer EU country, sorry"
so exhausted already and its only like the 3rd week of looking 😩😩😩10 -
Hey i found this crazy ass feature called "Remote Desktop Connection" on my pc. Do they sell the remote at wallmart ?? I want to operate my pc from a remote control 😞6
-
accedently used chmod on chmod so i no longer had permissions to chmod.
thank goodness for remote server images.5 -
I swear “remote” has become the most hated word for recruiters, the moment you message it they vanish, never to be heard from again…5
-
Why the fuck do employers post remote position jobs, only to let you know in the first call that they require the employee to live in/near a certain city. That's not a remote position and it happened several times in my job hunt8
-
Wanted to deploy my local files to remote server using rsync.
Used wrong syntax, replaced my local files with remote instead :(5 -
My company went remote since the outbreak, surprisingly, more work was getting done, so we are completely remote.3
-
To all my linux peeps... and don't get on me about which OS and better and all that crap!
Anyway, until I decide on a new laptop, I am using my dad's old machine running Windows 10. I also have an old desktop with a first-gen core i3, 8gb ram, 500gb HDD. What I'd like to do is run linux on the desktop and remote into it from my laptop. Is there a good way to RDP in to linux from Windows and preserve the full experience (like RDP from Windows to Windows)?22 -
Coolest thing I’ve built solo?
Damn, there’s been a lot of things over the years, but I guess the most used one I’ve made would be my voice activated tv remote - yes it’s real.
So in essence it’s a google home... yea I know spyware and all, but look it was free so I’m going to make use of it... err where was I, oh yea.
An IFTTT account which taps into the google assistant API and creates a webhook, although the authentication side of things is 0 to none, so had to put a api-key into the requests to at least have some layer of auth.
This webhook then hits a raspberry pi containing a PHP API to accept and authenticate the request in, digest this into KEY commands for the TV, and drops this into a Python script to connect to the TV over a web socket connection ( I found python more stable for this ) and sends the pre made key requests, it can even do multiple keys at a time... that was a pain.
So after all that, the end game becomes about a second from saying “hey google, change the tv channel to xxx”
This sick and twisted contraption is finished and the tv is my little bitch.
This has been built out to handle channels by name, number, volume up/down, sources switching to hdmi, tv, vga and a bunch of other things.
The things we do when we can’t find a tv remote for days....
Next up, getting it to launch Netflix app and going to a specified show / episode.. but may be to adventurous. -
Sometimes I want to slap myself.
I’ve been making progress with my voice activated TV remote project - coz you got to use a Google Home and a Raspberry pi for something right? Right??
Anyway, when the API you have written suddenly stops working and you’ve spent hours trying to solve it, it is really soul crushing when you realise you’re using a class variable incorrectly
I’ll just go cry now, while I control my tv 😥😎
Class TVAPI{
Private $tvIP = “192.xxx”;
Private $args = $this->decodeArgs($_GET);
Function of tvVolume(){
exec(“python tvRemote.py {$tvIP} {$this->args}”);
}
}2 -
So, I'm a CS student in a third world country. I love coding and I think i'm pretty good at it.
As I'm kind of poor, I'm pretty much constantly looking for any job I can take, and I've already done a dev gig at a software sweatshop here doing mostly PHP, JS and Android/Java... the dev experience was cool, but money was absolute crap ($1.5USD/hour at the current rate, working 9h/day Mon-Sat, did it while in vacation). Better than min wage in my country but still, looking at the numbers I see from programmers all over the world... it was practically working for free. The real problem is almost every dev job here is similar, so I was looking into going remote but every opportunity I see is for seniors/people with 2-3 years experience or more.
Can you give me some tips on getting a remote job as a student/recent grad with little experience? What would you do in my position? Any input is greatly appreciated!17 -
Company praises us for being so productive working remote during covid
Forcing us to go in after covid with no remote option12 -
So everyone is complaining about working from home. Fuck it, I love it. My productivity was never higher than now.
I didn't have an office space before at home, so I created one. I spent money on it but that's good because this whole corona thing made me realize how much I don't miss:
- company politics, who said what said
- commute
- people bothering you in the middle of you doing something
- catching-up breaks with people I hardly care about asking about holiday I took last year but they "ahhh thought it was just last week! so did you eat anything nice?"
- answering forced "any plans for the weekend" questions
- participating in conversations about nothing
The worst thing is that I'm actually a very sociable person 😂 so working from home means I can go meet my friends at 1630 sharp instead of 19.
I just don't need those fake relationships at work I guess.
Im already discussing with my manager possibility to work from home most of the time and I think I'll soon start to search for something 100% remote.9 -
So a coworker made a backup script that asynchronously copies the backup to the remote backup space and then deletes the backup:
scp backup.tgz remote: &
rm backup.tgz
Spot the bullshit.2 -
Win95 throwback... Or maybe even 3.1...
So this is what it's like when Remote Desktop runs in 16-bit color.
(Somehow my remote connection was slow so it downgraded the colors)4 -
"Aunt": I know that you have a bachelor's degree in computer science so you are smart with the computer...can you help me to pair new universal remote control for my television?1
-
First time working remote.
My manager sent us all remote. I am a student in apprenticeship with a school doing remote work too.
I caught a slight diharrea, doing some C in the WC.
Is this distubing if I find myself more productive on the toilet ? xD8 -
My friend argues working on remote desktop is better than working on a local setup! Where should i bang my head? ⚒️😭🙈9
-
One guy buyed a remote for his tv which moves the mouse's cursor by pointing with the remote. And inserted the usb receiver into another's guy pc: restarts, antivirus scan, nothing worked for the poor guy. His mouse was crazy.
-
Although today Friday,
It was a very sad day for me, I just got relieved of my only remote dev job, now to unemployed, I have a wife and home to take care in a semi bankrupt country, I need help.
Do you know where I can get good remote contracts?18 -
Switch my coworker mouse with an air conditioner remote while he went to take a shit. He came back moving the remote and wondering why the cursor wasn't moving3
-
Two things before this all:
- I fucking love gitlab so far
- I miss the fuzzy searching from sublime text, as vsCode still can't do it properly..
I was fed up with all the shitty overbloated git deployment scripts, sync scripts, automatic backup solutions and hosted git servers out there, so now my own solution is:
- remote git cloned local files
- local files are synced via dropbox, to easily edit them on any device
- all changes and deleted files are saved up to 1 year on dropbox
- remote has gitlab running and webhooks setup
- the webhooks point to my node scripts, which then rebase the code to its dedicated dev server
- daily server backup with 7 days roll
- cold storage backup each 30 days
Sounds like overkill, but from my experience, you really can't have enough places that have a backup, especially coldstorage backups.
My goal in general though is to have everything on my computer backupped and ready to go asap, if something happens.
I wanted to just use a virtual machine for development stuff, but that wouldnt be able to run on my laptop, so I need a more general solution, where I sync all configs and all projects across. (and have some sort of basic list of tools needed, so I dont need to remember them)
Found for example something for vscode to sync its settings and plugins via any sort of git, will give it a try in near future too.7 -
Just started as a remote dev and I found that it's IMPOSSIBLE to work from home.
Get annoyed from something not compiling/errors? Go play some video games two feet away. Nothing going your way? Go lie down on the bed behind you.
But for some reason I can work from home way better at night.
Any other tips for working remotely?9 -
I hate days where I have to go into the office (I work remote most days). Today's aroma is a mixture of burnt cheese and feet....WHY people...whyyyy 😢5
-
Have u ever had the perfect job opportunity and u screwed up? This idiot just did!! 😓😭 It's a 100% remote c# role. I literally had the job, all I needed to to was be patient and wait. But, noooooo I had to go and turn down the offer because it was "taking to long". He was getting the proposal ready and I was growing impatient. It's been almost a month since I started talking to the CTO and we were/are on the same level of understanding. He told me today just hours after I consulted with someone who's a business owner and he helped me write an apology to him. Man do I feel like an idiot. He didn't ask for a resume or references. Just seen my GitHub and a few game I did and let me talk to the lead Dev and I was in. The lead Dev even told me "welcome aboard, can't wait to work with you." AND I still screwed this op up!! Now he's telling me he will talk to the CEO and see what he says cause it maybe out of his hands.😞😞😞😞😞😭😭😭😓😓😓 What fool I am, eh??? P.S. which makes it even worst is that he reached out to me via LinkedIn without me sending him my resume or applying for any job that had posted.17
-
Putty remote executuon vulnerability(no patch yet)
The vulnerability allows a remote attacker to execute arbitrary code on the target system.
The vulnerability exists due to unspecified input validation error when processing data, received from SSH server. A remote attacker can trick the victim to connect to a specially crafted SSH server and execute arbitrary code on the target system with privileges of the current user.
Successful exploitation of the vulnerability may allow an attacker to compromise vulnerable system.7 -
Hey guys a couple of months ago I posted asking for help on how to land a remote job. A few weeks ago I got an interview and today I started my first remote job. Thank God and to all of you who suggested help.
-
A 27" monitor with a 1080p resolution is a match made in hell. Oh the eye bleach. (At home I got 30" with 2k or 1440p resolution. Much better viewing experience.)
I'm having my first day in the office in the new job after two week of remote work. I think I will prefer working from home office definitly (even though the office coffee machine is nice).
It doesn't help that the internet connection in the office is 100 Mbit and at home I have 1 Gbit.9 -
Height of stupidity.
It took that person 16 sets of new batteries to conclude that the remote is defective.2 -
Everyone is remote working and executives keep telling non-technical to push their communications into shared channels in Microsoft Teams.
It forces analysts and managers to ask questions plainly. They are getting developer input quickly so aren’t wasting time on in-person meetings. The higher ups see how little many produce. Developers are busy churning out software as usual and responding to technical questions.
Our CEO said something in a channel that suggested he is considering downsizing the management and adding more developers. 😱 The response was that analysts and managers packed the developer schedules with online meetings and are trying to initiate more documentation work.3 -
Remote server software installation support is great!
You can watch them trying to understand where what is on the file system, they repeatedly switch between windows without doing something on either of them and they set your IE browser policy to allow all kinds of domains & sites which are preventing them from downloading their software.
Todays guy did not know how to transfer a file between the local machine and one in remotedesktop. 😄
(If you do support like this, then don't get me wrong, I'm not making fun of you personally, it is just funny to watch if you have to actually sit there and wait for the support to finish.) 😉1 -
This might seem like a dumb rant to have but I just started a new job, and I asked my boss about the Work From Home policy and basically, there is no work from home, at all. I'm bummed out because I got into a really good WFH rhythm at my last job and now I have to go into the office every day, even though I am stationed in a different city than the main company office anyway. I'm already remote! Why do I have to pay to come into work remotely anyway!? Argh.15
-
I've just updated my career interests on LinkedIn selecting only the "Remote" checkbox.
After some hours I received the first offer: «We are looking for [...] Unfortunately, remote work is not an option today, however, we do offer full relocation and immigration support.»
So, still SPAM. Again. Fuck.2 -
It's hard to grow professionally as a remote jr dev, I wish I had coworkers to talk to/get mentor-ship from in person 😓4
-
I’m currently learning development thru a remote bootcamp, I spend 80% of free time trying to build stuff and doing challenges. None of my friends understand or care, how do you combat loneliness/make friends when you’re a beginner? I’ve been to a few meetups but everyone’s way ahead of me. Bootcamp classmates are cool but none are in my city.9
-
Which bastard thought that 'Spotifiy remote' is a good idea?
You never know what you control:
- your phone with your phone
- your laptop with your phone
- your laptop with your laptop
- your phone with your laptop
- your heart with your heartbeat
The guy invented that should get hit with a stick recursively until he cries 'Music should be played on the device that you can control'7 -
Following on from my school having terrible passwords. Turns out they stored all our passwords in plain text somewhere - so some script kiddie (Do you even need to be a script kiddie to find this - probably not, but the guy who did this was a script kiddie) could just remote log me out twice, log in as me, be a twat, and have a conversation in Notepad.1
-
I just received an email about my company releasing an official full time work from home policy. I’m so happy.
It coincidentally arrives at the same time I’m building my first desktop PC, which should be ready on Friday.
#Winning2 -
Went into an ikea store. For a photobox. Also got one of their remote controlled light bulbs which can change light temperature I didn't know I needed before.
2€ photobox, 30€ for the bulb and its remote.
Well done ikea.5 -
Do you think that "Work From Home" or "Remote Work" tends to reduce the work life boundary for the employees?
What I think is that Managers feel fine pinging employees at any time of the day. And as employees either you get good at ignoring messages or work outside the working hours.20 -
Fucking YouTube adverts on chromecast. Every time 55 seconds required to watch and THEN it starts another 55 optional seconds. I'm happy to have a remote so you can skip easy but they know you're sitting comfortable in front of your TV so they keep pushing ads. It's unethical. Torture, before I didn't mind so much, before the 55 seconds shit what was pretty rare before45
-
Hello all! First post here. I've been a lurker for a long time and have enjoyed all the content.
I start a new gig working remote on Monday (second remote gig) I'm hoping it's better than the last one. How is everyone?8 -
Open remote debugger on Chrome but there's a bug on Chrome remote debugger. I can't debug my site because I can't debug a bug on Chrome remote debugger.1
-
Ugly(beautiful for me) fact of remote working: I asked for a highly deserved raise. Manager said I should be concerned for my job safety rather than raise. I couldn't get the raise but I increased my hourly rate in another way.
My salary didn't get a raise but my mood had.6 -
Kay! Why people think remote job is less then a onsite job? Excuse me? I also work remotely. Okay I get it that onsite you have to go onsite through bus or blah blah , but your hours are not counting by a tracker and not getting SS every 2 min. My family doesn't understand that I have to be on my laptop for at least 7-8 hours.
Their reaction is :" why the food is not ready?"
" I am doing work"
"So what? You are home!"
And WHY LARAVEL COMPOSER UPDATE IS SO DAMN SLOW9 -
Remote work sucks! Honestly almost everyone that doesn't work remotely thinks it'll be nice to work remotely. Though there are advantages like doing whatever the fuck you want to and working however the fuck you want to work. (only thing is you just can't attend meetings without a shirt on). But nope, it gets boring and lonely. When you lose motivation there's no one to fire you up. Burnouts will hit you more than it should if you work onsite. My first and second jobs are fully remote, and I'm sick and tired of this shit. Hopefully the third would be onsite.8
-
Apple products are so fucking overpriced. Here is an "Apple TV Remote Loop" (that holds the remote to your wrist). It costs ₹ 1500
For people outside India, his shit costs more than 1 year of unlimited calling phone plan from the leading provider, with 24 GB data and complementary TV and Movies subscription. (₹ 1299)15 -
Dear recruiter,
Open space is not a perk.
If someone tells you they want remote, not bit of remote or any other indication,
Why would you ask how much remote is ok?
If someone tells you "i want open space" would you ask "how much open space? Like half office?" No, you wouldn't.
But for sure, what is not acceptable when someone tells you they want remote is answering "that's a shame" if you want to get a developer a job, work, if you want to get cash because of a developer then do that. -
Remote work for me, but not for thee!
Google angers employees with 'hypocritical' remote work policies
Employees were already stirred up over opaque policies on remote work.
Then a senior executive announced he's moving to New Zealand in what some workers consider special treatment.
https://cnet.com/news/...4 -
get a remote job
get remote login details
.........
the whole system doesn't speak your language
😬😬😬3 -
Corona times and remote work be like:
hm, can't connect to my pc at work again. Why is it down? Whatever
*starts writing to collegues asking if anyone is physically present and could kick (aka. boot.) the pc.*
ah yes, fun times7 -
Remote work (for the software industry, at least) is PERFECT and I still haven't heard a single argument against it that could not be derived into one of the following explanations:
- the complainer is/has a terrible manager
- the complainer has a shitty house
- the complainer has a shitty family
- the complainer is a shitty person
Naturally I mean only real-adult healthy people who work in the software industry.
I will now list the complaints I have heard more often. All fit neatly in the categories above:
- "my family interrupts me a lot, require lots of attention and/or creates an environment I cannot work in" - in this case it is very irresponsible of the complainer to try and escape to an office. If the adults you live with cannot get by without you, how going to an office will help them? If you can't teach your children to behave, who will?
- "my house is noisy and/or uncomfortable" - move out! if you can go to the office, you can look for another place to live.
- "I need in person conversations to understand people / zoom meetings are a waste of time" - why? do you need the smell of other people to properly organize your thoughts? Yes, meetings are extra-shitty during the pandemic. But pandemics come and go and your terrible time management skills won't simply improve themselves. Learn to lead better meetings instead of blaming the medium.
- "I miss face-to-face interactions at work" - Those do not miss you. If you want to have personal conversations, do it *out of working hours* with consenting adults. If you want to have personal touch in work contexts, it is called "sexual harassment" and is a crime.
- "my employees / colleagues are not as effective without me breathing at their necks" - you are a terrible manager and leader if you can't inspire people in words only. Maybe even video.
My main point is, there is no argument against WFH. When people try to argue against it, they often actually mean "I don't like the pandemic". No shit. Life will be better after people stop dieing for breathing close to their friends and family. In the mean time, learn to organize your life instead of running away from it every day.
Have you ever been to love theatre? How many times? Have you ever seen a movie? How many?
Why so many more movies than live theatre? You think you would have liked the movies, and their price, more if it was live theatre? Would you have seen as many?
WFH is not perfect for everybody in the planet. But it sure is for the software industry.15 -
lead dev: hey, I just committed but can't push
me: you need to add a remote repository, you don't have any yet
lead dev: what you mean by remote? 😕😕😕
me: explain what "push" does.
lead dev: ( with didn't get it expression ) hum...
me: (I think I'm in the wrong place) 😐😐😐😐 -
Looks like copying large file e.g. 1GB from Remote Desktop Connection will also affect SQL Server performance and somehow slowing down the SQL transaction 100000x times
What a new thing to experience😆5 -
Talking about politics and soccer in the office should be forbidden... Missing remote work so much.5
-
Man soo much has happened. I broke ( 2. Months ago ) my main phone = Oneplus 1. Then I proceeded to throw my sim card into my backup phone = iPhone 4. So within that time I've started working at the same remote company my brother/ I work for as a python dev. But I am deffinatly learning as I go. Been there a month this week! So with this being my second job. I finally had enough money to buy nonessential so 4 day ago I ordered a new glass and digitizer assembly for my main phone it came today I fixed in just under 2 hours as my first phone repair. Pretty proud
-
- Pigs flying
- Rats singing opera
- Donald Tump not being a bigot
- Our remote office staff having a clue
... all things I have accepted that are impossible2 -
Does anyone know if it is possible for a recent graduate to get a remote job? Want to work and travel on the way.1
-
Work Computer antivirus marked FireFox as a remote code injection and blocked it. Okay then. Chrome it is?8
-
Guys I have lots of rants about my office job. I want to find a remote software dev position so that I can move wherever I want. Does anyone have experience with a full time remote position?6
-
Gotta love the IoT.
They set up a new surveillance camera in the company, that can stream live footage over the network and that little shit picked the IP adress of a coworker one day AFTER being set up.
Hurray for static routing. Hurray to the person who didn't disable DHCP on the router (Should probably configure my PC to use a static IP as well lel)
Anyways, this happened outta nowhere when I, the only guy who knows shit about IT and is usually present at yhe office, wasn't there and could not connect remotely.
The other, remote programmer, who set up the network, could guide the coworker to get a new IP but, he was worried that we got ourselves an intruder.
Since nobody told me yet that we (should) have static routing, I thought there was a mastermind at work who could get into a network without a wifi-access point and spoof the coworker in order to access the some documents.
The adrenaline rush was real 😨
Scanning the network with nmap solved the mystery rather quickly but thought me that I need to set up a secure way to get remote access on the network.
I would appreciate some input on the set up I thought of:
A raspberry Pi connected to a vpn that runs ssh with pw auth disabled and the ssh port moved.
Would set up the vpn in a similar fashion. -
So apparently, all IT staff of #ryanair is banned from remote work. Some of them are in Madrid, Spain. I heard a lot about their workplace and how "employee friendly" ther are. But to make "equality" excuse for staying in office cause pilots cant work from home...1
-
Need to rant / maybe some advice.
Working remote is hard.
New company, remote on boarding. I feel like my coworkers are robots, and I'm being tossed into the deep end with minimal guidance.
The codebase is so unnecessarily complicated, its impossible to read. I've been trying to figure out how things work for a whole month, still not sure.
My mentor that is supposed to help onboard me is a robot, and answers questions in a somewhat acceptable manner, but it still feels like a lot of "figuring out" is still left for myself.
My other work partner that is also a newbie like myself is also a robot - doesn't talk or ask many questions whenever we have a sync up meeting.
The codebase is huge and feels quite overwhelming, I don't feel like I got a team "with my back", I don't enjoy work as much as I have before, I barely do any coding (mostly reading code and trying to understand how everything is working by setting breakpoints and debugging tests that take foreeeever to run), and some days I'm seriously considering cutting my losses and jumping ship just to save my sanity.
Am I paranoid? Am I just dumb? Should I just suck it up and be happy I have a job? Is this how Remote work is supposed to feel like? Why does it feel like my soul is dying?
Anyone in similar situations, or who can give some insight/advice/etc, I would highly appreciate it.
And this is supposed to be a good company too from the reviews. I don't know how it can be so crappy in reality. Did I make the wrong choice joining? Should I jump ship sooner rather than later? I've only been here about a month or so, and maybe its too soon? Halp!12 -
Oh my damn god,
I just found the remote-server plugin for vsCode and holy fuck balls, it's the one thing I've wanted from vsCode since ever.
When you dev in VMs and are forever working with remote code using SFTP and git on a remote servers, it's a pain in the ass.
But this, god damn this solves all of that, and with connection specific plugins, I think I just came.7 -
How NOT to cross compile code to Windows:
Chrome Remote Desktop →
Shitty Wi-Fi hotspot →
Mac at home →
VirtualBox Windows VM6 -
All these companies not going the full 100% remote and requiring one day in the office, would it kill them to do 100% remote? My current role is fully remote and were spread through many timezones and still manage to work well, why don't companies see this and give an option atleast to be fully remote for developers?12
-
From now on I am administrating multiple servers in our company and monitoring is one thing our infrastucture lacks...almost completely. At least, useful monitoring.
Installing netdata or Grafana and integrate it with chat is definitely a solution, but what happens if the whole server just shuts down (very stupid scenario I know)? Well, it is easy, there will be no alert about the failure.
So, that's where I was wondering if there is a tool or even better plugin for netdata or Grafana, that enables remote monitoring from another server? I surely can write a simple script to check the server availability but having the whole monitoring tool on a single server instead of 5+ would be also easier to maintain and setup.10 -
dev_storyV1.1 (without merge conflict)
Thief: Quick! Hand me your wallet and backpack
Dev: *hands over the empty wallet, takes laptop from bag, pulls from remote, pushes all the commits to remote, deletes local repo, puts laptop in bag, hands over the bag* Here you go mister *sighs* -
!rant
Remote working today and the rest of the month probably due to construction work at the office.
Yay! -
Hi!
Im planning to switch for a remote company. I have 2 years of internship and 1 year of full time experience.
I also have some GitHub repos where I played around with JS frameworks and I will soon release the beta version of a puzzle game I made with React Naive in my freetime.
Im also planning on creating a simple website for myself on GitHub pages.
Would this be enough for a mid-level fully remote frontend developer position?
Thanks for the answers in advance!10 -
Do you prefer working remote or in the office?
I like to view these as equal choices. I don't think offices are as bad as some people make them up to be (of course heavily depends on the environment and company!). In opposed to working remote, offices can help you focus more on work and leave work problems "at work".
While, if you're working remote, it's not unlikely for work and personal life to become so intertwined that it's hard to tell them apart anymore. It's hard to not think about work at home if home is where you work.
I believe an ideal is somewhere inbetween - not entirely remote, but not entirely office focused either. Mixing and matching seems like the one approach where you get to have most of the benefits, but with the least negatives. It doesn't seem necessary to always be at the office but it also doesn't seem good for you to always be cooped up at home.7 -
Developer contract, day rate £500 in London or £400 remote working! WTF!
Does the agency/client seriously think they should pay less for the same work if done remotely? If anything, remote should pay more, it saves the client money and the remote worker will probably have more productive hours without the fucking shitty commute.3 -
- Naming things in English as a non-native English speaker.
- Maintaining a good sleep schedule as a remote worker. -
Does that look like a bug ? Or a feature ? It requires a considerable amount of time and effort to develop unattended remote access. How do these people develop such a feature as "mistake".5
-
The country where I'm from uses only one platform for online school (public schools from 1s class to High School).
I was curious to take a look at the website and they didn't change the create-react-app manifest.json in production.
Bonus tip. The teachers and students cannot login for the last 2 days.2 -
I'm at a hospital waiting and the tv is so loud so I thought I'd find a remote app to turn it down.
I found this app, one with no ads but look at all the damn permissions it needs....
What the hell,
Anyone know a good remote app that doesn't want to steal my identity?5 -
I just ordered some magnets so that I wouldn't lose the remote to my speaker and I've lost the remote in the two minutes between ordering them and putting it down.
-
!rant
So, when I was young, I wanted to be a freelancing nomad. You know, live the live, work remote and travel.
But I didn't have the bones to pursue that. After 10 years of struggling as a normal "programmer", I did a little of everything. I did normal boring "erp maintenance" in C#, Oracle and some legacy stuff called Visual WEB GUI , which was fun, but required a full 9,5 hours work day, 8:00 am to 6:30pm, and the bosses where squares, and I was young and wanted to try something out of the corporate world.
Then I did some work for a newly funded consulting company that used python, Django, and postgresql, but the bosses promised a lot and delivered none, (I was supposed to work backend and have frontend support, which I did not have, and that hurt my productivity and bosses instead of looking at what they promised but did not deliver, they just discounted my salary 3 months in a row, so Bye bye MFs!!
Then I did some remote work for some guys, that, I managed to sustain for a whole year, the pay was good, the stack was simple, just node.js and pug templates, that gig was good, but communication with the bosses was hard, and eventually things started to get hard for them and me, and we had to say farewell to each other, I miss those guys. This is the only time I remember having fun working, I could work whenever I wanted, I only had to reach the weekly goals, and then my time was mine, I could work from home in the odd hours, or rent a chair in a co working space if I wanted to socialize.
Then fate got me one big gig with a multinational company, and I could hire some people, but I delegated too much and was asking too little of myself, and that project eventually died because I did not know how to negotiate.
So, I quit the whole entrepreneur idea, and got a public job at my University, I was a public employee with all the perks, but none of the fun, I just had to clock-in, work, and clock-out. That experience led me to discover a lot of myself, I worked as a public employee for a year and a half, and in that time, I discovered more about myself than what I learnt in 27 years of previous life experience.
Then, I grew bored of that life, and wanted some action, and I found more than enough fun in a VC funded startup ran by young narcissists that did not have a clue of what they were doing, I helped them organize themselves into "closing stuff", you know, finish the things you say you have finished. Just to give you an idea of what it was like before I got there, the were working for 3 months already on this project, they had on paper 50% of the system done and working, when I tried to use the app, I couldn't even sign-up without hacking some database commands, (this was supposedly done). So I spent a month there teaching these guys how to finish stuff, they got, Sign Up, (their sign up was a mess, it is one of those KYC rich things, that financial apps have), Login, and some core functionality working in a month, while in the previous 4 months they only did parallel work, writing endpoints that were not tried, and an app that did not communicate with the backend. But the bosses weren't happy with me, because I told them time and time again that we were not going to reach the goal they needed to reach to keep receiving funds from the investors, and I had to quit before it became a mayhem of toxic employer/employee relationship.
So now I decided to re-engage with life, I have funds to survive about a month and half, I have a good line of credit in case I need some more funds, and the time of the world.
So wish me luck!!! And I'll be posting often, because I would like opinions, hear from people with similar life experiences and share anecdotes.
Next post, it's going to be about how I discovered taskwarrior, and how implemented my first weekend following some of the aspects of GTD to do all my housekeeping chores, because, I think that organizing myself will be key to survive as a freelancer nomad. -
They say you can have work that is good, fast, and cheap, but you can only pick two.
Well now you can have a job that pays ok, is fully remote, and is meaningful, but you can only pick two.
Of course many times we get work that does not satisfy two of the three and there are many jobs that don’t satisfy any of those three. But I’m just saying if you are in a position to have some choices about your job.9 -
Has anyone used NoMachine before? I'm playing around with it now and wonder why I've never heard of it7
-
The company has gone completely remote. We are all working remotely. We have increased our communications and we have regular video calls to make sure we are all on the same page and that everything is going smoothly.2
-
So I just got the brand spanking new MacBook Pro M2, primarily because the MacBook Air shitbox from 2014 started crashing when I started VSCode...
So now that I have a "proper" laptop, I should be able to work remote, right?... Right?!
Nope! Because our IDE of choice is (I fucking kid you not): Netbeans 7.4!, maybe 8.2... And we use SVN.
And apparently Netbeans 14 just shits the bed when I try to open our projects. Intellij is also no help, because our build scripts require Netbeans...
So the workaround? Parsec, of course!
So now I'll be able to work remote, by remoting into my windows desktop at work.
What a lovely connected world we live in!8 -
I've seen some posts on remote work. I believe all companies should permanently implement remote work if they cannot arrange a proper office.
I have been working for a company where programmers and project managers work in the same room, and sometimes I was trying to understand some problem in code when managers were screaming next to me at other developers or on the phone, because they couldn't hear themselves.
This happend so often that I would literally go home burned out.
Also there were people coming in the room to talk to the managers or just passing next to my screen every couple of minutes which was extremely distracting.
I bought a pair of over ear noise cancelling headphones and on top of that used ear plugs, but eventually I developed a very strange stress condition over the course of a year. Also listening to music while trying to focus for 8 hours a day while at work is very tiresome.
Also couldn't quit because it was my first job. -
I was studying a lot the last year, i learned a lot about Machine Learning/Deep Learning, Data Gathering, Data Analysis, ETL, Model Architecture Design, Training, Fine Tuning, Backend Development, DataBases, API Development, ORMs, Rest, GraphQL, OAuth, CI/CD, Docker, Deployment to Production environments like Heroku, Git and more stuff i dont remember while writing this. I built and keep adding stuff to my Github Portafolio.
Im not able to get a job. I started looking for jobs as Data Scientists, no response never. I take a look at freelancer sites, nothing seems to fit my skills. And when there is a minimal fit, they always want a Full Stack Web Developer, i dont know Frontend Development, i dont like do it.
Dont know what to do or how to land any job.
My options aeems to be:
1.Learn Frontend Dev and work as Full Stack in underpaying freelance jobs
2.Keep applying to Remote-Only startups, but they still wants people with 3+ years of experience.
i cant work in my city, here are not any company startup hiring no one, we are 30 years in the past here.
What you do in my place?10 -
I don't usually tell my extended family that I work remotely but when I do, I have to explain what I do, how I do it and how did I get it.
Working remotely is very rare where I'm from. I only know one other guy does work remotely and thats it. -
Is it sort of silly to work remote, but from a different place (library, shop, mall)?
I've had one remote job in the past, but start another tomorrow and I'm hoping to try to work from different places.
All of the posts of folks with their laptops on beaches, looking at waterfalls, and such make me happy.10 -
So apparently, Remote Desktop via Citrix via Virtual Machine via Remote Desktop is how we access other servers in 2016 !1
-
I bought medion md 19500 vacuum cleaner refurbished for about 74 usd, it can be controlled using ir remote
I disconnected vacuum top and it’s still working so my plan is to use arduino instead of attached remote to control robot
I can try to identify where ir sensor is to directly connect to it, but don’t know if my skills are enough to do it.
edit:
to compare, roomba create 3 costs 450$ and I can buy this vacuum used without remote for 38 usd24 -
So I feel confident at least in my front end development skills to maybe start freelancing in the near future. Does anybody have any good recommendations for where to start? How to draw in remote clients? Etc. I honestly dont know the first thing about remote work other than what I've researched.2
-
Why are remote services so shitty?
I mean: have you ever tried to upload an app to AppStore?
My current issue is with GoDaddy, EVERY other FTP server works so damn well, GoDaddy randomly decides to knock everyone off for like 15-20 minutes, EVERY FUCKING DAY2 -
I'm soon gonna leave my secure and well paid job I'm actually doing abroad for trying remote working from my home country. Let's see how this will play out...
-
I have a job opportunity that would require me to move cross-country. The process would be that I do contract work for them for about six months while I work out the details of moving my family. The position is remote, even once I move.
Does anyone have experience being a contractor and/or remote employee and would like to share your knowledge? What's it like? What don't you like? What pitfalls should I avoid? -
What do people feel about remote work?
I got into my current work about 8 months and we all were remote working.
In 8 months, we met in person several times and worked together at one place for a week or two.
We have never overcome the feeling of a disconnect when we work remotely. There's less focus and less clarity on things to do.
Is this common? How do people be focused and productive in remote work?
Also how do people communicate effectively?2 -
5 minutes before the meeting, I get refreshed and start setting everything up. All in a sonic speed rush. Always feels like a movie! :D1
-
It’s from a job posting for a fully remote position. You have to invest your time for a homework task, 2 interviews a week apart, and only then you get the priviledge to know the salary range.
Your compensation is based on your location, even though it’s a remote job with digital nomad wibes.
Guys, you are not Google to pull this off.6 -
Remote Desktop because I can work from home, avoid delays commuting, and dealing with other people when I'm busy
-
When I do SSH to a remote server, how can I show git branch name?
When I SSH it shows me this:
admin@123.456.789.555:/home/some_folder$
Can I configure it to show something like oh-my-zsh that shows me the current Git branch I am pointed to?
This is my local iTerm zsh default theme:
some_folder git:(feature/some_branch_name)18 -
I need to improve my C skills to become a kernel developer, so that I can do that full-time at some point. And since it would be 100% remote I could live wherever I want and wouldn't need to PAY STUPID AMOUNTS OF RENT JUST TO LIVE IN A """CITY"""1
-
Semi-remote job, sometime i need to meet people to make sure im not work with bot. Want to remote job because i wany to avoid crazy traffic jam, flood, ugly road and crazy driver every day. But still got full of payment like other who have fulltime on office.6
-
Remote into a machine in order to remote into a machine to setup wordpress site on an IIS server using wamp behind nginx. That was my day, as the FE dev who never built the WP site and knows diddly squat all about setting up servers.
-
Tried to deploy a release ... pasted the git tag after copying it from a Jenkins build. We’ve done this a thousand times, BAU....
The deployment process tries to `git ls-remote 'git@git-repo.com:org/repo.git' '5.1.0*'` and complains it can’t find the tag in the remote.
Three hours later, 20 grey hairs the richer, I copy the build log into Slack to get some validation from others that I’m not crazy.
`git ls-remote 'git@git-repo.com:org/repo.git' '<200b><200b>5.1.0*'`
Faaaarrrrrrrrrrrrrrrr .... -
I need to know, supposing where you work has an empty remote position, will your company hire devs from Iran?30
-
Company has hybrid work policy. My coworkers go remote twice a week. I have never gone remote for more than 10 days for the whole year.
However, I just went for remote today and seniors keeps asking me why did I go remote? Even guilt tripping me.
I guess I put it on myself for not taking more remote days but it’s just annoying that they will make you feel that you’re pretending to work even you do actual work from home.
Just venting today.7 -
I logged in a Remote Server, where Bi-Directional was disabled.Didn't allowed copy-paste and needed to upload a new Web app release.
Hack: just inserted usb flash drive in my computer and remote server recognised that as external.
Deployment completed!4 -
A team in our company has spent a few weeks building an application where we would pick what days we are remote and where we are going to work.
Now today, manager decided that on top of regularly updating that remote schedule we’d also have to ANNOUNCE in a channel on Teams that we’re remote on that day………. Supposedly for good moods and work life, this is such a waste of time I can’t even….
I should complete that the application let’s you see if anyone in the company is remote and where they can be found 🙄3 -
To all the remote devs out there, I pose some questions.
Do you prefer working remote?
And what are your personal pros and cons for remote dev positions.16 -
"Use remote EJBs. REST is too complicated", said my archaic boss of his late 40's. Remote EJBs we wrote. Suffering we endured.2
-
I wrote a bit about my experiences dealing with communication in remote teams, and how I'm trying to get better at it. #remote
https://monades.roperzh.com/getting...1 -
Working on 3 projects solo remotely and everyone wants their changes promptly. Also, I don't disclose to clients that I work for other people. (Being me)
Finished with 2 projects today so gonna Netflix and chill ( I really don't have a gf and idgaf), I need pack of smokes really bad and internet outage just in time when I finally finished, now waiting for more changes eagerly so that I can get paid finally2 -
I literally start coughing/sneezing as soon as I enter the Office. Had the same issue with the previous Office as well.
With offices paying no attention to hygiene, another reason to prefer remote roles? -
How can some developers take a full remote position when they work in a team?
I really appreciate the in real life contact with my team members, to discuss code, solve brain cracking problems together, doing peer programming etc
The days I have worked at home were good for focusing at my own tasks but I missed the team feeling.
Sure with tools you can share screens, collab on code via liveshare in vscode, use Skype to talk and what not but there is no random coworker passing by who takes a look what your doing and helps u with a problem that he knows how to fix
Just a small example why I prefer being at the office1 -
Okay, going to throw my shame away here.
My chances are slim, but if anyone happen to work in a company that might have a use for a remote intern with skills in Python/Flask, JavaScript, Java or PHP living in GMT+1
I will go for fulltime too but I know chances for that are even slimmer. At this point, I will kill for a $500/month intern opportunity for perspective.
Sincerely,
3rd world country dev4 -
Got stuck on a Terraform issue, so I checked in my branch and sent it to my manager. He didn't offer me any suggestions at all to my code, but instead sent me a way more crazy complicated template he wrote that doesn't help me in any way what so ever with my issue. He's also just shitty at explaining things. I'm not sure I like the idea of a team lead whose 90% remote when the rest of us are here.
-
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 -
Yesterday evening I updated Windows 10 on my PC to 1909. Everything was fine, just a quick update.
Today I saw that all my VMs in VMWare Workstation don't work anymore. And they contained all my work for university.
Okay, let's just revert back to 1903. This can't a problem, right?
But Windows decided that it should revert back to 1809, not to 1903.
Also that was my home PC, and I had remote connection.
Yes, now it doesn't work too, because Windows removed Chrome Remote Desktop while reverting.
Thank you, Windows.
Thank you, Workstation.8 -
Why do all remote jobs on the web mostly accept developers from North America and Europe?
I am a Nigerian who has been looking for a job for a while now since I had to quit my previous job and most remote jobs I find online are either only accepting candidates from North America or from Europe. Is there a reason for this? Tax issues or what? If it is due to tax issues then why do they accept application from other continents? What happened to Africa?5 -
University : you know with remote working no-body know if you really work at home. For that reason you cannot remote work on shiti snowy dangerous day.
Covid-19 joined the conversation
University : look how its fun to remote working ! Is the new technology of the century... Now everybody in quarantine can work at home and the business lose nothing.
Me: yeah you bet mother fucker
University: don't take it like that is a gift.
Me: i will take it like a gift if you give it to me before the apocalypse fucker ...2 -
I really want to start up a business as sort of a consulting service, or a software contractor...
Does anyone know how to get started in contracting? I see contracts online and they are only like 2-3 month long contracts? How can I get involved with that to get some experience and not have to quit my current job...? Is it possible to do both?
Also it seems like a lot of the ones I see are where you have to go live there during the duration of the contract... Why don't they do any remote contracts...?
I've only worked at one place as a Software Developer, and from my previous post you can tell that I really hate it, but my location is hard to find anything else at all... Any advice would be greatly appreciated! -
Okay guys now real deal.
I am planning to move to Portugal or something like that.
I think I’m gonna need full time remote work, seems like that one is not happening with me now(part time)
Soo I do react, and all kinds of node selenium, bash stuff . But want to improve on redux and go to react native also.
Long story short shoot the work on me :)11 -
Suffering from the cash flow blues.
Remote contracting roles are far and few between, and so far I’ve only found the one client, the problem is that because they’ve been burned in the past by contractors, they only operate on an order by order basis.
So we’re stuck in this perpetual cycle of issues > estimates > order > development > test > tweak > pay and repeat.
The problem is that there is always significant delay between the stages from both sides, either because they’re busy on stuff, or I’ve burnt myself out rushing to meet an estimate and having to take a bit of breathing room.
Don’t get me wrong, it’s great working in blocks of a few days to a week and then having some time to myself (and the money is nice too), but the cash flow inconsistency is super scary when you’re having to manage corporation tax, accountancy fees and a salary.
Anyone else have these issues / know good places to find remote contract work?2 -
Hello fellows devs,
I've been wanting for a while now to get a remote job or just find a job that helps me relocate outside my country. If any of you have managed to achieve any of these would you care to share your story and any advice on how to get it. I've been looking at landing.jobs and seems promising.
Also, can I appear more appealing to recruiters?5 -
Teamleading apprentice reporting in.
Today our new frontend employee told me our app wont start. I have wasted 90 minutes figuring out somebody installed an older node version via remote. Turned out the head of our administration thought: mhm it has been more than three weeks since they reported they had problems on the new frontend employee pc, lets check it out.
He did not inform anybody, not the user of the pc, me or the head of our IT department. -
I have never encountered a better wrapper for graphical remote access than remmina. I have yet to find one for Mac that I really like, and I haven't found one for Windows that I like at all.
I have used chicken and finder's built-in client, but neither particularly impress me. Do you have one for Mac that you swear by?4 -
Hello everyone,
I am a software engineer by profession and working at a local company here.
.
Will having false political charges against me be problematic during remote jobs?
.
Thanks in advance.9 -
Does anyone else enjoy working remote but also have complaints about it? My biggest complaint is not being on a schedule and getting out enough.
More often than not I find myself not tired at the end of the day, so falling asleep is hard. I guess the commute drains you a lot more than I assumed. My previous 1hr+ commute both ways has turned into a roll out of bed and begin working commute.
I keep wanting to go work from a coffee shop or something, but just haven't. I've also considered travelling somewhere and working from s different city for a few days but haven't tried that either.1 -
I've been in the industry (developer for Finance, backend, quant stuff) for 5 years, and I was thinking to starting looking for a remote developer position in a couple of years.
Do you have any advice? Shall I start studying something? I'm proficient with C++, python and C#, but mainly for numerical algorithms, but I'm sure I can learn other stuff.6 -
Finally some real vacation. Heavily needed. Can't stand that type of remote work any more. Our dailies and pull requests have become mere dick-measuring contests. Morally puffed statements about THE RIGHT way to do agile and clean code, and architecture. Endless vacuous, monologues, which they only endure so they can start our own - but shit just does not get done.
And then they don't want to invest only a day or some hours to get some integration tests running on more machines, which could save the one overworked tester we have a lot of work. But whatever. I've lost all motivation and hope. Shall they deal with their own shit. Maybe I just need more sleep or some antidepressants, because I'm really fed up with it.
Makes we wonder why I even fought this battle of the last two weeks, when thanks to Apple's changes in macOS's codesigning our new binary wouldn't run on any "real" machine. But according to them packaging and signing is only a trivial issue, nothing to do with code. Yeah, well, then they should do that shit themselves next time.1 -
I'm looking for some Remote work to do as freelance or "startup", low pay is alright if there is not too much pressure. I'm a Front end developer who's trying to actually apply some of my React knowledge, maybe someone can take me "under his/her wing" :) , HTML, CSS and Javascript (jQuery) are no problem. If anyone has any pointers or recommendations, I'd appreciate it. Thanks2
-
currently applying for remote jobs, in usa mostly.
anyone up for a talk over discord? need to practice my english8 -
Looking for new jobs and all interesting jobs require on-site (or hybrid, which means I have to relocate) and pay less than Remote companies.
Remote ones, pay much more but the product is so boring and uninspiring.4 -
Is part-time remote dev work a thing? I wanna go that route but no clue where to get started. Freelancing? Consulting? Or do companies actually hire part time remote devs?7
-
I was talking to some buddies of mine the other day about remote work: is it sustainable long term. If remote work starts to collapse, everyone who has moved out of the cities might find themselves unable to afford homes. I wrote a whole post about it here:
https://battlepenguin.com/tech/...8 -
Colleague from a remote office emails me to ask what version of some tooling is installed on a build machine. Generally I wouldn't mind, but for the fact they're literally sat next to said build machine in the remote office. I mean... why get up and look yourself, when you can just IM somebody to look for you... right?
-
Any advice for finding a remote job? I don't *need* a new job, but I'd like one, and I'd like it to be remote because I live in the middle of nowhere and don't want to move.
I occasionally work from home, but the biggest problem I face is when asked, "have you ever worked remote before? working from home isn't the same..."3 -
I'm pretty sure remote teams don't work with the remote team doing all the coding and we have the same exact JD and in the same department...*sigh* when management are foreign, they really are afraid of letting the local tech team help out. No wonder we are 3, sorry 2 since a fellow dev left to a better job in Amsterdam
-
I went remote a year ago and have had the constraint fear of losing my job, even though I know for a fact that there are other devs who do less work than me and slump around more than me. Never want to go back to office life again though.1
-
!rant
Guys, any tip when looking for "Remote Development work". I am very bored at this job and want to move on urgently.
Please anything.1 -
Error: Disk image full.
...
Not good on a production SMB server. Wasted 2 hours tracking the fault down....
Turns out the boss thought it would be a good idea to install syncing software as remote backup without telling anyone...
It wasn't remote :( -
!rant
TL;DR: For remote job what are the things should check with employer.
I'm looking for job opportunity in India or outside. i noticed lot of remote job openings. While joining or attend interview to remote job, what are key things should I confirm with employer.
Thanks. -
Just setup an IPsec tunnel and route 192.168.50.0/24 to 192.168.0.0/16 over that tunnel on phase2. We will be able to see 192.168.50.6 machine from 192.168.0.0/16 remote subnet.
Do it.
Why we cannot send ICMP echo from local subnet machine to another machine in same subnet??? Also remote subnet hits only the BSD machine it does not go further. Whyy
I know I should have not done it but SDM and my manager insisted to do so... And now they expect me to fix time outs when remote subnet belongs to different company.7 -
Why some leaders are afraid of changes. Everything in the world change and adapt to the trend of responsibly remote working. We must count the productivity and not the negative impact of envious people that all they can do is sit down and pretending to be busy. We all know that the first step of success is to accept change.1
-
How does one find a remote job as a junior dev? Dealing with some mental issues that keeps me away from a normal physical workplace at the moment but really need to start earn some cash.. I dont need a massive salary, just enough to afford rent and food would be lovely.2
-
Am a highly skilled Software Engineer looking for a remote or onsite job any good link up will be great.11
-
So I started out in 2010ish as an intern, entirely remote. It let me attend school in my home state while working for a company elsewhere. Fast forward to 2017, I leave that company to work at a college, as a hybrid model. Found I was more productive on days that I was home/working from the lab versus days I was in the office. Skip to 2018, I get a job working for the Air Force which is ALSO hybrid. It wasn't bad, but it wasn't as good for me as when I was remote. In 2019 I started working for NYS and had to report to an office full time. YIKES was that not for me. My mental health started slipping, my physical health went out the window, and I barely got anything done. Along comes COVID and I'm back to 100% remote! Well, NYS Gov Cathy GoKill is trying to push state employees back to the office, and I really don't want to deal with that unnecessary stress again. Ever. Does anyone have any tips for starting out or looking for employment in the private sector, when my priority would be staying remote?
-
!rant
That remote contractor life is waiting for work, feeling super unproductive.
Solution? Shorts and shirt in the glorious weather with a spliff. -
100% Remote android development jobs guys?
Anyone any exp in that? I want to travel around when corona is over but keep on working full time and earn at least 70k eur. Is that feasable? Remote seems to be still for digital nomads Backpacker as far as i can see. How can i bootstrap my research into this? Fyi senior android dev with 7 years of exp in mobile software development7 -
I've been at my new company for about a month. It's a startup that went from a dozen people last year to over two hundred right now. During the dot com era, that type of growth typically spelled disaster. It's crazy how many people I've met have only been at this shop for one to three months. Everyone is 100% remote, across multiple countries, and vast timezones.1
-
* shell scripts -- vim
* on remote machines -- vim
* java -- IntelliJ
* web (html/css/js/wtv) -- WebStorm
* C/C++ -- CLion -
Any remote dev out there? What's your experience being remote been like? What advise would you give someone starting a remote position?1
-
any remote ranters? is it common for a multi-national company with remote devs to have an email communication guide stipulating things like how long your email should be and how clean your inbox should be?5
-
Question.
If you're working remotely- like a whole other country/continent- do you have to give taxes for the country the company is in?
Context. Got a "job". Not sure if I'll take it full time but for now I will be getting some backpay so I want to know everything before deciding and planning
Right now in my country I don't have to pay taxes so I want to know if that still stands3 -
Are there any recent grads that work remotely? How did you find/get the job? What kind of work do you do? I want to try working remotely after graduation.
-
That moment when your wired Internet connection fails, and your two mobile backup connections also fail. Remote work is great :)
-
Does anybody know how to configure eclipse to run in same way as vs code remote( I am kind fan of it) runs?
I tried remote option in eclipse i.e RSE but it looks more like file BROWSER than remote development .
FYI, I have a multi module maven/grade projects. I know I can use vs code for that as well but due to some limitations I want to use eclipse. I have a windows host and have to do development in vm or ec2 and I want to avoid booting in GUI mode.
If it's possible and you know a document which can help me or share the steps with me, it 2ould be very helpful.6 -
Anyone else having timeout issues connecting to git via ssh?? Had to switch remote urls to https on 3 different repos even with the right keys. Super weird.3
-
I am a full stack developer with 9 years of experience and looking for a remote job right now.
Anyone who has a programming task can contact me2 -
Does somebody know, where I can find job offerings, which are basically some remote freelancer stuff? I'd like to work 1-2 hours per day "after work" from home.1
-
I'm getting contacted by remotely.works with job offers, I like the idea of doubling my current salary, but it really worries me the job stability and I believe switching jobs to work remote for a US-based company leaves me with responsibilities an employer normally take cares for me.
Should I risk it and give it a try?3 -
looking for remote internships/ freelance work in mean stack applications or front end development for experience. Any suggestions?2
-
That feeling when you have to use the great working Remote connection app(android) from Microsoft because your laptop has been installing the W10 Anniversary update for the past 3 hours #MixedFeelingsAboutMS
-
Hi everyone
I have a pretty old sansui tv in my room that I lost the remote for ages ago. I would like to remotely control the TV without having to buy the actual remote for the specific model (which is ~$28). Any ideas on how I can find the remote codes for the tv so I can program my own remote? Let me know if u guys have any ideas, thanks!!3 -
Hi ranters. What is the best website to find Android remote Jobs? I am interested to have this oportunity in the future. Thanks!5
-
Any1 to suggest a company looking for remote developers
Nothing too big just good enough
Skill set:
Python
NodeJs
C#
Backend
Thank you4 -
Is firebase remote config a good option for feature-flags/toggles for our development flow of team?2
-
Nobody where are authorized to do remote working
Covid-19 : everybody look how its fun to do remote working ....
Ya 🖕 please -
Umm can anyone help me with this......got it in spck editor while trying to pull from my remote repo6