Viewing profile — libcg
libcg
HN member- Joined
- Fri, Mar 17, 2017, 7:19 PM UTC
- HN karma
- 68
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About libcg
No profile information was provided.
Recent public activity
-
comment
Comment #32205974
Clodo = tramp
-
comment
Comment #28166329
Sounds like these issues are caused by the nvidia driver, which I thankfully never had to deal with, and the Steam Deck won't use that either.
-
comment
Comment #28165175
I've been running Arch on multiple machines for 10 years at this point. Been through the systemd transition. In my experience there is very little breakage, and it's easier to deal…
- story
- story
-
comment
Comment #25997987
There's so much FUD in this article I don't know where to start. > For getting Destiny ready google had to deploy 2 of their engineers in Bungie's offices for 6 months to make sure…
-
comment
Comment #25972800
He's using "i3 with a heavily customized userspace" which isn't exactly what most people would use. Gnome on X11 lets you (integer) scale monitors through a GUI at the very least.
-
comment
Comment #25972633
This article makes it seem like these steps are necessary for most Linux setups, when in reality you can do per monitor fractional scaling from a GUI as long as you're using GNOME …
-
comment
Comment #16200403
dxvk is a Direct3D11 implementation on top of Vulkan, not the other way around.
-
comment
Comment #14680646
Conversion from/to float and double, multiplication, division and reciprocation are implemented and should be working properly. The next big TODOs are addition, substraction and ro…
-
comment
Comment #14680632
Dev here, I'm planning to transition to a C library with fixed size posit implementations. I need all the help I can get :) FastSigmoids uses float and double types which would be …