Message from @Jacob

Discord ID: 499334868757512212


2018-09-24 02:30:36 UTC  

Yes. GPS is one type of GIS software, afaik

2018-09-24 02:31:48 UTC  

Didn't know if anyone here had certifications or knee of the best method. My goal is to use it to fast track to grad school and/or get a higher paying job in the natural resources or recreation field

2018-09-24 02:33:01 UTC  

@Wood-Ape - OK/MN If it were a year from now, I could help you, haha. But for the time being, no cigar. I know Esri (the producer of ArcGIS, an industry standard,) offers some courses. Went through and wasn't impressed with their free 'demo' or broad introductory course though.

2018-09-24 02:35:39 UTC  

I mean I'll be taking a couple of courses for my major. And I know that a lot of federal agencies have a GIS department or personnel. It sounds like a good idea though, better than many other minors, particularly Comp.Sci IMO

2018-09-24 02:36:19 UTC  

I believe most all GIS software utilizes C++/Python Coding and terminal-type inputs as well

2018-09-24 02:36:36 UTC  

(as an alternative or supplement to the GUI)

2018-09-24 02:36:40 UTC  

Ah, I was wondering if there were any legit online and/or free courses

2018-09-24 02:37:55 UTC  

There's definitely some out there, get your hands dirty with open source alternatives, but yeah wish I knew the best one. At least you've got the grant money.

2018-09-24 02:38:09 UTC  

Good luck though!

2018-09-24 02:39:34 UTC  

Thanks... I really wanted to use July grant money on a Wilderness EMT class or maybe a two month bushcraft school, but maybe that isn't wise. I am always trying to learn more skills so I can eventually have a family and be undoxxable

2018-09-24 02:44:13 UTC  

Last thing I'll say; always remember that paying debts or saving for a down payment on a house/car etc. is an option!

2018-09-24 02:44:47 UTC  

Or even day trading stocks, an investment, etc.

2018-09-24 02:45:49 UTC  

The aforementioned money is AmeriCorps grant. Very restricted usage and a built in expiration date. Otherwise I definitely would have bought an acre or three

2018-10-07 05:30:57 UTC  

Udemy has some great courses for cheap. I don't know if they still do $10 sales, the floor seems to have moved up to 12. Still cheaper than college.

2018-10-08 21:33:35 UTC  

Microsoft Edge PDF reader question: you can type notes on PDF documents, but how do you print the notes?

2018-10-09 08:11:59 UTC  

Sorry not experienced with Edge as I don't use it, let alone for PDFs, but I'd expect it to be a near-barebones PDF reader at this point. Can you find any options directed at the PDF reading function of Edge? If not, what about the ability to export PDFs from Edge to say...PNG files? Maybe it will export the notes into the image too.

2018-10-09 08:13:44 UTC  

The most vulgar/inconvenient way to do it would be screenshots saved as images then printed out, without a lot of tweaking it will look bad but you will get those notes...

2018-10-09 12:32:16 UTC  

@wolfwood ty for reply. I can’t seem to find the function, but I don’t know why they would have a notes option if you can’t print the notes

2018-10-09 21:33:24 UTC  

@ThisIsChris Can I constantly ping an endpoint using a personal computer? Do I need some kind of server set up? Or do I just need a program running constantly in the background?

2018-10-09 21:36:40 UTC  

@Jacob yeah you can constantly ping an endpoint using a personal computer. Some endpoints have a rate limit (usually pings per minute or pings per hour) after which point they will tell you that they won't respond with useful information until you slowdown. But the first step is to try pinging it constantly and then only adjust things if you run into an issue

2018-10-09 21:38:29 UTC  

Okay this bot idea might actually be easier than I expected

2018-10-09 21:39:32 UTC  

Here's the concept:

2018-10-09 21:39:35 UTC  

> create a bot that crawls r/changemyview
> send my a notification every time someone makes a post or comment on immigration
> have a document with responses to all the pro-immigration arguments
> literally just copy paste

2018-10-09 21:40:05 UTC  

This could actually influence public opinion with minimal effort. I could make it impossible to be pro-immigration without being met with opposition.

2018-10-09 21:41:36 UTC  

If I want it to take it a step further, I could potentially not even read the comments myself, and just have the bot send an automated response based on key phrases. For example, if the bot finds "immigration grows the economy", it could send a canned response explaining the difference between GDP, per capita GDP, and per capita GDP adjusted for inequality.

2018-10-09 22:04:13 UTC  

@Jacob that's a good idea, though if you automatically post a canned response then they will probably ban your boy from posting in the subreddit. Btw if you want to *post* then you'll need a Dev account for your not, and you'll probably want to use PRAW though it's not strictly necessary. Checkout r/redditdev for more info. If you just want to scan comments though then you don't need the dev stuff. That's what I do, scan comments and then send an email to myself and whoever whenever keywords are found that O might want to respond to. Then I do have canned responses that I copy and paste but I usually edit the opening sentence to make it relevant to the post I'm responding to. I did that a lot to teach people about how what is usually seen as white privilege is actually just Jewish privilege

2018-10-09 22:13:50 UTC  

Ya using the bot to post canned response might be a bit much

2018-10-09 22:22:32 UTC  

It's probably not necessary to go that far anyway. It's not like it's a lot of work to go into my document, copy paste, and maybe switch out a few words.

2018-10-09 22:36:27 UTC  

@Jacob completely agree

2018-10-09 22:41:26 UTC  

You think this is something I should try doing myself after having taken 3 Java classes? Or should I use your white privilege bot and modify it?

2018-10-09 22:57:14 UTC  

@Jacob I'm sure you could do it but there's no sense reinventing the wheel, here's the scraper

https://cdn.discordapp.com/attachments/352761432833523713/499354684952412161/Redditconversationscrapper.py

2018-10-09 22:58:38 UTC  

Not sure if you have python set up already, let me know if you can run the script

2018-10-09 23:00:45 UTC  

okay thanks

2018-10-09 23:01:26 UTC  

I was thinking of doing it as a programming exercise, but my time would probably be better spent practicing what I'm learning in class.

2018-10-09 23:04:56 UTC  

There's plenty to add to the script if you like

2018-10-09 23:07:56 UTC  

Here's one idea we had in another Discord server

2018-10-09 23:09:14 UTC  

Once a comment is identified as being about immigration, scan the comment for particular phrases, like "jobs Americans won't do". Then, when the bot sends me the email, it would it provide both a link to the comment, and a few potential counterarguments based on the key phrase found.

2018-10-09 23:10:35 UTC  

So, let's say I have a database with 30 counterarguments. That's a lot of work to open it up and sift through it each time to get the right now. So, instead, the bot would send me 3 counterarguments in the email that are likely matches based on the text of the comment.

2018-10-09 23:12:41 UTC  

why not just *become* the machine
mindexplosion.jpg

2018-10-10 00:01:26 UTC  

@ThisIsChris Do you think you could add some comments to that code to explain a bit what each section does?

2018-10-11 17:37:21 UTC  

@Jacob alright, here you go!

https://cdn.discordapp.com/attachments/352761432833523713/499998960702717982/Redditconversationscraper_COMMENTED.py