home ¦ Archives ¦ Atom ¦ RSS

MixesDB.com

Seriously. How did I not know about this?

Since December 16, 2006 MixesDB is the database for DJ mixes, radio shows and podcasts.

Together with their dates, tracklists, file details and flyers a useful collection of artists, events, clubs, and podcasts is built:

The mixes are added by music lovers from all over the world. Our slogan: We care about correctness because most do not.

We don’t offer any downloads or secret ways to get download links.

Via a MeFi post with Calibre in the title, which will always catch my eye.


Up To Code

Certbot log Well, that process actually wasn’t too bad. Now I’m fully encrypted thanks to the Electronic Frontier Foundation and certbot.

Also Why No Padlock? helped me figure out why Chrome wasn’t giving me the prized lock. Which then led to installing the SSL Insecure Content Fixer plugin for WordPress. Now my image URLs are cleaned up automagically.

No thanks to systemd under Ubuntu Linux 16.04, which got itself twisted up and held me back from upgrading to Ubuntu 17.04. Boiled down to moving some arcane config file out of the way to allow a couple hundred odd packages to upgrade. That’s actually where the majority of my time was spent in this exercise.

Now I just have to figure what all the certificate mumbo jumbo actually means.

certbot logo converted to png format from the EFF’s SVG original, which should be legal under the applicable Creative Commons license.


Group 4

I’ve been listening to Massive Attack’s Group Four for over 18+ years, and I literally have no clue what the lyrics are, much less what they mean.

[embed]https://youtu.be/5HnF5T4Neuc[/embed]

But the build and release are to die for.


Service Meshes, Now I Get It

Traveling in the Kubernetes orbit, I couldn’t help but hear about some new Istio thing. Unfortunately, I didn’t really have time to dig in. Google Cloud Platform Podcast during the commute for the win:

Due to popular demand, this week Francesc and Mark are joined by Product Manager Varun Talwar and Senior Staff Software Engineer Sven Mawson to discuss all things Istio, an open platform to connect, manage, and secure microservices.

And straight from the Istio docs:

This document introduces Istio: an open platform to connect, manage, and secure microservices. Istio provides an easy way to create a network of deployed services with load balancing, service-to-service authentication, monitoring, and more, without requiring any changes in service code. You add Istio support to services by deploying a special sidecar proxy throughout your environment that intercepts all network communication between microservices, configured and managed using Istio’s control plane functionality.

Istio currently only supports service deployment on Kubernetes, though other environments will be supported in future versions.

Serendipitously, the latest episode of The ArchiTECHt Show podcast featured an interview with the CEO of Buoyant, William Morgan, about Linkerd, which seems to be an alternative product for service meshes. From the Linkerd site:

Linkerd is an open source, scalable service mesh for cloud-native applications.

Linkerd was built to solve the problems we found operating large production systems at companies like Twitter, Yahoo, Google and Microsoft. In our experience, the source of the most complex, surprising, and emergent behavior was usually not the services themselves, but the communication between services. Linkerd addresses these problems not just by controlling the mechanics of this communication but by providing a layer of abstraction on top of it.

Both platforms essentially put a proxy layer between the microservices and the underlying LAN network transport. The GCP Podcast made this crystal clear. Then a bunch of functionality related to distributed services can be factored out of the apps and into the service mesh (e.g., load balancing, retries, circuit breaking). Istio is k8s only at the moment, while Linkerd is friendly with other orchestration tools like Marathon on Mesos.

Once upon a time, I worked on a project that could have really used this technology.


PyData Seattle 2017 Content

Just a pile of possible interesting presentations on the Python ecosystem from the recent PyData Seattle conference

Two day conference on Python, Data, Analytics. Sponsored by Numfocus.org and the Microsoft Python team.

Delivered by world-renowned authors and technology leaders.

YMMV.


Python Kafka Streams

Innerestin’

[embed]https://twitter.com/WintonCapital/status/885135300258869249[/embed]

From the GitHub repo

Winton Kafka Streams is a Python implementation of Apache Kafka’s Streams API. It builds on Confluent’s librdkafka (a high performance C library implementing the Kafka protocol) and the Confluent Python Kafka library to achieve this.

The power and simplicity of both Python and Kafka’s Streams API combined opens the streaming model to many more people and applications.

Wasn’t really into using Java to tinker with Kafka Streams, but now I’m intrigued. Wonder if the Python library is feature parallel?


