2017

16.2

I’m still not up to date in the world of stationery, so please excuse if this blog post does not include all information, but when I noticed the name Ada Lovelace in the latest Pen Addict Podcast Show Notes I had to have a look.

As you might now CalCedar is releasing themed Blackwings at regular intervals. They tend to have a number linked to the theme. This time the theme is “Ada Lovelace”, considered by many to be the first computer programmer [1]even though computers didn’t exist yet, and the number is 16.2.

Ada Lovelace, Charles Babbage and Eberhard Faber’s Blackwing

My first university degree was in Computer Science, so this theme certainly made me curious and I followed the link to Blackwing’s web site.

So what does 16.2 stand for? According to CalCedar

The number 16.2 is a nod to the Analytical Engine’s storage capacity of 16.2 kB (0.00005% the storage of the average smartphone) and the backside of each pencil bears a binary pattern stamp of Ada’s initials AAL, the same initials she used to sign her work.

My first thought: if anything this seems more of a number for a Charles Babbage themed pencil. Storage capacity is hardware, Babbage thought of the Analytical Engine, Ada Lovelace was more about algorithms for the Analytical Engine (she made a famous translation of Menabrea’s Analytical Engine article that contained her computer program as notes) and about promoting the Engine.

My second thought: why use kB? I am not an expert in the Analytical Engine, but it was based on the decimal number system, it wasn’t binary based! The only way such a conversion would make sense would be if you wanted to compare the storage capacity to a modern machine, but it only makes sense if you want to implement the same storage capacity on a modern computer, as a simple comparison it doesn’t work because it’s not a simple as some other conversions, like converting Fahrenheit to Celsius – because of the way modern computers work there’s no 1:1 comparison.

Here’s an example. A number with one digit can be anything from 0 to 9, i.e. there are 10 possibilities. If you want to store this number in a modern, binary computer you have to use four bits. Each bit gives you two possibilities (0 or 1). If you have two bits you have four possible numbers (22 = 4) you can represent (00,01,10,11). Three bits give you eight possibilities (23 = 8), i.e. everything from 000 to 111. Four bits give you 16 possibilities (24 = 16). You want to represent one decimal digit (ten possibilities) in binary you need four bits, but you also get some waste (as you could actually represent 16 numbers). So why convert to binary?

My third thought: Where did this number come from. Ah, ok. Wikipedia says in the Analytical engine “There was to be a store (that is, a memory) capable of holding 1,000 numbers of 40 decimal digits each (ca. 16.2 kB)” [2]https://en.wikipedia.org/w/index.php?title=Analytical_Engine&oldid=813062715.

OK, I get it. The number is from Wikipedia.

A quick check:

40 digits each, 1041 = 2x, 2133 = 1.08 * 1040, 133 bits per 40 digit number

133*1000= 133,000 Bits, 133,000 / 8 = 16,628 Bytes, /1024 = 16.24 kB.

…but the Analytical Engine was an idea, not something that was actually built at the time. Babbage himself wrote

“In the drawings I have prepared I proposed to have a thousand variables, upon each of which any number not having more than fifty figures can be placed.” [3]Chapter VIII, Passages from the Life of a Philosopher, by Charles Babbage, 1864

Based on 50 digit figures, as described by Babbage in his 1864 book, the number on this pencil should be

1051 = 2x, 2167 = 1.87 * 1050, 167 bits per 50 digit number

167*1000= 167,000 Bits, 167,000 / 8 = 20,875 Bytes, /1024 = 20.39 kB.

To me, it looks like a poor Wikipedia copy and paste job, done without love or understanding of Ada Lovelace.

My imagination might be running wild here, but I imagine it like this.

We need a new person-themed Blackwing. Pick a pioneer who is not a white male.

I found one on the Internet. There’s a woman who was a programmer.

Great, look at her Wikipedia page and pick a number.

Got it.

Great job. Let’s finish early and go home.

The whole theme seems to have been put together without the due care and attention Ada Lovelace deserves.

 

Before I finish: there’s actually a quote from Ada Lovelace where she mentions pencils. You can see it on Google Books.


The comic book you can see in the picture is called The Thrilling Adventures of Lovelace and Babbage: The (Mostly) True Story of the First Computer. The edition I got is long sod out but you can still get the US version (hardcover released in 2015) or paperback ..or the UK paperback edition from 2016.

