Viewing profile — fourteenminutes
fourteenminutes
HN member- Joined
- Mon, Apr 04, 2022, 2:40 PM UTC
- HN karma
- 148
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About fourteenminutes
No profile information was provided.
Recent public activity
-
comment
Comment #46909443
As a (very happy) RWX customer: - Intermediate tasks are cached in a docker-like manner (content-addressed by filesystem and environment). Tasks in a CI pipeline build on previous …
-
comment
Comment #46041283
Love these problems being solved at a platform level rather than just a language level.
- story
-
comment
Comment #43486562
few developers want to think a lot about CI/CD. The best solution is one that is remarkably close to everything you can do locally.
- story
-
comment
Comment #43419995
Used to use GH actions quite a bit. At my current company we set up RWX Mint (rwx.com/mint) and haven't looked back. (disclaimer: used to work at rwx but no longer affiliated)
-
comment
Comment #41303380
Side effects are monadic (the main side-effectful abstraction, Task, is the continuation monad). There are no algebraic effects.
- story
-
comment
Comment #38936589
If someone steals your laptop and breaks in I think you have many problems equal to, or more severe, than your shell history.
-
comment
Comment #38353116
It's unlikely that macros will be supported. Regarding editors, it's unlikely that effort on the advertised Roc editor will start in earnest some time soon. I actually recently mer…
-
comment
Comment #36610078
https://ayazhafiz.com/cc . A lot of programming languages, type systems stuff.
-
comment
Comment #35663369
https://archive.is/blk7s
- story
- story
-
comment
Comment #34941968
The manuscript is currently unpublished so it’s not available ): Thanks for the links - I’ve seen them, and it’s interesting that defunctionalization is usually an optimization. Th…
-
comment
Comment #34941908
Yes - if the closure representation is recursive, it must be boxed. I believe your example is also that given by the original author (William Brandon et.al.). I don’t think there i…
-
comment
Comment #34941883
Yes - that’s a great observation. The scheme here means that you can end up with compilation dependencies that aren’t reflected in your explicit dependency graph, exactly e.g. via …
-
comment
Comment #34940984
Author here. Yes, the scheme requires whole-program compilation, which is unfortunate. If you’re okay with statically-linked dependencies there is only the large problem of making …
-
comment
Comment #30939503
https://ayazhafiz.com/cc My personal blog! Let me know if you like any of the stuff on it. And what I'm wrong about :)
-
comment
Comment #30914610
I entirely agree with you! And all of these are things covered in the post.
- story