Total Pageviews

Gaming Keyboard Features Incredible Workmanship

Gaming Keyboard in Desk

Hello people, look at your keyboard, now back to this one, now back to your keyboard, now back to us. Sadly, your keyboard isn’t this one, but if you’re handy with wood and metalwork, it could look like this one!

This incredible keyboard was made with the blood, sweat, and tears of [Kurt Plubell], an architectural draftsman. He began a few years ago when he hung up his T-square and started using CAD for his work. His biggest complaint about CAD? Ergonomics! His setup slowly evolved as he was determined to find the most comfortable way to work. First, a keyboard and a trackball. Then, a keyboard, a trackball, and a left-handed mouse. Then, an ergonomic keyboard on a desk mounted tray (and trackball + mouse) — he still wasn’t satisfied. Thus began his journey into a fully customized setup.

He started with the ErgoDox keyboard, which is a two-part ergonomic keyboard. He ordered the aluminum version, which isn’t quite as nicely finished as you would think — but we doubt the manufacturer was expecting its consumers to be taking it apart and integrating it into something else. A lot of sandpaper, die grinding and polishing later, and it had a much nicer finish.

The keyboard was built up using wood and MDF, and finally finished with a very nice wood veneer, giving a very executive finish to the project. He’s integrated four arcade buttons and a Kensington track ball in the very middle — and of course, being a true typist, his keys have no markings.

[via Reddit]


Filed under: computer hacks

Judge Spotlight: Sprite_TM

Sprite_TM

His friends call him [Jeroen], but everyone else on the Internet knows this god of hacks and mods as [Sprite_TM]. He’s done everything from hacking hard drive controllers to making the best computer ever made even better. As one of the preeminent hardware hackers around, we’re proud to have [Sprite] as a judge in The Hackaday Prize, and happy to interview him on his thoughts on connected devices, the cloud-based Internet of Things, and his process of opening up black box devices for some sometimes subtle modifications.


judge-spotlight-q5You’re well known for your highly technical electronic hacks on your
blog SpritesMods. What about the professional side of your life, what kind
of projects keep you busy there?

judge-spotlight-a5I’m a software developer for a big broadcasting equipment manufacturer. Every now and then a hardware project comes along and I try to grab those too.


judge-spotlight-q5I know you were involved with the Observe, Hack, Make Festival in
2013. Can you tell us your experience at this event and any others you’ve
attended in Europe (CCC, etc.)?

judge-spotlight-a5All the CCCs plus the summer festivals (OHM2013, Hacking At Random etc) are all pretty fun. The atmosphere is laid back and all kinds of spontaneous workshops, get-togethers etc seem to crop up. It’s awesome to get to see people you usually only meet on IRC and make new friends because you happen to share an interest in the same bit of hardware.

Also, the talks tend to be pretty good and diverse. You get deep stuff like hacking SIM-cards and cracking random hardware interspersed with talks about food hacking, political talks and random stuff like talks about guerilla knitting and fun things like Hackers Jeopardy.


judge-spotlight-q5Your talk at OHM2013 was about Hard Drive Hacking and your write-up makes that adventure look easy. Do you have a gut instinct for these things or is it always a grind to reverse engineer a system like this?

judge-spotlight-a5It depends. The steps are usually quite similar: get a feel for the system, be it a hard disk or a router or something, figure out how it works by poking around or disassembling binaries, make the changes you need, make sure the changes stay after a reboot. The steps themselves can be a grind: I’ve sweated way longer over the disassemblies of the hard disk firmware than I originally thought I would. That’s mostly because making sense of whatever runs in a system can be pretty easy or a big challenge: for example a Linux system with lots of business logic written in shell script will be a breeze compared to the dense and big ARM binaries that are on UI-less devices like hard disks.


judge-spotlight-q5Do you have any advice for other hackers who are trying to figure out
what’s going on inside of a “black box” system?

 

judge-spotlight-a5Well, I can name some obvious steps like looking for JTAG or a serial port here, but I’m going to go more meta. Try to read up on how other people hack stuff. For example: if you read up on how the previous-generation consoles have been cracked, you can learn a lot about glitching, faulty encryption, et cetera. The same thing goes for articles detailing how router flaws are found: it teaches you how to reverse engineer in a Linux context, which can be different from something like an OS-less hard disk. Also, look up the recordings of talks given at hacker and security conferences that discuss breaking the security of embedded devices: if any, it has helped me a fair bit with getting to know all the tools of the trade.


judge-spotlight-q5How did you first get into programming?

 