If you would like to learn more about Ada Lovelace have a look at

Untangling the Tale of Ada Lovelace

Ada Lovelace’s translation of the Menabrea article. 

References

References
1 even though computers didn’t exist yet
2 https://en.wikipedia.org/w/index.php?title=Analytical_Engine&oldid=813062715
3 Chapter VIII, Passages from the Life of a Philosopher, by Charles Babbage, 1864

16.2 Read More »

Stationery Factlets: Staedtler Noris digital

Welcome to the first post in a new series on this blog: Stationery Factlets [1]The term factoid has two meaning, so I decided to go with factlet, even though the term factoid is more common.. This new series was actually born out of necessity. You might remember my current lack of time. To enable me to post with minimal effort I thought of adding this series where I present small bits of information. Many readers will know some or most of these factlets, but you might be surprised by the occasional fact that is new to you or you might be reminded of old bits of information you have started forgetting.

An early picture of the Noris Digital with the Samsung logo. New versions don’t have it anymore.  (Image © Staedtler)

OK, here’s the first factlet.

Staedtler’s Noris digital, their digital pen for Samsung tablets, works with many EMR (electromagnetic resonance) devices (EMR is one of several technologies that makes digital pens work), so it can actually also be used with many WACOM pen tablets (…but because of Staedtler’s current cooperation with Samsung Staedtler’s marketing material only makes reference to Samsung devices).


The images in this blog post have been taken from Staedtler web sites. I believe that the use of the images shown in this blog post falls under “fair dealing” as described by the UK Copyright service.

I would like to thank Benedikt Schindler for the information about the Noris digital presented in this blog post.

 

Noris digital (Image © Staedtler)

References

References
1 The term factoid has two meaning, so I decided to go with factlet, even though the term factoid is more common.

Stationery Factlets: Staedtler Noris digital Read More »

Bleistift HQ’s failed attempt to improve paper testing

Earlier this year I tried to reduce the human element that is part of my pen and paper tests, e.g. those tests with violin plots. The aim was to make these tests more accurate and reproducible. Plotters are expensive, so I thought I try the :Move mini, an add-on for the micro:bit.

The micro:bit is a small ‘computer’, half the size of a credit card and is used in computer education in the UK. The :Move mini is a robot with two wheels that can be controlled by the micro:bit and that comes with a pen holder.

When I programmed the :Move mini I found it quite difficult to get it to draw a straight line and to have the same reproducible movements on paper, so I contacted the manufacturer Kitronik. Michael Lockhart, who works for their customer service got back to me and asked me to send my :MOVE mini in.

You might have seen this video on my YouTube Channel a few months go.

He told me that they

performed tests at a range of speeds, running at full speed the buggy runs straight and doesn’t suffer with one wheel turning at a different rate. You can reduce the speed to slow the buggy, however the more you slow the speed the more likely the buggy is going to drift to one side. Unfortunately this isn’t a fault with the buggy and more with the way the micro:bit is coded.

By using PWM you define how long you want the pulse to be and the gap between this pulse, as the micro:bit isn’t real time, this causes a slight differences in what the two pins are being told, and this always remains with the same pin. As such this results in one of the pins receiving a slightly different pulse to the other and as such at slow speeds there will be a drift. We had this set to pin 1 at 80 and pin 2 at 100, this is obviously just above/below the stop position for a 360 degree servo.

The longer the pulse is made the smaller the issues with the micro:bit is made, as such you may be able to counter out the issue with the micro:bit by setting the servo’s to half speed[…].

The bad news is that I can’t drive slowly or things go wrong, but if I drive fast things go wrong, too – see the video. Maybe if I could get rubber wheels for the :MOVE mini things would work better with higher speeds.

I also had a question regarding reproducibility as I was wondering whether the charge level of the battery will make a difference. Michael told me that..

In short yes that battery voltage would affect the servos, however it is a little more complex than that. So it works like this:
The servo board has a 3.3V regulator on it which then means the servos are provided with a constant voltage from the 4.5V battery pack. This means that the speed of the servos can be more accurate as when you use PWM you are varying the amount of voltage the servo’s are receiving for a given time. So while the combined voltage of the 3 batteries is between 3.3 and 4.5V the servos will run and you shouldn’t notice any change in there operation.

