Viewing profile — nierro
nierro
HN member- Joined
- Mon, Apr 03, 2017, 3:07 PM UTC
- HN karma
- 44
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About nierro
No profile information was provided.
Recent public activity
-
comment
Comment #35535803
Uh that's sad! There is actually an issue opened about NixOS; but, since I am not using it, it's pretty hard for me to debug. If you want some help you can comment on that issue th…
-
comment
Comment #35530526
It is Linux only btw.
-
comment
Comment #35528905
There is also Clight ( https://github.com/FedeDP/Clight ) if you want automatic backlight adjusting given ambient brightness. It supports external monitors through ddcutil C librar…
-
comment
Comment #27174953
I built a C actor-like event library: https://github.com/FedeDP/libmodule It actually has lots of improvements in the 6.0.0 pull request that i am delaying because i am too lazy (a…
-
comment
Comment #17047678
GCC supports RAII through cleanup variable attribute ( https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attribute... ) though.
-
comment
Comment #16742948
I cannot say much about AzPainter, sorry. Libmodule is designed to be flexible enough in managing events, so if you are writing any event driven software and that event exposes a f…
-
comment
Comment #16714546
There are some developers who think that OOP is a bless; other developers think that OOP is a sh*t and try to stay away from it as much as possible. I think that just like everythi…
-
comment
Comment #16709151
Yes, that's it. Indeed i'm really open to support other platforms; i used linux-only epoll because of its beautiful API and only support linux because i can only test on it. If any…
-
comment
Comment #16708176
Oh i see, that is what i firstly thought reading your comment. Yes, that surely would work out pretty well and would be slightly lighter too. But it would lack flexibility and simp…
-
comment
Comment #16707670
You are probably right about recv; i'll change it to "receive" as soon as i get home (patch welcome though). There can only be one instance, you're right. String identifiers are hu…
- story
-
comment
Comment #14200581
I hope someone noticed the "see light" pun!
-
comment
Comment #14195825
It does not, i'm sorry. Let me know if it feels better with clight compared to redshift though; may be different algorithms lead to different (hopefully better) results!
-
comment
Comment #14192518
I am glad to present you all my latest project: clight. Clight will set your screen backlight level by capturing frames from webcam and computing ambient brightness; it can manage …
- story