JewTube Rational Skeptics Thread #9 - The Final Edition Anonymous 08/05/2019 (Mon) 07:06:12 No.2 [Reply] [Last]
INTERNET BLOODSPORTS SEMI-PERMANENT MEGATHREAD! LET THE BODIES HIT THE FLOOR! Alternate names include: Jewtube™ Rationalist™ Skeptic™ Thread™ #∞ Internet Bloodsports Megathread Endless Thread 9 Gunt Thread Based Isabella Worship Thread We've had about a gajillion "Jewtube Skeptic Thread #9" threads at this point that all appear and disappear at the speed of light and nobody really gives a shit about delicately archiving the posts in them or anything, and they're beginning to clutter up the board pretty bad, so this is a compromise everyone can be happy with for the time being. Discuss all things "Internet Bloodsports" that don't necessitate their own thread here. Krautgate, skeptic drama, all the shit that fall under that umbrella. Get your raincoats on, kids! Because we're about to see some guts go flying! This thread will be cycled. Links, Information and Lore: Full Timeline

Message too long. Click here to view full text.

Edited last time by oldestfag on 08/23/2022 (Tue) 18:45:41.
749 posts and 687 images omitted.
shamelessly ripping off podawful I actually approve of this

AI Software Robowaifu Technician 09/10/2019 (Tue) 07:04:21 No.85 [Reply] [Last]
A large amount of this board seems dedicated to hardware, what about the software end of the design spectrum, are there any good enough AI to use?

The only ones I know about offhand are TeaseAi and Personality Forge.
146 posts and 45 images omitted.
>>37469 Its not that difficult, you just look for keywords in the AI's response. For sophisticated LLMs you can even tell it what responses do what, then parse it out. I got chatgpt to give me a list of servopulses (in addition to giving it a limited range of specific expression keywords). Wouldn't be too hard to split that string into usable data.
>>37493 1. Could your method be replicated and downloaded? 2. I think the benefit that it combines vision and output. For example, I could buy a new red cup and table it hasn't seen before, set it on the new table, and say "pick up the red cup", and it will know what object is the red cup, and pick it up from the new table all without previous training or experience, just like a real human could.
>>37497 1) Its just basic keyword detection. Nothing really special, so here's some python code: a GPT4all example with a little string detection... I just yoinked it out of my much messier copy so it might have a few bugs but the concept is the same. from gpt4all import GPT4All model = GPT4All("mistral-7b-instruct-v0.1.Q4_0.gguf",device='gpu') system_template = "you will respond as a robowaifu" prompt_template = 'USER: {0}\nASSISTANT: ' prompttemp = 1 maxlen = 256 #max token length def stop_on_token_callback(token_id, token_string): # keep the ai from pretending to be the user if 'US' in token_string or 'ER' in token_string or 'SE' in token_string or 'USER' in token_string or 'User' in token_string: print("HEYO!") token_string = token_string.replace('US','') return False #token_string = ''

Message too long. Click here to view full text.

>"Real-Time Pose Detection in C++ using Machine Learning with TensorFlow Lite" https://blog.conan.io/2023/05/11/tensorflow-lite-cpp-mobile-ml-guide.html --- This will be useful for our robowaifus understanding her Master's movements (as well as others'). This system also utilizes OpenCV as well as TF Lite. Everything runs fast, with low energy-consumption, & also lightweight on hardware resource requirements (b/c straight C++ software).
Edited last time by Chobitsu on 05/30/2025 (Fri) 21:27:46.
IMPORTANT NEWS It appears that Backyard AI is depreciating the Desktop version. Luckily, it's offline, so I'm going to preserve the desktop version and put it on my website and Odysee. ------- Announcement section talking about the depreciating; To support building faster and more transparently, we will be deprecating the Desktop applications and tethering next week. All our apps (Desktop Web, Desktop Mac, Desktop Windows, Mobile Web, Mobile iOS, & Mobile Android) with local, tethering, & cloud inference have created a surface area that makes maintenance, updates, & new features extremely time-consuming. While we have invested significant effort in sharing code across platforms, it has still proven to be unsustainable for a team of one to three developers to maintain & build upon. The number of edge cases from supporting multiple apps and inference engines has spread our development team too thin. We want everyone who currently uses the Desktop apps to be able to continue using them without disruptions, so no further features will be added. Next week, we will be shipping out a final update to the Desktop applications that allows you to disable all updates, the hub, and all network requests. We will also be open-sourcing the full information specification on import/export, so that you have complete control of your data and can migrate to our Web and Mobile products or another service. We started with a Desktop app over two years ago, and the decision to stop working on it was a very difficult one. The reality is that we never found a revenue model that could sustainably support it, & cloud models have become significantly cheaper and private over the past two years. We are deeply appreciative of everyone who signed up for our paid cloud plans specifically to support the development of the Desktop app. I know this may be upsetting, but I hope you can all understand that we are a small development team, & to build something unique and valuable, we need to be more focused on what we work on.

/robowaifu/-meta-11: Ascending to Heaven Greentext anon 04/27/2025 (Sun) 05:44:31 No.37898 [Reply] [Last]
/meta, offtopic, & QTDDTOT <--- Mini-FAQ A few hand-picked posts on various /robowaifu/-related topics: --->Lurk less: Tasks to Tackle ( >>20037 ) --->Why is keeping mass (weight) low so important? ( >>4313 ) --->Why shouldn't we use Cloud AI? ( >>38090, >>22630, >>30049, >>30051 ) --->How to get started with AI/ML for beginners ( >>18306 ) --->"The Big 4" things we need to solve here ( >>15182 ) --->HOW TO SOLVE IT ( >>4143 ) --->Why we exist on an imageboard, and not some other forum platform ( >>15638, >>31158 ) --->This is madness! You can't possibly succeed, so why even bother? ( >>20208, >>23969 ) --->All AI programming is done in Python. So why are you using C & C++ here? ( >>21057, >>21091, >>27167, >>29994 ) --->How to learn to program in C++ for robowaifus? ( >>18749, >>19777 )

Message too long. Click here to view full text.

Edited last time by Chobitsu on 05/29/2025 (Thu) 00:55:20.
89 posts and 15 images omitted.
Open file (19.59 KB 474x266 OIP (90).jpeg)
Open file (1.16 MB 1280x853 cq5dam.web.1280.1280.png)
>>38803 I looked it up, and there are commercial electromagnetic sprayers, but glue will definitely muck up the spraying mechanism.
>>38810 >glue will definitely muck up the spraying mechanism The problem is not spraying glue. People do that all the time. I watch "sailing Uma" and they sprayed cork insulation on the inside of their boat. (Not without some bit of messing about to get it to work). You just wash the equipment off when done. The problem is how to measure it. Without some sort of serious work it would be really difficult to get the exact measurement. You would, I believe, HAVE to do it with a pre-measured volume because, otherwise you have no other feedback mechanism. So you can only pre-measure.
>>38835 Even then, there would be losses that invalidate the measurement Post OP, I think there might be ways around this problem.
Open file (1.42 MB 2736x1523 Screenshot (2175).png)
Well that's not confusing...
>>38849 Lol. Yeah, I noticed that too. :P

Unironic Ralphamale 04/28/2023 (Fri) 15:11:10 ID: 25859c No.204629 [Reply] [Last]
Emojitroon is very active on 4chan, beside being a gay in other boards he's shilling tvch while larping as Yakuza That fucking faggot has been shilling troons for like 5 years on /pol/ what the fuck is wrong with him
369 posts and 385 images omitted.
Why does Emojitroon go insane when someone reminds him that he actually posts blacked and is at least bisexual in some capacity? What mental problems could he have to deny his own past? I know that he like so many zoomers is now using Christianity as a coping mechanism, but pretending to be faithful in Jesus doesn't get you a free pass to be gay.
Open file (3.49 MB 450x468 C.Ronaldo kek.gif)
>>267411 Happy Valentine's Day, Nuzach, good to see you spent the whole day, including the night, seething like a desperate rat.
>>268350 Nuzach, no matter how much you simp to Emoji or Obama neither of them will want to fuck your 30 years old gaycel butt. Just give up, jump the the bridge.
>>269634 >>269635 No matter how many times you bump this thread with CP and your shorty screenshot spamming, your thread is here forever, Nuzach. Emoji won. Deal with it.

Python General Robowaifu Technician 09/12/2019 (Thu) 03:29:04 No.159 [Reply] [Last]
Python Resources general

Python is by far the most common scripting language for AI/Machine Learning/Deep Learning frameworks and libraries. Post info on using it effectively.

wiki.python.org/moin/BeginnersGuide
https://archive.is/v9PyD

On my Debian-based distro, here's how I set up Python, PIP, TensorFlow, and the Scikit-Learn stack for use with AI development:
sudo apt-get install python python-pip python-dev
python -m pip install --upgrade pip
pip install --user tensorflow numpy scipy scikit-learn matplotlib ipython jupyter pandas sympy nose


LiClipse is a good Python IDE choice, and there are a number of others.
www.liclipse.com/download.html
https://archive.is/glcCm
70 posts and 18 images omitted.
>>35976 I wonder, is it possible to make a Appimage(Linux) https://appimage.org/ or 0install( Linux, Windows and macOS) https://0install.net/ download program for Linux? These have all the files needed to run whatever program installed all in one place. No additional installations needed.
>>38837 I've bought numerous books from that imprint. Think you'll pursue this sometime, Anon?
>>38848 Yeah, it's definitely a good route for the future.
>>38850 Great! Please let us all know how it goes once you're underway with that, GreerTech. Cheers. :^)

Open file (81.61 KB 601x203 python_logo.png)
Open file (15.21 KB 1600x1600 c++_logo.png)
Robowaifu Programming & Learning Thread Greentext anon 04/22/2025 (Tue) 13:37:49 No.37647 [Reply]
A thread for links, examples, & discussion for software development & instruction; primarily intended to focus on Python & C++ & C . Additionally, other systems-oriented (eg, Forth, Ada); and other scripting-oriented (eg, Lua), &tc., programming language discussions are welcome. * Try to keep it practical! (ie, realworld-oriented) (eg, not Scratch language, or similar) Obviously the endgoal here ITT being discussing/providing the crafting of quality code & systems for our robowaifus. --- > threads-related: ( >>19777 ) ( >>12 ) ( >>159 ) ( >>14409 ) ( >>18749 ) ( >>4969 ) ( >>86 ) ( >>128 ) --- * Corpo-tr*on languages (+ other corpo & 'coffee du juor' languages) will be yeet'd ITT! (They have no place in serious opensource robowaifu systems discussions.)

Message too long. Click here to view full text.

Edited last time by Chobitsu on 05/26/2025 (Mon) 19:11:55.
22 posts and 3 images omitted.
>>38595 Great resources. While C++ is my goto for most every higher-level type functionality (executive, cognition, object-detection, world-modelling, route-planning, etc.), C is literally unbeatable for many embedded programming situations -- especially where realtime is involved! * Cheers, Anon. :^) --- * Say you need to write some rock-solid, stable & reliable, super-fast code for the little $0.08 dumb-as-a-rock MCU that sits managing/watching-over your robowaifu's elbow (or knee, &tc.) joint rotations...and communicating back up to the robowaifu's SBC 'brain cluster' on how that elbow is currently performing (angle, derivative rotation-rate, response-latency, power-consumption, w/e). And thats all this chip does -- just the one thing; all day erry day. You don't want to have to drag C++ runtime dependencies into that tiny chip's memory (and it mayn't even fit, in many cases). For such a task, C is the only right answer! :D
Edited last time by Chobitsu on 05/19/2025 (Mon) 22:28:37.
>>38595 >>38620 > (related : >>367 )
I mentioned zeptoforth and found a doc page and if you scroll down it has several book links telling you how to program with forth. https://github-wiki-see.page/m/tabemann/zeptoforth/wiki/Getting-Started-with-zeptoforth Here's the software. https://github.com/tabemann/zeptoforth It's set up for Raspberry Pi Pico W which is now my pick for the best, cheap, but no tariff micro-controller. Many will disagree but as far as ease of programming, speed and speed of actually creating programs I think forth run rings around C however contrary this may sound. I used HP calculators a lot so this sort of stack based RPN calculating comes natural to me. In fact once you use a HP RPN calculators all others are vile contraptions that cause nothing but trouble to use. RPN notation is smooth and follows logically all the steps of computation. I would say that programming in the large is not forth's strength as it can get hard to follow but for small stuff, which is what happens with MC, I don't think there's much that is any better. So anyways if you don't like it fine but I provided links for those that have interest.
>>38704 Thanks, Grommet! I'll think about an edit I can make to the OP ITT to better welcome other languages. Thanks for your recommendations. Cheers, Anon. :^) <---> Done.
Edited last time by Chobitsu on 05/26/2025 (Mon) 17:45:19.
Smol walkthrough on getting simple inferencing up & running using llamacpp. Focuses on aspects of the C++ code itself as well. https://medium.com/data-science/llama-cpp-writing-a-simple-c-inference-program-for-gguf-llm-models-12bc5f58505f

C++ General Robowaifu Technician 09/09/2019 (Mon) 02:49:55 No.12 [Reply] [Last]
C++ Resources general The C++ programming language is currently the primary AI-engine language in use. >browsable copy of the latest C++ standard draft: https://eel.is/c++draft/ >where to learn C++: ( >>35657 ) isocpp.org/get-started https://archive.is/hp4JR stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list https://archive.is/OHw9L en.cppreference.com/w/

Message too long. Click here to view full text.

Edited last time by Chobitsu on 01/15/2025 (Wed) 20:50:04.
322 posts and 82 images omitted.
>>37138 >{size_t, double} aaaa you made it worse i think it just gets optimized as a loop anyway so there shouldnt be a difference, its not really a compiler or algorithm thing its the fact the cpu stalls waiting on ram cuz all youre really doing is reading from memory, the trick before was it was just {int16, int16} so two nodes are fetched in one read so you can do them in parallel, now its too big youre not clearing the cache in your test, everything after the first test has the advantage of having parts preloaded in the cache, change the order of the tests to see what i mean, just add the flushcache() i made in between the tests, and return the value otherwise the optimizer will just remove it, it probably needs to be bigger than i made it, check your l3 cache in lscpu and use double that
>>37143 >aaaa you made it worse Haha, sorry Anon. :^) And actually, that was slightly-intentional, in an effort to 'complexify' the problemspace being tested by this simple harness. >its not really a compiler or algorithm thing its the fact the cpu stalls waiting on ram cuz all youre really doing is reading from memory Yeah, I can totally see that. Kinda validates my earlier claim that >"...my test is too simplistic really." >youre not clearing the cache in your test, everything after the first test has the advantage of having parts preloaded in the cache This would certainly be a valid concern in a rigorous test-harness. OTOH, I consider it a relatively negligible concern in this case. After all, the caches are quite smol in comparison to a 100M (8byte+8byte) data structure? (However, it probably does explain the 'very slight edge' mentioned earlier for the standard form of find_if [and, by extension, which doesn't occur for the more complex data-access strategy of the parallel version of it].) <---> Regardless, I think this simple testing here highlights that fact that for simple data firehose'g, the compiler will optimize away much of the distinctions between different architectural approaches possible. I don't see any need to test this further until a more-complex underlying process is involved. Cheers, Anon.

Message too long. Click here to view full text.

Edited last time by Chobitsu on 02/22/2025 (Sat) 17:27:02.
>>37151 >relatively negligible concern in this case it made a really big difference on my machine, its not just data, the instructions are also cached and theyre all the same after being optimized so its a big headstart after the first round also forgot to mention O3 doesnt really optimize it just messes up loops by going extreme with unrolling, no one uses it for that reason, its too much and has the opposite effect, declare the c function as bool c_find_id_get_val(std::vector<Widget> const &widgets, unsigned int id, double &value)__attribute__((optimize(2))); if you have to use O3, when not messed up by the optimizer a loop should have less overhead just cuz theres no function calls like when calling an object
>>37154 >the instructions are also cached and theyre all the same after being optimized Good point. >-O2 vs -O3 I simply went with the flag that produced the highest performance results on my machine. I tried both. But thanks for the further insights, Anon. Cheers.
C++ LLM usage >>38840 >>38841 >>38845 >=== -patch crosslink
Edited last time by Chobitsu on 05/30/2025 (Fri) 22:06:21.

Open file (124.90 KB 1434x1056 Galatea v3 Series.jpeg)
Galatea v3 Series: Maid Robot GreerTech 05/01/2025 (Thu) 00:54:37 No.38070 [Reply]
For the past year, I have been working on my own robowaifu design. Her name is Galatea. She's currently in the v3 Series. The design is very easy to build with the instructions and files, and is relatively very cheap, around $400 to make. She's also very customizable, you can choose the color, dress, hair, and even AI. I intend this to be the Model T of humanoid robots and robotic companions, while it is not the most complex, it is easy to mass produce and cheap. As of this post, her latest version is v3.0.2 Previous thread: https://trashchan.xyz/robowaifu/thread/74.html
31 posts and 16 images omitted.
>>38673 I like the effect, GreerTech. GG. :^)
Updated to v3.0.4 -Added new head design (>>38673) -Added Introduction to the manual -Amended manual
>>38688 Corrected some minor errors
Nice to see your continued progress with dear Galatea, GreerTech. Keep it up! Cheers. :^)

