Tried making a new kind of noise.
this is the length being presented
Here is code
#glsl #graphics #perlinnoise
Minecraft java modder
https://justmytoots.com/@ZenXArch@mastodon.social
| My Session Id | 053d18a9a9e6ce110f6ecdb47937421e8edf8722f1340e61dded402bf5e32eb531 |
| Modrinth | https://modrinth.com/user/ZenXArch |
| Codeberg | https://codeberg.org/ZenXArch |
| Gitter chat | https://matrix.to/#/#zenxarchs-modding-server:gitter.im |
vec2 fbmComp2(vec2 p) {
mat2 f = mat2(
cos(TAU / 16), sin(TAU / 16),
-sin(TAU / 16), cos(TAU / 16)
);
vec2 f0 = noise2(p);
vec2 f1 = noise2(p * f);
vec2 f2 = noise2(p * f * f);
vec2 f3 = noise2(p * f * f * f);
return bmix(f0, f1, f2, f3, 0.5, 0.5);
}
Code:
vec2 p; //pos
ivec2 i = ivec2(floor(p));
// random no. [-1,1] + [-1,1]i
vec2 g0 = grad(i);
vec2 g1 = grad(i + ivec2(1, 0));
vec2 g2 = grad(i + ivec2(0, 1));
vec2 g3 = grad(i + ivec2(1, 1));
vec2 f = fract(p);
// complex mult
vec2 v0 = compMul(g0, f);
vec2 v1 = compMul(g1, f - vec2(1, 0));
vec2 v2 = compMul(g2, f - vec2(0, 1));
vec2 v3 = compMul(g3, f - vec2(1, 1));
// quintic fade
vec2 a = vec2(fade(f.x), fade(f.y));
return bmix(v0, v1, v2, v3, a.x, a.y);
}
Tried making a new kind of noise.
this is the length being presented
Here is code
#glsl #graphics #perlinnoise
The miracles of modern technology
anyone want to take iserv.com.de (the domain) from me? i have no use for it anymore as school has ended and i only needed it to make my vpn look like something less suspicious. it is already in its grace period so only a few days left.
note that you will have to immediately renew it, but it is very cheap.
boosts appreciated!
@notjustbikes about SUVs that are too dangerous.
In Orlando a lady in a huge monster truck drove her machine on top of a Lamborghini sports car in the parking lot of Crunch Fitness. Because she couldn't see the car.
Not fake, confirmed by journalists. https://www.nu.nl/325970/video/bestuurder-parkeert-pick-uptruck-op-peperdure-lamborghini-in-vs.html
Another angle: https://youtu.be/mR1ojA5tlSs?si=zT_HHZ2TA9WcIJKP
Remember? "Sideloading" is here to stay, and won't go away, they said? Don't be afraid, they said? Something something "we heard you"? Suuuure! Who would ever doubt it!
Attached the copy of a mail developers with apps in the PlayStore CURRENTLY receive. Please, read the text in the red box carefully:
"Apps not registered by September 2026 WILL NO LONGER BE INSTALLABLE ON CERTIFIED ANDROID DEVICES in select countries."
See an exception there? I don't.
well, i really like my home. i like the city i live in, the nature, the parks and the river and the surrounding forests, the hills, the historic buildings, the churches, old houses and the castle, the infrastructure, the buses and trains, the cozy mall. my friends and my family. the mostly open mindedness towards someone like me of the people here. i like some aspects of the culture i grew up in, the food, the poetry, the music - not exclusively, but they’re home to me. i am scared of losing those things.
my home is also part of an empire. the entirety of europe has colonized the global south for centuries, has extracted vast amounts of wealth, has never repaired any of the damage, and continues to extract without admitting any fault. america itself is built on stolen land. the us-european empire is the most evil force on the planet by far.
the justifications for the supposed “superiority” of white europeans are ever evolving. in the past, it was flat out race science. today we hide behind “freedom and democracy” because the wealth built on centuries of colonial extraction has made it so that our capitalist class allows for a relatively high amount of civil liberties and a relatively high material living standard domestically - they can benefit more effectively from exploiting the global south abroad. this has lead to an alliance between the western capitalist class and the western working class: a labor aristocracy that has an economic interest in maintaining the global status quo has formed. the very countries that we have exploited - and often continue to exploit - are painted “authoritarian” and a “threat to our democracy”, especially whenever they stand up for themselves - china being the worst offender, because they have actually managed to emancipate themselves - but also most african countries whenever they do anything that limits the influence of western imperialism. this is the new whiteness meta.
almost all of the “left-wing” politics we have here are focused on demanding better conditions for the domestic labor aristocracy while ignoring that our current wealth is also entirely built on colonialism.
all of this needs to burn. there is no way to reform or reframe the empire, and the structures that its wealth is built on into something positive. the very identity of europe, america, and of whiteness, needs to be destroyed.
and the unpleasant truth about this that when imperialism dies, almost everything we have based our lives on will collapse. because that’s how our economy is set up.
in fact, imperialism is already dying, slowly. amerikkka and europe are losing more and more influence. the US dollar is losing its monopoly, the US military is no longer as all-powerful as it was, there are alliances like BRICS and AES, the world is becoming more multi-polar.
and there is no friction-free transition. the empire is going out with a bang. with wars and genocide and disasters. domestically, fascism is on the rise everywhere in the western world. if the national bourgeoisie cannot do enough imperialism abroad anymore, it will do fascism domestically. no, I don’t think the working people here deserve that, it’s awful. but they also turned a smug blind eye to when it was happening to everyone else for centuries, which is why everyone else hates them now.
i am so scared of all this. i just want to live my life. i want to work and consume modestly and be part of a interconnected, peaceful and just world. but this has never been a reality, it has only been an illusion that euroids have deluded themselves into believing for decades because their part of the world wasn’t the one on fire. reality is simply catching up with us. eventually, this will affect my own life awfully. this shift in the global status quo is actively against my class interests.
and yet.
we must side with the oppressed people that are standing up for themselves. the working people of the west must break their alliance with imperialism better sooner than later. primarily, because it is the right thing to do, it has always been. but it is also the only way we can do any sort of damage control whatsoever now.
yes, our lives will go to shit.
just like the lives of all the people we have exploited for centuries.
but if we learn from the examples of those that shook off their chains and have built a future for themselves, and the examples of those that have tried and failed somewhere along the way - often because we made them fail - we can eventually build something new, something just and communal, something that can actually sustain itself without brown children dying. there are more than enough resources for everyone in the world - if we actually try.
#ai according to real teens:
1: I hate AI. I'd rather think for myself.
2: AI is too ethically questionable, but I like Claude.