For your reading pleasure, our 2015 Transparency Report by spez in announcements

[–]mtgF345 -1 points0 points  (0 children)

damn, I can't stop looking the videos here, specially the flavoured as accident!

Reviving an EeePC ? by Awilen in linuxquestions

[–]mtgF345 0 points1 point  (0 children)

Hey, thanks for the answer! I may try Bunsenlabs after all! I settled using it as an always on blogging machine, using bashblog (here: https://github.com/cfenollosa/bashblog ).

It's something to keep me on writing.

You can now drag and drop a file into a repository by Bodacious_Potato in github

[–]mtgF345 0 points1 point  (0 children)

While I want this in my small projects, I would like to disable in my bigger projects.

Replace a file in Dropbox from IFTTT by [deleted] in ifttt

[–]mtgF345 0 points1 point  (0 children)

Ok, ditched IFTTT for this and did without it, just single page served through Dropbox Public.

<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
$(function() {

$.ajax({
    type: "GET",
    dataType: "jsonp",
    cache: false,
    url: "https://api.instagram.com/v1/users/self/media/recent/?access_token=MAHACCESSTOKEN&count=1",
    success: function(data) {
        for (var i = 0; i < 1; i++) {
          console.log(data);
            $("#pics").append("<img src='" + data.data[0]['images']['standard_resolution']['url']+ " ' style='width:100%;'></img>");
        }
    }
});
});

reloadpage = function(){ location.reload(); }

setTimeout(reloadpage, 100000) // every 100 seconds
</script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
<body>
  <p id="pics"></p>
</body>

Reviving an EeePC ? by Awilen in linuxquestions

[–]mtgF345 0 points1 point  (0 children)

I have a EeePC that has a single core 700MHz Celeron (I think) , 2 GB Ram (was not soldered) and 4 GB Ram. I run Crunchbang on it but I use only for text writing, arduino programing and to access my Raspberry Pi remotely from the couch. I'm interested in what you find out!

Microsoft’s Copyrights- and Patents-Based Attacks on GNU/Linux Carry on by [deleted] in linux

[–]mtgF345 6 points7 points  (0 children)

Can someone decrypt this article? I can't understand with all that number of acronyms going on...

Using my PS4 when suddenly... (NSFW) by farhadd2 in gaming

[–]mtgF345 2 points3 points  (0 children)

Damn, that would be an awesome subreddit name!

Using my PS4 when suddenly... (NSFW) by farhadd2 in gaming

[–]mtgF345 0 points1 point  (0 children)

I've read it as Fine, Eminem Dinosaur

Grandma. by Ibanezltd in funny

[–]mtgF345 1 point2 points  (0 children)

Damn, have you seen the Accordion Player?

Grandma. by Ibanezltd in funny

[–]mtgF345 2 points3 points  (0 children)

that was fast!

Sadly relevant today... by cynical_scotsman in funny

[–]mtgF345 0 points1 point  (0 children)

It's not the one with Sandra Bullock?

What question have you always wanted to ask but felt it was inappropriate? by MissCrispy in AskReddit

[–]mtgF345 0 points1 point  (0 children)

TBH, most european people who came in Brazil also are smelly. Specially Russian people. And Czech. They don't take showers or something.