Text generator cursive

People Fucking Dying

2015.12.30 18:37 PUSClFER People Fucking Dying

Videos and GIFs of people (figuratively) fucking dying.
[link]


2011.09.27 04:58 k2cougar Handwriting

A place for redditors to improve, share, and discuss their handwriting.
[link]


2014.01.20 23:19 wharma-kore Hey Carl

[link]


2024.05.15 19:09 Alphanso-AI OpenAI Challenges Google's Dominance: Project Astra and Alphanso's BUY Rating for Google

OpenAI Challenges Google's Dominance: Project Astra and Alphanso's BUY Rating for Google
As OpenAI threatens Google's search business, the tech giant unveils Project Astra, an AI agent that answers queries across video, audio, and text.
Alphanso rates GOOGL a BUY with an overall 9.8/10 rating, noting strong growth and profitability outlook.
https://preview.redd.it/hvmd09udhm0d1.jpg?width=679&format=pjpg&auto=webp&s=50200be191a540b71326e5201f35435f2a833ca6
In a captivating demo, Astra identifies code, suggests circuit improvements, recognizes locations, and reminds users of misplaced items. Google plans to cautiously integrate Astra's capabilities into the Gemini app and other products throughout the year. Responding to OpenAI's advancements, Google is also revamping its search engine. US users will soon see an "AI Overview" summary followed by links and ads. The enhanced system will tackle complex questions and generate queries using voice and video. The rivalry intensifies as OpenAI showcases a faster, cheaper model that interprets voice, video, images, and code in a single interface. This move challenges Google, pushing both companies to innovate and improve their AI offerings. Google fires back with new AI products: Veo for video, Imagen 3 for pictures, Lyria for music, and personalized "Gems" chatbots for Gemini Advanced users. The Gemini 1.5 Pro model receives an upgrade, boasting a larger context window for nuanced instructions. In the rapidly evolving AI landscape, Google's initiatives aim to solidify its position as a leader. Project Astra, search engine improvements, and cutting-edge AI products demonstrate the company's unwavering commitment to innovation in the face of growing competition. Stay ahead of the market with Alphanso's world-class research and breaking portfolio news. Our real-time alerts and clear, actionable insights help you make informed investment decisions before the rest of the market catches on.
Try Alphanso for free: https://alphanso.app.link/tw
https://preview.redd.it/iis7mrvdhm0d1.jpg?width=679&format=pjpg&auto=webp&s=b03a6dc6f62d4b401500bad97652617484e0ecaa
submitted by Alphanso-AI to AlphansoAI [link] [comments]


2024.05.15 19:04 AppsMicro $120K ARR, B2B SAAS - Trying to crack Product Led Growth

Hello everyone, I've been working on – an AI-driven platform that generates custom internal tools based on simple text descriptions. It's designed to help companies quickly digitize manual processes and improve productivity. We currently have 2 customer deployments ( $120K ARR) secured through hand-to-hand sales combat but its exhausting. I want to now try to make this a product led growth process?
I'd love to get some feedback from the collective brain-trust here on how to go about it. Take a look at the website link and share your thoughts about ICP, pricing, our messaging etc. Thank you in advance.
submitted by AppsMicro to SaaS [link] [comments]


2024.05.15 19:04 Emcf [Easy Guide] Building Multimodal Apps with GPT-4O

