Live data from Hacker News

Viewing profile — someplaceguy

someplaceguy

HN member
Joined
Tue, Jun 27, 2023, 6:00 PM UTC
HN karma
595
Public activity
351 items

About someplaceguy

No profile information was provided.

Recent public activity

  1. comment
    Comment #48761552

    One of the most popular banks in Brazil doesn't have physical branches. It doesn't even have a functional website. App only.

  2. story
  3. comment
    Comment #47249159

    > the DFA for an extended RE (including a lazy DFA implemented using derivatives, as here) is worst-case doubly exponential in the length of the expression The authors seem to clai…

  4. comment
    Comment #47234803

    > I still see AI making stupid silly mistakes. In contrast with humans, who are famously known for never making stupid silly mistakes...

  5. comment
    Comment #46069202

    > Okay, that's not fair. There's a big advantage to having an external compressor and reference file whose bytes aren't counted, whether or not your compressor models knowledge. Th…

  6. comment
    Comment #45645008

    All the more reason for asking the question?

  7. comment
    Comment #44426222

    > unless you were deliberately declaring and using near identical symbols. Yes, that would probably be one way to do it. > Which would violate the whole "Code is meant to be easily…

  8. comment
    Comment #44426021

    > using the appropriate unicode characters might make it easier to read It's probably also a great way to introduce almost undetectable security vulnerabilities by using Unicode ch…

  9. comment
    Comment #42768560

    Recently I tried to reinstall an eSIM on my Android phone while overseas but was told by my carrier that the eSIM can only be activated while connected to antennas located in the c…

  10. comment
    Comment #41860552

    Even the EU's own official web portal [1] has a cookie pop-up that covers half the screen of my mobile phone when I visit it. [1] https://europa.eu/

  11. comment
    Comment #41455239

    Awesome, thanks!

  12. comment
    Comment #41433715

    What I meant is, why is it significant whether the asteroid impacted in the spring or not?

  13. comment
    Comment #41433101

    > The asteroid in spring hypothesis suggests that the asteroid impact that led to the K-Pg extinction event, occurred during spring season in the Northern Hemisphere. Why is that s…

  14. comment
    Comment #41151149

    That's really cool! I wonder how soon I can buy one of these ESauron thingies.

  15. comment
    Comment #41069771

    > In the article n was set to 5. All of those arrays (except maybe 1) have exactly 5 elements. There is no variance No, the code was: # If there are > and even if there was, it wou…

  16. comment
    Comment #41069302

    > The whole point of big-O notation is to abstract the algorithm out of real-world limitations so we can talk about arbitrarily large input. Except that there is no such thing as "…

  17. comment
    Comment #41069089

    > Ultimately when an algorithm has worse complexity than another it might still be faster up to a certain point. Sure, but the author didn't argue that the simpler algorithm would …

  18. comment
    Comment #41068973

    I found this part of the code quite funny: # If there are Hell, why not just use 2^140 instead of 5 as the cut-off point, then? This way you'd have constant time median finding for…

  19. comment
    Comment #41068754

    return l[len(l) / 2] I'm not a Python expert, but doesn't the `/` operator return a float in Python? Why would you use a float as an array index instead of doing integer division (…

  20. comment
  21. comment
    Comment #40862800

    I don't disagree with you. However, my point was that the parent poster's reasoning was flawed. Stacking these services on top of each other in this way does not necessarily mean t…

  22. comment
    Comment #40862085

    The person in question formalized the entire proof in Coq, which certifies its correctness. To me, that makes your conjecture very unlikely to be true...

  23. comment
    Comment #40861770

    I'm sorry, I don't get it. What are you suggesting to be the motivation to remain anonymous in this case?

  24. comment
    Comment #40859988

    I would argue that technically, the proof has an error because the author says: > Let X be the integers Z; for integers a,b, let `a ⊏ b` be `a| However, the theorem of infinite des…

  25. comment
    Comment #40854505

    The first one can be trivially proved with automatic decision procedures and the second one is also very easy to prove, I believe.