Live data from Hacker News

Viewing profile — atxbcp

atxbcp

HN member
Joined
Sun, Feb 23, 2020, 7:03 PM UTC
HN karma
99
Public activity
33 items

About atxbcp

No profile information was provided.

Recent public activity

  1. comment
    Comment #41738951

    The article only states that the post was deliberately lowered in the rankings to reduce its visibility. "Is this true" ? What your explanation is hinting at, although you're not s…

  2. comment
    Comment #41725001

    Yes, that's true. The thread reached the top of Hacker News, then disappeared. I had to use HN Algolia to find it again.

  3. comment
    Comment #41059207

    Please don't assume your experience applies to everyone. If ChatGPT can't do what I want, my first reaction is to ask Claude for the same thing. Often to find out that Claude perfo…

  4. comment
    Comment #39230318

    Tourists expecting to form lasting connections with locals always made me laugh. How deep can these connections be if you're only staying for a month? Why would a local invest in a…

  5. comment
    Comment #37931295

    And in my experience, nesting f-strings and using quotes in f-strings is more useful than the GIL and faster start-up times, so YMMV.

  6. comment
    Comment #37185656

    200 slides to cover loops and conditionals ?

  7. comment
  8. comment
    Comment #36853850

    - none of these functionalities are "overlooked", this is pretty basic python - for fibonacci you have a decorator for memoization (functools cache / lru_cache) - you don't need to…

  9. comment
    Comment #36566799

    they've been in France a few decades, France is a more than a thousand years old, how can they have been integral to building to French economy ? were they here during the industri…

  10. comment
    Comment #36237854

    Just tried the first prompt with ChatGPT... : "One kilogram of steel and two kilograms of feathers weigh the same. The weight of an object is determined by its mass, not the materi…

  11. comment
    Comment #35683557

    > There are 10x the customers who don't have any idea about these search operators, and sometimes accidentally include one, and are dissatisfied with the results but then they coul…

  12. comment
    Comment #35666557

    And in the "diseases wordlist", you have "chute des cheveux" and... "voyeuriste" ( https://github.com/theophpo/medical-wordlist/blob/main/fr/di... ). So, yeah, I didn't look any fu…

  13. comment
    Comment #34585868

    That's not entirely true, you can rollback a change on modern switches/routers, either via a rollback command, or with a revert timer (configure terminal revert timer X) (because t…

  14. comment
    Comment #33336808

    Except they do. A very few risk their lives to reach the UK (usually because they have family there), but millions choose to stay in Western Europe (e.g France, Germany).

  15. comment
    Comment #31999367

    It is at least partially due to the education system: MPSI -> MP -> ENS Cachan / Lyon / Ulm. Very hard entrance exams to make sure they get the best students. Small promotion (IIRC…

  16. comment
    Comment #31997916

    You misunderstood my comment. I said it felt out of place * here* , in a video dedicated to her mathematical work, hosted on mathunion.org (the clue is in the URL). Doesn't mean sh…

  17. comment
    Comment #31997716

    I wasn't even thinking about that, but then I watched all videos, and in hers she spends more time talking about the war than she does talking about her work. I understand she's be…

  18. comment
    Comment #31558201

    what you don't understand is that FastAPI is not a web framework, so it is neither fast nor slow, it's just a patchwork of libraries on top of Starlette.

  19. comment
    Comment #31282084

    A russian equivalent based on the fact that foreign words aren't declined: Человек человеку волк, а зомби зомби зомби

  20. comment
    Comment #29866572

    By paying yourself with a salary via your company, you'd pay 10% revenue tax + health insurance (ЗО) + social insurance (ДЗПО, ДОО)... except the insurance part is capped on a maxi…

  21. comment
    Comment #29863688

    The numbers in this article are wrong, especially the company vs individual chart: you'd only pay 16% tax with a company if you paid yourself in dividends. Past a certain threshold…

  22. comment
    Comment #27667365

    they are not equivalent, and they couldn't be, shouldn't be, and won't be. Most engineering schools recruit after two years of highly theoretical education in mathematics and physi…

  23. comment
    Comment #27661357

    The french "engineering schools" are actually considered the elite scientific education in France. They are infinitely more selective than universities and provide much better job …

  24. comment
    Comment #26835028

    For those interested in the topic of sex surrogates, I recommend the movie "The sessions" (2012, https://www.imdb.com/title/tt1866249/ )

  25. comment
    Comment #26831406

    Not sure what else they could say, when 95% of FastAPI features come directly from Starlette. Again, the code on github speak for itself. As for the remaining 5%, that's basically …