JRepin

joined 2 years ago
MODERATOR OF
 

cross-posted from: https://lemmy.ml/post/28452269

Blender 4.4 brings improved animation workflow, better modeling, new sculpt brush, and smoother video editing, plus over 700 issues fixed.

It introduces Action Slots, revolutionizing animation workflows by letting multiple data-blocks share a single Action. The Video Sequencer continues to improve with quality-of-life upgrades for text editing, expanded support for codecs including H.265 and 10/12-bit videos, and performance improvements that make editing faster than ever.

And much more..

 

Blender 4.4 brings improved animation workflow, better modeling, new sculpt brush, and smoother video editing, plus over 700 issues fixed.

It introduces Action Slots, revolutionizing animation workflows by letting multiple data-blocks share a single Action. The Video Sequencer continues to improve with quality-of-life upgrades for text editing, expanded support for codecs including H.265 and 10/12-bit videos, and performance improvements that make editing faster than ever.

And much more..

 

In computer graphics, we rarely encounter continuous data. We often work with digital data, and in the context of geometric modeling, this means we typically work with polygon meshes rather than procedural surfaces like Bézier patches. The most popular technique for constructing digital three-dimensional objects in dedicated modeling software is polygon modeling. The result of the creation phase is a set of polygons (mesh), where the polygons in the mesh can share vertices and edges with other polygons.

Although users can create various types of surfaces (e.g., non-manifold), the most common surface is the topological 2-manifold. In short, a 2-manifold is a mathematical concept in topology, where the space locally resembles the Euclidean plane in R^2^. Essentially, every point on a 2-manifold has a neighborhood that looks like a piece of the plane.

At the vertices of a polygon, users can store additional data (per-vertex attributes), such as vertex normals (for simulating curved surfaces), texture coordinates (for texture mapping), or RGBA color.

In theory, all types of polygons can be used. In practice, however, 3D graphics artists most commonly use triangles and quadrilaterals. These polygons are typically referred to as topology primitives in computer graphics APIs. From an artist’s point of view, quadrilaterals are more advantageous because they are easier to work with. These arguments make the quadrilateral-based topology preferred by artists when modeling 3D objects.

Long ago, GPUs abandoned support for hardware accelerated quadrilaterals (or polygons consisting of more than 4 vertices) rasterization, therefore also interpolation of vertex attributes contained in their vertices (line rendering is for a different story). The only polygon that has hardware accelerated implementation of rasterization and interpolation of parameters is the triangle. There are very good reasons why it was the triangle that won the race.

Triangles are the foundation of real-time computer graphics, as reflected in the primitive topology supported by graphics APIs. All other polygon types used in meshes must be converted into triangles. When a modeling application allows quad-mesh construction, the visualization of this mesh is not based on quadrilaterals. Instead, the application converts them into triangle meshes. This necessary conversion can introduce C^1^ discontinuities in interpolated vertex attributes (such as texture coordinates, vertex normal vectors, and vertex colors) on the quadrilateral surface.

In the case of the topic covered in this article, the discontinuity of C^1^ refers to the point at which the piecewise function is continuous, but its first derivative is not. In other words, the piecewise function itself has no jumps or breaks, but the slope (or rate of change) of the piecewise function has jumps or breaks.

For rasterization of quadrilaterals as two triangles, C^1^ discontinuity in the interpolation of vertex attributes is most visible along the newly created edge that splits the quadrilateral into two triangles.

The purpose of this article is to propose a new method that preserves C^1^ continuity over the common edge of two generated triangles from convex quadrilaterals. This new method is based on an algebraic solution for the Bilinear interpolation coefficient expressed in Barycentric coordinates. Bilinear interpolation has the advantage of being the simplest interpolation from an algebraic perspective. Consequently, the computational overhead is negligibly small. Additionally, linear interpolation allows for the easy construction of other types of interpolation, such as polynomial interpolation. The algebraic solution will then be implemented and tested using the three available hardware-accelerated pipelines supported by GPU hardware.

 

cross-posted from: https://lemm.ee/post/60644394

Dutch informatics and intelligence expert Bert Hubert explains why European governments are urgently trying to get away from the American clouds and how they do it fastest. The article is in German. Here are few excerpts translated by me using Firefox Translation.

What is happening in the EU, is that the politicians are finally waking up. They should have done this five years ago.

The Dutch Cybersecurity Center NCSC has conducted an in-depth investigation of Microsoft. In an official evaluation, it has recorded mutatis mutandis: "The USA can at any time access the European data storage. But we don't think they will do that." Of course, that has always been pure wishful thinking. [...] It remains subject to American surveillance laws.

The data transfer agreement will be cancelled soon. Either the EU Commission is pulling back the adequacy decision, which presupposes that the US is a country with an adequate level of data protection [...] or the European Court of Justice will declare it invalid.

The whole of Europe should be alarmed. We have become a digital colony of Google, Amazon and Microsoft. [...] Our officials are putting European security and independence at risk just so that they can continue to use Microsoft Outlook! That sounds idiotic, but that's how I experience administrations.

We must finally redeem the many European open source programmers. [...] At some point we stopped believing that we can write good software. Now Europe only offers SAP software as an export hit, that's it. But if we invest billions somewhere, it's in European software development.

[–] JRepin@lemmy.ml 9 points 4 days ago (1 children)
 

cross-posted from: https://lemmy.ml/post/28215475

Merged on Friday for the nearly-over Linux 6.15 merge window were the RISC-V CPU architecture updates for this next kernel release.

RISC-V with Linux 6.15 brings build improvements thanks to a re-architecting of the Kconfig build system options around RISC-V for selecting sub-architecture features.

