Weekly Shaarli
Yesterday’s graphic designers are today’s UX designers. Will tomorrow’s UX designers be avatar programmers, fusionists, and artificial organ designers? Yes, according to the illustrious roster of design leaders we spoke with here.
A few years back I discovered that even a person of limited soldering skills can create a nifty surround-sound system with the magic of a passive matrix decoder system; the results pleased me and continue to, It's certainly not a big and fancy surround system, but I recommend it highly as a project with a high ratio of satisfaction to effort. (Here's one of the many, many tutorials out there on doing it yourself; it's not the long-forgotten one I actually used, but I like this one better.) I like listening to recorded music sometimes just to hear how a particular playback system sounds, not just to hear the music "as intended." I'd like to find some more audio hacks and tricks like this that are cheap, easy, and fun. Bonus points if they can be done with the assistance of a couple of smart children, without boring them too much. I have access to Goodwill and other thrift stores that are usually overflowing with cheap-and-cheerful gear, to match my toy budget. What mods or fixes would be fun to implement? Are there brands or models of turntable I should look for as the easiest with which to tinker? Are there cool easy-entry projects akin to that surround sound system that I could use to improve my radio reception? I'm not sure what's out there, but I'd like to get some cool use out of the closet-and-a-half I've got filled with speakers and other gear that I can't quite bear to toss, since "it still works."
Since Apple announced Swift as the new modern language for their products, I’ve been wanting to learn it. Even though my background isn’t programming, I decided to give it a shot. A little more than a month ago, I finished my 100 Days of Swift Project.
Checkout all my Swift projects — samvlu.com
I want to edit an e-book, a scientific textbook to be distributed on the Kindle tablet to be exact. The book is written. For that I used LibreOffice.
It comes complete with index, drawings, pictures, formulae and its present look and feel is no different from the majority of scientific text, you might be accustomed to browsing. I need advice for the next step, which consists in making this digital pile of data suitable for an e-book.. with a slight twist. The e-book should allow for:
— picture zoom-in in pop-ups on screen
— allow in-text basic interactivity, e.g. when in a exercise, multiple answers are proposed, each answer when clicked should display "Right" or "Wrong" (for instance).
Can you recommend, if not a commercial package that allows such features right out of the box, then at least and preferably open-source technology needed for me to achieve what I want ? I am willing to get down to moderate programming to use your suggested solution. I am conversant in C, C++ and getting there with Python.