Return to “Everything & Anything”

Post

Re: Random Rage Thread

#1008
Cornflakes_91 wrote:
Wed Sep 13, 2017 12:49 pm
JanB1 wrote:
Mon Sep 11, 2017 1:38 am
Why won't you not load, you freakin NAS on 192.168.1.2!!! I know you are there, and you react to my pings, so why will you not react to communication request? Graaah!!!
no smb configured?
Well, it worked fine last week. So, I don't think it magically erased a config. Damn, and this thing is on a another location. So I would have to go there and fix it at that location. Grr. And it's just the interface that doesn't work.
Automation engineer, lateral thinker, soldier, addicted to music, books and gaming.
Nothing to see here
Flatfingers wrote: 23.01.2017: "Show me the smoldering corpse of Perfectionist Josh"
Post

Re: Random Rage Thread

#1010
FK

My Pi's disk has corrupted.
All serverside files are corrupt, everything I looked at today is corrupted locally too.

Luckily I have enough backups to restore much of it
Some is, again, lost forever.

FK
°˖◝(ಠ‸ಠ)◜˖°
WebGL Spaceships and Trails
<Cuisinart8> apparently without the demon driving him around Silver has the intelligence of a botched lobotomy patient ~ Mar 04 2020
console.log(`What's all ${this} ${Date.now()}`);
Post

Re: Random Rage Thread

#1011

Code: Select all

client = gcnew TcpClient("192.168.54.141", remoteport);
works to connect to a known host on the other end.

Code: Select all

ip = IPAddress::Parse("192.168.54.141");
endpoint = gcnew IPEndPoint(ip, remoteport);
client = gcnew TcpClient(endpoint);
doesnt

why? because the second one only sets up your local end without actually connecting to a remote endpoint. which the first one does.
FFS
Post

Re: Random Rage Thread

#1015
Cornflakes_91 wrote:
Mon Sep 25, 2017 2:46 pm
Silverware wrote:
Mon Sep 25, 2017 2:12 pm

Code: Select all

client.connect();
:V
yes. if both of those would require it it would be consistent.
the way it is its just arbitrary
Not arbitrary.
Just when the overload was implemented, the auto-connect wasn't backported.
°˖◝(ಠ‸ಠ)◜˖°
WebGL Spaceships and Trails
<Cuisinart8> apparently without the demon driving him around Silver has the intelligence of a botched lobotomy patient ~ Mar 04 2020
console.log(`What's all ${this} ${Date.now()}`);
Post

Re: Random Rage Thread

#1017
Silverware wrote:
Mon Sep 25, 2017 3:17 pm
Not arbitrary.
Just when the overload was implemented, the auto-connect wasn't backported.
Yes arbitrary because different for no reason but someone being a lazy bum :V

Also the seemingly more "advanced" version is the one without autoconnect.
So where is the missing "backport" if the newer version doesnt have the feature?
Post

Re: Random Rage Thread

#1018
Cornflakes_91 wrote:
Mon Sep 25, 2017 4:01 pm
Silverware wrote:
Mon Sep 25, 2017 3:17 pm
Not arbitrary.
Just when the overload was implemented, the auto-connect wasn't backported.
Yes arbitrary because different for no reason but someone being a lazy bum :V

Also the seemingly more "advanced" version is the one without autoconnect.
So where is the missing "backport" if the newer version doesnt have the feature?
¯\_(ツ)_/¯
°˖◝(ಠ‸ಠ)◜˖°
WebGL Spaceships and Trails
<Cuisinart8> apparently without the demon driving him around Silver has the intelligence of a botched lobotomy patient ~ Mar 04 2020
console.log(`What's all ${this} ${Date.now()}`);

Online Now

Users browsing this forum: No registered users and 11 guests

cron