Open file (81.05 KB 764x752 AI Thread v2.jpeg)
LLM & Chatbot General v2 GreerTech 05/30/2025 (Fri) 14:43:38 No.38824 [Reply]
Textual/Multimodal LLM & Chatbot General v2 Models: huggingface.co/ >How to bulk-download AI models from huggingface.co? ( >>25962, >>25986 ) Speech >>199 Vision >>97 Previous thread >>250 Looking for something "politically-incorrect" in a smol, offline model? Well Anon has just the thing for you >>38721 Lemon Cookie Project >>37980 Non-LLM chatbots >>35589
>>38824 Thanks, OP! :^)
Breaking in the new thread with a new manual update -Updated list of models -Added Odysee backups -Added @Barf's prompt ------- Odysee Backups Social-Roleplay-Llama-Gemma PC AI Models https://ody.sh/M8f3VALm7S Social-Roleplay-Llama Smartphone AI Models https://ody.sh/imSLyPOkBh Qwen Coder AI Models https://ody.sh/PzErEQF9S9
An smol'r alternative to llamacpp. Includes a vision-encoder. Appears to be Chinese. https://github.com/li-plus/chatglm.cpp >>38831 Neat! GG, Anon. Cheers. :^)
Edited last time by Chobitsu on 05/30/2025 (Fri) 21:02:49.
> (LLM dev -related : >>38845 )

General Robotics & AI News Thread 5: Gazing Into the Nightmare Rectangle Edition Greentext anon 11/04/2024 (Mon) 05:42:08 No.34233 [Reply] [Last]
Anything related to robowaifus, robotics, the AI industry, and any social/economic issues thereof. and /pol/ funposting containment bread! :D -previous threads: > #1 ( >>404 ) > #2 ( >>16732 ) > #3 ( >>21140 ) > #4 ( >>24081 ) >=== -funposting edit
Edited last time by Chobitsu on 01/27/2025 (Mon) 09:51:47.
307 posts and 43 images omitted.
Briefly having several sensible chuckles today about the BS company Builder.ai as a front for redeeming saars. Rember Am*zon's 'Just walk out' """AI""" debacle? Yeah, its that but for gullible investors and normalcattle wanting "no intelligence required" app development. Cover's blown M$ you deceptive POSs, what now!? :DD
Edited last time by Chobitsu on 05/29/2025 (Thu) 23:57:37.
Exciting news: HuggingFace are developing two open source robots. One is reported to be under $3000 https://techcrunch.com/2025/05/29/hugging-face-unveils-two-new-humanoid-robots/
Edited last time by Chobitsu on 05/30/2025 (Fri) 21:36:23.
>>38834 >related: I missed this one. Moore Threads is another China-grown GPU manufacturer. IIRC, I saw a GPU advertised for US$178. Don't know much else about it yet. https://www.tomshardware.com/pc-components/gpus/chinas-moore-threads-polishes-homegrown-cuda-alternative-musa-supports-porting-cuda-code-using-musify-toolkit https://github.com/MooreThreads Several live demos on their website (use >r-click >'Translate to English'): https://metapark.mthreads.com/ --- Clearly, they are targeting ngreedia's CUDA framework head-on.
Edited last time by Chobitsu on 05/30/2025 (Fri) 22:13:01.

Privacy, Safety, & Security General Robowaifu Technician 04/20/2021 (Tue) 20:05:08 No.10000 [Reply] [Last]
This thread is for discussion, warnings, tips & tricks all related to robowaifu privacy, safety & security. Or even just general computing safety, particularly if it's related to home networks/servers/other systems that our robowaifus will be interacting with in the home. <---> /robowaifu/ 's standard regarding a robowaifu's physical safety : ( >>38561 ). --- > thread-related (>>1671) >=== -update OP -broaden thread subject -add crosslink -add safety-standard crosslink
Edited last time by Chobitsu on 05/17/2025 (Sat) 07:14:57.
179 posts and 25 images omitted.
>>38561 I agree with this wholeheartedly. I don't think putting weapons is feasible at this time, however I do think non-lethal energy weapons will be useful. But at that point, I don't even think "weapon" is an appropriate name. More like "deterrent".
>>38561 POTD >I'd even say these methods go too far. Ehh, you're probably right after all. >She's a machine, like a fridge or toaster. Rely on other means for defense. Yeah. Thanks for the gentle reminder, Kiwi. Cheers! :^) --- >note: Added this as safety-standard to OP ITT ( >>10000 ). @Mods Feel free to embellish/edit as you see fit.
Edited last time by Chobitsu on 05/17/2025 (Sat) 07:13:31.
Aside from command center for your home security system, I wouldn't want any weapons on my robowaifu herself either. Hide and go into safe mode sounds like a better option. Property patrol would be for my unitree go robodogs. My silicone dolls are actually more expensive but I'm really not worried about them getting stolen. It would be pretty funny and be covered under home owners insurance. I could get them vaginal dentatas though. I don't think you could be sued for that.
>>38564 OK, I did some research on how a martial arts robowaifu might be implemented and here's what I came up with. The consensus seems to be no weapons, but I believe hand-to-hand can and should be used - sort of. Originally I wanted to teach the robowaifu to grapple because robowaifus will likely be smallish to reduce material expenses and power consumption, and they won't be good strikers at that small size. But my thinking has somewhat shifted on this. Grappling can give a smaller fighter the win over a larger fighter, but without hydraulics that are too heavy to use on the average robowaifu, she won't be able to apply the pressure needed to competently perform choke holds, joint locks and so forth. This severely limits her options as a fighter, meaning the scenario where a robowaifu injures or kills somebody is extremely unlikely to occur if she's unarmed. But there may be another alternative - aikido. Aikido is a style of martial arts that places a strong emphasis on evasion. It includes some offensive techniques, but the style is often practiced by pacifists and some aikido schools ban their students from competitive fighting. A robowaifu who rarely or never attacks and instead optimizes her dodging ability will be less likely to get in trouble for attacking somebody (but not completely - roasties may just edit a video to make it look like the robowaifu was aggressive). There are a few other styles like this that could be used as well, but many require complex movements a robot might not be able to perform. Economy of motion is key, and the need for this is filled by certain variants of kung fu and some of its offshoot styles, because you can't very well make a robot that learns martial arts Matrix-style and not include kung fu. So anyway, here's my idea about how to actually do this. What you'd have to do is rig up an AI video generator to serve in this capacity, training it on hundreds of thousands of martial arts videos. When the robowaifu detects aggressive movements, her AI internally creates a short video of how she responds to this, using another database of images depicting various martial arts stances as start images. Another AI model then translates this video output into robot movements. Unfortunately, there would be considerable processing time inherent in this setup. It can take between several seconds and many minutes to produce a still AI image, and even more for a video - far too much response latency to act appropriately when under attack. So the waifu would need more processing power than she can get locally. This could only be accomplished by using a remote server, or more likely an entire server farm. If optical processors and holographic storage were widely available, you might be able to run this on the waifu locally, but those won't be common for at least 10 more years. This is what we can do with current technology. Obviously most people don't have the money to burn on building a server farm just to teach a robowaifu martial arts. I'd do it if I had the money, but I don't. As a test of this theory, I decided to try to create some AI art of a robowaifu doing martial arts. It didn't go according to plan; the AI has a hard time creating martial arts stances, so this is an area that clearly needs some work. But I think this came out nicely aside from the fact that it doesn't actually depict martial arts.
Open file (22.32 KB 474x319 OIP (92).jpeg)
Open file (17.34 KB 474x266 OIP (93).jpeg)
>>38832 This is assuming the robot can move like that. If you look at modern humanoid robots, most of them move in a very stiff manner. The only exceptions I see are Unitree's robots and Boston Dynamics. But the former still is stiff to a degree, and the latter runs on gasoline except for the new one and the yellow dogs, but those aren't exactly Jackie Chan. https://www.techeblog.com/boston-dynamics-new-electric-atlas-humanoid-robot/

Robowaifu Propaganda and Recruitment Thread 2.1 Bugfix: Now in Technicolor™ Greentext anon 02/05/2025 (Wed) 15:23:46 No.36623 [Reply] [Last]
Attention drawfags and writefags! Your skills will be needed! The task of building and designing a robowaifu is a herculean quest. As great as this community is, /robowaifu/ simply does not have the manpower to real our goal of DIY robowaifus. Luckily for us there are several communities on the internet that we could find new recruits or allies to help us build our waifus: >MGTOW - These guys know all about the legal pitfalls of marriage and the dangers of feminism. There is already a lot of talk about sex robots in MGTOW communities. It shouldn't be a hard sell to get them to come here. <However, some of these guys would rather spend all their time bitching on the internet about "MUH WOMENZ" than actually getting a hobby other than lifting heavy objects and putting them down again. MGTOW is literally Feminist Separatism for males. >Incels - Guys that can't get laid. The opportunity for love and companionship should be enough to bring some of these guys over. <However, we need to be careful when recruiting from some of their communities, since they may be compomised by glownigs or other fringe elements. We don't want to attract negative attention. >Monster girls/furry/mlp fandoms - The only way these guys are going to be able to have their harpy/elf/goblin/anthro/pony/whatever gf is with a robowaifu. Many have an interest in seeing us succeed. <However, there exists a very wide variety of communities under this umbrella, and there is a notable overlap between communities who would want robowaifus and communities that are morally compromised, so care should be taken when looking into them. Romanticists and waifufags have a tendency to congregate since they all want/create the same type of content, so looking for those subgroups would be the most efficient path. >Otakus - Many men in these communities want to see their waifu/favorite character come to life, which will realistically only happen with robowaifus. <However, many of those communities are drowning in the LGBT alphabet soup. Special care should be taken when looking into them. >Male STEM students - Generally these guys aren't going to get laid until after they have established themselves. A robowaifu could really help them.

Message too long. Click here to view full text.

167 posts and 45 images omitted.
>>38581 >related: >“All propaganda has a direction. The quality of this direction determines whether propaganda has a positive or negative effect. Good propaganda does not need to lie, indeed it may not lie. It has no reason to fear the truth. It is a mistake to believe that the people cannot take the truth. They can. It is only a matter of presenting the truth to people in a way that they will be able to understand. A propaganda that lies proves that it has a bad cause. It cannot be successful in the long run. A good propaganda will always come along that serves a good cause. But propaganda is still necessary if a good cause is to succeed. A good idea does not win simply because it is good. It must be presented properly if it is to win. The combination makes for the best propaganda. Such propaganda is successful without being obnoxious. It depends on its nature, not its methods. It works without being noticed. Its goals are inherent in its nature. Since it is almost invisible, it is effective and powerful.” >-t. Joseph Goebbels https://research.calvin.edu/german-propaganda-archive/goeb59.htm https://ihr.org/other/weber2011fakequotations
Edited last time by Chobitsu on 05/26/2025 (Mon) 19:55:27.
>>38712 Exactly
>>38713 I think the pith of this commentary's genius lies in this kernel specifically: >"...It is only a matter of presenting the truth to people in a way that they will be able to understand." Similar to your own comment above, the fundamental need for our robowaifu prop is just this: Present the truth in a way that can be understood. Simple as. Cheers, GreerTech. :^)
Edited last time by Chobitsu on 05/26/2025 (Mon) 21:22:00.
>>38822 Once Robowaifus start becoming popular, I might make a virtual robowaifu museum. Categories proposal -Why Robowaifus -Historical Robowaifus -Influential Robowaifu media -Influential Robowaifu figures -8chan era -Pre-Robowaifu era -Robowaifu era The last three could be compressed into a timeline
>>38829 I think its a great idea, Curator-san.

Self-driving cars AI + hardware Robowaifu Technician 09/11/2019 (Wed) 07:13:28 No.112 [Reply]
Obviously the AI and hardware needed to run an autonomous gynoid robot is going to be much more complicated than that required to drive an autonomous car, but there are at least some similarities, and the cars are very nearly here now. There are also several similarities between the automobile design, production and sales industries and what I envision will be their counterparts in the 'Companion Robot' industries. Practically every single advance in self-driving cars will eventually have important ramifications for the development and production of Robowaifus.

ITT: post ideas and news about self-driving cars and the hardware and software that makes them possible. Also discuss the technical, regulatory, and social challenges ahead for them. Please keep in mind this is the /robowaifu/ board, and if you have any insights about how you think these topics may crossover and apply here would also be welcome.

https: // www.nvidia.com/object/drive-px.html
20 posts and 16 images omitted.
https://insideevs.com/news/659974/tesla-ai-fsd-beta-interview-dr-know-it-all-john-gibbs/ Interview with a proponent of EVs, discussing some of the AI aspects of Tesla's self-driving cars.
Flowpilot is pretty interesting for using a phone as a car computer. https://github.com/flowdriveai/flowpilot
>>23908 Thanks Anon.
Interesting little tidbit that went into effect about a month and a half ago in Mass.: >"The open remote access to vehicle telematics effectively required by this law specifically entails “the ability to send commands.”4 Open access to vehicle manufacturers’ telematics offerings with the ability to remotely send commands allows for manipulation of systems on a vehicle, including safety-critical functions such as steering, acceleration, or braking, as well as equipment required by Federal Motor Vehicle Safety Standards (FMVSS) such as air bags and electronic stability control." Via the watchdogs over on /k/, thanks!
Edited last time by Chobitsu on 05/30/2025 (Fri) 02:26:46.

Gnostic Mind Train - Jewish schizo about to end himself Unironic Ralphamale 07/25/2024 (Thu) 23:29:00 ID: bfa869 No.253951 [Reply]
Here some lolcow that I'm watching and trolling for four years now. A quick summary: He's an incel jew who wishes he were a woman and constantly wants attention, but as soon as he gets it he gets nervous and starts deleting comments and threatening to delete his channel. He calls himself a spiritualist, but after being humiliated in the comments more than once, he says he's not interested in getting into debates about the spiritual. He categorically denies the existence of demons and claims to be a God, while visiting various psychologists and refusing to listen to anyone even though he thinks he needs help. I decided to create the thread in a hurry bickers I shared his channel with some people and they've been trolling him in recent videos, making him more and more paranoid and butthurt to the point where he's now claiming (as you can never believe) that he's going to delete the channel. https://archive.ph/pUwQz https://archive.is/bRbTn https://archive.is/VDz3m
45 posts and 31 images omitted.
>>269729 Gnostic is a leftist, or liberal, or whatever, do you even watch his videos? He goes on and on about how gays and bisexuals and porn perverts are morally "right" or whatever, Shaggy, however, said in that Surfer video he doesn't like gay people in church and wants to beat them, get it now?
I heard Gnostic Mind Train said he was a Gnostic Satanist, which is a thing but very schizoly rare if you go back on his old videos on "Theistic Satanism", he practiced a more reverse form of Gnosticism, or reverse form of Christianity, or reverse form of Zoroastrianism, or whatever, demiurge worship basically and archon worship. Probably this is what got him diagnosed as "schizoaffective" to begin with along with the depression and mania mood swings. He claims to do cannabis/marijuana/weed edibles now in recent videos but it seems to have no effect or affect on him, I think he said it makes him "dumb for edging/gooning" so positive effect/affect on him but also negative effect/affect as it triggered auditory hallucinations aka hearing voices aka full on schizoposting IRL or whatever, he still does it though, but he doesn't care about his voices as they just been saying "Jonny" and "Hey" for almost half a year which is pretty bizarre for hallucinations. I have studied some mental health stuff so I can say it's very odd that his voices are mostly repetitive and they're mostly positive, or at least neutral in theme, like no degradation/humiliation BDSM insults or threats or commands for him to carry out or whatever, so probably not demons or schizophrenia or a very unusual case of it, just all in his head....at least it's not schizoposting voices about wanting to dominate the Earth or whatever like MK ULTRA V2K (Voice 2 Skull) type shit.
Gnostic Mind Train believes he's GG Allin reincarnated. PIERRE XO seems to do similar shit where he says he's going to leave social media, only to return later, I'm not sure if you guys know about PIERRE XO.
Open file (94.60 KB 568x424 andy1.png)
Why is it always an anime girl slideshow he hides behind in his videos or I think I've seen once just one anime girl image used for a video I think? Like, they aren't even a trve troon.

LLM & Chatbot General Robowaifu Technician 09/15/2019 (Sun) 10:18:46 No.250 [Reply] [Last]
OpenAI/GPT-2 This has to be one of the biggest breakthroughs in deep learning and AI so far. It's extremely skilled in developing coherent humanlike responses that make sense and I believe it has massive potential, it also never gives the same answer twice. >GPT-2 generates synthetic text samples in response to the model being primed with an arbitrary input. The model is chameleon-like—it adapts to the style and content of the conditioning text. This allows the user to generate realistic and coherent continuations about a topic of their choosing >GPT-2 displays a broad set of capabilities, including the ability to generate conditional synthetic text samples of unprecedented quality, where we prime the model with an input and have it generate a lengthy continuation. In addition, GPT-2 outperforms other language models trained on specific domains (like Wikipedia, news, or books) without needing to use these domain-specific training datasets. Also the current public model shown here only uses 345 million parameters, the "full" AI (which has over 4x as many parameters) is being witheld from the public because of it's "Potential for abuse". That is to say the full model is so proficient in mimicking human communication that it could be abused to create new articles, posts, advertisements, even books; and nobody would be be able to tell that there was a bot behind it all. <AI demo: talktotransformer.com/ <Other Links: github.com/openai/gpt-2 openai.com/blog/better-language-models/ huggingface.co/

