Programming Leftovers
-
Security Developer-in-Residence – Weekly Report #7
The biggest news in the open source security space right now is the Request for Information (RFI) titled "Request for Information on Open Source Software Security: Areas of Long-Term Focus and Prioritization". This announcement means that the US Government is soliciting ideas from the broader community on where to focus and what to do to improve the security of open source software.
-
Getting back into GUI development
I haven’t written a graphical desktop program for many years. Most of mine were done in Visual Basic 6 back in the day, but Borland Delphi and Java Swing were probably the last ones. But I’ve decided to give a new one a try.
-
Dirk Eddelbuettel: RcppRedis 0.2.4 on CRAN: Maintenance
Another minor release, now at 0.2.4, of our RcppRedis package arrived on CRAN yesterday. RcppRedis is one of several packages connecting R to the fabulous Redis in-memory datastructure store (and much more). RcppRedis does not pretend to be feature complete, but it may do some things faster than the other interfaces, and also offers an optional coupling with MessagePack binary (de)serialization via RcppMsgPack. The package has carried production loads on a trading floor for several years. It also supports pub/sub dissemination of streaming market data as per this earlier example.