Jeff Hoog Land

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 23 December 2013

AT&T Connect to Cell System Review

Posted on 12:07 by Unknown
This is a post written by me on behalf of Advanced American Telephones. All opinions are 100% mine.My wife and I moved into a new townhouse a few months ago and our current cell phone provider (T-Mobile) does not get the best service in our new home. We have found a few spots in the house that get reception, but the rest of it is a giant dead zone. The basement is absolutely out of the question for reception, which I believe is likely an issue...
Read More
Posted in android, reviews | No comments

Sunday, 22 December 2013

eAndora - Pandora Internet Radio Client - 1.0 Release

Posted on 17:21 by Unknown
At the start of this year I posted about eAndora, a Pandora Internet Radio client I was working on that is written in Python and Elementary. Today I'm happy to announce that eAndora is finally feature complete enough for me to stamp something as a "1.0" release.You will always be able to find the latest eAndora source release on source forge here. If developmental code is more your preference you can always find my latest work on github here.I've...
Read More
Posted in eandora, elementary, python | No comments

Sunday, 1 December 2013

HOWTO: Watch Netflix on Bodhi Linux

Posted on 15:40 by Unknown
Not being able to utilize the Netflix video streaming service has been an issue on the Linux desktop for the past few years. This is due to the fact that Netflix utilizes Microsoft's Silverlight technology for video playback.For the last few months though we have been able to watch Netflix in our native browsers on Linux using a Wine pluggin wrapper called Pipelight. Today I would like to walk you through the short process of using Pipelight...
Read More
Posted in bodhi, howto, netflix | No comments

Tuesday, 26 November 2013

HOWTO: Test E18, EFL 1.8.0, and Terminology 0.4.0 on Bodhi Linux

Posted on 07:20 by Unknown
As of this past weekend the testing builds of the Enlightenment window manager DR18 (E18 for short) are in the Bodhi Linux testing repository. The following are the steps you need to take if you would like to install and help test the future of the Enlightenment desktop on your Bodhi Linux install.Step 1 - Add the testing RepositoryFirst we need to add the testing repository to our software sources. Open our sources.list with sudo using the following command:gksudo leafpad /etc/apt/sources.listTowards the bottom of the file you will find a line...
Read More
Posted in bodhi, e18, enlightenment, howto | No comments

Thursday, 12 September 2013

Bodhi Linux 2.4.0 Released

Posted on 20:24 by Unknown
It has been close to six months since our last Bodhi Linux release - far too long! This is just our normal update release - meaning if you are already a Bodhi user and have been running your system updates then you already have all these additions running on your system!To cut right to the chase - you can find direct downloads of the ISO images on Source Forge here. You can obtain torrent downloads for the ISO images later today.Before I talk about...
Read More
Posted in bodhi | No comments

Thursday, 6 June 2013

Python - Sorting Lists inside of Lists

Posted on 07:30 by Unknown
In some recent python code I was playing with I had the need to sort a bunch of lists based on elements within their elements. Thankfully python's built in sort function is plenty powerful and allows us to do this in a fairly easy manner. So for example if we have a list all of whose elements are also lists: mylist = [["derp", 1, 7], ["bleh", 2, 0], ["merp", 0, 3]]By default when we call the sort function on this list it will sort the sublists based on their first element in lexicographic order. For example: mylist.sort()print mylist[['bleh',...
Read More
Posted in python, tutorial | No comments

Friday, 31 May 2013

Dated Hardware, Waiting for Hardware and the Nokia N900 in 2013

Posted on 08:38 by Unknown
The Nokia N900 was released in November of 2009 - three and a half years ago. When I bought my first N900 in January of 2010 it was a huge upgrade for me in terms of both speed and software freedom (coming from a Blackberry). The idea of having a computer - a true computer - that was also a phone was amazing. The same device I used to send text messages, I also installed applications on using apt-get. True multitasking - my applications stayed open until I closed them, not until the operating system decided it wanted to kill them. I didn't...
Read More
Posted in arm, hardware, rant | No comments

Monday, 13 May 2013

Samsung ARM Chromebook Review

Posted on 14:38 by Unknown
The Samsung ARM Chromebook is one of a few ARM devices that I prepare Bodhi Linux images for. As such I've owned the hardware for almost six months now and during this time I've used it a fair amount. The goal of this post is to provide a comprehensive review of the product to see if it is something that could be useful to you.Cost - Lets start with one of the first draws - the price point. The Chromebook comes in at under 300 USD....
Read More
Posted in arm, chromebook, reviews | No comments