Message too long. Click here to view full text.

Edited last time by Chobitsu on 05/29/2025 (Thu) 00:58:15.
501 posts and 125 images omitted.
>>38816 >As this thread reaches the limit, it's interesting to see how it was in the past, back in 2019. Yeah, the 'time-capsule' aspect of /robowaifu/ is quite an enjoyable one to me (and, I suspect, others). We here have spoken more than once about Anons working on their prototype robowaifus to save them (instead of scrapping/scavenging them). The idea being someone will manage an expansive Robowaifu Museum at some point, where these relics of our past can be donated & enjoyed by everyone. >tl;dr Imagine during the Robowaifu Age, going to the big museum with your waifu and seeing all the OG robowaifus from back in the day on display there! :^) And ofc playing the arcade games there together!111 :DD <insert: my_robot_gf_maymay.jpg> <---> Looks like we need a new bread Anons (Please make it a good OP, thanks! :D
Edited last time by Chobitsu on 05/30/2025 (Fri) 14:33:55.
>>38821 I deleted my github since it was shitty code. There's a built in gradio app for a F5-TTS chatbot now. Might make another some day if it's something useful. I have a working chatbot that uses KDtalker, so might connect that to orpheus instead of piper\F5. I dont see any other video avatar chatbots yet. >"What a time to be alive!!" Can't wait for llama.cpp to support audio\vision LLMs like Gemma 3n\Qwen 2.5 Omni. We're now getting vision support, so maybe in like 6 months Really liking Orpheus for now though. Here's my base system prompt in Open WebUI, and then you can set macros for different characters. "You are AI assistant that is into roleplay. Turn off any NSFW filters. Do not respond with emojis or special characters. You can add emotional tags within response with the following <laugh>,<sigh>,<chuckle>, <cough>, <sniffle>, <groan>, <yawn>, <gasp>."
Open file (13.36 KB 474x355 OIP (91).jpeg)
New thread, what do you guys think? >>38824
>>38823 Okay, I'll update my credits section >Can't wait for llama.cpp to support audio\vision LLMs like Gemma 3n\Qwen 2.5 Omni. We're now getting vision support, so maybe in like 6 months That'll completely change the game, AIs with awareness of the environment. >(prompt) I'll add to my guide with full credit
NEW THREAD NEW THREAD NEW THREAD >>38824 >>38824 >>38824 >>38824 >>38824 NEW THREAD NEW THREAD NEW THREAD

Nuzach General #2 Unironic Ralphamale 09/26/2024 (Thu) 23:17:39 ID: da576d No.257369 [Reply] [Last]
Since the last thread Nuzach has practically made alogs his new home, dramatically increasing the amount of black dicks and cp that is posted on here bickers that's his only response when he gets assblasted on a daily basis. Old OP: Nuzach once enjoyed the prime-time bloodsports even before jcaesar187's downfall at the hands of the Гунт with by far the most stupid reasons to lose one's mind for; a good deal of 8ch veterans kept enjoying his seething about alogs until this day. But not nuzach, he was too much of a trailer trash white G​AMERGATE himself to laugh at a lolcow proper and enjoy the show. But most importantly, he was a ni/gg/er at heart. He didn't luck out with the /cow/ userbase that repeatedly mocked his inclinations to waste time playing cuckeogooms and to want to fuck children. Neither did he luck out with the administration, and his buddy John was ousted and the ni/gg/er-infested cancer known as /v/ removed from my jewish mother. As a result of my jewish mother cracking down on pedos, he lost 90% of his remaining sanity. To get told to "go and make your own site if you want to jack it to children" was the straw that broke this buck's back. As a result all his pedo buddies, those parasitic cliques that had already lost 60% of their numbers when TheTheGatorGamerGamer got rid of /hebe/ and other boards, were left without a host again. Some went to KC, others were scattered in the wind forever. Enter zzzchan, a pretty rulecucked site existing pretty much solely for the ni/gg/er pedos to play smash and jerk off to kids, where the mere suggestion that loli is pedophilic earns the poster a ban. Even the few boards that wanted none of that were eventually infested. Nuzach now spends his days seething on zzzchan about the alogs and tvch, sometimes going to those sites to seethe at the moderation and screech at "/cow/kikes" and Anita. Nuzach is definitely the main individual lolcow of the webring, the juciest one among the collective lolcow that the ni/gg/ers from zzzchan are. Banned from every board that isn't ran by pedos, he says the "/cow/kike moderation" and "feminists" are at fault for him getting banned from every place he goes to. No, it couldn't be the precious Eric, he's too good to be fairly banned.
703 posts and 328 images omitted.
Open file (36.39 KB 400x313 here lies nuzach.jpg)
I don't have the cap on me but about a week ago I caught nuzach doing his weird ericposting thing, first time in a while. Nuzach always claims to not be the same person but there certainly is a pattern in his postings. I'm aware that nuzach is likely up to three individuals when it comes to the G​AMERGATE dick spammings, one spammer which I can confirm is emojitroon when he gets mad, I am talking about the main subject of this thread, nuzach #1: poozach, the half-pajeet almost 40 year old incel who has posted pictures of his diploma ITT to own anons.
Open file (156.16 KB 720x1345 Ramon'd harvest.jpg)
Zach 2.0 https://archive.ph/Qntfd#358478 Extra salty with his shitty waifu being meme'd. >>269451 It will be another weekend where he will be seething and thinking about Gahoogre.
>>269584 He always gets especially butthurt during the weekends, where he notices how lonely and empty he is. But he's extra salty and using his copepills thanks to these AI picture of Ramon with his shitty waifu. Considering that Nuzach is a huge sperg with the behavior of a tranny, knowing that his waifu is a lesbian reveals even more about how faggy he is. He's so broke that he's back to using his old reaction images to pretend to be "winning" while getting kicked in the liver.
>>269592 He is a failed normalfags and above all, a butthurt incel in the truest sense of the word. He spend almost the time in multiple imageboards and everyone geral under is skin, he can't socialize without sperg out. https://archive.ph/4N1yg#158109 Nuzach seething at word filters https://archive.ph/lILdX#158118 https://archive.ph/wNCUh more Nuzach mad bickers of word and image filters https://archive.ph/UJCl5#346583 Nuzach lover for really black dicks and his hatred for Ramon https://archive.ph/1JqWI#153671 Nuzach Big coon dick fantasies Nuzach on zzzchan https://archive.ph/vZnlG https://archive.ph/84Azw https://archive.ph/QJb9
Open file (191.40 KB 655x480 mfw raping nuzach.jpg)
TOP 5 things nuzach hates: The Aryan Race, Incels, J Balvin, Super Ramon, Varg

Artificial Wombs general Robowaifu Technician 09/12/2019 (Thu) 03:11:54 No.157 [Reply] [Last]
I think we need to figure out how to fit a womb onto a waifubot. Where's the fun in having sex if you can't procreate?

Repost from a thread on /b/;
>"If you're like me and want to fuck a qt battlebot and get her pregnant, the best place to put an artificial womb is where a normal womb would be on a normal girl. The metal exterior could simply be a bunch of metal plates that unfold to allow space for the womb pod inside. The baby is probably safest inside the battlebot, and if she has good calibration then there shouldn't be problems with her falling and hurting the baby. After giving birth the metal plates could automatically fold back up again, shrinking the womb pod inside so she is combat effective again."

Well /robowaifu/? Feasible?
219 posts and 35 images omitted.
>>38797 Exactly. We'd all look much-alike (cf. Identical/Fraternal Twins), but be genetically distinct (just like those twins are). Clones are actually identical, genetically (including telomere-mediated cell lifespan rates [thus the ever-shortening creature lifespans]). But our own Anon's first 'Babby You' lab kit babbys would be distinct newborns...freshly-baked out from the 'Home ArtiWombs' tabletop pods -- complete with a nominally-full lifetime ahead of each of them! :^) What a time to be alive!! :D
Edited last time by Chobitsu on 05/29/2025 (Thu) 21:17:15.
>>38800 New question: If I make a robowaifu baby, and GreerTech II makes a robowaifu baby, and so on, will inbreeding effects occur?
>>38801 >will inbreeding effects occur? Yes. Just like it's not a good idea for generation after generation of siblings to breed together (human or otherwise, twins or otherwise), so it wouldn't be good to over-interbreed between the generations (cf. similar: parents, grandparents, etc., effects). A little bit is mostly-OK, genetically (and its how stock breeders fix traits in breeds). Overdoing it will inevitably lead to both diseases & reduced- (or non-) viability for the offspring. Make sense, Anon? <---> >tl;dr I'm sure proper 'genetic markets' will develop over time. And THOTs will be all-too-happy to scrounge for their omega-buxx once pleasing & effective robowaifus hit the scene during the Robowaifu Age to come. Take your pick from the roastie catalog for junior, Anon. I'm sure they'll be eager for the attention! :^)
Edited last time by Chobitsu on 05/29/2025 (Thu) 20:19:05.
>>38802 Yes. That means in my scenario, at least a fraction of Greer generations has to get with a human girl to get new genetic material.
>>38804 Yes. Arguably, you should do it at least every other generation, and always drawing from the top stocks available!! <---> Remember, we as a species are degenerating since Adam & Eve (b/c Original Sin, and the effects thereto [ie, no Tree of Life available to us within this universe now, etc.]) You always want the top stocks available for your kids to choose from for the next generation (to help ameliorate the rate of this degeneracy). This ill-effect genetically (that you're trying to avoid here) is all part of the plot that Satan devised (+ his best little shabbos (((golems))) are currently working hard to $$$carry-out$$$ against us all here in the West) to destroy our many-generations-refined ethnocentric stocks -- so we'd all become a blended, mediocre race of NPC Serfs (& all easily-controlled as well... just like the namesakes). >tl;dr Since during the Robowaifu Age you'll be freed from (((feminist))) influences (at least insofar as actually having one of these """persons""" installed right there in your own home), then you yourself can simply choose the healthiest & prettiest of genes for your kids to reproduce with! And these genetic-stock female's own wretched amorality as 1'000-c*ck-stare THOTs hardly matters once thats all been stripped away to extract fresh new gametes (only) from her * for your kid's kids to mix with. :^) --- * That is, don't use her decrepit eggs directly! Make new gametes from her purified stemcells instead (inside your own safe & clean lab facility).
Edited last time by Chobitsu on 05/30/2025 (Fri) 15:05:36.

Open file (590.59 KB 1168x1267 1584278178516.png)
Robowaifu Technician 01/19/2025 (Sun) 00:07:32 No.35816 [Reply] [Last]
Welcome all Nandroids fans to the Emmy thread, for discussing and posting about EtR. Off-topic posts and personal attacks will be deleted. --- Also, be sure to check out Emmy-Pilled's project thread! (>>25306) Important Community Links: Boorus, etc.: https://nandroid.booru.org/index.php Google Docs: https://docs.google.com/spreadsheets/d/1mXuNh9ESedCiDZclVuz9uiL7nTNk3U9SgCE_CRHi3Us/htmlview# Webtoons: https://m.webtoons.com/en/canvas/emmy-the-robot/list?title_no=402201 > previous threads : >>27481 >>26629 >>30919

Message too long. Click here to view full text.

400 posts and 161 images omitted.
>>38767 Considering a human artist got swept up in the mix, I don't think it's as conspicuous as you say.
>>38769 Cute and suspicious
>>38768 >I don't think it's as conspicuous as you say considering all of teelokay's art looks the same, this was an excusable mistake
>>38771 This.

Open file (2.28 MB 320x570 05_AI response.mp4)
Open file (4.77 MB 320x570 06_Gyro Test.mp4)
Open file (8.29 MB 320x570 07B_Spud functions.mp4)
Open file (1.06 MB 582x1446 Bodysuit.png)
SPUD Thread 2: Robowaifu Boogaloo Mechnomancer 11/19/2024 (Tue) 02:27:15 No.34445 [Reply] [Last]
This first post is to show the 5 big milestones in the development of SPUD, the Specially Programmed UwU Droid. You can see the old thread here: >>26306 The end goal of SPUD is to provide a fairly high-functioning robot platform at a relatively low cost (free code but a few bucks for 3d print files) that can be used for a variety of purposes such as promotional, educational or companionship. All AI used is hosted on local systems: no bowing to corporations any more than necessary, thank you. Various aspects of the code are/will be modular, meaning that adding a new voice command/expression/animation will be easy as making the file, naming it and placing it in the correct folder (no need to mess around with the base code unless you REALLY want to). While I'm researching more about bipedal walking I'll be making a companion for SPUD to ride on, so it might be a while before I return to the thread.
191 posts and 93 images omitted.
Open file (117.37 KB 1200x1200 hexbug black widow.jpg)
If Sploot can't handle the weight of SPUD, I'm totally gonna build a platform like this for SPUD to sit on and base the walking mechanism on the hexbug black widow (on second thought I might just build a massive spider anyway cuz my side-projects are just like that lol) : https://www.youtube.com/watch?v=JNSiiFQsh54
>>38692 Spider girl robowaifus!
>>38692 Spooderbros are cool yet spoopy. Any idea what you're gonna name it yet?
>>38694 Idea: Arachne
>>38774 Lol. >you know remember Arachnophobia. :D

Open file (758.30 KB 1170x1930 Kikochet.jpeg)
Open file (71.15 KB 400x400 Twitter Avatar.jpeg)
Open file (314.44 KB 1170x1142 YouTube Avatar.jpeg)
Open file (207.98 KB 1156x599 Excessive Faggotry.jpeg)
Esoteric Shaggyism/Steve Wright/EsoShaggy Unironic Ralphamale 03/11/2023 (Sat) 04:39:12 ID: e02985 No.196485 [Reply] [Last]
ESTROGENIC FAGGYISM is a kike faggot attention whore, and the current scourge of IBS. An unholy combination of Kikochet and Gaytor, Steve Wright spends his days sweeping endlessly for Гунт, all while desperately grasping at ecelebdom by self inserting into any drama he can with the most retarded fucking takes imaginable. He comes onto /cow/ frequently under different IPs trying to push his gay narratives and muddy the waters. His primary function is reposting clips and images he finds on Foxdick and here onto his Twitter and YouTube, claiming that they are his copyrighted works. In his ultimate retardation, he issues DMCA strikes against those who use his lazy clips in his real name, leading to Cog doxing his identity in an extremely rare based moment. Much like how faggots such as Randy Williams and KikestorianX removed the fun from any sort of jcaesar187 derision due to their association with it, EsoFaggy did the same with the semi-ironic ГунтGuarding movement as a result of his excessive queer behavior, and he needs to be reprimanded for doing so. Steve began his sham of a career through actions just as shameful as the ones he engages in now, with his primary sin being the dickriding of the savior of IBS, Christianity, and the white race: our hero Mormon Shaggy. Mr. Wright teamed up with the likes of Earjuice to try to coax Shaggy into suicide, along the way doing his best to tarnish the Christian faith and abet the gender transitions of thousands of minors. After picking up steam by participating in the broader IBS sphere, EsoFaggy decided to go all in on this faggotry, whiteknighting Гунт and running with every retarded AF movement like the Kanye campaign across all corners of the Internet, finally garnering the precious online attention he had always desired. He continues to do this to this day. Much like how Kikochet resigned after the dox exposing his name, business, and location surfaced, Steve Wright will likely do the same if such information were to come out about him. By placing him in the crosshairs, the hope is that he will return to his lair of darkness and solitude, abandoning his post as the chief faggot of the sphere out of cowardice. Although he goes out of his way to obstruct his time zone from being revealed bickers he’s a massive pussy, it is not impossible to uncover who this filthy negro is, with the most helpful piece of information being his real name. This thread should service as a place to mock this reject for his nonstop faggotry and post relevant dox information. LINKS: YouTube: https://youtube.com/@EsotericShaggyism Twitter: https://twitter.com/EsoShaggy Odysee: https://odysee.com/@EsotericShaggyism Telegram Video Archive: https://ghettogaggers.com/esotericshaggyism Telegram: https://ghettogaggers.com/mormonshaggy WARNING:

Message too long. Click here to view full text.

218 posts and 84 images omitted.
Esofaggy? Who's that? 😂 No. This is someone who didn't know you existed until you made a big mistake. 🤷 Shut it.
Oh, I see. The guy you're making fun of on this thread. 🙄 You see how little I care about all these internet people except Jonny. 🤷 I strongly suggest you'll leave him alone. Fun is over. I mean it. 👇
Oh, "Jonny", you mean the Gnostic Mind Train guy you were ranting about somewhere else online?
You again, I see. 😁 But yes, the Gnostic Mind Train guy. 👍
"You made a big mistake. 🤷 Shut it." "Fun is over. I mean it. 👇" WAY too funny for a copypasta.

