Live data from Hacker News

Viewing profile — goriloser

goriloser

HN member
Joined
Tue, Jan 30, 2024, 11:22 PM UTC
HN karma
17
Public activity
9 items

About goriloser

No profile information was provided.

Recent public activity

  1. comment
    Comment #39246575

    There is an actual solution - full memory encryption on recent Intel/AMD CPUs.

  2. comment
    Comment #39246558

    The default is an unencrypted computer. Microsoft is trying to improve that default without requiring yet another password.

  3. comment
    Comment #39239340

    European fridges also have a freezer, while remaining single door. Top half fridge, bottom half freezer.

  4. comment
    Comment #39238675

    I wonder if EU fridges are smaller because people buy food more frequently, but in smaller quantities. Because the grocery shops are closer.

  5. comment
    Comment #39202782

    Fast memory is very expensive. Which is why you only use it when you really need it - on a GPU/AI accelerator.

  6. comment
    Comment #39202676

    And Microsoft/Apple/Facebook sells stuff in Europe through a company incorporated in Ireland. Does that make those companies Irish?

  7. comment
    Comment #39202620

    [flagged]

  8. comment
    Comment #39197499

    Algotrading has two parts - analyzing data to find strategies and executing the strategies. Numba is for the first part, where you might need to process billions of messages to ext…

  9. comment
    Comment #39197455

    Sometimes you just need a plain old "for" over your pandas dataframe, to do a more complicated aggregation (variable window size, conditionals, ...) You can try twisting numpy/pand…