I would quote part of this article but you should just click the title and read all of it.
Amazon Go, shopping without checkouts:
Amazon Go is a new kind of store with no checkout required. We created the world’s most advanced shopping technology so you never have to wait in line. With our Just Walk Out Shopping experience, simply use the Amazon Go app to enter the store, take the products you want, and go!
With the amount of recorded prior art they will find it difficult to pantent the Just Walk Out technology ;-)
Just came across an interesting perspective on frameworks by Timothy Perrett:
It is imperative to understand that the need for composability in our software tools is an absolute requirement. If we as an industry have any hope of not repeating ourselves time and time again, we have to change our ways.
I definately agree that we're doomed to keep making the same mistakes if we're building on top of frameworks and then switching them out for a different one, which I hadn't considered before.
I think we have stumbled upon the reason why there are no new Macs. Apple was wasting resources on the car.
Apple Inc. has drastically scaled back its automotive ambitions, leading to hundreds of job cuts and a new direction that, for now, no longer includes building its own car, according to people familiar with the project.
[..]
Zadesky handed the reins to his boss, Dan Riccio, adding to responsibilities that already included engineering annual iPhone, iPad, and Mac refreshes.
Source: How Apple Scaled Back Its Titanic Plan to Take on Detroit - Bloomberg
Dropbox was using a sql attack on the tcc database to circumvent Apple’s authorization policy
Another issue like this and a lot of people will switch to iCloud Drive.
I was looking to setup a Flickr account and noticed that it requires you to enter a mobile phone number to sign up. I prefer not to disclose this information to third parties so I looked for a solution. Unfortunatley, a lot of information is out of date as Yahoo! (which owns Flickr, and which is the service you sign up to so you can login) turned off third party signups back in 2014. However I found a way...
To complete this process you will need to have a non-yahoo email address. I recommend you try Hover and register your own domain with email (such as your surname), so that you will never have to change it when your email provider closes up shop.
Now you can use the credentials to sign into Flickr!
I've been using Traktor for years now as my deejaying solution and broadcasting tool. The one missing feature on the broadcasting side is that it can only stream directly to Icecast servers, lacking the ability to stream to SHOUTcast based servers. Most servers use the SHOUTcast streaming protocol which grew popular through the MP3 movement back around the turn of the century. We will setup a transcoding link to enable streaming to SHOUTcast servers.
This guide will focus on OS X but on a general level is also applicable to Windows users.
This replaces my previous guide at https://
We will need the do the following things:
Also useful is to keep the SHOUTcast stream (remote stream) details to connect to at hand (host, port, password).
Homebrew is a terminal package manager to add / remove / update OS X software and compile it from source code for us, so we don't have to.
Homebrew installs the stuff you need that Apple didn’t.
To install, follow the directions on http://
/usr/bin/ruby -e "$(curl -fsSL https:// raw.githubusercontent.com/ Homebrew/ install/ master/ install)"
Follow any instructions about the Xcode commandline tools.
After everything is setup you can run brew update
to update your formulae, brew upgrade
to upgrade to their latest versions, and brew doctor
to diagnose any issues with your particular installation. Keep the terminal open for the next step.
Icecast is a streaming media server which [...] can be used to create an Internet radio station or a privately running jukebox and many things in between.
We will setup the local streaming server so that we can connect Traktor and the transcoder to it.
In the terminal window you left open, run brew install icecast
.
If I remember correctly, everything should go smoothly and before long you'll get a message saying it's successfully installed.
To keep the configuration files we are about to create nicely together, create a broadcast folder somewhere (I used ~/Music/Broadcast).
I have prepared a very simple configuration file for you, download it from https://icecast.xml
in the broadcast folder you just created).
/traktor.ogg
, on port 8000
, on localhost
(your own machine).You won't have to change the contents of this file, apart from the passwords.
This configuration creates a mount point on http://
In the terminal window, in your broadcast folder, run icecast -c icecast.xml
. It should show a few warnings but no errors, and your local streaming server is now running. Stop it now by pressing ctrl+c
.
Our flagship is liquidsoap, a swiss-army knife for multimedia streaming, notably used for netradios and webtvs. Liquidsoap is a powerful and flexible language for describing your streams. It offers a rich collection of operators that you can combine at will, giving you more power than you need for creating or transforming streams. But liquidsoap is still very light and easy to use, in the Unix tradition of simple strong components working together.
We will install the program and setup a flow (configuration) to connect to the local streaming server, and broadcast it to the remote stream.
It should have been simple to install using brew, but unfortunately it was not. After several days of debugging here is a working set of instructions I produced.
In the terminal window you left open, we will run the following commands:
brew tap drfill/liquidsoap
-- This enabled homebrew to install it.brew install --env=std liquidsoap --with-shout
-- this installs LiquidSoap using the standard build environment with shoutcast supportGrab a drink. After a while hopefully all works fine. I noticed that LiquidSoap is now recommending OPAM to install it so you could try that if this doesn't work for you. (http://
As before, I have created a very simple flow. You will need to setup one flow per destination stream so if you play at multiple radio stations / SecondLife clubs then you will need multiple flows.
Download it from https://example.liq
in the broadcast folder).
This time you have to edit it, to add the remote stream details. Change the following lines to suit your purposes:
output_host = "example.com"
output_port = 8124
output_pass = "mypassword"
The configuration above is for broadcasting to a SHOUTcast server at http://mypassword
). Leave the rest of the file alone or make a copy and start experimenting LATER, see http://
In the terminal window, in your broadcast folder, run liquidsoap example.liq
. It will start showing a lot of messages, and because you are not currently broadcasting also some errors. Stop it now by pressing ctrl+c
.
Start Traktor and open the Preferences menu item. Open the Broadcasting tab.
Use the following information to point to the local streaming server:
Server settings:
localhost
8000
traktor.ogg
hackme
(but you changed this, right)You can enter whatever you like in the Metadata Settings.
In Traktor, click the broadcast button (the little attenna). It will flash because the local streaming server isn't running and therefore Traktor cannot connect to it. Whenever Icecast is running but the button is still flashing, check that the password and other connection details match.
For now, click it again to stop broadcasting.
Before you start streaming:
When you start streaming:
When you are finished
I hope this helps anyone having trouble deejaying online, I enjoy it very much and if you'd like to listen to deep house / electronica, please listen to my mixes.
Share iOS audio files to Huffduffer using Workflow.is (<a href="http://prettygoodhat.com/2015-02-15-My_HFDF_workflow.html">http://
I was suffering from lack of concentration later in the workday, until I stumbled upon the Pomodoro focusing technique. I've been a lot more productive and in a better mood since I started using this two weeks ago:
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals traditionally 25 minutes in length, separated by short breaks. These intervals are known as "pomodori", the plural of the Italian word pomodoro for "tomato".
The method is based on the idea that frequent breaks can improve mental agility.
I created an AutoHotkey script that uses timers and a global hot-key I set for WinAmp to automatically stop and start the music after instructing me to work / have a break. It works really well for me.
From 2007, but a great video full of advice, and a fantastic example of pechakucha 20x20 presentation style.
Steve Gibson pointed me to a guide to setting your desired privacy level in Windows 10. This version of Microsoft's operating system follows the 'always socially connected' footsteps of smartphones and therefore makes privacy assumptions. Using this guide you can check if they match your expectations.
Hide Trackbacks is a WordPress plugin that hides pingbacks and trackbacks from your website comments.
I've updated the plugin to indicate it works correctly with WordPress 4.2.
Apple blogger John Gruber started off a new debate about these issues recently, when he noted that a 537-word text post on the website iMore.com weighed in at 14 megabytes. (Fourteen megabytes of text should correspond to about 7m words, or about 10 times the combined length of the Old and New Testaments.)
Gruber blamed iMore.com, but really it’s not the website’s fault, since to a very large degree the owner of the website you’re visiting doesn’t actually control what you see, when you see it, how you see it, or even whether you see it. Instead, there are dozens of links in the advertising-technology chain, and every single one of them is optimising for financial value, rather than low-bandwidth user experience. Many pages, if you’re on a slow connection, simply time out; they never load at all.
When you are a website owner, you are responsible for all the content on your site. If you don't have any control over the ads, then that's a process issue that should be addressed.
Why not band together with a few large sites and create a standardised ad submission and review system that advertisers can integrate into their content tools and websites can set criteria about ads on their sites.
Maybe the bigger problem is that those websites cannot afford to reject ads.
I've released another SilverStripe add-on called BugzScoutLogWriter that I have been using for several months on some of the sites at work.It supports SS 3.0 and 3.1.
BugzScoutLogWriter is a LogWriter that integrates logs with FogBugz, an integrated web-based project management system featuring bug/issue tracking made by FogCreek.
A LogWriter is attached to errors, warnings and notices that occur in a website due to programming errors or runtime errors and then sends / saves a log of this event. SilverStripe comes with built-in functionality to e-mail or save the logs to a file, however if you use a third party bug reporting system then it's nice to have all the issues collected there instead.
I've used FogBugz for years now and one of the nice features is that multiple occurrences of the same issue get collected in the same ticket. This keeps the whole process manageable. Say, in the event that a mistake that affects all pages on a website, FogBugz collects the first 50 occurrences of that error and lets you close the ticket with one click. This is an improvement to a flood of email.
Anyways let me know if you find it useful and feel free to raise issues.
Schneier explained how, initially, NSA Director General Keith Alexander claimed in 2013 that he had disrupted 54 terrorists plots. A few months later, this was revised down to 13, and then to "one or two." Eventually, the only success that the NSA could point to was the prevention of a San Diego man sending $8,500 to support a Somali militant group.
Doesn't sound like a worthy trade-off.
Manton Reece has been having very interesting discussions about microblogging and content ownership recently. He's working on an unannounced project in this area and I've been following his progress.
A few days ago he wrote a post about Microblogging with Wordpress in which he describes most of the process of writing your status updates on your own blog first. As I had to adapt his process for it to work with my configuration of WordPress and as I am using Twitter instead of App.net I thought it would be useful to detail how I went about, based on Manton's write-up.
Requirements
In order to post only the status updates to twitter, we have to identify them in both WordPress and for IFTTT.
In Wordpress, if you do not have a category for status updates, create a Snippets category (with the slug snippets). Note the category ID. In addition, create a new category called ifttt-status if you plan to post to Wordpresss from your mobile device later, as I did (this is a workaround to allow WordPress to convert from this category to the status post format).
With the category ID, we can now create a new feed by editing the .htaccess file in your WordPress installation directory, see my gist comment on manton's configuration. I had redirection issues with Manton's original setup so I amended it. What we do here is create two endpoints, one for posts without status updates (rss.xml); and one for only status updates (snippets.xml). We then point any requests to /feed (the default WordPress endpoint) to the first endpoint.
Update (26 June): I updated the gist comment after identifying issues in initial configuration. Please reread the gist if you had problems using the initial configuration.
Now create a new recipe that is triggered from the snippets RSS feed, with the action to post a tweet with the tweet text EntryContent.
You can now blog from WordPress to twitter (just leave the title empty).
I'm using DoNote to post to IFTTT which then posts to WordPress.
Login to your WordPress blog and in the users section create a ifttt user with the role of Author (this allows the user to create posts).
Install the "IFTTT Post Formats & Post Types" plugin, it will convert posts with the ifttt-status category to the status post-format. It will also hide the ifttt-status category from showing up in your template for example.
Back in IFTTT, In the My Recipe's DoNote section, create a new recipe for WordPress (you might get asked to provide the WordPress username and password you created for this purpose) with the action to create a post with the following values:
You are not limited to using DoNote if there is a trigger for your service, and you are not limited to usin IFTTT at all if there are WordPress plugins for your status update service and WordPress support for your writing app, but these will require similar configuration as detailed in this post.
Hope this helps!
Wesley Yin-Pool, writing for Eurogamer:
You will become a digital god, Molyneux proclaims in the video, of 22Cans' next game, Godus. And, you will receive a cut of the money made by Godus from the start of your reign to its end.
18 months later, as Bryan Henderson approaches his 21st birthday, he has yet to become God of Gods, he has yet to receive the "riches" Molyneux promised him, and it's looking increasingly likely he never will.
The core issue with promising such a fantastic reward is that it depends on a future that hasn't materialised:
"But we can't have the God of Gods role without the ability for people to challenge the God of Gods role, and the God of Gods role can't be challenged without combat, and we can't implement the combat without sorting out the server issues, which are being sorted out as of last week. It's just a maelstrom."
It looks to me that the whole team is continually rushed into firefighting the next feature development, with never enough revenue coming in to take a breather and plan things out properly.
He confirms the Godus development team has shrunk considerably to just a few people as resources are diverted to a new game, called The Trail.
Trust me, by the time the server issues are sorted; the combat is implemented; the multiplayer is developed and the God of God feature is finished there will be no players left to make any money from. 22Cans would do better to offer some kind of goodwill gesture to restore the morale of its staff and its fans before this PR opportunity turned completely toxic.
This is the simplest way to add a page redirection feature to your WordPress theme.
First, create a new theme file called redirect.php with the following contents:
<?php
/*
Template Name: Redirect
*/
the_post();
header('Location: ' . get_the_content());
die();
To create a new redirection page:
The aim for wordpress-basetheme is a bare bones, well structured, easily customisable WordPress base theme.
You can build on it to speed up your own theme development. It's so minimal that I wouldn't recommend it as your final site theme. Instead it makes it trivial to apply your design to a WordPress blog, or to build out from this starting point. This site is build on top of the project for example.
Version 1.1 is now available
Download | View on GitHub
Changes:
Your feedback is welcome.