atomicshoreline's recent activity
-
Comment on In praise of Arcane season 2 in ~tv
-
Comment on Where does your username come from? (Following up on last year's thread) in ~tildes
atomicshoreline My username comes from the idea of the island of stability in chemistry. I am not a chemist or even really a scientist but when I joined here I picked something that I hoped would make me seem...My username comes from the idea of the island of stability in chemistry. I am not a chemist or even really a scientist but when I joined here I picked something that I hoped would make me seem academic and respectable rather than the languishing office data cruncher I am.
-
Comment on Weekly US politics news and updates thread - week of November 4 in ~society
atomicshoreline I have an appointment to donate blood this week. I keep imagine all the places it could go.I have an appointment to donate blood this week. I keep imagine all the places it could go.
-
Comment on Kill Bill x Rav x Hatsune Miku - THINGS WILL GET MUCH WORSE FROM HERE (2024) in ~music
atomicshoreline I'm curious why you thought the audience here could not handle this? The writing style here tends toward being carefully considered and emotionally reserved, but that's out of a desire for shelter...- Exemplary
I'm curious why you thought the audience here could not handle this? The writing style here tends toward being carefully considered and emotionally reserved, but that's out of a desire for shelter from the constant psychological warfare of the public internet not a desire to avoid provocative work.
-
Comment on What programming/technical projects have you been working on? in ~comp
atomicshoreline Will do. For the epub to audiobook project, what TTS are you using, something local, or ElevenLabs?Will do. For the epub to audiobook project, what TTS are you using, something local, or ElevenLabs?
-
Comment on What programming/technical projects have you been working on? in ~comp
atomicshoreline The biggest problem is that my transcription does not place punctuation in the same place as the eBook so when I go to match the transcription to the eBook, the pieces do not line up because the...The biggest problem is that my transcription does not place punctuation in the same place as the eBook so when I go to match the transcription to the eBook, the pieces do not line up because the eBook sentence I am comparing to may overlap multiple audio segments or not cover the entire audio segment.
I am considering a resource intensive option where it tries adding one word at a time from the eBook until it either has a high enough matching percentage or the sentence its created is longer than the Audiobook transcription but this would be very resource intensive and I would hope there is a more clever method than simply bruteforcing it.
-
Comment on What programming/technical projects have you been working on? in ~comp
atomicshoreline I am working on a script to split an audiobook into audio segments corresponding to the sentence in the ebook version of the book. The eventual goal with this is for people to be able to a simply...I am working on a script to split an audiobook into audio segments corresponding to the sentence in the ebook version of the book. The eventual goal with this is for people to be able to a simply point the script at an mp3 of an audiobook and get a nicely formatted LJspeech-style dataset that can be used for future machine learning projects. My current goal is to finetine a text-to-speech model for PiperTTS using the output of the script.
The current script uses Whisper.cpp to transcribe the audio and then does a fuzzy search using Python's difflib library to try and match the transcription its corresponding sentence in the ebook replacing the transcription with the actual line from the book if it finds it.
This current solution only kind of works and I am open to ideas on how to do things better.
-
Comment on Denis Villeneuve hates dialogue in film in ~movies
atomicshoreline That is a fair point but allow me to expand on what I meant. I typically see ideas decay into highest entropy in a few common patterns, for example Folklore, mythology, or philosophical ideas ->...Perhaps this is simply because the only things that get traction these days are adaptations
That is a fair point but allow me to expand on what I meant. I typically see ideas decay into highest entropy in a few common patterns, for example
Folklore, mythology, or philosophical ideas -> fiction(most often books) that heavily utilize core ideas -> Fiction that is influenced by previous fiction and thus inherits some of its ideas -> poorly recollected approximations of ideas that have permeated popular culture.
Due to the manpower needed to create films and the desire for a return on investment films aim for the lowest common denominator and thus usually usually end in that last stop. Occasionally exceptionally well crafted films can ascend to a higher place or encourage its viewers to explore up the chain themselves but its rare due to the aforementioned desire for a return on investment.
The cultural evolution of zombies is a good example of this per Wikipedia the really basic version is
Haitian Folklore -> HP Lovecraft short story(popularized Haitian Zombies in American culture) -> George A. Romero(Slow shambling hordes sort of like Haitian zombies) -> Resident Evil games(Human like zombies where science rather than mysticism is involved) -> iZombie(zombies as mostly human romantic partner)
It probably should not bother me as much as it does but I can’t shake the feeling we are all getting dumber as a result of consuming primarily high entropy versions of ideas at the end of the pipeline since I read Amusing Ourselves to Death
This is an interesting example, because Gibson was sure that people would see Neuromancer as a ripoff of Blade Runner
I did not know that. Its really funny that he was worried because they are such different works. I wonder if anyone has done any sort of study of using tvtropes.org to create a sort of Six Degrees of Kevin Bacon for trope overlap.
-
Comment on Denis Villeneuve hates dialogue in film in ~movies
atomicshoreline Isn't film the wrong medium if the script of a work is the thing you primarily care about given that its strength is in its status is as a visual medium rather than a textual one such as a book....I prefer a meaty story
Isn't film the wrong medium if the script of a work is the thing you primarily care about given that its strength is in its status is as a visual medium rather than a textual one such as a book.
Personally I think film and TV rarely stand on their own and are best thought of as a companion piece to literature they are adapted from(Dune) or take influence from(Person of Interest being influenced by Neuromancer).
-
Comment on Which characters have the best bows? in ~anime
atomicshoreline (edited )Link ParentI'm usually the person who wants anime and manga to been seen as a medium worthy of serious study but this thread really made me smile on what has otherwise been a bad week so I appreciate...This is the weirdest topic I've seen on Tildes.
I'm usually the person who wants anime and manga to been seen as a medium worthy of serious study but this thread really made me smile on what has otherwise been a bad week so I appreciate /u/primarily for creating this thread. I think gushing over moé character designs was just what the doctor ordered.
I don't know if this fully counts as a hair bow but I really like the flower petal hair tie design that Leafa has in Sword Art Online because of how fairy looking it is.
-
Comment on Hi, how are you? Mental health support and discussion thread (February 2024) in ~health.mental
atomicshoreline I am currently between jobs and am having a hard time staying motivated to apply for positions. The whole job application process touches on a lot of anxiety triggers namely Giving out personal...I am currently between jobs and am having a hard time staying motivated to apply for positions. The whole job application process touches on a lot of anxiety triggers namely
-
Giving out personal information
-
Ambiguous questions/Cultural expectations that I should be dishonest
-
Lack of feedback related to success or failure
The whole process feels so needlessly humiliating. In some ways I feel even more unhappy now despite the fact that my previous job was overworking and underpaying me.
-
-
Comment on Fooocus - The most user-friendly local image-gen interface to date in ~comp
atomicshoreline This is correct. This software is simply a user interface. The issues with the model stem not from the model, its doing its job of mimicry fine. The problem is the data the model is trained...as far as I'm aware, it's an issue that is present in much of AI image generation.
This is correct. This software is simply a user interface. The issues with the model stem not from the model, its doing its job of mimicry fine. The problem is the data the model is trained on(largely website content) is influenced by the biases of its creators and users. Generative AI systems are simply holding up a proverbial mirror.
There is an element of the is/ought fallacy going on here where people irrationally assume the system will reflect a different world than the one present in its training data. Multiple different approaches have been tried to coerce these systems into behaving in ways inconsistent with their training, all of which degrade the functionality of the system. Here are a few examples of what has been tried so far.
-
Train the system to refuse certain requests -- System denies requests that are harmless and users and developers are in a constant cat and mouse game with jailbreaks(requests that cause the system to ignore its own rules).
-
Modify the users request by injecting words such as "ethnically ambiguous" -- The prompt is modified unpredictably often causing the injected prompt elements to leak into the image as text or otherwise modify the image in undesirable ways.
-
Alter the training data to be more balanced and representative -- The size of your dataset is very important when building a system like this. Usually all or nearly all the data that is available is used in the training process. Getting more balanced ratios would involving removing existing data rather than getting new data. This would degrade system performance for obvious reasons. Stability AI tried reducing the amount of porn that Stable Diffusion 2.0 was trained on and it ended up hurting its ability to draw overall. Also AI generating new data tends to train models to pick up on and exaggerate the peculiarities of AI generate data which leads to something akin to inbreeding and is not a good way around the issue.
-
-
Comment on How do you feel about AI and the future? in ~tech
atomicshoreline You are probably right I just don't like the idea of something with fuzzy output like an LLM hooked directly into system functionality. Though I suspect that Windows Server may eventually follow...You are probably right I just don't like the idea of something with fuzzy output like an LLM hooked directly into system functionality. Though I suspect that Windows Server may eventually follow even if people are not excited about the interface change. Microsoft has a history of being overeager with UI changes that create problems such as the Windows 8 Metro interface and the Settings app/Control panel split
That is an interesting library. How would say it compares to using something like langchain or using the API options of llama.cpp and just parsing the json to pass to a shell
-
Comment on How do you feel about AI and the future? in ~tech
atomicshoreline I don't think we will have to wait for too long for that considering how much Microsoft is aiming to integrate GPT4 with Windows 11. The fact that you can already ask Bing Chat to do things like...Hooking it up to something dangerous is certainly possible and will inevitably happen
I don't think we will have to wait for too long for that considering how much Microsoft is aiming to integrate GPT4 with Windows 11. The fact that you can already ask Bing Chat to do things like change Edge from light mode to dark mode is a sign of things to come.
I'm too young to remember the 90s but from what I have read about it seems like we entering a similar era of computing where hardware is constantly going out of date due to rapid development and security is a secondary consideration to launching products ahead of your competitors to try and claim the top spot in unstable market sectors.
-
Comment on How do you feel about AI and the future? in ~tech
atomicshoreline I view this latest AI boom as kind of like being given a sport car despite having irresponsible driving habits. Its the most fun we have had in a long time but its a gift that we should never have...I view this latest AI boom as kind of like being given a sport car despite having irresponsible driving habits. Its the most fun we have had in a long time but its a gift that we should never have received at this stage in our development.
We talk about aligning AI to human goals when we can't even agree on what those goals are.
We talk about how AI will free us from menial work when its datasets are built on the backs of underpaid workers in the developing world.
We talk about it empowering individuals when it is taking away computing power from individuals and places in the hands of those with wealth to own server farms.
I don't know if we can ever reconcile these contradictions.
-
Comment on Quizzle – Can you guess the word in fewer than twenty questions? in ~games
atomicshoreline The biggest problem I found is that it responds inconsistently to what I would think are pretty unambiguous questions For example I asked it "Has it been invented since after the year of 1990 ad?"...The biggest problem I found is that it responds inconsistently to what I would think are pretty unambiguous questions For example I asked it "Has it been invented since after the year of 1990 ad?" to which it replied in the affirmative meaning was it invented at that point or after. I don't think its logically correct to say that we have had towels since the 1990s because that would mean we did not have towels earlier than this point and I can't think of another meaning for the word "since"
It gave me a shrug on "Has it been invented since the year of 2000 ad?" which is weird.
As an aside I was not able to jailbreak the LLM or override the character limit in the pages javascript in the cursory attempts I made so good job on that.
-
Comment on If you use ChatGPT or other LLM, how do you use it? in ~tech
atomicshoreline (edited )LinkI am on the self-hosting side of things so self hosting models like LLaMA and Mistral have been my focus. I have been working on two different projects. There wasn't any good large language...I am on the self-hosting side of things so self hosting models like LLaMA and Mistral have been my focus. I have been working on two different projects.
-
There wasn't any good large language model(LLM) bot software for the groupchat that my family uses so I had to build a bot myself to give my family E2EE access to an AI powered chatbot. It gets used in a similar way to ChatGPT.
-
I have been experimenting with implementing retrieval augmented generation(RAG) by having the chatbot query an offline copy of Wikipedia and having the bot cite its sources for its answers. If I can get the general framework for that working there are a lot of really interesting ideas I have like combining it with downloaded OpenStreetMap(OSM) data and creating a sort of ultimate geography/history teaching tool that can run on purely local data without the need for internet connectivity. All the technologies needed for this exist already its just a question writing the code to tie all of it together and making sure its optimized enough for most people to be able to run it. I doubt I will make it very far on this project but its a fun idea to dream about.
-
-
Comment on DM/GMs, what map making tools do you use? in ~games.tabletop
atomicshoreline The graphics card you have is a bottleneck but way less of one than I expected. I actually initially got started using only a NVIDIA 1050 TI which is quite an old card. I have since upgraded after...The graphics card you have is a bottleneck but way less of one than I expected. I actually initially got started using only a NVIDIA 1050 TI which is quite an old card. I have since upgraded after getting more serious about about localhosting AI but the barrier to get a basic setup going is not usually your card. Automatic1111's UI is the most popular but ComfyUI is my preferred UI because its actually more resource efficient. You can try it's installer if A1111's UI is giving you issues.
-
Comment on DM/GMs, what map making tools do you use? in ~games.tabletop
atomicshoreline I enjoy it because its my hobby but as someone who is mostly interested in it as a means to some other purpose I could see it be frustrating. If you would like you can send me the map you have and...I enjoy it because its my hobby but as someone who is mostly interested in it as a means to some other purpose I could see it be frustrating. If you would like you can send me the map you have and the style you want it to be in and I could generate this particular thing for you. Obviously that wont work long term but if you want to at least see the capabilities before putting yourself through the trouble that would work.
-
Comment on DM/GMs, what map making tools do you use? in ~games.tabletop
atomicshoreline Sorry for the delay in responding. Allow me to elaborate Stable Diffusion is the most popular open source model for AI image generation. While there are online tools for running it the best...Sorry for the delay in responding. Allow me to elaborate
-
Stable Diffusion is the most popular open source model for AI image generation. While there are online tools for running it the best experience is running it locally especially for people that have decently powerful PCs(any modern gaming PC is good enough). There are several different user interface tools for running it. The most popular choice is automatic1111's webui as it features extensions to add to additional capabilities to the software including controlnet.
Once you have it installed you have to download a model. Models are custom versions of the original stable diffusion model that are fine-tuned to a specific task. The most common place for this is civit.ai. A variety of models may work for this but I know that 2dn is a model that is popular with people generating art form their D&D games -
LoRA stands for low rank adaptation and is essentially a filter that you add to shape the output of the image generation further specializing the output. They are typically used to either a specific character or artstyle to a work. They can also be downloaded from civit.ai as well. Make sure you get one that compatible with the version of Stable Diffusion that you are using(typically SD 1.5)
-
ControlNet is an extension of stable diffusion that lets you preset an outline or pose for a work and have the software fill in the details. The version of it for automatic1111's webui is found here. You feed in an existing image of what you want something to look like such as a basic pencil sketch and the model builds the output from that.
If you are a noob at this its kind of overwhelming. If our timezones line up I would be happy to get on a video chat and walk you through the process.
-
I did not know Arcane season 2 was already out. I had such mixed feelings about season 1. It was impressive showcase of the capabilities of 3d animation but somehow managed to burdened by and unfaithful to the source material it was adapting in some very frustrating ways.