Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 C0D4644185yThe fact you state a family does this, makes me question the authenticity of this post. C0D4644185yThe fact you state a family does this, makes me question the authenticity of this post.
 Plus, 255.* is a sub mask, how do I wear a sub mask?
- 
				
				 C0D4644185y@Stuxnet dead, otherwise you'd be using text to speech. Ain't no one want to hear "wear open bracket apostrophe two five five full stop two five five full stop two five five full stop zero apostrophe close bracket" C0D4644185y@Stuxnet dead, otherwise you'd be using text to speech. Ain't no one want to hear "wear open bracket apostrophe two five five full stop two five five full stop two five five full stop zero apostrophe close bracket"
Related Rants










 The more you look, the worse it gets
The more you look, the worse it gets
 Rails is a shady framework
Rails is a shady framework
My friend and me sit next to each other in the class.
One day, he tell me about his family. they have code equivalent of most common English words.
when the COVID-19 pandemic occur in our country, his father warn everyone in the house by saying
stay.at("127.0.0.1")
wear("255.255.255.0")
everyone start to
search(mask)
return tohome;
========================================
127.0.0.1 is a loopback address. aka localhost
IP masking is a way to hide your real IP.
255.255.255.0 is an example of subnet mask for IP
we used Ruby in this story.
rant
ruby
covid-19