However once it drops below 3.3V’s the regulator will just pass the battery voltage straight through, this means that whatever the voltage is it will be passed to the micro:bit/Servos. This then means that the voltage that the servos will be provided with can alter and won’t be a regulated voltage. As such this could result in them operating slightly differently, this would normally affect the speed of the servos.

Well, it was interesting to find all these things out, but I am still not any closer to a reproducible pen and paper tester (with the use of a plotter, they cost £200 or more). I noticed that there are R2D2 toys that can draw lines. They are slightly cheaper than a plotter but still expensive.

I guess it might take another few years before I find a good solution…

 

Bleistift HQ’s failed attempt to improve paper testing Read More »

Bleistift’s Birthday Party

As mentioned previously work is keeping me more than busy at the moment, so there won’t be many blog posts for a while (probably until January or February). I do still spend some time on my stationery hobby, but it is just to manage the Stationery Wiki – in your average week, there’s actually more spam added, which needs removing, than real content.

The sign is really big. Bigger than A4.

I am very happy to see that despite the lack of new posts there are still comments being left at this blog and even happier to see that a gift arrived at Bleistift HQ, just in time for today’s eight birthday of this blog. Thank you, Tg Das Drehmoment, who send these treasures from Berlin.

I’m very much looking forward to next year when I hope there will be months with up to 15 blog posts again, rather than the current very occasional posts.

PS: You can see the fitting pencils for the Faber-Castell sign in the Jubilator blog post. I wonder whether the sign is from Faber-Castell’s 222nd birthday in 1983.

Bleistift’s Birthday Party Read More »

More Blackwing – and an alternative

My previous blog post, looking at Tiger’s Blackwing, seems to have made some people upset.

The ‘points’

It might be worth to walk a few steps back and to get an overview of the points I tried to raise.

  • There is no continuity between the original Blackwing and the CalCedar/Palomino version.

If the new Blackwing would use the same lead recipe or was made in the same factory I would see that as ‘strong continuity’. If the name was bought from Faber-Castell I could see that there is some continuity, but the Blackwing stopped being made, the name ‘expired’, someone unrelated grabbed the name. These are just facts – Don’t shoot the messenger.

  • I like Tiger’s Blackwing more because it keeps the point better.

I’m writing with pencils, I’m not an artist as you might have noticed from the low quality of the occasional drawings you can find here. I also write very small, so need a fine point. People use pencils in different ways, so for you a 4B like pencil might just be the thing you need. Everyone’s mileage varies. The Palomino Blackwing might be great for some, but I spelled out why I prefer the Tiger. Put the Tiger in your hand! (was: put the tiger in your tank).

The ferrule

There were some questions about the ferrule, asked by Gunther and on social media. When those questions where asked I made a little video instead of writing it up, just because talking to a microphone is so much faster and more convenient than writing a blog post and my blog is still in hibernation mode because of a lack of time. I thought I link to the video here, in case you want to compare the ferrule to your own ferrule.

Cheaper alternatives

Graph from the DelGuard post.

If you are looking for a cheaper alternative to the CalCedar Blackwing, why not try a Staedtler Mars Lumograph 3B. It’s great! ..but don’t take my word for it, look at Pearson Moore’s comparison instead. The man who spent some 1,200 hours collecting and categorising data point for different pencils. I first heard about his book from Gunther.

If you remember my DelGuard blog post you know I’m into this kind of stuff. Unfortunately that blog post only got one comment, so I assume this topic is not of interest to readers of my blog. but if you are one of the rare ones who likes this kind of stuff have a look at Pearson Moore’s book: Pearson’s Graphite 2015 ($19.95 in the USA, £13.95 in the UK)

 

Here are some of the attributes of the two pencils that are most important to me.

NameTypeDarknessSoftnessLissance
Palomino Blackwing201015912
Staedtler Mars Lumograph 3B15714

The have the same darkness, but the Staedtler keeps the point longer as it is less soft. Lissance, i.e. smoothness is higher for the Staedtler. That’s a win win for the humble blue pencil. The Palomino does score higher in some other areas like Pressure Insensitivity, but they are not important to me. Pearson Moore checked pencils between 30 mN and 1N. I guess if you are an artist this might be of interest, especially if you only have one pencil you need to do all your shading with, but again this is not the case for me.

If you love the Palomino Blackwing please let me know what you think of the Mars Lumograph in 3B.

 

 

More Blackwing – and an alternative Read More »