Viewing profile — markelliot
markelliot
HN member- Joined
- Sat, Sep 25, 2010, 12:17 AM UTC
- HN karma
- 192
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About markelliot
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #39724133
Hard to beat jib ( https://github.com/GoogleContainerTools/jib/tree/master/jib-... ) for minimal Java OCI containers.
-
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 …
-
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…
-
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…
-
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…
-
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” …
- story
-
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…
- story
-
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…
-
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…
-
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…
-
comment
Comment #18494994
I'm one of the authors of this project -- happy to answer questions!
- story
-
comment
Comment #13504297
Conceptually this seems to be a Java approach to Railway Oriented Programming ( http://fsharpforfunandprofit.com/rop/ ), which is pretty sweet.
-
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…
-
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 …
-
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.…
-
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…
-
comment
Comment #9878948
Yep, typo, 16 not 26.
-
comment
Comment #9876094
Fun trick: turn your phone to landscape mode while in Calculator and you get 26 digits instead of 9.
-
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.
- comment
-
comment
Comment #7622372
That'd be essentially the same as Slingbox ( http://www.slingbox.com/ ).