Live data from Hacker News

Viewing profile — markelliot

markelliot

HN member
Joined
Sat, Sep 25, 2010, 12:17 AM UTC
HN karma
192
Public activity
43 items

About markelliot

No profile information was provided.

Recent public activity

  1. comment
    Comment #43789003

    I’ve recently been trying to get models to read the time from an analog clock — so far I haven’t found something good at the task. (I say this with the hopes that some model resear…

  2. comment
    Comment #39724133

    Hard to beat jib ( https://github.com/GoogleContainerTools/jib/tree/master/jib-... ) for minimal Java OCI containers.

  3. comment
    Comment #29330604

    Thanks for sharing the NFT-as-access-token example, it's far and away the strongest example of a relatable use for NFTs that I've heard, and is compelling both in its value to the …

  4. comment
    Comment #27030111

    They’re most common on Thursdays but increasingly appear on Wednesdays, too. Sunday is typically the “big” puzzle day, and has a titled theme that usually provides a hint to at lea…

  5. comment
    Comment #25457184

    Linked in response to a question I asked below, it seems like you can use CloudFlare Workers to host a static site: https://developers.cloudflare.com/workers/platform/sites But als…

  6. comment
    Comment #25456264

    Maybe? It’s more that I’d like to pay for the managed service of hosting my assets, registering branches for long lived access URLs, getting preview links, and promoting my site to…

  7. comment
    Comment #25456131

    I’d love to see a version of this (or Netlify, Vercel, etc) that didn’t bundle CI with the preview and deploy steps so that I can pick my own CI and then effectively use the “CDN” …

  8. story
  9. comment
    Comment #20734831

    Ira Glass is the creator and host of a long running radio show called This American Life on National Public Radio. The show runs weekly and tells stories of Americana and other thi…

  10. story
  11. comment
    Comment #18502378

    The deployment infra constraints mentioned in parent post are generally managed by tooling we also publish[1]. The encoding ends up similar to Helm’s, but happens through this tool…

  12. comment
    Comment #18500024

    Our systems look more wide than deep, and the breadth happens both in FE and in BE, so our diverse FE apps communicate with a relatively diverse set of BE services — we’d like thos…

  13. comment
    Comment #18498650

    Two big motivations for us: (1) we had a large footprint of JAX-RS annotated Java services and a correspondingly large footprint of Typescript frontends communicating with those se…

  14. comment
    Comment #18494994

    I'm one of the authors of this project -- happy to answer questions!

  15. story
  16. comment
    Comment #13504297

    Conceptually this seems to be a Java approach to Railway Oriented Programming ( http://fsharpforfunandprofit.com/rop/ ), which is pretty sweet.

  17. comment
    Comment #12944263

    One of the teams I work closely with used JGit's extensibility to run git on top of a KVS: https://medium.com/@palantir/stemma-distributed-git-server-7... Notably this doesn't requ…

  18. comment
    Comment #12740672

    It might be worth a look at Immutables ( http://immutables.github.io/ ) or FreeBuilder ( https://github.com/google/FreeBuilder ), both of which also use Java's built-in annotation …

  19. comment
    Comment #11813907

    I was curious about the new features and the description on the core site was pretty helpful...possibly useful for others to save having to search: https://www.iterm2.com/version3.…

  20. comment
    Comment #9912703

    Yeah, read/write conflicts don't seem to actually generate conflicts. e.g. imagine two processes p1 and p2: p1: SET a 1 p1: BEGIN p1: GET a p1: SET z 1 # imagine this were continge…

  21. comment
    Comment #9878948

    Yep, typo, 16 not 26.

  22. comment
    Comment #9876094

    Fun trick: turn your phone to landscape mode while in Calculator and you get 26 digits instead of 9.

  23. comment
    Comment #8902377

    What tool do you use to emit the typescript interfaces? I looked around for one of these a few months ago but didn't find anything at the time.

  24. comment
  25. comment
    Comment #7622372

    That'd be essentially the same as Slingbox ( http://www.slingbox.com/ ).