Skip Navigation
g6d3np81 g6d3np81 @kbin.social

Heyyyyyyyyyy

Posts 24
Comments 65
Oil were leaked
  • I got double confused (ESL)
    Never heard of that meme. So the title is in valid grammar?

  • Oil were leaked
  • forgor how to english

  • Oil were leaked

    7
    Bijou Really Enjoyed Making Everyone SUFFER
  • Gem of Emotional Damage

    Sounds like a very neat powerful RPG item to find, ...not in your enemy's hand.

    Out of all vtubers that I have seen, Bijou made me question the whole vtuber industry the most. Like wtf is going on? wtf am I watching? People pay for / make money on these things? How do they live their life?

    The bigger the agency the weirder it feels.

  • Flare Found Something
  • Classic

  • Tasting (Sen)

    twitter : SennOsenn1127 pixiv : 89342047

    0
    Anime Questions, Recommendations, and Discussion Thread [Week 48]
  • I have not done anything in Krita/GIMP for a long while now so I am not up to date on their current features. What are you trying to do that is so uncommon that you have to build a custom tool?

    On art stuff, I want to see more from community member and not just repost from twitter or pixiv. Only @rem26_art is one I have seen posting their own pieces around here.

  • Anime Questions, Recommendations, and Discussion Thread [Week 48]
  • Okay-ish as something to put up during a meal and not much else, there is a VA I like so there's that.

  • GirlDM's Villainess Arc - Insane new 2D model
  • I'm more impressed by the chat/stream interface design than the reveal itself, wow!

  • Grass Wonder (にゅむ)

    Twitter : nyum\_serori pixiv : にゅむ

    Dumb experiment to prove that it's not about horse or no-horse. :D

    1
    What anime has the best soundtrack?
  • If you see this guy in the credit, you know it's a banger. And also Show By Rock series.

  • Who did this????
  • (https://quackers.gumroad.com/l/classic_modifier_menu)
    Here you go

    IIRC The reason is that old layout is getting cluttered. It least the modifier is searchable now, which I think is a great improvement.

    It's just a muscle memory issue for me, keep hitting S after Shift + A.

  • Adult Suzuran Floofs! Imagine how Soft they must be! [Arknights]
  • Imagine how much shampoo she have to buy!

  • [SOLVED] Need help with shader node, faking normal that is flatter than its geometry.
  • Yup, probably watched the same video. Those are much more focused on flat shading... like dead flat.

    There is Abnormal addon but I find doing it with mesh data (beyond vertex weight / vertex color) is kinda cumbersome.

    After some fooling around, I find using normal form texture coord node is all I need.

    1. Take normal from texture coordinate node
    2. Rotate X to adjust up/down facing
    3. Map range Y axis to use as weight (or weight paint)
    4. Subtract result from true normal
    5. Transform vector from object to world (normalize first, maybe?)

    Not great but good enough, most importantly not ugly. Quite easy and fast to apply to different model too.
    Barbara from Genshin - Mihoyo
    Node

  • Need help with shader node, faking normal that is flatter than its geometry.

    Without using normal map, how do I make something look flatter in arbitrary direction?

    model: Godette by Pablo Dobarro Figure 1

    Let's say I want to smoosh character face to make lighting appear flatter while keeping the geometry. What kind of shader node setup can do this in a simple non-destructive way?

    2

    U.S. Army and the Deadly Drip

    6

    Blender 4.0 - Reel

    kbin.social Blender 4.0 - Reel - blender - kbin.social

    > Enjoy this showcase of amazing work done by the Blender Community....

    Blender 4.0 - Reel - blender - kbin.social

    > > > Enjoy this showcase of amazing work done by the Blender Community. > > > > See everything new in Blender 4.0 LTS https://www.blender.org/download/releases/4-0/ > >

    edit: So this is not how to cross-post on kbin... sorry for extra click. Can't change the link now.

    2

    Blender 4.0 - Reel

    > > > Enjoy this showcase of amazing work done by the Blender Community. > > > > See everything new in Blender 4.0 LTS https://www.blender.org/download/releases/4-0/ > >

    0

    We'll Birdie Birdie, OK?

    4
    How would I go about creating an alternative frontend for a website?
  • I also have a similar side project planned for a revamp. Successfully made a v1 with grease monkey (vanilla JS) + stylish back in maybe 2016. Super dangerous to keep firefox 56 running only for this front-end. Just need to do the v2 then migrate to latest librewolf.

    I want to redo the whole thing in Vue, client side routing with build step. The problem is that

    • site is not open source
    • no API doc (but I already made my own)
    • required log-in (no sensitive info)
    • some route request must be made from that domain due to CORS

    My goal is not to change the UI but wipe the whole page and start over with custom API call instead. V1 do this by visiting a 404 route to stop unnecessary load and use my own URL param for the API call. For bonus cringe I used local storage for database.

    Ended up having to use userscript, and now I'm kinda stuck with how to mash Vite build and tamper/violent monkey together :(
    Do you have any suggestion or resource I can learn more on this?

  • At which scale (real world day to day life situation) when each extra digit of pi become necessary?
  • Thank you. After thinking about it overnight, I realized I asked a wrong question. Your answer still helps greatly and get me more than half way to satiate my curiosity.
    Tolerance grade and example objects that require different grade/minimum pi accuracy is what I was looking for.

  • At which scale (real world day to day life situation) when each extra digit of pi become necessary?
  • Thank you, I already skimmed through that article before posting. Maybe I failed to put my question into words properly.

    I want examples similar to pool/fence circumference in the article. Along the line of "We're building x, and this is the worst rounding we can go, one fewer digit and it will be off by y"

  • At which scale (real world day to day life situation) when each extra digit of pi become necessary?

    xkcd: Coordinate Precision but pi (π)?

    I tried looking for some answer but found mostly

    • People reciting pi
    • People teaching how to memorize pi
    • How to calculate pi using different formula
    • How many digits NASA uses

    Update question to be more specific

    In case someone see this later, what is the most advanced object you can build or perform its task, with different length of pi?

    0, 3 =\> you can't make a full circle

    1, 3.1 =\> very wobbly circle

    2, 3.14 =\> perfect hole on a beach

    3, 3.142 =\> ??

    4, 3.1416 =\> ??

    5, 3.14159 =\> ??

    Old question below

    > > > In practice, the majority of people will never require any extra digit past 3.14. Some engineering may go to 3.1416. And unless you are doing space stuff 3.14159 is probably more than sufficient. > > > > But at which point do a situation require extra digit? > From 3 to 3.1 to 3.14 and so on. > > > > My non-existing rubber duck told me I can just plug these into a graphing calculator. facepalm > > > > y=(2πx−(2·3.14x)) > > > > y=abs(2πx−(2·3.142x)) > > > > y=abs(2πx−(2·3.1416x)) > > > > y=(2πx−(2·3.14159x)) > > > > Got adequate answer from @dual\_sport\_dork and @howrar > Any extra example of big object and its minimum pi approximation still welcome. > >

    46

    BCON2023 - Ton Roosendaal's keynote about GNU GPL and other updates (26 minutes)

    0
    Kadokawa Aims to Establish More Wholly-Owned Anime Studios
  • I would not place my hope on kadokawa doing anything like that. I don't think they even care about anime industry aside from make money part of it.

  • Mio (たくぼん)
  • TFW girl a 3-in-1 kemono fang midriff and you don't know which community to post.

  • Mio (たくぼん)

    pixiv: 74708123 twitter: kuroneko1364

    1

    Cleaning Maid (ni02)

    0
    Stop using Fandom
  • Misinformation may reduce repeat visit, that part, I have no idea if google take into account when they rank the result. Domain/page age also plays a role. But what about other "problems"? If I try to de-optimize every items on that guide, will it speed up the de-rank as well?

  • tactical fox
  • Bruh, I'd like to be warned.

    THE ARTIST'S PIXIV GALLERY CONTAINS GORE / DISMEMBERMENT

  • Peak voice acting career

    6

    Bocchi the... thing

    pixiv: 108056561 さがや

    5

    microscopic fedora

    7

    COOL BLUE™

    2

    Sheltered kitty (チヨ丸)

    pixiv: 100617212

    artist's profile contains NSFW

    0

    Four Seasons (jonsun)

    0

    THE BOY AND THE BEEF

    1

    anime_irl

    Apprentice witch who wants to draw magic circle VS A familiar who wants to sit in a circle

    pixiv : 101473206 twitter : https://twitter.com/koikoisararira

    2