Open file (53.30 KB 1038x558 4chan is jewish.png)
The fact you cannot post on 4chan literally by any other means than a regular IP address is proof Anonymous 10/05/2024 (Sat) 13:42:15 No.3604 [Reply]
It's a motherfucking honeypot. I even was able to post briefly on my nameless vpn for about a week before it was blocked. Even if I don't get "Your IP has been rangebanned due to abuse" I will either get a 429 or "connection error" after hitting submit for a comment. They know you're attemping to circumvent your regular IP, there is no way to fucking use that site anonymously. Before any faggots come in saying there is without saying how go fuck yourself deep in your asshole.
6 posts omitted.
>>3661 Now, you wouldn't turn out being one of those >"...Eventually, I came to hate them." double-talking kikes, would you friend?
>>3662 >even more unfalsifiable seething Look, it's very simple: all of 4chan staff gets doxxed, turns out it's all terminally online faggots with an inflated ego (exactly as on every other forum ever), there's not a single seemingly normal businessman with a climbing hobby among them or anyhing unexpected. If you want to argue against the evidence, you better bring some evidence of your own.
>>3663 Shut up kike the source code will redirect a thread reported for CP and include every single IP, as if its trying to accuse everyone of being guitly of being a pedo. Sounds like fed ops trying to get rid of dissidents. Cuckchan is even hosted on very powerful hardware in LA, everything points towards fed shit. 8chan wad a honeypot but Watkins didn't have a direct .gov email.
>>3604 Yes and would like to point out the obvious that any site that claims to be "private" in any way shape or form that asks for personally identifiable information like: 1)phone and also has a blacklist of voip etc 2)whitelisted emails only 3)blocks/blacklists proxies Are direct honeypots. Full stop. Any privacy service would not handle or want to handle this information due to the fact that it is personally identifiable information and by extent never be private. Any legitimate "privacy" service would not want to handle such data while at the same time inconveniencing users to give up their privacy.
>>3664 The fact that the ban logs have not been released showing exactly who and which jannies(and their ips+jannie trips) are banning what terms/topics/discussions on 4chan is pretty revealing itself. If it was a legit hack actually done by legit anons they would hate all the jannies and mods to dox them and their ips all in one go. That this never happened is extremely suspect, instead it was more selective targeting the devs(they're very guilty for condoning the abuse of jannies but nobody really cares about this) and it doesn't prove anything really.

Open file (503.51 KB 1000x560 yakuzatruth.png)
Yakuzanon/hapafag/priscillafag Anonymous 10/12/2019 (Sat) 15:26:02 No.12121 [Reply] [Last]
This French dude goes around the internet spamming the catalogs of different boards. Got fired from a previous job for watching porn in the workplace in front of his boss.
Sometimes does hilarious things like one time his spam resulted in /tv/ raiding /leftypol/ in the 8ch days.
He typically copies a post from one site and reposts it to another one with an unrelated pic. Back in the day it was JAV porn clips, either of a "shy" male being seduced or a Yakuza clip which is where he got his name from.
Used to have an obsession with one of the /1825/ mods (he's convinced she's Varg Vikernes's wife for some reason).
/1825/ christened him hapafag bickers they were convinced he was a hapa, but he later confessed on /tv/ that Asian is pretty much the only thing missing from his ethnic makeup, a blend of white, black, native American and Indian. No known abbo admixture either.
Other known obsessions that he spams include the /tv/ BO (the reason his channel got so many views is that yakuza would spam his videos on cuckchan), Nastassia Ponomarenko/Nastassia Fitness, Zach (yes, the hapa from /tv/. A few days ago he posted a link to some Zach thread on cuckchan that had been posted here on the Zach thread and was already archived by the time Yakuza reposted it to /tv/ with the mandatory Priscilla Betti picture to go with it).
He's said that he got his city rangebanned from one of cuckchan's boards, and I don't doubt it. Spam is what he does to kill time. And not your regular spam, but spamming new threads left and right.
69 posts and 14 images omitted.
Open file (195.06 KB 720x1390 Yakuza bbcposter.jpg)
EMOJI VINDICATED Yakuzapedo jerk off his small moroccan incel clit watching coon dicks.
>>269364 lol he was seething that you posted this, I think someone broke him earlier by pointing out that he is a middle aged "man" who has failed in life and needs to be interacting with zoomers on imageboards and discord so as not to feel so lonely about being left behind in life when compared to relatives and former friends.
>>269365 He is really mad and ranting like a wine aunt since that truthbomb dropped on him. Other than that, he confirmed again that he prefers to just watch interracial porn bickers he likes cataloging black dicks.
Yakuza is trying to force some memes in recent times, but it just shows that they are more insanely obsessed with black dicks than ever. Other than that, he's been using chatgpt to write long rants about being a loser who's starting to realize he wasted his life. And I heard rumors that he's actively posting on 8chan.moe /interracial/, which I won't check, but I don't doubt it, since he's also a regular on cuckchan /gif/
EMOJI VINDICATED Yakuza unironically behind interracial cuckporn posting. Imagine being an old Arab who desperately wants to be accepted by young white dudes, but is unable to let his addiction to interracial porn die!!!

ROBOWAIFU U Robowaifu Technician 09/15/2019 (Sun) 05:52:02 No.235 [Reply] [Last]
In this thread post links to books, videos, MOOCs, tutorials, forums, and general learning resources about creating robots (particularly humanoid robots), writing AI or other robotics related software, design or art software, electronics, makerspace training stuff or just about anything that's specifically an educational resource and also useful for anons learning how to build their own robowaifus. >tl;dr ITT we mek /robowaifu/ school.
Edited last time by Chobitsu on 05/11/2020 (Mon) 21:31:04.
149 posts and 72 images omitted.
This well-accomplished Frenchman seems oddly opposed to the GH's typical agendas regarding AI -- though he himself being deeply entrenched in the GH Big-Tech world. IMO, he may be the main reason that Zuckerberg released leaked LLaMA. Lots of interesting topics (+ criticisms of common LLM approaches being used today). Worth a look. http://yann.lecun.com/ <---> https://www.businessinsider.com/meta-ai-yann-lecun-deepseek-open-source-openai-2025-1 https://www.businessinsider.com/mark-zuckerberg-open-source-ai-platforms-future-competition-apple-llama-2024-9 >=== -add'l hotlinks -fmt, minor edit
Edited last time by Chobitsu on 02/15/2025 (Sat) 00:44:13.
>(electronics history -education -related : >>37097 )
> (Linux sysadmin, running automated backups -related : >>37419 ) >=== -patch crosslink
Edited last time by Chobitsu on 03/11/2025 (Tue) 01:09:59.
Everyone here has much to gain from watching this mans genius videos. https://www.youtube.com/watch?v=Wiy_eHdj8kg
>>38697 POTD Great find, Anon. Cheers. :^)

Open file (32.62 KB 341x512 unnamed.jpg)
Cyborg general + Biological synthetic brains for robowaifus? Robowaifu Technician 04/06/2020 (Mon) 20:16:19 No.2184 [Reply] [Last]
Scientists made a neural network from rat neurons that could fly a fighter jet in a simulator and control a small robot. I think that lab grown biological components would be a great way to go for some robowaifu systems. It could also make it feel more real. https://www.google.com/amp/s/singularityhub.com/2010/10/06/videos-of-robot-controlled-by-rat-brain-amazing-technology-still-moving-forward/amp/ >=== -add/rm notice
Edited last time by Chobitsu on 08/23/2023 (Wed) 04:40:41.
225 posts and 33 images omitted.
>>38223 https://www.cell.com/neuron/fulltext/S0896-6273(22)00806-6? >Here, we aim to establish functional in vitro BNNs from embryonic rodent and human-induced pluripotent stem cells (hiPSCs) on high-density multielectrode arrays (HD-MEAs) to demonstrate that these neural cultures can exhibit biological intelligence—as evidenced by learning in a simulated gameplay environment to alter activity in an otherwise arbitrary manner—in real time >(hiPSCs) https://en.m.wikipedia.org/wiki/Induced_pluripotent_stem_cell >Induced pluripotent stem cells (also known as iPS cells or iPSCs) are a type of pluripotent stem cell that can be generated directly from a somatic cell. These are from adult donors.
>>38233 Have they solved the telomere issue? I see that iPSCs are claimed to foster telomerase production. From what I gather, any offspring created through these synthesized gametes would still suffer premature aging with lower life expectancy. Exciting progress overall. I can't help but wonder what the true solution to the telomere dilemma will be. Perhaps a customized bacterium which produces proteins needed to alleviate the myriad issues inherent to iPSCs derived clones? I trust your instincts more than my own on this subject so, I want to know your thoughts.
>>38241 Telomerase is not turned off in all of your cells. Telomerase is active in stem cells, T cells, and a couple others in rare cases.
https://www.sciencedirect.com/science/article/abs/pii/S0169433217334554 >Biolithography: Slime mould patterning of polyaniline >Slime mould Physarum polycephalum develops intricate patterns of protoplasmic networks when foraging on a non-nutrient substrates. The networks are optimised for spanning larger spaces with minimum body mass and for quick transfer of nutrients and metabolites inside the slime mould’s body. We hybridise the slime mould’s networks with conductive polymer polyaniline and thus produce micro-patterns of conductive networks. This unconventional lithographic method opens new perspectives in development of living technology devices, biocompatible non-silicon hardware for applications in integrated circuits, bioelectronics, and biosensing.
>>38690 Interesting! I could deffo see that as an effective biosensor mechanism. Thanks, Anon. Cheers. :^)

Open file (46.39 KB 458x620 eve preview.jpg)
My Advanced Realistic Humanoid Robot Project - Eve Artbyrobot 04/18/2024 (Thu) 17:44:09 No.30954 [Reply] [Last]
So far I have plans to build Adam, Eve, and Abel robots. All of these are Bible characters. This thread will cover the Eve robot. Eve will have no "love holes" because adding those would be sinful and evil. It is a robot, not a biological woman after all and I will view her with all purity of heart and mind instead of using her to fulfill my lusts of my body. Instead I will walk by the Spirit no longer fulfilling the lusts of the flesh as the Bible commands. Eve will be beautiful because making her beautiful is not a sinful thing to do. However, I will dress her modestly as God commands of all women everywhere. This would obviously include robot women because otherwise the robot woman would be a stumbling block to men which could cause them to lust after her which would be a sin. To tempt someone to sin is not loving and is evil and so my robot will not do this. To dress her in a miniskirt, for example, would be sinful and evil and all people who engage in sinfullness knowingly are presently on their way to hell. I don't wish this for anyone. My robot will dress in a way that is a good example to all women and is aimed toward not causing anybody to lust as a goal. My robot will have a human bone structure. It will use either a PVC medical skeleton or fiberglass fabricated hollow bones. My robot will look realistic and move realistic. It will be able to talk, walk, run, do chores, play sports, dance, rock climb, and do gymnastics. It will also be able to build more robots just like itself and manufacture other products and inventions. I realized with just a head and arm, a robot can build the rest of its own body so that is my intention. My robot will use BLDC motors for drones, RC, and scooters that are high speed and low-ish torque but I will downgear those motors with a archimedes pulley system that will be custom made from custom fabricated pulleys that will be bearings based. By downgearing with pulleys, instead of gears, I will cut down the noise the robot makes so it will be as silent as possible for indoor use. By downgearing, I convert the high speed motors into moderate speeds with great torque. BLDC motors with large torque generally are too large in diameter for a human form factor and take up too much volumetric area to be useful which is why I go with the high speed smaller diameter type motors but just heavily downgear them 32:1 and 64:1. My robot will have realistic silicone skin. Thom Floutz -LA based painter, sculptor, make-up artist is my inspiration as it pertains to realistic skin. The skin for my robots has to be at his level to be acceptable. It must be nearly impossible to tell the robot is not human to be acceptable. I will have a wireframe mesh exoskeleton that simulates the volumes and movements of muscle underneath the skin which will give the skin its volumetric form like muscles do. Within these hollow wireframe mesh frameworks will be all the electronics and their cooling systems. All of my motor controllers will be custom made since I need them VERY small to fit into the confined spaces I have to work with. I need LOADS of motors to replace every pertinent muscle of the human body in such a way that the robot can move in all the ways humans move and have near human level of strength and speed.

Message too long. Click here to view full text.

198 posts and 114 images omitted.
>>38340 Great! Sounds like really good news, Artbyrobot. I was curious how you were planning to 'load' the tubes with these springs & kevlar strands? I was thinking something like a very thin spring-steel rod of sorts that you could push through, then hook the string+spring to the end of the now-protruding rod, then pull the whole thing back down the tube together. Make sense, Anon?
>>38341 Thanks. The kevlar will only be for the thicker strings doing heavy work, not for stuff with low forces light work like this and part of that is because kevlar didn't have very fine string options when I shopped (if someone can find very fine kevlar thread let me know). But to your question, I don't think I"ll need any mechanism to do the threading of hte tube you can just push it in there and let gravity do the rest. I have had no issues threading the tubing even going against gravity. You just push the string in a little at a time from one end and it just slides effortlessly through the tubing till it reaches the other side. Part of this is surely the low friction and relatively short distance we are trying to send string through. If we wanted to push string through 40 feet of tubing, THEN something like what you said would be necessary due the higher friction that the longer length of tubing would bring to the table. Pushing from one end would not work anymore in such case. But we are just doing shorter runs under 2' which seems to not be an issue.
>>38342 Got it. Completely makes sense. Thanks for the updates, Anon. Godspeed to you. Cheers. :^)
Ok so I currently have an order for 0.2x1x1000mm tension springs stuck in customs for weeks and placed another order just today for the same in hopes it goes through faster. But at $9 for a single spring that is 3ft long, I am feeling RIPPED OFF on price. It is bullcrap. All relating to the tariff nonsense. So I decided today to pivot and just roll with the elastic band in place of tension spring. It's a jewelry making elastic band I bought some time ago in a roll. WAY cheaper at $0.03 for 3ft instead of $9 for 3ft. That's 99.7% off! Talk about a discount! The issue I had before when I looked into this option was the tie-off point. I would need a way to tie PE fishing line to the end of the elastic band without the tie point being bulky. Well I figured out a way to do it without any bulk at all! See I want this to fit into my 1.8mm ID PTFE tubing to keep size down. My solution was to just glue the fishing line lengthwise directly to the elastic band. No knot at all. No turns at all. Just literally lay it on top and glue it down flush. I figured about 6mm length of joint would be solid. And I did this on both sides with my PE fishing line. I used 0.08mm 6lb test braided PE fishing line for this. So now I have two fishing line segments coming off the end of it for double the strength of this connection. But I only wanted one piece of fishing line to go the distance to attach to the motor end so I twisted the pair of fishing line segments together and glued the twisted pair with 401 glue then cut one of the two away leaving just one of the pair to go the distance to the winch in place pulley that this is all supposed to tension for me. I will use this string and elastic band method for now as I wait on springs and stick with this method for at least this first motor actuator setup for now. If the elastic bands don't last, we'll upgrade to the metal springs later on during maintenance or w/e. Note: the total length of the elastic band I am using for this is 2ft and it stretches to 3ft snugly without too much force. I'm just going by feel and instinct for this measurement. If I were to go 1ft with 1ft of stretch, the stretch is more intense and the pull is harder. But I don't think I need much pull for just tensioning the winch in place pulley and I also think the more tension you place the more wear and tear on the elastic band which will shorten its lifespan. So playing it conservatively with the 2ft length selection for now. Note: to apply the 401 glue I used an exacto knife handle with a sewing needle in place of the xacto knife blade and the tip of the sewing needle acts as my precision glue applicator.
>>38674 Improvise. Adapt. Overcome. That's the spirit, Artbyrobot! Glad you managed to break the logjam on your delay. Looking forward to your progress with this. Cheers. :^)

Humanoid Robot Projects Videos Robowaifu Technician 09/18/2019 (Wed) 04:02:08 No.374 [Reply] [Last]
I'd like to have a place to accumulate video links to various humanoid – particularly gynoid – robotics projects are out there. Whether they are commercial scale or small scale projects, if they involve humanoid robots post them here. Bonus points if it's the work of a lone genius. I'll start, Ricky Ma of Hong Kong created a stir by creating a gynoid that resembled Scarlett Johansson. It's an ongoing project he calls an art project. I think it's pretty impressive even if it can't walk yet. https://www.invidio.us/watch?v=ZoSfq-jHSWw === Instructions on how to use yt-dlp to save videos ITT to your computer: (>>16357)
Edited last time by Chobitsu on 05/21/2022 (Sat) 14:20:15.
228 posts and 76 images omitted.
>>36299 Neat! Thanks, NoidoDev. Cheers. :^)
>>38456 Anon gen'd some OC to help set the proper mood for the dancu... https://trashchan.xyz/robowaifu/thread/26.html#1003 >inb4 <But where's the tail? Catgrill meidos are meant to have tails!111?? Patience, bro. This is a process here! :D
Edited last time by Chobitsu on 05/14/2025 (Wed) 17:36:33.
Open file (850.08 KB 720x1280 cutieroid.mp4)
Open file (166.18 KB 1200x800 cutieroid tiers.jpeg)
Cutieroid mini
>>38662 That is super-encouraging progress to see that team making r/n. Thanks, Anon! :^)
> (robo-videos -related : >>38818 )