Sunday, 31 March 2013

Bodhi Linux 2.3.0 Released

Posted on 08:41 by Unknown
After almost exactly three months since our Bodhi 2.2.0 release the Bodhi team and I are happy to announce the next update release for our 2.x.y series - Bodhi Linux 2.3.0. Again because this is a minor update release people who are already using our 2.x.y branch can simply upgrade to this release via their package manager. Something else I would like to mention is that next month our 1.x.y series release will be reaching its end of life next...
Read More
Posted in bodhi | No comments

Wednesday, 20 March 2013

Mir, Wayland and the Future of Bodhi Linux

Posted on 19:49 by Unknown
Things have been a little quiet around my blog of the late. At the beginning of last month I started a full time position doing some IT related tasks for a major insurance company where I live in central IL. Between the new job, playing Magic, spending time keeping Bodhi things up to date, and preparing to get married in less than a month - I haven’t had time to post as much as I’d like to on here.Today I would like to take a moment to discuss a topic that has received much attention on Linux blogs/news sites in recent weeks – Ubuntu’s concept...
Read More
Posted in bodhi, mir, operating systems, ubuntu, wayland | No comments

Tuesday, 26 February 2013

A Fat Stack of Bodhi Linux

Posted on 17:18 by Unknown
When I first started preparing Bodhi ISO images almost two and a half years ago I set out with the goal of providing a clutter free operating system powered by the latest Enlightenment desktop. We call what we do "minimalist" meaning it doesn't come with a whole lot by default. This ideology isn't for everyone, though. Thankfully, the power of choice is something that greatly empowers free software development.Today, I would like...
Read More
Posted in bodhi | No comments

Saturday, 16 February 2013

Comparison of Linux Desktops OpenGL Performance

Posted on 00:20 by Unknown
With Steam officially being released for Linux I took some time out this evening to run a few benchmarks on my Ubuntu 12.04 based Bodhi system to see how a few of the different modern Linux desktops compare in terms of OpenGL performance with the source engine. Please do not take my numbers to be anything super scientific or precise. I simply recorded a short demo using Team Fortress 2, loaded TF2 from Steam under each of the Linux desktops...
Read More
Posted in bodhi, enlightenment, kde, linux, lxde, open source, steam, unity, xfce | No comments

Friday, 1 February 2013

Tutorial 2: ELM Images, File Selector and Popups

Posted on 14:22 by Unknown
This is the second post in my series on developing GUI applications in Elementary using Python. Today we are going to continue building on the Hello Elementary example I started in the first tutorial. In today's post I will only be covering the code that is different from our previous examples, so if you haven't looked that one over yet please take a moment to do so now.You can find the full source code for all of today's examples here.Example...
Read More
Posted in elementary, python, tutorial | No comments

Thursday, 31 January 2013

New E17 Stable Snapshot and the First of E18

Posted on 07:45 by Unknown
You read that title right folks. The first showing of Enlightenment DR18 (or E18 for short) has become a reality. Sure, it is nowhere near what the final product is going to look like - but it is a start. If you would like to follow the life cycle of E18 as it develops there is a new release manager blog that can be found here.For those who like to stay on the more "stable" side of things also new today is a bug fix snapshot for the E17 stable release...
Read More
Posted in bodhi, enlightenment | No comments

Tuesday, 29 January 2013

Tutorial 1: Hello Elementary

Posted on 17:03 by Unknown
This post is the first in a series I am going to be publishing about using elementary and python to develop applications. The source code for all of the examples I am providing can be found in a GitHub repository here. Looking to get help with development? - We have started a programming focused section of the Bodhi Linux forums here. Other great resources for getting help are the Enlightenment devel mailing list as well as #e on freenode IRC. I've...
Read More
Posted in elementary, python, tutorial | No comments

Monday, 28 January 2013

Bodhi on MK802 and other ARM Updates

Posted on 11:06 by Unknown
MK802:Today I am happy to announce our first public Bodhi images for the MK802 Android stick:This image comes with a 3.0 kernel and it has OpenGL support for MK802 GPU enabled out of the box. You can find a download link for the MK802 on the ARMHF page of the Bodhi website. The default user name is armhf and the password is bodhilinux. This default user has sudo enabled for installing software and ssh is on by default.To use this release...
Read More
Posted in arm, bodhi, genesi, mk802, raspberry pi | No comments

