Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Hardware Hacking Open Source Hardware

Reporter Pans Open Source Laptop Kit TERES-I (theverge.com) 133

The Verge's Paul Miller has some harsh words for the $242 open source DIY laptop kit TERES-I from Olimex. Instead of buying one hyper-integrated board that has all of the laptop's brains and I/O on it, you buy several little boards and wire them together. Then you put them inside a mostly finished case built by Olimex -- although if you want to go ultra DIY you can 3D print your own case, too. Everything, from the shell's CAD design to the motherboard's wiring, is available on GitHub for perusal or modification, and the modular nature of the internals means you can add a more powerful chipset or modify just about anything you find unsatisfying about the computer if you have the know-how or if Olimex or others offer compatible parts.

But, unfortunately, almost everything about this laptop is unsatisfying right now. It runs a quad-core ARM64 chip, though x86 and MIPS chips might be offered later on. It has a tiny 11.6-inch screen, a huge bezel, a tiny trackpad, a cramped-looking keyboard, and a whole lot of plastic. The OS (Linux, naturally) runs off a microSD card. At least the LCD comes in a 1080p variant, because the default 1366 x 768 resolution is a real throwback. There's even 802.11n Wi-Fi, which has me questioning what decade it is.

But are there any better alternatives? In the comments share your own thoughts about open source laptop kits.
This discussion has been archived. No new comments can be posted.

Reporter Pans Open Source Laptop Kit TERES-I