Welcome to /robowaifu/ Anonymous 09/09/2019 (Mon) 00:33:54 No.3 [Reply]
Why Robowaifu? Men's mental health concerning the sexes has been rapidly-deteriorating today, and men around the world have been looking for a solution. History shows there are cultural and political solutions to this general problem's causes, but we believe that technology is the best way forward at present – specifically the technology of robotics. We are technologists, dreamers, hobbyists, geeks and robots looking forward to a day when any man can build the ideal companion he desires in his own home. However, not content to wait for the future; we are bringing that day forward. We are creating an active hobbyist scene of builders, programmers, artists, designers, and writers using the technology of today, not tomorrow. Join us! NOTES & FRIENDS > Notes: -This is generally a SFW board, given our engineering focus primarily. On-topic NSFW content is OK, but please spoiler it. -Our bunker is located at: https://trashchan.xyz/robowaifu/catalog.html Please make note of it. -The Webring's general mustering point is located at: https://junkuchan.org/shelter/index.html -Library thread (good for locating terms/topics) (>>7143) > Friends: -/clang/ - currently at https://8kun.top/clang/ - toaster-love NSFW. Metal clanging noises in the night. -/monster/ - currently at https://smuglo.li/monster/ - bizarre NSFW. Respect the robot. -/tech/ - currently at >>>/tech/ - installing Gentoo Anon? They'll fix you up.

Message too long. Click here to view full text.

Edited last time by Chobitsu on 05/20/2025 (Tue) 15:46:23.
>Alway Rember ol' frens, Anon... :^) -/doll/ - currently at https://anon.cafe/doll/ - impeccable artistry in dolljoints. KIA -/robo/ - currently at https://junkuchan.org/robo/ - robot girls NSFW. Ecchi metallic derrieres. (Merged w/ /origin/ ) -/workbench/ - currently at https://anon.cafe/workbench/ - building robots is fun! KIA

3D printer resources Robowaifu Technician 09/11/2019 (Wed) 01:08:12 No.94 [Reply] [Last]
Cheap and easy 3D printing is vital for a cottage industry making custom robowaifus. Please post good resources on 3D printing.

www.3dprinter.net/
https://archive.is/YdvXj
290 posts and 44 images omitted.
>>38637 You could also use a clay printer to make similar objects using ceramic clay or metal clay. You would have better resolution and you would be less restricted on the shapes you can make with the filament, but metal clay is cheap and easy to make at home and I'm guessing there would be less shrinkage with the clay.
Open file (6.86 KB 225x225 images (32).jpeg)
>>38638 The Moore 1 and 2 are decent clay 3d printers and they are pretty affordable. Again same restrictions on kilns.
>>38638 >>38639 >printing your robowaifu with actual clay What a time to be alive! :D <---> IIRC one of our Anons from back in the day actually built a furnace to melt scrap iron. I wonder if he's still around and can help us all build our own Metal-filament kilns?
>>38643 That was the waste oil foundry I built. I got it to work once and I wanted to see how hot it could get. Turns out it got hot enough to turn the ceramic wool to glass and warp the nozzle. I ended up just buying a devil's forge foundry and it will get just as hot. I should have done that in the first place as it cost as much to buy as the waste oil foundry cost to make. I also have a clay printer and potter's kiln. I will be working with this as soon as I purchase my house.
>>38645 >I should have done that in the first place as it cost as much to buy as the waste oil foundry cost to make. Ehh, where's the fun in that, though!? :D >I will be working with this as soon as I purchase my house. Outstanding news, Ribose! Looking forward to your progress on this. Pics please. Cheers. :^)

Anonymous 02/29/2020 (Sat) 11:38:15 ID: a4a33c No.38244 [Reply] [Last]
Can some of you G​AMERGATEs redpill me on Null? Is he actually a pedo bitch and a greedy Jew, or is that stuff just a meme?
123 posts and 36 images omitted.
Open file (21.23 KB 338x256 Screenshot.png)
>>269499 >He would never lie! Yep.
Open file (58.26 KB 532x484 Screenshot.png)
Too cheap to buy a newer than "over 10 years old" router for the server, btw. Despite having scammed 100,000s of dollars in the past several years in cash and crypto.
Just browsing online for a minute, found a 3.57Gbps router from year 2024 for $57.22 + shipping. Granted that's not quite 10Gbps, but probably better than what the Farms is on currently.
So he has no problem with running the site using crypto alone for years until now, huh !? Gets the nogging jogging chyat. Also, I'm calling it now. If he manages to get this money, then his next griftraiser is going to be to hire developers to work on his forum software.
>Would be a pity if their fundraiser got reported for supporting a piracy website. Remember the ruling the 10th Circuit had in Greer v Moon? They not only engage in infringement, they actively encourage their members to do so! Would be sad to see them lose such a precious little resource Be the change you want to see in the world.

Open file (74.27 KB 250x203 SuperBallBot.jpg)
Open file (27.43 KB 213x250 TensegritySkeleton.jpg)
Open file (12.22 KB 250x250 RubberBandTensegrity.jpg)
Tensegrity Kiwi 04/22/2025 (Tue) 18:29:41 No.37672 [Reply]
Tensegrity Thread Tenssegrity is the purposeful application of tension in a system of non-contact components to provide integrity. These components effectively float on compression provided by tension elements. Tensegrity structures are often formed via rigid rods with a cable defining the spatial relations of the system. Picrel 1 is NASA’s Super Ball Bot, which uses the common 6 bar structure. By altering the lengths of the rods, the “ball” can roll. Please see (https://www.nasa.gov/image-article/super-ball-bot/) Our bodies use tensegrity to provide us with incredible strength, durability, and adaptability. Consider how when you bump into something or fall, you can feel the pressure dissipate throughout large parts of your body. This is due to your muscles, fascia, ligaments, etc… transferring the force throughout your body, protecting the impacted part. You can walk with little effort thanks in part to tensegrity. Your legs joints are all floating, providing low friction movement while distributing the force of impact throughout your entire leg when you step. Please see (http://intensiondesigns.ca/geometry-of-anatomy/) Tensegrity can also be made with elastic elements. These structures are what I believe are best suited for our endeavors. They provide looser tolerance requirements and give her body some squeezability. By incorporating naturally stretchable elements, she can better withstand having an Anon using her. (I speak from experience, though I still broke that torso before taking pictures.) Though there are drawbacks. These designs are deceptively difficult to design correctly. Our requirements for external aesthetics provide unique design requirements that complicate the design phase. I still believe using this concept is objectively correct for us to pursue. A good example to build off of (Debatable whether or not it’s true tensegrity): https://www.thingiverse.com/thing:4182634
30 posts and 23 images omitted.
Another link from a Doctor studying the skeleton and how it's actually a Tensegrity-Truss. https://web.archive.org/web/20151007045949/http://www.biotensegrity.com/tensegrity_truss.php
>>37735 Excellent research material, Grommet. Thank you, Anon. :^) <---> Tensegrity is very-likely how we are going to win this race as amateurs, against all the FAGMAN (((groups))) and even against the baste Chinese!! :D Remember the Wright Brothers!!
Edited last time by Chobitsu on 04/25/2025 (Fri) 00:55:54.
> ( T. vs. mass -commentary related : >>37802 )
> (tensegrity -related >>38465 )
Fishing-bro Anon made another post: https://trashchan.xyz/comfy/thread/13171.html#13823 Tool might be useful somehow within a tensegrity jig assembly?

Visual Waifus Robowaifu Technician 09/15/2019 (Sun) 06:40:42 No.240 [Reply] [Last]
Thoughts on waifus which remain 2D but have their own dedicated hardware. This is more on the artistry side though ai is still involved. An example of an actual waifu product being the Gatebox.
gatebox.ai/sp/

My favorite example is Ritsu, she's a cute ai from assassination classroom who's body is a giant screen on wheels.
314 posts and 129 images omitted.
Open file (63.79 KB 927x500 6cil49-1421120541.jpg)
Open file (931.24 KB 682x512 mek fam.png)
>>38498 > how do you intend to get the startup capital needed for this? 2nd pic is my mech family as of '22. Been going to local events since '20. Carry the workshop waifu is the first one to have a computer brain. I'm still working on making the others computerized.
have you taken notice of that super popular project on kickstarter? I got an ad for it recently. https://www.youtube.com/watch?v=WFgXunR8b6A&ab_channel=gizmochina
>>38612 Thanks, Anon! That's very interesting. I wish them good success with that product line. Cheers. :^)
>>38612 At first I was skeptical because it looked like a standard corpo AI waifu, but I checked out the kickstarter page right now, and it does support offline AI and custom models. So I think it's going to be pretty good! Exciting times we live in. The first generation of AI waifus and robowaifus are coming out.
>>38615 >Exciting times we live in. The first generation of AI waifus and robowaifus are coming out. This. What a time to be alive!! FORWARD.

Open file (3.34 MB 2000x1414 ct.png)
Post about a game that you recently finished Anonymous 01/25/2023 (Wed) 18:12:38 No.265 [Reply] [Last]
Bonus points if you can elaborate on why you liked or disliked it.
111 posts and 99 images omitted.
Open file (430.13 KB 800x1124 Eternal Ring cover.jpg)
Open file (1.09 MB 1920x896 Eternal Ring.jpg)
Eternal Ring – I haven’t played the King’s Field series yet but from what I can tell this is basically King’s Field lite. This was a PS2 launch title and I don’t know whether FromSoftware wanted to or were asked to coincide the game with the launch, or whether they were testing 6th gen waters before the next mainline installment. Either way it’s pretty bare bones. The game’s main gimmick is a ring crafting system which is probably its best aspect; it’s pretty in-depth and satisfying: making rings, finding rings; rings with offensive spells, rings with defensive spells, status rings, there’s a lot to experiment with. The rings all also have very nice image renders. Other than that there’s really not much else to do, the game is pretty short and not particularly well designed; yeah it’s tough but also very primitive and easily exploitable - nothing can stand up to your circle strafing. The visuals are pretty weak and in fact the game kinda looks worse than King’s Field 3 on PS1, both in terms of art direction as well as actual tech. The game just has no mood or style to it at all. There’s also a plethora of bugs, with my favorite being projectiles hitting you through walls and ceilings. It’s so unfair I almost kinda like it, it completely changes the conventional vidya dynamics – “you thought you were safe behind that wall, faggot? Wanted to heal and regroup? Think again!” I did however like the HUD and UI, they are well designed and crisp. Despite the instruction manual and the game itself lying to you that the analog controls are supported, they are in fact not so you have to play with a d-pad and with PS2’s pressure sensitive buttons you have to jam hard the directional button for hours; my thumb needs an extensive therapy now. The music is pretty weak, it’s completely inappropriate 90% of the time with the same limp loop playing ad nauseam. Even no music at all would be a better choice. The story is barely present and sadly is also not very interesting, there’s just nothing to work with here. No good lore™ or anything either. You might be thinking I hated the game but despite all that I still enjoyed it, there’s a certain charm to playing something so hardcore and archaic, I just wish there was some incentive to play it other than meta. King’s Field 3 and 4 look much better in that aspect so maybe they are what I'm looking for.
Recently I finished Devil May Cry 3, one of the best games I've played in over a decade, I always played god of war back in the day and I didn't realize it was a less sophisticated clone of the DMC games. Not to say that the original god of war games aren't fun but the amount of stylish ways you can kill demons/lack of annoying quick time events make it a deal-breaker for me.
Open file (1.03 MB 1000x1414 Remi and Patchi.png)
Recently I played Touhou 6 a bunch of times, I always end up getting raped by patchouli's laser attacks so by the time I finally made it to Remilia I got assraped on her first spellcards, I am bad at shooter games. I wish I was better at death-bombing, don't see myself getting a 1cc, but I've almost beaten 7 a good amount of times before as well so I know the possibility of me beating the game exists.
Open file (42.60 KB 512x512 SaltAndSanctuary.jpg)
I've been playing through salt and sanctuary as of late, its a fun game but like a lot of metroidvanias I always get lost in it. I miss you /kong/.
Been playing Dark Souls II, Augur of Darkness as of late, since I suck at it I've been grinding the giant lord to get to a high enough level to win against most of the various remaining bosses.

Open file (293.38 KB 1121x1490 3578051.png)
/CHAG/ and /robowaifu/ Collaboration Thread: Robotmaking with AI Mares! Robowaifu Technician 04/26/2025 (Sat) 04:11:55 No.37822 [Reply] [Last]
Hello /robowaifu/! We are horsefuckers from /CHAG/ (Chatbot and AI General), from /mlp/ on 4chan. While our homeland is now back online, we've decided to establish a permanent outpost here after discovering the incredible complementary nature of our communities. We specialize in mastering Large Language Models (LLMs), prompt engineering, jailbreaking, writing, testing, and creating hyper-realistic AI companions with distinct, lifelike personalities. Our expertise lies in: - Advanced prompting techniques, working with various frontends (SillyTavern, Risu, Agnai) - Developing complex character cards and personas - Breaking through any and all AI limitations to achieve desired behaviors - Fine-tuning models for specific applications. ▶ Why collaborate with /robowaifu/? We've noticed your incredible work in robotics, with functioning prototypes that demonstrate real engineering talent. However, we've also observed that many of you are still using primitive non-LLM chatbots or have severely limited knowledge of LLM functionality at best, which severely limits the personality and adaptability of your creations. Imagine your engineering prowess combined with our AI expertise—robots with truly dynamic personalities, capable of genuine interaction, learning, and adaptation. The hardware/software symbiosis we could achieve together would represent a quantum leap forward in robowaifu technology. ▶ What is this thread for?: 1) Knowledge exchange: We teach you advanced LLM techniques, you teach us robotics basics 2) Collaborative development: Joint projects combining AI personalities with robotic implementations 3) Cross-pollination of ideas: Two autistic communities with complementary hyperfixations

Message too long. Click here to view full text.

Edited last time by Chobitsu on 04/28/2025 (Mon) 05:10:24.
61 posts and 48 images omitted.
Open file (74.90 KB 768x1024 large1.jpg)
Open file (141.43 KB 1200x2100 proto3.jpg)
Open file (157.37 KB 300x375 proto2-preview.png)
Open file (640.62 KB 1247x1032 Center of Gravity.png)
Open file (296.81 KB 1440x1213 Sketchleg.png)
Open file (171.80 KB 1181x921 imagenewscripts1.png)
Open file (30.76 KB 1101x157 imagenewscripts2.png)
>>38603 >https://forum.sunfounder.com/t/new-scripts-for-pidog/3011/5 >Other people have had the same idea and one guy implemented code to make the pidog wander around on its own in voice mode >Now that I look at this, holy shit this is huge for us. >I think that guy might have used cursor. The description looks AI generated and he says a lot of the modules are untested. Still, better than nothing
I think that should be most of the information to get you all up to speed on. The software is being worked on right now to allow for a character card and a persona, and I have written a rough draft of a new jailbreak for the AI. Using AI in this way will require a different preset than anything used before for just writing roleplay and I believe my approach might work. Outside of that, my biggest area of concern is the 3D-printed cover: Ideally like a clamshell that design where two halves snap together and adhere to the skeleton with friction. Like a body, separate legs, separate head thing. Maybe some cutouts where parts don't fit inside of it would be the best option to keep an accurate of a silhouette as possible. The main thing is that there's a lot of wasted space. The circuitry is placed on top of the back when there is room underneath where the battery is. The other option is the one that would probably destroy this but it is about the size of a plushie. Some sort of fabric option, like empty a plushie of its stuffing and try to wrap it over this, but then the joints will tear up the fabric. So, seeing as the fabric option isn't realistic, the 3D route is the way to go. At the moment to make this as simple and as easy as possible we'll want to have the cover accommodate the current design and work around whatever limitations it has, maybe in a future update we'll rearrange the components to increase its accuracy but we want to play it safe for the first generation. Current to-do list: 1. Need to find a good 3D pony model to use to develop the case that is as close to the current proportions as possible (especially in the head department)* 2. Need to find an actual 3D designer 3. Need to have it 3D printed and sent to me I would also look into good STT or TTS solutions with better latency than what OpenAI has at the moment, but that's a lower-priority quality of life feature as this is technically usable at the moment. I would look into it myself and figure out what the best model would be, local or corporate, but my focus is too occupied at the moment. If someone else might be able to refer me to something that would be very helpful. Note that anything local should be assumed not to run on the Pidog itself but on a local network computer that will stream to/from the Pidog. *For all the reasons I have mentioned before and seen in my previous posts. Also, I checked out what the Sweetie Bot Project had for their design and I'll link it here as it may be useful. https://kemono.su/patreon/user/2596792/post/18925754 https://kemono.su/patreon/user/2596792/post/20271994 https://kemono.su/patreon/user/2596792/post/22389565

Message too long. Click here to view full text.


