Viewing profile — arjan_sch
arjan_sch
HN member- Joined
- Wed, Jan 09, 2013, 1:54 PM UTC
- HN karma
- 55
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About arjan_sch
No profile information was provided.
Recent public activity
-
comment
Comment #46884105
This sandboxing solution list is getting long... created https://github.com/arjan/awesome-agent-sandboxes , PRs welcome :)
-
comment
Comment #45602624
Title is wrong, the actual release version is 1.19.0
-
comment
Comment #39818653
Nice project. Would be good to add a bit more diversity to the skin tones though :)
-
comment
Comment #31025045
Related to this, this is old but still a great blogpost: https://www.evanmiller.org/elixir-ram-and-the-template-of-do...
-
comment
Comment #29244099
The 404's changed into 502's.. I guess that's progress. Fingers crossed it's back up soon
-
comment
Comment #27245259
A few years back I wrote an Elixir AST explorer, as part of a presentation at ElixirConf EU: https://ast.ninja/
-
comment
Comment #26992034
Well with Liveview you go "full server state" for everything that you would normally just use plain JS for. For instance, toggling a checkbox or collapsing a div. Having latency on…
- story
-
comment
Comment #24503386
Looks great! Did not look at it in detail, but I'm wondering about portability, eg how this works with system libraries, like OpenSSL. Is the resulting binary portable to systems w…
-
comment
Comment #23824880
True. IIRC Erlang only supports GCC as the build system. I helped fixing a race in the BEAM a while back that only occurred on the latest GCC.
-
comment
Comment #23824339
Erlang compiles and runs fine on ARM architectures in general. It is used extensively on IoT platforms like https://www.nerves-project.org/
-
comment
Comment #21112763
One of the big differences between Erlang and Elixir is indeed that Elixir allows you to write macros in the language itself, using quote / unquote constructs just like lisps. This…
-
comment
Comment #20738091
Esp. when reading the part about 15 working hours per day.
-
comment
Comment #19284474
Interesting that blockchain is not mentioned at all. Is it past its hype cycle?
-
comment
Comment #16929505
Botsquad's Bubblescript language does something similar, although more imperative: http://www.botsquad.com/2018/04/14/beyond-the-dsl/
- story
- story
-
comment
Comment #12146251
AppSignal is also a cool product, although mostly focused on Rails applications. And, a big plus, they are working on an Elixir integration :-) https://appsignal.com/elixir
-
comment
Comment #10479850
fixed :)
- story
-
comment
Comment #5940105
thanks :-)
-
comment
Comment #5939147
Zotonic is not really like Zope: we like developers to be in control of their source code, so stuff like editing templates or code on the web / storing code in the db is not suppor…
- story
- story