lihaoyi/macropy. From my old Lisp days, I'm still a fan of macros - simply because configurable programming languages allow for a significantly higher level of description. Okay, this often comes at the expense of understandability, because a reader not only has to know the language and the libraries, but now also the macros. Nevertheless, for some purposes I still find macros very practical. Whether I would want to integrate them into Python, as this project does, I'm not sure yet - but the approach via the AST is at least interesting.
Archive 14.4.2013 - 24.9.2013
Tokens zum Ausdrucken is the alternative to making them yourself with the designer - simply select the appropriate tokens and print them. You can even collect several and print them together. Advantage: they are the original tokens in terms of design. Disadvantage: they are the original tokens in terms of design (sometimes you want to be a bit more individual). And only tokens, not any card proxies or homemade creations.
Welcome | Magic Set Editor. Create your own Magic cards - on the one hand ideal for creating tokens, or also for proxies (as long as they are accepted in the game round), or of course also for your own creations that you want to play with (this also only works, of course, if your own game round agrees). Use slightly stiffer, springy cardboard (or original cards - e.g. basic lands) and cut out the prints and glue them on, then put them in the sleeves and you're ready to go.
Magic Plugin for LackeyCCG. Drin was drauf steht - a plugin that allows MTG under LackeyCCG.
LackeyCCG - Play any CCG Online, or make your own. Mac or PC.. Looks interesting, an alternative to Cockatrice and allows playing any CCGs over the Internet, not just MTG. Just like with Cockatrice, only the game table and the cards are simulated - players must ensure compliance with the rules themselves. Therefore, not a real competitor to the Magic Online client - but of course much cheaper, as you simply use cards and do not buy them. And it runs on Win, OSX and Linux.
Zim - a desktop wiki. Since I'm working with Windows again, maybe it's time to either port my own desktop wiki again (sounds like work) or use another one that offers similar features. Zim looks quite good and is quite portable on the desktop - but I would probably have to adapt my Android app. Hmm. Sounds like work too ...
FriCAS - an advanced CAS. I've lost track of it a bit - FriCAS is formerly Axiom, a quite extensive mathematics package like Mathematica, written in Common Lisp. Available for various systems, somewhat rough in the interface (just a command line), but very powerful. And somewhat more modern than perhaps Maxima (whereas for Maxima there are GUI options, I have no idea what FriCAS has to offer). Like every decent open source project, it is of course only a fork of a fork - under Open Axiom there is another project and under Axiom the original code is continued. Although for me, since Sage (and actually even much more since Anaconda and IPython Notebooks), all of this has become less relevant - in general, my requirements are at a much lower level and are already covered by the libraries available via IPython and Python. Of course, Mathematica and similar are still interesting - but the motivation to start the packages and to enter the rather different syntax world is rather low. Python has long since achieved the good-enough status.
Python Data Analysis Library — pandas: Python Data Analysis Library. Hmm, I must have heard of this before, but I just noticed that it's included in Anaconda. And therefore, I should really look into it soon, as there are some data deserts that I could explore with it.
Recently on the Internet
I have uploaded new pictures to Google+ and/or Flickr. Here they are - unsorted and uncommented. And correction of the last message: that was summer 2012. Oops!
Recently on the Internet (Black and White Edition)
I have uploaded new pictures to Google+ and/or Flickr. Here they are - unsorted and uncommented. This is the black and white version. And ouch, there are old things in there. Apparently not updated since summer.
German government: "Data protection authorities not responsible for NSA scandal". Well, that makes it easy, if as an affected party you simply declare the responsible supervisory authority as not responsible. Classic interior minister logic.
Freebase. Knowledge database number 2 - here people, places, events and all kinds of other things are collected and provided as a structured database with query via service. Just like DBPedia, I found this through the Quepy project.
wiki.dbpedia.org : About. Also interesting - here Wikipedia is searched and evaluated for structured information. So, in a way, a Wikipedia for machines is created from the Wikipedia for humans. The whole thing is then pre-packaged with a query language and a suitable web service.
Quepy: A Python framework to transform natural language questions to queries.. Cool - you can feed English questions into it and the system forms a structured query from them and then provides answers from Freebase or DBPedia. Quepy is the part that formulates the query from the natural language. So to speak, something like Wolfram Alpha if you only look at the knowledge queries.
Tweak Mode for Processing. This makes the sketch interactive while it is running - in one window the code runs with output, in the other window is the code. Drag with the mouse on numerical constants and the values change up or down and the output updates automatically accordingly. Nice idea.
You are Missing the Point of Promises. A bit old, but an interesting overview of what promises are and what they should be, how they lead out of the hell of callbacks and what the rather theoretical model behind it all has to offer. And where you can find it in JavaScript libraries and in which libraries it is rather neglected.
part-cw/lambdanative. Interesting - a cross-platform programming environment targeting Android, iOS, OSX, Linux, Windows, and BSD. Based on Gambit-C, a pretty good (and already quite long available, so also "mature") Scheme compiler.
"3 windows builds have been performed on win95. There is an as yet unidentified runtime error running the 2.6.9 images on win7. More information here will be forthcoming shortly." - [[[Gcl-devel]] GCL 2.6.8 and 2.6.9 are released](http://lists.gnu.org/archive/html/gcl-devel/2013-08/msg00011.html). Apart from the fact that I thought it was already long dead (a "few" years have passed since the release), it's funny that someone still makes builds for Windows under Windows 95 today ...
Anaconda. Hmm, had I already? No idea. It is a Python installation that comes with a stack of scientific modules (NumPy, Matplotlib, PyLab and the like) and also delivers a number of useful modules. Plus IPython with the usual tools - so notebooks and QTConsole - and a command line tool for package management. The nice thing: the installation goes into its own path, so it does not necessarily affect another Python installation.
Meet RegExpBuilder: Verbal Expressions rich, older cousin - The Changelog. I'm an old Snobol and Icon fan - and one of the features of both languages was the quite readable sublanguage for text patterns. What is usually done today with then rather compact to cryptic regular expressions. So I'm happy to come across a project that compiles the much more readable expression forms as usual in Icon into regular expressions. Ok, the goal-oriented execution in Snobol and Icon and the inherent backtracking is of course missing, so it's only syntactic. Still nice.
Trusted Computing: Federal government warns against Windows 8. As long as Microsoft does not also remove the article from the network, like the same article in the Zeit. TLDR: TCP offers more and more control over computers to people who are not the owners - and increasingly restricts the rights of the owner to protect themselves from it. Which is why the BSI warns the government (the title is somewhat misleading) against using systems that use TCP in newer versions. Whereas the NSA is very enthusiastic about the new possibilities. Which gives the whole thing even more background in the current Prism discussion.
Here's what I've found worth reading this week, collected and uncommented:
PyPy.js Update: A Proof-of-Concept JIT. Braintwister. Python using PyPy on JavaScript via asm.js. With active JIT.
How To Create Your Own Chrome Extensions. I should read this more closely. I would already like to add one thing or another to Chrome.
Here's what I found worth reading this week, collected and uncommented:
Because it's always claimed that it's not as bad as all that, how about a comment from a real expert on the topic? "This is really bad. The surveillance state is closer than most of us think." via Schneier on Security: NSA Surveillance and Mission Creep.
What I considered worth reading during the week and did not want to link separately, collected here and uncommented.
Forge - Slightly Magic. Really practical software for Magic beginners like me. You can assemble decks, use ready-made decks, get randomized decks - and then play them against an AI. The AI isn't the strongest, but hey, I'm far from that too. It's all in Java and actually runs on Windows, OSX, and Linux alike. Nice to give your own deck a test run, especially if you don't have Magic players nearby (or they don't feel like testing your crazy creation). Oh, and it's open source too.
Here's what I found worth reading this week, collected and uncommented:
Pornwall: British porn filter also blocks other content. The upcoming model for Europe? What exactly distinguishes us from the various censoring and filtering dictatorships? Oh yes, we can vote every few years for who fools and lies to us.
Verfassungsschutz-Chef: Keine Hinweise auf Spähaktionen - it's probably too much to ask of the domestic intelligence agency if they would read the daily press. You can easily overlook the clues. So much happens in the world, new royal children, Formula 1, football - who should notice a Mr. Snowden among all that. You know, the one with the documents about NSA surveillance activities in Europe and especially in Germany. The one that the USA would like to have extradited because he made these clues, which are not available to the domestic intelligence agency, public.
heuermh/leap-motion-processing. Very interesting, because I can play with my LeapMotion controller using Processing - the overhead to get something done is much lower than going for native programs. Additionally, it is cross-platform.
mrzl/LeapMotionP5. And another Processing library for Leap Motion. This one seems to be more complete, with gestures and such. Worth checking out.
Here's what I found worth reading this week, collected and uncommented:
Here's what I found worth reading this week, collected and uncommented:
What I consider worth reading during the week and did not want to link separately, collected here and uncommented.
washort/parsley. Had I mentioned this before? Doesn't matter. A PEG implementation in Python. Builds parsers for languages based on quite readable language descriptions (similar to the good old BNF).
Recently on the Internet (Black and White Edition)
I have uploaded new pictures to Google+ and/or Flickr. Here they are - unsorted and uncommented. This is the black and white version.
Recently on the Internet
I have uploaded new pictures to Google+ and/or Flickr. Here they are - unsorted and uncommented.
Visiting Santorini - Hugos House of Photo Horror. Yep, vacation photos. In case anyone wondered why it was even quieter here in the last 3 weeks than it usually is in my blog. And yes, again uploaded to Koken, and not directly into the blog. It's really much simpler and faster in terms of workflow.
Review: The 2013 Ricoh GR digital V – Ming Thein | Photographer. Sounds very promising. Right now, the Coolpix A is the star, but this one also sounds pretty good. I'm still considering whether I should get a real compact camera instead of the MFT with the 14mm lens - just because it's smaller. A Ricoh would suit me well, especially since I still use the GRD II and am familiar with the user interface.
lihaoyi/macropy · GitHub. I've been a fan of syntactic macros since my Lisp days. Sure, metaprogramming in Python takes you a step forward, but real macros are just something special. So I should definitely check this out.
Getting Started with Android Studio | Android Developers. Oh, Google sees the light and offers an alternative to Eclipse as an IDE for Android programming. And then IntelliJ of all things, which I already work with. Nice!
Updated Cocoa Contrib. Wow - CCL now has completely new (and significantly expanded) capabilities for OSX GUI programming. This is growing slowly.
Here's what I found interesting this week, collected and uncommented:
davazp/jscl · GitHub. Wow, impressive. A Common Lisp that runs as a REPL in the browser. What's exciting about it is how complete it is - after a (defun anton (a b) (+ a b)) I directly did a (disassemble #'anton) without any problems and it gave me the generated JavaScript code. Other constructs from the CL world also work smoothly. Definitely worth keeping an eye on, could become exciting (e.g. a JSCL on Node.js?).
Here's what I considered worth reading over the course of the week and didn't want to link separately, collected and uncommented.
What I consider worth reading over the course of the week and did not want to link separately, collected here and uncommented.
Chathead Basics « Piwaï.info. If you're wondering how these Chatheads in the Facebook Messenger work, here's the explanation. There is a special permission that allows you to draw over other windows.
What I considered worth reading during the week and did not want to link separately, collected here and uncommented.
- Paul Khuong: Starting to hack on SBCL
- China's Executed as Mass Organ Donors
- Complaint from the competition at the EU: Google rivals fight against Android
- Panasonic System Camera: Lumix GF6 with Near Field Communication and WLAN
- Tips On Printing With PLA
- The International Space Center Uses Loads of Nikon Gear to Capture These Beautiful Images
- The Novo is As Small as a GoPro But Takes C Mount Lenses
- UPDATED: BlackMagic’s Pocket Cinema Camera is Native Micro Four Thirds Mount, Tiny, Shoots RAW