Live data from Hacker News

Viewing profile — exiled13

exiled13

HN member
Joined
Sun, Mar 29, 2020, 1:16 AM UTC
HN karma
0
Public activity
11 items

About exiled13

No profile information was provided.

Recent public activity

  1. comment
    Comment #23370861

    I don't really like KDE, so of the environments I've used, they don't use Dolphin. You can install it otherwise, but it tends to be buggy. Part of it too is that when you open/save…

  2. comment
    Comment #23369225

    With all the different variants of Linux and customization, I have yet to find a desktop environment that I'm actually happy with. Windows has a lot of features I like, they built …

  3. comment
    Comment #23369106

    Exactly, Google prefers to automate this sort of thing. Youtube has similar problems and it's equally as impossible to reach a human being to get the problem sorted out.

  4. comment
    Comment #23025420

    Rust guarantees memory safety, or are you saying D isn't similar in that regard as well? If that's what you are saying, then I agree completely. D's ownership/borrowing does not pr…

  5. comment
    Comment #23014626

    I didn't know that used something akin to exceptions. Still panics aren't as common as exceptions (in D), and still only have to worry about unsafe code (for the most part).

  6. comment
    Comment #23013154

    I'm Datman.

  7. comment
    Comment #23012920

    Rust was designed from the ground up and every feature is implemented and designed to work with its borrow checker. So it is able to provide a definitive guarantee that memory isn'…

  8. comment
    Comment #23009408

    D's borrow checker fails in comparison to Rust's. It serves very little purpose and provides almost no guarantees. These issues have been brought up multiple times but they are bru…

  9. comment
    Comment #22719120

    Oh that buggy mess got merged huh.

  10. comment
    Comment #22715606

    > I don't know anything about D so I wanted to pick something that I was certain his analyzer would fail one way or the other. What he is talking about is a proposed implementation…

  11. comment
    Comment #22715586

    > Other languages call them "unsafe", but I didn't care for that as it implied the blocks were actually broken. Climbing a ladder on a table is unsafe. Does that imply the ladder o…