judge-spotlight-a5According to current standards, in the bad way. I started out programming on my dads Macintosh Plus, using Microsoft Basic. Later, I got myself an old XT so I could develop in QBasic. After a few iterations of upgrading my PC, I switched over to Visual Basic; one of the very first projects on my site was actually one of the last things I wrote in it. When I went to university, I became sensible and installed Linux, only to then move to PHP as my language of choice… After a while, I finally saw the light and now I do most of my non-web stuff in C or C++.

My embedded programming took a similar route: next to the messing with a parallel port that was common at the time, I also had a 80C52-BASIC board I could program. I then moved on to assembly: at first for the PIC (16C84) and for my GameBoy. I even managed to combine some things by writing a BASIC-compiler that could output Z80 code for the GameBoy, in Visual Basic. Later on, when Atmel released one of their first AVRs, I moved to that: in contrast to the cramped architecture of the PIC16 series, the AVR architecture coded like a dream. I now code mostly in C for the AVR and ARM platforms if I need something small or hard-realtime, and I use whatever Linux can run on for other embedded things.


judge-spotlight-q5What made you decide to become a software developer?

 

judge-spotlight-a5I don’t think I ever made the conscious choice to get into electronics or computers. I just always liked them and over the years, I became good enough at it to try and develop a career in them. I happened to come across a mostly-software job at a company I liked first when I went looking for work, so now I’m officially a software developer.


judge-spotlight-q5The Hackaday Prize calls for the next evolution of connected devices.
Is there anything particular that you’d like to see as part of that
connectedness?

judge-spotlight-a5One of the things I hoped for but is coming really close nowadays is the cheap-as-chips tiny Linux systems. With a HLK-RM04 (which is flashable to run OpenWRT), the VoCore and other small boards, this seems to actually happen. The nice thing about this is that it makes it very easy to connect whatever to a standard WiFi-network: just plug in one of those modules, connect a WiFi-antenna to it and hook it up to whatever you’re controlling. On the software side, write a small daemon that can talk a standardized protocol like JSON-over-HTTP or SNMP or whatever to make the functionality accessible and all of a sudden you have an Internet-connected device, all without using proprietary stuff like Z-wave or home-brew protocols you’d get with using e.g. NRF24L01s.

One of the thing I don’t really like is the cloud-based solutions some companies offer. Things like If-This-Then-That and the Electric Imp may seem pretty great, but won’t work when your Internet is out. Also, when the company for whatever reason shuts down the servers, you have bits of hardware and code you wrote that now are completely useless. I’d like it more when open standards are used, combined with open-source tools to control it all. An infrastructure like that could work like xmpp does: there are existing servers where you can get an account, but if you want to manage everything yourself you can install the software on your home server.


judge-spotlight-q5Speaking of connected, you once hacked a router to unlock its crippled features. What are your thoughts on the practice of
crippling devices for sale at a lower price?

judge-spotlight-a5Ideologically, I don’t know. Economically, it makes sense to strip features in software to differentiate the markets, but on the other hand it kind of irks me that in practice the hardware can do more than the software allows.

In practice, however, most the software-crippled things can be upgraded to their more-capable version by flipping a bit or performing a software upgrade. As a hacker, it means more features for less money, and I can’t really complain about that.


judge-spotlight-q5Why should companies use Open Design rather than following closed
practices like the “crippling” mentioned above?

 

judge-spotlight-a5Especially with technical devices, it tends to create a lot of goodwill in the community of tech-heads and geeks/hackers. We know that if something is open, we can expect some cool things from the community, and we also know that if we’re missing a feature, worst case we can solder it on ourselves. Less technical: we also know that if somehow your company goes tits-up or decides to cease support for the thing we bought, we can always count on our fellow hackers for bugfixes and new features.

The fun part is: if you can get the techs to like your project, you suddenly will make more sales than only those people. Usually, we are the ones that will advise our non-technical peers on what to buy. If we like what you do, word of mouth will make certain you will get a lot more sales.


SpaceWrencherThe Hackaday Prize challenges you to build the future of connected devices. Build the best and claim a trip into space or one of hundreds of other prizes.


Filed under: Featured, Interviews, The Hackaday Prize

Autonomous Plane Flying Across The USA

sky

Somewhere between San Diego and South Carolina is an unmanned aerial vehicle attempting to make the first autonomous flight across the United States. The plane is electric and requires a landing and battery swap every hour or so, however the MyGeekShow guys are so far the only non-military entity to attempt such an ambitious flight.

The plane making the multiple flights is a Raptor 140 capable of cruising at 75 kph for about an hour before requiring a battery swap. Ground control is an RV, loaded up with LCDs and radios; as long as the RV is within a kilometer or so of the plane, the guys should be able to have a constant telemetry link.

Already the guys at MyGeekShow have pulled off a 52 km autonomous flight, following their flying wing in a car. Even though a hard landing required swapping out the carbon fiber spar for an aluminum one, the plane making the truly cross-country flight is still in good condition, ready to land on a South Carolina beach within a week.

