[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]


Last Oekaki@Heyuri post was 6 hours, 2 minutes ago
Last Strange World@Heyuri post was 5 hours, 11 minutes ago ヽ(´ー`)ノ
Filter boards
Off-Topic@Heyuri
File: image.png
(165 KB, 1004x645)[ImgOps]
165 KB
current stylesheets are good because u can feed a few to chatgpt so it learns the structure, describe what you want to have and have it create a new stylesheet in 10 seconds :nyaoo-closedeyes:
Marked for deletion (Old)
34 posts omitted. Click Reply to view.
>>
File: quads.jpg
(459 KB, 960x703)[ImgOps]
459 KB
>>145555
thanks anon
>>
>>145378
>>145082
>>145083
>>145085
Here it is. Enjoy ヽ(´∇`)ノ

     /* Heyuri Aqua CSS */

:root {
    /* -- Auqua Pool Palette  -- */
    --color-bg-main: #e8f7fa;  /* Lighter, more subtle pool water */
    --color-fg-main: #006064;  /* Deep teal for text */
    --color-fg-link: #00838f;  /* Medium teal for links */
    --color-fg-link-hover: #00acc1;  /* Lighter teal for hover */
    --color-bg-boardlist: #d0f0f5;  /* Very light cyan */
    --color-fg-boardlist: #006064;
    --color-bg-theading: #a5e5ed;  /* pool tile bluez */
    --color-bg-theading2: #d0f0f5;
    --color-bg-theading3: #e8f7fa;
    --color-bg-postblock: #80deea;  /* Muted pool blue */
    --color-fg-title: #006064;
    --color-fg-name: #00838f;
    --color-fg-warning: #d50000;
    --color-fg-warning-ip: #d50000;
    --color-fg-quote: #00838f;
    --color-fg-quote2: #80deea;
    --color-bg-reply: #e8f7fa;
    --color-bg-reply-hl: #d0f0f5;
    --color-hi-contrast-border: #4fb3bf;  /* Softer teal border */
    --color-lo-contrast-border: #b2ebf2;
    --color-fg-logo: #006064;
    --color-fg-global-message: #00838f;
    --color-bg-window-item-highlight: #d0f0f5;
    --color-bg-postlists-header: #80deea;
    --color-fg-postlists-header: #ffffff;
    --color-fg-postlists-header-link: #e0f7fa;
    --color-bg-postlists-odd: #e8f7fa;
    --color-bg-postlists-even: #d0f0f5;
    --font-family-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-size-main: 0.875em;
}

/* -- Logo -- */
.logo:after {
       content: "⭐🏊‍♂️⭐"; 
       font-size: 2.5em;
       animation: change-emoji 14s infinite;
}
/* -- Randomly Cycle through some Emojis for Decoration --*/
@keyframes change-emoji {
    0% { content: "⭐🐟⭐"; }   /* Fish */
    25% { content: "⭐🐬⭐"; }  /* Tropical fish */
    50% { content: "⭐🐳⭐"; }  /* Wave */
    75% { content: "⭐🏄‍♂️⭐"; }  /* Droplet */
    100% { content: "⭐🏊‍♂️⭐"; } /* Blowfish */
}

/*Badges for Users*/
.name:before {
    content: "🌊 ";
}


/* -- Content Boxes -- */
.theading, .theading2, .theading3,
.neomenuTopLevel, .detailsbox, .postblock, .reply, .window {
    border: 2px solid var(--color-hi-contrast-border);
    background: var(--color-bg-theading);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.3);
    
}


/* -- Buttons -- */
button {
    background: linear-gradient(to bottom, #b2ebf2, #80deea);
    border: 1px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main);
    border-radius: 3px;
    padding: 0.25em 1em;
    transition: all 0.2s;
}