Does This Site Need HTTPS?

According to DoesMySiteNeedHTTPS.com, yes.

But my site doesn’t have forms or collect information from users.”

Doesn’t matter. HTTPS protects more than just form data! HTTPS keeps the URLs, headers, and contents of all transferred pages confidential.

Looks like I have some work to do.


Orders of Magnitude

Adrian Colyer is taking a well-deserved, short break from the morning paper. He presented a few back pointers to top material from this last “term” of reading. In addition, there’s some ways of translating the scale of differences that occasionally popup in computing into human recognizable scales:

And here’s something a little different which didn’t quite fit in any particular paper review as a fun thought to leave you with for now: developing an intuition for orders of magnitude and some of the numbers you see in CS papers.


Intel Python

Speaking of Python, I never knew Intel had their own custom, performance supercharged version:

The Intel® Distribution for Python is an easy-to-access, integrated package that delivers faster Python application performance on modern Intel® platforms. Available for Windows, Linux and macOS*.

Those stars are for a link to the varied trademarks. Gotta love those big corporate lawyers. That’s probably also why you have to go through an annoying registration form to download the bundle.


IPython and Jupyter Historical Dive

Jupyter Logo Square While Jupyter is quite hot these days, it did take a while to emerge. Some folks conflate IPython and Jupyter in casual conversation, but the projects have had distinctly different paths. Karlijn Willems did a deep dive into the differences and even got some feedback and input from the creators:

Today’s blog post intends to illustrate some of the core differences between the two more explicitly, not only starting from the origins of both to explain how the two relate, but also covering some specific features that are either part of one or the other, so that it will be easier for you to make the distinction between the two!

Consider also reading DataCamp’s Definitive Guide to Jupyter Notebook for tips and tricks, best practices, examples, and much more.

There are definitely some interesting twists and turns.


JVNS and Tracing

Julia Evans put together an extended blog post on “Linux tracing systems & how they fit together”.

The thing I learned last week that helped me really understand was – you can split linux tracing systems into data sources (where the tracing data comes from), mechanisms for collecting data for those sources (like “ftrace”) and tracing frontends (the tool you actually interact with to collect/analyse data). The overall picture is still kind of fragmented and confusing, but it’s at least a more approachable fragmented/confusing system.

Even better, she made a nice illustrated ’zine to go with.

Wrote a really quick zine out of the linux tracing tools post from yesterday. It’s not super fancy but here it is. It’s 12 pages, there’s a print version & a version to read on your computer as usual.


Datanauts IMDG

Been listening to a few episodes of the Datanauts podcast, and as I anticipated, the material is right up my alley. Actually, the hosts Ethan C. Banks and Chris Wahl really impressed me in a discussion of Apache Geode, an in-memory data grid (IMDG). While Banks and Wahl clearly aren’t distributed systems researchers / hackers, they asked exceptionally good, fundamental questions about how Geode fares under various conditions (e.g, network partitions).

So far, so good. I can recommend a subscription in your podcatcher to the Datanauts.


Over at Hyde Park

Something interesting is happening over at the University of Chicago.

Mike Franklin is a premier academic database researcher and was a longtime UC Berkeley CS Division stalwart. Franklin moved to the University of Chicago last year.

As part of a plan to greatly increase the scale, scope and impact of computer science research and education across the University community, the University of Chicago has appointed prominent data science scholar Michael Franklin to chair its Department of Computer Science and to serve as senior advisor to the provost on computation and data science.

Ben Y. Zhao is a UC Berkeley CS Division alum, well-regarded systems researcher, and formerly at UC Santa Barbara. He just moved over to the University of Chicago this month.

I am Neubauer Professor of Computer Science at University of Chicago. Prior to joining UChicago, I was a Professor of Computer Science at UC Santa Barbara. My research covers a range of topics from large-distributed networks and systems, HCI, security and privacy, and wireless / mobile systems, mostly from a data-driven perspective. My current projects are focused on three areas: data-driven models of user behavior/interactions, security of online and mobile communities, and wireless systems and protocols. My work targets a range of top conferences, including WWW/IMC, Mobicom/SIGCOMM/NSDI, UsenixSecurity/NDSS/S&P, CHI/CSCW.

Luis Bettencourt, of the Santa Fe Institute, applies techniques from the complex systems community to the study of urban dynamics. He just joined up with the U of C, although he’ll maintain an appointment as external faculty to SFI.

