Live data from Hacker News

Viewing profile — egorelik

egorelik

HN member
Joined
Mon, May 19, 2025, 4:34 AM UTC
HN karma
36
Public activity
28 items

About egorelik

No profile information was provided.

Recent public activity

  1. comment
    Comment #48594079

    I think there is a crowd, maybe less common than the others, that just want less warts. I can understand that, though I'm not sure the usual dialects that get thrown around are muc…

  2. comment
    Comment #48593477

    To each their own, but I don't really understand the sheer hatred elisp puts in some people. As far as scripting languages go, it's pretty good. I haven't seen a scripting language…

  3. comment
    Comment #48590289

    I did - I first came to emacs during my lisp phase. I didn't stay with lisp, but I did stay with functional programming, and in those days emacs was the best environment for a numb…

  4. comment
    Comment #48586355

    This is how I justify not switching back to vanilla, despite not really being an evil user. Doom's module system is really great for organizing a config.

  5. comment
    Comment #48456503

    I've used AI for a number of Emacs-related utilities and configs. Just today I created a script to reproduce the particular combination of MSYS2 packages I use for my newer on Wind…

  6. comment
    Comment #48123572

    A common thread I see in this, and other articles of its kind, is that rarely do they come out and say what kind of project they are working on, leaving the headline to sound gener…

  7. comment
    Comment #47998859

    Nearly 10 years of experience at Microsoft, I've been looking for a remote position for almost a year. Even just finding appropriate openings has been next to impossible. Every com…

  8. comment
    Comment #47497243

    Similar but not exactly the same as named impls, I'd really like to see a language handle this by separating implementing a trait from making a particular existing implementation t…

  9. comment
    Comment #47496391

    Rust opened the door to innovation in the low-level languages space, but as long as it is already the most theoretically advanced practical language there, it will always attract t…

  10. comment
    Comment #47445191

    As an idea, what about allowing the 24 hours to be bypassed using adb (edit: bypass to allow indefinitely, not just install a single app)? I understand there is some problem trying…

  11. comment
    Comment #47378220

    Back when I still thought all headphones were basically the same, I was writing some music and I could not understand why the cello lines sounded so much louder than the violin lin…

  12. comment
    Comment #47303299

    I don't remember where I read it, but I think Rust cited Cyclone as an influence, a variation of C with "region-based" memory management - more or less the literature name for "lif…

  13. comment
    Comment #47154898

    Early on in my computing life, I discovered TeXmacs as a user interface for a Computer Algebra System I had been playing with called Axiom. Ironically, this was before I had ever e…

  14. comment
    Comment #47132100

    I tried that too - it works great for large files, but still chokes on large numbers of files. Which, when I'm transferring photos, is usually the case.

  15. comment
    Comment #47131543

    I too find the phone market, especially in the United States, has outright abandoned users like me. About a year ago I rushed to buy what seems to have been the last flagship model…

  16. comment
    Comment #46971985

    N pretty much is "arbitrary-length information theory". As soon as you leave the realm of the finite, you end up with N. I'm not convinced that any alien civilization could get ver…

  17. comment
    Comment #46969162

    I'd agree with that for practical purposes, but sometimes the external perspective can be enlightening philosophically. In this case, to actually prove the statement internally tha…

  18. comment
    Comment #46968905

    I am talking about constructivism, but that's not entirely the same as saying the reals are not uncountable. One of the harder things to grasp one's head around in logic is that th…

  19. comment
    Comment #46968728

    The idea is we can't actually prove a non-computable real number exists without purposefully having axioms that allow for deriving non-computable things. (We can't prove they don't…

  20. comment
    Comment #46968108

    I believe the author does talk about the first-order model theoretic perspective at one point, but yes, I was referring to that notion.

  21. comment
    Comment #46967910

    The author mentioned that the theory of the complex field is categorical, but I didn't see them directly mention that the theory of the real field isn't - for every cardinal there …

  22. comment
    Comment #46954612

    I went into this expecting it to be a criticism in the context of low-level systems, and was a bit surprised when it ended up being about distributed. The mismatch the author is de…

  23. comment
    Comment #45805128

    As far as I'm aware, Rust's trait system is more closely related to Haskell's type class system than to actual object-oriented programming. As a type class system, it is fine; it i…

  24. comment
    Comment #45803123

    The only conclusion I can draw from this is that some engineers are not great at arguing the merits and challenges of a programming language. GC vs non-GC should be one of the firs…

  25. comment
    Comment #45340200

    Sometimes, and for some people, the right language can actually simplify problems and hide complexity that isn't immediately necessary to the problem at hand. The whole idea is to …