Ranter
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
Comments
-
Katinka216y@ganjaman that's a good idea, but I am a working student, so I do not have remote access from home to my working place pc π€
-
Katinka216y@linuxxx No, I don't π I do have a raspberry Pi at home, but due to lectures I haven't come so far to set a server up on it...
-
TRex10386yWhy don't you set up ssh or RDA. Add IP and port to NAT it'll hardly take 10 to 15 minutes and you can access it anywhere, all institutes have static IP addresses.
-
Katinka216y@user261 I didn't know that this would be possible π± I'm coding with Java: how can I give another ouput path without interrupting? (Or for which key words should I google π)
-
Katinka216y@TRex I haven't done it before, so I thought that it would take me some time. So thanks for giving the idea, I'll do my research for this solution π
But on the other hand: I work for an IT company, won't I cause any alarms when the system there notices some unknown ip tries to access an account? π -
Katinka216yThanks to all for your helpful comments and solutions! I'm pretty unexperienced, so you all pushed me further π thank you for your time!
-
user2614296y@Katinka no no you can't change the source code. I meant to say:
let's say the invalid path was /usr/notsovalid/f.out , obviously it's not valid because there is no folder /usr/notsovalid/ ..... so before the output part of the program executes, create the folder /usr/notsovalid/ ....
but of course this only works for this type of error in pathπ
Related Rants
I write a thesis about some data mining project.
I need to process 15 million tracking points - today I finally finished coding my algorithm. I was pretty excited and pressed run:
Now, after 2,5 hours of processing, my program got already through a third of all tracking points, as I realized:
I gave my algorithm a non-valid output path.
And that thouht stuck me, as I was already on my way home.
Now I have to go tomorrow (on my day off) to work, to fix and run it again.
rant
#stupidity
#smallmistakehugeimpact
#fml