button:hover {
    background: linear-gradient(to bottom, #80deea, #4dd0e1);
}

/* -- inputs -- */
input[type="text"], input[type="password"], textarea, select {
    background: rgba(230, 255, 255, 0.8);
    border: 3px solid var(--color-lo-contrast-border);
}
blockquote:before {
    content: "❝";
    color: var(--color-bg-postblock);
    opacity: 0.2;
    font-size: 1.5em;
    margin-right: 5px;
    vertical-align: -0.3em;
}      



>>
>>145630
forgive my spelling mistakes and typos.

I'm working on another theme that i might put up in a couple days maybe... a nostalgic one ヽ(´ー` )ノ
>>
File: 1747772038631.png
(3020 KB, 1240x1748)[ImgOps]
3020 KB
>>145630
trading these panties for a dark version of your aqua theme
>>
400 KB
i forgot i can use ai. damn i love ai ヽ(´∇`)ノヽ(´∇`)ノ
still, thank you original author

/* Heyuri Aqua Dark CSS */

:root {
    /* -- Dark Aqua Pool Palette  -- */
    --color-bg-main: #0a2a2f;  /* Very Dark Desaturated Cyan */
    --color-fg-main: #e0f2f7;  /* Very Light Cyan for text */
    --color-fg-link: #26c6da;  /* Bright Cyan for links */
    --color-fg-link-hover: #80deea;  /* Lighter Cyan for hover */
    --color-bg-boardlist: #103a40;  /* Dark Cyan, slightly lighter than main bg */
    --color-fg-boardlist: var(--color-fg-main);
    --color-bg-theading: #004c54;  /* Dark Teal - for prominent headers */
    --color-bg-theading2: #005662; /* Slightly Lighter Dark Teal */
    --color-bg-theading3: #006064; /* Original Deep Teal, now a lighter bg accent */
    --color-bg-postblock: #1c3f4a;  /* Dark Desaturated Cyan/Blue, lighter than main bg */
    --color-fg-title: #b2ebf2;  /* Light Cyan */
    --color-fg-name: #80deea;  /* Lighter Cyan (same as link hover) */
    --color-fg-warning: #ff6b6b;  /* Bright Red for warnings */
    --color-fg-warning-ip: #ff6b6b;
    --color-fg-quote: #4dd0e1;  /* Medium-Light Cyan for quote text */
    --color-fg-quote2: #80deea; /* Light Aqua for quote icon or secondary quote text */
    --color-bg-reply: #0f3038;  /* Dark Cyan, very close to main bg but distinct */
    --color-bg-reply-hl: #1a4a52;  /* Highlighted reply, slightly lighter */
    --color-hi-contrast-border: #267d85;  /* Medium Teal for distinct borders */
    --color-lo-contrast-border: #154046; /* Darker Teal for subtle borders */
    --color-fg-logo: #b2ebf2;
    --color-fg-global-message: #80deea;
    --color-bg-window-item-highlight: #1a4a52;
    --color-bg-postlists-header: #004c54; /* Same as theading */
    --color-fg-postlists-header: #e0f7fa;
    --color-fg-postlists-header-link: #ffffff; /* Pure white for max contrast here */
    --color-bg-postlists-odd: #0f3038; /* Same as reply bg */
    --color-bg-postlists-even: #143f47; /* Slightly lighter for striping */
    --font-family-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-size-main: 0.875em;
}

/* General body styles for dark theme */
body {
    background-color: var(--color-bg-main);
    color: var(--color-fg-main);
}

a {
    color: var(--color-fg-link);
}
a:hover {
    color: var(--color-fg-link-hover);
}


/* -- Logo -- */
.logo:after {
       content: "";
       font-size: 2.5em;
       animation: change-emoji 14s infinite;
}
/* -- Randomly Cycle through some Emojis for Decoration --*/
@keyframes change-emoji {
    0% { content: "🐟"; }   /* Fish */
    25% { content: "🐠"; }  /* Tropical fish */
    50% { content: "🌊"; }  /* Wave */
    75% { content: "💧"; }  /* Droplet */
    100% { content: "🐡"; } /* Blowfish */
}
/* Make emoji slightly brighter if needed, or add a subtle glow */
.logo:after {
    filter: brightness(1.2); /* Optional: makes emoji pop a bit more */
}


/*Badges for Users*/
.name:before {
    content: " "; /* Keep as is unless specific badge styling is needed */
}


/* -- Content Boxes -- */
.theading, .theading2, .theading3,
.neomenuTopLevel, .detailsbox, .postblock, .reply, .window {
    border: 2px solid var(--color-hi-contrast-border);
    background: var(--color-bg-theading); /* Default background for these, can be overridden */
    /* For dark theme, the inner shadow should be subtle and dark, or a light glow */
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0,0,0,0.3);
}

/* Specific backgrounds if different from theading default */
.theading2 { background: var(--color-bg-theading2); }
.theading3 { background: var(--color-bg-theading3); }
.postblock { background: var(--color-bg-postblock); }
.reply { background: var(--color-bg-reply); }


