Live data from Hacker News

Viewing profile — gefhfffh

gefhfffh

HN member
Joined
Thu, Dec 30, 2021, 6:28 PM UTC
HN karma
134
Public activity
111 items

About gefhfffh

No profile information was provided.

Recent public activity

  1. comment
    Comment #30862280

    How does that offsetting work? Facebook is going to maintain a growing forest for the next few 100k years?

  2. comment
    Comment #30705826

    Jep. Secure C++ is no C++ - given you don't fall back to C or ASM, and consider safer alternatives

  3. comment
    Comment #30671560

    It's not completely fixed, e.g. you can dismantle trees with fireballs, dig for minerals in caves or work on rocks

  4. comment
    Comment #30639000

    And docs.microsoft.com pulls the language unchangably from the location: https://github.com/MicrosoftDocs/feedback/issues/462 It's so annoying. There is an option to change the lan…

  5. comment
    Comment #30633152

    It wouldn't because as a producer you would remove CO2 from the atmosphere which brings its carbon footprint close to zero

  6. comment
    Comment #30626146

    PV needs physical resources that aren't for free or unlimited. PV needs space. Most energy used has still an high negative impact on the atmosphere. Low efficiency somewhere is ene…

  7. comment
    Comment #30625747

    It's cheaper, but the costs are external costs (calculated for the next 100 years about 600 Euro per ton of emitted CO2). They could be internalized by CO2 pricing, such as CO2 tax…

  8. comment
    Comment #30625723

    Well, short term it may be cheaper. Long term you are going to pay, because the efficiency is horrible, 10-30% depending on who u ask

  9. story
  10. comment
    Comment #30576110

    It's not faster despite being in WiFi

  11. comment
    Comment #30573245

    Well, punished twice for listening to lobbyists instead of climate scientists

  12. comment
    Comment #30565771

    True for your new project from scratch when you already sucked up C++ such that you know what&when. But at this point you know C++ pretty well (including all what you don't want to…

  13. comment
    Comment #30565559

    C++ is way more complicated than Rust though.

  14. comment
    Comment #30538530

    > unless you load from a separate domain Which is the case... app.element.io doesn't host a Matrix server. Servers are completely independent of that.

  15. comment
    Comment #30535728

    I wonder how you would build an encrypted messenger like like Element (app.element.io) without SPA style. I think it's not even possible, since you are required to process incoming…

  16. comment
    Comment #30535523

    I haven't said that something isn't an app, unless it can go long periods of time without server interactions. Generally, server interactions are arbitrary with SPAs, while SSR wil…

  17. comment
    Comment #30535430

    Tried ngrx?

  18. comment
    Comment #30535355

    > a bit of extra text Doesn't really sound like an application, but a website. In a web app it can happen that you use it for an hour without the backend doing a single thing. > Th…

  19. comment
    Comment #30527350

    The Rust Windows API provides a cast method to jump through the inheritance hierarchy. Previously, additionally, all base class methods were generated for derived classes (structs)…

  20. comment
    Comment #30488673

    Please don't confuse DI with DI containers. With DI you still have all the responsibility.

  21. comment
    Comment #30426622

    IMHO another downside is Flutter not using native UI components, unlike React Native.

  22. comment
    Comment #30396357

    Before I tried Rust (I got sick of it and the slow progress of Herb Sutter's research), I have used CLion with clang-tidy and had plenty of memory issues going undetected. Needless…

  23. comment
    Comment #30396045

    It's not like C++ is always the only alternative, see e.g. Rust which is way simpler

  24. comment
    Comment #30395954

    I get that the compile process is faster, but simpler? In my experience, the compile process usually consists of "cargo build" A advantage of Rust is that usually you spend way les…

  25. comment
    Comment #30395509

    Have you evaluated Rust instead of C++?