Live data from Hacker News

Viewing profile — alco

alco

HN member
Joined
Sat, Jul 13, 2013, 7:39 PM UTC
HN karma
100
Public activity
69 items

About alco

Innovate!

Recent public activity

  1. comment
    Comment #49171539

    Location: Lucca, Italy Remote: Yes Willing to relocate: No Technologies: Elixir, Go, TypeScript, Postgres, SQLite, Docker, AWS, sync engine, containers, distributed systems Resume:…

  2. comment
    Comment #42399547

    From https://firebase.google.com/docs/data-connect/data-connect-e... : > Firebase Data Connect provides you with a local emulator for end-to-end prototyping as well as continuous i…

  3. comment
    Comment #34996535

    Location: Kyiv, Ukraine Remote: Yes Willing to relocate: planning a move to UTC time zone within the EU Technologies: Elixir, Go, TypeScript, Python, AWS, GCP, Docker, Kubernetes, …

  4. comment
    Comment #11798028

    Honestly, most of them were great. Probably the most captivating one was Ben Tyler's fun exercise in using Riak Core to build a stateful, distributed, fault-tolerant, real-time, im…

  5. comment
    Comment #11602424

    I agree. Setting up mirrors would probably be a better fit for this kind of content, but mirrors would be susceptible to the same dangers that the primary website may face: forced …

  6. comment
    Comment #11594893

    Have there been attempts at dispersing the whole collection of papers through torrents or IPFS? The goal here is not to have a central location with a pretty web page but to make t…

  7. comment
    Comment #10857430

    I tried to use the Chrome extension to read a Spanish website but it doesn't work unless I enable 3rd party cookies. That's quite rude. I cannot allow a single extension to comprom…

  8. comment
    Comment #9424084

    Elixir has first-class support for defining custom types and adding type annotations (specs) to functions. There's also a tool that makes it very easy to run dialyzer on your code:…

  9. comment
    Comment #9424076

    JavaScript has functions. The list pretty much ends there. There are some libraries that provide "functional features" like functions over collections, persistent data structures, …

  10. comment
    Comment #9424059

    Erlang/OTP is being developed continuously, primarily by a team at Ericsson. They ship one new major release roughly once per year, with a few minor releases in-between.

  11. comment
    Comment #8827399

    First question in the Q & A here sheds light on the authors motivation for creating Wren: http://munificent.github.io/wren/qa.html#why-did-you-create-...

  12. comment
    Comment #8742240

    Just a small note: Go has also abandoned segmented stacks. They were a placeholder until Go got precise GC which enabled it to use contiguous stacks with pointer rewriting. Here's …

  13. comment
    Comment #8337454

    Open source community.

  14. comment
    Comment #8311971

    Instead of the animation speed setting it should have a slider (like, for instance, here http://debug.elm-lang.org/edit/Mario.elm ). Otherwise, it's more like a nice animation than…

  15. comment
    Comment #8297621

    Erlang knowledge is not a requirement to start learning Elixir. You will end up learning about Erlang programming model anyway because Elixir builds on top of it. By "programming m…

  16. comment
    Comment #8242724

    Where is the promised "synchronous syntax"? The first example show an ordinary async call with a callback.

  17. comment
    Comment #8201535

    This list says little about Rails' productivity benefits without also stating how much is hidden behind it (in terms of queues, caches, async workers, etc.) to let those services h…

  18. comment
    Comment #8190817

    I realize now it sounds as if Erlang got something wrong and Elixir got it right instead. That's not what I wanted to say. Elixir semantics is very close to Erlang's, but it also h…

  19. comment
    Comment #8189233

    I wasn't implying anything beyond the quoted phrase. My last remark was targeted at anyone reading the comment, I didn't mean to sound condescending towards you. I don't share your…

  20. comment
    Comment #8189148

    > We should avoid making Elixir a Ruby-on-Erlang when it has the potential to be so much more. Elixir is fool-proof from turning it into a "Ruby on Erlang" simply because it embrac…

  21. comment
    Comment #8159777

    'wc -l' counts the number of lines. It also supports '-c' and '-b'. To work with input split into columns, use awk. By default, it assumes the columns are separated with spaces. Th…

  22. comment
    Comment #8069036

    A lot of the designs on that page would look better if they covered the logo.

  23. comment
    Comment #8013745

    The differences are more than just in syntax. Elixir is also a standard lib that many enjoy, out-of-the box tooling (even Erlang folks have praised mix, the project manager for Eli…

  24. comment
    Comment #8013726

    I don't understand what you are asking here. The example at the beginning of the "Distribution" section shows how to get the value from the door in room1 while running on the node …

  25. comment
    Comment #8010103

    "Some concurrency" and Erlang-style concurrency are a thousand miles apart. Read this www.erlang.org/download/armstrong_thesis_2003.pdf. No matter which language you are using, thi…