Live data from Hacker News

Viewing profile — slver

slver

HN member
Joined
Tue, Apr 13, 2021, 4:58 AM UTC
HN karma
1,575
Public activity
1,080 items

About slver

No profile information was provided.

Recent public activity

  1. comment
    Comment #27722196

    It doesn't seem that logical statements matter: https://news.ycombinator.com/item?id=27722154 What matters is just grabbing some pitchforks and cancelling someone.

  2. comment
    Comment #27722154

    If you look for racism, you'll find it, even when it's not there. Skin color is a function of two things: 1. Amount of environmental sunlight (latitude). 2. Amount of circumstantia…

  3. comment
    Comment #27722089

    You're describing features that many other animals have. Being bipedal, hunting, using projectiles, and so on.

  4. comment
    Comment #27721774

    Clockrate is not a bottleneck on how fast your computer is. It's just a synchronization primitive. Think about it like the tempo of a song. The entire orchestra needs to play in sy…

  5. comment
    Comment #27721758

    That's kinda the case with Copilot, or I'd just type: // Unify relativity with quantum mechanics. I'm trying to say Copilot is not a fundamental shift to programming. It's what pro…

  6. comment
    Comment #27720376

    Yes, it literally isn't a match. It's also not a match for a pepperoni pizza.

  7. comment
    Comment #27720369

    Programming is already conversational. I'm telling a computer what I want, it does it, I see what it does, and elaborate or correct myself where necessary. Repeat endless times, un…

  8. comment
    Comment #27720360

    Well, "never" is a long time. Copilot is definitely no replacement for anything except copying from Stack Overflow for juniors. But in the long run, AI is us basically us creating …

  9. comment
    Comment #27716698

    A lot of these edge cases are about theoretical concerns like "how many digits we need in decimal to represent an exact IEEE binary float". In practice a double is 15.6 digits prec…

  10. comment
    Comment #27711568

    Excel rounds doubles to 15 digits for display and comparison. The exact precision of doubles is something like 15.6 digits, those remaining 0.6 digits causing some of those example…

  11. comment
    Comment #27711358

    Business types hate dealing with programmers, that's a fact. And these claims of "we'll replace programmers" happen with certain precise regularity. Ruby on Rails was advertised as…

  12. comment
    Comment #27711345

    So, nothing new, is your point?

  13. comment
    Comment #27711336

    It's very easy: don't use copilot code verbatim, and you won't have GPL code verbatim.

  14. comment
    Comment #27711258

    > And these are the hand picked examples. This product seems like it needs some more thought. Everyone's self-preservation instincts kicking in to attack Copilot is kinda amusing t…

  15. comment
    Comment #27709909

    Google is interested in eliminating native applications in favor of web apps that it can control by providing analytics, SEO, ads, and so on. So they're very aggressive to introduc…

  16. comment
    Comment #27709813

    And ironically we have no types for units in most languages. Instead we need to wrap numbers in objects making them extremely cumbersome to work with.

  17. comment
    Comment #27709466

    The number of sets we can represent with fingers is 11, including the empty set. As for bijective base 10, it's interesting, but it's still not the base 10 we're using, so we can't…

  18. comment
  19. comment
    Comment #27705389

    The thing I can't seem to get across to you, is that you don't query a graph by specifying a join expression. Graph databases aren't built for that. So no, SQL is not "capable of q…

  20. comment
    Comment #27705139

    What customers hate is tier 1 support acting as a brick wall between them and the people with the solution to their problem. Or at least that's how they perceive it. While I don't …

  21. comment
    Comment #27704340

    > Sounds like a customer support person just made up a reason. This happens a lot, I find. People just hate having no answer for you. So they make up one.

  22. comment
    Comment #27704269

    SQL is neither a graph or hypergraph query language, because relations don't define the graph (or hypergraph). The query does. Deriving a graph and querying a graph are two differe…

  23. comment
    Comment #27703550

    Everyone is thinking about a "shifted" base 10, yes. But every base starts with 0, there's no such thing as "shifted base" because then you literally can't represent 0. Also "zero …

  24. comment
    Comment #27702244

    Most of us are programmers here, you are just as used to hex. Also technically we don't have that many fingers. We have one more finger. We don't have a number digit for ten right?…

  25. comment
    Comment #27702130

    By keep up I mean in terms of standards. Edge was always usable, but you'll always get second-grade experience if apps switch to the "fallback mode" on your browser. Google is play…