Message from @JesseJames

Discord ID: 407321763488202753


2018-01-11 14:42:01 UTC  

I am a Nikon fan. I've also had a cannon. I have heard good things about Sony the only negatives I've heard are the lenses have issue with dirt getting in them and I went through that with the g7x.

2018-01-11 15:30:34 UTC  

@Why Tea A good point was brought up that 4k video makes the a6300 more future proof

2018-01-11 15:31:32 UTC  

Hot Take: As much as I like decentralized/distributed tech projects, I don't think they'll ever catch on because the ability to delete things and have them deleted for everyone else is too valuable for people. The "once posted, always posted" thing is very unsettling to most normal people.

2018-01-15 16:49:11 UTC  

Dude. How long does google drive take to upload a 4min video!?

2018-01-15 16:49:35 UTC  

Still says "starting" for 20mins now.

2018-01-15 17:13:30 UTC  

@Deleted User sounds like it's trouble connecting. Is your space full? Do you have wifi? If everything seems find, might just want to refresh the page if you are using the web client, or restart the computer if you are using the automatic backup thing

2018-01-15 18:40:30 UTC  

Space = Google drive space

2018-01-15 23:38:12 UTC  

Thanks @ThisIsChris Everything is in working order. Never used googledrive before. Think I might be getting there now.

2018-01-17 22:26:11 UTC  

Anybody into amateur radio?

2018-01-23 00:55:16 UTC  

@Deleted User How do you make your memes?

2018-01-25 14:41:31 UTC  

What is up with the new tor for android? Can't switch by swiping and added some basic apps like google chrome etc.

2018-01-25 15:50:59 UTC  

@Deleted User hmm I didn't know you could switch by swiping before , minus that, I can't notice any differences, although admittedly I only used it when DailyStormer was down. Are there any other onion sites you recommend as worthwhile?

2018-01-25 21:43:09 UTC  

@ThisIsChris. I use it to run Twitter through and Orfox.

2018-01-25 22:43:39 UTC  

Cool I didn't know you could do that. @Deleted User does that get around bans?

2018-01-25 22:55:40 UTC  

@ThisIsChris. No unfortunately, as far as posts being too "altright" etc... just runs Twitter traffic through tor for privacy. Orfox (the web browser) is dependent on the site suspecting unusual traffic as far as viewing. Finding a link for Twitter on how to do...

2018-01-25 22:57:26 UTC  

Install and activate Orbot, open Twitter, tap the gear icon on the home screen.Check the “proxy” box, enter ‘localhost’ and ‘8118’.Open your account settings, and disable the “Sync Data” option to stop push notifications which cannot be proxied through Orbot/Tor.

2018-01-28 17:03:28 UTC  

Ok I got a question for all the computer gurus here. My wifi works on my tv my kids iPad and my phone. Won't work on my laptop. But I can use my hot spot on my phone to get the internet to work on the laptop... wth.

2018-01-28 19:47:52 UTC  

@JesseJames Does your laptop "see" your wifi and you just can't connect to it? Or does your laptop not even see the wifi?

2018-01-28 22:36:14 UTC  

It sees it connects and everything just won't load anything. But if I connect it to my hot spot on my phone it works

2018-01-28 23:45:15 UTC  

@JesseJames Hmm... 2 Qs:
1. Have you tried restarting your computer?
2. What model router do you have?

2018-01-28 23:51:16 UTC  

Yes I have restarted it it's always my go to lol. It's an arris. Server admin told me to check my drivers on the laptop and I'm going to try that later and see what it does. It's just odd to me the wifi is working on other devices and the laptop is working on the hotspot.

2018-01-28 23:57:43 UTC  

@JesseJames on the router (maybe on the bottom) there should be an "http://" followed by several numbers, possibly `http://10.0.0.1` or `http://192.168.0.1` or something similar. Write that into your laptop's web browser and see if that page loads. If that page DOES load then your computer is connecting to your router fine.

2018-01-29 00:15:15 UTC  

@JesseJames Also what OS do you use?

2018-01-29 00:21:26 UTC  

I think it's windows 10 pro. I will check that as soon as I get home. Thanks man.

2018-01-29 00:24:28 UTC  

@JesseJames You're welcome. Yeah so I would check that "http://" thing on your router. If you can connect, then the connection between your router and your computer is fine and it is something else. But if you can't connect to that address then as siggy said it is probably a device driver thing. Use that wifi you can get from the cell phone to run the driver update wizard in your system settings.

2018-01-29 00:26:33 UTC  

@ThisIsChris I sure will thanks bro appreciate it!

2018-01-29 00:27:19 UTC  

@JesseJames yw, let us know how it goes!

2018-01-29 02:34:44 UTC  

So I got home tried the http thing and it worked and now it's working just fine.

2018-01-29 02:34:50 UTC  
2018-01-29 02:36:52 UTC  

@JesseJames Cool, thanks for the update! Networking can be a finnicky thing. If that happens in the future I would try visiting that address again to see if that knocks it into shape

2018-01-29 02:39:28 UTC  

Is it possible that fixed something? If so what could it be?

2018-01-29 02:47:20 UTC  

There's a few things it could have been, all of them "bugs". When you connect to the internet, traffic goes from your computer to your router to your modem to your ISP, and then out to the rest of the world. Anywhere along that chain there could be problems getting traffic in or out. By connecting to that numerial address on your router, you were connecting to a website that is just on your router, so the traffic didn't have to go all the way to your ISP. In other words, you were *just* testing the connection between your computer and your router. This was simpler for the router then having to get traffic from the ISP and forward it to your computer, so by doing a simpler task it may have just reminded your router how to connect correctly to your computer, and then it was able to do the more complex task of forwarding you traffic from the real internet correctly

2018-01-29 02:48:45 UTC  

Ah. Just when I think I'm fairly good with computers. Lol.

2018-01-29 02:51:21 UTC  

haha to be fair without the manufacturer's code it's hard to know *exactly* what's going on, you just have some broad ideas of how things work and try poking around in them.

2018-01-29 03:51:19 UTC  

Does a hammer work for poking around?

2018-01-29 03:58:44 UTC  

lol

2018-01-29 23:31:56 UTC  

@everyone
```c
char c[] = "Str";
c[1] = 'r';
printf("%s\n", c); //Output: Srr
```
How to get this to work with an array of strings? I have an array of strings (char*) and I need to modify individual characters of each string. I'm getting segfaulted because I had type `char**`. Now I know `char[]` works for individual strings but how can I extend that to arrays of them? I'm writing this in C btw.

2018-01-29 23:33:07 UTC  

@JesseJames what do you think?

2018-01-29 23:34:50 UTC  

@John O - obviously I know the answer but I think the outcome would be satisfying.

2018-01-29 23:35:06 UTC  

Ball peen or claw?

2018-01-29 23:41:31 UTC  

Hmm that's a tough one.