Never gets old

@theartofmadeline

Love Begins
Not today Justin
🪼

Discoholic 🪩

Jimmy Eat World
hello vonnie

No title available
cherry valley forever
Claire Keane
let's talk about Bridgerton tea, my ask is open

No title available

Product Placement
untitled
2025 on Tumblr: Trends That Defined the Year
Fai_Ryy
PUT YOUR BEARD IN MY MOUTH
Sade Olutola

Game Changer & Make Some Noise
ojovivo

seen from United Kingdom

seen from United States

seen from Malaysia

seen from Malaysia
seen from United States
seen from Philippines

seen from United States

seen from Venezuela
seen from Romania
seen from Venezuela
seen from United States
seen from United Kingdom
seen from Mexico

seen from Switzerland
seen from Philippines

seen from Russia

seen from United States

seen from Malaysia
seen from United States
seen from Egypt
@andrew-lately-blog
Never gets old
We integrated the use of social currency into social events platforms like meetup.com.
This was an initiative to better serve urban communities. People can go to paid events based on prior participation and interest(social currency earned)
i love your blog ugh it's a problem :,+(
>:)
Sets let you organize your photos on Flickr. Explore the 25 photos in this set.
ITS-KIND-OF-LIKE-THE-INTERNET-EXCEPT-IN-SPACE
What if we built a network so amazing, we could stream data from deep space, under uncertain conditions and guarantee its arrival on earth. It would be the internet of space, thats what! Using arduinos and software defined radio, we're going to hack a real satellite, and build a "Disruption Tolerant Network" that will act as a back bone for the interplanetary internet!
Click above to read the entire project, seriously, it's awesome and the type of thing that could let us know where missing planes end up....z To model the sensors passing messages for the presentation we had everyone in the audience text a phone number found on the screen. Meanwhile, we had someone 17 floors below on 7th avenue walking nto the building and as soon as she walked by the sensor, it triggered a message out to everyone in the audiences phone. Although we ended up using node, I originally tested the feasibility of doing this as the time was running down, and here is what I quickly hacked together with twilio api
require 'rubygems'
require 'twilio-ruby'
# put your own credentials here account_sid = 'just removed for linkedin' # I would normally have this in an env but hackathons auth_token = 'removed linkedin post' # move too fast and didn't have time # set up a client to talk to the Twilio REST API @client = Twilio::REST::Client.new account_sid, auth_token @account = @client.account @twilio_num = '(973) 943-4595' # our number @account.messages.list({:to=> '(973) 943-4595'}).each do |message| their_number = message.from puts their_number puts message.body #--SENDS TEXT MESSAGE-- # puts message.from # puts @twilio_num # @client.account.messages.create( # :from => @twilio_num, # :to => message.from, # # :body => 'hey girl' # ) end
Almost Forgot to send mom a valentines day card this year and will never have to buy her another one again. Pull in some directories y'all!
Some Fun With Recursion & Links
I've been playing with some recursion stuff and just sharing some cool links:
1. A google hangout with David Bock:
http://www.youtube.com/watch?v=S4HqTYdIm9A
2. A blog by Jamis Buck:
http://weblog.jamisbuck.org/2010/12/27/maze-generation-recursive-backtracking
The Word's Your Oyster