Luis M. Bettencourt, a leading researcher in urban science and complex systems, has been appointed the inaugural Pritzker Director of the Mansueto Institute for Urban Innovation at the University of Chicago.

… In his research, Bettencourt uses the growing availability of data worldwide on topics ranging from transportation to housing to understand cities in quantitative and predictive ways. He is dedicated to creating new urban theory to explain how cities thrive and the challenges they face, based on the integration of ideas from urban disciplines such as geography, economics and sociology with methodologies from the natural and computational sciences. He also focuses on understanding the role of innovation and technological change as a driver of economic growth and human development in cities, across the world and throughout history. One of his most influential research projects has helped explain the systematic association between the size of urban areas and higher rates of economic productivity and innovation, as well as higher costs of living and violent crime.

I don’t know if these are coordinated events and I haven’t dug into any other recent appointments. Even if not, this is a kernel of talent that a world class university can build around for incredible outcomes. Also, with Northwestern University targeting a big expansion of the Computer Science program, a nice, metropolitan, bi-polar axis of computing research could emerge.


That Particular Flavor

Distrust That Particular Flavor Cover Yesterday I finished reading William Gibson’s Distrust That Particular Flavor. I’m on record as being a Gibson fanboy and a completist for all of his fiction, to the best of my knowledge. Yet Distrust That Particular Flavor had been sitting on my virtual ToRead pile for quite a long time.

The book is a collection of articles, book introductions, and speeches by Gibson, across a variety of venues: Wired, The New York Times, Time, Book Expo America, etc. As a former Wired subscriber, I was familiar with his style of journalism and had already read many of the articles, admittedly quite a while ago. Gibson self-acknowledges that he’s not really a journalist and is in fact not quite comfortable writing non-fiction. Thus, these snippets are truly of a distinctive flavor.

Overall, these are mostly interesting just as a time capsule of technological and cultural shifts, the most recent dated from the year 2006. Anybody remember AltaVista? There are a couple of standouts like The Road to Oceania but nothing earth shattering.

The collection also provides some insights into Gibson’s thinking as particular novels developed. William Gibson’s Filmless Festival is a useful precursor to Pattern Recognition.

Ultimately, Distrust That Particular Flavor is worthwhile if one is deep into @GreatDismal, Gibson’s handle for his prolific Twitter output. If not, no worries if you skip it.


Linden’s Test of Time

Greg Linden and I go way back, although very superficially. He linked to a post on my old blog. I was a user of Findory. We may have exchanged a few emails. I still subscribe to his blog’s feed.

Even so, I get a kick out of “knowing” someone who’s had a big impact on the computing industry, as evidenced by Greg, along with collaborators Brent Smith and Jeremy York, receiving a Test of Time award for their research article on Amazon’s early item-based recommendation system.

On its 20th anniversary, the editorial board created its first ever “The Test of Time” award. I’m honored to say they gave it to our 2003 article, “Amazon.com Recommendations: Item-to-Item Collaborative Filtering”, which continues to be accessed, cited, and used in industry and research many years after its original publication.

Their follow-up article is also quite enjoyable. It provides practical insights into actually deploying such a recommendation algorithm, especially as experience has been gained over time. Congratulations!


House 4 All

Feeling sort of blunted this Friday.

[embed]https://youtu.be/8syerb6D2vI[/embed]

Blunted Dummies, “House For All”. Classic house.


Exactly Once

Confluent recently announced support for exactly-once processing of messages in the Apache Kafka messaging framework

I’m thrilled that we have hit an exciting milestone the Kafka community has long been waiting for: we have  introduced exactly-once semantics in Apache Kafka in the 0.11 release. In this post, I’d like to tell you what exactly-once semantics mean in Apache Kafka, why it is a hard problem, and how the new idempotence and transactions features in Kafka enable correct exactly-once stream processing using Kafka’s Streams API.

Jay Kreps, one of the creators of Kafka, dove deeply into the technical weeds of how this is achieved:

There is this claim floating around, and everyone seems quite sure it is true without knowing exactly why, that Exactly Once Delivery/Semantics is mathematically impossible. Yet despite this being apparently common knowledge, you rarely see people linking to some kind of proof of this or even a precise definition of what is meant by exactly-once. They link to other things such as the FLP result or the Two Generals problem as evidence, but nothing about exactly once. In distributed systems you can’t talk about something being possible or impossible without describing precisely what the thing is, as well as describing a setting that controls what is possible (asynchronous, semi-synchronous, etc), and a fault-model that describes what bad things can happen.

