Live data from Hacker News

Viewing profile — Phil_Latio

Phil_Latio

HN member
Joined
Wed, Dec 04, 2013, 2:31 AM UTC
HN karma
369
Public activity
161 items

About Phil_Latio

No profile information was provided.

Recent public activity

  1. comment
    Comment #48702360

    UPnP is not disabled by default on all routers, especially older ones. So devices may just try to port-forward certain control or media ports.

  2. comment
    Comment #47125276

    April 2019: https://www.youtube.com/live/Ucp0TTmvqOE?t=9220s There are probably even earlier statements from him against lidar...

  3. comment
    Comment #47122608

    Yeah it's BS. Tesla uses lidar where it makes sense: They have a small lidar fleet to collect ground truth depth data for better vision estimation. This part is long solved.

  4. comment
    Comment #47013257

    > why John no longer does public presentations(as people keep stealing his unfinished ideas) That's your opinion or you have a source for that?

  5. comment
    Comment #46490993

    Well, the C3 developer could add more fine grained control if people need it... I don't really see what's your problem. It's not so much different than disabling asserts in product…

  6. comment
    Comment #46480609

    > documentation clearly states that it's UB to violate them Only in "fast" mode. The developer has the choice: > Compilation has two modes: “safe” and “fast”. Safe mode will insert…

  7. comment
    Comment #46248558

    Then look at the the average and compare with France. Germany causes 6 times more Co2 stemming from energy production. The energy mix in Germany leads to a situation where electric…

  8. comment
    Comment #46073153

    This argument, namely that politics can lower the price (by emitting extra certificates) when it gets too high, contradicts the whole reason for the mechanism in the first place: T…

  9. comment
    Comment #46072780

    It's just one piece of the puzzle. The cost for Co2 certificates is a more major reason. Starting 2027, hedge funds can buy these certificates which will be the nail in the coffin.…

  10. comment
    Comment #45956106

    > Whether or not GC is a negligible portion of your runtime is a characteristic of your program, not your implementation language. Of course, but how many developers choose C _beca…

  11. comment
    Comment #45953741

    > Because about 99% of the time the garbage collect is a negligible portion of your runtime In a system programming language?

  12. comment
    Comment #45591236

    > In this case, there is no "increased subsidies for less feasible regions" https://energiewende.bundeswirtschaftsministerium.de/EWD/Red... > The price actually paid is the bid pri…

  13. comment
    Comment #45591150

    Well the whole clean energy transformation in Germany has a tax payer burden of 3 trillion or more till 2045. Frances nuclear plants didn't even receive 1 trillion of subsidies in …

  14. comment
    Comment #45590761

    I wrote aggressively expanded. It doesn't make sense to build wind in a region where it's only profitable due to subsidies. > Wind power is so cheap Germany has the highest energy …

  15. comment
    Comment #45590480

    Germany pays about the same each year: Wind is turned off, but the investors get their guaranteed profit from the tax payer. Meanwhile wind is aggresively expanded. They even go so…

  16. comment
    Comment #45309124

    I'll wait for the Trump Diamond Card

  17. comment
    Comment #45045393

    I would've assumed the error set is generated based on function signatures. Sick stuff.

  18. comment
    Comment #44806025

    [flagged]

  19. comment
    Comment #44734888

    I guess you are right. Maybe I see it too much from a system programming language perspective. After all, Go is of a different kind.

  20. comment
    Comment #44732133

    Well I see 2 cases for automatic preemption: - You are lazy and just don't care, let the runtime do it - Or you failed to realize that what you do could block The first case is wha…

  21. comment
    Comment #44731798

    No i meant cooperative green threads, not the stackless async/await model. My model would basically mean: No "function coloring", all functions can be called as usual. IO related f…

  22. comment
    Comment #44731639

    What do you mean by "IO hot spots"? You really mean IO or rather CPU bound work? Because for IO, the standard library stuff could always yield properly (like Go does). If you mean …

  23. comment
    Comment #44596120

    > Otherwise people can get drafted by a government they didn't have a say in electing. This kind of thinking is not rooted in reality. When you were born, you were forced to accept…

  24. comment
    Comment #44592399

    Somewhere one has to draw the line, or you can go down to voting power for toddlers. And the best and obvious line was to treat an adult human as a "full" citizen with all the righ…

  25. comment
    Comment #44568294

    You have a point, but getting the easy part (the lexer/token) "right" is something to strive for, because it will also influence the memory and performance characteristics of later…