User Controls

  1. 1
  2. 2
  3. 3
  4. ...
  5. 38
  6. 39
  7. 40
  8. 41
  9. 42

Posts That Were Thanked by Grimace

  1. Originally posted by Lanny Which sites do you want this place to be like spectral? Where is an exemplar of a well run community in your mind?

    Nothing could ever live up to his nostalgia of 1990s era internet. It's literally impossible.
    The following users say it would be alright if the author of this post didn't die in a fire!
  2. Sophie Pedophile Tech Support
    Last i saw him everyone was talking about how he'd raped his cousin and he wasn't denying it. After that i saw a picture of him with a woman almost twice his age and size, lmao. I don't even know.
    The following users say it would be alright if the author of this post didn't die in a fire!
  3. G African Astronaut
    Alcohol is for stable pillars of the universe, I suggest you find something more suited for your disposition like Premsyn or Midol.
    The following users say it would be alright if the author of this post didn't die in a fire!
  4. Sophie Pedophile Tech Support
    Actually i really like Android AVD, Android has all kinds of cool tools to fuck around with their products. Mod OS, Build App, Run Android VM with different kinds of hardware emulation settings. Android Debug Bridge is good shit for rooting and flashing your actual phone too. Google even has Android Studio which is an Integrated Development Environment for Android.
    The following users say it would be alright if the author of this post didn't die in a fire!
  5. TORTILLA Houston
    Originally posted by HTS If scron comes back here after this I'm beating his ass ti within an inch of his life. hose were all my drugs and I have nothing left. The cunt even took our cigarettes AND the vaporizer. Possibly my backpack too. Scrumfuck rat shit piece of garbage.

    HAHAHAHAHAAHAH

    EMBARRASSING

    PATHETIC

    IMBECILE
    The following users say it would be alright if the author of this post didn't die in a fire!
  6. Originally posted by Grimace HAHAHAHAHHAHAHAHAHAHAHHAHAHAHAHAHAHAHAHAHAHAHHA!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    HOW EMBARRASSING!!!!! I FUCKING TOLD YOU! WE ALL TOLD YOU!!! AHAAHAHAHHAHA!


    SO EMBARASSING!
    The following users say it would be alright if the author of this post didn't die in a fire!
  7. AngryOnion Big Wig [the nightly self-effacing broadsheet]
    YES!! YES!! Im FUcking drunk.
    And been eating cannabis oil.
    Cranking out Black Sabbath and annoying my wife but shes drunk too so its all good.
    The following users say it would be alright if the author of this post didn't die in a fire!
  8. AngryOnion Big Wig [the nightly self-effacing broadsheet]
    What do you do when you see a person about to self destruct there life??
    Usually I sit back and watch the show but in this instance part of me want's to help but I don't think it will matter anyway.
    When I say I'm autistic I mean that I can't relate too GREED,I don't get it.
    I work part time for a local automotive shop.
    Usually 3 days a week sometimes more sometimes less whatever the point is that no matter how much I sell its never enough.
    Today at 11:30 I got an oil change that was it just an oil change.
    I found a exhaust leak and the car needed front brakes the bill went from $25.00 to $800.00.
    The owner steps in and shits on me because he felt that I could have easily made $1000.00 with a brake fluid flush and some other masturbatory bullshit.
    I DONT GET IT!!
    He got like $775.00 more.On one job that's more than he pays me for the whole fucking week and he says I'm not doing enough!!
    FUCK it I'm Quitting I don't need this noise.
    I know the $775.00 was not all profit remember it mostly is.
    He marks up parts 100% if he pays 10 bucks you pay 20.
    Labor rate is $105.00 per hour he pays me shit,works out to about $25.00.
    Oh and that job took me a bout 2 and one half hours to complete so his cost to me was 50 bucks fuck it I'm done.
    I just don't get GREED they always want more MORE and MORE!!!
    LOL I started this thread all wrong.
    I wanted to help my boss at the beginning but then the more I thought about it I was like NA FUCK HIM and shit.
    The following users say it would be alright if the author of this post didn't die in a fire!
  9. The following users say it would be alright if the author of this post didn't die in a fire!
  10. mashlehash victim of incest [my perspicuously dependant flavourlessness]
    That's our panny

    The following users say it would be alright if the author of this post didn't die in a fire!
  11. The following users say it would be alright if the author of this post didn't die in a fire!
  12. LOL FUCKING CAUGHT
    The following users say it would be alright if the author of this post didn't die in a fire!
  13. "FrontDoor", '/home/Lanny/Documents/Python/camera.png'

    alt detected
    The following users say it would be alright if the author of this post didn't die in a fire!
  14. SBTlauien African Astronaut
    So I used one of my rPi to set up a front door camera. I set it up to connect to my phone's hotspot(my only internet) whenever it can so that I can monitor it from any of my devices connected to my phone's hotspot. I made a little python program so that I have an app indicator with a little camera icon that I can just click on to quickly see who's at my door.




    #!/usr/bin/env
    import os, gtk, appindicator, subprocess, StringIO, webkit

    def main():
    indicator = appindicator.Indicator("FrontDoor", '/home/User/Documents/Python/camera.png', appindicator.CATEGORY_APPLICATION_STATUS)
    indicator.set_status(appindicator.STATUS_ACTIVE)
    indicator.set_menu(build_menu())
    gtk.main()

    def build_menu():
    menu = gtk.Menu()
    frontDoor = gtk.MenuItem("Front Door")
    frontDoor.connect("activate", frontdoor, "FrontDoor")
    menu.append(frontDoor)
    menu.show_all()
    return menu

    class MyDemoApp():

    def __init__(self):
    window = gtk.Window()
    window.scrolls = gtk.ScrolledWindow()
    window.webView = webkit.WebView()
    window.webView.load_uri('http://192.168.1.95:8081')
    window.scrolls.add(window.webView)
    window.add(window.scrolls)
    window.set_title("Front Door")
    window.set_default_size(480, 640)
    #button = gtk.Button("TODO")
    #button.connect("clicked", self.todo_button)
    window.show_all()

    def todo_button(self, window):
    print 'TODO'

    def frontdoor(self, coding='utf-8'):
    app = MyDemoApp()

    main()


    This here is the short guild that I used to set it up.

    https://pimylifeup.com/raspberry-pi-webcam-server/

    Post last edited by SBTlauien at 2017-10-23T01:12:58.277652+00:00

    Post last edited by SBTlauien at 2017-10-23T01:27:45.206568+00:00
    The following users say it would be alright if the author of this post didn't die in a fire!
  15. CASPER Soldier of Fourchin
    drug noob. Lrn 2 crack.
    The following users say it would be alright if the author of this post didn't die in a fire!
  16. Originally posted by LegalizeSpiritualDiscovery Quote his post and reread it in the reply box.

    This is what happens when you sign up to a bulletin board made in javascript.

    The node.js cockroaches are truly the lowest form of life in the entire universe.

    The following users say it would be alright if the author of this post didn't die in a fire!
  17. Panthrax Tuskegee Airman
    Nowadays ppl on the ranch don't call themselves "SWIM" but they call their cows "bundy" and their pigs "T-Pain"
    The following users say it would be alright if the author of this post didn't die in a fire!
  18. -SpectraL coward [the spuriously bluish-lilac bushman]
    I've had computers with no case at all. Just a motherboard laying there, with the power supply and hard drives laid out on the desk. Works perfect. Makes for very quick hardware changes.
    The following users say it would be alright if the author of this post didn't die in a fire!
  19. I'm kind of let down by this site. Despite having subcatagories it seems every forum here is basically HB with another name. There is no moderation happening in the 'serious' forums. At one point you could log into &T and ask about anything from biochemistry to ancient literature to firearm modifications. You would not only get serious replies, but you would probably get well-informed replies from people who actually knew wtf they were talking about. This site may share the same background and color theme, but the spirit of intelligent free speech has completely eluded this place.

    In closing, you all can fuck off.
    The following users say it would be alright if the author of this post didn't die in a fire!
  20. Just force your unlubricated cock up her ass hole bro.
    The following users say it would be alright if the author of this post didn't die in a fire!
  1. 1
  2. 2
  3. 3
  4. ...
  5. 38
  6. 39
  7. 40
  8. 41
  9. 42
Jump to Top