So is there a way we could define formally define a property like what we want to achieve?

Yes, it turns out that there is just such a property. …

The key things people need to ask are 1) what are the operational semantic definitions; 2) what are the failure modes; and 3) what are the guarantees under failures. Whenever you’re trying to determine if a distributed system claim is true, read the fine print. Closely.

I haven’t had my toes in the Kafka stream much recently but I’m fascinated by the toolkit’s rise in the developer community. Also, I used to be a bit of a messaging system wonk in my previous job. So this bit of news captivates me.

More to come on this…


Another Unikernels Explanation

I enjoyed this Datanauts podcast, “Unikernels Vs. Containers,” which dove into what unikernels are and why they matter. The interview guest, Adam Wick, really had a depth of knowledge from real working experience researching and using unikernel technology. He basically had the most concise explanation of unikernels I’ve heard yet. To paraphrase:

  1. Build your application for a kernel
  2. Turn the kernel into a library
  3. Combine your application and the library
  4. Throw away the stuff you don’t need in the library
  5. Congratulations! You’ve got a unikernel!
  6. Now just launch it on a hypervisor or even bare metal. It should be relatively secure and resource constrained.

I need to listen to that episode again as I was distractedly tuning out for certain segments. Sounded like there was some good discussion of when unikernels are actually a good use case fit.

Also, from examining the archives, the Datanauts Podcast looks right up my alley.


Smart Cities and IoT

A little stale but an interesting deployment of citywide sensor tech:

The City will be installing smart nodes that can use real-time anonymous sensor data to do things such as direct drivers to open parking spaces, help first responders during emergencies, track carbon emissions and identify intersections that can be improved for pedestrians and cyclists. The information can be used to support San Diego’s “Vision Zero” strategy to eliminate traffic fatalities and severe injuries.

… The anonymous information from the sensors can be used by developers to create apps and software that can benefit the community.

I’m curious how such apps would be built and managed. At least from the building part, feels like a project at the UC Berkeley RISE lab might be applicable:

A critical part of enabling cities to implement their Vision Zero policies – the goal of the current National Transportation Data Challenge – is to be able to generate open, multi-modal travel experience data. While existing datasets use police and hospital reports to provide a comprehensive picture of fatalities and life altering injuries, by their nature, they are sparse and resist use for prediction and prioritization. Further, changes to infrastructure to support Vision Zero policies frequently require balancing competing needs from different constituencies – protected bike lanes, dedicated signals and expanded sidewalks all raise concerns that automobile traffic will be severely impacted.

… The e-mission project in the RISE and BETS labs focuses on building an extensible platform that can instrument the end-to-end multi-modal travel experience at the personal scale, collate it for analysis at the societal scale, and help solve some of the challenges above.


Diggin’ On “Start Shootin’”

Little People EP Cover Does anybody know what the situation is? … We gon’ start shootin’

A few months ago, I was futzin’ around with Shazam to trainspot a particular song regularly played at Washington Wizards games. Don’t ask. I just happened to be killing time at a cafe and a really intriguing track popped up. Whip out the phone, bust out the app, and voilà, Start Shootin’ (Little People’s Americana Remix) is etched in my memory.

PEOPLE! WHY WAS I NOT INFORMED OF THIS TRACK IN A TIMELY FASHION!!

I am a damn sucker for a cut with killer piano and phat beats. The non-remix version works as well, a little more atmospheric and a little less urgent. Too bad Little People’s output has tailed off. Thank goodness both versions are available on Spotify so I can listen to my heart’s content.

Oddly enough, this is exactly the same way I discovered Tosca’s Rondo Acapricio.


Completed Binti

Binti Cover Completed Nnedi Okorafor’s novella Binti today. Okorafor writes from an African perspective making Binti’s tale distinctive from the average fare. There are exquisite moments of self-discovery, tension, and terror. I empathized a lot from my own personal experience. And like a lot of good science fiction, the story says a lot more about The Now than The Future.

I also appreciated that there wasn’t a big reveal or shock ending. I was tensing up for a moment, but breathed easy after completing the final page.

Definitely recommended. A tight, efficient journey to other places that is well worth your time.


Oh Really, O’Reilly?

So O’Reilly Media departed from the online book purchasing business recently. Don’t worry, they’re still going to publish books, and videos, just not run a book selling ecommerce site themselves. Basically, they’ll be outsourcing to Amazon, Google Books, etc.

