Skip to content
  • Stuff
  • Travel
  • Beverages
  • Support Antipaucity
  • Projects
  • About

antipaucity

fighting the lack of good ideas

Category: quote

don’t worry about the mules…

Posted on 20 April 202024 April 2020 By antipaucity No Comments on don’t worry about the mules…

commentary, insights, quote

sending email in python with gmail

Posted on 15 May 201428 April 2014 By antipaucity No Comments on sending email in python with gmail

A Python nugget from Programming Your Home (review) I wanted to share from p97: import smtplib def send_email(subject, message) recipient = ‘your_email_recipient@domain.tld’ gmail_sender = ‘your_gmail_account@gmail.com’ gmail_password = ‘your_gmail_password’ #use tls gmail_smtp = smtplib.SMTP(‘smtp.gmail.com’, 587) gmail_smtp.ehlo() gmail_smtp.starttls() gmail_smtp.ehlo() #login gmail_smtp.login(gmail_send, gmail_password) #message formatting mail_header = ‘To: ‘ + recipient + ‘\n’ + ‘From: ‘ + gmail_sender…

continue “sending email in python with gmail” »

code, quote, reprint, technical

more coolidge

Posted on 7 May 20147 May 2014 By antipaucity No Comments on more coolidge

More choice excerpts from Coolidge by Amity Shlaes (review): The constant apprehension was, so long as then-existing legislation remained in force, that the unit of existing monetary relations would be changed. Such an apprehension is the surest ground for panic which can be offered. The panic which resulted when this fear became more specific was…

continue “more coolidge” »

books, politics, quote

the art of the essay

Posted on 21 March 201312 March 2013 By antipaucity No Comments on the art of the essay

Paul Graham is one of my favorite essayists. The following are some excerpts from his excellent 2004 essay, “The Age of the Essay“. The most obvious difference between real essays and the things one has to write in school is that real essays are not exclusively about English literature. Certainly schools should teach students how…

continue “the art of the essay” »

commentary, history, insights, quote, reprint

abstracts from ‘the art of seduction’

Posted on 22 February 201312 February 2013 By antipaucity No Comments on abstracts from ‘the art of seduction’

Yesterday I promised you can read the abstracts from Robert Greene’s The Art of Seduction today. Part One – The Seductive Character The Siren A man is often secretly oppressed by the role he has to play – by always having to be responsible, in control, and rational. The Siren is the ultimate male fantasy…

continue “abstracts from ‘the art of seduction’” »

books, quote, reprint

virtualization myth – reduction of servers

Posted on 18 April 201118 April 2011 By antipaucity No Comments on virtualization myth – reduction of servers

Ars Technica has had a great series of articles recently on virtualization (1 2 3 4 5). But a statement made in part 5 repeated what has been too-often stated as a benefit of virtualization: the reduction of servers, and associated management tasks – The benefits of performing a large-scale P2V conversion are pretty clear:…

continue “virtualization myth – reduction of servers” »

commentary, quote, technical

from `fortune`

Posted on 10 March 2010 By antipaucity No Comments on from `fortune`

The five rules of Socialism: (1) Don’t think. (2) If you do think, don’t speak. (3) If you think and speak, don’t write. (4) If you think, speak and write, don’t sign. (5) If you think, speak, write and sign, don’t be surprised. — being told in Poland, 1987

misc, politics, quote
May 2025
S M T W T F S
 123
45678910
11121314151617
18192021222324
25262728293031
« Oct    
RSS Error: WP HTTP Error: cURL error 28: Connection timed out after 10001 milliseconds

Books

  • Debugging and Supporting Software Systems
  • Storage Series

External

  • Backblaze
  • Cirkul
  • Digital Ocean
  • Fundrise
  • Great Big Purple Sign
  • Password Generator
  • PayPal
  • Tech News Channel on Telegram
  • Vultr
  • Wish List

Other Blogs

  • Abiding in Hesed
  • Chris Agocs
  • Eric Hydrick
  • Jay Loden
  • Paragraph
  • skh:tec
  • Tech News Channel on Telegram
  • Veritas Equitas

Profiles

  • LinkedIn
  • Server Fault
  • Stack Overflow
  • Super User
  • Telegram
  • Twitter

Resume

  • LinkedIn
  • Resume (PDF)

Services

  • Datente
  • IP check
  • Password Generator
  • Tech News Channel on Telegram

Support

  • Backblaze
  • Built Bar
  • Cirkul
  • Digital Ocean
  • Donations
  • Fundrise
  • PayPal
  • Robinhood
  • Vultr
  • Wish List

35-questions 48laws adoption automation blog blogging books business career centos cloud community documentation email encryption facebook google history how-to hpsa ifttt linux money networking politics prediction proxy review scifi security social social-media splunk ssl startup storage sun-tzu tutorial twitter virtualization vmware wordpress work writing zombie

Copyright © 2025 antipaucity.

Powered by PressBook Green WordPress theme