Live data from Hacker News

Viewing profile — da4c30ff

da4c30ff

HN member
Joined
Fri, May 31, 2013, 7:29 PM UTC
HN karma
86
Public activity
31 items

About da4c30ff

No profile information was provided.

Recent public activity

  1. comment
    Comment #37767249

    I'm aware of these, but thank you nevertheless. Clojure has plenty of nice things balancing the scales, so it's not all pain and misery!

  2. comment
    Comment #37766617

    The take I have is that with a dynamically typed language you still have a static analysis step. It’s just that the analysis happens in your and other developers’ brain and it is o…

  3. comment
    Comment #26804034

    I don't have an ADHD diagnosis but clearly have some of the typical symptoms. My brain is constantly in an obsessive state, meaning that I get an obsession about something and my b…

  4. story
  5. story
  6. comment
    Comment #17174022

    It's doom-nord from the doom-themes package.

  7. comment
    Comment #17173105

    Also better look and feel[1] for Mac (including dark mode) users with (add-to-list 'default-frame-alist '(ns-transparent-titlebar . t)) (add-to-list 'default-frame-alist '(ns-appea…

  8. story
  9. story
  10. comment
    Comment #13550622

    Git really should have issue and merge/pull request data shipped with the repository. Does anyone know if this has been planned or not?

  11. comment
    Comment #13078043

    If that's all you need, maybe μEmacs[1] could do it? [1]: https://en.wikipedia.org/wiki/MicroEMACS

  12. comment
    Comment #12776899

    What, no id[1] in the major companies? EDIT: Nevermind I found it way down the list, but still, id is pretty major company when it comes to games. [1]: https://github.com/id-Softwa…

  13. comment
    Comment #12768836

    Not really related to the article, but would you look at that web page. This is what all of them should look like! Nothing fancy, just good content, 64.91KB in total.

  14. comment
    Comment #11875388

    Screenshots?

  15. comment
    Comment #11562677

    Currently there's only a tokenizer/parser implementation publicly available. I'm currently working on the type system. Progress has been a bit slow, but I will be posting here on H…

  16. comment
    Comment #11559215

    This is something that I'm actually writing for my own programming language, coincidentally also written in Rust. My idea was to label each expression with these flags, i.e. is the…

  17. comment
    Comment #11470925

    Maybe they could add an option to order an on-demand print from a service like Lulu.com

  18. comment
    Comment #11209813

    I think he means the CLI.

  19. comment
    Comment #11194344

    There is an RFC[1] for making enum variants first-class types. [1]: https://github.com/rust-lang/rfcs/pull/1450

  20. comment
    Comment #10547912

    For emacs, there's the electric-indentation-mode and the fantastic aggressive-indent-mode. https://github.com/Malabarba/aggressive-indent-mode

  21. comment
    Comment #9824269

    3.5 Use object method shorthand. I disagree. With anonymous objects it breaks the syntactical uniformity of the expression. I think it is much clearer when each field is given a na…

  22. story
  23. comment
    Comment #9520135

    What about layout versions for different screen-sizes, orientations, etc.?

  24. comment
    Comment #9392639

    I wish I could use 'type' as a variable name or as a field on a struct. It's one of the most used identifier names and the inability to use it is frustrating.

  25. comment
    Comment #8634701

    I wonder how many people contributed under the assumption that their contributions would remain under GPL. I assume the CLA specifies their right to change the license?