The fundamental reason seems to be that technical book sales have flatlined relative to the burgeoning all you can rent buffet of books, videos, and training material that is Safari. Last year, I sprung for a lifetime (fingers crossed), discounted, annual subscription to Safari. I’m coming up on the anniversary and will probably let the subscription renew, despite it not being particularly cheap. There is actually a metric crap ton of content that interests me, without even searching too hard. Sort of like a Spotify subscription for nerd stuff.

O’Reilly and I go way back. All the way back to the printed documentation for the X Window System. As a summer intern, I got stuck implementing an X server on the OS/2 platform. Lucky me, but those books were the reference.

When I read the news, I sort of went “hunh” then “enh”. There was some consternation over at Hacker News due to reasonably concerned, anti-DRM holdouts, but I think the eminently respectable Scott Meyers has the right analysis:

My guess is that a component of O’Reilly’s no-DRM policy was a hope that it would distinguish O’Reilly from other publishers and would attract buyers who felt strongly about DRM. Whether it did that, I don’t know, but O’Reilly’s decision to stop selling individual products at its web site suggests that DRM (or the lack thereof) is not an important differentiator for most buyers of technical books and videos.

All we can expect in this industry, is change.


JVNS on eBPF

I told you BSD Packet Filtering was cool. How cool? So cool that Julia Evans thinks it’s cool. She wrote up some notes on a talk regarding the original BPF paper. When she gets amped about something everybody gets an enthusiastic and accessible explanation.

But BPF has been around for a long time! Now we live in the EXCITING FUTURE which is eBPF. I’d heard about eBPF a bunch before but I felt like this helped me put the pieces together a little better. (i wrote this XDP & eBPF post back in April when I was at netdev)

There’s an easy peasy list of places in Linux where you can hang an eBPF program, plus her post is chock full of links to relevant material.

Brush with greatness. I used to be a barista for Nefeli Caffè on the north side of the Berkeley campus, around the corner from Soda Hall. I worked the closing night shift a lot. Steve McCanne was a regular. No small talk. Really hot, double cappuccino and see ya’.


NSDI 2017 Retro

NSDI is the abbreviation for the USENIX Symposium on Networked Systems Design and Implementation. It’s a highly regarded conference for Systems researchers. I’ve been occasionally scanning the proceedings for 2017, reading a paper here or there.

Some of the folks at the Stanford DAWN project attended the 2017 meeting and wrote up their perspective. Definitely provides a different angle from the way I was looking at the conference proceedings:

A group of us at DAWN went to NSDI last month. The program was quite diverse, spanning a wide variety of sub-areas in the networking and distributed systems space.

We were excited to see some trends in the research presented that meshed well with the DAWN vision.

In bullet points the trends were:

  • More support for machine learning
  • Video as a data source for analytics
  • Embracing the use of hardware accelerators and FPGAs
  • Frameworks that exploit fine grained parallelism
  • High performance with high programmer productivity

DAWN is shaping up to be an interesting project, in the Berkeley CS tradition of highly collaborative research teams bounded by a a 5 year lifespan. Go figure, given some of the principals involved.

Also, Matei Zaharia and Peter Bailis popped up on an ArchiTECHt podcast, which was pretty informative. Alex Ratner had a related discussion with Ben Lorica on generating training data with limited resources.


The $100 Startup

Finished reading Chris Guillebeau’s The $100 Startup. Here’s the premise:

In The $100 Startup, Chris Guillebeau shows you how to lead a life of adventure, meaning and purpose — and earn a good living.

… In preparing to write this book, Chris identified 1,500 individuals who have built businesses earning $50,000 or more from a modest investment (in many cases, $100 or less), and from that group he’s chosen to focus on the 50 most intriguing case studies. In nearly all cases, people with no special skills discovered aspects of their personal passions that could be monetized, and were able to restructure their lives in ways that gave them greater freedom and fulfillment.

I’m hitting a point in my life where I want to think about different ways to generate income and/or have more control over how I spend my time. The book has been sitting in my ToRead pile for a while, so I finally got around to it.

It’s hard to gainsay a New York Times bestselling author, but two thoughts came to mind. One, a careful reader needs to control for survivor bias. The book’s approaches are reasonable and pragmatic, although a sharp businessperson could see them as a tad shallow. Still I have to wonder how many followed the advice and fell flat on their faces, or worse. Second, I personally got a heavy Jerry Maguire vibe. Not as much romance, but a lot of personally inspiring, guy or gal knocked down, get back up on their feet anecdotes.

