Live data from Hacker News

Viewing profile — Wilem82

Wilem82

HN member
Joined
Wed, Aug 28, 2019, 2:59 PM UTC
HN karma
59
Public activity
34 items

About Wilem82

No profile information was provided.

Recent public activity

  1. comment
    Comment #33245023

    Correction: even if Google is down, you won’t notice, because DDG works just fine. Last time I went to any of Google websites was 4 years ago.

  2. comment
    Comment #31280039

    > Plus all of these starting points imply the use of new languages, configurations, and programs, in particular, builds. Oh yeah, true, some people keep saying a language is just a…

  3. comment
    Comment #30232083

    MacOS. Project scripts and software are hardcoded for Mac. The alternative is Windows, but making the project dev environment cross-platform takes time. I dislike non-standard keyb…

  4. comment
    Comment #30047299

    Java was released in 1996. It got generics in 2004, 8 years later. I don't remember anyone panicking and yelling from every corner that the world is ending. Everyone understood the…

  5. comment
    Comment #29797472

    On Windows just press Win+; .

  6. comment
    Comment #29746646

    I’m in a team where every member was forced into macOS against their will, because a lot of project scripts were hardcoded for macOS by a long-gone “architect”. My biggest gripes w…

  7. comment
    Comment #27135773

    And how are emails any different from web articles? Both contain structured thoughts represented as structured text, both often contain code and quotations, lists and so on. Why sp…

  8. comment
    Comment #27125253

    But, almost everyone does? Would you prefer all web articles to be strictly in plain text, same colour? No font changes between text and code, no colors for quotations, no indented…

  9. comment
    Comment #27115789

    I mean, how are you going to use rich text otherwise?

  10. comment
    Comment #26978499

    Any closed community ends up as a cult, derangement reinforced through the circular patting on the backs. HN already got a bit of a loony reputation (for example, see the comment a…

  11. comment
    Comment #26801746

    The entire DKE paper is trash, as most papers are in psychology.

  12. comment
    Comment #25547740

    “Social status” is an artificial circlejerk concept, why do you care?

  13. comment
    Comment #25307238

    Lol god forbid. Browser side programming is shitty enough without lisp nonsense.

  14. comment
    Comment #24948232

    By "attacked" you probably meant "criticised"? Criticising something is not only a perfectly normal activity, it's a necessary one and is an important part of the scientific method…

  15. comment
    Comment #24680630

    It's explicitly stated in their comment: > arguing about slight variations of the same mundanities: XML, XSD, IDL, ASN.1, Avro, JSON... Emacs vs. Vim, Weakly vs. Strongly typed, an…

  16. comment
    Comment #24679980

    If you think what I said is wrong, you're welcome to explain why. Personal attacks are neither productive nor interesting. My reasoning is the following: People would only listen t…

  17. comment
    Comment #24678611

    Your statement implies that arguing is something bad. Arguing is presenting arguments that attempt to show (prove) why something is true or false. It's the most important tool (con…

  18. comment
    Comment #24620429

    This thread made me read about conditional types in TS and in general more about its type system. I was ignorant. I agree now that it's advanced. Previously I only heard bad things…

  19. comment
    Comment #24618873

    Are you really calling this ergonomic? https://github.com/codemix/ts-sql/blob/master/src/Evaluator.... Same thing but actually readable and maintanable would've been better impleme…

  20. comment
    Comment #24617022

    What compile-time guarantees does that SQL library give? I don't see any docs or explanations at that Github repo and my TS knowledge is limited to be able to infer everything from…

  21. comment
    Comment #24616799

    Is this satire? What do you think is advanced about TS' type system and why? Duck-typing that creates a minefield instead of providing correctness? The unknown type that does the s…

  22. comment
    Comment #24504964

    Learn not to give a shit about money and find a job that you enjoy.

  23. comment
    Comment #24430985

    Hate to break it to you, but the absolute majority of devs have no idea what HN is, or are interested in reading it.

  24. comment
    Comment #24020229

    > But what about the web browser, the GUI environment, the OS kernel? Firefox is being rewritten in Rust, which is not oop. Linux kernel is in C, which is not oop. Eclipse SWT, a v…

  25. comment
    Comment #23626973

    > abstractions are bad They're as good as you make them. Abstractions aren't bad by themselves. > Copying code for different business purposes is good. Only when it makes sense, ie…