Tuesday, 15 January 2013

Some Yummy Elementary Applications

Posted on 09:26 by Unknown
For those who aren't aware Elementary is the top level building block for the Enlightenment Foundation Libraries (EFL). The EFLs reached their first stable release almost a year ago, but aside from E17 there haven't been very many applications written using these libraries to date. Today I would like to highlight a few applications that are being developed using Python and Elementary that have reached a usable state.Epour - Torrent Client:Epour...
Read More
Posted in eandora, eccess, elementary, open source | No comments

Wednesday, 9 January 2013

Nexus 7 jams with Bodhi Linux

Posted on 21:10 by Unknown
After a few weeks of working on other things I've gotten back around to doing some more work on our Bodhi for Nexus 7 image. I've just uploaded a new Bodhi rootfs.img (which can be gotten from our source forge page here). This image brings a few improvements, most notably:Menu/Buttons have been made slightly larger to make things more "finger friendly"Suspend now works and pressing the "power" button on the device now suspends Bodhi by defaultAudio...
Read More
Posted in arm, bodhi, nexus 7 | No comments

Thursday, 3 January 2013

Bodhi Linux 2.2.0 Released

Posted on 21:00 by Unknown
The Bodhi Team and I are very happy to present to you our 2.2.0 release - the first Bodhi images to feature the stable E17 desktop. As with all minor Bodhi release existing users can simply upgrade their existing installs of Bodhi 2.x.y This release is exciting for a number of reasons. To start with, we are introducing a few new things with this update release.With this release, we will now be maintaining two 32bit install discs: One that is PAE...
Read More
Posted in bodhi | No comments

Wednesday, 2 January 2013

Bodhi is ARMing up for a new Year

Posted on 13:08 by Unknown
The mainline Bodhi desktop repositories recently received the gift of stable E17 packages and this same present isn't far off for our ARMHF branch. In the mean time however I have prepared and shared new ARMHF images for the Raspberry PI and Samsung Chromebook.For the Raspberry PI image, in addition to sporting the shiny new E17 packages - it now comes with the much requested WICD network manager by default. This means those of you...
Read More
Posted in arm, bodhi, chromebook, raspberry pi | No comments

Tuesday, 1 January 2013

Introducing eAndora - Pandora Client

Posted on 14:32 by Unknown
A good deal of the work I do with the Bodhi project is packaging software/releases and managing things. One of my goals for this new year is to spend some time doing some actual development work with the Enlightenment Foundation Libraries and, more specifically, Elementary. I have a good bit of background with python programming, so my first leap into this field is writing a few small GUI applications in python and elementary.I finally have...
Read More
Posted in eandora, elementary, open source, python | No comments
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Popular Posts

  • Ten Linux Distros that use Enlightenment
    In case you haven't noticed I've had a bit of an obsession with the Enlightenment desktop of the late. Even though this desktop is ...
  • Playing Magic the Gathering on Linux with Cockatrice
    If you ask almost anyone that knows me in person they will attest to the fact that I am a huge nerd. Today I would like to give a short tuto...
  • Twenty Sleek GTK Themes for your Linux Desktop
    Last month I posted about twenty two different icon sets you could use to class up your Linux desktop. Today I would like to share with you...
  • Bodhi Linux ARMHF RootFS
    If you've been following my blog (or my updates on Google+ ) then odds are you know I currently have my hands on two ARM devices ( plus ...
  • HOWTO: Enable Compiz under Bodhi (Enlightenment)
    One of the reasons I gave for giving the Enlightenment desktop a try was its elegance. While it is true that Enlightenment has a good numbe...
  • New E17 Stable Snapshot and the First of E18
    You read that title right folks. The first showing of Enlightenment DR18 (or E18 for short) has become a reality. Sure, it is nowhere near w...
  • HOWTO: Watch Netflix on Bodhi Linux
    Not being able to utilize the Netflix video streaming service has been an issue on the Linux desktop for the past few years. This is due to...
  • HOWTO: Ubuntu Linux on T101MT
    I wrote a HOWTO for getting Linux working on the T91MT a couple months back and as I mentioned here I ended up changing to the slightly la...
  • Linux Out Performs Windows in OpenGL
    Late last year I did a posting detailing how Windows 7 crushed Ubuntu 9.10 in the area of 3D performance. Nine months later I am happy to s...
  • Tiny Core Fraud on Source Forge
    If you watch new projects that are added to source forge then two weeks ago you might have noticed that Tiny Core Linux was added to their...