I’m not widely read enough in this space to say whether The $100 Startup is a standout business book or not. YMMV, but it at least feels like a good starting point.


Modern Love

David Bowie. Nile Rodgers. Friday. Payday.

What’s not to like?

[embed]https://youtu.be/1hDbpF4Mvkw[/embed]

Think I first saw the Modern Love video when it premiered on Night Tracks.


Vertical AI Startups

Bradford Cross is back. Following up on his projections for the AI startup market, he now has a four factor approach to building a business around AI. The factors from the top level? 1. Full stack products 2. Subject matter expertise 3. Proprietary data 4. AI delivers core value.

Read Cross’ in-depth post to get the details. And there’s plenty of detail. Apparently there’s also a YouTube recording of a parallel talk he gave that has some further pertinent details.

The one thing I have in my mind is how much “productionization” (sic) factors in. Cross would probably just roll it into point 1, but it’s pretty clear that at this point, actually building stable production systems around AI is ridiculously difficult. You begin in a place, model design and construction, that has extreme asymmetries in regards to expertise. Then layer on that the basic practices of software engineering aren’t particularly applicable to AI products which in addition consume resources in vastly different fashions than typical applications. There’s no Rails or Django for this stuff. Agile and DevOps aren’t straightforwardly applicable to AI unless you’re Google, MS, Amazon, FB, etc.

Could production AI capabilities be commoditized? Soon? Maybe, maybe not. I wouldn’t hold my breath though.


The Morning Paper

If you like the computer science research stuff that shows up here, you should subscribe to Adrian Colyer’s The Morning Paper blog.

The tagline:

an interesting/influential/important paper from the world of CS every weekday morning, as selected by Adrian Colyer

While Adrian’s selections tend towards the systems literature, he does foray into other important areas such as security, machine learning, and software engineering. He’s entertainingly eclectic.

I have 56 posts from his blog starred in my feed reader (yup, still use one, actually two). A bit of a retrospective look at those starred items could make for some good fodder.

By systems literature, I mean computer architecture, operating systems, networking, programming language design and implementation, databases, and distributed systems. Staples of a Berkeley grad CS education.


Gardening

This blog has been around so long that it started off as a Movable Type site and ran that way for quite a few years. Then when MT hit a bad patch of little progress, I switched over to WordPress. I thought my conversion had pretty much completely preserved all the old content cleanly, but looking at some older posts recently, I discovered a significant amount of intrablog link rot.

The number of posts that needs fixing isn’t huge, so I’m just working through them by hand. But it’s an interesting look back at older material. I definitely wrote more and more about stuff I was doing. The link + pull quote post has been a staple of recent material. While easy on the generation muscles, I have been somewhat disappointed in myself on that front.

Every now and then, I run across an old gem like “Enthusiastic Making”:

Folks who dismiss various forms of social media as trivial and narcissistic often forgot this aspect. These media provide venues for pent-up creative enthusiasm. Yeah a lot of the results will be poor or even hateful. The act of making makes it easier for many more to care about others. In the aggregate, that’s a great thing.

Pretty much on target, although now I’m less optimistic about social media in general. Bad hombres have discovered our individual and social cognitive biases for to exploit for evil ends.

Anyhoo, I will be endeavoring to get back to more original content in this space. Might take a bit, but it will happen.


Blockchain Intelligence

Previously, I claimed ignorance of blockchain technology. To help rectify the situation let us return to two of my former stomping grounds.

First, the University of California, Berkeley has a student led blockchain advocacy group appropriately entitled “Blockchain at Berkeley”

We’re a student-run organization at UC Berkeley dedicated to serving the Berkeley and greater East Bay crypto and blockchain communities. Our members include Berkeley students, alumni, community members, and blockchain enthusiasts from all educational and industrial backgrounds.

Our team consists of undergraduates from a variety of backgrounds: Electrical Engineering and Computer Science, Economics, Business, and more.

Looks like they have some great training material

On the other side of the country, MIT ran an interesting blockchain experiment

The objective of the study is to understand the process of diffusion of Bitcoin, a software-based, open-source, peer-to-peer payment system on the MIT campus. Bitcoin is an innovative payment network that allows for instant peer-to-peer transactions with zero or very low processing fees on a worldwide scale.

