Live data from Hacker News

Viewing profile — AlectronikLabs

AlectronikLabs

HN member
Joined
Thu, Jul 27, 2023, 3:24 PM UTC
HN karma
8
Public activity
19 items

About AlectronikLabs

No profile information was provided.

Recent public activity

  1. comment
    Comment #39083074

    Why don't they start to support units instead of these ugly header files to finally stop duplicating code? I see this might break stuff but you could implement it side by side with…

  2. comment
    Comment #38549307

    Brave browser worked for some time but stopped as of today. The ad speedup extension ( https://chromewebstore.google.com/detail/ad-speedup-skip-vid... ) is the only thing that stil…

  3. comment
    Comment #38327602

    I would love to see a systems programming language with classes which were usable on bare metal, like with c++ and unlike e.g. D or free pascal where a runtime is required. Any hom…

  4. comment
    Comment #38271597

    Looks very interesting! I just wish there was a possibility to run nested Weston sessions to avoid always having to switch to command line first before trying out a new compositor.…

  5. comment
  6. comment
  7. comment
    Comment #37923086

    This project is awesome! Just recently began to get these anti-adblock notices on YT and while one can still skip them by reloading the page I assume this won't be so for long. Awe…

  8. comment
    Comment #37875178

    You're right, just tried it & worked. But I imagine they'll "fix" this pretty soon.

  9. story
    Any adblocker which still works with YouTube

    Today I began to get these notices that ad blocker use wasn't tolerated with YT (was using uBlock origin) and I have to either download with yt-dlp or watch ads now, which sucks. A…

  10. comment
  11. comment
    Comment #37630967

    Yeah, this is one of the reasons why I think a microkernel would be excellent for today's computing.

  12. comment
    Comment #37620060

    I wanted to trash dump into the electronics at the local disposal center in Switzerland and they told me I couldn't because they need to destroy the stuff by law and punishable wit…

  13. comment
    Comment #37618115

    Based on LCC but no source code :/

  14. comment
    Comment #37491444

    For me the usual adblock extension and Brave browser still work most of the time. Recently I got two skippable ads on one video but overall no problem. As I am using YT for streami…

  15. comment
    Comment #37440675

    Many fonts they show in the gallery aren't available for download. Quite a pity!

  16. comment
    Comment #37366375

    Afaik is Jai still in private beta or something alike, just seen some sources like this and RayLib bindings but not the compiler itself.

  17. comment
    Comment #37212021

    I'm using Garuda Linux which is based on Arch so I voted for that.

  18. comment
    Comment #37028876

    I need (to write?) a variant for the excellent fish shell...!

  19. comment
    Comment #36895033

    Modules. No more duplicating code into header files, just import a module like in modern languages. I love C but really hate headers. Then, second for namespaces.