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

antipaucity

fighting the lack of good ideas

Category: code

dorss

Posted on 14 May 202014 May 2020 By antipaucity No Comments on dorss

After years of thinking about it, I finally got around to it. I’ve rewritten my RSS feed driven website https://datente.com to run on Python from PHP. I’m sure there is much room for improvement in the approach – and would appreciate any constructive feedback you may have. Here’s the GitHub repo: https://github.com/volcimaster/dorss.

code, news, personal, technical

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

setting up an unreal irc server on centos 6

Posted on 22 April 201421 April 2014 By antipaucity 3 Comments on setting up an unreal irc server on centos 6

Ever want to run an IRC server? I recently set one up at irc.datente.com using a Digital Ocean VM running CentOS 6.5 x64. Here’s what I did, if you want to replicate the process for yourself (full documentation available from Unreal’s website): acquire CentOS 6.5 x64 server (as I mentioned, I used Digital Ocean) `yum…

continue “setting up an unreal irc server on centos 6” »

code, technical, tutorial

what is the “new” python?

Posted on 1 July 201327 June 2013 By antipaucity 4 Comments on what is the “new” python?

9 years ago, Paul Graham made a controversial statement: [W]hen you choose a language, you’re also choosing a community. The programmers you’ll be able to hire to work on a Java project won’t be as smart as the ones you could get to work on a project written in Python. And the quality of your…

continue “what is the “new” python?” »

code, education, engineering, technical

the deadly sins of programming – again?

Posted on 18 February 201117 February 2011 By antipaucity 3 Comments on the deadly sins of programming – again?

InfoWorld this week published yet another article on “The 7 deadly sins of software development”. For those who don’t care to read the ~1 page article (that’s split unless you use the “print” option that puts it all on one page), here’s the list: Lust – overengineering Gluttony – not refactoring Greed – cross-team competition…

continue “the deadly sins of programming – again?” »

code, commentary, reprint, review

firsts – programming

Posted on 10 February 20118 February 2011 By antipaucity No Comments on firsts – programming

I realized earlier this week that it’s been 19 years since I first started programming. Not my first exposure to computing, which was in about 1986 on my aunt’s Mac 512 .. but still a long time ago 🙂 My aunt gave me a Tandy 102 laptop that had a whole walloping 21446 bytes of…

continue “firsts – programming” »

code, firsts, personal, technical

wordpress plugins

Posted on 11 August 20109 August 2010 By antipaucity No Comments on wordpress plugins

I’ve started writing [simple] plugins for WordPress – the blogging tool I use to manage antipaucity.com. As I write more, if I think they’re worth sharing, I’ll write about them here. A full list will also be available at http://antipaucity.com/plugins.

code, news, personal, technical

Posts pagination

1 2 Next
June 2025
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
2930  
« Oct    
RSS Error: WP HTTP Error: cURL error 60: SSL: no alternative certificate subject name matches target hostname 'paragraph.cf'

Books

  • Debugging and Supporting Software Systems
  • Storage Series

External

  • Backblaze
  • Cirkul
  • 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
  • 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