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

    Topics

    • ScuzzS

      Logo

      Watching Ignoring Scheduled Pinned Locked Moved Development and Coding
      5
      5 Posts
      905 Views
      LeoL
      working on one atm
    • ScuzzS

      Chromecast

      Watching Ignoring Scheduled Pinned Locked Moved General Computing
      1
      1 Posts
      619 Views
      ScuzzS
      Does anyone have a Chromecast? I started to use Netflix over the weekend, I don’t see why I didn’t start using it sooner. I have a “Smart” TV and because it is supposed to be smart I presumed there would be a Netflix app available on it. My TV is too old to have a Netflix app according to Samsung even though it has Youtube, BBC iPlayer and even a RightMove app. I had to dust off my PS3 and use that to play Netflix, this also solved the problem of networking up my TV. The main problem in my house is the networking, my TV has only LAN, my Raspberry Pi is only LAN and I don’t have a wireless adapter for it, and the TV in the living room has no network capability. When I want to use a different room to watch anything I usually have to FTP whatever i want to my RPi, unplug it all, take it to the other room and plug it all in. This takes time and effort, in this day and age it seems a bit medieval. I saw Googles advert on http://google.co.uk today for their Chromecast device and it seems to solve all my issues. It’s wireless, plugs straight into HDMI port and it can stream Netflix, youtube and I have read that it can stream UPNP from other devices connected on the same network. This means I can just unplug it from one TV and plug it straight into another without the hassle of all the leads, HDD and power for my RPi. I can still keep my RPi as an XBMC device and use that for my network streaming, I can just leave it switched on and connected up to my router. The only issue I can see with this is streaming 1080p content over wireless. It may not be able to handle it. What are your thoughts on this setup and the Chromecast device? Chromecast
    • ScuzzS

      Brace yourselves...

      Watching Ignoring Scheduled Pinned Locked Moved The lounge
      9
      9 Posts
      1k Views
      ScuzzS
      If this series is anything like the book it has great potential. I’m quite looking forward to it. I have my Jon Snow hair and beard ready to be dazzled.
    • ScuzzS

      Nest

      Watching Ignoring Scheduled Pinned Locked Moved General Computing
      3
      3 Posts
      787 Views
      S
      I’ve known about Nest for a long while now, but never knew they were bought by Google; @almost your reply in the wearable Android thread makes sense now.
    • ScuzzS

      Youtube / Twitch page

      Watching Ignoring Scheduled Pinned Locked Moved Development and Coding
      1
      1 Posts
      505 Views
      ScuzzS
      Now @leo is uploading some videos I think it might be best to have some sort of dedicated page where he can submit his own links and they will appear on a separate page. Instead of having them all in a thread. Do you think this would be something a plugin could and should do or do you think a simple html page would suffice? I know bootstrap will be useful with the layout for the page; I have a few ideas on how i would like it set out.
    • ScuzzS

      Markdown Cheat Sheet

      Watching Ignoring Scheduled Pinned Locked Moved Announcements markdown cheatsheet
      1
      1 Posts
      900 Views
      ScuzzS
      Here is a cheat sheet to help those of you who do not know how to use markdown. Headers # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 Alternatively, for H1 and H2, an underline-ish style: Alt-H1 ====== Alt-H2 ------ H1 H2 H3 H4 H5 H6 Alternatively, for H1 and H2, an underline-ish style: Alt-H1 Alt-H2 Emphasis Emphasis, aka italics, with *asterisks* or _underscores_. Strong emphasis, aka bold, with **asterisks** or __underscores__. Combined emphasis with **asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~ Emphasis, aka italics, with asterisks or underscores. Strong emphasis, aka bold, with asterisks or underscores. Combined emphasis with asterisks and underscores. Strikethrough uses two tildes. Scratch this. Lists (In this example, leading and trailing spaces are shown with with dots: ⋅) 1. First ordered list item 2. Another item ⋅⋅* Unordered sub-list. 1. Actual numbers don't matter, just that it's a number ⋅⋅1. Ordered sub-list 4. And another item. ⋅⋅⋅You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we'll use three here to also align the raw Markdown). ⋅⋅⋅To have a line break without a paragraph, you will need to use two trailing spaces.⋅⋅ ⋅⋅⋅Note that this line is separate, but within the same paragraph.⋅⋅ ⋅⋅⋅(This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.) * Unordered list can use asterisks - Or minuses + Or pluses First ordered list item Another item Unordered sub-list. Actual numbers don’t matter, just that it’s a number Ordered sub-list And another item. You can have properly indented paragraphs within list items. Notice the blank line above, and the leading spaces (at least one, but we’ll use three here to also align the raw Markdown). To have a line break without a paragraph, you will need to use two trailing spaces. Note that this line is separate, but within the same paragraph. (This is contrary to the typical GFM line break behaviour, where trailing spaces are not required.) Unordered list can use asterisks Or minuses Or pluses Links There are two ways to create links. [I'm an inline-style link](https://www.google.com) [I'm an inline-style link with title](https://www.google.com "Google's Homepage") [I'm a reference-style link][Arbitrary case-insensitive reference text] [I'm a relative reference to a repository file](../blob/master/LICENSE) [You can use numbers for reference-style link definitions][1] Or leave it empty and use the [link text itself] Some text to show that the reference links can follow later. [arbitrary case-insensitive reference text]: https://www.mozilla.org [1]: http://slashdot.org [link text itself]: http://www.reddit.com I’m an inline-style link I’m an inline-style link with title I’m a reference-style link I’m a relative reference to a repository file You can use numbers for reference-style link definitions Or leave it empty and use the link text itself Some text to show that the reference links can follow later. Images Here's our logo (hover to see the title text): Inline-style: ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1") Reference-style: ![alt text][logo] [logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2" Here’s our logo (hover to see the title text): Inline-style: [image: icon48.png] Reference-style: [image: icon48.png] Code and Syntax Highlighting Code blocks are part of the Markdown spec, but syntax highlighting isn’t. However, many renderers – like Github’s and Markdown Here – support syntax highlighting. Which languages are supported and how those language names should be written will vary from renderer to renderer. Markdown Here supports highlighting for dozens of languages (and not-really-languages, like diffs and HTTP headers); to see the complete list, and how to write the language names, see the highlight.js demo page. Inline `code` has `back-ticks around` it. Inline code has back-ticks around it. Blocks of code are either fenced by lines with three back-ticks <code>```</code>, or are indented with four spaces. I recommend only using the fenced code blocks – they’re easier and only they support syntax highlighting. <pre lang=“no-highlight”><code>```javascript var s = “JavaScript syntax highlighting”; alert(s); ```python s = "Python syntax highlighting" print s No language indicated, so no syntax highlighting. But let's throw in a &lt;b&gt;tag&lt;/b&gt;. </code></pre> var s = "JavaScript syntax highlighting"; alert(s); s = "Python syntax highlighting" print s No language indicated, so no syntax highlighting in Markdown Here (varies on Github). But let's throw in a <b>tag</b>. Tables Tables aren’t part of the core Markdown spec, but they are part of GFM and Markdown Here supports them. They are an easy way of adding tables to your email – a task that would otherwise require copy-pasting from another application. Colons can be used to align columns. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown. Markdown | Less | Pretty --- | --- | --- *Still* | `renders` | **nicely** 1 | 2 | 3 Colons can be used to align columns. Tables Are Cool col 3 is right-aligned $1600 col 2 is centered $12 zebra stripes are neat $1 The outer pipes ( ) are optional, and you don’t need to make the raw Markdown line up prettily. You can also use inline Markdown. Markdown Less Pretty — — — Still renders nicely 1 2 3 Blockquotes > Blockquotes are very handy in email to emulate reply text. > This line is part of the same quote. Quote break. > This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can *put* **Markdown** into a blockquote. Blockquotes are very handy in email to emulate reply text. This line is part of the same quote. Quote break. This is a very long line that will still be quoted properly when it wraps. Oh boy let’s keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote. Inline HTML You can also use raw HTML in your Markdown, and it’ll mostly work pretty well. <dl> <dt>Definition list</dt> <dd>Is something people use sometimes.</dd> <dt>Markdown in HTML</dt> <dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd> </dl> <dl> <dt>Definition list</dt> <dd>Is something people use sometimes.</dd> <dt>Markdown in HTML</dt> <dd>Does not work very well. Use HTML <em>tags</em>.</dd> </dl> Horizontal Rule Three or more... --- Hyphens *** Asterisks ___ Underscores Three or more… Hyphens Asterisks Underscores Line Breaks My basic recommendation for learning how line breaks work is to experiment and discover – hit <Enter> once (i.e., insert one newline), then hit it twice (i.e., insert two newlines), see what happens. You’ll soon learn to get what you want. “Markdown Toggle” is your friend. Here are some things to try out: Here's a line for us to start with. This line is separated from the one above by two newlines, so it will be a *separate paragraph*. This line is also a separate paragraph, but... This line is only separated by a single newline, so it's a separate line in the *same paragraph*. Here’s a line for us to start with. This line is separated from the one above by two newlines, so it will be a separate paragraph. This line is also begins a separate paragraph, but… This line is only separated by a single newline, so it’s a separate line in the same paragraph. (Technical note: Markdown Here uses GFM line breaks, so there’s no need to use MD’s two-space line breaks.) Source: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
    • ScuzzS

      Upgrades and Backups

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      23
      23 Posts
      4k Views
      J
      It’s alright, @scuzz had good intentions! Are we swapping war stories? One time I ran an upgrade script on production, and I didn’t have any backups. I made a typo while writing the upgrade script, and the consequence was that all of the topic titles were slugified. (e.g. “This is a topic” became “this-is-a-topic”) No backups. So yeah, if you check topics on the NodeBB community forum from 7-8 months ago, they all have messed up casing *facepalm* – you can’t really tell because we wrote a hackjob script to re-capitalize and re-space most of the topic titles… but there is still evidence in places…
    • ScuzzS

      Game of Thrones: Foreshadowing

      Watching Ignoring Scheduled Pinned Locked Moved The lounge
      2
      2 Posts
      836 Views
      President_ChoobP
      Been so long since I read the books, though I know of a few key moments I’m looking forward to. Busy watching the previous seasons before the new one starts, but I don’t have time to read the books by then. Might just have to listen to the audiobooks while I paint.
    • ScuzzS

      [nodebb-theme-seawolf] A dark theme for NodeBB

      Watching Ignoring Scheduled Pinned Locked Moved Development and Coding
      1
      1 Posts
      942 Views
      ScuzzS
      Hi guys, Here is a theme I have been working on for NodeBB. It’s based on the Vanilla theme. I found the colour scheme at https://kuler.adobe.com/ which has some very nice colour schemes. It’s worth checking out. Screenshots of the theme: [image: ZeTsVe5.png] [image: zjzhF1B.png] [image: 4t5oojS.png] This is a work in progress so expect some bugs and some ugliness until I can sort them out. The admin panel need work but I’m hoping to sort that out soon. This is my first time doing anything like this so be kind :) Github: https://github.com/BitBangersCode/nodebb-theme-seawolf Live Demo: http://bitbangers.co.uk
    • ScuzzS

      Welcome to BitBangers.co.uk!

      Watching Ignoring Scheduled Pinned Locked Moved Introductions
      1
      1 Posts
      753 Views
      ScuzzS
      Welcome to BitBangers.co.uk! BitBangers is a forum created by a few friends as a place to come and chat and discuss various topics that are of interest to us. Previously we were members of a once large forum that dealt with memory modification of PlayStation Portable games. We created “cheat codes” for a vast amount of games, these cheat were anything from a simple infinite health code to a large anti-hack subroutine. For me, and I think many of the other members, this sparked off our path into computing, gaming, programming and technology in general. Sadly that forum closed at the end of 2013 after a 7 year run; the casual members who still visited the forums had no where to go to keep in touch with each other and this is when BitBangers sprung to life. We took some time in finding the correct forum software for us, with previous experience with VBulletin and Xenforo we decided to go for something different and open source. After some research and testing we decided to use NodeBB as our main forum software. NodeBB is new, open source and different which filled our requirements perfectly. With NodeBB being open source it is a great way for us to get involved with the development. We have only been up and open a week or so and we have had a few changes added to the main NodeBB repo over at Github. @Schamper has even released a fully working shoutbox plugin which is great! So, we’ve told you a bit about BitBangers, now it’s time for you to tell us a bit about yourself. Create a topic and introduce yourself!
    • ScuzzS

      Learning JavaScript?

      Watching Ignoring Scheduled Pinned Locked Moved General Computing
      4
      4 Posts
      830 Views
      J
      @GoaNy – your avatar needs nyan cat music for full enjoyment
    • 1
    • 2
    • 3
    • 4
    • 5
    • 5 / 5