…The Bitcoin ecosystem currently resembles the state of the Internet in the mid-90s, i.e. many of the applications that will be built on top of it have not been created. This offers a unique experience for the most inventive and entrepreneurial students at MIT, as they will have a chance to experiment and test their ideas within a campus where the diffusion of digital currencies will be years ahead of anywhere else. Essentially, participants will be the first ones to see the opportunities and possibilities the technology opens up.

In the same way that MIT gave students early access to computing resources through the Athena project in 1983, this project intends to give participants early access to a digital currency. The ultimate objective is to place the broader MIT community at the frontier of this new exciting wave of innovation.

The MIT site is heavier on the research papers, especially from a diffusion of innovation perspective.

Had to slow the Princeton roll there, for a moment.


Michael Freedman and TimescaleDB

I’ve already noted the interesting TimescaleDB project. Recently, Michael Freedman, a co-founder of the Timescale company and a full professor at Princeton University, did a podcast interview with Ben Lorica. I found it to be quite enjoyable, diving into how and why TimescaleDB came to be:

We initially were developing a platform to collect and store and analyze IoT data, and certainly a lot of IoT data is time-series in nature. We found ourselves struggling. The reason a lot of people adopt NoSQL was they thought it offered scale in the ways that more traditional relational databases did not—yet, they often gave up a lot of the rich query language, optimized complex queries, joins, and an ecosystem that you get in these more traditional relational databases. Customers who were using our platform kept wanting all these ways to query the data, and we couldn’t do it with the existing NoSQL database we were using. It just didn’t support those types of queries.

What I didn’t know is how accomplished a systems researcher is Freedman. His research contributions go all the way back to turn of the millennium peer-to-peer stuff and he was talking “eventual consistency” before people got CAPed. Blame it on my Berkeley blinders.


GDI IoT

Criminy! Now even the dang light bulbs can be hacked:

Then they installed 5 smart bulbs in the third floor of an office building and mounted the attack kit onto a DJI drone. Successful takeover was achieved with a fly-by (warflying) and attack code that caused all the lamps to repeatedly signal SOS in Morse code while the drone hovered in front of the building.

Seems like IoT will be the nth full employment act for security professionals ever devised.


Altered Carbon Reread

Finished up rereading Richard K. Morgan’s Altered Carbon for a third time. My opinion hasn’t changed much since my last read. Still a great noir opening, lots of great action, and an entertaining science fiction premise.

And of course Quellcrist Falconer’s philosophies hold:

The personal, as everyone’s so fucking fond of saying, is political. So if some idiot politician, some power player, tries to execute policies that harm you or those you care about, take it personally. Get angry. The Machinery of Justice will not serve you here – it is slow and cold, and it is theirs, hardware and soft-… If you want justice, you will have to claw it from them. Make it personal. Do as much damage as you can. Get your message across. That way you stand a far better chance of being taken seriously next time. Of being considered dangerous.

After this time around though, I feel trimming the text by about 15 to 20% would have really tightened things up to no ill effect. All of the nemesis encounter stuff between Kovacs, Kadmin, and Kawahara could have been more tightly woven early into the novel.

Still highly recommended.


Bravo MLB Gameday Audio

I don’t know why I was surprised but I recently decided to try my MLB.com Gameday Audio subscription from my laptop. Previously, for the past few years, I have been using the service exclusively from my phone. Hit the website, logged in with my pretty much never used account, and I was streaming play-by-play in 30 seconds at my desk. For some reason, I was under the impression that mobile and desktop were segregated.

Don’t know what I was thinking. MLB Advanced Media are the pros in this space.


That’s Not Smart

More good civic work out of Princeton University

The US National Highway Traffic Safety Administration (NHTSA) is proposing a requirement that every car should broadcast a cleartext message specifying its exact position, speed, and heading ten times per second. In comments filed in April, during the 90-day comment period, we (specifically, Leo Reyzin, Anna Lysyanskaya, Vitaly Shmatikov, Adam Smith, together with the CDT via Joseph Lorenzo Hall and Joseph Jerome) argued that this requirement will result in a significant loss to privacy.

Ya think? SMH.


Data Intelligence Conference, Day 1

As advertised, today I attended the opening session of the local area Data Intelligence Conference. Overall, an enjoyable start. The talks I witnessed were good, on target, and eclectic. Not super deep on tech details or science, but generally thought provoking.

