• Categories
    • Unread
    • Recent
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Scuzz
    3. Posts
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 91
    • Posts 375
    • Groups 1

    Posts

    Recent
    • RE: PS3 Downgrade/CFW

      Hey @Sly!

      I haven’t checked anything in the PS3 scene in a long time. Last time I checked we it was still the same. You need a PS3 on 3.55 or lower to be able to install a custom firmware. If you are on a higher firmware then I think you may need a hardware flasher.

      I also think any new PS3 is not hackable unless you install some chip to make it able to run homebrew and play backups.

      If you are lucky enough to have one that is hackable then I’m pretty sure its just running the custom firmware install from the XMB via a memory stick. I know it has always used to be this way and I dont really see it changing.

      Hope this helps?

      posted in Gaming
      ScuzzS
      Scuzz
    • RE: Hardcore Gamer is Here (Well, almost hardcore)

      Welcome.
      You should check out our Minecraft server.

      If you need any help with some of the template editing for a NodeBB theme I’m sure some of us can help out.

      I’ll also try and see if this theme is compatible with v0.7.0.

      Also, you can ignore @lyeta. She a bitch.

      posted in Introductions
      ScuzzS
      Scuzz
    • RE: Dedicated Minecraft statistic page

      I have only just noticed this post for your plugin
      https://community.nodebb.org/topic/3559/nodebb-widget-minecraft-essentials-minecraft-widgets/24

      This might make the overviewer map redundant, unless @yariplus wants to include a wrapper for overviewer?

      posted in Gaming
      ScuzzS
      Scuzz
    • Dedicated Minecraft statistic page

      Hey guys!

      I found a nice little app yesterday that can generate a Google maps based map of a Minecraft world. @Almost said it was a good idea for use to use it so today I have spent some time setting it up. The app is called Overviewer - http://overviewer.org.

      Our map can be found at http://minecraft.bitbangers.co.uk

      You may have also noticed the extra link in the navbar. This link goes to a dedicated minecraft statistic page for our server. It is currently using the Minecraft-Widget-Essentials plugin for NodeBB. Take a look - https://bitbangers.co.uk/minecraft

      Let me know what you think.

      posted in Gaming minecraft
      ScuzzS
      Scuzz
    • RE: Mazda MX5 flash to pass mod

      10/10 would read again.

      posted in The lounge
      ScuzzS
      Scuzz
    • RE: [spoilers] Monument Valley

      Link for the lazy

      It’s currently £0.49 on the UK Play store.

      posted in Gaming
      ScuzzS
      Scuzz
    • RE: OHG Reunion...

      @Pancake I’ve been good man.

      posted in Introductions
      ScuzzS
      Scuzz
    • RE: OHG Reunion...

      Hey!

      I think we all kinda “grew up” in our own ways.

      Nice to see you again.

      posted in Introductions
      ScuzzS
      Scuzz
    • Mazda MX5 flash to pass mod

      I’ve had my new toy/project for a couple weeks now. I’ve already had to fix it as the alternator belt snapped just as I pulled into the car park outside my house. Fortunately the guy who I bought it off was nice and he gave me a couple belts and £20 to buy myself a new one if the ones he gave me were the wrong belts.

      I don’t have any decent pictures of the car other than the back end and the steering wheel… Hopefully when I have it cleaned and running a bit better I’ll get some sorted.

      dat ass

      Wood

      Flash to Pass

      As my MX5 is a Japanese import and one of the very first (25 years old) it is missing the “Flash to Pass” that the later UK spec models and I think the Australian models have. Maybe the American version too?
      Flash to Pass is basically when you flash your lights at someone when letting them pass, acknowledgement and warning people about the speed camera you just passed :P
      The mark 1 MX5 has pop up headlights. You can pop them up with a button on the dash that does not turn the lights on. You can also flash people when they are like this. If the headlights are down and you flash they just flash at the ground. No one can really see that.

      To fix this (non)issue all you need is a 3 amp diode. Cost me 60p from Maplin.
      What you will need to do now is remove the two plastic cover things around the steering column. The black box looking thing behind the steering wheel in the above picture. This is held together by 3 screws.

      Once that is off you need to pull the white connector from the back, the one closest to the right of the column.
      White Connector

      No you want to jam that diode into the white connector. Making sure it goes into where the thick red and white wire goes and also where the black and white wire goes. Making sure the silver end is connected to the black and white wire.

      Imgur

      Connect the white connected back up and try it out. The headlights should pop up with the full beam on. Flash to pass!

      posted in The lounge mazda mx5 miata eunos flashtopass
      ScuzzS
      Scuzz
    • RE: Jurassic World Trailer

      Day before my birthday. I know what i’m planning on doing. Also, that redhead is pretty sexy.

      posted in The lounge
      ScuzzS
      Scuzz
    • Heroes of the Storm Closed Beta

      Hey Guys!

      Just had an email inviting me to Blizzards new MOBA, Heroes of the Storm. Within the email they have also included 4 extra beta keys for me to give to 4 “friends”.

      1. BF9HXF-TPEP-EGXGGM-FKXG-E9M6TB
      2. ZYCWYK-7XJC-ERTJ6W-VBB9-TYBZRZ
      3. RC7P2Y-FGZH-NHYDR7-F278-8TG8D4
      4. 6GF9RH-4X4V-ZVBR4G-XWTX-7ZBNMM

      Take your pick, let me know if they get used so I can remove them.

      posted in Gaming heroes of the s beta
      ScuzzS
      Scuzz
    • RE: The Walking Dead

      Rick be crazy

      posted in The lounge
      ScuzzS
      Scuzz
    • RE: The Walking Dead

      This season has finished.

      What are your thoughts on the second half of this season?

      In my opinion it has been a hell of a lot better than the first half. The penultimate episode was great with Ricks “Here’s Johnny” moment.
      The last episode was great too, they managed to pull of some intense suspense during the whole 90 minutes.

      Rick does not give a fuck any more!

      posted in The lounge
      ScuzzS
      Scuzz
    • Setting up Flask to work with Nginx

      After struggling for a few hour last night to get a working hello world with Flask and Nginx I think I should get a little guide up to make it a bit more clear. There are a few tutorials on various blog sites but non of them seemed to work correctly. Some had conflicting information and other had bits of code or config files that did not seem relevant. Even the Flask documentation was hard to understand and didn’t seem to work.

      I assume that you already have Nginx, Python and pip installed.

      Flask

      Flask is a lightweight web framework for Python. It is based on Werkzeug and Jinja 2.
      It is easy to install and run. You must have python and pip installed first before you can install Flask.
      To install you just run pip install Flask from your command line.

      For a quick demo, create a hello.py and copy in the following code:

      from flask import Flask
      app = Flask(__name__)
      
      @app.route("/")
      def hello():
          return "Hello World!"
      
      if __name__ == "__main__":
          app.run()
      

      Then type python hello.py and visit http://localhost:5000 to see your first Flask hello world app.

      More information can be found on the Flask Website

      I have installed Flask in a virtual environment. To do this you will need to run pip install virtualenv.
      Create your directory for you app and run virtualenv venv, venv can be any name you want but I kept it simple.
      To activate the virtual environment run source venv/bin/activate. This will activate your virtual environment. From here you will install Flask with the same command as above, pip install Flask. If you have created the hello.py file from above you should be able to run this from within the virtual environment and check http://localhost:5000 to see it running.
      Run deactivate from within the virtual environment to deactivate it.

      uWSGI

      Nginx is a web server that serves static files. It is unable to serve a python application. This is where uWSGI comes in. You will require build-essential and python-dev for uWSGI.
      Run pip install uwsgi to install uWSGI.

      Open up your config file in the sites-available directory inside your Nginx installation and copy in the following:

      server {
          listen      80;
          server_name localhost;
          charset     utf-8;
          client_max_body_size 75M;
      
          location / { try_files $uri @yourapplication; }
          location @yourapplication {
              include uwsgi_params;
              uwsgi_pass unix:/var/www/demoapp/demoapp_uwsgi.sock;
          }
      }
      

      Changing the path to your apps path.

      You will no need to create the .ini file for you application. Create a yourapp.ini file in the directory your application is located in.
      Copy in the following:

      [uwsgi]
      #application's base folder
      base = /var/www/demoapp
      
      #python module to import
      app = hello
      module = %(app)
      
      home = %(base)/venv
      pythonpath = %(base)
      
      #socket file's location
      socket = /var/www/demoapp/%n.sock
      
      #permissions for the socket file
      chmod-socket    = 666
      
      #the variable that holds a flask application inside the module imported at line #6
      callable = app
      
      #location of log files
      logto = /var/log/uwsgi/%n.log
      

      Make sure to change the paths to be the correct paths for your app location.
      Create the log file directory.

      Now run uwsgi --ini /path/to/your/yourapp.ini.

      Now if you open your domain name that is linked to your app you should see that the app has loaded and “Hello World!” is displayed.

      This is a quick and dirty memory dump on what I did last night to get it running on my server. Hopefully it is easy enough to follow and is useful to some people.

      posted in General Computing flask nginx python uwsgi
      ScuzzS
      Scuzz
    • RE: Norwegian Wood

      I have never listened to The Beatles and they really aren’t my thing.
      I was thinking more on the lines of a porn film.

      posted in The lounge
      ScuzzS
      Scuzz
    • RE: Norwegian Wood

      Norwegian Wood sounds like something completely different to me.

      posted in The lounge
      ScuzzS
      Scuzz
    • A Song of Ice and Fire chapter summaries

      I have recently been meaning to finish off A Feast for Crows. I have read roughly half the book but that was some time a go. I can’t really remember what has happened.
      The Tower of the Hand has wonderful chapter summaries for every chapter of every book in the Song of Ice and Fire series.

      I have been thinking of a better way to read the chapter summaries off their website as reading them in on a PC or tablet via a web browser can be quite tiring on the eyes and sometimes quite difficult to navigate.

      I have created a PDF version of the chapter summaries of A Feast for Crows from The Tower of the Hand. This will allow people to add it to their kindles and ebook reader apps on their phones and tablets. Making it a lot better and easier to read.

      Hopefully I can create the PDF files for the other books too.

      A Feast for Crows chapter summary

      posted in The lounge chapter overview summary
      ScuzzS
      Scuzz
    • RE: Destiny on PS3 Y'all???

      @Skyhijinx One is hacked, the other isn’t.

      posted in Gaming
      ScuzzS
      Scuzz
    • RE: Destiny on PS3 Y'all???

      I dont think anyone here owns it. I havent turned my PS3 on since GTAV leaked.

      posted in Gaming
      ScuzzS
      Scuzz
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 18
    • 19
    • 5 / 19