|
You are here |
simon.shimmerproject.org | ||
| | | | |
mozillagfx.wordpress.com
|
|
| | | | | Hi there! This is a guest post from Robert Mader, who contributed enormous improvements to Firefox's graphics stack on Linux. TL;DR In the upcoming Firefox 94 release we will enable the EGL backend for a big group of our Linux users. This will increase WebGL performance, reduce resource consumption and make our life as developers... | |
| | | | |
vxlabs.com
|
|
| | | | | An important warning:During installation, do NOT activate home folder encryption. Due to bugs 957843 and 509180, you will most probably suffer data loss, and you won't even know about it until it's too late. This happened on two of my laptops during normal use, both of which I have since completely reinstalled with LUKS whole disk encryption. It's a shame that this bug has been known for years, but that Ubuntu still ships with this as its default home folder encryption configuration. | |
| | | | |
www.debugpoint.com
|
|
| | | | | A detailed summary of XFCE 4.14 release highlights. A in depth look of what's new in this release and download instructions. | |
| | | | |
adriano.fyi
|
|
| | | Problem synopsis I'm a huge fan of sqlc's approach to code generation. I've seen sqlc called a reverse ORM, and I really like that moniker. However, as a sqlc newbie, I'm still discovering its edge cases. Today's edge case is using postgres UPSERT queries with sqlc. The crux is that when upserting, it's necessary for unique key conflicts to occur so that the UPDATE portion of the query executes. But non-null uuid Go types tend to have a zero-value of 00000000-0000-0000-0000-000000000000. This results in new records inserting with the uuid Go type's zero value, and every following new record upserts the existing zero ID record. | ||