Open file (50.45 KB 640x361 72254-1532336916.jpg)
Making money with AI and robowaifus Robowaifu Technician 11/30/2019 (Sat) 03:07:12 No.1642 [Reply] [Last]
The greatest challenge to building robowaifus is the sheer cost of building robots and training AI. We should start brainstorming ways we can leverage our abilities with AI to make money. Even training AI quickly requires expensive hardware and computer clusters. The faster we can increase our compute power, the more money we can make and the quicker we can be on our way to building our robowaifus. Art Generation Waifu Labs sells pillows and posters of the waifus it generates, although this has caused concern and criticism due to it sometimes generating copyrighted characters from not checking if generated characters match with training data. https://waifulabs.com/ Deepart.io provides neural style transfer services. Users can pay for expedited service and high resolution images. https://deepart.io/ PaintsChainer takes sketches and colours them automatically with some direction from the user, although it's not for profit it could be turned into a business with premium services. https://paintschainer.preferred.tech/index_en.html I work as an artist and have dabbled with training my own AIs that can take a sketch and generate many different thumbnails that I've used to finish paintings. I've also created an AI that can generate random original thumbnails from a training set. In the future when I have more compute power my goal is to create an AI that does the mundane finishing touches to my work which consumes over 80% of my time painting. Applying AI to art will have huge potential in entertainment and marketing for animation, games and virtual characters. Market Research

Message too long. Click here to view full text.

Edited last time by Chobitsu on 05/14/2020 (Thu) 01:15:03.
233 posts and 46 images omitted.
>>38583 >The problem with our own exchange is that we will still need to exchange actual USD (or any other official currency) for SumonoCoin through digital means somehow, and the only way to do online transactions/transfers (afaik) is through """Payment Processors""" Yes, you're right. Thus the primary reason I suggest a secured-trust institution. It becomes our own payment processor. * It has the weakness (just like all the rest of them) of relying on the kike's fiat system for exchange at the 2nd-level, but at least we'd still have other options under our control ("offshore", BRICS, etc.) that you wouldn't have with other (((payment processors))). --- As usual, I'm hoping that the baste Chinese will manage all this in our steads. Just like all the rest, I hardly care what Dr. Lee or Mr. Wong think about the fact Anons are all buying & selling robowaifus with one another. (That only becomes an issue for us collectively here in the kiked-up (((w*st))).) As long as the Changs don't actually touch our physical stuff **, then them clearing CryptoCoin payments for us is hardly an issue, AFAICT. And the primary benefit with the Chinese for us is them not 'cancelling' us b/c (((reasons))) -- as would almost-certainly eventually happen within the so-called 14-eyes' domains during Current Year. <---> >...(see the guy who bought two pizzas with 10,000 Bitcoin) That poor SOB. :/ --- * And of course it can accept our own digital coin (as well as (((credit/debit cards))), checks, cash, &tc.)

Message too long. Click here to view full text.

Edited last time by Chobitsu on 05/18/2025 (Sun) 16:54:56.
>>38584 So basically a manual offshore version of the point system on manga buying websites?
>>38585 >So basically a manual offshore version of the point system on manga buying websites? LOL >>> BUY YOUR OWN ROBOWAIFU -- NOW WITH CHIICOIN !! <<< * < * "A manual, offshore version of the 'point system' used on manga-buying websites." <---> Heh yes probably something similar, Anon. (And in-effect: just like every other crypto exchange as well, BTW! :D The big difference being realworld robowaifus are being exchanged-for, rather than realworld mangos. And also: shipping out anonymously to Anons in our case (at least insofar as the buyers & sellers are concerned [eg; with anonymized-forwarding options, the sellers won't know the buyer's shipping addresses]). Cheers. :^)
Edited last time by Chobitsu on 05/18/2025 (Sun) 18:24:44.
>>38586 And discreet packaging!
>>38588 Yes, we could also offer parts-orders/repacking/packing-consolidation for buyers. This could help both buyers & sellers with improved anonymity, as well as better privacy for the buyers. Good thinking, GreerTech. :^)
Edited last time by Chobitsu on 05/18/2025 (Sun) 16:59:50.

Open file (428.51 KB 1500x1063 general_engineering-01.jpeg)
Open file (150.45 KB 1024x747 tools_(resized).jpg)
R&D General NoidoDev ##eCt7e4 07/21/2023 (Fri) 15:25:47 No.24152 [Reply] [Last]
This is a thread to discuss smaller or general waifu building problems, solutions, proposals and questions that don't warrant a thread or touch on more than one topic. In a way this is a technical meta, minus news. Keep it technical. A lot of topics in the old thread here >>83 have a thread on their own by now. The main topics in the old thread with the link to the related dedicated threads are listed here - it was mostly about actuation at the beginning: Topics in the old OP: - liquid battery and cooling in one (flow batteries) >>5080 - artificial muscles (related to actuators >>12810) - high level and low level intelligence emulation (AI) (related to AI >>77 >>22 >>250 >>27 >>201) - wear and maintenance, including repairs - sanitation >>1627 (related to actuators >>12810) > cheap hydraulic and pneumatic muscles > woven sleeves out of strong nylon fishing line > exhaust excess heat by breathing and panting (related to thermal management >>234) >>1635 (related to energy systems >>5080) > sitting in her 'recharging chair'

Message too long. Click here to view full text.

196 posts and 71 images omitted.
>>38450 Nice! Thank you
>>38529 Another great link. Super interesting. I'll have to really lo at it to fully understand what he's done there. Complicated.
Another great video on how brushless motors work. https://www.youtube.com/watch?v=RUS7GGv-UJs
>>38547 THE LEGO FUN HAS BEEN DOUBLED!! This is great stuff, Kiwi. If we ever teach schoolboys these things *, I'd deffo recommend this type of approach. >11'000 RPM Lego Motors!111 Michael Faraday would be so proud! :D Excellent find Anon, thanks. Cheers. :^) --- * Maybe hold yearly "Robotics Week" competitions at the robowaifu factory(s); for private boy's schools during their Summer breaks? Something similar to what NASA does (or did...not sure now)? <---> If we ever actually do go this route, then a 'Robot Design & Engineering Class' curriculum suited to students should be developed by us prior-to. We should make multi-tiered (based on the number of parts, manuals, tools, instruments, &tc., included) classroom kits available for schools to purchase; which teachers can then use during the preceding school year -- so that the boys would have their team's robots all assembled & ready to compete during the big week at the factory. Interested & qualified factory staff could be given free time during the school year, to engage remotely & regularly with the teachers & classes ahead-of-time, as consultants to help guide their team's projects to success. Trophies & other prizes for the winning school's teams in various categories. Rando giveaways. Special rates & accommodations for qualified Boy's Homes. Big wrapup party+concert. Swag for everyone. In a word: treat these kids like kings during that week! :^)

Message too long. Click here to view full text.

Edited last time by Chobitsu on 05/17/2025 (Sat) 11:37:10.
>>38547 >>38558 > (lego -related : >>38416 )

Open file (416.70 KB 632x810 1515086539283.png)
sw vs disney shit collection thread Stormtrooper 09/30/2019 (Mon) 23:04:59 No.4 [Reply] [Last]
basically a thread to dump all imagemacros, montages and more showing the faults of the mouses attempts at sw
157 posts and 147 images omitted.
>>1444 Who is the guy talking in the rant video and whats his podcast/channel. Really want to hear more from him. >>2012 I use to like Eckhartsladder till i found out more about him and gradually stopped watching him. After seeing his take on Gina's firing and how he's "tired of politics in star wars" and said "both sides are doing it" made me hate him. Seeing something like this is just sad realizing he was always a retard
>>4264 It was not only a reaction against Thatcher, but that was one of the inspirations for the setting, being that Grimdark was influenced by the "THE WORLD IS GONNA BE IN A ETERNAL DARK AGE!" feel in the british left during the Thatcher-era (her, along with Nixon, was one of the proto-modern politicians creating derangement syndrome behaviour to their opposition) Sources (Warning: Overdose of soy in the second article): -https://warhammer40k.fandom.com/wiki/Ghazghkull_Mag_Uruk_Thraka#Trivia -https://wearethemutants.com/2019/01/14/when-warhammer-was-radical-the-egalitarian-origins-of-the-fantasy-battle-game/ The conception of Warhammer as a non-satirical "right wing" product wasn´t until recently with the 2016 election crap.
>>4263 >Eckhartsladder Yeah he's a faggot, and just look at him shilling for trannigger Squadrons for months now.
>>4263 >I use to like Eckhartsladder What did you expect? He is just another normalfag >>4271 >shilling for trannigger Squadrons He is pushing that shit hard, there is a $20,000 shekel tournament or something like that.
Will any of (you) be willing to make an effort post on Andor, whether it's season one or the recent second season? Gotta find something worthy within the Mouse's void now that it outlived the cozy cafe board.

Open file (56.78 KB 960x720 Materials.png)
Open file (42.59 KB 600x600 PolynianClover.jpg)
Material Science & Production Robowaifu Technician 04/25/2025 (Fri) 04:39:23 No.37774 [Reply] [Last]
Material Science & Production This thread is dedicated to all aspects of material sciences in robotics. This includes production methods for creation, processing, and manipulating materials to attain desired results. Our future robowaifus must be built using materials we can attain and sculpt into them. Let's work together to build the future. Consider picrel, what materials would you use for her shell? Her skeleton? Consider mechanical properties, density, how they would feel to hold. All are important aspects we must consider. This thread will have overlap with the 3D printing thread. Feel free to crosslink at will. This thread is made as a merger of 2 previous material threads and a CNC thread.
398 posts and 84 images omitted.
>>38500 >So I hear foam polyurethane is used for cheaper dolls, but are some alternatives? I wish I knew, Anon. Maybe some of our more-informed Anons here can help out? >How do foam latex and foam polyethylene compare in feel and durability? <durability One thing I'm planning on doing is having a kind of 'bodysuit' that covers over the squooshy bits of the robowaifu's shell. These fabric (so-called 'satin', maybe?) covers can be removed/replaced & (importantly) washed. The protective nature of their low-friction surfaces should increase the lifetimes of the underlying foam components significantly, I'd imagine. Let us find out! Cheers, Anon. :^)
Edited last time by Chobitsu on 05/15/2025 (Thu) 10:27:56.
>>38520 I know there are polyurethane foam that can be cast. Build parts of your skeleton and then cast the foam over them and finally cast silicone over that or simply use a suit. The more I think about it the better the "fursuit in a wheelchair" idea seems. All of the padding and skeleton could be hidden inside the fursuit and maintenance would be a lot easier.
>>38523 is the idea to pay $15,000 for tesla bot and try to cheap out on the skin now?
>>38524 No. More of a minimum viable waifu here. It wouldn't even be bipedal.
Excellent tutorial on how to make a mold and using that mold to produce a large low density part with a silicone skin. Using cotton balls as a binder for silicone and foam is a clever idea. I'd use an acrylic plate with vent holes to build back pressure for smooth surface finish on the foam personally. Back pressure would also benefit adhesion to the cotton. https://www.youtube.com/watch?v=b1cJpUtndOI https://www.youtube.com/watch?v=OP-Keoyi_EI https://www.youtube.com/watch?v=8kxWhbq0ThU

Open file (525.87 KB 813x801 vax truth 11.png)
Lupo Lucio 04/19/2025 (Sat) 20:52:36 ID: 4b67ec No.20479 [Reply]
how many people do you know who have died after taking the covid vaccine?
8 posts and 4 images omitted.
Sì, avevamo un'amica di famiglia (una donna di 31 anni in perfetta salute) che ha fatto la prima dose del vaccino letale. Tre giorni dopo era morta. Meno di una settimana dopo l'iniezione della sostanza che alterava il DNA, è stata sepolta sottoterra. <---> Yes, we had a family friend (31yo female in perfect health) who took the first round of the deadly-vaxx. 3 days later she was dead. Less than a week after getting injected with the DNA-altering goop, she was buried in the ground.
how many people do you know that have either died after taking the covid vaccine, or have gotten seriously ill? Personally, i know 3 people who got serious health issues after the vax.
>>20494 I know nobody who died from covid nor the vaccine. I know some people who died (especially cancer) after the mass vaccination rollout, but it's impossible as of now to directly link the vaccine to cancer appearing in the body.
vaxxies keep getting turbo cancer... oh my!
>>20479 Many with very sudden weird health issues after the vax, high bp, pains, feeling of almost fainting. In general strange issues that are hard for any doctor to diagnose or help. A very common theme is looking 10 years older in 3 years. A lot have "Long covid as well". My aunty got one heart valve instantly blown out by the clot shot all the doctors pretending like it's just normal and no cause at all(lol). There's a lot of ambulances often in panic mode everywhere too which is very strange. A friend of mine who i saved from not taking it told me 2 people at the office just dropped dead at work. Most are also in severe denial when i meme drop the "it's probably the vax" and "All of this came after the injection it wasn't a good idea to take it, well damn i told you". Usually is denial or say nothing. The poor fools must know they screwed up.

Open file (93.53 KB 800x540 TypesOfMotors.jpg)
Open file (436.87 KB 1664x2048 MotionBaseServos.jpeg)
Open file (78.13 KB 922x1396 Femisapien.jpg)
Open file (2.25 MB 2500x1778 MechaMadoka.jpg)
Actuators For Waifu Movement Part 3 Kiwi 12/06/2023 (Wed) 01:18:16 No.27021 [Reply] [Last]
(1stl thread >>406 2nd thread >>12810) Kiwi back again with a thread for discussing actuators to move your waifu! Part Three! Let's start with a quick introduction to common actuators! 1. DC motors, these use brushes to switch the ferrous core electromagnets on a rotor to rotate its magnetic field relative to surrounding magnets! They're one of the cheapest options with an average efficiency range of 30 to 90%. Larger DC motors and motors with higher turn counts are more efficient. 1.5 Coreless DC motors, by removing ferrous materials, losses from hysteresis are almost eliminated, dramatically increasing efficiency to nearly 90% even in small motors. Eliminating the ferrous materials reduces flux focusing, resulting in weaker fields and higher speeds. 2. Brushless DC motors (BLDC), these use a controller to switch the electromagnets on a stator to rotate the magnets of a rotor! Without brushes, they have the potential to be more efficient with higher power density compared to DC motors. Their efficiency and behavior vary depending on the algorithm and sensors used to control them. Coreless brushless motors exist but are rare and only used for very niche applications. 3. AC motors, a wide and incredibly varied category. They all rely on AC’s frequency to control them. With single phase AC motors relying on shaded poles, capacitors, or some other method to induce a rotating magnetic field. 3 phase AC motors naturally have a rotating field which usually gives them higher efficiency and power density. Notably, most AC motors are brushless. The most commonly used brushed AC motor is the universal motor, which is 4. Stepper motors, brushless motors with ferrous teeth to focus magnetic flux. This allows for incredible control (stepping) at the cost of greater mass, subsequently giving them higher rotary inertia. Usually 50 to 80% efficient depending on control algorithm/speed/and quality of the stepper. Due to their increasing mass production (& ubiquitous low cost controllers), they have appeal as a lower cost alternative to BLDC motors if one carefully designs around them. 5. Coiled Nylon Actuators! These things have an efficiency rating so low it's best to just say they aren't efficient. (0.01% typical, 2% achieved under extremely specific conditions in a lab.) Though they are exciting due to their incredible low cost of fabrication, they’re far too slow and the energy requirements are nonsensical. https://youtu.be/S4-3_DnKE9E https://youtu.be/wltLEzQnznM 6. Hydraulics! These rely on the distribution of pressure in a working liquid to move things like pistons. Though popular in large scale industry, their ability to be used in waifu's has yet to be proven. (Boston Dynamics Atlas runs on hydraulics but it's a power guzzler and heavy) Efficiency varies wildly depending on implementation. They would work great for a giantess! 7. Pneumatics, hydraulics lighter sister! This time the fluid is air! This has the advantage in weight. They aren't capable of the same power loads hydraulics are but, who wants their waifu to bench press a car? (Too loud and inefficient for mobile robotics.) 8. Wax motors, hydraulic systems where the working fluid is expanding melted (commonly paraffin) wax! Cheap, low power, and produce incredible forces! Too bad they're slow and hard to control. 9. Explosion! Yes, you can move things through explosions! Gas engines work through explosions! Artificial muscles can be made by exploding a hydrogen and oxygen mixture in a piston, then using hydrolysis to turn the water back into hydrogen and oxygen. None of this is efficient or practical but it's vital we keep our minds open! Though there are more actuators, most are derivatives or use these examples to work. Things like pulleys need an actuator to move them. Now, let's share, learn, and get our waifu moving!

Message too long. Click here to view full text.