Categories

  • 3g modem
  • adobe
  • android
  • appeal
  • apple
  • arm
  • art
  • asus tablet
  • benchmark
  • bodhi
  • bordeaux
  • cedega
  • chakra
  • chrome os
  • chromebook
  • cockatrice
  • codeweavers
  • comic
  • cricket wireless
  • crysis
  • cxgames
  • debian
  • dell duo
  • diablo3
  • distro review
  • dtf
  • e18
  • eandora
  • eccess
  • elementary
  • elive
  • enlightenment
  • fedora
  • firefox
  • gaming
  • genesi
  • gnome
  • google
  • google chrome
  • google wave
  • handheld device
  • hardware
  • helios
  • howto
  • html5
  • ideapad
  • interview
  • ipad
  • jolicloud
  • kde
  • l4d2
  • laptops
  • lenovo
  • linux
  • lxde
  • macbook
  • math
  • maxima
  • media
  • meego
  • milestone
  • mint
  • mir
  • mk802
  • moblin
  • n900
  • netflix
  • nexus 7
  • nvidia
  • open pandora
  • open source
  • opengl
  • opera
  • operating systems
  • palm
  • phones
  • promotion
  • python
  • qt
  • rant
  • raspberry pi
  • reviews
  • sabayon
  • software
  • source games
  • spotlight
  • sprint
  • starcraft2
  • steam
  • t-mobile
  • tutorial
  • ubuntu
  • unigine
  • unity
  • wayland
  • web application
  • windows
  • windows 7
  • wine
  • wxmaxima
  • xfce

Blog Archive

  • ►  2014 (1)
    • ►  January (1)
  • ▼  2013 (22)
    • ▼  December (3)
      • AT&T Connect to Cell System Review
      • eAndora - Pandora Internet Radio Client - 1.0 Release
      • HOWTO: Watch Netflix on Bodhi Linux
    • ►  November (1)
      • HOWTO: Test E18, EFL 1.8.0, and Terminology 0.4.0 ...
    • ►  September (1)
      • Bodhi Linux 2.4.0 Released
    • ►  June (1)
      • Python - Sorting Lists inside of Lists
    • ►  May (2)
      • Dated Hardware, Waiting for Hardware and the Nokia...
      • Samsung ARM Chromebook Review
    • ►  March (2)
      • Bodhi Linux 2.3.0 Released
      • Mir, Wayland and the Future of Bodhi Linux
    • ►  February (3)
      • A Fat Stack of Bodhi Linux
      • Comparison of Linux Desktops OpenGL Performance
      • Tutorial 2: ELM Images, File Selector and Popups
    • ►  January (9)
      • New E17 Stable Snapshot and the First of E18
      • Tutorial 1: Hello Elementary
      • Bodhi on MK802 and other ARM Updates
      • Some Yummy Elementary Applications
      • Nexus 7 jams with Bodhi Linux
      • Bodhi Linux 2.2.0 Released
      • Bodhi is ARMing up for a new Year
      • Introducing eAndora - Pandora Client
  • ►  2012 (57)
    • ►  December (5)
    • ►  November (4)
    • ►  October (2)
    • ►  September (1)
    • ►  August (4)
    • ►  July (9)
    • ►  June (4)
    • ►  May (4)
    • ►  April (1)
    • ►  March (7)
    • ►  February (6)
    • ►  January (10)
  • ►  2011 (107)
    • ►  December (8)
    • ►  November (8)
    • ►  October (5)
    • ►  September (14)
    • ►  August (9)
    • ►  July (8)
    • ►  June (7)
    • ►  May (10)
    • ►  April (9)
    • ►  March (13)
    • ►  February (9)
    • ►  January (7)
  • ►  2010 (122)
    • ►  December (10)
    • ►  November (8)
    • ►  October (10)
    • ►  September (14)
    • ►  August (17)
    • ►  July (10)
    • ►  June (9)
    • ►  May (14)
    • ►  April (8)
    • ►  March (7)
    • ►  February (7)
    • ►  January (8)
  • ►  2009 (27)
    • ►  December (10)
    • ►  November (7)
    • ►  October (10)
Powered by Blogger.

About Me

Unknown
View my complete profile