Live data from Hacker News

Viewing profile — mobiliakas1

mobiliakas1

HN member
Joined
Tue, Dec 18, 2018, 10:35 PM UTC
HN karma
5
Public activity
4 items

About mobiliakas1

No profile information was provided.

Recent public activity

  1. comment
    Comment #23605220

    Keep in mind that current macOS runs ONLY 64-bit x86 apps and interestingly Windows on ARM emulates ONLY 32-bit apps. Since 64-bit extensions were designed by AMD, maybe they have …

  2. comment
    Comment #18860554

    If a person would steal my banking credentials there is absolutely no doubt I would do everything to prevent them using it.

  3. comment
    Comment #18860538

    I disagree. They said they have encrypted some files on the scammers computer by planting supposed banking credentials which they did copy without any consent. Having watched some …

  4. comment
    Comment #18711446

    You can use delegates in C# for that. delegate List SortAlgorithm(List values); List QuickSort(List values) => values; // Do QuickSort List MergeSort(List values) => values; // Do …