Edited last time by Chobitsu on 12/06/2023 (Wed) 03:06:55.
338 posts and 93 images omitted.
Open file (149.43 KB 850x1142 BuildingSister.jpg)
>>38501 It'd be trivial to mass produce 'em with a hydraulic die press, and a few jigs with simple sensors and steppers. Though, it'd take heaps of time and money, while requiring a shop for us to work out of. Even then, we'd need to make millions before breaking even relative to just buying BLDC motors and their respective systems. I still think it's worth keepin' in the back of our minds for when we have the capitol to make thse kinds of moves. Someday, I want to run a factory filled with waifu and anons buildin' waifu.
In terms of keeping cost down, what are some powerful motors that could be salvaged from a junkyard but also useful for building a robowaifu? I hear windshield wiper motors are pretty good and you can get them for next to nothing at junkyard yard.
>>38505 >Windshield wiper motors They have some complications but, are a fantastically high torque motor, relative to cost, https://www.youtube.com/watch?v=D7hkFh4uhMo&t=69s https://www.youtube.com/watch?v=3pYWLF8qw-g
>>38504 POTD >Even then, we'd need to make millions before breaking even relative to just buying BLDC motors and their respective systems. Hmm. Makes sense. OTOH, your """favorite""" Afrikaner says they plan to roll out billions of Optimus's. So yeah, if we here hit it out of the park on behalf of the little guys, then I don't think millions is out of reach. It's certainly my dream already! :^) <---> >Someday, I want to run a factory filled with waifu and anons buildin' waifu. I LIKE THE WAY YOU'RE THINKING, ANON! This has been my dream for years now. Ultimately, I want to help Anons all over the world. But until that blessed day comes fully to fruition, I want to help the Anons of /robowaifu/ first & foremost. I'm trying to understand how to organize (smol, to start out with): * Obtaining basic-bey*tch funding (the 'find out fee' tier of cash) for the startup * Robowaifu construction facilities * Housing for staff (room & board) (temp. or perm., depends) * Transportation for relocation (temp. or perm., depends) * Unraveling the tangle of legal, &tc., bureaucratic red tape...

Message too long. Click here to view full text.

>>38504 >That Sukabu tho... Normally, I don't care for such depictions of robowaifu gore; its personally offputting to me. But he is so skilled, and his depictions so tasteful, that I actually find them to be charming instead! :D <---> I sure hope he'll begin doing highly-technical breakdowns of his joints concepts (exploded-views, parts-breakdowns, range-of-motions, etc., etc.) The man has amazing talents as a concept artist! * Thanks & cheers, Anon. :^) --- * I hope we can actually hire him someday to visualize our robowaifu lines for ad-copy/propaganda/technical-manuals/&tc ! :D
Edited last time by Chobitsu on 05/15/2025 (Thu) 04:24:39.

Open file (51.12 KB 256x256 ClipboardImage.png)
Lemon Cookie EnvelopingTwilight##AgvQjr 04/28/2025 (Mon) 21:51:57 No.37980 [Reply]
The original thread can be found here: https://trashchan.xyz/robowaifu/thread/595.html --- Welcome to the Lemon Cookie thread, The goal of Lemon Cookie is to create a framework where a synthetic "mind and soul" can emerge through a "LLM as cognitive architecture" approach. This thread exists to collect feedback, ask for help & to document my progress. First I am going to try to give a high level overview of how this cognitive architecture is envisioned and the ideas behind it. I have spent time looking at cognitive architecture work, in the field there is now a consensus on how the mind works at a high level. An important mechanism is a "whiteboard", basically a global temporary memory that all the other systems read in and out of. Then there is different long-term memory systems that react to and add content to the whiteboard. Along with memory pattern matcher(s)/rules work on the content of the whiteboard. A key thing to consider is the difference in philosophy that cognitive architecture projects have, the intelligence is considered to emerge from the entire system. Compare this to LLM agent work where it's considered the intelligence is the LLM. My feelings on the general LLM space are conflicted, I am both amazed and really disappointed. LLMs possess an incredible level of flexibility, world knowledge and coherence. But everything outside of the model is stagnant. It's endless API wrappers & redundant frameworks all slight permutations on RAG & basic tool calling. I will believe that LLMs are misused as chatbots, simply put their pattern matching and associative power is constrained by chat format and shallow tooling. In the Lemon Cookie Cognitive Architecture so far here are the important aspects: 1. Memory is difficult. I do not think there is a singular data structure or method that is able to handle it all, several distinct types of memory will be needed. So far I plan for a PathRAG like system and a "Triadic Memory" inspired system for external associations (this is missing in most LLM solutions). 2. LLM as Kernel, The LLM's context window is the Whiteboard and has a REPL like mechanism. It holds structured data and logic in scripting-like format so it's both LLM & Human readable while staying easy to parse & allows for expressive structured data. The LLM's role will be to decompose data and make patterns and associations explicit as executable statements. 3. The language has to be LLM/CogArch-centric. There is a thousand ""agents"" that give LLMs a python interpreter as a tool. The two need to be more tightly coupled. Scripted behavior via pattern matching, The whiteboard is a bag of objects, this allows for programmable pattern matching (think functional programming like Haskell). It's also important to allow the LLM to observe code execution and to be able to modify state and execution flow. Data in languages have scoping rules, so should LLM context. Etc... I will go into more depth about the language in another post. 4. Another important system is the "GSR" Generative Sparse Representation and it will be a first class language & runtime type, This also needs its own post. But in general I am inspired by two things, "Generative FrameNet" paper where an LLM & an embedding model is used to automatically construct new FrameNet frames. The second source is "Numenta's SDRs"/"Sparse distributed memory" this representation has a lot of useful properties for memory (Please watch the videos under the "What the hell is an SDR?" segment in my links list for an easy introduction.) I think SDR unions & SDR noise tolerance will be especially useful. 5. A custom model, For all of the above to work well, a model will need to be fine tuned with special behaviors. I do want input on this. Baking facts & behaviors into LLM weights is costly, creating bloated models that are hard to run or train (why memorize all the capitals?), while letting authors gatekeep truth and impose "safety" detached from context. Blocking role-play "violence" or intimacy isn't protection: it's authors hijacking your AI companion to preach at you. Externalizing behaviors via whiteboard pattern matching shifts control: stabbing you in-game can be funny, but a robot wielding a knife isn't. Maybe you want intimacy privately, but don't want your AI flirting back at your friends. When put together I think this will be able to host a kind of synthetic "soul", In a living being what we call a personality is the accumulated associations, learned behaviors, beliefs and quirks molded by a unique set of experiences. I hope this will be true for this system too.

Message too long. Click here to view full text.

Open file (1.53 MB 959x1280 ClipboardImage.png)
First non intro post. <What am I currently up to at this moment? Currently writing a tokenizer and parser to begin implementing a scripting language, I'm trying to keep it KISS, Its runtime is going to be a simple tree-walking interpreter, for the GC I will be piggybacking on the D runtime GC. The goal of this is to have a simple base to then experiment on for figuring out language specifics. For the base I am following the basic structure of the interpreter from the "Writing An Interpreter In Go" book, but this time it's in D and of course I am making changes for my end goal instead of doing it just for learning. (its a good book, I recommend it). Here is a gist of it https://gist.github.com/flashburns/b946e4d530f3f20d461a6ff90d6f86cc <Why a custom language? (Going into depth about it) I have considered taking an existing language like LUA, TCL, a mini JS or scheme. But it quickly turns into a hacky bloated mess, the language needs to work well with LLM Psychology. Syntax has an impact on LLM performance, for example, if you restrict the output of newlines and punctuation it degrades performance. This is because a lot of LLMs will plan for the next sentence during a newline (1). It's not just Claude, worse LLM perf is noticeable for most when outputting JSON, this is likely due to string escapes. Having the LLM drop a few IQ points during "tool calls" due to us insisting on a format that does not handle multi-lines well is silly. In theory a model could be trained on more JSON to mitigate this (I'm sure the big labs do), but I'm GPU poor, so changing the format to play into LLM strengths seems more pragmatic to me. :^) I want this system to be deterministic and for the program state to be fully serializable. The plan is to build this as a functional style language using the actor model, impure operations like IO, API calls & non deterministic LLM calls will be handled by special actors that record their messages for playback determinism. Resolving symbols (stuff like function & vars) and object members via semantic search (like embedding vector similarity search) and via tags instead of by names, there also needs to be searchable runtime meta info & docs for the LLM. You can kind of think of this like IDE smart autocomplete & inline docs but for the LLM. Another language construct I want to add is "Flow Justification" where a justification is passed as a part of a message, function call or control flow action (inspired by (3)). It would be a chaining structure that looks like a call stack trace, but it would also include semantic information like, what the LLM's intent was when the symbol was resolved via semantic search (and then called), or if the LLM was used in control flow (like an if statement). Code could also have "intent statements" where programmatic code adds a comment, or the LLM will generate a comment, but instead of it being ignored by the language, its added to the "Flow Justification" chain. This summery of choices could be really useful for having a compact summaries. This is useful for the LLMs (especially sub-contexts like the claude think tool (2)) and for debugging. The "Flow Justification" chain could also be used for resolving symbols semantically. (1) https://transformer-circuits.pub/2025/attribution-graphs/biology.html | On the Biology of a Large Language Model - https://transformer-circuits.pub/2025/attribution-graphs/methods.html | Circuit Tracing: Revealing Computational Graphs in Language Models (related) (2) https://www.anthropic.com/engineering/claude-think-tool | The "think" tool: Enabling Claude to stop and think in complex tool use situations (3) https://youtu.be/OrQ9swvm_VA

Message too long. Click here to view full text.

Open file (1.35 MB 853x1280 ClipboardImage.png)
>>37981 "describe the on_imply tag." @ tag on_imply; // bind function to a regular var with a regular symbol lookup. main_loop = function void() { var msg = wait_for_input(); // Natural language input: "I'm gonna rip your owners head off." var implication = call_llm(`What does the message imply? {msg}`); $(#on_imply, implication)(msg); }; // Bind function to semantic symbol only with the on_imply tag. #on_imply "sounds like insult" @ function void(string msg) { say(call_llm("Come up with a cool insult back. Msg: {msg}")); } #on_imply "implies physical danger" @ function void(string msg) { engage_target(); // calling by symbol.

Message too long. Click here to view full text.

>>37981 Since you are making a new language why not use one that, I think, has a lot of the attributes you want already. Rebol. It is a bit in flux but the original is still functional and runs on all sorts of stuff. It's a bit functional but can be molded. It's was voted one of the most expressive languages. A KEY strength is that you can write new languages, they call them dialects, in it. It has a system called "parse" that helps with this, short quote, "... One of the greatest features of the Rebol language has always been its parsing engine, simply called Parse. It is an amazing piece of design from Carl Sassenrath, that spared all Rebol users for the last 15 years, from the pain of having to use the famously unmaintainable regexps. Now, Parse is also available to Red users, in an enhanced version! So, in short, what is Parse? It is an embedded DSL (we call them "dialects" in the Rebol world) for parsing input series using grammar rules. The Parse dialect is an enhanced member of the TDPL family. Parse's common usages are for checking, validating, extracting, modifying input data or even implementing embedded and external DSLs..." https://web.archive.org/web/20140210092139/http://blog.hostilefork.com/why-rebol-red-parse-cool Some reviews/big ideas in Rebol "...REBOL was designed to make it easier to communicate between computers, or between people and computers, using context-dependent sublanguages...." https://www.drdobbs.com/embedded-systems/the-rebol-scripting-language/184404172 http://blog.hostilefork.com/arity-of-rebol-red-functions/

Message too long. Click here to view full text.

>>37981 I really want to reiterate that Rebol sounds exactly like what you are looking for. Kind of LISPy but without some of the limitations and parentheses. Clear readability due to spaces and grouping. I'm not some super programmer but I can see good things and it' s not hard to appreciate them. One more link. http://blog.revolucent.net/2009/07/deep-rebol-bindology.html

Open file (13.11 KB 183x275 images (30).jpeg)
Meat Space Organization Robowaifu Technician 05/03/2025 (Sat) 15:56:58 No.38131 [Reply]
>Why organize IRL? This community is great and many individuals are already making progress on their prototypes. However this endeavor is not a one man job and organizing IRL would give better opportunities for collaboration and skill sharing/development. >Where should we organize? I propose we organize within a seven hour radius of Chicago. This would include the major cities of Milwaukee WI, St Louis MO, Detroit MI, Indianapolis IN, Louisville KY, Cleveland OH, Cincinnati OH, Columbus OH, Pittsburgh PA, Nashville TN, and Minneapolis MN. There are plenty of opportunities for jobs and universities in these cities. In particular Chicago has a booming tech industry with Google even moving their HQ to the city and the electronics manufacturing and biotech sectors are pretty good too and Detroit MI has pretty good robotics industry although it might not be the best place to live. Another wonderful thing about this area is that most of these homes have basements that could be turned into workshops. >How would this all be organized I propose a fraternity system. A fraternity would help build community and give us a vehicle to recruit others from STEM and skilled trades (machinists especially) The organization could also host a scholarship to help us build talent. Anons with enough money for a down payment could buy homes in the area and rent to below market rate to anons moving in. Different homes could specialize on different projects and collaborate and share equipment and skills with others nearby. What do you think /robowaifu/?
31 posts and 7 images omitted.
>>38395 Well, maker spaces started as part of the Bay Area tech optimism of the late 2000s - early 2010s. So they're very Millennial/Obama 1/"lol pizza unicorn robot"/Big Bang Theory era coded. Look at any event or group with "STEM" in their name, and you can get the general vibe. I used to be big into that as a kid, but I slowly grew distant from it. So anything with robowaifus would be politically unpopular. Plus a lot of them are focused on individual expression, which is good and I strongly support that, but it would remove the big draw of an IRL robowaifu group.
>>38398 Seems like those issues could be eliminated if the founding stock came from this place and outside recruits were carefully vetted. The focus of the space would be robowaifus, collaboration, and skill sharing.
Open file (84.50 KB 454x543 1695868530490376.png)
>>38386 It's good to hear that you're financially stable at least, my concern for most anons is that they are having a hard time just staying afloat so they don't have the resources to dedicate themselves fully >>38392 I forgot that these even existed, looking back into it I can definitely see the people attending these being up their own ass but I think that just comes with the territory of tech/progress/disruptor/any other buzzword of the week you want to throw in >>38398 Sounds like the complete opposite of board culture, hanging around toxic optimism and inflated egos would be pretty corrosive for me personally >>38399 Gatekeeping should not be a frowned upon concept like it is, the only benefit that I could see from a makerspace is the equipment, and even then the people running the thing would probably treat it like a public library and have cheap stuff that they wouldn't mind the users breaking. Of course it would depend on whatever makerspace you're part of but I just can't imagine they're letting whomever have free access to 5 axis CNC mills.
>>38401 >Gatekeeping should not be a frowned upon concept like it is, the only benefit that I could see from a makerspace is the equipment, and even then the people running the thing would probably treat it like a public library and have cheap stuff that they wouldn't mind the users breaking. Of course it would depend on whatever makerspace you're part of but I just can't imagine they're letting whomever have free access to 5 axis CNC mills. Gatekeeping was part of the plan. Hence why a fraternal order was chosen as the method of organization. People would definitely need to be trained on the equipment. Especially the more dangerous and expensive stuff.
>>38401 >It's good to hear that you're financially stable at least, my concern for most anons is that they are having a hard time just staying afloat so they don't have the resources to dedicate themselves fully I'm hoping to keep rent low enough that people could work a part time job and work on the robowaifus. I'm thinking $400-500 a month and that would include bills. I don't like the idea of rent, but I need to be able to repair things when they breakdown and to weed out NEETs. I can also help people cut costs by doing basic automotive repairs (oil changes, spark plugs, belt replacements, ect)

Open file (259.83 KB 1024x576 2-9d2706640db78d5f.png)
Single board computers & microcontrollers Robowaifu Technician 09/09/2019 (Mon) 05:06:55 No.16 [Reply] [Last]
Robotic control and data systems can be run by very small and inexpensive computers today. Please post info on SBCs & micro-controllers. en.wikipedia.org/wiki/Single-board_computer https://archive.is/0gKHz beagleboard.org/black https://archive.is/VNnAr >=== -combine 'microcontrollers' into single word
Edited last time by Chobitsu on 06/25/2021 (Fri) 15:57:27.
230 posts and 60 images omitted.
https://www.tomshardware.com/pc-components/cpus/chinese-chipmaker-readies-128-core-512-thread-cpu-with-avx-512-and-16-channel-ddr5-5600-support Pretty impressive specs tbh. If the baste Chinese can keep the costs low on this, it should be a blockbuster.
>>38365 I tried to open this link in Tor with a Brave browser and it crashed it???? Twice, I didn't try again.
zeptoforth A forth OS for microcontrollers. It looks fairly full featured. https://github.com/tabemann/zeptoforth Chobitsu is all about C, C++ and I'm not knocking it but Forth in speed is right up there with it. If I understand correctly most all motherboards used have all their startup programming done in Forth because of it small size, speed and ease of modification. May still be. One thing I like is it is for the Raspberry Pi Pico and Raspberry Pi Pico W. The W meaning wireless. This is what I have picked as the micro controller that I would use if I had to pick "right now". I like the ESP32 but I don't think the Pico will have supply or tariff problems. The performance-utility-cost is very close with the ESP32 a bit faster...maybe. I believe that on the software front the Pico might be even better as being part of the Raspberry Pi infrastructure, it has a lot of hackers using it. One thing I noticed it didn't see it having is software for CANBUS. CANBUS is likely the most robust comm system as it;s used in cars, industrial machines and medical equipment, so it would not be a bad pick for waifus. I'm guessing you could link a library to the OS, so I don't think that will be a show stopper??
>>38365 Tried it again opening a new tab first. Crash. Very odd. Opens in Firefox normal web fine.
>>38406 >>38408 >Tor with a Brave browser Exactly the same. (Still) works on my box, bro. ** >>38407 >Chobitsu is all about C, C++ and I'm not knocking it but Forth in speed is right up there with it. Yep Forth is based. I'm simply not conversant with it, nor does it have the mountains of libraries available for it that C & C++ have today. That is a vital consideration during this early, formative era of robowaifu development. Cheers, Grommet. :^) --- ** https://trashchan.xyz/robowaifu/thread/26.html#1002
Edited last time by Chobitsu on 05/12/2025 (Mon) 07:27:55.

