Viewing profile — bru
bru
HN member- Joined
- Mon, Oct 03, 2011, 4:33 AM UTC
- HN karma
- 1,185
- Public activity
- 179 items
- HN profile
- View on Hacker News ↗
About bru
http://www.linkedin.com/pub/bruno-cauet/2b/963/415
https://github.com/brunal
Recent public activity
-
comment
Comment #44623270
https://github.com/antiwork/flexile/pull/427#issuecomment-30...
-
comment
Comment #44126677
Just this one article, as part of the magazine. Most are directly on his website.
-
comment
Comment #43653101
Related: enshittification. https://en.wikipedia.org/wiki/Enshittification
-
comment
Comment #40492833
That's because they share the same root auto-, i.e. "self". Because they're related concepts...
-
comment
Comment #40480901
[citation needed]
-
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
-
comment
Comment #39970606
There's more languages than Swift...
-
comment
Comment #39777882
Custom AFAIK. There's an iOS version: https://apps.apple.com/us/app/shattered-pixel-dungeon/id1563...
-
comment
Comment #38846310
816.
- comment
-
comment
Comment #34752351
It's still 2 spaces. This is the public version of the style guide, using 4.
-
comment
Comment #34216592
There's new units on sale every week. Alternatively, buy a second-hand one.
-
comment
Comment #32165223
France? Indeed.
-
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…
-
comment
Comment #21865027
Yes, 2 months ago.
-
comment
Comment #21593608
* He forgot it
-
comment
Comment #21573161
After "ReiserFS kills your wife", here comes "administering Solaris kills Tamils".
-
comment
Comment #19627269
A similar rhetoric is actually present on the linked example page: https://blog.koley.in/baserock/
-
comment
Comment #17966436
Person who built the website & is responsible for its uptime.
-
comment
Comment #17566670
Actual source: https://www.sanger.ac.uk/news/view/genome-damage-crisprcas9-... Paper: https://www.nature.com/articles/Nbt.4192
-
comment
Comment #17291413
ISTR that only works from the USA.
-
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.
-
comment
Comment #17045656
Title is missing a (2016).
-
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"
-
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…