Live data from Hacker News

Viewing profile — bru

bru

HN member
Joined
Mon, Oct 03, 2011, 4:33 AM UTC
HN karma
1,185
Public activity
179 items

About bru

QRT Google CentraleSupélec

http://www.linkedin.com/pub/bruno-cauet/2b/963/415

https://github.com/brunal

Recent public activity

  1. comment
    Comment #44623270

    https://github.com/antiwork/flexile/pull/427#issuecomment-30...

  2. comment
    Comment #44126677

    Just this one article, as part of the magazine. Most are directly on his website.

  3. comment
    Comment #43653101

    Related: enshittification. https://en.wikipedia.org/wiki/Enshittification

  4. comment
    Comment #40492833

    That's because they share the same root auto-, i.e. "self". Because they're related concepts...

  5. comment
    Comment #40480901

    [citation needed]

  6. comment
    Comment #39990536

    > Finally, even for RAM calling 230 bytes "1 GB" isn't really proper; instead, the IEC binary multiplier prefix "Gi-" should be used

  7. comment
    Comment #39970606

    There's more languages than Swift...

  8. comment
    Comment #39777882

    Custom AFAIK. There's an iOS version: https://apps.apple.com/us/app/shattered-pixel-dungeon/id1563...

  9. comment
  10. comment
  11. comment
    Comment #34752351

    It's still 2 spaces. This is the public version of the style guide, using 4.

  12. comment
    Comment #34216592

    There's new units on sale every week. Alternatively, buy a second-hand one.

  13. comment
    Comment #32165223

    France? Indeed.

  14. comment
    Comment #30633384

    Web browser is a different language than English (French). When I try to enter a country whose name isn't the same in English and French, I get a pop-up saying "Pays inconnu" (unkn…

  15. comment
    Comment #21865027

    Yes, 2 months ago.

  16. comment
    Comment #21593608

    * He forgot it

  17. comment
    Comment #21573161

    After "ReiserFS kills your wife", here comes "administering Solaris kills Tamils".

  18. comment
    Comment #19627269

    A similar rhetoric is actually present on the linked example page: https://blog.koley.in/baserock/

  19. comment
    Comment #17966436

    Person who built the website & is responsible for its uptime.

  20. comment
    Comment #17566670

    Actual source: https://www.sanger.ac.uk/news/view/genome-damage-crisprcas9-... Paper: https://www.nature.com/articles/Nbt.4192

  21. comment
    Comment #17291413

    ISTR that only works from the USA.

  22. comment
    Comment #17074047

    This is either outdated or only for the public version of the guide: the internal guide, and all our python code, has 2-spaces indents.

  23. comment
    Comment #17045656

    Title is missing a (2016).

  24. comment
    Comment #16606250

    > def tail_factorial(n, accumulator=1): > if n == 0: return 1 > else: return tail_factorial(n-1, accumulator * n) The second line should be "if n == 0: return accumulator"

  25. comment
    Comment #15311586

    Because popping the key is by far the simplest solution, especially if you won't miss it in any of your usual workflows. AFAIK remapping it will need Autohotkey or similar, and ban…