Comments Filter:
  • by petes_PoV ( 912422 ) on Sunday February 05, 2017 @08:00AM (#53806287)
    The guy doesn't really seem to have much idea what the purpose of this product is. I'd hate to see how he reviewed Lego
    • by serviscope_minor ( 664417 ) on Sunday February 05, 2017 @08:36AM (#53806361) Journal

      Ha, I know right?

      The only thing I'd ding it for based on that review is the amount of RAM. Everything else, including the screen size, I could live with I think, but 1GB is getting pretty tight these days if you ever fire up a web browser.

      Oh also, I can't compile gcc6 on my RPi, since it runs out of RAM, so it really is a bit small for a fully self-hosting system. Unfortunately, DDRx is a right pain to route and do boards for.

      Also whining about 802.11n? What a smug git.

      • Re: (Score:3, Informative)

        by Anonymous Coward

        I'd guess most people on Slashdot know this, but most 802.11ac wireless chipsets don't have Linux support. Those that do use proprietary firmware as part of the device driver.

        • by Anonymous Coward

          Different AC here, but a quick scan of the neighborhood (Rent 1500+/mo in a good US city) shows that only 8 out of 103 access points support 802.11ac, so 802.11n is perfectly adequate.

          • The big question: can it at least do 5GHz 802.11n, or is it 2.4GHz-only? Most n-only implementations sold NOW are n-only BECAUSE they're 2.4GHz-only (by definition, 802.11ac REQUIRES 5GHz).

            In single-family suburbia it might not matter (much), but in most urban residential areas, 2.4GHz wifi has become almost unusable.

            I wish the FCC would buy back the upper half of the wi-fi channel centered on channel 14 via eminent domain, then allow wi-fi to use it ONLY as a 20MHz channel limited to ~5-20mW EIRP (or 1-4mW

      • The only thing I'd ding it for based on that review is the amount of RAM. Everything else, including the screen size, I could live with I think, but 1GB is getting pretty tight these days if you ever fire up a web browser.

        1GB is in fact completely unacceptable. Even the PineA64+ comes with 2GB. I have a TF201 here, it's got 1GB and it's unusable much of the time. You just wait and wait and wait. 2GB is an absolute minimum today.

        • by Megane ( 129182 )

          1-2GB of RAM also kind of misses one of the main points of having a 64-bit CPU. If you're going to make my pointers twice as large, it would be nice if that would even matter.

          • Well, *one* of the points. Larger immediate data types is a good point in itself that doesn't depend on physical memory size.
            • by Megane ( 129182 )
              Really, I can't think of any time when I ever thought "I wish I had a 64-bit data type". Neither integer nor float, but we've had 64-bit floats for a long time anyhow. Back in the '80s, I did many times wish for a 32-bit integer data type. I just don't see much benefit to go to 64 bits other than the extra address space, or in the case of Intel, the better instruction set and CPU model.
        • by Lumpy ( 12016 )

          It's Olimex, they undersize everything.

          They sell stuff based on the potential, then you get one of their boards, mess with it and then realize there are all kinds of engineering problems and you walk away from it leaving the board in a box.... and then get suckered into buying one of their products again in 3 months.

        • by ytene ( 4376651 ) on Sunday February 05, 2017 @09:28AM (#53806483)
          I'm struggling a bit with the comment that "1GB is in fact completely unacceptable."

          At the risk of i) showing my age and/or ii) getting laughed off the page... I started my career in technology being paid to write software for the 1980s era BBC Micro, a computer that shipped with 32Kb of RAM, of which only 27Kb was usable in the best possible scenarios, and which disappeared rapidly if you wanted anything as high-spec as a graphical display mode...

          But behind the ridicule I expect the above comment to attract, I think there lies an important point. Most of us today experience an entire technology stack that has been developed in accordance with some of the rules personified by Eric Raymond in The Art of Unix Programming [catb.org], specifically things like, "Rule of Economy: Programmer time is expensive; conserve it in preference to machine time". Or "Rule of Generation: Avoid hand-hacking; write programs to write programs when you can"

          As a result of this, the technology we use gradually loses sight of the purpose for which it was created. I use a word processor because it is a quick and simple way to allow me to edit a document, layering my thoughts, editing content until I am happy with it, without having to re-type it from scratch each time I want to make a change. There is/was an extremely capable word processing application called Wordwise [which shipped on a ROM chip] for the BBC Microcomputer and which took no RAM [because its code executed in ROM] and which allowed me to edit and maintain documents. Sure, Wordwise doesn't have the features of Microsoft's Word 2016, or LibreOffice Writer 5.0.3.2 [both of which I use], but it gave me word processing with a fraction of the resources demanded today.

          I think that we sometimes lose sight of the absolutely insane improvements in system performance over the last 20-30 years - and the complete lack of progress that we see at the human interface. My suspicion - going back to the works of Eric Raymond - are that our developers are writing code that is increasingly inefficient, that the environments that run that code are increasingly wasted [do I really need an animated "ribbon" in my Word Processor - i.e. something that actually slows the software down? No.].

          Today we find ourselves arguing that a computer with more than thirty-two thousand times the capacity offered by that fully-functional 1980s BBC micro is "completely unacceptable."

          Let's just pause for a moment and consider whether today's 1Gb system is north of 30,000 times faster, better, or cheaper than that 1980s system. Today's machine will surely have many improvements over such early-era systems, but will still fall far short of the orders-of-magnitude improvements that simplistic comparative analysis would suggest. Why is that? Because we have become lazy and inefficient, and so has our technology.

          In other words, "If you can't do it in 1Gb of RAM, you are doing it wrong."
          • by c ( 8461 ) <beauregardcp@gmail.com> on Sunday February 05, 2017 @09:58AM (#53806547)

            I'm struggling a bit with the comment that "1GB is in fact completely unacceptable."

            The assumption I'd make is that the reviewer is buying a small modular laptop to run what he considers lightweight laptop-style tasks... specifically, a modern (because nobody sane runs an out-of-date one) graphical web browser.

            Having actually tried it, I'll agree that running a modern graphical web browser on a systems with 1GB of memory *is* painful.

            I'll grant that this raises more questions than answers. Is it reasonable to need 2+GB of memory to run a silly browser? Is running a web browser the only sane workload for a small laptop? I'm comfortable saying "no" to both of those, but I guess that's why I'm just a lowly code grunt instead of a Verge reviewer...

            • by AmiMoJo ( 196126 )

              It would really help if it had SATA or some other connection for a fast SSD. Even 1GB of RAM is usable for browsing if swap is on a device that can push 500MB/sec or more. I remember being amazed that RAM had gotten that fast...

            • People keep saying things like "Why do we need so much RAM to run a simple web browser?"

              The problem is, even if the browser itself is simple, it's the modern web pages that are the problem.

              Let's take a concrete example, nytimes.com saved via Chrome:
              - The HTML itself requires 337KB
              - 13 fonts files (three fonts, two of them in multiple sizes and variations) for a total of ~347KB (data gathered from Safari)
              - 73 images (GIF,PNG,JPEG) for a total of 881KB
              - 43 scripts for a total of 3.4MB
              - 31 stylesheets for a to

              • by unrtst ( 777550 )

                While I mostly agree, there are plenty of tables and phones that do fine with 1gb (or even 512mb) ram. The current line of kindle tablets, including their 10" $230 one, all come with 1gb ram, and they manage to render web pages just fine. The desktop browsers aren't doing much more than phone ones. I suspect they just assume there will be more memory and optimize for that situation (or, more likely, they're forced to optimize the mobile browsers to work with less ram).

                All those figures you noted, while they

                • A quick check shows /. and m.facebook up in Chrome consume north of 300MB. Considering Average User tends to visit sites loaded with ad content and Flashy McFlashfuck, that adds up really quickly. Of course being vigilant with open tabs helps, and making sure you go to mobile sites, but it can easily get out of control.
                  • by unrtst ( 777550 )

                    I have over 99 tabs open in chrome on my phone, and they've been open for ages. I know it's stupid and careless, but I can still open new tabs and visit new sites and I have no problem doing so. Whatever it's doing to manage memory is working.

                    On the desktop, I don't know how the codebases differ, or by how much. I know chrome on my desktop gobbles up every bit of memory I have (granted, I have an obscene number of windows+tabs open), so I'm going to assume it's not being as aggressive in caching them out to

            • by dbIII ( 701233 )
              The Onyx Boox M96 has 512MB of RAM and has a decent web browser.
              The answer there and everywhere else with limited memory is not to have something that keeps the contents of a hundred tabs in memory just in case. What is a really good idea with a lot of memory (the caching) is a bad idea without it.
          • Today's 1GB system is many times cheaper than that BBC Micro.

            Adjust for inflation, and a BBC Micro B cost a thousand pounds in today's money. And you'd need at least a screen of some sort to connect it to, that wasn't included.

            You can get a Chromebook with two gigs of RAM for under 200 quid now. So a fifth of the price of the BBC Micro, plus it includes a screen, and networking capability, AND it can multitask.

            And note that has twice the RAM that the system being complained about has.

          • by Anonymous Coward

            I remember the BBC micro, C64 and other machines of that era. And they were shitty. Very shitty. Even back then it showed.

            Graphics had much fewer ppi, and fewer pixels in total, fewer colors etc. It looked like a five-year old found watercolors. Worse, actually.

            Nowadays a normal computer has a 240 ppi display with 3840x2160 pixels in total, (for professionals:) *more* than 17 million colors and screen refresh north of 60 fps. And that requires memory. Memory which the BBC micro didn't have. But memory we gl

          • It is amazing how many of these slogans we have that people follow like gospel without ever considering how wrong it is. "Rule of Economy: Programmer time is expensive; conserve it in preference to machine time". This is not computer science this is Economics. A negative externality is a cost that is suffered by a third party. The correct way of putting this would be: "Rule of Acquisition 62: Profit is its own reward. The Riskier the road, the greater the profit. "
          • Re: (Score:2, Informative)

            by Anonymous Coward

            One thing that has stayed constant in all my 40+ years of involvement in the computer industry is complaints about "bloat".

          • by Dutch Gun ( 899105 ) on Sunday February 05, 2017 @02:03PM (#53807453)

            I actually owned a computer with 64K RAM, and I'd argue that yes, my modern computer is easily 30,000 times better than my original Apple II, especially if you compare on a dollar-per-dollar cost. That doesn't mean you can write a novel 30,000 time faster. Not all productivity scales up that way. However, my modern's computers photo-editing capabilities is infinitely better, because... hey, I couldn't even do that with my original machine. Nor could I render 3D graphics, or listen to digital audio, nor could I do thousands and thousands of other things that I can easily do with my modern computer. You just happened to pick a few capabilities that the old system *could* do.

            I think that we sometimes lose sight of the absolutely insane improvements in system performance over the last 20-30 years - and the complete lack of progress that we see at the human interface.

            Okay, this is a puzzling complaint. Have you missed the whole "touch-first UI" revolution with phones and tablets? What exactly is that but a massive improvement of human interface design and technology? My parents can pick up a smartphone and intuitively figure out how to use it. They were NEVER able to do with with CLI systems (which is why I got that Apple II), and only with difficulty with Windows, but have far few problems with smartphones.

            Maybe you're talking exclusively about desktop interfaces? I'd argue we don't need significant improvements much beyond our existing paradigms. A mouse-type cursor, windows, menus, toolbars, buttons, and dialog boxes... these design elements work well for desktop systems. Attempts to "simplify" it have been nearly universally disastrous.

            In other words, "If you can't do it in 1Gb of RAM, you are doing it wrong."

            Except for editing images larger than 1GB, of course. Or composing music with extremely large sample sets (often dozens of GBs). Or rendering extremely detailed, high-fidelity 3D virtual worlds, like with modern videogames. Or many other examples I could come up with off the top of my head.

            Sorry for sounding so contrary, as I do understand your point, but I think you're also neglecting to acknowledge the vast gaps in system capabilities, and not just the technical specs. Just because both systems could edit text doesn't put them anywhere in the same league. Old techies love to complain about "bloat", but one users "bloat" is another user's feature.

            • Sure, great strides have been made in getting user interfaces usable to people who couldn't use earlier interfaces, but when it comes to imbuing interfaces with power, we have a long way to go. The computer doesn't keep track of much of anything I have done and not do stuff that makes stupid mistakes happen. I spend a lot of time in File Manager and its idea that it should put a check mark next to folders you return from, and uncheck everything when you are a little bit off the mark of checking a box has ca
          • I run a virtual Domain Controller / DNS Server / DHCP Server for a small network using dynamic memory allocation on a Hyper-V hypervisor. It' settings are as follows: Startup RAM = 768 MB, Minimum RAM = 512 MB, Maximum RAM = 1536 MB. So it can grab a bit more or a bit less RAM that what it starts up with as needed. The current allocation is 772 MB. It could take double that if needed, but hasn't. Conclusion: You can run a Windows Server 2008 R2 machine quite comfortably on 1 GB RAM.
          • Intel giveth, microsft taketh away. The fact is if you gave me a terahertz computer with a petabyte of disk, i could utilize it today. Computers are WAY behind our ambitions.
          • In other words, "If you can't do it in 1Gb of RAM, you are doing it wrong."

            This is a stupid comment as you're looking at a stat in isolation. It's even more so because you identified the problem right in the first sentence, let me quote you:

            and which disappeared rapidly if you wanted anything as high-spec as a graphical display mode...

            So there you have it. You just admitted yourself when you push one element of the old system it runs out. Just like here in the modern world. The device comes with a 1080p screen. Could it be that we want to watch 1080p movies on it? Maybe on Netflix. Now just how much RAM even in a simple case do you think a single Chromium window would use to

          • 1GB is totally acceptable for a web browser. Just stop going to javascript heavy the-web-is-an-app sites. 1GB was acceptable by most people just five to ten years ago, and the web browsers worked just fine. Next people will be saying you need 8GB+ just to do some word processing.

          • The thing is, a modern word processor now has capabilities that used to require a desktop publishing app (remember PageMaker?). When you get down to it, WordPerfect 6 and earlier were basically HTML editors, but with their own proprietary tokenization scheme instead of anything SGML-derived).

            • by dbIII ( 701233 )

              The thing is, a modern word processor now has capabilities that used to require a desktop publishing app

              Which IMHO has created a bastard child of both that attempts desktop publishing but can't quite get there. Page layouts that you spend ages getting right, and then the images migrate to the next page or similar fuckup just when you edit a single sentence.

          • I am going to agree with You here. 1gb is enough to store the names of all the people on earth, if you compress it. Why a web browser cannot display a simple page with maybe 1mb of data (images) is a mystery to me. An old ipad 1 is faster than a Cray XMP, the fastest machine in the world in 1990. but it sucks at a webpage.

            Why.???

            Layers upon layers upon layers of abstraction. It is not called the Turing tarpit for nothing.

          • I remember when I first got to use a 1GB hard drive! Amazing! So fast (it was SCSI) and so much space. MS Word 6 would launch on my P5 150, 64MB RAM, with Adaptec PCI SCSI card and said 1GB hard drive, in under a second. Ah, those were the days, before the dark times, before code bloat.

        • "640 kilobytes is more than anyone will ever need." ---Bill Gates

          A gigabyte of RAM is much more than enough for any actual computer work. It of course is not sufficient for games, or for lots of eye candy, but those aren't work. Some youngsters might consider them necessities, but that is just a measure of how shallow the knowledge and wisdom pools in their brain pans happen to be. In time some of them will mature, others will collect Darwin awards, and the rest will be left on the sidelines.

          I got my firs

          • I got my first computer after my 30th birthday, about a year after the Apple II came to market. It came with 8 kilobytes of RAM and I beefed it up to 16 kB, but was unable to afford the big step to 32 kB.

            Your Apple II didn't have an operating system worth mentioning, either, let alone had to deal with stuff like bidirectional text and unicode. If you want to run modern programs, you're going to need more than 1GB of RAM.

            • You are right, the Apple II did not have the equivalent of an OS. Isn't that marvelous, that those early machines worked without that overhead?

              And yet CPAs were buying Apples by the truckload, because He Whose Name I Cannot Remember wrote a simple spreadsheet application that came to be called VisiCalc later on. That transformed the biggest section of the entire accounting industry and ushered in the use of PCs in the workplace.

              Pretty effective computing for an underpowered 6502 machine with a lousy non-s

              • You are right, the Apple II did not have the equivalent of an OS. Isn't that marvelous, that those early machines worked without that overhead?

                It was. But it's even more marvelous (by a strict definition of the word) how much today's computers do.

                a lot of very powerful computing can be done without a lot RAM and other stuff. You might need it, but in most cases it really isn't necessary to get the task done.

                This is just like the argument about the features in word. The average user might use only 5% of them, but it's a different 5% from the next guy. By the same token, most of us don't use most of the features of our operating system, but we use different features and when we need a feature, we're glad it's there.

                The part at which I get grumpy is where the OS doesn't have a mode (whether explicit or not) whe

          • I'm sorry to burst your bubble, but many of us do not live for "work". Your dismissal of anything that is not work is shallow. There is plenty of action in the places you dismiss as the sidelines.
        • by dbIII ( 701233 )

          1GB is in fact completely unacceptable

          On the Pi the bridge chip used (broadcom something) is stuck at that limit, perhaps it's something similar here. I'm not sure what else could do a better job at the low price end with available drivers.

      • Also whining about 802.11n? What a smug git.

        To be fair, if you don't have wired ethernet, that can be a bit of a speed bump. Also to be fair, however, it's bgn. Everyone keeps calling it n. If it really were just 2.4 GHz n, that really would blow. You'd have hard times connecting in the really real world.

        For a low-end laptop, bgn is fine. Honestly everything about this is fine except the RAM. 1GB should really be enough, I want it to be enough, but it is no longer enough.

    • by AmiMoJo ( 196126 ) on Sunday February 05, 2017 @08:50AM (#53806401) Homepage Journal

      This thing is actually great if you are in the target audience. It's cheap, it's more than good enough for a wide variety of tasks like email and posting on Slashdot, it's open source and you can trust it far more than the black boxes you get in x86 laptops, and it's design might not be an ultrabook but it's hardly a brick either.

      For running a secure OS and apps on this is ideal. For hacking and adding your own modules this is ideal. If you need better wifi, throw it in there. If you need GPS, add it. If you want an FPGA co-processor, design and integrate it.

      That just gave me an idea. Could make an excellent security/penetration testing laptop. Throw in a variety of radios, including an SDR dongle, and an FPGA for high speed cracking of hashes and passwords.

      I've been looking for a MIPS laptop for years because they are open and trustworthy. Was considering a Thinkpad with Coreboot instead, but maybe this would be an even better option.

      • That just gave me an idea. Could make an excellent security/penetration testing laptop. Throw in a variety of radios, including an SDR dongle, and an FPGA for high speed cracking of hashes and passwords.

        They are actually talking about making an internal FPGA accessory. But how much will they charge for it? You could use a USB FPGA dongle with a hundred dollar netbook if that's what you're really trying to accomplish.

        Was considering a Thinkpad with Coreboot instead, but maybe this would be an even better option.

        You're going to be a lot less frustrated by waiting around for the thing if you just get the stinkpad.

        • by AmiMoJo ( 196126 )

          The main issue with the Thinkpad is the Intel Management Engine. You can sabotage it to some degree, but it's hard to ever really trust that it has been neutered. Well, the Intel microcode update capability is not great either.

      • The main thing you get for your money is that if you put the pieces together, it will work. You can get better experience playing around with bits for a quarter of the price trawling through ebay's 'for parts or repair' listings, but then it's a matter of luck if you get anything to work.

      • Some would say that a Chromebook meets most or all of this.
  • and more expensive than loaded used, but in great condition Lenovo X220 (coreboot=no drm).

  • by Anonymous Coward

    I use an AP with that. FW is from this decade. No known exploits. I've been using it since 2008. Works with everything. Solid. Dependable. I've looked at new ones, and nothing compares when I look at price: $0 to stay, $300 to leave. I prefer wired ethernet over Wi-Fi so only use the Wi-Fi part for a phone and the stray tablet. Opinions and criticism welcome.

    • by Bert64 ( 520050 )

      Unless you have a very fast WAN link, or have servers on your LAN which you need to pull data from at high speed then 802.11ac is pointless. 802.11n (or even g) is more than fast enough to keep up with most people's uses.

  • Pompeii (Score:4, Insightful)

    by Anonymous Coward on Sunday February 05, 2017 @11:01AM (#53806707)

    This reminds me of a story a friend of me told me a couple of years ago.

    She works for a consumer protection agency. One day, a lady (let's call her "customer") phoned her. She was furious. She had booked an organized trip to Pompeii [wikipedia.org], the renowned ancient Roman city, "preserved" under the ashes of Mount Vesuvius. "There were only destroyed houses!" she yelled at the phone "no shopping possibilities! Everything was dirty and broken!". She wanted her money back, and she wanted the agency to support her on that.

    My friend had a hard time trying to explain to the customer that, actually, that's how Pompeii is supposed to look like and that no, she saw no chance in recouping the money.

    So dear Mr. Miller, whenever you plan a trip to Pompeii, at least have a look at the relevant Wikipedia page beforehand and try to understand what it means.

  • with same results, a Frankenstein-ish laptop with compromises everywhere, and usually thicker and heaver than a store bought laptop. Now the HP Stream and Tosh Chromebook2 could have been the way to go, but some have hard soldered EmmC boards, or non upgradable memory.
    Could this be done, uhhm,yah... but it will take a major manufacturer to make the base kit and still have a relatively sexy laptop.
    So what we need is a great screen to start, a mother board(s) that are cheap and upgradable, extra RAM s

    • A few years ago, MSI *had* a line of modular "whitebox" laptops. So did Clevo. They've become rare, because discrete graphics are almost the only thing *left* to vary... and engineering the cooling to be adequate for high-powered GPUs without going totally overboard for low-powered GPUs is almost impossible.

  • by Anonymous Coward

    I would play with one -- knowing it's not meant to withstand an elephant walking on it. It could actually be very educational like a Raspberry Pi.

  • What is his problem? (Score:5, Interesting)

    by Qbertino ( 265505 ) <moiraNO@SPAMmodparlor.com> on Sunday February 05, 2017 @01:02PM (#53807137)

    It's a FOSS Laptop Computer kit for ~250 USD. And for that if looks pretty neat. ... So the bezel is a bit larger? Big fat hairy deal. I guess that is why the screen is so cheap - because it's a 10 year old model optimised for production.

    I considered buying a new MB Pro - you know, the one with the touchbar. I thought long and hard and then settled for a current OS-less 11" netbook (300 Euros vis-vis 2300 Euros helped me make that decision aswell), with a quad-core pentium and 4 GB of RAM. I installed Lubuntu on it. Using it right now, typing this.

    Yes, this machine, as this FOSS kit, isn't top of the line. But it is small and fast enough to be usable. And since it's slow enough to force me to use the CLI whenever I'm in doubt a task I need to do will perform well on the GUI, it is actually quite fast.

    Long story short, I think this guy didn't quite get what the product he was reviewing is all about.

    • It comes down to what you want and how you use it.

      If you are going to get great satisfaction about building your own and knowing how every part works, then build your own.

      If you are going to use it for some work related uses, but the work isn't very valuable and so the time spent on the device isn't really that lucrative, buy the cheapest laptop you can get.

      If you use a laptop professionally at any reasonable rate, spend 10-20 cents per hour more to get the best laptop possible, which is typically a Macbook

  • from 2010 oh the humanity, how soon people seem to forget.

  • The EOMA68 is sort of similar. It's a standard around which 100% free devices are being designed one of which is a laptop computer. It's god a good keyboard, large screen, and upgradable core via modular computer cards. Throwback is sort of a joke- given 1336x768 is the most popular screens being used on the market. There are also other factors if you actually care about open source- like is the hardware really open. If your are dependant on some 802.11ac chip your depending on proprietary junk. If the boot

  • by Cmdln Daco ( 1183119 ) on Sunday February 05, 2017 @05:43PM (#53808571)

    A curious potential customer on the website asked:

    "What kinds of micro sd cards does it support?"

    "Olimex Ltd" replies:

    "we don’t have anything above 32GB to try"

    So that's their official answer? They've not even done that level of testing???

    128G micro SD cards are $25 items now.

1 + 1 = 3, for large values of 1.

Working...