Live data from Hacker News

Viewing profile — FrozenVoid

FrozenVoid

HN member
Joined
Wed, Sep 07, 2016, 4:43 AM UTC
HN karma
883
Public activity
568 items

About FrozenVoid

https://github.com/FrozenVoid?tab=repositories

Recent public activity

  1. comment
    Comment #32285197

    Writing userscripts and CSS filters becomes more tedious each few years, especially mucking with dynamic DOM and complex frameworks websites tend to use now. WASM and obfuscated/mi…

  2. comment
    Comment #32284953

    Lambdas can still be written using GCC extensions. https://github.com/FrozenVoid/C-headers/blob/main/lambda.h

  3. comment
    Comment #32276041

    Wikipedia is not a reliable source for anything that is remotely controversial or recent(as in last 20 years), as there always people who have agenda to 'correct the record' on som…

  4. comment
    Comment #32275570

    I just binge watched a dozen videos, this is probably my new favorite genre. The complexity and speed are on par with very fast electronic but far more pleasant(like classical orch…

  5. comment
    Comment #32211023

    Body could be 'subtle' astral/etheric matter. Flesh is strictly physical biological matter.

  6. comment
    Comment #32210715

    Well, the little tigers can be dangerous and hold pathogenic bacteria in their little claws. You'd be nervous too if that thing could claw at your eye at any moment. Plus they coul…

  7. comment
    Comment #32210652

    I'd play it safe and eat only natural sweeteners like inulin/stevia/xylitol. Gut microbes haven't evolved to expirience the whole array of artificial sweeteners.

  8. comment
    Comment #32126366

    It won't work: Left doesn't acknowledge the benefits of meritocracy. Right is anti-intellectual and suspicious of progress. There is no social movement supporting intellectual achi…

  9. comment
    Comment #32080523

    What happens with code that uses lots of gotos(incl. computed gotos)?

  10. comment
    Comment #32032393

    > beautiful in an intangible way Perhaps the older lens has more pleasing colors: normally absorbing a bit more of hi-freq(blue/violet) lens a comfy "orange sunset" effect and warm…

  11. comment
    Comment #31976256

    Combsort is far more elegant and faster algorithm. I've wrote a type-generic combsort a while ago here: https://github.com/FrozenVoid/combsort.h (Combsort as well as mentioned algo…

  12. comment
    Comment #31965139

    For anyone interested there is repo(by the author) on github with the copy of code: https://github.com/granstrom/intuitionistic

  13. comment
    Comment #31883720

    Check https://en.wikipedia.org/wiki/Symmetric_level-index_arithmet...

  14. comment
    Comment #31872666

    So does this mean chlorella can be mass-produced cheaper than crops? This would be a second "Green Revolution" if this scales up, it will free up lots of land.

  15. comment
    Comment #31832746

    I prefer the flexibility of computed gotos a GCC extension that is likely the fastest dispatch method outside of compile-time. With computed gotos, you can have arbitrary dispatch …

  16. comment
    Comment #31467840

    consider the baseline state of the world, what pleasures are Not mindless escapism or illusion of plenty? I don't want to deceive myself that if i'd have some mundane pleasure it s…

  17. comment
    Comment #31467610

    The fundamental problem as i see it: Nuclear is profitable/possible only at large scale, it cannot 'scale down', unlike e.g. wind/wave turbines you can't buy a mini-reactor because…

  18. comment
    Comment #31407205

    Easy way to discern if site is social Cookie Clicker: 1.Does it provide a rating/score for content. 2.Does it reward users with larger rating/score? 3.Does it limit users with lowe…

  19. comment
    Comment #31386412

    Youtube can be "Trained" (with a blank profile/container) into TikTok type content by repeatedly watching first recommended video and skipping videos in 2-3 secs.

  20. comment
    Comment #31335316

    Back when youtube had a good UI it was real ratings, you could rank videos 1-5 https://techcrunch.com/2009/09/22/youtube-comes-to-a-5-star-... then it """optimized""" out the middl…

  21. comment
    Comment #31273681

    Society medicalizes outliers, the common 'nerd' in 1980's would be labeled as 'aspie' or autistic today. The cultural status has changed drastically, since technological skill beca…

  22. comment
    Comment #31257883

    > C coders like C to the exclusion of all else, or they would have abandoned it long ago. Those irrational people seem to have code that doesn't require rewrites/refactoring every …

  23. comment
    Comment #31236067

    People laughed at Stallman calling mobile phones 'tracking devices', yet he was proven correct time and time again. Even with limited data, there are methods to reconstruct all loc…

  24. comment
    Comment #31191985

    #define CLEARBIT(a,p) = ((a) &= ~((typeof(a))1

  25. comment
    Comment #31155904

    C macros are as abstract or even more abstract than hygienic macros https://github.com/BlueFlo0d/CSP https://github.com/FrozenVoid/C-headers/blob/main/argmanip.h