More Accounts Crop Up

It looks like more anti-Bernie twitter accounts are starting to fill up some choice hash tags mentioned in my previous post. Maybe we can figure out if some of these people are paid shills, or if they’re actually this delusional.

UserID#Time ZoneJoined
@southerntalker22873947Eastern Time (US & Canada)2009-03-05 03:35
@KevinDarryl24009015682014-03-21 03:57
@TeeTweetsHere51259550Eastern Time (US & Canada)2009-06-26 22:42
@MaryL19642523538892011-02-15 01:05
@michgirlindc1868301962010-09-04 14:36
@drunkandfamous2664309235Pacific Time (US & Canada)2014-07-20 23:32
@rleedep32486821Central Time (US & Canada)2009-04-17 17:21
@danielsloebey6979885704940093442016-02-12 03:40
@demliberalways48951245972016-02-10 15:15
@TheFuzzyLobster25022491Eastern Time (US & Canada)2009-03-18 03:45
@dleemar558093419Central Time (US & Canada)2012-04-19 22:00
@6nsinvt18972394802013-09-23 13:12
@AndrewKilljoy3985766472011-10-26 07:58
@dollyp72419090878132013-09-26 20:05
@rs1301594712322010-06-25 13:23
@catperson118731517024042015-04-12 17:02
@LinaMonroy0115258809Mountain Time (US & Canada)2008-06-27 23:10
@Auxi13Sheila3313772732011-07-08 02:36
@Only4RM60841112Quito2009-07-28 07:25
@CraigCrawlspace48708251732016-02-02 00:54
@heyjdey136881432Pacific Time (US & Canada)2010-04-25 05:04

Right off the bat it looks like @CraigCrawlspace is a paid shill or a bot. @demliberalways is also highly suspect. Lastly, @danielsloebey is absolutely a paid shill.

[Read more]

Anti-Progress Sentiments

It looks like there are more “Anti-Bernie” twitter users now than there ever have been. So, now more than ever, I’m interested in watching them. I collected a handful of users active on #NotUsMe, #VetBernie, #VettingBernie, and #BernedOut.

It certainly looks like a few of them are just paid shills.

But, just in case, I’ve thrown together a quick script to convert their User IDs to ID numbers. That way, if any of these anti-bernie assholes ever change occupations (other than bashing Bernie), we can still observe them knowing full well what they’re about.

[Read more]

I Don’t Know

Things seem to be heating up with Hillary. The ex-Clinton staffer who set up her private email server was granted immunity. I don’t think people are usually granted immunity to clear a person’s name or if she’s not going to be prosecuted. I bet this is going to be one of the most interesting elections we’ve seen in a while.

I’m still voting Bernie. You should, too.

I guess I’m officially a “career metrologist” now. I don’t mind. I get to tinker with scientific equipment. It passes the time, I’m good at what I do, and I love being in a field that’s constantly evolving rapidly.

[Read more]

Why Hillary Clinton is an Asshole

My reasons why Hillary Clinton is an asshole:

  1. Hillary has made USD $22.1 million kissing ass for Goldman Sachs.
  2. She’s really corrupt.
  3. Mrs. Clinton can’t win without Bernie’s talking points.
  4. Hillary can’t even get votes by default.
  5. She’s pulling major strings to make her legal woes go away.
  6. Her husband threw American jobs at Mexico. She’s likely to do the same.
  7. Her husband signed the worst copyright bill ever into law. She would also be very pro-TPP.
  8. She buys good press while negative reporting doesn’t seem to phase her.
  9. She’s part of the much-maligned 1%.
  10. She’s trying to destroy Bernie Sanders with her clout, and her cash.

Oh, and it looks as though there’s no end in sight with regards to her legal troubles (as well as her questionable sources of income).

[Read more]

Bernie Sanders

This is my most precocious and preachy post to date. Sorta. I’m basically just going to advocate for voting for Bernie Sanders. Hillary Clinton is an asshole. She is. There’s no getting around it. She pulled a “Sarah Palin” with a private email account, going so far as to use her own equipment, and got caught transmitting sensitive government garbage from said email address.

Hillary Clinton, like her husband, is an asshole. Period. If you’re not convinced that she’s an asshole, that makes you an asshole. Your opinion has thus reduced you from the status of human to asshole. That’s just the way it goes.

[Read more]

Minbif on FreeBSD

I don’t remember at all why I did this. I can’t remember if the minbif port was broken or what my motivation was. I downloaded the last version of minbif and started editing crap until it compiled on FreeBSD 10.2. Which, with this patch, it does. In any case, it’s going here for posterity, I guess.

diff -Naur minbif-1.0.5/src/im/account.cpp
minbif-1.0.5-new/src/im/account.cpp
--- minbif-1.0.5/src/im/account.cpp     2011-12-04 09:24:51.000000000
-0500
+++ minbif-1.0.5-new/src/im/account.cpp 2016-01-26 17:20:54.418450000
-0500
@@ -272,7 +272,7 @@
                                else
                                {
                                        char** prpl_formats =
g_strsplit(prplinfo->icon_spec.format,",",0);
-                                       ImlibLoadError err =
                                        IMLIB_LOAD_ERROR_UNKNOWN;
+                                       Imlib_Load_Error err =
IMLIB_LOAD_ERROR_UNKNOWN;

                                        close(temp_fd);
                                        /* Try to encode in a
 * supported format. */
diff -Naur minbif-1.0.5/src/im/auth_pam.h
minbif-1.0.5-new/src/im/auth_pam.h
--- minbif-1.0.5/src/im/auth_pam.h      2011-12-04 09:24:51.000000000
-0500
+++ minbif-1.0.5-new/src/im/auth_pam.h  2016-01-26 17:15:57.047434000
-0500
@@ -21,7 +21,7 @@

 #include "auth.h"
 #include <security/pam_appl.h>
-#include <security/pam_misc.h>
+#include <security/openpam.h>

 struct _pam_conv_func_data {
        bool update;
diff -Naur minbif-1.0.5/src/server_poll/daemon_fork.cpp
minbif-1.0.5-new/src/server_poll/daemon_fork.cpp
--- minbif-1.0.5/src/server_poll/daemon_fork.cpp        2011-12-04
09:24:51.000000000 -0500
+++ minbif-1.0.5-new/src/server_poll/daemon_fork.cpp    2016-01-26
12:14:09.049463000 -0500
@@ -20,7 +20,7 @@
 #include <cassert>
 #include <cstring>
 #include <cerrno>
-#include <glib/gmain.h>
+#include <glib.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <arpa/inet.h>
diff -Naur minbif-1.0.5/src/server_poll/inetd.cpp
minbif-1.0.5-new/src/server_poll/inetd.cpp
--- minbif-1.0.5/src/server_poll/inetd.cpp      2011-12-04
09:24:51.000000000 -0500
+++ minbif-1.0.5-new/src/server_poll/inetd.cpp  2016-01-26
12:09:56.808247000 -0500
@@ -17,7 +17,7 @@
  */

 #include <cassert>
-#include <glib/gmain.h>
+#include <glib.h>

 #include "inetd.h"
 #include "irc/irc.h"
[Read more]