Live data from Hacker News

Viewing profile — abeltensor

abeltensor

HN member
Joined
Thu, Nov 29, 2018, 10:11 PM UTC
HN karma
11
Public activity
15 items

About abeltensor

No profile information was provided.

Recent public activity

  1. comment
    Comment #46129967

    The article significantly misses the mark by treating Ruby as nothing more than Rails — a perspective that currently detracts from the language. The author clearly hasn't explored …

  2. comment
    Comment #41218770

    Scoop is the main package manager I've been using for years on windows apart from chocolatey. Dunno many others aside from the official windows one: winget.

  3. comment
    Comment #31036550

    Very nice. Nodes are great if you want a long running system along side your elixir app.

  4. comment
    Comment #31023669

    Hmm, well Go itself has gone through a ton of revisions where the GC saw large improvements. And other languages coming up are experimenting with various types of GCs. Its really u…

  5. comment
    Comment #31023612

    You are always going to have some kind of latency spike with a sweeping GC; even if that spike is tiny.

  6. comment
    Comment #31023602

    The main issue with Go in this regard is that it generally doesn't have multiple ways of doing the same thing at least idiomatically. I mean sure, there are architectural choices y…

  7. comment
    Comment #31023587

    I love Rust elixir Nifs. Gives you the best of both worlds to be honest. Highly fault tolerant code with fast computation. Only downside is that it can't really handle extreme cras…

  8. comment
    Comment #27176850

    You've got alternatives like Flutter and ReveryUI which are both pretty solid for building cross platform applications without using web technologies or webviews. And you can alway…

  9. comment
    Comment #27156762

    WASN will always need some kind of javascript glue to interact with the DOM.

  10. comment
    Comment #26197213

    tauri does use webview but its moving away from it in favor of a rust native solution called WRY.

  11. comment
    Comment #26197185

    No revery is native. It doesn't use a webview at all; just uses the skia engine; basically a flutter competitor.

  12. comment
    Comment #23773121

    Flutter is one that is moving in that direction.

  13. comment
    Comment #23773117

    You are pretty much on the spot, its a library that directly interfaces with the existing browser engines on the user's computer.

  14. comment
    Comment #23773081

    Disk space and Memory.

  15. comment
    Comment #18564624

    Wish he had released the tooling. The REBL system looks a bit like the smalltalk virtual machine mixed with elements of Elm's time-traveling debugger. There has been a real need fo…