I’ve been there for a few meetups, but the Capital One space is even more impressive when in full conference mode. Also have to give the hosts credit for tasty lunch and break vittles. Plus, there were quite a few employees hanging out and chatting, leading to interesting discussion. The hallway track appeared to be vibrant although it’s been a while since I’ve done that heavily.

Due to an unfortunate scheduling snafu, it doesn’t look like I’m going to be able to attend the next two days. I suspect that Saturday will be the premier session, with a number of top notch talks, heavier attendance, and a quality after hours event. Ah, well!

If you have the interest, opportunity, and finances, I’d definitely recommend attending.


Burn

I aspire to once in my lifetime deliver a takedown as thorough as this dismantling of a new cryptocurrency from Emin Gün Sirer and Phil Daian:

The quick takeaway is that Bancor can be gamed by miners, and, even if the miners are naive or benevolent, will always trail the real market. It provides no efficiency guarantee during this discovery process, and will likely waste its reserves on market price discovery. You should think twice before you layer a coin on top of Bancor.

Let’s do a quick walk through the red flags we encountered as we read the code and documentation for Bancor tokens, known as BNT.

Followed by 29 distinct issues identified.

I’m not a cryptocurrency nerd, barely understanding how Bitcoin works at the 10,000 foot level. In the interest of fairness and balance, you might want to check out the related Hacker News discussion.


The Last Good Man

[embed]https://twitter.com/LindaNagata/status/877197727225888768[/embed]

Fuck it. I usually don’t bite on books from John Scalzi’s Big Idea series, but with a co-plug from Charles Stross I’ll take a chance on Linda Nagata’s The Last Good Man.

From the pitch:

Of course there is a lot more going on in this novel. The Last Good Man is a fast-paced, high-tech, military thriller that deals with autonomous weapons, big data, A.I., surveillance, remote warfare—and their effects on human relationships. But from the first day that the story truly started to take shape, I knew it would be centered on a woman. Specifically, True Brighton, retired US Army soldier, former helicopter pilot with frontline experience, a forty-nine-year-old mother of three who’s been happily married for three decades, and who is not at all ready to retire.

This speaks to me on so many levels, can’t wait to give it a read.


SMACK =? LAMP

[embed]https://twitter.com/flo/status/877578870332862464[/embed]

I thought the SMACK stack was on the come over a year ago. Mesosphere is on board too, making an equivalence with the venerable LAMP stack for building Web 1.0 applications.

One additional benefit of using the SMACK stack is your choice of options for adding features or getting support. The LAMP stack had a broad set of commercial champions. The same is true with SMACK today. Each SMACK stack technology have leading commercial entities behind them, that offer supported enterprise products and support. Examples include Lightbend and Databricks for Spark, DataStax for Cassandra, Confluent for Kafka, and Mesosphere for Mesos. So if you’re already an expert to part of the stack or new to all of SMACK, a broad set of options are available.

Not sure I completely buy it. Even though I have deep technical respect for Mesos, Kubernetes seems to be the hot core of open source orchestration. (SK8SACK? Skatesack?). There are at least links to free e-books at the bottom of the article, for the low, low price of contact information, the better to spam you with promotional material.


TIL CoAP

Saw a post on Hacker News discussing messaging. A comment mentioned Californium. Being the messaging nerd that I am, had to chase the reference. Little did I know there was a whole IETF protocol for machine to machine messaging on resource constrained devices, CoAP:

The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained networks in the Internet of Things. The protocol is designed for machine-to-machine (M2M) applications such as smart energy and building automation.

According to the IETF RFC (7252), CoAP has the following main features:

  • Web protocol fulfilling M2M requirements in constrained environments

  • UDP [RFC0768] binding with optional reliability supporting unicast and multicast requests.

  • Asynchronous message exchanges.

  • Low header overhead and parsing complexity.

  • URI and Content-type support.

  • Simple proxy and caching capabilities.

  • A stateless HTTP mapping, allowing proxies to be built providing access to CoAP resources via HTTP in a uniform way or for HTTP simple interfaces to be realized alternatively over CoAP.

  • Security binding to Datagram Transport Layer Security (DTLS) [RFC6347].

HTTPish packets over UDP with optional reliable transport.

Wonder if anybody uses CoAP in practice?

© 2008-2024 C. Ross Jam. Built using Pelican. Theme based upon Giulio Fidente’s original svbhack, and slightly modified by crossjam.