Jaja sag das mal allen katholiken die überall kruzifixe aufstellen. Es gibt keine andere christliche gruppe die so viele bilder von gott macht wie die. Auch das ding mit irgendwelchen heiligen dingen die “vereehrt” werden ist absolut inkonsistent mit dem was in der bibel steht.
- 0 Posts
- 19 Comments
Quatlicopatlix@feddit.orgto Games@sh.itjust.works•PirateSoftware Leaves OffBrand Games as Stop Killing Games Reaches GoalEnglish6·9 days agoHe pretended like this would force studios to publish sourcecode and that they have to give up on drm. I am not shure if he or someone else said this but someone also pretendet like new laws would somehow retroactivly apply to all games and now sstudios would have to give up server code that propably has thrid party software in it that they dont have the right license to just release it.( this is also a point i read alot from comments everywwhere and its stupid.) First, anny new law will take a ton of time untill it iss written then passed and then goes into effect. If this law passes studios will know way in advanced that upcoming releases in the eu would be under this new law and therefore can take this into account when builsing their infrastructure for online play/drm like in case of the crew.
Also anyone who is active in piracy forums where devs work on stuffk ows that they dont need aourcecode to get it running. People will chow through assembly if they want to make a game work, some decompiled lego island over the course of a year to preserve it.
Quatlicopatlix@feddit.orgto Games@lemmy.world•Anthem servers shutting down January 12, 2026English1·11 days agoIt would not just be applied to titles that are punlished already. I dont get why people think that? The eu would write a law that then has to be passed and then be apllied to new releases in x years. Not retroactivly to old games.
Quatlicopatlix@feddit.orgto Asklemmy@lemmy.ml•You are born 250,000 years ago, one of the very first modern humans to roam the earth. What's on your to-do list?5·17 days agoDude saying just melting some ore is enought and then you basicly have a steam engine is so wild. Do you have any experience in metal working? How would you create the round parts like the piston and the bore? What about valves? The greek steam enigne woold have not created significant power for anything usefull. I would bet that most of you in this thread would not be able to build a steam engine from metal if you had acess to a home depot.
Quatlicopatlix@feddit.orgto Asklemmy@lemmy.ml•You are born 250,000 years ago, one of the very first modern humans to roam the earth. What's on your to-do list?2·17 days agoOk just out of curiosity, how do you plan to generate power for your telegraphing? Also how do you plan to get the information out of the circuit on the other end?
It doesnt matter if we can define if it is a threat from a outside perspective with a historical context and it doesnt matter that god is actually not real because if you are a kid growing up and your parets tell you that you will die and go toll hell to be punished for eternety for some reason it has a big impact on you. These kids dont have the outside perspective or a history backround to know better, it will affect them. Even if it seems sus to them, untill a certain age kids will just beelieve what parents or other important figures tell them and if you grow up in an environment where everyone beelieves this it gets ingrained in you. It took a shit ton of time untill i aceppted that it was ok to also think guys are hot after being indoctrinated for most of my life. The deconstruction of all the bullshit and absolutly awfull morals and ethics you learn is very hard.
Quatlicopatlix@feddit.orgto Memes@sopuli.xyz•I put these 2 pics of Tobey Maguire as Peter Parker together, can someone who's more clever than I am come up with with some captions?11·19 days agoI think the imgaes should be swapped…
Quatlicopatlix@feddit.orgto Fuck Cars@lemmy.world•TIL the UK built a working hovertrain prototype in the 1970s and then abandoned itEnglish21·21 days agoOk so first if all anlinear electric motor is really expensive all the things that you said that were good about the aérotrain then dont apply annymore.
The amount of thrust you have to generate to stop a decently sized train is huge, that kind of turbine would be super loud and blow tons of debris around. If you brake with biting the rail you will also have lots of wear.
I dont even get why you would need to brake that fast? With a vehicle that heavy you will never be able to brake so fast that you could stop if something happened a hundret meters in fro t of you. And even if you bite down on the rail to stop near instantly the kinetic energy of a few hundret tons moving at lets say 70km/h would just destroy the rail.
Quatlicopatlix@feddit.orgto Fuck Cars@lemmy.world•TIL the UK built a working hovertrain prototype in the 1970s and then abandoned itEnglish51·21 days agoYea no i ddont think that a train with a turbine that uses kerosene is so great. With regeular trains you can recouparate while braking. Why would the aeotrain brake faster than a regular train?
Quatlicopatlix@feddit.orgto Gaming@lemmy.zip•Broken Arrow devs confirm their anti-cheat will not block Linux, SteamOSEnglish5·21 days agoHave you read the article? It says it is not a kernel level anti cheat so it DHOULD work on linux but was not speciffially testez with proton.
Quatlicopatlix@feddit.orgto Buy European@feddit.uk•Garden Gourmet uses European-sourced soy protein11·23 days agoYes but if you look at the big shit companies öile unilever etc. in the food sector you will quickly realise that it is really hard to not buy from one of them. They habe so many sub companies and have their hand in nearly everything.
Quatlicopatlix@feddit.orgto Buy European@feddit.uk•Garden Gourmet uses European-sourced soy protein3·23 days agoThe nutrition score is a german thing that our nestle lobby minister pushed. Its worthless because it compares the products in arbitrery categories with each others so a nutri score of A on sweets just means that these are the “healthiest” sweets but they are still far worse than something from another category that has a “lower” score. The worst thing is that the categories are weird sometimes so two products that you would think are in the same category sometimmes arent and you cant compare them withoud looking at the category on the package every time.
Quatlicopatlix@feddit.orgto Programming Languages@programming.dev•Stop Using `<>` for Generics3·23 days agoI mean the thing with overloading is that your functions should have some difference in the paraameters they take, if you make 3 functions that have the exact same parameters of course you will not be shure what the compiler does(alötho i dont think that it would compile? But i dont think that i have ever done that)
If you have a foo(int x float y) and a foo( int x ) function and you call it with just a x as parameter you can be shure the compiler will call your second function. If the compiler for some reasson tried to use the first foo it would throw a error because it wants a int and a float and you just gave it one int.
I am shure that
Foo(){ static int x =0;
X +=1; Printf(“%d”,); }Foo(); every time foo is called x increments so print will be 1,2,3,4… for every call of foo
Printf(“%d”,x); <- wont work because x cant be acessed here, it is out of scope.
Quatlicopatlix@feddit.orgto Programming Languages@programming.dev•Stop Using `<>` for Generics1·23 days agoI mean in c/c++ statics arent really globals, you cant acess the from outsside their scope can you? They just retain their value or am i wrong?
[] for arrays is the thing that has been used forever so why should we not use it annymore?
Overloading is also pretty usefull, overloading class constructors is great. I am not a 40 year experience developer but learning c/c++ i never thought that was so bad.
Quatlicopatlix@feddit.orgto Programming Languages@programming.dev•Stop Using `<>` for Generics31·23 days agoYea what is wrong with static members? What do they even mean with “[] for arrays”? Why is that bad? Method overloding is bad? why??
Die meisten spülmaschinentabs haben abbrasive partikel die helfen den schmutz abzutragen, das sorgt bei messern aber auch dafür, dass die schneide stumpf wird und bei beschichteten pfannen die ptfe beschichtung abgelöst wird. Von nicht rostfreien messern mal abgesehen, das ist denke ich selbsterklärend. Edelstahlpfannen und töpfe sind eigentlich kein Problem, brotmesser und co mache ich auch in die Spühlmaschine.
Gute küchenmesser einfach direkt nach dem benutzen mit heißem wasser und spüle abspülen und gut ist, solange nichts antrocknet bekommt man die mit 2 handgriffen schnell sauber.
Gusstöpfe/pfannen sollten durch das benutzen ja einee LEICHTE patina aufbauen die hilft, dass nichts beim braten festklebt die würde in der spühlmaschine zerstört und guss rostet. Hier auch einfach direkt per hand spülen und gut ist.
For me its like “oh great a old textbook, now i can finally understand our legacy codebase”.
With embedded stuff its still done like that. And if you go from the arduino functionss to writing the registers directly its a hell of a lot faster.
Naja mit dreieinigkeit und so können wir uns streiten… bin in einer religiösen strömung aufgewachsen die das anders sah, deswegen weiß ich, dass es leute gibt die das anders sehen.