/* -- Buttons -- */
button {
    background: linear-gradient(to bottom, #00838f, #006064); /* Darker teal gradient */
    border: 1px solid var(--color-fg-link-hover); /* Brighter border for pop */
    color: var(--color-fg-main); /* Light text */
    border-radius: 3px;
    padding: 0.25em 1em;
    transition: all 0.2s;
    font-weight: bold;
}

button:hover {
    background: linear-gradient(to bottom, #0097a7, #00838f); /* Slightly lighter on hover */
    border-color: #b2ebf2;
}

/* -- inputs -- */
input[type="text"], input[type="password"], textarea, select {
    background: var(--color-bg-reply); /* Dark background */
    border: 2px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main); /* Light text */
    padding: 0.3em;
    border-radius: 3px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border-color: var(--color-fg-link);
    outline: none;
    box-shadow: 0 0 5px rgba(var(--color-fg-link-rgb, 38, 198, 218), 0.5); /* Define --color-fg-link-rgb if you want to use it often */
}

blockquote {
    border-left: 3px solid var(--color-fg-quote);
    padding-left: 10px;
    margin-left: 5px;
    color: var(--color-fg-quote); /* Text inside blockquote */
}

blockquote:before {
    content: "❝";
    color: var(--color-fg-quote2); /* Use a brighter color for the quote mark */
    opacity: 0.7; /* Adjust opacity for visibility */
    font-size: 1.5em;
    margin-right: 5px;
    vertical-align: -0.3em;
    float: left; /* Optional: for better alignment */
    line-height: 1; /* Optional: for better alignment */
}

Lounge@Heyuri
What if there was an anonymous text forum but made for various professions. (doctors, teachers, restaurant workers, construction, etc)

A site where people of various professions can vent or talk about their specific professions with peers in their specific field anonymously. :monapc:
4 posts omitted. Click Reply to view.
>>
>>14415
Black or with milk? (´~`)
>>
WITH SALT. Thx.
>>
>>14417
Here you go. Salted coffee, as you ordered. Enjoy! (・∀・)
>>
Let me introduce you to AutoAdmit, or xoxohth.com
It's essentially a forum (actually much closer to a textboard) for lawyers. Or that's what it was supposed to be because now it's kinda like modern 4chan: trolls trolling other trolls or bots.
You need an account to post, but when posting i think you can post as anon (?) i don't remember. You also need a .edu email to register an account.
This site has existed since 2004, i found out about it maybe 2-3 years ago...
But to sum it all up more of these should exist or should've existed because it sounds kinda fun.
>>
I think they do that a lot on Kiwi Farms.

Off-Topic@Heyuri
File: EDY LEMOND - TENTAÇAO.mp4
(14892 KB, 640x360)
14892 KB
yuo could never b this swaggg
>>
i have this fag voice :dark:

Anime/Manga@Heyuri
File: 770.jpg
(59 KB, 640x480)[ImgOps]
59 KB
As a n00b like me who didn't watch TTGL when it was airing at its peak i can't help but catch a major case of FOMO looking at them. Anyone who was around at that time how was the attention it got?
3 posts omitted. Click Reply to view.
>>
>>4551
This.
Even a massively popular anime back then was still not big enough to be known by the wider public. ヽ(´ー`)ノ
>>
File: 3.1-tan2.gif
(66 KB, 466x600)[ImgOps]
66 KB
Where I live, finding anything anime related mid 2000 was like finding gold.
>>
I was there in the thread when it was airing weekly. Shit was wildly hype and there was crazy competition with Code Gayass which was airing its first season at the same time. The hate which Rossiu got during the second cour was incredible. It was a ride.
>>
>>4550
>>4551
I figured as much that, it was popular amongst the anime communities at the time rather than it being massive popular amongst non anime fans. Even pic related like the kamina glasses was a big fad that never seemed to go away. Even the fact that a suggestion for a new flag was a ttgl reference shows it's influence. Wish I could've been there. :cry:
>>
ttgl was inescapable if you were in any circles that were into anime

and a handful of more normal audiences might have referenced shit like Kamina's shades or ROW ROW FIGHT DA POWAH

honestly, it's still a fucking great show so like go watch it anyway
maybe not quite as 11/10 perfect as I thought it was all those years ago, but fuck man, even among the sort who were like "lol Getter Robo ripoff" - you could do much worse than ripoff something as cool as Getter and do it well :cool:
it is an 8/10 at its worst (apart from the one episode where everything is off model and backgrounds were too much effort to draw :biggrin: )

2D Ero@Heyuri
File: 7b9fd145.gif
(1880 KB, 600x429)[ImgOps]
1880 KB
キタ━━━(゚∀゚)━━━!!
>>
File: a3f04d5c.jpg
(179 KB, 1280x896)[ImgOps]
179 KB
キタ━━━(゚∀゚)━━━!!

Off-Topic@Heyuri
File: nekopara.png
(1331 KB, 782x1064)[ImgOps]
1331 KB
Nekopara 5 has been delayed because of Steam's highly inconsistent review process.

There go my plans for the weekend. (´¬`)
1 posts omitted. Click Reply to view.
>>
File: image.png
(318 KB, 470x535)[ImgOps]
318 KB
>WTF GABEN ヽ(`Д´)ノ
I don't think he's directly responsible. There seems to be a Steam reviewer(s) with a vendetta against anime games, and the review process is one-strike-and-you're-out. The same has happened to Dungeon Travelers 2.
>>
>>145538
>and the review process is one-strike-and-you're-out.
it's not effective against nekopara though. I heard that nekopara sold over 3 millions.
>>
File: vanila dentist.png
(803 KB, 874x942)[ImgOps]
803 KB
I played nekopara twice, but never got to teh end! This time i own it at steam, so next time i 100% it! I really liek it! :x3:
>>
i dropped nekopara on that emocatgirl episode not sure what game was it
>>
File: 20250530_170624.jpg
(320 KB, 1200x1600)[ImgOps]
320 KB

Off-Topic@Heyuri
File: krazykat.png
(433 KB, 1920x467)[ImgOps]
433 KB
Guys! A new development in penglish studies has been made!!
Searcher Joe P. Dophile has just discovered the oldest record of penglish to be found yet!!
The comic-strip "Krazy Kat" (sic.) features a native locuter of penglish as it's main eponymous character!

This is a HUGE revolution for penglish studies as it pushes the apparition of penglish back to the 1910's, invalidating the leading theory of penglish as a sociolect appearing alongside the counter-culture movements of the 60's. Penglishists are currently debating wether "Krazy Kat" 's language should be considered penglish or proto-penglish.

Pic. Related is a "Krazy Kat" comic strip from 1921. Interestingly enough, we can see that locuters of penglish suffered similar repulsion then as they do today.

https://www.nytimes.com/2025/05/30/science/penglish-revolution-from-comic-strip-krazy-kat.html
>>
LOL
>>
tihs is naoimporntat divcosry :dance2:

Off-Topic@Heyuri
File: Yunglean_(cropped).jpg
(359 KB, 1200x1348)[ImgOps]
359 KB
Glock in my Gucci belt got you equipping
Anime shawtys be stripping
I get paid by the bars but you'll never catch me slipping
No, you'll never get me slipping
>>
yung was "c00l" 10 years ago...
>>
cock in the pucci LOL
>>
File: 15958829989_ce67ca2629.jpg
(33 KB, 500x334)[ImgOps]
33 KB
>>145585
Porsche headlights, midnight, feel like a golden god
Porsche headlights come out the center like a glowing frog
Load it up, golden cup with Jesus' blood, I've seen it all
Ten years, blood, sweat and love, still standing tall
Switch stance on the edge of a knife
Put it in my chest, take what's inside
Black beamer Benz, guess who's inside?
What's your life like? Mine's a crazy ride
I'm ugly on the inside, I'm on a thin line
I'm in a bad place, my head is deep-fried
I'm in a deep swamp and as I sink down
I start to think, like, maybe I should fight
But it feels heartless, my heart is ice-crushed
Gone on the night bus, before the gold rush
Brush off the white dust, they can't deny us?
We are the new gods, with black AmEx cards
Who can deny us? Show the gates to you
You can never find us
Get the shit, throw it away, it don't mean nothing anyway
>>
hes my favorite raper
>>
>>145615
rapist*

Off-Topic@Heyuri
File: f684332a2f9b.gif
(67 KB, 700x500)[ImgOps]
67 KB
how do i get PWNED
>>
110 KB
giev mme your pw. :x3:
>>
*spanks your butt*
>>
*PWNS j00*

Flash@Heyuri
File: lawl.swf
(408 KB, 320x180)[swfchan]
SWF Embed
キタ━━━(゚∀゚)━━━!!

Flash@Heyuri
File: 2d_waifu.swf
(1580 KB, 550x400)[swfchan]
SWF Embed
キタ━━━(゚∀゚)━━━!!

Flash@Heyuri
File: dr-alien-eng.swf
(759 KB, 550x450)[swfchan]
SWF Embed
キタ━━━(゚∀゚)━━━!!
2 posts omitted. Click Reply to view.
>>
It's not finished and therefore she can never cum... キタナイ━━━(;゚Д゚)━━━!!
>>
Please do not worry, it is all part of teh inspection~ :dark:
>>
GOOD LUKE!
>>
how long are his fucking arms?
>>
>>2480
Long enough for raep

Off-Topic@Heyuri
File: me.jpg
(73 KB, 1090x1091)[ImgOps]
73 KB
when i feel sad i try to rember happy day (´~` )
9 posts omitted. Click Reply to view.
>>
File: 1748492671988.jpg
(338 KB, 1090x1091)[ImgOps]
338 KB
mmmmmmmwah
>>
File: 1743286512162257.webm
(4512 KB, 640x360)
4512 KB
キタ━━━(゚∀゚)━━━!!
>>
>>145425
The 4chan greentext associated with that pic is a good memory of mine.
It has to do with an american pilot landing on a school rooftop. Hopefully i'm not the only one here who knows about it :saitama:
>>
>>145514
What the fuck could that have to do with that picture lol? :unsure: Someone post it pls.
>>
>What the fuck could that have to do with that picture
Range Murata... Landing on a school rooftop... I think I can take a guess.

Off-Topic@Heyuri
File: warship.jpg
(81 KB, 1000x568)[ImgOps]
81 KB
キタ━━━(゚∀゚)━━━!!
>>
1161 KB
missouri is so < COOL > :biggrin:

Off-Topic@Heyuri
File: heyuri legit.png
(223 KB, 1547x1918)[ImgOps]
223 KB
>The heyuri.net's business is associated with a popular industry, but we still have concerns. We tried to extract some content from the website to see what they say about themselves. Here's the conclusion:
>This website is poorly designed and doesn't contain elements in the metadata that could help its online presence. As a result, it loses credibility and shows that its quality is questionable momentarily. As soon as they improve their back-end, we will update this information.
:cry:

https://www.scam-detector.com/validator/heyuri-net-review/
1 posts omitted. Click Reply to view.
>>
>The heyuri.net's business is associated with a popular industry
What popular industry? Is kaguya trying to sell us something? :unsure:
>>
>>145560
Don't tell anybody but kaguya pays for the server bills using a shell company to acquire money :ph34r:

https://trademark.justia.com/901/40/heyuri-90140378.html
>>
WAKE UP
YAKULT IS HEYURIZENS

>>
>>145560
kolyma.org D:
>>
144 KB
>>145561
I love my Heyuri® brand facial sauna. 😄

Off-Topic@Heyuri
3060 KB
キタ━━━(゚∀゚)━━━!!
>>
Now you can drive from the backseat ( ´ω`)

Off-Topic@Heyuri
32 KB
Let's play the bring something back game :tongue:
1.) Type gyazo.com in any social media search engine (with the date set back at least ten years to find lots of results)
2.) Find a funny/cool image
3.) Post it herE
4.) PRAWFeT?!?!111 :drool:
11 posts omitted. Click Reply to view.
>>
>>145532
Was the Sharty really the ones who took it down?
>>
>>145541
Yes, a guy from sharty was the one who reported the site to EPIK.
>>
1650 KB
I found this
>>
>>145544
another reason to haet wojak users. :closed-eyes2:
>>
498 KB
got this from newgrounds ヽ(´ー`)ノ
https://gyazo.com/ead118dcf6c5d617fd4bede4e3c5f186

Off-Topic@Heyuri
File: Yukari Yakumo The Musical.mp4
(17399 KB, 854x480)
17399 KB
キタ━━━(゚∀゚)━━━!!
>>
ALL THIS TIME THESE TWELVE THOUSAND YEARS
I KNOW A-I-SHI-TE-RUUUUU!!! \(^O^)/
>>
:nigra::onigiri::onigiri::onigiri::onigiri::nigra:
>>
File: suimagi.mp4
(18602 KB, 640x360)
18602 KB
can someone tell me where this song is from?

Site Discussion@Heyuri
File: sunbum_0018.jpg
(77 KB, 700x453)[ImgOps]
77 KB
I got tired of the childpr0nz posting, I want Real Imageboard Experiences™ nao.

I have no justification for wanting the board to be both gaming and technology at once, I just thought it'd be cool if gaming-postas and technology-postas shared the same place
29 posts omitted. Click Reply to view.
>>
Let's follow Futaba's example and make a board for board proposals :banana:
>>
We need a board for discussing where we can discuss about boards.
>>
>>68662
No, fuck you, this thread is older! I will not let it be hijacked by a nu-post, that thread should beg HERE.
>>
>>68658
That only proves /b/ is able to host both topics comfortably
>>
>>68670
They're still getting kind of derailed, I'd want to discuss these things away from /b/ if possible

Off-Topic@Heyuri
File: Screenshot 2025-05-29 012650.png
(513 KB, 892x948)[ImgOps]
513 KB
When Windows 10 gets support cut from it, will eBay and Facebook marketplace be flooded with used computers?
8 posts omitted. Click Reply to view.
>>
>>145468
the most annoying thing about phones is the fact that the software selection is ass for no reason
you absolutely could do a bunch of shit on your phone these days

but also
>gaming, programming, visual production, audio production, image manipulation, VFX, colour-grading, digital sculpting
all my VSTs work the same on my laptop from 2015
most shit I'd work on programming doesn't take terribly long to compile and I'd be far more interested in its performance on an older machine when running the result anyway
gaming hasn't made me need to buy a new machine in a while
most image editing I'd do has no need for a particularly fast machine either, but I also put up with an old ass version of Photoshop on a 1999 iMac for ages so...

vfx and sculpting, I'd sure hope wherever I worked spent the money on a new machine for me ( ´ω`)
>>
>>145471
>the most annoying thing about phones is the fact that the software selection is ass for no reason

