[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/pol/ - Politically Incorrect

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
Flag
File
  • Please read the Rules and FAQ before posting.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: AI.png (48 KB, 777x572)
48 KB PNG
Why does AI make people so mad?
>>
>>542236995
Don't care.
Ban usury.
>>
>>542236995
>leftists
>furries
>porn "artists"
none of these are people, AI does not make people mad.
>>
>3d animator
outsourced to koreans and chinks working 90 hour weeks for dog meat trimmings since 30 years ago, duh
>>
>>542236995
I think there is such a thing as too much convenience. Unregulated capitalism is creating too many gadgets and tools that make things too easy and future generations will have no analytical skills or ability to do anything.
>>
File: cyber2.jpg (3.13 MB, 4000x8400)
3.13 MB JPG
>>542236995
>why
because AI is bringing huge massive disruptive changes to much of society starting at the bottom
>>
>>542236995
Either it works and we're all destitute, it or doesn't work and we've all been had.
It doesn't help that it's being pushed by weirdo jews.
>>
>>542236995
All these anti-AI faggots still suck Neuro-sama's cock only because it's a vtuber.
>>
File: 1771141998610.jpg (3.05 MB, 4322x2044)
3.05 MB JPG
>>542236995
AI helps me buy houses in safe, racially homogeneous neighborhoods
>>
>>542236995
Hey retarded Celtic fuck face, yeah you

AI is about to take ALL of our jobs by 2035. Not just artists I mean doctors lawyers plumbers. Everyone. Unless you are an anti human psychopath (which face it these are the same Anglos that sold western civilization to the rothschilds) you would want to ban it too
>>
>>542237584
Anti AI is now 100% covariate with anti Flock and anti data center and pro Tranny faggotry.

Adapt and learn to use the tools or be lost in the faceless (unemployed) masses
>>
>>542236995
He's crying over nothing. Game developers and studios still need human creators because people don't want to pay money for AI slop because they can easily create AI slop themselves back home. Also AI creations are Public Domain by default, so you need a human being to recreate them anyway if you wish to own their copyright.
>>
>>542236995
Should have gotten forklift certified commie
>>
File: IMG_3039.jpg (127 KB, 1080x1025)
127 KB JPG
>>
File: 1763105728813122.jpg (73 KB, 640x640)
73 KB JPG
People said this about 2D artists but it's still strong. Programmers are getting the main brunt of the AI mass de-jobbing thing.
But the OP picture is correct in that the purpose of AI is to make rich people richer and to eliminate what's left of the rest of us.
>>
>>542236995
Because it forces them to confront the reality that they themselves are AI and we are in a human simulation. Time is short now, prepare yourself, the veil is indeed opening.
>>
>>542238432
It's all very real. In your mind.
>>
>>542237685
what's the architecture of this thing?
>>
>>542236995
because it's literally designed entirely to wipe out everyone not in the top 1%. what part of you will live in a pod, eat bugs, own nothing, and be happy don't you get? they've been telling you to your face for a fucking straight solid decade. they have been stopped for exactly 0 seconds. not even a single hinderance. we are goy cattle.
>>
>>542238490
How many weeks until one of the math AI's answers a question that no human has ever asked?
>>
>>542238429
>People said this about 2D artists but it's still strong.
All the odd job advertisement slop gigs got nuked and taken over by AI. All those ads plasted into bus stops, book covers and tv show breaks, all AI. The only saving grace was that those jobs already paid like shit and were relegated to CEO's nephew with Photoshop skills. Online crowdfunding turned out to be the saviour of artists, especially porn artists.
>>
>>542236995
>Muh art
Their art sucks and I'm glad it's dying. I wouldn't have this attitude if the last 20 some odd years of my life haven't been a downward spiral into the worst artistic aesthetics in human history.
>>
>>542236995

at this point i use it to spite ppl like that
>>
>>542236995
as a based NEET I don't like it because it sloppifies the internet, it's like indians but somehow even shittier
>>
>>542238697
3D assets are still needed and AI sucks dick with it
Problem is twofold because techbros win twice
Shit models they generate demand more compute to process down the line
You will see games with 2010 graphics being shit out by AI that will demand modern day machines to work at 60fps and moron will rationalize how thats normal
No its not
AI scam is well thought but still a scam to sell more shovels, nothing more to it
>>
>>542237984
I work for an animation studio.
We use AI.
We actually used AI to build a tool in imagemagick script that changes the RGB value of a single pixel by 0,0,1 RGB randomized across every frame of an animation.
As long as a human runs the script, we can copyright that, per our lawyer. A human modification to every single frame, even if script generated, alleviates the copyright issue.

All I do is literally double click the script file, and wala. Copyrightable finished product.
>>
>>542238493
This is what the clanker says
a serverless static web app with a Python data-prep pipeline behind it. There's no application server, no database, no API layer at runtime — the entire "app" is a set of precomputed static files served over plain HTTP.
Two halves:
1. Offline pipeline (Python). ~16 scripts, one per data layer, run on a workstation. They pull raw public data (US Census, OpenStreetMap, transit GTFS, FBI crime, Ohio school report cards, Redfin/Realtor listings), and transform it into three kinds of static artifact: GeoJSON files, PMTiles vector-tile archives (for the million-point dot maps), and raw binary matrices. Key tools: geopandas/shapely for geodata, r5py (Conveyal R5) for car/bike/transit routing, tippecanoe for tiling. Everything is normalized onto ~2,200 census block groups as the common spatial frame.
2. Client (one hand-written page). A single MapLibre GL JS page renders every layer in the browser — no build step, libraries vendored. It reads the static tiles directly via HTTP range requests (the pmtiles.js protocol). All interactivity lives client-side: the composite "livability" score is a weighted average recomputed live as you move sliders, and layers toggle instantly.
The clever part — how it's "dynamic" without a backend: things that normally need a server are precomputed into range-fetchable files. Pick any workplace on the map and commute times re-rank instantly, because there's an all-pairs block-group travel-time matrix stored as raw bytes — the browser fetches just the one relevant 2 KB row. That's what keeps hosting free and identical for every visitor.
Deployment: the static output is pushed to GitHub Pages (chosen because it honors HTTP range requests, which PMTiles requires). A systemd timer re-runs the listings pull every six hours and republishes automatically. Total infrastructure cost: zero.
>>
>>542239192
this is not how it goes because you could just do that shit over copyrighted material and you would be fine
and you are not
either your lawyer sucks dick or you do
>>
>>542236995
>Why are the goyim upset we're automating away their jobs?
Are you retarded?
>>
>>542239237
cool, thanks
it used to be a bitch assembling this data by hand
local serverless apps with cached data are becoming nearly trivial with AI
>>
>>542236995
they feel threatened that their non-jobs will be taken away because they have no real applicable skills outside of jew daycare
>>
>>542238697
Oh, I wasn't thinking of corporate advertising. This is true, I even see it on local news. I think that's called, uhh, "graphic design"?
I so rarely see commercials (ad blocking and don't watch TV) so I'll take your word on the rest. It does make sense that a 10 second forgettable ad would use AI.
>>
>>542239775
those guys made every game you play you fucking retard, every car engine you drive, every product you use in past 40 years
holy fucking shit you cant be this retarded zoomjeet
>>
>>542240035
animators made the vehicle I drive? the average pencil pusher built the house that I currently live in?
stupid fucking turkroach
>>
>>542240359
what animator, its all CAD you fucking jeet
the fact you only know about dragon assets or some shit does not change the fact everything is done in floating point precise 3 space, from Autocad to Blender over Solidworks
>>
File: 1769207535443.png (90 KB, 1080x795)
90 KB PNG
>>542236995
>>
>>542236995
Or you can create movies all by yourself. GossipGoblin got a big contract after creating movies with AI.
>>
>>542239192
>Download whatever newest hollywood slop
>Add a single new pixel every frame
>It's mine now
Man your lawyer must have a nose the size of a continent if he thinks that he can win in court.
>>
File: Gelbooru AI.png (14 KB, 598x314)
14 KB PNG
>>
>>542239192
I figured that's how it works, thanks for confirming
>>
>>542242055
That's not even close to the same thing, don't be dumb
>>
>>542236995
because AI is actually Artiifcial Israeli
>>
>>542242270
It is literally the same thing, but go on, defend it in court if you are so sure it works.
>>
>>542236995
Boohoo, go indie you retarded animators.
>>
>>542241042
you can't even follow the context of what I've stated and you have the gall to call someone else a shitskin
not a surprise considering you're a mudslime faggot turkroach Croat larping as a Serb
>>
>>542236995
I like AI art. Everything else is pretty shit.
>>
>>542236995

going from "hurr ai is shit and never can compete with us, look it cant even draw hands"

to "OMG SOMEONE STOP IT AHAHHAHAA THEY TOOOK ER JERRRRBBBS"

wild shit
>>
>>542236995
it took him so long to arrive at the correct verdict of planet earth for starters.
>IT ONLY BENEFUTS SCUMBAGS AND RICH SCUMBAGS
perfect, you dumb shit. lets hear what else you got for revelations.

ps the robot is a literal retard and cant make sense of anything still, you need to babypampers handfeed the thing. literally.
>>
the robot may be fast at drawing or solving an equation but he cant make sense of anything. puts 7 fingers on a hand and stuff like this.
>>
>>542236995
>Why does AI make people so mad?
Because they're hacks. They're not getting run out of business by their potential customers having AI do it for them for free or a lower rate than they charge. They're getting run out by artists who were and continue to be better than them leveraging AI to expand the share of the market they can service. This is what anti-AI artists desperately don't want to admit or you to know.
>>
the robot will never be able to make sense of our world, humans will always be needed to put in in perspective. the machine can not do it no matter how much and fast it learns.
>>
humans will not even be replaced when we have a quantum computer with a human brain. this is way ahead.
>>
they can not replace their food source, they need to eat.
>>
your third dimension is just a bufet for them. for you it looks like this marvellous world. only humans see it like this. animals dont see the world as you do.
>>
>>542236995
A lot of people in the last 10-15 years have coasted despite their mediocrity because of diversity hiring and other "HR shenanigans", and now that the reaper is knocking they're losing their minds because they know they were always expendable. Nobody with actual talent is worried.
>>
what happens in the double slit experiment. it shows you that humans see a different world.
>>
>>542236995
Shills hate it because their arguments are garbage. So an ai beating them up frustrates them.
>>
>>542243161
I like to think of us as akin to how mitochondria were once bacteria that got absorbed to make eukaryotic cells. I think we have place for integration, though, that integration process make significantly change what we are.
>>
>>542236995
I am still mad we have human corrupted referees in football/soccer instead of AI driven referee.
How sport would benefit from being stripped from human error when it comes to referees.
But I guess there is too much money in corruption there for anyone to replace corrupted people with non corruptible and fair AI.
>>
>>542241703
As someone who quite loved ai art if you think it's just for and forget then you are wrong. You certainly need to fix a lot and get it over the finish line. These people are just butthirt nobody pays them for stupid shit.
>>
>>542243689
Aren't you yuros vehemently against VAR?
>>
>>542237243
Designer here. I've watched sections of my portfolio get eaten alive by tech and it didn't start with LLMs. You have to stay on top of the game but also be lucky.
>i'm neither
>>
>>542236995
>At this point, fuck the steam engine
>It only benefits rich scumbags, steam bros and rich scummy steam bros
>It fucks everyone else down the line
>>
>>542243767
Corrupted people are against it. So the whole FIFA. And VAR is still not AI driven referee.
You know when VAR was introduced? After Euro2012 when in Russia vs England England scored a goal, and everyone saw it in TV, but referee said there was no goal.
But the cattle that watch football and jack off to it, are cattle so they ignored how retarded shit like that is and went on with "this referee mistake is what makes this sport great!!!" or some other retarded shit that sane people would never say.
>>
File: 1783246326101281.jpg (408 KB, 1080x1116)
408 KB JPG
>>542237704
Why do you believe AI should be banned?
>>
File: 1570904040397.jpg (46 KB, 480x480)
46 KB JPG
>>542237220
AI will generate infinite usury.
>>
>>542236995
Your post summed it up pretty accurately.
>>
>>542244018
>caring about sportsball
ISHYGDDT
>>
>>542236995

You're not getting UBI and they will 100% tank this country and yours while the elites fuck off.
>>
File: 1690285855249879.jpg (621 KB, 1766x949)
621 KB JPG
Why doesn't AI ever replace CEOs?
>>
I was in training for Nuclear systems earlier today and the training slides were made with AI. Its fucking McOver.
>>
>>542244157
I am carring about fairness in every day life which takes sportballs into account you fucking faggot. Especially with my country paying sportsmen money from my taxes for being part of this shit.
And the state of society that allows themselves to be cheated by corrupted referees whe watching sportsballs or even gambling on it which is even worse is what I care about. And it is not looking good since football players are the most paid sportsmen while this sport is full of corruption and bullshit. People who watch it religiously after being balantly showed that it is corrupted bullshit and not fair game should actually be executed.
>>
>>542242550
>but call him a jeet and look how he recoils
my problem is that i understood your retardation
>>
>>542244374
>I am carring about fairness in every day life
I too was 12 way back when
you're so angry about somethign so irrelevant I'm startign to think you bet money and lost
so not only to you follow sportsball like an NPC but you also gamble like a double retard NPC
>>
>>542236995
ai is a victimless topic to get mad about. mentally ill people use ai as a talking point to just get butt flustrated publically. if you didnt already know this youre probably a child
>>
>>542236995
It tells me wrong info sometimes.
>>
>>542236995
no 'real' artist would be upset that ai is cutting into their bottom line.
>>
>>542244517
Ja pierdole, weź się zabij.
Irrelevant. Corruption at every fucking part of your life is irrelevant.
I do not follow sportsball, but you of course know shit about me. I watch it occassionally with some friends who are fans. And I happened to watch the fucking Euro 2012 with group of students at a bar and remember this shit, which was 14 years ago.
And here I am talking about corruption and retarded society allowing themselves to be fooled and cheated. And here are you talking ad personam shit that has absolutely no sense like telling me I gamble - which was never stated. I was statign that people gamble at sports when the matches are fixed and referees are corrupted and pointed it out as bad thing. But you fucking retard cannot read and you claim someone else is NPC. Really kill yourself, spare the world your idiocy, because you are far more stupid than anyone who watches football of few lines of text were to hard for you to understand.
>>
>>542244779
kurwa moja piła taka ważna
kogo jebie Euro 2012 piętnaście jebanych lat później autysto jeden jprdl
>>
>>542243824
what happened to all the horses
>>
File: 1273146618411.jpg (33 KB, 344x247)
33 KB JPG
>>542244157
Sports are based although extremely rigged now with the proliferation of legal gambling.
>>
>>542244901
their numbers were reduced
but those that survived are now very well cared for in an elite activity for richfags
same thing will happen to human artists
shitty "artists" will be culled
great artists will be admired and paid for by richfags as before
>>
>>542236995
AI is a research tool that retards believe us actually thinking. It literally cannot create anything and relies on coping everything it does.
>>
>>542244927
>Sports are based
only the sports you do yourself
because you benefit from the exercise
watching sports and getting excited is like watching porn and getting excited
you're cheering for men who do what you can't
>>
>>542244863
Czy ty nie umisz w angielski pizdo czy jaki masz problem pierdolony autysto?
Piszę o zastąpieniu skorumpowanych sędziów przez AI, które z definicji byłoby uczciwe bo by na bieżąco analizowało co się dzieje, skoro i tak już kurwa ludzie grają w piłke i ją oglądają to żeby to było uczciwe a nie zależne o widzi mi się sędziego, który np. jak w Euro 2012 nie uznał gola, który miliony ludzi widziało, że był.
A ty sie przypierdalasz jak jakiś pierdolony jebany zjeb o jakieś kurwa gówno co sobie uroiłeś. Ty jesteś autystą tutaj. I pierdolonym NPCem.
>>
>>542236995

Becaus the industies in charge of "AI" oversold it to companies who had no loyalty or humanity to begin with.

The technology was only destruptive to large companies who took this as a way to get rid of people so they can make more money.

Large corporations receive tax rights offs, free money to remain solvent, and their shareholders are the legal and legisilature as well the military and executiive areas, none of those agencies or corporations see human beings as necessary for survival, so they all dump humanity to make a quick buck.

AI exposed the fact that all of our major corporations are part of a game that only the wealthy and elite and can play.

We the people have to suck the dicks of those who dont see as human beings so we can survivie.

This is another failure of the military to protect the people, but when Western militaries are nothing but glorified stock portfolios, it doesnt matter who lives and who dies, as long as those who are shareholders are rich.

Why would any legal system that recognizes the State of Israel as a legitimate country but ignores its history has proved to be either too stupid or too corrupt to be effective Judges, so no legal system in the the west is capable of defending the people from the corporations that are doing the most damage to humanity.

Western generals will kill every single citizen and destroy every law before they admit they made a mistake.

The West is waiting for its incompentant military to collapse from the weight of its own being.

In America, every single US General is a traitor who was hand picked because they were stupid and lacked morals and ethics.

Not a single military in the West is run by any human being with an understanding of ethics.

In America, the Pentagon despises truth, ethics, and life.

That is why the Pentagon LLC and its shareholders need wars and 0 acounability.

The Pentagon lies to the shareholders enough to increase money for the rich,while only the poor people die.
>>
>>542245074
once again, who the fuck cares about Euro 2012 jesus christ let it go
>miliony ludzi widziało
twoją matkę też i co z tego?
>>
>>542236995
> only worthless jobs affected
Why would I be mad?



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.