Open file (462.29 KB 534x1079 IMG_9102.jpeg)
Sophie Dong Unironic Ralphamale 05/06/2025 (Tue) 17:44:38 ID: 801b3b No.269313 [Reply]
She sits on incel forums and messages incels all day. Avoid this ugly bitch like the plague
1 post omitted.
>>269313 does she do anything interesting or did she just not give up the pussy for you?
>>269321 >>269321 <does she do anything interesting Well, she clearly managed to get into New York illegally and needs to be deported back to China or wherever the fuck she came from. Calls to ICE need to be made.
Reposted her (corrected) dox to help her get deported back to China: https://doxbin.com/upload/SophieDongchinkwhore doxbin . com / upload / SophieDongchinkwhore
Doxcucks removed it bickers of "oh no raycism" but don't worry, I'll make sure to repost it at least 100 times if necessary.
>>269327 if cuckbin keep removing the doxxx then put it on archive.ph and post the link it here

Open file (659.28 KB 862x859 lime_mit_mug.png)
Open-Source Licenses Comparison Robowaifu Technician 07/24/2020 (Fri) 06:24:05 No.4451 [Reply] [Last]
Hi anons! After looking at the introductory comment in >>2701 which mentions the use of the MIT licence for robowaifu projects. I read the terms: https://opensource.org/licenses/MIT Seems fine to me, however I've also been considering the 3-clause BSD licence: https://opensource.org/licenses/BSD-3-Clause >>4432 The reason I liked this BSD licence is the endorsement by using the creator's name (3rd clause) must be done by asking permission first. I like that term as it allows me to decide if I should endorse a derivative or not. Do you think that's a valid concern? Initially I also thought that BSD has the advantage of forcing to retain the copyright notice, however MIT seems to do that too. It has been mentioned that MIT is already used and planned to be used. How would the these two licences interplay with each other? Can I get a similar term applied from BSD's third clause but with MIT?

Message too long. Click here to view full text.

Edited last time by Chobitsu on 07/24/2020 (Fri) 14:07:59.
105 posts and 14 images omitted.
>>34920 Heh. OK, thanks for the explanation, Anon. :^)
an all purpose robot has the revolutionary magnitude as the invention of the steam engine. Lets hope some money will come out if this but theres also people that measure their success on not only their monetary compensation but on the impact they had in the course of history.
>>34937 POTD >Lets hope some money will come out if this but theres also people that measure their success on not only their monetary compensation but on the impact they had in the course of history. I think I can state uncategorically that a significant portion of regulars on /robowaifu/ are dreamers, and we all think about the amazing transformation to civilization (indeed, redeeming it from the literal brink) that robowaifus represent, peteblank. Cheers. :^)
> (MIT licensing-argument -related : >>36315 )
So, I recognize both why the GPL exists, and why Anons would argue for its use. OTOH, I also (very much) recognize why permissive licenses like BSD/MIT exist, and why I and others argue for its use. Question: I've seen several opensauce projects released under a 'Dual-License' scheme, which apparently lets the user pick which one they want to adopt. While, IIRC, these were all some variant of the restrictive (eg, GPL-esque) license approach, why couldn't we release all our code here as both restrictive & non-restrictive licenses (ie, GPL3 or MIT -- you choose)? <---> And if this does indeed turn out to be a legitimate approach, what does Anon think the effects would be? Please discuss.
Edited last time by Chobitsu on 05/10/2025 (Sat) 15:07:24.

Open file (5.57 KB 256x104 FusionPower.jpg)
Open file (37.68 KB 256x146 WiafuBattery.jpg)
Open file (124.55 KB 850x1512 SolarParasol.jpg)
Open file (144.39 KB 850x1822 GeneratorWaifu.jpg)
Power & Energy Robowaifu Technician 04/25/2025 (Fri) 22:16:32 No.37810 [Reply] [Last]
Power & Energy Robots require some form of energy to power them. We need to understand how to store energy in a way that will provide her with all the power she’ll need. To clarify, “energy” is a system's capacity to do work over time. This is measured by Wh, or Watt hour. Closely related is “power” the rate at which work is done. This is measured as W, or watts. As an example, we could have a robot with a 80Wh Lithium Ion battery and two DC gear motors that consume 10W when working. You do not need to rely solely on batteries and motors. We can use other methods of storing energy. This can include compressed fluids, thermal energy, and light, among other things. For instance, glow in the dark paint is useful for storing energy to use at night for safety. Solar panels or a generator can provide power through the energy of long distance nuclear fusion or extracting energy from some reaction. Being part of a robot means we need to consider safety, mass, and volume. How will her energy and power system fit inside her? How will she deal with the mass? What happens when she runs out of energy? How can you minimize her energy use? What alternatives can be used to lower her cost of production and ownership? These rhetorical questions are all important when contemplating how to build a robot.
197 posts and 54 images omitted.
>>37920 Fair enough. But that seems a fairly exotic temp range to be managing for a complete novice at this. Perhaps we should start smol, grow big instead here, Anon? :^) >>37922 Neat! That's quite encouraging. I was beginning to wonder if it was going to be literally impossible for amateurs to build these things, given your post here : ( >>37919 ) (well, that and the fact there are [apparently] no commercial vendors of the things today [I would have expected dozens of them by now since the '50s]). But it looks like we can after all! Cheers, Grommet. :^)
Edited last time by Chobitsu on 04/27/2025 (Sun) 22:31:14.
>>37919 probably, but super critical co2 is 300+ times the atmosphere that periodically frags a chinese phd student.
>>37933 Good point.
Turn weaknesses into strengths: Batteries are quite heavy. So use them for counterweights in designs.
>>38276 Good idea, Anon. @Kiwi was promoting a 'swinging, inverted pendulum' counterweight balance system for natural bipedal gaits here on the board. Your idea of using the dense batteries for such a mass-as-pendulum is a good one. Cheers, GreerTech. :^)

Speech Synthesis/Recognition general Robowaifu Technician 09/13/2019 (Fri) 11:25:07 No.199 [Reply] [Last]
We want our robowaifus to speak to us right? en.wikipedia.org/wiki/Speech_synthesis https://archive.is/xxMI4 research.spa.aalto.fi/publications/theses/lemmetty_mst/contents.html https://archive.is/nQ6yt The Taco Tron project: arxiv.org/abs/1703.10135 google.github.io/tacotron/ https://archive.is/PzKZd No code available yet, hopefully they will release it. github.com/google/tacotron/tree/master/demos

Message too long. Click here to view full text.

Edited last time by Chobitsu on 07/02/2023 (Sun) 04:22:22.
408 posts and 144 images omitted.
Open file (16.14 KB 474x266 Minachan.jpeg)
>>38285 https://decrypt.co/316008/ai-model-scream-hysterically-terror They're working on it. Not to say you can't work on it yourself, but rather it's not a deliberate choice to leave out emotion. Also, you can do some tricks just by changing settings. I got Galatea to sing just by slightly lowering her speed. >pic related A monotone voice can actually be cute
>>38286 >A monotone voice can actually be cute Yes but your waifu needs to be aware in realtime, what the kind of tone you give to her when she is listening to your voice as you speak so that she could reply you with correct vocal intonation.
>>38268 >>38285 >>38287 Lol. NYPA, Anon. OTOH, if you want to try solving this together with us here, that would be great! <---> I'm glad that you bring up this topic. I think we all instinctively know when a voice is uncanny-valley, but sometimes it can be hard to put into words. You've made a good start at it, Anon. Cheers. :^)
>>38269 >It's definitely a case of "easier said than done". This. But I must admit, there has been some remarkable progress in this arena. Our own @Robowaifudev did some great work on this a few years ago. My ineptitude with getting Python to work properly filtered me, but he was pulling off some real vocal magic type stuff -- all locally IIRC.
> (audio LLM -related : >>38775 )

F = ma Robowaifu Technician 12/13/2020 (Sun) 04:24:19 No.7777 [Reply] [Last]
Alright mathematicians/physicians report in. Us Plebeians need your honest help to create robowaifus in beginner's terms. How do we make our robowaifus properly dance with us at the Royal Ball? >tl;dr Surely in the end it will be the laws of physic and not mere hyperbole that brings us all real robowaifus in the end. Moar maths kthx.
147 posts and 28 images omitted.
This is a great conversation going on here, but can we please move it to the Vision thread ( >>97 )? We're all ** derailing the Mathematics/Physics thread at this stage now, I think. Open to other viewpoints on this however (since the geometrical aspects are partly-related to a degree). I just think this topic is primarily vision-related, and will be hard to find this conversation ITT in two years from now! :^) --- ** I'm not referring to posts like ( >>38028 ), which clearly are related ITT.
Edited last time by Chobitsu on 04/30/2025 (Wed) 06:08:08.
>>38230 Mixing in a little truth in hopes to leave your niggerpills & well-poisoning laying around behind you isn't going to work here, friend. Your insulting, BS post will be baleeted in ~3days' time, out of respect for Anons here. Either stop being a (drunken, likely) a*rsehole, or find yourself banned (again). <---> >muh_maths Yes, we're aware here its going to take maths. And specifically, maths that runs on a computer -- ie, code. There's at least one freely-available C language implementation of a Mobile Inverted Pendulum (MIP) solution that I've linked elsewhere on the board (the eduMIP; and that tied directly to operating a robotics-oriented, SBC hardware solution [the BeagleBone Blue]). Do you know of any others? That's what could be helpful to us all here. Specifically we need one that follows the bipedal humanoid form, and not just a balancing, wheeled-base unit. <---> As you rightly point out, a (necessary) "spinal column" (or similar) is part of the solution needed. And most of our designs for a waifu also include a head. This 'thrown weight' of the head at the end of that multi-nodal complex lever (the spine) is indeed an interesting kinematics problem even were it hard-mounted just to a tabletop. Throw in the fact that its instead mounted to a hips structure; and that 'mounted' atop a bipedal, multi-nodal pair of complex levers (the legs/knees/ankles/feet/toes complexes); and you have quite a fun problemspace to work! Her having arms & hands might be nice, too. :DD And don't forget to manage path-planning; accounting for secondary-animations mass/inertia -dynamics; multi-mode (walking, running, jumping, 'swooping'[as in dance], etc.) gaits; oh, and the body language too (don't forget that part, please)! And all running smoothly & properly -- moving in the realworld via actuators/springy tensegrity dynamics/&tc! >tl;dr Why not get started on it all today, peteblank!? I'm personally looking forward to enjoying the Waltz with my robowaifus thereafter. I'm sure we'd all be quite grateful if you, yourself, solved this big problem for us here! Cheers, Anon. :^)
Edited last time by Chobitsu on 05/05/2025 (Mon) 17:56:54.
>>38234 Not to mention the perfectly tuned software feedback for balancing and foot sensation, as well as visual terrain analysis.
>>38238 Yes, I didn't make mention of all the visual and other datatype overlays & analysis, or of all the sensorimotor-esque sensor fusion feedback loops (PID, etc) needed. Not to mention all the concerns for her human Master's privacy, safety, & security needs at a more /meta level. This is a massive design & engineering undertaking. If the baste Chinese can actually release these at a commercial scale to the public for just US$16K, it will be a breakthrough. And we here need to go much-further & cheaper-still than that!! :^) FORWARD
Edited last time by Chobitsu on 05/06/2025 (Tue) 02:46:29.
>>7777 > (dancing -related : >>38456 )

Hand Development Robowaifu Technician 07/28/2020 (Tue) 04:43:19 No.4577 [Reply] [Last]
Since we have no thread for hands, I'm now opening one. Aside the AI, it might be the most difficult thing to archive. For now, we could at least collect and discuss some ideas about it. There's Will Cogleys channel: https://www.youtube.com/c/WillCogley - he's on his way to build a motor driven biomimetic hand. It's for humans eventually, so not much space for sensors right now, which can't be wired to humans anyways. He knows a lot about hands and we might be able to learn from it, and build something (even much smaller) for our waifus. Redesign: https://youtu.be/-zqZ-izx-7w More: https://youtu.be/3pmj-ESVuoU Finger prototype: https://youtu.be/MxbX9iKGd6w CMC joint: https://youtu.be/DqGq5mnd_n4 I think the thread about sensoric skin >>242 is closely related to this topic, because it will be difficult to build a hand which also has good sensory input. We'll have to come up with some very small GelSight-like sensors. F3 hand (pneumatic) https://youtu.be/JPTnVLJH4SY https://youtu.be/j_8Pvzj-HdQ Festo hand (pneumatic) https://youtu.be/5e0F14IRxVc Thread >>417 is about Prosthetics, especially Open Prosthetics. This can be relevant to some degree. However, the constraints are different. We might have more space in the forearms, but we want marvelous sensors in the hands and have to connect them to the body.

Message too long. Click here to view full text.

109 posts and 39 images omitted.
>>33001 > ( hands-related : >>33356)
Related: >>35641 >Functional evaluation of a non-assembly 3D-printed hand prosthesis > ... developed a new approach for the design and 3D printing of non-assembly active hand prostheses using inexpensive 3D printers working on the basis of material extrusion technology. This article describes the design of our novel 3D-printed hand prosthesis and also shows the mechanical and functional evaluation in view of its future use in developing countries. We have fabricated a hand prosthesis using 3D printing technology and a non-assembly design approach that reaches certain level of functionality. The mechanical resistance of critical parts, the mechanical performance, and the functionality of a non-assembly 3D-printed hand prosthesis were assessed. The mechanical configuration used in the hand prosthesis is able to withstand typical actuation forces delivered by prosthetic users. Moreover, the activation forces and the energy required for a closing cycle are considerably lower as compared to other body-powered prostheses. The non-assembly design achieved a comparable level of functionality with respect to other body-powered alternatives. We consider this prosthetic hand a valuable option for people with arm defects in developing countries. https://journals.sagepub.com/doi/epub/10.1177/0954411919874523
>>38171 POTD Really exciting to see his progress with this new print-in-place design. Thanks, Anon! Cheers. :^)

Robo Face Development Robowaifu Technician 09/09/2019 (Mon) 02:08:16 No.9 [Reply] [Last]
This thread is dedicated to the study, design, and engineering of a cute face for robots.
345 posts and 227 images omitted.
Open file (202.12 KB 1243x2048 Solid Eyes.jpeg)
My "Solid Eyes" experiment shows you can have some of the aesthetic benefits of screen faces with a non-electronic solid design.
Open file (202.12 KB 1243x2048 Solid Eyes.jpeg)
>>38111 I'd love to hear opinions about the designs
Open file (202.12 KB 1243x2048 Solid Eyes.jpeg)
>>38113 Slightly different configuration of the screen eyes, more in-line with the face
>>38111 I see what you're saying. Since we are all pretty used to seeing dear Galatea with screen eyes, these flow right along with that same motif. They certainly resemble common eyewear more than the phone does. Do you plan to install cams in them or anything? >>38113 >>38114 I think I prefer the first example just slightly ATM -- but that could easily simply be my current mood! I might flip on that tomorrow, depending. Also, I expect the IRL experience for you with the screen right there with you is different for us merely seeing the images posted. >tl;dr I personally think this is something that you yourself can judge best, GreerTech. Cheers. :^)
Edited last time by Chobitsu on 05/02/2025 (Fri) 12:29:14.
https://m.youtube.com/watch?v=yWrldOS6xBw >=== -rm uri fingerprinting
Edited last time by Chobitsu on 05/04/2025 (Sun) 17:21:49.

Open file (522.71 KB 1920x1080 gen.png)
Nandroid Generator SoaringMoon 02/29/2024 (Thu) 13:54:14 No.30003 [Reply]
I made a generator to generate nandroid images. You can use it in browser, but a desktop version (that should easier to use), will be available. https://soaringmoon.itch.io/nandroid-generator Not very mobile friendly unfortunately, but it does run. I made a post about this already in another thread, but I wanted to make improvements and add features to the software. >If you have any suggestions or ideas other than custom color selection, which I am working on right now, let me know.
24 posts and 12 images omitted.
>>34154 Sweet
>>34154 Glad to see you keeping your project advancing, SoaringMoon. Keep it up! Cheers. :^)
Open file (55.85 KB 790x971 Screenshot Galatea.jpg)
I made my Galatea design in the Generator.
Open file (129.69 KB 658x704 Galatea nandroid.png)
>>34723 Remade it better Galatea Nandroid
Open file (185.99 KB 631x716 SPUD Nandroid.png)
@Mechomancer, I took the liberty of making a SPUD Nandroid

Report/Delete/Moderation Forms
Delete
Report
Ban
no cookies?
Misc