Live data from Hacker News

Viewing profile — oleks

oleks

HN member
Joined
Tue, Jun 05, 2012, 5:46 PM UTC
HN karma
81
Public activity
47 items

About oleks

[ my public key: https://keybase.io/oleks; my proof: https://keybase.io/oleks/sigs/3Rdy6-6xTK15bc437BIthtBC6DWImiBZfetXrcBhmSc ]

Recent public activity

  1. comment
    Comment #44303956

    Using an LLM to generate code is not an easily traceable and explainable process. Using a DSL to same ends is. PL research has yet to meet explainability in AI head on.

  2. comment
    Comment #44096891

    As an avid designer of CS courses and curricula in the not-so-distant past, I would like for it turn into a success criterion that your course gets included in this listing. Back w…

  3. comment
    Comment #38056468

    >> does any important software use APL nowadays? > No. That's not a question one is able to answer objectively in this world full of closed source software. Large parts of SimCorp …

  4. comment
    Comment #35371729

    > The people who do this are likely not American or Western European Maybe not natively, but they may be working in the US or Western Europe, making upwards 50% of a Google/Faceboo…

  5. comment
    Comment #35371665

    [flagged]

  6. comment
    Comment #34625913

    What does finance have to do with distributed systems? Finance is much more about mathematical modelling, which is an utter pain in a dynamically typed language with nothing but li…

  7. comment
    Comment #34625876

    Erlang as a programming language for writing fault-tolerant systems has quite little in common with Prolog, except the syntax. That is, the semantics of Erlang vastly differ from P…

  8. comment
    Comment #29918454

    Yep, works. However, you need to magically restart the browser. Apperently, it runs some background processes whose names contain neither the character sequence "firefox", nor "moz…

  9. comment
    Comment #29449046

    Just because you can earn money on something, does not make it good.

  10. comment
    Comment #27674160

    I like QR codes, and ordering via phone. You don't have to wait around for the waiter to bring the menu, take your order, take your payment. Don't have to touch a menu that hasn't …

  11. comment
    Comment #27674142

    Aren't most smartphones dual-sim by now?

  12. comment
    Comment #23739493

    Similarly, comments can lie, but a commit-history cannot. That is, if the commits are digitally signed. Then you know something about who made the change when, and get a hint at wh…

  13. comment
    Comment #23376848

    You are not paid to go the university in Denmark. You are awarded credits by the government, and it is up to you to do something sensible with those credits. Don't waste them on ne…

  14. comment
    Comment #21934039

    You can freely use many foreign driver's licenses without extra expenditures.

  15. story
  16. comment
    Comment #21256527

    I spent 17 years in Denmark, and now a couple years in Norway, and I can say that the Danish lunch culture is far richer than the Norwegian one. I studied at a Danish gymnasium and…

  17. story
  18. comment
    Comment #17280050

    Have you seen this POPL'16 paper? https://popl16.sigplan.org/event/popl-2016-papers-printing-f...

  19. comment
    Comment #17213999

    This will only spot uncommitted changes to tracked files. I want a completely clean repository before I deploy, where there are neither uncommitted changes to tracked files, nor (n…

  20. comment
    Comment #17213980

    Yes, so this is useful where deployment is "manual" in the sense that it is not a mere git push. It is bad practice to have git data lying around among otherwise public files, so y…

  21. comment
    Comment #17213952

    It first performs a git status, then fetches changes from upstream, and checks if all local changes have been pushed upstream (using git cherry).

  22. story
  23. story
  24. comment
    Comment #16277548

    Why is Oil implemented in Python? IMO Python is a terrible language for writing programming languages.

  25. story