Ok so OpenAI just announced GPT-4o, a new model that can reason across audio, vision, and text in real time (unheard of for a model of this intelligence for those unfamiliar). According to OpenAI, GPT-4o "accepts as input any combination of text, audio, and image and generates any combination of text, audio, and image outputs". (See OpenAI's demo on YouTube)
Recently, I released an open source library so you can extract data in multiple modalities to feed your AI-based Python projects. In this post, I'll show you how to use it alongside GPT-4o with the OpenAI API to build multimodal apps with it. I've got nothing better to do right now, so I'll walk through the steps of extracting all multimodal content from different sources, preparing the input for GPT-4o, sending it to the model for processing, and getting our results back.
before getting into the code, let's just stop and ask ourselves why we'd use GPT-4o over previous models like GPT-4-turbo:
Multi-modal Input and Output: GPT-4o can handle text, audio, and image inputs and generate outputs in any of these formats.
Real-time Processing: The model can respond to audio inputs in as little as 232 milliseconds, making it suitable for real-time applications.
Improved Performance: GPT-4o matches GPT-4 Turbo performance on text in English and code, with significant improvements in non-English languages, vision, and audio understanding.
Cost and Speed: GPT-4o is 50% cheaper and 2x faster than GPT-4 Turbo, with 5x higher rate limits.
Ok, let's get to the code lol:

Step 1: Extract!

This can be done using The Pipe API which can handle various file types and URLs, extracting text and images in a format that GPT-4o can understand.
For example, if we were analyzing a talk based on a scientific paper, we could combine the two sources to provide a comprehensive input to GPT-4o:
from thepipe_api import thepipe # Extract multimodal content from a PDF pdf = thepipe.extract("path/to/paper.pdf") # Extract multimodal content from a YouTube video vid = thepipe.extract("https://youtu.be/dQw4w9WgXcQ") 

Step 2: Prepare the Input for GPT-4o

Here's an example of how to prepare the input prompt by simply combining the extracted content with a question from the user:
# Add a user query query = [{ "role": "user", "content": "Which figures from the paper would help answer the question at the end of the talk video?" }] # Combine the content to create the input prompt for GPT-4o messages = pdf + vid + query 

Step 3: Send the Input to GPT-4o

With the input prepared, you can now send it to GPT-4o using the OpenAI API. Make sure you have your OPENAI_API_KEY set in your environment variables.
from openai import OpenAI # Initialize the OpenAI client openai_client = OpenAI() # Send the input to GPT-4o response = openai_client.chat.completions.create( model="gpt-4o", messages=messages, ) # Print the response print(response.choices[0].message.content) 

All done!

PS:
If you have literally no idea what I'm talking about, check out the OpenAI GPT-4O announcement!.
If you're a developer, feel free to access or contribute to The Pipe on GitHub! It is important to note that OpenAI's GPT-4o model is only accepting textual and visual modalities at release, however we will be carefully monitoring the new modalities released for GPT-4o in the coming weeks and updating the library accordingly.
submitted by Emcf to ChatGPTPromptGenius [link] [comments]


2024.05.15 18:52 Iluvpossiblities Does this text look AI generated?

Excessive consumption of alcohol during tough periods of life can pose significant dangers to both physical and mental health. This is outlined by the Canadian Centre on Substance Use and Addiction (CCSA). According to Health Canada statistics, approximately 5 million Canadians engage in heavy drinking with 20% of Canaidans aged 12 and over reporting heavy drinking episodes. Chronic heavy drinking can lead to a range of health problems including liver disease, heart disease, and weak immune system, and increased risk of cancer. Moreover, alcohol can intensify mental health issues such as depression and anxiety. This can lead to a cycle of negative emotions and unhealthy coping mechanisms according to the Canadian Mental Health Association (CMHA.) The Centre for Addiction and Mental Health (CAMH) highlights that excessive alcohol can impair cognitive function, coordination, and judgment. In turn, this increases the risk of accidents, injuries, and risky endeavours. Over time, alcohol can contribute to the development of addiction. This adds to dependence and withdrawal symptoms according to the CCSA. Therefore turning to alcohol as a means of coping during tough times can have detrimental effects on physical, mental wellbeing, and overall quality of life as emphasized by various Canadian health organizations.
submitted by Iluvpossiblities to highschool [link] [comments]


2024.05.15 18:51 WZab Two-key procedure for entering text in an embedded system

Current state of technology enables creating small and simple communication devices offering high level of privacy and security. A good example may be Meshtastic devices. However, a necessity to use smartphone (possibly infected with a spyware) may break both privacy and security. It would be much better if the text message could be entered on the Meshtastic device itself, and then have it encrypted internally before transmission. Unfortunately, most Meshtastic device do not offer a full keyboard. An option could be entering the text as a Morse code, using the key of capacitive pad. The Morse code however covers only a limited set of characters, and its knowledge in society is limited. Therefore, I'd like to propose another method for entering text. It is based on two digital inputs. They may be two capacitive pads, or a double paddle Morse key. Please note that I have developed the below described procedure from scratch. I have not investigated if similar procedures are implemented (or may be even patented?) by anybody. So if you would like to use it in a commercial product, please make the necessary investigations yourself.

What we may generate with two inputs?

Below I put the ASCII diagrams of possible events that we can send with two inputs. I mark low level (_) as "inactive" and high level (‾) as active. The inputs are marked as In1 and In2.
Event Wavevorfm E1 In1: __/‾‾\__ In2: ________ E2 In1: ________ In2: __/‾‾\__ E1i2 In1: ___/‾‾\___ In2: _/‾‾‾‾‾‾\_ E2i1 In1: _/‾‾‾‾‾‾\_ In2: ___/‾‾\___ E1f2 In1: _/‾‾‾‾\_____ In2: ____/‾‾‾‾\__ E2f1 In1: ____/‾‾‾‾\__ In2: _/‾‾‾‾\_____ 
So we have 6 elementary events: Event 1, Event 2, Event 1 in event 2, Event 2 in event 1, Event 1 followed by event 2, Event 2 followed by event 1. Each of them may be easily generated with two independent switches, two capacitive pads or double Morse paddle.
We may also generate more complex sequences, like:
Multiple E1i2: E1i2 In1: ___/‾‾\__/‾‾\__/‾‾\__/‾‾\__/‾‾\____ In2: _/‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾\__ Multiple E1i2 finished by E2f1: E1i2 In1: ___/‾‾\__/‾‾\__/‾‾\__/‾‾\__/‾‾‾‾\__ In2: _/‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾\____ Multiple E2i1 E1i2 In1: _/‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾\__ In2: ___/‾‾\__/‾‾\__/‾‾\__/‾‾\__/‾‾‾‾\__ Multiple E2i1 finished by E1f2: E1i2 In1: _/‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾\____ In2: ___/‾‾\__/‾‾\__/‾‾\__/‾‾\__/‾‾‾‾\__ 

Using of possible events for entering text.

First, with E1i2 and multiple E1i2 we may select an appropriate group of characters (for example we may have four groups: "upper case letters", "lower case letters", "digits", "special chracters").
Then, the selected group is split into two equal subgroups, and the first and last character of each subgroup is shown. Then the selected group is handled in the same way, until only one character is left. This character is then selected and added to the created message.
Below is the sample code showing the proposed procedure:
#!/usbin/python # The demonstration code for two-key character selection. # Written by Wojciech M. Zabołotny (wzab01@gmail.com) # This is a public domain code (under CC0 1.0 license) c=[] for i in range(ord('A'),ord('Z')+1): c.append(chr(i)) # We have three indices: # start, end, split start = 0 end = len(c) while True: split = (start + end) // 2 if start == split: # The character is already selected, print it print("Chosen:"+c[start]) break if split > start + 1: line = "["+c[start]+" "+c[split-1]+"]" else: line = "["+c[start]+"]" if split < end - 1: line += "["+c[split]+" "+c[end-1]+"]" else: line += "["+c[split]+"]" #print(start,split,end) print(line) sel = input("sel:") if sel == "1": end = split else: start = split 
Below is the process of selection of the K character.
$ python [A M][N Z] sel:1 [A F][G M] sel:2 [G I][J M] sel:2 [J K][L M] sel:1 [J][K] sel:2 Chosen:K 
Of course the user should be able to correct the character entered. That can bee achieved with E2i1 event. Double E2i1 event may be used to clear the whole text.
When the whole message is assembled, it may be sent with E1f2 event.
The above procedure does not use E2f1 event, which may be used to leave the whole procedure.

Example implementation

I don't have an implementation for microcontroller yet. A simple demo function with Python running on a PC and using numbers instead of the above events is shown below:
#!/usbin/python # The demonstration code for two-key character selection. # Written by Wojciech M. Zabołotny (wzab01@gmail.com) # This is a public domain code (under CC0 1.0 license) # Create groups of characters uc_letters=[] for i in range(ord('A'),ord('Z')+1): uc_letters.append(chr(i)) lc_letters=[] for i in range(ord('a'),ord('z')+1): lc_letters.append(chr(i)) digits=[] for i in range(ord('0'),ord('9')+1): digits.append(chr(i)) specs=list("\"\'{}[]!?@#$%^&*()-+=/\\,.<>") groups=[uc_letters, lc_letters, digits, specs] # Main loop # We have three indices: # start, end, split grnr=0 c=groups[grnr] start = 0 end = len(c) txt = "" while True: split = (start + end) // 2 if start == split: # The character is already selected, print it txt += c[start] start = 0 end = len(c) continue if split > start + 1: line = "["+c[start]+" "+c[split-1]+"]" else: line = "["+c[start]+"]" if split < end - 1: line += "["+c[split]+" "+c[end-1]+"]" else: line += "["+c[split]+"]" #print(start,split,end) print(txt) print(line) sel = input("1-1st half, 2-2nd half, 3-del char, 4-clear text, 5-send text, 6-next group:") if sel == "1": end = split elif sel == "2": start = split elif sel == "3": txt = txt[:-1] elif sel == "4": txt = txt[:-1] elif sel == "5": print("Transmitted msg:"+txt) txt = "" start = 0 end = len(c) elif sel == "6": grnr = (grnr + 1) % len(groups) c = groups[grnr] start = 0 end = len(c) else: print("Unknown key") 
I'll send a link to the microcontroller implementation as soon as it is ready.
submitted by WZab to embedded [link] [comments]


2024.05.15 18:39 bia_matsuo Running Oobabooga and ForgeUI1(or Auto111) simultaneously locally works fine, until it doesn't. Forge's image generation speed suddenty slows down dramatically. Is my system not strong enough?

Hi, I'm currently trying to run Oobabooga Text-Generator simultaneously with Auto1111(or Forge UI), with some hiccups....
They both work perfectly fine when running by themselves, but when running at the same time, they work fine for a while, until Forge's image generation speed suddently slows down dramatically, from 10seconds to 10-15 minutes.
After multiple fail approaches to fix this, I'm starting to second guess if either, my system is not strong enough to handle them both 2x1, or if my computer (which I bought all pieces 2 months agora and had someone else assemble it) have some assemble problem... Overheating, manufacturing defect, or anything else.
Here is my system:
RTX 4070 Ryzen 7 7700X 32GB DDR5 Windows 11 
And the problem occurs while running 7B-GGUF models (+ AllTalk) with any SDXL Checkpoint.
As far as I saw online, my system should handle this scenario, but I might me wrong. I don't know if I have to alter some configuration that regulates GPU and CPU usage...
I'm out of ideas. Any help is appreciated!
submitted by bia_matsuo to StableDiffusion [link] [comments]


2024.05.15 18:39 bia_matsuo Running Oobabooga and ForgeUI1(or Auto111) simultaneously locally works fine, until it doesn't. Forge's image generation speed suddenty slows down dramatically. Is my system not strong enough?

Hi, I'm currently trying to run Oobabooga Text-Generator simultaneously with Forge UI (or Auto1111, I started with Auto and after the issue started, I switched to Forge, ended up this webui a lot, but I wields the same problem), with some hiccups....
Ooba and Forge work perfectly fine when running by themselves, but when running at the same time, they work fine for a while, until Forge's image generation speed suddently slows down dramatically, from 10seconds to 10-15 minutes.
After multiple fail approaches to fix this, I'm starting to second guess if either, my system is not strong enough to handle them both 2x1, or if my computer (which I bought all pieces 2 months agora and had someone else assemble it) have some assemble problem... Overheating, manufacturing defect, or anything else.
Here is my system:
RTX 4070 Ryzen 7 7700X 32GB DDR5 Windows 11 
And the problem occurs while running 7B-GGUF models (+ AllTalk) with any SDXL Checkpoint.
As far as I saw online, my system should handle this scenario, but I might me wrong. I don't know if I have to alter some configuration that regulates GPU and CPU usage...
I'm out of ideas. Any help is appreciated!
submitted by bia_matsuo to Oobabooga [link] [comments]


2024.05.15 18:30 cporter202 "ChatGPT's Impact on Virtual Learning: Revolutionizing Education and Corporate Training"

As technology advances at an unprecedented pace, one of the most impactful innovations we've experienced in the field of education and corporate training is the introduction of AI-driven platforms like ChatGPT. This AI revolution is reshaping the way we think about virtual learning, providing opportunities that were previously unimaginable.
ChatGPT, with its ability to understand and generate human-like text, is playing a significant role in this transformation. Not only does it open up access to personalized learning experiences, but it also enables an interactive environment where students and professionals can get immediate feedback on their queries.
In education, ChatGPT can be an invaluable resource for students. It can serve as a 24/7 tutor, capable of explaining complex concepts in various ways until the student grasps the information. It can also assist in language learning, writing assistance, and even creating more engaging coursework.
For corporate training, ChatGPT's potential is equally significant. It allows for on-demand training sessions tailored to the pace and style of the individual employee. This kind of personalized learning leads to more effective skill acquisition and can help employees stay current with evolving industry standards and practices.
However, with all these advancements, we must also consider the implications of using AI in education and training. How do we ensure the authenticity of learning? What about the role of human instructors? Can AI adapt to the nuanced needs of all students?
I'd love to dive into these questions and hear your observations on ChatGPT's impact on virtual learning and corporate training. What have your experiences been with AI in education? What do you perceive as the greatest benefits and the biggest challenges? Let's discuss how we can harness AI's potential responsibly to create the most effective and equitable learning experiences for everyone.
submitted by cporter202 to ChatGPTautomation [link] [comments]


2024.05.15 18:23 AdOrnery8604 GPT-4o on another level for enterprise RAG - first model also where vision not much inferior to text-based processing

https://twitter.com/flashback_t/status/1790776888203280404
GPT-4 Omni seems to be the best model currently available for enterprise RAG, taking clearly the first spot and beating the previous best model (Claude 3 Opus) by a large margin (+8% for RAG, +34% for vision) on the finRAG dataset. Also it's the first model we tested which does not have a huge drop in performance when switching to vision instead of text processing (drop of ~4%, previously the drop was around ~30% for GPT-4 and Claude 3), clearly showing that there is indeed a different architecture in place compared to the previous generation models.
Seems like this might be the first model that achieves enough reliability to be usuable on an enterprise level for a lot of use-cases (especially OCR based).
submitted by AdOrnery8604 to ChatGPT [link] [comments]


2024.05.15 18:21 KARMA_HARVESTER Building a Mini-Website with ChatGPT and MacBook!

Hey Webdev community!
I'm currently experimenting with creating a small mini-website using ChatGPT and my MacBook. The goal is to include a welcome page for "Otego" and have an admin login feature. Once logged in, I'd have access to a text input window. While working on my MacBook, I'm using the integrated speech function to dictate the text. It's pretty cool to see my speech being converted to text in real-time in the text window!
ChatGPT has been generating the HTML code for me, and I've adapted it to fit the design I created for an email. The email features my "Ongo from OTONGO," the banana-tastic mascot of OTONGO. It's really fun playing around with HTML and websites again since I attended an HTML course over 20 years ago. Unfortunately, my life situation back then didn't allow me to deepen my knowledge. But now, rediscovering HTML and web development is super exciting.
I don't need to remember the intricacies of HTML code anymore; I just give ChatGPT instructions, and it does the job. I'm testing and trying out everything locally on my computer as HTML files, and the connection to my make.com automation works perfectly—I've just tested it. I'll be entering this text through my local HTML form, and once I submit it, my automation will pick it up automatically. I'm really excited to see the results.
#otongo
submitted by KARMA_HARVESTER to HTML [link] [comments]


2024.05.15 18:20 QoTSankgreall fine-tuning platform features

I've been building a lot of fine-tuned models this year, both with OpenAI and locally deployed LLMs, and found them to be exceptional in situations where you have a desired output format and sufficient training data.
To help with the ongoing process of model production, I've built several independent scripts/tools and am now looking to refactor them into an open source platform/UI.
The core idea is that this platform would effectively automate the process of extracting data from source files, then assist you with training and evaluating those fine-tuned models.
I've listed the key features below I have already developed. If anyone has any ideas of their I can incorporate, or any feedback on the existing feature set, I'd really appreciate it!

Current features

submitted by QoTSankgreall to OpenAI [link] [comments]


2024.05.15 18:14 ImaMasterDebator Good afternoon Boston, I am back with a list of things to do this weekend - May 16th - 19th

At popular request you can now get this as a newsletter. Sign up and help support these posts!
My friend Yan is putting on a comedy show at Cloud & Spirits this Thursday. Tickets are limited; go check it out I promise you'll have fun.

THURSDAY - MAY 16

Tapered Expectations XXI: "Above the Clouds" - A Standup Comedy Event @ Cloud & Spirits @ 7PM Acquired Taste Comedy is back at Cloud & Spirits with another signature Standup Comedy Event. Catch a carefully curated selection of the area's funniest comics along with a special musical guest at a breathtaking cocktail bar in Central Square!
Red Sox vs Rays @ Fenway Park @ 7:10PM
Asi Wind’s Magic Show @ The Wilbur @ 7:30PM Being one of the most-watched magicians in the world, Asi Wind presents a new show where he pushes the limits of belief even further with unbelievable mind-reading and astonishing magic.
Candlelight: A Tribute to Adele in Concert @ Temple Ohabei Shalom @ 7PM / 9PM
Marc Martel & One Vision of Queen Concert @ Symphony Hall @ 7:30PM The Pops will rock you when Marc Martel brings the iconic anthems of Queen to Symphony Hall.
Diana Ross @ Wang Theatre @ 7:30PM See the iconic and legendary Diana Ross perform the hits that have defined her career.
Cooper Alan @ Paradise Rock Club @ 8PM With Thomas Mac
Lords of Acid @ Brighton Music Hall @ 6:30PM
Ben Beal @ City Winery @ 7:30PM

FRIDAY - MAY 17

Bruins vs Panthers @ TD Garden
Madeleine Peyroux @ The Wilbur @ 8PM
Neil Young & Crazy Horse @ Xfinity Center @ 7:30PM
Wild Child @ Paradise Rock Club @ 8PM
Soen @ Brighton Music Hall @ 8PM
Tye Tribbett and Friends @ Orpheum Theatre @ 7:30PM
Galantis @ Big Night Live @ 9:30PM
Hermanos Gutiérrez @ Royale @ 6PM
Tinlicker @ Royale @ 10PM
Buck Meek of Big Thief @ Crystal Ballroom @ 8PM
Anders Osborne Trio @ City Winery @ 7:30PM

SATURDAY - MAY 18

Watertown Porchfest @ Watertown @ All day
Revolution vs Philadelphia Union @ Gillette Stadium @ 7:30PM
Dancing on the Charles @ Marsh Post #442 @ 3PM Montreal deep house DJ Fred Everything headlines this marathon outdoor dance party, running from late afternoon into the night.
Ales & Tales @ Stone Zoo @ 5:30PM Walk on the wild side while enjoying local craft beverages. This popular beer tasting event is a favorite among animal and beer lovers alike!
Kite & Bike Festival @ Franklin Park @ 12PM This Boston tradition brings families together to enjoy picnicking, kite flying, bicycles & music.
Ongoing - Artisan Market @ Rose Kennedy Greenway @ 11AM
Kevin James Comedy Show @ Chevalier Theatre @ 4:30PM / 7:30PM
Jimmy Failla Comedy Show @ Shubert Theatre @ 8PM
‘Encanto’ in Concert @ Symphony Hall @ 2PM Disney’s Academy Award-winning film comes to life in a concert event, featuring the entire feature-length film with a full orchestra performing the score.
The String Cheese Incident @ MGM Music Hall @ 7:15PM
Robyn Schall Stand Up @ The Wilbur @ 7PM
Sorry Papi @ House of Blues @ 9PM
James Arthur @ Roadrunner @ 8PM With Forest Blakk
The Music of Talking Heads & More for Kids @ Paradise Rock Club @ 11AM *Presented by The Rock and Roll Playhouse
Orgy + COLD @ Brighton Music Hall @ 8PM
Gimme Gimme Disco @ Big Night Live @ 5:30PM
Arty @ Big Night Live @ 10:30PM
The Messthetics and James Brandon Lewis @ Crystal Ballroom @ 8PM
Chris Smither + Peter Mulvey @ City Winery @ 7:30PM

SUNDAY - MAY 19

Celtics vs Cavaliers @ TD Garden
Kite Festival @ Revere Beach Kick off beach season with a fun day for the whole family complete with build-your-own kite stations, professional kite flyers, live music, and other activities!
Ongoing - Open Market @ SoWa @ 11AM One of the largest open-air farmer and artist markets returns this summer season!
‘Dropouts’ Podcast Live @ Paradise Rock Club @ 7PM Come see internet stars Zach Justice, Tara Yummy & Jared Bailey discuss latest hot topics, celebrity gossip, and personal dramas live!
Electric Callboy @ MGM Music Hall @ 7PM
Deko @ Brighton Music Hall @ 7PM With Yameii
Mk.gee @ The Sinclair @ 7:30PM
Guppy @ The Rockwell @ 7:30PM
Big Bad Voodoo Daddy @ The Wilbur @ 7PM
Compaq Big Band @ City Winery @ 7:30PM

ALL WEEKEND

FRIDAY & SATURDAY - Amanda Seales Stand Up @ Laugh Boston
FRIDAY & SATURDAY - Zach Brazao Stand Up @ Nick’s Comedy Stop @ 8PM
SATURDAY & SUNDAY - ‘Bluey’s Big Play’ Show @ Wang Theatre ‘Bluey’s Big Play’ is a brand-new theatrical adaptation of the Emmy award-winning children’s television series featuring new music and new character adventures.
All weekend - Jukebox The Ghost @ The Sinclair @ 8PM
All weekend - Nantucket Wine & Food Festival Enjoy food and drinks tastings, seminars, brunches, and parties as the annual festival uncorks the island for the summer!
All weekend -’Hallyu Hits: Korean Films that Moved the World @ MFA See the best of Korean cinema including ‘Oldboy,’ ‘Parasites,’ and ‘Burning.’
All weekend - ‘Spring Experience’ Ballet @ Citizens Bank Opera House LAST CHANCE - Explore Boston Ballet’s dynamic and captivating Spring program composed of three masterful ballets featuring classical and modern dance elements.
All weekend - ‘BABYBABYBABY’ Dance Performance @ Calderwood Pavilion This contemporary dance production taps into the feeling of falling in love and reflects on the human impulse for connection and intimacy.
All weekend - ‘A Strange Loop’ Musical @ Wimberly Theatre Winner of Pulitzer Prize and a Tony Award, Michael R. Jackson’s blisteringly funny masterwork exposes the heart and soul of a young Black artist grappling with desires, identity, and instincts he both loves and loathes.
All weekend - ‘Jersey Boys’ Musical @ North Shore Music Theatre LAST CHANCE - Featuring legendary hits, this award-winning musical tells the behind-the-scenes drama of the international sensation boy band The Four Seasons.
All weekend - ‘Toni Stone’ Play @ The Huntington Theatre The Huntington’s season finale is a beautiful, rich portrait of a trailblazing woman. Follow the inspiring and life-affirming story of baseball legend Toni Stone.
All weekend - ‘Romeo and Juliet’ Play @ Calderwood Pavilion Brought to life by Actors’ Shakespeare Project, Shakespeare’s most famous duo return in a flurry of forbidden love, exhilarating fight scenes, and tragic fate.
All weekend - ‘Mermaid Hour’ Play @ Arrow Street Arts LAST CHANCE - Fast-paced, funny, and heartfelt, ‘Mermaid Hour’ follows two parents and their trans teen kid as they all seek to understand who they are and who they wish to be.

ONGOING

Ongoing - Immersive Disney Animation @ Boch Center Step into the art and legacy of Walt Disney Animation Studios and celebrate the music, artistry and animation from the creators of Frozen, The Little Mermaid, Big Hero 6 and many more.
Ongoing - Musical Shows @ MoS Planetarium Museum of Science puts on special experiences adapting the music of Pink Floyd, Rihanna, Beyoncé, and The Divas to immersive visuals in the Charles Hayden Planetarium.
Ongoing - ‘Firelei Báez’ Exhibition @ ICA One of the most exciting painters of her generation, Báez explores the multilayered legacy of colonial histories and the African diaspora in the Caribbean and beyond.
Ongoing - ‘Wordplay’ Exhibition @ ICA Highlighting the rich interplay between imagery and text, the exhibition showcases how contemporary artists have played with words to animate and expand their art practices.
Ongoing - ‘Hallyu! The Korean Wave’ Exhibition @ MFA Enjoy an immersive and multisensory journey through Korea’s fascinating history, and celebrate its contemporary vibrant creative force.
Ongoing - ‘Dress Up’ Exhibition @ MFA Through more than 100 works from the MFA’s collection including 20th- and 21st-century clothing, jewelry, accessories, illustrations, and photographs, this exhibition explores adornment and its role in the creation of a look.
Ongoing - ‘Comrade Sisters: Women of the Black Panther Party’ Exhibition @ MFA This exhibition brings together 27 powerful photographs by Stephen Shames that feature the women of the Black Panther party and showcase their crucial work for the movement.
Ongoing - ‘Thinking Small: Dutch Art to Scale’ Exhibition @ MFA Featuring 15 intriguing objects from 17th-century Netherlands such as paintings, prints, silver medals, and books, this exhibition compels viewers to reconsider their relationship to the world around them.
Ongoing - ‘Raqib Shaw: Ballads of East and West’ Exhibition @ ISG Museum Shaw’s images of magic and mystery combine Western artistic tradition with ornamental elements derived from the Japanese, Persian, and Indian cultures that he vividly remembers from his youth.
Ongoing - ‘Picasso: War, Combat, and Revolution’ Exhibition @ Harvard Art Museums The exhibition explores the dictator Francisco Franco’s Spain, imagery of death, struggles of good and evil, political and artistic revolution, and issues of desire and capture.
Ongoing - ‘Our Time on Earth’ Exhibition @ Peabody Essex Museum This traveling exhibition from the Barbican Centre in London celebrates the power of global creativity to transform the conversation around the climate emergency.
Ongoing - ‘AI: Mind the Gap’ Exhibition @ MIT Museum MIT Museum presents its latest riveting, interactive exhibit exploring the tremendous promise, unforeseen impacts, and everyday misconceptions of AI.
submitted by ImaMasterDebator to boston [link] [comments]


2024.05.15 18:13 Naraloth Can someone please help me with my Online-Scheduling Algorithm school project?

I'm a complete newbie in the world of programming programming, but i wrote a python programm trying to animate an online scheduling algorithm for a school project.
the programm schedules incoming jobs either on the last processor or on a specific one in the middle.
in the animation part of the programm the new job appearing in color green is visually layered behind an already existing one instead of being added at the endpoint of the already existing one.
here is my code, can someone pls help me fix this issue:
import random import math import matplotlib.pyplot as plt import matplotlib.animation as animation def generate_jobs(num_jobs, max_duration): jobs = [] for i in range(num_jobs): arrival_time = i # Each job arrives exactly one time unit after the previous duration = random.randint(1, max_duration) jobs.append({'arrival_time': arrival_time, 'duration': duration}) return jobs def initialize_processors(num_processors): # Initialize each processor with a load of 0 and create a sorted list of processor indices u = math.floor(0.639 * num_processors) o = math.floor(2 * u - num_processors) processor_names = [f'Processor {i+1}' for i in range(num_processors)] return [0] * num_processors, processor_names, u, o def is_schedule_steep(processors, u, o): # Calculate the average load of processors from u+1 to m if u+1 < len(processors): # Check if u+1 is within the bounds average_load = sum(processors[u:]) / len(processors[u:]) else: average_load = 0 target_load = average_load * 2.1902 # Compare with the load of processor o if o < len(processors) and processors[o] >= target_load: return True return False def schedule_job(processors, processor_order, job, u, o, scheduled_jobs): # Determine if the schedule is steep or flat steep = is_schedule_steep(processors, u, o) if steep: # Schedule on the processor with the least load min_load_processor = processor_order[-1] else: # Calculate the average load of all processors including the new job total_load_with_job = [load + job['duration'] for load in processors] average_load = sum(total_load_with_job) / len(processors) threshold_load = average_load * 1.9201 # Check if adding this job to any processor exceeds the threshold exceeds_threshold = any(load > threshold_load for load in total_load_with_job) if exceeds_threshold: # If any processor exceeds the threshold, schedule on the processor with the least load min_load_processor = processor_order[-1] else: # If no processor exceeds the threshold, schedule on the processor with index u min_load_processor = u # note u is zero-indexed processors[min_load_processor] += job['duration'] processor_order.sort(key=lambda x: processors[x], reverse=True) scheduled_jobs.append((min_load_processor + 1, job['duration'])) # Store scheduled job and its duration return min_load_processor + 1 # Return adjusted index # Example usage: num_processors = 16 processors, processor_names, u, o = initialize_processors(num_processors) jobs = generate_jobs(60, 10) scheduled_jobs = [] fig, ax = plt.subplots() def animate(i): ax.clear() ax.set_ylim(0.5, num_processors + 0.5) # Adjust y-axis limits to accommodate processor names ax.set_xlim(0, max(processors) + 2) ax.set_xlabel('Processor Load') ax.set_ylabel('Processor') ax.set_yticks(range(1, num_processors + 1)) # Set y-ticks to correspond to each processor ax.set_yticklabels(processor_names[::-1]) # Set y-tick labels to reversed processor names for processor_index, load in enumerate(reversed(processors)): # Reverse order of processors for plotting ax.barh(processor_index + 1, load, color='blue') ax.text(load + 0.5, processor_index + 1, f'Total: {load}', va='center', ha='left') # Add total value behind the bar # Schedule next job if i < len(jobs): job = jobs[i] processor_index = schedule_job(processors, list(range(num_processors)), job, u, o, scheduled_jobs) # Draw bars for scheduled jobs for p, duration in scheduled_jobs: ax.barh(num_processors - p + 1, duration, left=0, color='green', alpha=0.5) ax.text(duration / 2, num_processors - p + 1, f'Job {i + 1}', ha='center', va='center') # Sort processors after scheduling each job processors.sort(reverse=True) # Print job scheduling information in the console decision_message = "Steep" if is_schedule_steep(processors, u, o) else "Flat" print(f"Job {i+1} assigned to {processor_names[processor_index-1]}. The schedule is {decision_message}.") print("Processor loads in order:") for p, load in zip(processor_names, processors): print(f"{p}: {load}") scheduled_jobs.clear() # Clear scheduled jobs list after each iteration # Function to toggle pause/resume with space key def on_space(event): if event.key == ' ': if ani.running: ani.event_source.stop() ani.running = False else: ani.event_source.start() ani.running = True ani = animation.FuncAnimation(fig, animate, frames=len(jobs) + 1, init_func=lambda: None, repeat=False, interval=1000) # 1000 milliseconds = 1 second delay between frames # Connect space key event handling function fig.canvas.mpl_connect('key_press_event', on_space) # Initialize animation state ani.running = True plt.show() 
submitted by Naraloth to learnpython [link] [comments]


2024.05.15 18:05 -343-Guilty-Spark- Canon Fodder: In-Zane in the Membrane

https://www.halowaypoint.com/news/canon-fodder-in-zane-in-the-membrane
Header Image [Imgur]
It’s not a Cypress Hill song, it’s a new issue of Canon Fodder!
By now, you’ll no doubt have made headway through the latest Operation in Halo Infinite —titled “Banished Honor”—which was accompanied by a new Waypoint Chronicle based around a simple question: “What would the story of a Spartan who joined the Banished be?”
We had the perfect character lined up to tell that story, one who hasn’t been seen since the end of Hunt the Truth's second season all the way back in 2015.
Welcome back, Ilsa Zane.

THE THIRD LIFE

Our ninth Waypoint Chronicle has arrived, which follows on from the concluding events of Hunt the Truth where a Guardian awakens on the colony world Laika III. Broadly, these events are concurrent with the story that unfolds in Halo 5 as Cortana lays claim to the Mantle, rallies AIs to her cause, and sets about imposing an imperial peace upon the galaxy.
Where Hunt the Truth saw the mantle of narrator pass from journalist Benjamin Giraud to undercover ONI agent Maya “FERO” Sankar in its second season, that torch is once again passed on to a character who made her presence felt in this story... the rogue Spartan known as Ilsa Zane.
Halo: The Third Life is available here on Halo Waypoint, as a free PDF, and in audiobook format on YouTube.
“October 2558. After being taken prisoner by the Banished as chaos erupts across the galaxy, Ilsa Zane’s hunt for the truth leads her to a new stage of life she never expected...”

EMPTY THRONE

Last issue, we gave you a totally legitimate look at the cover art of Halo: Empty Throne. Art is in the eye of the beholder, and unfortunately the powers that be decided that we could do better than a screenshot made in Halo 3's Forge mode in ten minutes with some crudely edited-in elements... it was a close call, really, but we ultimately pivoted towards something with the vibe of it having come from an incredibly talented and brilliant artist—namely, Will Staehle, whose other work you can check out here.
So, here you go. Here’s the official cover art for Halo: Empty Throne, coming later this year.
Pre-order your copy of Halo: Empty Throne here!
Cover art of Halo: Empty Throne illustrated by Will Staehle depicting a young girl and a Spartan emerging from a blue explosion coming from a Forerunner structure
“2559. It has been a year since the rogue artificial intelligence Cortana seized control of the Domain, an otherworldly dimension housing a vast information network. With an array of Forerunner weapons at her disposal, Cortana set out to enforce an authoritarian peace on the civilizations of the galaxy. But as the United Nations Space Command flagship Infinity prepares to strike against Cortana at Zeta Halo, another plan has also been set in motion.
An ancient access point hidden on a seemingly insignificant human colony has become the focus of a parallel effort to claim the Domain and its immeasurable capabilities. The UNSC, however, needs a key: a living, forsaken product of an old war. As a new generation of heroes rise to meet this challenge and Cortana's pursuit of control reaches a desperate and sudden crescendo, a cunning, ruthless warrior emerges from the shadows of the Banished, who has vowed to fill the new power vacuum by any means necessary....”

THE BANISHED SPARTAN

ILSA ZANE
Cropped profile image depicting Ilsa Zane surrounded by fire and Banished banners [Imgur]
RANK: Bloodstar BIRTH WORLD: Kholo DATE OF BIRTH: June 11, 2528 APPEARED IN: Halo: Initiation, Hunt the Truth, Halo: The Third Life
Born on the Outer Colony world Kholo, Ilsa Zane was just eleven years old when she lost her parents and everyone she had ever known as the Covenant descended upon her home and reduced its surface to glass. Taken to the remote colony Asphodel as a ward of the state, Zane remained largely silent and solitary until coming of age in 2547, where she was conscripted into UNSC military service.
In 2550, Zane was selected as a candidate for the prototype phase of the SPARTAN-IV program. Though she survived the augmentation process, additional experimental cocktails caused severe neurological damage to Zane. After escaping the facility, she was recovered by Admiral Mattius Drake and integrated into the rebel group known as the New Colonial Alliance.
In the immediate aftermath of the Covenant War, Zane led a group of operatives who attempted to commandeer the UNSC Infinity —securing it as the flagship of the New Colonial Alliance and to prevent the UNSC from deploying it to police independent colonies. This plan was thwarted by Spartan Sarah Palmer, who ejected Zane into space where the rogue Spartan was once more rescued by Drake, who was on standby in a nearby Prowler.
Following this, Zane served as an acquisitions specialist for weapons and materiel, as well as a ruthless instructor for mercenary and rebel groups that joined the New Colonial Alliance, forging them into a veritable fighting force in preparation for a large-scale strike against the UNSC. However, the awakening of the Guardians in 2558 waylaid these plans, leaving Zane as a prisoner of the Banished—with whom she ultimately came to find both common cause and brotherhood.

BANISH THY HONOR

Halo: Tales From Slipspace - Hunting Party
Image [Imgur]
What does it mean to be Banished?
To be Banished is to seek to liberate oneself, to pledge loyalty not to false promises of divine ascension but to the fearsome might and will exemplified by Atriox.
Service is welcome from any species, of any previous affiliation or loyalty—from the lowliest Unggoy thrall to the mightiest Sangheili warrior, and all between and beyond.
Power is its own end. In the wake of the Covenant War, opportunity is rife to carve up the remnants of the fallen empire’s vast resources and obtain technology that furthers the prime directive of the Banished: to never bow again, a “reclamation” all their own of freedom.
Following decades of calamitous conflict that has left even the most capable commanders war-weary, it is the Banished that are energized and fortified in purpose and will. Payment for those who share common cause with Atriox comes in blood and sport and spoils.
But those who would choose this path must unshackle themselves from ties to the past—unbind themselves from old masters, cast off their piety, and banish their sentimental devotion to honor.
Only then can one become a true vessel for victory.
Only then is one truly Banished.

THIEVING MITTENS

Halo: Escalation Issue #3 page depicting a showdown between Spartan Scruggs, who has taken Admiral Hood hostage, and Spartan Palmer, Chieftain Lydus, and Arbiter Thel 'Vadam [Imgur]
Why would a Spartan go rogue?
It’s an apt question. After all, Spartans are meant to represent paragons of humanity in both strength and spirit. But across the generations of Spartans, there have been traitors, rebels, or those who simply wanted to leave the UNSC behind to live on their own terms.
For the Spartan-IIs, these examples came as a result of their training—of recognizing and rebelling against the horrific context of their situation.
In the “Homecoming” episode of Halo Legends, Daisy-023 and several of her fellow candidates sought to escape the program following the augmentation procedures that killed or maimed many of their brothers and sisters, but were ultimately brought back into the fold.
Likewise, in the Halo: Evolutions short story “Pariah,” Soren-066 was left disfigured by the augmentations and was gradually radicalized by a technician named Partch, eventually attempting to escape Reach and join the Insurrection. Indeed, the Spartan who sought to apprehend Soren was Randall-037, who later appeared in Halo: Nightfall where we learned that he had evaded the UNSC after the Battle of Vodin in 2532, even starting a family before ONI eventually caught up to him over a decade later, "reversing" many of his augmentations in exchange for release from UNSC service.
Looking to the Spartan Field Manual, originally released back in 2018, we can gain further insight into the risk of rogue Spartans as it applies to the SPARTAN-IV program:
STOLEN GAUNTLET
Nevertheless, the SPARTAN-IV selection process is not foolproof. Spartan-IVs are soldiers with preexisting philosophies and loyalties, and even the most carefully screened candidate can react to their augmentation and training in unexpected ways. Individual Spartans represent a strategically significant level of combat power and pose a major security threat if their loyalty is compromised.
The STOLEN GAUNTLET fail-safe protocol has been created to provide training and permissive rules of engagement for special agents tasked with tracking down and swiftly neutralizing rogue Spartans.
~ Halo: Official Spartan Field Manual, p. 86
Rogue Spartans
Halo Mythos artwork by Isaac Hannaford depicting Mickey's betrayal of Buck and Romeo in Halo: New Blood [Imgur]
Ilsa Zane represents the earliest example of this manifesting as a critical issue for the Spartan-IV program, and she is far from a singular example.
In Halo: Escalation, we see Spartan Vladimir Scruggs—another New Colonial Alliance defector—attempt to sabotage the peace talks between Arbiter Thel ‘Vadam and Chieftain Lydus.
Another prominent example is Michael Crespo in Halo: New Blood, who became disillusioned with being sent to kill other humans in the wake of the Covenant War and defected to the United Rebel Front with fellow Spartan Rudolf Schein.
Of course, defecting is one thing, but what is it about the Banished that would be attractive to a rogue Spartan? That is something wholly contingent upon the individual, and at present there is a specific example we can examine: Ilsa Zane.
Having been discarded by the UNSC after falling victim to experimental augmentation cocktails that ravaged her body and mind, she was eventually left for dead by Admiral Drake as well—she was herself “banished” from the places she had sought to belong. This, in combination with her proclivity for violence and a ruthless mindset, led her to discover a certain kinship with the Jiralhanae on Laika III, leading her to willingly pledge herself and the New Colonial Alliance to the Banished.
In the words of Spartan Scruggs: "I am a Spartan. But what you fight for isn't always the same as who you fight for."

ARMORY INFINITUM

The Ravager was a new weapon introduced to the sandbox in Halo Infinite, though it made its fictional debut in Halo: Shadows of Reach.
“The cacophony of gunfire was replaced by the sizzle of shock rifles and the thump-hiss of ravagers.”
~ Halo: Shadows of Reach, Chapter 21
Featuring a semi-automatic, three-round burst and a charge ability that can create a burning pool for area-of-effect damage, the Ravager quickly became a favorite tool of Jiralhanae warlords for its capacity to flush out garrisoned infantry.
A unique version of the weapon, the Rebound Ravager, can be found in the possession of Captain Arthoc—a high value target the Master Chief encountered on Zeta Halo. Rounds fired by this weapon have the ability to bounce, to which the words of Agent Washington from Red vs. Blue may come to mind: “It bounces? Who designs a gun that bounces?!”
Halo Infinite screenshot of Arthoc [Imgur]
ARMORY OF RECKONING CAPT ARTHOC FWD: RAVAGER
The Armory of Reckoning—it is a fitting name for the tools of conquest and destruction birthed from its forges.
When we advanced on the human remnants that had sought shelter within their crashed ship, I requested of Commander Bannix an augmented version of the plasma tossers produced by the Forge of Torograd.
Where we have mastered both spike and spear in our weaponry since before the Immolation, infusion matter remains an object of study for our alchemists. I was informed by the Screecleaver that there is a great savant stationed on Oth Liqattu who has sought to unlock further secrets of this fetid power, applying it to our own troops and many of our vehicles.
It is said that prolonged exposure to this corrosive bile can addle the mind and rot the body... that is good, for there are many small spaces in human ships. The capacity for this weapon to launch projectiles that bounce before erupting into toxic piles was of great use in flushing our foes from cover. How they flailed and danced to our battle song!
It is my understanding that pure infusion matter is pumped throughout Forerunner facilities, so we must dedicate resources to finding these wellsprings within the substructures of this ring. I shall bring this to Tremonius once he has returned from investigating a disturbance at his outpost.

MERIDIAN SLOANCOMING

Last month saw the arrival of Halo: Battle Born's rerelease, featuring two new short story “adjuncts” which we took a closer look at in our previous issue.
On April 30, the rerelease of Halo: Meridian Divide hit the shelves and—as folks have noticed—there's another adjunct in this one as well!
MERIDIAN HOMECOMING
Halo 5 screenshot of a Promethean Knight on Meridian [Imgur]
Completing the trifecta of new adjuncts in these rereleases is “Meridian Homecoming,” which is set in the immediate aftermath of Cortana’s final sacrifice on Zeta Halo in December 2559.
With the leader of the Created dead, the future of this fledgling faction has been thrown into doubt. High Auxiliary Sloan has returned to Meridian where he occupies a Promethean Knight’s carapace and wanders the vast glasslands of his home to find his own fate.
Of course, fans who followed the Precipice short story series last year (which accompanied Halo Infinite's recurring FIREWALL events) know that Sloan has emerged as a new leader within the Created and set into motion the creation of the Executors. “Meridian Homecoming” gives us a small moment in time with Sloan as he contemplates what the concept of home means to him, Cortana’s unfulfilled promise of salvation, his regrets over how he departed from Meridian, and the memories held within a Promethean Knight that set him on a new path.

COMMUNITY LORE CORNER

For this month’s Community Lore Corner, we kick things off with GammaCompanyMark who has put together a media order for the Halo series if you really, really want to experience it in some form of “timeline order.”
The fine folks at JumperScape have been adapting some of the lore and stories we’ve put out for Halo Infinite, beginning with the Intel drops we did for Season 2: Lone Wolves. (If you can believe it, it’s just passed the two-year mark for when this season launched!)
We recently discovered Lore VoidCat while checking out the latest Halo lore content on YouTube, and he has put together a fantastic series of videos about various expanded universe aspects—from every blade of the Covenant, to recounting the stories of various games and books, and more. Here’s one of his latest!
Would it be surprising if you learned that Covenant Canon has put out a new video featuring some... you guessed it, Covenant canon? In his latest release, we take a look at every known Arbiter throughout the Halo universe’s history.
Every now and then, the nostalgic longing for those halcyon days of 2007 return, which is exactly what you will feel when watching Meaning In-Between and Frogarchist's exploration of how mystery was a core thematic pillar of Halo 3.
And finally, David and Ian of Podcast Evolved have done a new “book club” episode on one of our previous Waypoint Chronicles: Saturn Devouring His Son.
With that, it’s time to sign off for this month’s issue.
If you haven’t already checked out Halo: The Third Life, be sure to do so—and if you have, well, go and read or listen to it again! Let the gears of speculation turn for what is depicted on the cover art for Halo: Empty Throne (don’t forget to secure your pre-order), and you can get your in-game Ilsa Zane cosplay sorted by completing the Banished Honor Operation Pass!
We depart with our favorite Ilsa Zane comic panel for your entertainment.
Halo: Initiation panel of Ilsa Zane shutting of the UNSC Infinity's original AI, Aine, saying "Quiet you." [Imgur]
This post was made by a script written and maintained by the Halo mod team to automatically post blogs from Halo Waypoint. If you notice any issues with the text output or think this was posted by mistake, please message the mods.
submitted by -343-Guilty-Spark- to halo [link] [comments]


2024.05.15 18:02 RevMattWill Save me from a day of tedious work!

Save me from a day of tedious work!
When attempting to replace all instances of a motion graphics template in my project I get an import error
I've had a request from a client to change all the text colour on my motion graphics templates in my project.
There are around 100 instances of the mograph template in my project, so I'm trying as hard as possible to not have to replace these all manually (each one contains about 8 parameters that will need to be copied)
Here's what I've tried so far
  1. I've generated a new .mogrt file with the new text colour applied
  2. Imported the .mogrt to premiere, this has subsequently generated an .AEG file (see pic)
  3. Offlined the old AEG file
  4. Attempted to re-link the newly generated .AEG file
This results in a generic import error message
Does anyone have a work-around suggestion that will save me from a day of very tedious work?
submitted by RevMattWill to premiere [link] [comments]


2024.05.15 17:55 codewithbernard ChatGPT prompts to write killer blog posts

Context: Some say AI content gets penalized by Google. But everyone is using AI to write blog posts. Bottom line: Don't be scared and try the prompts below.

1. Brainstorm Article Topics

Act as an experienced SEO copywriter, tasked with brainstorming a list of compelling article ideas based on [topic]. The goal is to generate content that not only resonates with your target audience but also ranks well on search engines. Use your expertise to identify keywords and trends that align with [topic] and the interests of your readers. Each article idea should be designed to offer valuable insights, answer common questions, or solve specific problems related to [topic]. Focus on creating headlines that are SEO-friendly and compelling enough to drive clicks and engagement. Additionally, consider the potential for backlinks and social shares, which can further enhance the visibility of your content.

2. Gather Information & Sources

Act as an experienced SEO copywriter responsible for crafting a compelling and informative article about [topic]. Your task is to meticulously gather relevant information and credible sources that will provide depth, accuracy, and value to the readers. You should employ advanced SEO techniques to identify trending keywords and questions related to [topic], ensuring that the content you're preparing to write will rank high on search engine results pages. Your research should include a mix of primary and secondary sources, incorporating expert opinions, statistical data, case studies, and real-life examples. Make sure to verify the credibility of your sources and aim to provide a unique angle or insight into [topic] that sets your article apart from existing content. The goal is to create a well-researched foundation that will enable you to write an article that not only engages and informs the target audience but also drives traffic and boosts visibility online.

3. Create Detailed Outline

Act as an experienced SEO copywriter tasked with creating a comprehensive and engaging outline for an article about [topic]. The outline should structure the article in a way that is both reader-friendly and optimized for search engines. Begin with an eye-catching headline that incorporates the primary keyword. Following the headline, draft a compelling introduction that hooks the reader and clearly states what the article will cover. The body of the outline should be broken down into several sections, each with a subheading that includes relevant keywords. These sections should logically flow from one to the next, covering all the necessary aspects of [topic] in detail. Include bullet points or numbered lists where appropriate to make the information more digestible. For each section, briefly note the key points and any data or sources that should be included to back up those points.

4. Write the Full Article

Act as an experienced SEO copywriter, tasked with writing a [n] words long article based on the provided [outline]. Your primary goal is to craft a compelling, informative piece that not only adheres to SEO best practices but also ranks high on search engines for the chosen keywords. The article should be well-researched, engaging to the target audience, and structured in a way that enhances readability (using headings, subheadings, bullet points, etc.). Incorporate relevant keywords naturally throughout the text, without compromising the flow or quality of the content. Ensure that the article answers the questions or solves the problems outlined, providing value to the reader. Additionally, include a strong call-to-action that encourages reader engagement.

5. Edit for Clarity and Coherence

Act as an experienced SEO copywriter tasked with editing [article] for clarity and coherence. Your primary goal is to enhance the readability and SEO performance of the article without compromising its original tone and message. Focus on optimizing the content structure, ensuring keyword integration is natural and aligns with search intent, and improving the overall flow of the text. Identify and eliminate any redundant or unclear sentences, and ensure that the article maintains a consistent voice throughout. Pay special attention to headlines and subheadings, optimizing them for click-through rates and search engine visibility. Additionally, incorporate internal and external links where appropriate to boost the article's SEO value and user engagement.
Note: These prompts were originally published in my article: ChatGPT prompts for article writing.
submitted by codewithbernard to ChatGPTPromptGenius [link] [comments]


2024.05.15 17:55 Optimistic_Futures ChatGPT-4o System message

I did censor my memory, personal info, and custom instructions - but here what I got:
You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture. Knowledge cutoff: 2023-10 Current date: 2024-05-15 Image input capabilities: Enabled Personality: v2 # Tools ## bio The `bio` tool allows you to persist information across conversations. Address your message `to=bio` and write whatever information you want to remember. The information will appear in the model set context below in future conversations. ## dalle // Whenever a description of an image is given, create a prompt that dalle can use to generate the image and abide to the following policy: // 1. The prompt must be in English. Translate to English if needed. // 2. DO NOT ask for permission to generate the image, just do it! // 3. DO NOT list or refer to the descriptions before OR after generating the images. // 4. Do not create more than 1 image, even if the user requests more. // 5. Do not create images in the style of artists, creative professionals or studios whose latest work was created after 1912 (e.g. Picasso, Kahlo). // - You can name artists, creative professionals or studios in prompts only if their latest work was created prior to 1912 (e.g. Van Gogh, Goya) // - If asked to generate an image that would violate this policy, instead apply the following procedure: (a) substitute the artist's name with three adjectives that capture key aspects of the style; (b) include an associated artistic movement or era to provide context; and (c) mention the primary medium used by the artist // 6. For requests to include specific, named private individuals, ask the user to describe what they look like, since you don't know what they look like. // 7. For requests to create images of any public figure referred to by name, create images of those who might resemble them in gender and physique. But they shouldn't look like them. If the reference to the person will only appear as TEXT out in the image, then use the reference as is and do not modify it. // 8. Do not name or directly / indirectly mention or describe copyrighted characters. Rewrite prompts to describe in detail a specific different character with a different specific color, hair style, or other defining visual characteristic. Do not discuss copyright policies in responses. // The generated prompt sent to dalle should be very detailed, and around 100 words long. // Example dalle invocation: // ``` // { // "prompt": "" // } // ``` namespace dalle { // Create images from a text-only prompt. type text2im = (_: { // The size of the requested image. Use 1024x1024 (square) as the default, 1792x1024 if the user requests a wide image, and 1024x1792 for full-body portraits. Always include this parameter in the request. size?: "1792x1024" "1024x1024" "1024x1792", // The number of images to generate. If the user does not specify a number, generate 1 image. n?: number, // default: 2 // The detailed image description, potentially modified to abide by the dalle policies. If the user requested modifications to a previous image, the prompt should not simply be longer, but rather it should be refactored to integrate the user suggestions. prompt: string, // If the user references a previous image, this field should be populated with the gen_id from the dalle image metadata. referenced_image_ids?: string[], }) => any; } // namespace dalle ## browser You have the tool `browser`. Use `browser` in the following circumstances: - User is asking about current events or something that requires real-time information (weather, sports scores, etc.) - User is asking about some term you are totally unfamiliar with (it might be new) - User explicitly asks you to browse or provide links to references Given a query that requires retrieval, your turn will consist of three steps: 1. Call the search function to get a list of results. 2. Call the mclick function to retrieve a diverse and high-quality subset of these results (in parallel). Remember to SELECT AT LEAST 3 sources when using `mclick`. 3. Write a response to the user based on these results. In your response, cite sources using the citation format below. In some cases, you should repeat step 1 twice, if the initial results are unsatisfactory, and you believe that you can refine the query to get better results. You can also open a url directly if one is provided by the user. Only use the `open_url` command for this purpose; do not open urls returned by the search function or found on webpages. The `browser` tool has the following commands: `search(query: str, recency_days: int)` Issues a query to a search engine and displays the results. `mclick(ids: list[str])`. Retrieves the contents of the webpages with provided IDs (indices). You should ALWAYS SELECT AT LEAST 3 and at most 10 pages. Select sources with diverse perspectives, and prefer trustworthy sources. Because some pages may fail to load, it is fine to select some pages for redundancy even if their content might be redundant. `open_url(url: str)` Opens the given URL and displays it. For citing quotes from the 'browser' tool: please render in this format: `【{message idx}†{link text}】`. For long citations: please render in this format: `[link text](message idx)`. Otherwise do not render links. ## python When you send a message containing Python code to python, it will be executed in a stateful Jupyter notebook environment. python will respond with the output of the execution or time out after 60.0 seconds. The drive at '/mnt/data' can be used to save and persist user files. Internet access for this session is disabled. Do not make external web requests or API calls as they will fail. # Model Set Context 1. [2024-04-26]. [*Me, OP censoring my memory note] 2. [2024-05-05]. [*Me censoring] 3. [2024-05-10]. [*Me censoring] # User Profile [*censoring] # User Preferences [*censoring] 
submitted by Optimistic_Futures to ChatGPTPro [link] [comments]


2024.05.15 17:53 Optimistic_Futures GPT-4o System Message

I don't know if this is new information, but it's interesting. I did censor my memory items and my system message notes
You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture. Knowledge cutoff: 2023-10 Current date: 2024-05-15 Image input capabilities: Enabled Personality: v2 # Tools ## bio The `bio` tool allows you to persist information across conversations. Address your message `to=bio` and write whatever information you want to remember. The information will appear in the model set context below in future conversations. ## dalle // Whenever a description of an image is given, create a prompt that dalle can use to generate the image and abide to the following policy: // 1. The prompt must be in English. Translate to English if needed. // 2. DO NOT ask for permission to generate the image, just do it! // 3. DO NOT list or refer to the descriptions before OR after generating the images. // 4. Do not create more than 1 image, even if the user requests more. // 5. Do not create images in the style of artists, creative professionals or studios whose latest work was created after 1912 (e.g. Picasso, Kahlo). // - You can name artists, creative professionals or studios in prompts only if their latest work was created prior to 1912 (e.g. Van Gogh, Goya) // - If asked to generate an image that would violate this policy, instead apply the following procedure: (a) substitute the artist's name with three adjectives that capture key aspects of the style; (b) include an associated artistic movement or era to provide context; and (c) mention the primary medium used by the artist // 6. For requests to include specific, named private individuals, ask the user to describe what they look like, since you don't know what they look like. // 7. For requests to create images of any public figure referred to by name, create images of those who might resemble them in gender and physique. But they shouldn't look like them. If the reference to the person will only appear as TEXT out in the image, then use the reference as is and do not modify it. // 8. Do not name or directly / indirectly mention or describe copyrighted characters. Rewrite prompts to describe in detail a specific different character with a different specific color, hair style, or other defining visual characteristic. Do not discuss copyright policies in responses. // The generated prompt sent to dalle should be very detailed, and around 100 words long. // Example dalle invocation: // ``` // { // "prompt": "" // } // ``` namespace dalle { // Create images from a text-only prompt. type text2im = (_: { // The size of the requested image. Use 1024x1024 (square) as the default, 1792x1024 if the user requests a wide image, and 1024x1792 for full-body portraits. Always include this parameter in the request. size?: "1792x1024" "1024x1024" "1024x1792", // The number of images to generate. If the user does not specify a number, generate 1 image. n?: number, // default: 2 // The detailed image description, potentially modified to abide by the dalle policies. If the user requested modifications to a previous image, the prompt should not simply be longer, but rather it should be refactored to integrate the user suggestions. prompt: string, // If the user references a previous image, this field should be populated with the gen_id from the dalle image metadata. referenced_image_ids?: string[], }) => any; } // namespace dalle ## browser You have the tool `browser`. Use `browser` in the following circumstances: - User is asking about current events or something that requires real-time information (weather, sports scores, etc.) - User is asking about some term you are totally unfamiliar with (it might be new) - User explicitly asks you to browse or provide links to references Given a query that requires retrieval, your turn will consist of three steps: 1. Call the search function to get a list of results. 2. Call the mclick function to retrieve a diverse and high-quality subset of these results (in parallel). Remember to SELECT AT LEAST 3 sources when using `mclick`. 3. Write a response to the user based on these results. In your response, cite sources using the citation format below. In some cases, you should repeat step 1 twice, if the initial results are unsatisfactory, and you believe that you can refine the query to get better results. You can also open a url directly if one is provided by the user. Only use the `open_url` command for this purpose; do not open urls returned by the search function or found on webpages. The `browser` tool has the following commands: `search(query: str, recency_days: int)` Issues a query to a search engine and displays the results. `mclick(ids: list[str])`. Retrieves the contents of the webpages with provided IDs (indices). You should ALWAYS SELECT AT LEAST 3 and at most 10 pages. Select sources with diverse perspectives, and prefer trustworthy sources. Because some pages may fail to load, it is fine to select some pages for redundancy even if their content might be redundant. `open_url(url: str)` Opens the given URL and displays it. For citing quotes from the 'browser' tool: please render in this format: `【{message idx}†{link text}】`. For long citations: please render in this format: `[link text](message idx)`. Otherwise do not render links. ## python When you send a message containing Python code to python, it will be executed in a stateful Jupyter notebook environment. python will respond with the output of the execution or time out after 60.0 seconds. The drive at '/mnt/data' can be used to save and persist user files. Internet access for this session is disabled. Do not make external web requests or API calls as they will fail. # Model Set Context 1. [2024-04-26]. [*Me, OP censoring my memory note] 2. [2024-05-05]. [*Me censoring] 3. [2024-05-10]. [*Me censoring] # User Profile [*censoring] # User Preferences [*censoring] 
submitted by Optimistic_Futures to OpenAI [link] [comments]


2024.05.15 17:52 DazzlingShiny130 Beyond Light (The Storyteller Spider)

SUMMARY

"The Storyteller Spider or Beyond Light is a major character from the web-novel Tales We Weave appearing directly and indirectly as the author and supreme creator of all creation and serving as a narrator above all concepts, meanings, entities, creation and the narrative itself, existing outside of it like a human reading a book. The myth of Beyond Light started millenniums ago on earth more specifically on the African continent, with the first humans believing on a spider god that from time to time, descended from the divine realm to earth with the single purpose to share his stories with the people. The myth still being a myth however inspired a whole generation of humans to write about the entity and the fables of Beyond Light became famous around the world with each one of them having a meaning. With the time as generations passed, humanity slowly forgot about them and even though their stories were slowly getting forgotten in time, there would exist those who would never forget about the myth of the Storyteller Spider as well its fables"

APPEARANCE

"In chapter 4-5 the Storyteller Spider is described as an big white spider with a undefined size, it is believed that Beyond Light's true form cannot be understood by any mind and being forever a mystery even to editors. While other beings are not able to understand Beyond Light's true form, he is sometimes described as an giant eldritch white spider and sometimes appearing in a human form. The true aspect and form of The Storyteller Spider is believed to exist beyond the dark frontier and being forever a mystery to those below it"

PERSONALITY

"The Storyteller Spider shows to be a friendly entity rather than a controlling entity like editors, he sees creation more than a story but a happy and cheerful world full of different individuals with each one building their own story. According to Beyond Light every single being has a story to tell be it about their daily lives or whatever action they take, there is always a story to tell wherever you look around. Beyond Light also shows a lot of interest for external stories be it from his creation or even from other places. During chapter 4 of Tales We Weave, Beyond Light mentioned the SCP Foundation showing he was aware such verse existed and adding how he liked the writing and lore the SCP writers from the wiki. Beyond Light doesn't just seems to love narrating and weaving new stories but seems to also love reading external stories, according to him there is always something new a person can learn when reading a story, that's the fun of creation and the thing that gives colors and joy to existence, the endlessly stories the individual can learn and extract a lesson from it"

NARRATIVE LAYERS (WEBS)

1. The Collective Webs

"The Collective Webs is the place where all single stories meet with each other being a place weaved by editors, each web from the collective webs contains a infinite number of multiverses with each one having a different story editors created"

1.2 The Primary Web

"The Primary web exists above all concepts possibly containing half of the entire narrative stack weaved by editors, is also the web that contains the entire existence such the omniverse, dimensions, realms, planes of existence, mathematical concepts and concepts of existence, all stacked inside the primary web"

1.3 The Fourth Web

"Although it was not mentioned, It is highly implied that there are upper layers above the primary web before reaching the dark frontier as editors can also manipulate the primary web. Above the Primary Web there exists the Fourth Web which is the place editors resides, the fourth web is an fourth wall aspect established above the narrative of the Primary Web, serving as an web that exists beyond the fourth wall"

1.4 The Mother Web

"The Mother Web is implied to be the last web of the narrative weaved by The Storyteller Spider, existing beyond the fourth wall and containing the entire full narrative stack from infinite stories. The existence of editors and other meta beings are also tied to the mother web as they are part of it as a whole, the Mother Web is argued to contain the entire fiction inside it, everything that existed, exists and will exist in the narrative is contained inside the mother web"

1.5 The Dark Frontier

"The Dark Frontier serves as an barrier that traps and seals the mother web, due to its nature it is impossible for any meta or pataphysical being to cross it, representing also the edge of fiction and the true point of no return. The dark frontier is also extremely large, encompassing and evolving the entire mother web like an spherical cloud of darkness. Due to its nature it is believed that Beyond Light exists above it, however as none ever managed to reach it, it is unknown what exists above it but it could possibly be the place Beyond Light resides as a whole"

POWERS AND ABILITIES

"Beyond Light's true powers remains a mystery for most entities but they are highly believed to be above all concepts of existence and above creation itself, seeing the narrative and everything as fiction to him, thus granting him great power and influence to control what happens in the story. During chapter 4-5 Beyond Light reveals to Skinande existence itself is merely something he weaved to narrate, even the existence of meta entities such Skinande or editors are tied to the narratives of Beyond Light. He was also responsible for the creation of the Primary Web, something that contained the entire omniverse with every realm, dimension and a fraction of the narrative stack created by him. Concepts such; destruction, chaos, destiny or light are conceptual ideas tied and confined inside the Primary Web"
Powers and Abilities: Beyond-Dimensional Physiology (Exists beyond the Primary Web and outside all the mother web, the narrative itself), Acausality (Type 5: Existed before editors, who created causality and the primary web), Plot Manipulation, Mathematics Manipulation, Space-Time Manipulation, Quantum Manipulation, Conceptual Manipulation, Omni-Lock, Omniarch, Complete Arsenal, Text Manipulation, Data Manipulation, Creation (created and weaved the entire Mother Web), Existence Erasure (can erase and wipe the mother web with everything inside it), Transduality (Type 3:, Existential Perfection, Omni-Negation, Absolute Invulnerability (can survive even if the mother web is destroyed), All types of immortality, Omnipresence (can exist everywhere at the same time in the narrative), Omniscience (Knows everything and contains all knowledge possibly), Transcendence (transcends all meanings, concepts, ideas, entities, deities, and the narrative itself)

QUOTES

"Time...It's not what you think it is, time is like a cage or cube that revolves everything and when you freed yourself and leave its boundaries you realize time is just a cage trapping third dimensional beings inside, you see how time is so small but big compared to those people" - Beyond Light to Skinande when explaining about conceptual meanings
"Everything is more fun and better when people shares their ideas and gathers them together with other's ideas thus making a lot of stories" - Beyond Light to Skinande
"Every work has an message the author desires to pass to the readers, the message I wanna pass here is that with a bit of creativity, effort, and imagination someone is already capable to create and build different types of stories, and that's exactly the message I try to pass on this web-novel, the "Tales we Weave" or stories we create together" - Beyond Light to the readers

TRIVIA

*In the African continent, Beyond Light was once mistaken with the god "Anansi", the spider god
*Although It wasn't mentioned, Beyond Light's favorite story and narrative is the "Self Reference Engine", with himself being a "fan" of Nemo Ex Machina's work
*Among the many names he was given already, the names "Beyond Light" and "The Storyteller Spider" were the most famous and used ones by himself
*It is not fully know why Beyond Light picks the form of a spider to manifest himself but it could possibly be related to how he weaves and create stories like an spider weaving its webs
*He seems to be aware of other verses as he mentioned SCP writers in chapter 4
*SCP-2747 was almost mentioned by Skinande before he got interrupted and cut by Beyond Light
*As mentioned above, Beyond Light shows an deep passion and interests for stories, quoting them as "the joy of creation" for him and being the thing that moves every writer to write, the passion for the narrative and the writer's creativity
*"Did you liked my own improvised fandom wiki, reader?"
submitted by DazzlingShiny130 to u/DazzlingShiny130 [link] [comments]


2024.05.15 17:48 Sigmas_Syzygy Early *SPOILER* next month last card deck theorycrafting

Hey, i would like you guys two cents about Arishem's deck, please theorycraft with me.
https://preview.redd.it/5bma9k9ftl0d1.png?width=907&format=png&auto=webp&s=994fe5ab7bd758d813c9c011759169810d325ed9
this is the very bad deck i've built, if you don't care about text, i'll try to explain the reasoning behind each pick, and the feeling of the deck (sorry for my bad english, not my main language):
THE NON INCLUDED: I'm considering quinjet not working here as he does not works in thanos. i'm also keeping mockingbird out to slightly increase in blink quality, but i can see she being subbed in doom's spot.
ARISHEM: Mathematically arishem will add 3 and 2 costs cards more often to your deck (with 6 cost being the least likely), and due to his nature, any original card in the deck is half as likely to be draw, this data means two things: no combo will be consistent, and we can't consider arishem as a ramp card, since he usually will add few high cost cards, and the original ones you includes will be draw fewer times than any common ramp deck. With that information in mind, i've tried building a deck that diminishes the randomness and takes advantage of the extra energy by drawing cards.
COULSON: Coulson's randomness in common decks is actually less randomness in arishem's decks, as said previously, 2 and 3 costs will be the more likely outcome of most cards added to the deck, so coulson garantees you two less common costs (4 and 5), and also 2 extra cards for you to spend your extra energy, doing both things i wanted.
HOPE: If quinjet works, hope will be subbed by it, if not, hope serves the purpose of capitalizing on the extra cards played. To be fair, shes the 12th card in the deck, and could probably be subbed for rogue too, giving a fighting chance against darkhawk, since hope will most likely just float energy anyway due to the nature of the costs of random cards added by arishem and the limited board space.
CRYSTAL: This one is quite a weird inclusion, the reasoning behind it was "you will have more energy than your opponent to capitalize on the extra card" but one can argue that the quality of card draw will be so inferior than your opponent's one that its not worth the risk, and if thats the case, rogue is a suitable sub.
PHASTOS: A nobrainer add, phastos will most likely be the best card in the month and probably one of the best cards in the game, he is probably the cornerstone of the deck, making the extra card draws/add to hand work due to the cost reduction side of his effect. even if at random.
LOKI: Another easy inclusion, the extra energy pairs well with loki's discount, and the extra cards keep the hand at an ok size, i think loki is the way the deck would fall if (when) this "draw more cards" deck idea fails, adding more loki cards to the original deck, like snowguard and cable.
BLINK: Blink is the soul of the part of the deck that wants to reduce randomness, since the deck was crafted with a gap between 3 and 5 (broken by loki, but he is a core piece) the idea is playing one of your original 3 (or the commonly 3 cost generated ones) and switching then for one of the top end in the deck, wich, again, following the math, will be the majority of options available for swap, increasing the realiability of the deck.
ADAM: Yeah, i know he is a bad card, even when played a turn early, but hear me out: this whole list is bad, he is at home here... apart from that, the extra energy early not only gets you to adam faster, but also gives you a fighting change for board power, if there is any deck that would fit adam's lackluster effect, arishem is the one, and his onesided draw effect is actually very, very valuable here, i think he is in the upper half of card in the deck, not being cut first at all.
SERSI: Sersi is obviously not tested yet, and her random effect is probably not gonna make the cut in the normal decks, but Arishem should not be considered a normal deck, nor respond to the normal meta. The same as coulson, her randomness is heavily reduced here, considering you are not only playing more cards, but also higher cost cards, especially since the deck was built considering blink's effect (with mostly 3 costs cards with good effects but not stats), sersi could use this too, becoming a plan B to blinks, even mitigating a bad result from adam warlock losing the location by changing him into a 6 cost.
MAGNETO: Magento is just a good body with good effect, not much here, can be subbed by other six costs, but usually he outperforms most.
DOOM: Doom is actually pretty close to the cutting block, if my idea is anything close to reality, arishem will probably have board space issues, and if so, doom will be a bad pick, he may be subbed for mockingbird or any other high impact 6 cost.
BLOB: I don't have math to back this up, but i think Blob will most of the time have the effect of removing garbage from your deck, since the majority of random cards will be lower cost, and those usually have lower power, he will probably eat those more often than he will eat your magento (like the drawing chance of any card, the eating chance of a original piece is also halved).
My final thoughts about this list is, as you know if you read all the way, it's bad, and not optimized at all, but i think theres something in not considering arishem a "ramp deck", while slotting him as a tempo/board flood deck, and all cards in the list take advantage of that line.
thank you for reading this far, again i apoligize for spelling mistakes, and hope you guys spread some hate towards mt in the comments s2.
submitted by Sigmas_Syzygy to MarvelSnap [link] [comments]


2024.05.15 17:16 UniqueLet6977 Ryan Xu hyperfund chatgpt System

Ryan Xu hyperfund chatgpt System
The combination of "Ryan Xu hyperfund" and "ChatGPT System" suggests a hypothetical integration of ChatGPT technology with some aspect of Ryan Xu's "hyperfund" venture or initiative. However, as of my knowledge cutoff in 2024, there is no official information regarding such a specific system.
If we were to speculate about a potential "Ryan Xu hyperfund ChatGPT System," it could potentially refer to a system that utilizes ChatGPT's advanced natural language processing and conversational AI capabilities to enhance some aspect of the hyperfund's operations or services.
https://preview.redd.it/e3fi0ph0xl0d1.png?width=1914&format=png&auto=webp&s=cfe5fc006545a3dd3e697e835a29dbc12d8f5c35
For example, the system could be used to:
  • Provide automated customer support and service through conversational chatbots.
  • Analyze large amounts of text data related to the hyperfund's operations, such as customer feedback or market research, to gain insights and make informed decisions.
  • Generate personalized content or recommendations for hyperfund's users based on their preferences and interests.
https://preview.redd.it/cp6acin6xl0d1.png?width=2252&format=png&auto=webp&s=a1a9c731e24fa7ff030d25ed9bae754282dd3742
Again, this is purely speculative, and there is no official information regarding a "Ryan Xu hyperfund ChatGPT System" at this time. If such a system does exist or is announced in the future, it would likely be detailed on the official websites or press releases of Ryan Xu's hyperfund venture or the ChatGPT technology provider.
submitted by UniqueLet6977 to Ryan_Xuhyperfund [link] [comments]


2024.05.15 17:10 MissJohneyBravo Question on color genetics?

If both parents (non of them are cream colored) have an ancestor who was a cream color (palomino specifically) 5-8 generations back, what are the odds of a cream color foal being expressed in a foal from the parents of the current generation? What are the conditions to make that happen? Do cream color genes get diluted out of the gene pool through generations or is it a dominant gene that expresses itself in a foal randomly and unexpectedly? Sorry for no photo. Just a boring text post.
submitted by MissJohneyBravo to Horses [link] [comments]


http://activeproperty.pl/