Live data from Hacker News

Viewing profile — pluies

pluies

HN member
Joined
Tue, Aug 31, 2010, 3:38 AM UTC
HN karma
896
Public activity
244 items

About pluies

Hi! My name is Florent. I'm at http://florentdelannoy.com

Recent public activity

  1. comment
    Comment #48815697

    You'll want to brush up on punctuation rules, the space before an exclamation mark is a dead giveaway of a French writer :) (Source: fellow en-GB-using-frenchperson)

  2. comment
    Comment #48659498

    It's honestly not hard either. Certainly doesn't require any face-to-face interaction or anything.

  3. comment
    Comment #48219619

    I've racked my brain trying to write it in a good enough approximation, but honestly the "eu" sound doesn't have a match in most English accents, and neither does the "r", so it wo…

  4. comment
    Comment #47515940

    Well if it's negative 48V the electricty flows out of your circuit and back to the grid, so you need to make it positive to have the electricity come in.

  5. comment
    Comment #46987547

    PeakFinder is indeed an excellent app, worth every cent. It's also available as a website! https://www.peakfinder.com/

  6. comment
    Comment #46528252

    If it helps, I use the NERDTree plugin which gives a very decent file tree to vim.

  7. comment
    Comment #46390158

    Wait until my pals Saul and Ronald team up!

  8. comment
    Comment #46302327

    As a native French speaker, I have to interject and push for the use of "utilise" as it's closer to our own "utiliser"!

  9. comment
    Comment #45448596

    AGGRESSIVE ADVERTISER

  10. comment
    Comment #45062055

    And French completed this merge by having both "lawyer" and "avocado" translate to "avocat".

  11. comment
    Comment #44094877

    It's from Boileau! Beautiful alexandrine verses: > Ce que l’on conçoit bien s’énonce clairement, > Et les mots pour le dire arrivent aisément.

  12. comment
    Comment #43870539

    Caterina Fake, co-founder of Flickr, famously had issues with IT systems: Tim: There’re so many places we could start, but in the process of doing homework for this, I found mentio…

  13. comment
    Comment #43544842

    The whole point of inheritance tax is to redistribute some of the accumulated family wealth across society. You think that's unfair? Grow up.

  14. comment
    Comment #42708843

    > Storage in UTC and converting to a local timezone for display / notification purposes has been the standard practice for a looong time. All good until summer time kicks in and yo…

  15. comment
    Comment #40754077

    Is it that awful? Each option is nicely explained, and the documentation is exactly where you need it, when you need it. I personally found it extremely helpful during my first int…

  16. comment
    Comment #40464797

    It's definitely news to me! Intuitively, I would have expected AWS to send back the EBS volume backing a powered-off machine into the Whatever Long-Term Storage Is Behind EBS, and …

  17. comment
    Comment #40415748

    That's very interesting, as a Frenchman I assumed it came from "brutal", like "brutalité", as the raw concrete and abundance of right angles tends to make these buildings feel, wel…

  18. comment
    Comment #40054596

    I'm not sure there is a consensus on ice baths at this stage? Some athletes swear by it, some say it's useless, and last I looked at it the science was ambivalent (somewhere betwee…

  19. comment
    Comment #39980557

    Fwiw this is how I use Loki most of the time. Pick an app label, pick a time period, look at raw logs. The LogQL for this ends up something like `{app="workload-foo"}`. Loki is exc…

  20. comment
    Comment #39980527

    Yeah but Prometheus has a web ui where you can run PromQL queries and it'll give you basic graphs back, which is handy for throwing a quick query at it before putting it into somet…

  21. comment
    Comment #39012509

    You're in a lot of trouble if your _hooker_ is feeding the scrum!

  22. comment
    Comment #37820588

    It is indeed used quite a lot in France, and it's great but... For extra confusion my parent's street starts with straight numbers (1, 2, 3...), _then_ switches to distance-based c…

  23. comment
    Comment #37700119

    If you're interested in diving deeper, the History of Aotearoa New Zealand podcast ( https://historyaotearoa.com/ ) is a great resource, very well researched and engaging.

  24. comment
    Comment #36943008

    Also a looooot of coal. https://www.energy.gov.au/data/australian-electricity-genera...

  25. comment
    Comment #36663919

    Service mesh. Istio for example injects an envoy sidecar to each pod, and manages everything "meshy" (routing, retries, mTLS, etc) via this sidecar. This is also how linkerd works,…