You can follow the trip on the MyGeekShow Twitter. The guys are pulling off an incredible amount of updates and even a few live streams from the mobile command station.

UPDATE: It crashed. Tip stalls aren’t your friend, and undercambered wings exist. Good try, though.


Filed under: drone hacks

Yahoo and AOL Damage Mailing Lists and Email Forwarding

A tiny change by Yahoo and AOL in April 2014 has caused significant problems for people who forward their email from one domain to another and for mailing lists with Yahoo and AOL subscribers. Adam Engst dives into the alphabet soup of email deliverability technologies to explain what happened, and why there's little that can be done about it.

 

Read the full article at TidBITS, the oldest continuously published technology publication on the Internet. To get a full-text RSS feed, help support our work and become a TidBITS member! Members also enjoy an ad-free version of our Web site, email delivery of individual articles, the ability to make long comments with live links, and discounts on Take Control orders and other Apple-related products.

Typinator 6.0

Major new release of the text expansion tool adds support for regular expressions, HTML-formatted expansions for email applications, and more. (€24.99 new, free update, 7.2 MB)

 

Read the full article at TidBITS, the oldest continuously published technology publication on the Internet. To get a full-text RSS feed, help support our work and become a TidBITS member! Members also enjoy an ad-free version of our Web site, email delivery of individual articles, the ability to make long comments with live links, and discounts on Take Control orders and other Apple-related products.

The Unity ‘Candle’ With A 30 Foot Flame

candle

[Quinn]‘s friends were getting married, and while the couple wanted something like a ‘unity candle’ ceremony, they though simple candles were entirely unimpressive and ultimately not very entertaining for the guests. They decided a unity fireball would be a much better representation of their relationship, and were lucky enough to have a good friend that could build one.

The design of [Quinn]‘s unity candle consisted of a control box with two key switches, a giant button, and the gigantic propane fueled candle set well back from the bride, groom, and guests at the ceremony. The candle itself releases the entire contents of an accumulator tank over a hot surface igniter, creating a thirty foot fireball without a visible pilot light, or the loud jet-like sound you would get from a traditional ‘poofer’.

As with all giant fireballs in front of an audience, safety was of the highest concern. [Quinn] didn’t use a full propane tank for this build, instead, a new, purged, and never used tank was used as an accumulator, storing just enough propane for one giant fireball. All the valves, regulators, and plumbing were rated for LP, and [Quinn] even filled out the proper forms and got the local fire department to sign off on it. It’s safer than [Caleb]‘s Mario fire flower, but you still shouldn’t try this at home.

Video of the ceremony below.


Filed under: misc hacks

A Robot’s Favourite Pen

A test of various pens using a robot

Some people are very picky about their pens. Entire forums exist to discuss the topic of pen superiority. However, it comes down to a personal choice. Some people like gel while others prefer ballpoint.

[Jens] built a drawing robot that produces drawings like the one seen here. It uses several linkages connected to two stepper motors, which give fine control over the pen. With the robot working [Jens] set out to find the best pen for robotic drawing.

Seven pens were tested on the machine, each drawing the same pattern. [Jens] found that gel and rollerball pens work the best on the robot, and started examining the performance of each.

The pens all performed differently, but two winners were chosen to use in the machine. The Pentel Energel Deluxe RTX and the Pilot G-2 07 beat out the competition since they maintained good lines at high speeds.

If you’re looking to build a drawing robot, [Jens]‘ research should help you pick the best pen for your application. For inspiration, a video of the robot in action is waiting after the break.


Filed under: robots hacks

Mode unveils its app for analyzing your data in the cloud — and $2M, too

Mode unveils its app for analyzing your data in the cloud — and $2M, too
Image Credit: Mode Analytics

San Francisco data startup Mode Analytics has finally revealed its cloud-based software that can help people inside companies efficiently analyze data together and easily distribute their findings.

Mode was quiet about the application it had built for the better part of a year. But as of today, it’s available for anyone to check out in a public-beta phase. Mode also announced today that it had accepted $2 million in new seed funding.

A few companies are already using Mode’s software, to get lots of people exploring data on a regular basis, Derek Steer, Mode’s chief executive and a co-founder, said in an interview with VentureBeat.

“Mode makes it super-easy for them to create something and share it out really quickly with the rest of the company,” Steer said.

The fresh venture backing for Mode and the user-friendly nature of the service suggest it’s a good idea to help many people use data, not just, say, a company’s vaunted data scientists.

Data scientists, it turns out, have been getting their own tools for collaboration, just as they become more commonplace inside tech companies and beyond.

Mode co-founder and chief executive Derek Steer speaks at VentureBeat's 2014 DataBeat conference in San Francisco on May 19.

