Live data from Hacker News

Viewing profile — btbuilder

btbuilder

HN member
Joined
Fri, Feb 03, 2012, 8:47 AM UTC
HN karma
452
Public activity
219 items

About btbuilder

No profile information was provided.

Recent public activity

  1. comment
    Comment #49089141

    Excellent improvement. The server-side complexity required to handle sessions has been a large burden both on infrastructure and on educating teams on its characteristics.

  2. comment
    Comment #47857064

    ~1.5 billion train journeys a year is “functional”.

  3. comment
    Comment #46707308

    0C = Frozen!

  4. comment
    Comment #45713204

    It’s hard to answer without specifics but languages shouldn’t require you to determine whether it’s safe to use an api in an async context or whether it will hang your app. I imagi…

  5. comment
    Comment #45704690

    This is fantastic progress for CPython. I had almost given up hope that CPython would overcome the GIL after first hitting its limitations over 10 years ago. That being said I stro…

  6. comment
    Comment #45539557

    Right, in a 3rd-party library.

  7. comment
    Comment #45520830

    Segfaults with no use of “Unsafe” equivalents in managed languages can give immediate indication it’s not a code problem.

  8. comment
    Comment #44533366

    I believe the driver silently swapped the textures to lower quality ones that looked worse but gave a performance boost.

  9. comment
    Comment #43648366

    That’s not my experience but it’d be interesting to from others on the matter.

  10. comment
    Comment #43644753

    TR in the US makes sockets harder to use, but I have never heard anyone complain about TR in the UK, as the earth/ground pin is always present, and is physically longer than the li…

  11. comment
    Comment #43640125

    The shutter prevents someone (including children) shoving something metal into the live/hot. I have never heard of it failing. Newer US outlets (TR/tamper resistant) are way more f…

  12. comment
    Comment #42750263

    The switching of command and service in the argument order from the init script days still catches me out. foo restart vs restart foo

  13. comment
    Comment #42158201

    It at least has the virtualization framework now. There’s a product called Anka that plugs into Jenkins and lets you deploy macOS VM images as build agents on top of physical Apple…

  14. comment
    Comment #42123806

    I mean, it worked for Boeing[1] too. 1 - https://www.theregister.com/2020/04/02/boeing_787_power_cycl...

  15. comment
    Comment #41754278

    There’s a link in the article but here it is with a time code for the start of the simulation. https://youtu.be/07_m7HHiZRw?t=39

  16. comment
    Comment #41575949

    Assembly of the phone or device using the processor.

  17. comment
    Comment #41575875

    Do the chips get shipped to China for assembly?

  18. comment
    Comment #41504860

    input_string = "VMS" output_string = ''.join([chr(ord(char) + 1) for char in input_string]) print(output_string)

  19. comment
    Comment #40866851

    Pump filling times should be compared with DC-fast charging times as L2 is normally what you do at home when you don’t care too much about how long it takes. F150 will DC fast char…

  20. comment
    Comment #40742263

    While it’s more how they are used, imo optional is abused to the point it adds complexity. You don’t avoid handling null, but now you have to deal with present or not. Therefore yo…

  21. comment
    Comment #40389926

    I always choose the “essential cookies only” option. This is normally harder than accepting all cookies, but it is getting easier over time. I rarely see a site that has essential-…

  22. comment
    Comment #40265029

    When looking for a reverse proxy that is performant on Windows and Linux around 5 or 6 years ago the options were very limited. Traefik is what we ended up using. I haven’t checked…

  23. comment
    Comment #40243759

    Press F12 and dust off your Dabs Press BASIC WIMP programming for the Acorn… A machine that you could code up a full GUI application with the BASIC interpreter in ROM, enabling chi…

  24. comment
    Comment #39086193

    Six Frigates is an excellent book about the origins of the U.S. Navy. It also gives a little insight into how quickly Britain and the U.S. aligned themselves, helped in part by the…

  25. comment
    Comment #38997950

    Meridian Audio have been making active digital speakers for over 25 years. SPDIF input to every speaker with custom DSP to do digital crossover tuned to the cabinet and particular …