Actually, you could just ignore that shit now, I'm no fan of Samsung phones (Sony Xperia 4ever), but for example, you can use DeX and a $20 dock, and you essentially have a desktop, using the flagship CPUs found on phones like the 8 Gen 3 or 8 Elite which can rival some older midrange gaming laptops, you could very potentially just use Winlator and run an enclosed Windows environment - on your phone! No computer needed, these days I find ultra books and weak computers to be silly investments in the world of hilariously powerful ray-tracing capable phones.

>all my VSTs work the same on my laptop from 2015

Absolutely, but it always helps to have a faster computer, especially if you're into making something like psychedelic rock and need to make massive dynamic range productions with a lot of FX.


>gaming hasn't made me need to buy a new machine in a while

Depends on person to person - personally I'd be upgrading every year if I could, just for gaming alone, but I also have a wife in my dreams so maybe this hypothetical gaming setup would sit collecting dust in my dream world as I'd have to spend my time raising kids instead of gaming :rolleyes:

>most image editing I'd do has no need for a particularly fast machine either, but I also put up with an old ass version of Photoshop on a 1999 iMac for ages so...

I am a photographer, AI denoise on Lightroom and Darktable is still so slow on even modern machines it makes me want to kill myself. Figuratively. It helps that I can't afford a nice camera though, if I had a medium-format 108-megapixel camera or one of those fancy 61-megapixel Sony mirrorless cameras I'd probably have to actually kill myself waiting for the editor to denoise a 72000 x 32000 image. Literally.