Above: Mode co-founder and chief executive Derek Steer speaks at VentureBeat’s 2014 DataBeat conference in San Francisco on May 19.

Image Credit: Michael O'Donnell/VentureBeat

But data analysts still outnumber data scientists, so it’s reasonable for Mode to focus on them — and others interested in working with data but not learning how to use powerful data-wrangling languages.

Lots of data analysts already speak SQL, which stands for structured query language. So it makes sense for Mode to have focused its efforts on SQL so far. For those who don’t know SQL yet, Mode has crafted a handy introductory guide. Think of that as the tool to make Mode a big hit among a company’s employees.

Armed with even a little education from Mode’s “SQL School,” you can start pulling up certain kinds of data from their sources in Mode — or pre-loaded data sets from sources like Billboard, Crunchbase, and the U.S. Census Bureau.

The data comes out looking sort of like a spreadsheet in Microsoft Excel. Then you can run statements to find certain data, clean data, perform calculations, generate pivot tables, and share the data, charts, and applicable queries. Colleagues can access the reports, data, and queries you make, so they can analyze further if they want to.

That makes Mode much more than just a factory of static dashboards that one employee sends around to the rest of the team. Mode’s reports are interactive.

“We want to be like the glue for your results, code, data, and any other part of your process,” Steer said.

And Mode remembers all of the previous queries you’ve run on a given data set, so you can go back to those great results you got hours ago.

You can upload data from spreadsheets onto Mode. You can also send data in from sources like Amazon Web Services’ Redshift cloud data warehouse, Microsoft’s SQL Server database software, the Hadoop open-source software for storing lots of different kinds of data (through the Hive query engine), and a good old MySQL database.

Formation 8 led the new round of funding for Mode. Goldcrest, Panorama Point, Alexis Ohanian, Garry Tan, and other angel investors also participated. To date Mode has raised more than $2.9 million, including $550,000 the company announced last year and $375,000 in additional capital Mode disclosed in February.

The new money will help the 8-person startup continue to flesh out its product.

For one thing, Mode will start letting people analyze data using languages other than SQL, like Python, Steer said. Not that there’s anything wrong with prioritizing SQL, but the support of more languages should make Mode compelling for more types of data analysts.

Mode also wants to add features that should help many people work together in Mode. That might mean introducing a way for people to make comments or get suggestions about what queries to write.


We want hands-on expert reports on common marketing automation systems. If you use marketing automation, share your story ... and set your own price for others to learn from it. (Here's an example.)


Mode Analytics, Inc. provides online service for collaboratively analyzing data. It hosts a central repository of work and surfaces it to analysts in real time, allowing them to address problems without needing to first recreate work. ... read more »

Mr. Derek Steer serves as Chief Executive Officer and Director at Mode Analytics, Inc. prior to Mode Derek Steer was Principal Product Intelligence Manager, Yammer in Microsoft from October 2012 to August 2013. Mr. Derek Steer worke... read more »








CozyCloud raises $1.1M to help you build your own personal cloud server

CozyCloud raises $1.1M to help you build your own personal cloud server

Above: Cozycloud founders Frank Rousseau and Benjamin André.

Image Credit: CozyCloud

CozyCloud, a Paris-based startup building an open-source platform for personal cloud storage, raised $1.1 million (800,000 euros) earlier this month.

“We are building an open platform that allows people to have their web apps and their personal data on hardware they control,” said CozyCloud co-founder Frank Rousseau.

In short, CozyCloud lets you set up a server (based on Android) that provides contacts, calendar, file storage, and email — all under your own control. It supports synchronization with mobile devices and laptops.

All of the apps share the same file store.

“Because all apps can share [the data], they can interact together,” Rousseau said. “For instance, we built a quantified self application that provides visualization of data stored by other apps.”

Other companies have attempted to build a “personal cloud,” responding to concerns about privacy and security with the big public cloud providers. Few have achieved much success. For example, Tonido and BitTorrent Sync offer purely private file storage and media access, Lima aims to do the same thing with a plug-in file storage gadget, while Pogoplug has achieved some success selling small file-storage devices that plug into your home network and can be accessed remotely. More comparable to CozyCloud is ArkOS, a 23-year-old coder’s attempt to give the middle finger to Google with a full-featured suite of cloud apps, all running on a Linux box.

However, none of these projects yet have anywhere near the reach of mainstream cloud services like Google Apps and Google Drive, Dropbox, or Box. Like them, CozyCloud will face challenges in making its tech as easy to use and as convenient as popular cloud services.

CozyCloud says that Orange, La Poste, Alcatel-Lucent, and Mozilla are all evaluating its technology.

The investors are French VC fund Innovacom and Seed4Soft, a French angel group. CozyCom has seven employees and was founded in 2012.