Bookmark
Making Sense of The Audio Stack On Unix
https://venam.nixers.net/blog/unix/2021/02/07/audio-stack.html, posted 2021 by peter in audio hardware linux reference software toread
Audio on Unix is a little zoo, there are so many acronyms for projects and APIs that it's easy to get lost. Let's tackle that issue! Most articles are confusing because they either use audio technical jargon, or because they barely scratch the surface and leave people clueless. A little knowledge can be dangerous.
In this article I'll try to bridge the gap by not requiring any prerequisite knowledge while also giving a good overview of the whole Unix audio landscape. There's going to be enough details to remove mysticism (Oh so pernicious in web bubbles) and see how the pieces fit.
Bookmark
usbamigafloppy: USB floppy controller for Amiga disks
https://github.com/jtsiomb/usbamigafloppy, posted 2021 by peter in amiga backup hardware retro
This is a USB floppy disk controller, for reading and writing amiga disks. In conjunction with the accompanying
amigafloppy
program, it allows archiving amiga disks as ADF disk images, or writing ADF disk images back to disks, to use with an Amiga computer.
...
Note: The
amigafloppy
host program is not completed yet.
Bookmark
Openrazer: An entirely open source driver and user-space daemon that allows you to manage your Razer peripherals on GNU/Linux
https://github.com/openrazer/openrazer, posted 2021 by peter in free hardware linux opensource software
A collection of Linux drivers for Razer devices - providing kernel drivers, DBus services and Python bindings to interact with the DBus interface.
Bookmark
KryoFlux Products & Services Ltd.
https://kryoflux.com/, posted 2020 by peter in amiga backup hardware retro storage
KryoFlux is a USB-based device designed specifically for the reliability and precision needed to acquire reliable low-level reads suitable for software preservation. This is the official hardware developed by The Software Preservation Society, an authority in authentic floppy disk imaging and preservation.
Bookmark
Why Raspberry Pi isn't vulnerable to Spectre or Meltdown - Raspberry Pi
https://www.raspberrypi.org/blog/why-raspberry-pi-isnt-vulnerable-to-spectre-or-meltdown/, posted 2018 by peter in hardware security
Spectre and Meltdown are side-channel attacks which deduce the contents of a memory location which should not normally be accessible by using timing to observe whether another location is present in the cache.
A great article that explains the widely debated security vulnerabilities in some CPUs.
Bookmark
How to build your own Raspberry Pi Cluster | Jeff Geerling
https://www.jeffgeerling.com/blog/2017/how-build-your-own-raspberry-pi-cluster, posted 2017 by peter in diy hardware howto video
How to build a 6-node Raspberry Pi "Dramble" cluster.
Bookmark
Intel x86s hide another CPU that can take over your machine (you can't audit it) / Boing Boing
https://boingboing.net/2016/06/15/intel-x86-processors-ship-with.html, posted 2016 by peter in crapification hardware privacy security toread
When you purchase your system with a mainboard and Intel x86 CPU, you are also buying this hardware add-on: an extra computer that controls the main CPU. This extra computer runs completely out-of-band with the main x86 CPU meaning that it can function totally independently even when your main CPU is in a low power state like S3 (suspend).
Bookmark
Is there an Internet-of-Things vigilante out there? | Symantec Connect
www.symantec.com/connect/blogs/there-internet-things-vigilante-out-there, posted 2015 by peter in communication hardware linux networking security
Wifatch’s code does not ship any payloads used for malicious activities, such as carrying out DDoS attacks, in fact all the hardcoded routines seem to have been implemented in order to harden compromised devices. We’ve been monitoring Wifatch’s peer-to-peer network for a number of months and have yet to observe any malicious actions being carried out through it.
Bookmark
On the Origin of Circuits
www.damninteresting.com/on-the-origin-of-circuits/, posted 2015 by peter in ai evolution hardware science toread
The informatics researcher began his experiment by selecting a straightforward task for the chip to complete: he decided that it must reliably differentiate between two particular audio tones. A traditional sound processor with its hundreds of thousands of pre-programmed logic blocks would have no trouble filling such a request, but Thompson wanted to ensure that his hardware evolved a novel solution. To that end, he employed a chip only ten cells wide and ten cells across— a mere 100 logic gates. He also strayed from convention by omitting the system clock, thereby stripping the chip of its ability to synchronize its digital resources in the traditional way.
Bookmark
LedBorg - An ultra bright RGB LED add on board for your Raspberry Pi | PiBorg
https://www.piborg.org/ledborg/specs, posted 2015 by peter in hardware raspberrypi visualization
The LedBorg provides a tri-colour LED controllable from the Raspberry Pis GPIO header. Using simple on / off logic it can provide a total of seven colours as well as off. Using software based pulse width modulation (PWM) it is capable of many more colours, around a million in fact.