Suggestion: Weekly YouTube videos


Did they ship them from Greece via bike courier or something?

Thessaloniki to Ingolstadt is about 1700km. By comparison, Land's End to John o'Groats is 1500km, and can be covered in less than two days by bike (with some effort, admittedly).

Clearly, Greek cycle couriers aren't dedicated enough :p
 
The term 'prototype' can refer to a very wide range of hardware configurations.

An engineering prototype for the Pyra could consist of the SoC manufacturer's dev board connected to a display and a keyboard that is capable of running the intended OS.

Case design prototypes can consist of non-working unpopulated boards - or even stand-in pieces of cardstock assembled in 3D printed cases.

Early functional prototypes may have populated boards that do not function entirely but are able to test particular features. They may or may not even have cases - or the cases themselves may be 'incomplete' or require modification by hand to tweak for usability - and to understand what to communicate back to the component manufacturers.

I believe all of the above to 'exist'.

For the Pyra there is a group of people who have paid for prototypes. These are generally expected to be 'production minus one'. I.e. fully functional SoC boards connected to fully functional keymats held in fully functional cases. Essentially the final validation point for everything prior to ramping up the actual mass production. In a lot of threads on these forums, it is these final pre-production units that are often referred to as 'prototypes'. In reality, there have been many 'prototypes' made along the way through the process of designing, developing, testing, tweaking and finalizing the hardware.

From ED's messages, it sounds like this latest batch of cases is intended for use in generating some of the 'production minus one' generation of prototypes. Maybe it would be better to call them production beta-test prototypes?
 
how about a nice video series for linux newcomers, maybe after the Pyra exists IRL?

in particular, a "stuff you shouldn't do on linux" series.

sudo rm -rf / # ideally after this we show how easy it is to reflash and get things back working ;)

etc.

it could be good publicity with the wider linux community, too.
 
in particular, a "stuff you shouldn't do on linux" series.
sudo rm -rf /
That exact problem have now a technical solution. Gnu file-utils (where that rm command live) have now a protection against "rm -rf /" there's a new switch to add that look like "--yes-I-know-I-will-destroy-my-system-doing-this" (cant remember the exact flag but it does indeed feel like this)
 
That exact problem have now a technical solution. Gnu file-utils (where that rm command live) have now a protection against "rm -rf /" there's a new switch to add that look like "--yes-I-know-I-will-destroy-my-system-doing-this" (cant remember the exact flag but it does indeed feel like this)
--no-preserve-root, I think. Probably saved a few thousand people's asses, that flag XD
 
Back
Top