For the Linux 6.15 kernel with RISC-V there is also support for building relocatable non-MMU kernels, support for huge PFNMAPS to improve TLB utilization, support for runtime constants, new RISC-V instructions supported, and a variety of fixes.

 

cross-posted from: https://lemmy.ml/post/28202261

The international Boycott, Divestment and Sanctions movement are calling on people to cancel Game Pass subscriptions, avoid Microsoft-owned video game properties such as Minecraft and Call Of Duty, and boycott all Microsoft Gaming and Xbox-branded products in protest at the company’s reported business connections with the Israeli military.

The call follows allegations this January about the Israeli military’s usage of Microsoft’s Azure cloud technology and artificial intelligence products in the course of its bombardment and invasion of Gaza.

According to a joint investigation between the Guardian, Israeli-Palestinian publication +972 Magazine and Hebrew-language outlet Local Call, with additional reporting from Drop Site News, Microsoft have “deepened” their relationship with Israel’s defence establishment since 7th October 2023, when several Palestinian militant groups struck across the border and massacred over a thousand people. Israel responded to the attack by mounting a ground offensive and airstrikes that have destroyed much of Gaza and killed tens of thousands of Palestinians.

 

cross-posted from: https://lemmy.ml/post/28202261

The international Boycott, Divestment and Sanctions movement are calling on people to cancel Game Pass subscriptions, avoid Microsoft-owned video game properties such as Minecraft and Call Of Duty, and boycott all Microsoft Gaming and Xbox-branded products in protest at the company’s reported business connections with the Israeli military.

The call follows allegations this January about the Israeli military’s usage of Microsoft’s Azure cloud technology and artificial intelligence products in the course of its bombardment and invasion of Gaza.

According to a joint investigation between the Guardian, Israeli-Palestinian publication +972 Magazine and Hebrew-language outlet Local Call, with additional reporting from Drop Site News, Microsoft have “deepened” their relationship with Israel’s defence establishment since 7th October 2023, when several Palestinian militant groups struck across the border and massacred over a thousand people. Israel responded to the attack by mounting a ground offensive and airstrikes that have destroyed much of Gaza and killed tens of thousands of Palestinians.

 

cross-posted from: https://lemmy.ml/post/28202261

The international Boycott, Divestment and Sanctions movement are calling on people to cancel Game Pass subscriptions, avoid Microsoft-owned video game properties such as Minecraft and Call Of Duty, and boycott all Microsoft Gaming and Xbox-branded products in protest at the company’s reported business connections with the Israeli military.

The call follows allegations this January about the Israeli military’s usage of Microsoft’s Azure cloud technology and artificial intelligence products in the course of its bombardment and invasion of Gaza.

According to a joint investigation between the Guardian, Israeli-Palestinian publication +972 Magazine and Hebrew-language outlet Local Call, with additional reporting from Drop Site News, Microsoft have “deepened” their relationship with Israel’s defence establishment since 7th October 2023, when several Palestinian militant groups struck across the border and massacred over a thousand people. Israel responded to the attack by mounting a ground offensive and airstrikes that have destroyed much of Gaza and killed tens of thousands of Palestinians.

 

The international Boycott, Divestment and Sanctions movement are calling on people to cancel Game Pass subscriptions, avoid Microsoft-owned video game properties such as Minecraft and Call Of Duty, and boycott all Microsoft Gaming and Xbox-branded products in protest at the company’s reported business connections with the Israeli military.

The call follows allegations this January about the Israeli military’s usage of Microsoft’s Azure cloud technology and artificial intelligence products in the course of its bombardment and invasion of Gaza.

According to a joint investigation between the Guardian, Israeli-Palestinian publication +972 Magazine and Hebrew-language outlet Local Call, with additional reporting from Drop Site News, Microsoft have “deepened” their relationship with Israel’s defence establishment since 7th October 2023, when several Palestinian militant groups struck across the border and massacred over a thousand people. Israel responded to the attack by mounting a ground offensive and airstrikes that have destroyed much of Gaza and killed tens of thousands of Palestinians.

 

cross-posted from: https://lemmy.ml/post/28125709

A Microsoft employee disrupted the company’s 50th anniversary event to protest its use of AI.

“Shame on you,” said Microsoft employee Ibtihal Aboussad, speaking directly to Microsoft AI CEO Mustafa Suleyman. “You are a war profiteer. Stop using AI for genocide. Stop using AI for genocide in our region. You have blood on your hands. All of Microsoft has blood on its hands. How dare you all celebrate when Microsoft is killing children. Shame on you all.”

Sources at Microsoft tell The Verge that shortly after Aboussad was ushered out of Microsoft’s event, she sent an email to a number of email distribution lists that contain hundreds or thousands of Microsoft employees. Here is Aboussad’s email in full

 

cross-posted from: https://lemmy.ml/post/28125709

A Microsoft employee disrupted the company’s 50th anniversary event to protest its use of AI.

“Shame on you,” said Microsoft employee Ibtihal Aboussad, speaking directly to Microsoft AI CEO Mustafa Suleyman. “You are a war profiteer. Stop using AI for genocide. Stop using AI for genocide in our region. You have blood on your hands. All of Microsoft has blood on its hands. How dare you all celebrate when Microsoft is killing children. Shame on you all.”

Sources at Microsoft tell The Verge that shortly after Aboussad was ushered out of Microsoft’s event, she sent an email to a number of email distribution lists that contain hundreds or thousands of Microsoft employees. Here is Aboussad’s email in full

[–] JRepin@lemmy.ml 1 points 1 week ago

Well as they mention it, they do know.

view more: next ›