>vfx and sculpting, I'd sure hope wherever I worked spent the money on a new machine for me ( ´ω`)

Well, this discounts the people that do such things as a hobby, or an artform, all the YTPMV/otoMAD people do crazy shit Hollywood artists dream of being able to do on 2013 Shit pads because they can't afford better, I've seen the setup of one of those people, one of them had recently done some gachimuchi figurine stop-motion stuff, it was done with green cloth and a Canon Rebel from 2009 for the source material, off-loaded to what I believe is a T-series Lenovo running pirated After Effects.
>>
>>145392
windows 10 kept telling me my pc doesnt support windows 11 due to missing tmp2 or some shit and urged me to upgrade, i never did and somehow a couple months later my pc was shown to be compatible with windows 11
>>
>>145481
>Winlator
ooh, that sounds interesting
should give it a go
>>
>>145513
It's amazing, you can run basically any offline PC game like GTA V or Skyrim on your phone, high resolution and high frame rates.

Though I have to warn you - it dies on anything that doesn't have Qualcomm drivers afaik, I don't think it'd be wise to try it on a MediaTek phone, that, and the fact that it's extremely resource intensive, you can probably run games from 2010 or so on like a Snapdragon 695 provided you have a fan cooler or something... But I wouldn't attempt running it on anything worse than a Snapdragon 8 Gen 2 if you want a smooth experience

Delete post: []
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437]