I have no clue where I found this but it showed up on my Facebook memories today

official daine visual archive
"I'm Dorothy Gale from Kansas"
RMH

@theartofmadeline

JVL

⣠Chile in a Photography ā£
YOU ARE THE REASON

#extradirty
š
art blog(derogatory)
Keni

I'd rather be in outer space šø
occasionally subtle
Cosmic Funnies

romaā
cherry valley forever
$LAYYYTER

seen from Italy
seen from Kuwait

seen from Canada

seen from India
seen from United States

seen from Germany
seen from United States
seen from United States
seen from United States
seen from United States
seen from United States

seen from United Kingdom
seen from United States

seen from Bangladesh
seen from United States
seen from United States

seen from Russia

seen from United States
seen from United States

seen from United States
@c0de-read-blog
I have no clue where I found this but it showed up on my Facebook memories today

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
"I think the FCC needs to work for the public, and therefore that this proposal needs to be slowed down and eventually stopped. In the time before the agency votes, anyone who agrees should do something old-fashioned: Make a ruckus.
Reach out to the rest of the FCC now. Tell them they canāt take away internet openness without a fight."
http://www.latimes.com/opinion/op-ed/la-oe-rosenworcel-fcc-net-neutrality-repeal-20171122-story,amp.html
These are the emails of the 5 people on the FCC roster:
* Ajit Pai - [email protected] * Michael O'Reilly - Mike.O'[email protected] * Brendan Carr - [email protected]
* Jessica Rosenworcel - [email protected] (voted no and is the author of this article) * Mignon Clyburn - [email protected] (confirmed no vote)
Happy late Halloween
THIS IS IMPORTANT AND WILL AFFECT EVERY SINGLE ONE OF YOU
the FCC is trying (again) to put an end to net neutrality. This will mean profit for a lot of big websites and companies like your cable or ISP, and general shittiness for everyone else. Itās not a complicated issue. Itās a shady deal that needs to be stopped.
IF NET NEUTRALITY DIES:
YOUR ISPS AND CABLE COMPANIES WILL DECIDE HOW WELL YOUR INTERNET WORKS.
YOU WILL BE CHARGED MORE FOR USING CERTAIN WEBSITES.
YOU WILL NOT HAVE ACCESS TO CERTAIN WEBSITES.
YOU WILL HAVE SLOW AND SHITTY CONNECTIONS TO CERTAIN WEBSITES.
DO NOT LET THE FCC END NET NEUTRALITY

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
( x )Ā
A reminder that all the best people were once beginners. If you want to become really good at something, keep practicing even when you donāt see progress immediately. You canāt see it, but youāre improving a little bit every time you practice. Keep going and one day youāll be amazing at it.
My Long List of Web Development Study Resources
DAY 399
This is a list of the resources that Iāve found most helpful, and that meaningfully helped advance my understanding of JavaScript, CSS, etc.
I started putting this together after talking to yet another person who had worked through some Free Code Camp lessons only to find themself stuck and confused upon reaching the projects.
I had the exact same experience, and thatās what sent me off six months ago to look for other resources.
Now rather than trying to convey this list verbally every time I want to help someone out, I can just send them here:
Repository on GitHub
im in a data visualization class and im coding a type of chart thats called a waffle chart and when youāre ready to put it together you use a command calledĀ āironā thats the cutest thing i have heard of in my entire life
Playing around with portfolio ideas and color palettes today. Probably need to change the purple, but itās my favorite color. :( Also please excuse the placeholder text. I got bored of Lorem Ipsum.

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
me: coding is really fun I love coding it's a good time
also me: has forgotten to place a single semicolon somewhere in the code thus rendering the entire project dead and useless until I can figure out where the fuck I didn't put the damn semicolon
Mobile ad technique allows stalkers to follow you around a city for less than $1000
This month, University of Washington researchers will present Exploring ADINT: Using Ad Targeting for Surveillance on a Budget ā or ā How Alice Can Buy Ads to Track Bob at the Workshop on Privacy in the Electronic Society in Dallas; the paper details a novel way that stalkers and other low-level criminals can accomplish state-grade surveillance on the cheap with targeted ad-purchases.
The attack relies on the fact that major āDemand Side Platformā ad brokers like Google Adwords allow you to target an ad to a specific place and a specific person. By placing ads that only get served if a target is on a given block, the attacker can trace the targetās movements in space and time. Ad networks also allow attackers to enumerate the apps installed on the targetās device and retrieve sensitive demographic data.
Variations on the technique allow attackers to count the number of people in a given room who have a gay hookup app ā or an app that reminds Muslims about daily prayers and orients them to Mecca.
For $1000 or less, attackers can conduct surveillance of the sort that costs states millions.
https://boingboing.net/2017/10/18/adint.html
Do yourself a favor. Learn to code. Here's how.
Iāve said this to my non-techie friends countless times. Itās no secret that being able to code makes you a better job applicant, and a better entrepreneur.Ā Hell, one techie taught a homeless man to code and now that man is making his first mobile application.
Learning to code elevates your professional life, and makes you more knowledgeable about the massive changes taking place in the technology sector that are poised to have an immense influence on human life.
(note: yes I realize that 3/5 of those links were Google projects)
But most folks are intimidated by coding. And it does seem intimidating at first. But peel away the obscurity and the difficulty, and you start to learn that coding, at least at its basic level, is a very manageable, learnable skill.
There areĀ a lot of resources out there to teach you. Iāve found a couple to be particularly successful. Hereās my list of resources for learning to code, sorted by difficulty:
Novice
Never written a line of code before? No worries. Just visit one of these fine resources and follow their high-level tutorials. You wonāt get into the nitty-gritty, but donāt worry about it for now:
Dash - by General Assembly
CodeAcademy
w3 Tutorials (start at HTML on the left sidebar and work your way down)
Intermediate
Now that youāve gone through a handful of basic tutorials, itās time to learn the fundamentals of actual, real-life coding problems. Iāve found these resources to be solid:
Khan Academy
CodeAcademy - Ruby, Python, PHP
Difficult
If youāre here, youāre capable of building things. You know the primitives. You know the logic control statements. Youāre ready to start making real stuff take shape. Here are some different types of resources to turn you from someone who knows how to code, into a full-fledged programmer.
Programming problems
Sometimes, the challenges in programming arenāt how to make a language do a task, but just how to do the task in general. Like how to find an item in a very large, sorted list, without checking each element. Here are some resources for those types of problems
Talentbuddy
TopCoder
Web Applications
If you learned Python, Django is an amazing platform for creating quick-and-easy web applications. Iād highly suggest the tutorial - itās one of the best Iāve ever used, and you have a web app up and running in less than an hour.
Django Tutorial
Iāve never used Rails, but itās a very popular and powerful framework for creating web applications using Ruby. Iād suggest going through their guide to start getting down-and-dirty with Rails development.
Rails Guide
If you know PHP, thereās an ocean of good stuff out there for you to learn how to make a full-fledged web application. Frameworks do a lot of work for you, and provide quick and easy guides to get up and running. Iād suggest the following:
Cake PHP Book
Symfony 2 - Get Started
Yii PHP - The Comprehensive Guide
Conclusion
If thereās one point I wanted to get across, itās thatĀ it is easier than ever to learn to code. There are resources on every corner of the internet for potential programmers, and the benefits of learning even just the basics are monumental.
If you know of any additional, great resources that arenāt listed here, please feel free to tweet them to me @boomeyer.
Best of luck!
Iād also like to add some more specialized resources!
Video games:
Easy game engines (virtually no coding):Ā
Game Maker Studio (2D; free and paid versions)
GameSaladĀ (2D)
RPG MakerĀ (2D; numerous versions ranging from free to $69.99)
StencylĀ (2D; free and paid subscription versions)
Scratch (good for kids and is more general; 2D; free)
More difficult game engines:Ā
Unity (lots and lots of platforms; C# and JavaScript script; 2D, 3D, VR; free and paid versions)
Unreal (specializes in graphics; C++ and visual script; 2D, 3D, VR; free with a royalty on successful products)
CryEngineĀ (Lua script; 3D; paid subscription and full license versions)
Mobile game development:Ā
Corona (free and paid subscription versions)
SpriteKit (2D) and SceneKit (3D) which are built into the official compiler to create iOS apps (see iOS apps for more resources)
also all of the above game engines (cross-platform)
Game console development:Ā
Game Maker Studio (with a paid subscription)
Unity
Unreal
CryEngine
Note that games can also be created on more general platforms like iOS and Android apps, but the resources listed above are specialized for game development.
iOS apps:
In order to develop iOS apps, youāll need to purchase an iOS developer program membership for $99 a year, which requires an Apple account. Here are some general resources:
Xcode (the official IDE for iOS apps; can be installed on OS X)
Start Developing iOS Apps TodayĀ (Objective-C)
Ray Wenderlich iOS tutorialsĀ (Objective-C and Swift)
Code School: Try iOSĀ (Objective-C)
Developing iOS 8 AppsĀ (2, 3, 4, 5, 6, 7; Swift)
TutorialsPoint:Ā iOS Tutorial (Objective-C)
How to Make iPhone Apps With No Programming Experience (Swift)
Swift Tutorial: Building an iOS ApplicationĀ (2, 3)
iOS apps are developed in the 2 official languages of Apple: Objective-C and Swift, the latter of which is newer and generally much easier to learn.
Objective-C resources:
the official documentation
TutorialsPoint: Objective-C Tutorial
Ryās Objective-C Tutorial
Swift resources:
the official documentation
The Swift Programming Language (free official e-book)
Swift: A Quick Reference Guide
Xcode also has SpriteKit, SceneKit, and Metal built in, all of which are incredibly useful for creating apps that require elaborate graphics, particularly games.
SpriteKit resources:
How to Make a Game Like Candy Crush With Swift (2)
Sprite Kit Swift Tutorial
Create Space Invaders with Swift and Sprite Kit
iOS SpriteKit Physics Tutorial in Swift
Build the Game of Life (Swift)
SceneKit resources:
Scene Kit Tutorial: Getting Started (Swift)
An Introduction to SceneKit (2; Swift)
Metal resources:
the official documentation + other resourcesĀ (Obj-C)
iOS 8 Metal Tutorial with SwiftĀ (2, 3)
Getting Started With Metal (Obj-C)
An introduction to 3D graphics with Metal in Swift
Also, in order to publish iOS apps, youāll have to juggle certificates, app ids, and provisioning profiles. This process can be convoluted at times so here are some resources:
How to Submit Your App to Apple: From No Account to App StoreĀ (2)
Beginner Tutorial: iOS Certificates & Provisioning Profiles
Android apps:
In order to develop Android apps, youāll need to register as a developer for a one-time fee of $25. Here are some general resources:
Android Studio (the official IDE for Android app development; free; can be installed on Windows, OS X, and Linux)
the official documentation
Getting Started
Android Tutorial For Beginners (2, 3)
Learn Android SDK From Scratch
Introduction to Android Development With Android Studio
Android apps are developed in Java and the layout is coded with XML.
Java resources:
W3schools:Ā Java Tutorial series
TutorialsPoint:Ā Java Tutorial
Core Java Tutorial
XML resources:
W3schools: XML Tutorial series
TutorialsPoint: XML Tutorial
For publishing (which is somewhat easier than publishing iOS apps):
How to Publish to the Android Market
3D modeling/animation:
Blender (can also be used to create games; Python script; free and open-source; can be installed on Windows, OS X, and Linux)
Maya (specialized script; free trial, free 3-year student subscription, and paid subscription versions; can be installed on Windows, OS X, and Linux to an extent)
3ds MaxĀ (Python script; free trial, free 3-year student subscription, and paid subscription versions; can be installed on Windows and OS X)
RenderMan (specialized script; free for non-commercial/educational use and pay-per-license for commercial use; can be installed on Windows, OS X, and Linux)
Misc. resources:
Stack Overflow is an ask-and-answer community for programmers. Itās amazing and will save your life. Sign up and donāt be afraid to ask for help.
Github offers a student pack (here) if you create an account and prove youāre a student. This gives you free access to a bunch of great programming resources for free for a certain period of time, such as Unreal Engine. Also, Github in general is a site that you can host your code on. Other users can see it, and āforkā it to make a copy of your code and modify it.
Parse is a backend service that allows you to store data in databases it hosts on its own servers. It lets you use push notifications, create users, store and retrieve data, etc. Itās compatible with iOS apps, Android apps, Windows apps, Xamarin, React, Unity, OS X, Windows, JavaScript, PHP, .net, Arduino, and Embedded C. Itās free up to a certain limit that depends on the services you use.
Cloud9, Codebox, and SquadĀ are online IDEs that allow for real-time collaboration and support a variety of languages, so theyāre useful for team projects.
And some general advice:
Your program will not work right away, 99% of the time. Thatās okay. Do your best to figure out where the error is. Here is some advice on debugging (written for PHP but the methods can be generalized).
If youāre stuck, Google. Google like thereās no tomorrow.
Ask questions on a community like Stack Overflow.
For that matter, browse relevant Stack Overflow questions. You can probably find some solutions there.
Donāt be afraid to copy and paste.
Take breaks sometimes if youāre getting burned out. But donāt stay away from your projects for too long or youāll lose track of its status.
Backup your code. On the cloud, on a USB drive, wherever. If your IDE has a backing up feature like snapshots, use it whenever you hit a milestone.
If your project is big, split it up into milestones and set goals. Donāt tackle everything at once.
Like the OP said, coding isnāt just for professionals andĀ āgeeksā anymore. Anyone can learn it if you really try, and with the rapidly expanding tech industry, learning coding can really broaden your opportunities.
If any of the links are broken, or you have a question or some information/resources to add, you can contact me through the askbox or the OP through his Twitter (as mentioned in his post).
If youāre interested, try some of these out and best of luck!
Great work expanding on my humble list to include a much fuller collection of resources for learning how to code! Cheers!
I didnāt verify that every single link works because in exhausted and waiting for my pain meds to work. However, many of the languages and platforms are the same ones I still use when I need to brush up for a project. Coding is only scary if you donāt know how to do it.
little doodle for a friend today

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch ⢠No registration required ⢠HD streaming
Portraits for my friends over the past few days. Also stay tuned for an all-css image gallery Iāve been working on for friend #1 for an online portfolio sheās debuting at montevallo this weekend!
I did a little more work on the humane society site today. Added a little slideshow thing that Iāll either use for shelter news or donation promo type stuff. Still a lot of placeholder text, but I think it finally looks about the way I want it!