Viewing profile — AlectronikLabs
AlectronikLabs
HN member- Joined
- Thu, Jul 27, 2023, 3:24 PM UTC
- HN karma
- 8
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About AlectronikLabs
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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.…
- comment
- comment
-
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…
-
comment
Comment #37875178
You're right, just tried it & worked. But I imagine they'll "fix" this pretty soon.
-
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…
- comment
-
comment
Comment #37630967
Yeah, this is one of the reasons why I think a microkernel would be excellent for today's computing.
-
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…
-
comment
Comment #37618115
Based on LCC but no source code :/
-
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…
-
comment
Comment #37440675
Many fonts they show in the gallery aren't available for download. Quite a pity!
-
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.
-
comment
Comment #37212021
I'm using Garuda Linux which is based on Arch so I voted for that.
-
comment
Comment #37028876
I need (to write?) a variant for the excellent fish shell...!
-
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.