Live data from Hacker News

Viewing profile — posborne

posborne

HN member
Joined
Sun, Mar 30, 2008, 4:51 AM UTC
HN karma
61
Public activity
23 items

About posborne

Embedded systems developer

[ my public key: https://keybase.io/posborne; my proof: https://keybase.io/posborne/sigs/pYfi4QikTGh2Zacj2RKz5rMzx_bBjwDSQJDpCMwTX-Q ]

Recent public activity

  1. comment
    Comment #48525408

    The WASI support in CPython has moved along very well and it is an early target via componentize-py[1]. Notes on WASI support in Python can be found in PEP 816[2]; CPython will be …

  2. comment
    Comment #39085962

    From my experience (from a few years back but still appears to be the case) is that Wind River is just wrapping Yocto these days. There could be value for some orgs where they don'…

  3. comment
    Comment #17484813

    The agnosticism may be refreshing for some use cases but for things like interoperable home automation the lack of an application layer associated with thread makes it useless to d…

  4. comment
    Comment #12688362

    Awesome, I would love to see hear more about the approach you guys used for building base images with Yocto. I'm willing to give up a little elegance for control and reproducibilit…

  5. comment
    Comment #12688128

    I have used Yocto for building a new of embedded Linux systems in production. I understand that Yocto is used for the resin hostOS images and Docker is used for the images run as c…

  6. comment
    Comment #12243789

    I am the author of one such library for the problem of writing parsers (particularly for binary protocols). The declaration of the protocol structures are separate from anything in…

  7. comment
    Comment #12122850

    Very often. Vendors such as NXP/Freescale, TI, Intel (and Chinese manufacturers on top of MIPS) all tend to target Linux-first. For some drivers (e.g. wireless), you sometimes need…

  8. comment
    Comment #11890741

    For safe, well-reviewed wrappers around libc (a different problem, but one which is more realistic to solve), I would encourage you to check out the nix crate (I am a maintainer --…

  9. comment
    Comment #10957015

    Is there a good way to look up no_std crates? For crates written with no_std, is there a keyword we should be tagging things with? I have several crates providing access to GPIO/SP…

  10. comment
    Comment #10691089

    Very cool. Any conclusions from the experiment? Disclosure: I'm the primary author/maintainer of suitcase ( https://github.com/digidotcom/python-suitcase ). In your example, you ca…

  11. comment
    Comment #10071012

    Here's the dataset they use. I have used this as part of developing and testing the fitness of recommender systems in the past: http://grouplens.org/datasets/movielens/ This predat…

  12. comment
    Comment #10068165

    I work for a wireless design services company. There is a large divide between using a Cellular module (e.g. Telit LE910) versus doing a chip-down Cellular design (e.g. Qualcomm/In…

  13. comment
    Comment #10063080

    This indeed would be very cool! Right now things work relatively well with the biggest pain being the acquisition of std for your target. If std and core could be made into first-c…

  14. comment
    Comment #9576297

    A few points: * I don't think a few tens of bytes is realistic for a real application that needs to set up the stack, timers, and then blink some LEDs ( https://github.com/mcoffin/…

  15. comment
    Comment #9574746

    Yes, I believe so. The binaries I have built so far have been very small ( https://github.com/mcoffin/zinc/tree/sam3x The Due has 512KB of room for code which is quite a lot (for m…

  16. comment
    Comment #9574501

    I think the better approach here is to phase out existing applications in chunks. You can link call rust code from C (when externed and rustc is told not to mangle) and C code from…

  17. comment
    Comment #9574473

    That is the hope, since master is currently out of date. I have been working with Matt Coffin some on getting this working. Feel free to increase its chances of merging by helping …

  18. comment
    Comment #7329573

    Freescale provides an RTOS for free called MQX ( http://www.freescale.com/webapp/sps/site/homepage.jsp?code=M... ) that I have seen used on some projects. Otherwise, bare metal or …

  19. comment
    Comment #7175683

    I wrote this ( https://github.com/posborne/putio-sync ) a few weekends ago for automatically grabbing content from put.io using their API ( https://put.io/v2/docs/index.html ). Pre…

  20. comment
    Comment #285580

    Undergraduate student and associate software engineer at an embedded systems startup (that just got bought recently). I also do some side work with some peers at my school.

  21. comment
    Comment #190743

    Yes, it has been done before... But I don't think it has been done in an environment where you need to scale up quickly. They had a problem, they solved it in a very cool fashion u…

  22. comment
    Comment #176252

    The way I picked up AJAX was by looking of some of the simpler articles on the basics (don't worry about cross-browser to start with) around the web. The basic concept is quite sim…

  23. comment
    Comment #149900

    I think that the argument given could definitely be considered ad hominem, but as I read it definitely stuck out that a better examples of ad hominem could have been given (that ha…