Tumgik
#video modifying software
classbugs · 2 years
Text
Learn how to Make Image-in-Image Video On-line
These days, such a video format as picture-in-picture (pip) video is fashionable amongst video bloggers and reviewers.
Make picture-in-picture video
A picture-in-picture (pip) video is a video with a picture-in-picture impact. It implies that one other video with the picture of the blogger or the reviewer is positioned high on the primary video, often within the nook, so it doesn’t distract an excessive amount of.
Marvel how one can make a video with photos and movies which you'll layer on high of one another as you need? There's some video modifying software program with picture-in-picture impact accessible, however you usually need to obtain it and determine the place the wanted settings are.
However, for those who solely must put an image on high of a video or one other image, you don’t must resort to complicated skilled editors and even obtain something – our instrument will make it easier to with that! It really works utterly on-line, so you should utilize it anytime and, on any gadget, so long as you've gotten a web connection.
It’s additionally fairly easy, simply have a look at the steps under:
Add records data
Open Clideo’s On-line Video Editor and click on "Get began".
Then, click on "+ Add" and decide photos, clips, and music both out of your gadget or your cloud storage account. If you have to add extra records data later, you are able to do so anytime you need.
Create a picture-in-picture video
All of the uploaded records data are within the "My Media" tab.
Click on the "+" signal so as to add two or extra recorded data to the timeline or manually drag them there.
You may edit every file individually by clicking on them and adjusting totally different crops, saturation, and different settings. Additionally, it is attainable to alter the pace and quantity of video and audio records data.
To place an image on high of one other image or video you possibly can manually change the place and dimension of 1 or each photo and movies nevertheless you need after choosing them on the preview display screen.
On the high left of the timeline, you could find the choices to separate a file, duplicate it, place it in both foreground and background and delete it.
Just remember to even out the size of every file in order that they begin and finish concurrently, choose the file within the timeline and drag its proper or left handles. If the challenge is brief, use the "+" button on the high proper of the timeline to zoom in and make the size of the records data extra exact. In any other case, use the "–" button to zoom out or the "→←" image to make the timeline match the display screen.
If you have to add some subtitles, it’s easy too – simply click on the "Textual content" tab and add the preset you want. Then, click on the subtitle file on the timeline to customise the font, dimension, boldness, colour, background, and alignment. To vary the video’s side ratio, go to the "Settings" tab and apply the preset that fits your wants. Right here, you may as well change the background colour if there may be an unused area within the video.
If you wish to undo some change, click on the reverse arrow on the height of the participant.
When all of the settings wanted are utilized, click on "Export" and select one of many export choices.
Save the video
Watch the preview to see what the ultimate end result seems to be like. If you have to add some modifications, click on "Edit". And if all the pieces seem to be good, click on "Obtain" to avoid wasting the video to your gadget or add it to the cloud storage.
Looking for editing softwares for your studio or office? Find MCP’s list of the Best Video Editing Software, Video Making Software, Photo Editing Software, Audio Editing Software, and Graphic Design Software.
0 notes
spicyvampire · 28 days
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
4MINUTES (2024) EP. 5 [insp.]
605 notes · View notes
jolikmc-stuff · 2 years
Video
youtube
Doom… Except I Can Possess Dead Monsters by Jo Li KMC on YouTube
Sometimes, it's not enough to wait for the forces of Hell to turn on itself. Sometimes… you've gotta be a spooooooky ghost that makes then turn~!
0 notes
commodorez · 1 month
Note
Cactus fascinates me, does it run on code similar to an existing instruction set or is it completely original on that front?
What can you do with it? What's it's storage?
Tumblr media
Both the Cactus (the original wooden prototype from years ago) and the new PCB Cactus(es) are essentially derived from a minimal 6502 computer design by Grant Searle for their core logic. Here's what that would look like on a breadboard:
Tumblr media
There isn't much to it, it's 32K of RAM, 16K of ROM containing Ohio Scientific's version of Microsoft BASIC, a 6850 ACIA for serial interaction, some logic gates, and of course a 6502 microprocessor (NMOS or CMOS, doesn't matter which). You hook it into a terminal and away you go.
Grant's design in turn can be best described as a distilled, modernized version of the OSI Challenger series of computers. Here's an OSI-400 and a Challenger 4P respectively:
Tumblr media Tumblr media
The left one is a replica of the 400 circa 1976, also called the Superboard. It was affordable, endlessly reconfigurable and hackable, but ultimately very limited in capabilities. No BASIC, minimal monitor ROM you talk to over serial, but you could connect it to a bus to augment its features and turn it into a more powerful computer.
Whereas the OSI C4P on the right from about 1979 has more RAM, a video card, keyboard, BASIC built in, serial interface, cassette tape storage, and that's just the standard configuration. There was more room to expand and augment it to your needs inside the chassis (alot changed in 3 years for home computer users).
Grant's minimal 6502 design running OSI BASIC is a good starter project for hobbyists. I learned about the 6502's memory map decoding from his design. I modified and implemented his design on a separate cards that could connect to a larger backplane.
Tumblr media
Here are the serial, ROM, RAM, and CPU cards respectively:
Tumblr media
Each one is 100% custom, containing many modifications and fixes as I developed the design. However, that's only half of the computer.
I really wanted a 6502 machine with a front panel. People told me "nobody did that", or couldn't think of examples from the 1970s but that seemed really strange to me. Especially since I had evidence to the contrary in the form of the OSI-300:
Tumblr media
This one I saw at VCF West back in 2018 illustrates just how limited of a design it is. 128 bytes of RAM, no ROM, no serial -- just you, the CPU, and toggle switches and LEDs to learn the CPU. I was inspired the first time I saw one in 2015 at VCF East, which is probably when this whole project got set in motion.
Later that year I bought a kit for a miniature replica OSI-300 made by Christopher Bachman, and learned really quickly how limited the design philosophy for this particular front panel was. It was a major pain in the ass to use (to be clear, that's by OSI's choice, not any fault of Christopher in his implementation)
Tumblr media
So... I designed my own. Took awhile, but that's the core of what the Cactus is: my attempt at experiencing the 1970s homebrew scene by building the computer I would have wanted at the time. Over half of the logic in the Cactus is just to run the front panel's state machine, so you can examine and modify the contents of memory without bothering the 6502. I added in all of the things I liked from more advanced front panels I had encountered, and designed it to my liking.
Here's the original front panel, accompanying logic, and backplane connected to the modern single board computer (SBC) version of the machine:
Tumblr media
And here's the new Cactus SBC working with the new front panel PCB, which combines the logic, physical switch mountings, and cabling harnesses into a single printed circuit board.
Tumblr media
So, what can you do with it? Pretty much the same things I do already with other contemporary 1970s computers: play around in BASIC, fire up the occasional game, and tinker with it.
I've got no permanent storage designed for the Cactus as yet, it's been one of those "eventually" things. The good news is that a variety of software can be ported to the hardware without too much trouble for an experienced hobbyist. A friend of mine wrote a game called ZNEK in 6502 assembly which runs from a terminal:
Tumblr media
Right now, you have to either toggle in machine programs from the front panel from scratch, burn a custom ROM, or connect it to a serial terminal to gain access to its more advanced features:
Tumblr media
Here's it booted into OSI BASIC, but I have also added in a modern descendant of Steve Wozniak's WOZMON software for when I need to do lower level debugging.
I've also got a video card now, based on the OSI-440. I have yet to implement a keyboard, or modify BASIC to use the video board instead of the serial connection. Even if I did, screen resolution is pretty limited at 24x24 characters on screen at once. Still, I'm working on that...
Tumblr media Tumblr media
Anyway, I hope that answers your question. Check the tags below to see the whole process stretching back to 2017 if you're curious to learn more of the project's history. I'm also happy to answer any more questions you might have about the project.
267 notes · View notes
roach-works · 4 months
Note
Video games
Reverse Unpopular Opinion meme: i'm having a hard time figuring out how being enthusiastic about videogames is an unpopular position? lots of people like videogames, last time i checked.
my favorite thing to do when i was a kid was play a modified version of spyro the dragon. we had a gameshark that was in japanese so you just had to randomly methodically click through various menus you couldn't read and then record on a notepad what the results were when you started the game. through trial and error i figured out how to run the modification that let spyro full-on fly in every level, so i just used the game as a flight simulator most of the time.
also i would regularly fly spyro out of bounds and examine the level from the outside until i hit something weird like a waterfall from behind or the ocean from underneath and it would trigger spyro's death i would also sometimes just fly him out into the offstage void until i started getting scared. i now have a very particular and hard to explain phobia of infinite digital voids! it's why i can't use 3D modeling software without crushing existential terror.
unpopular video game opinion: i still firmly believe that kids should be allowed to explore and adapt media, especially video games, that scares them and challenges their sense of reality and lets them do weird fucked up things. i think this is much better for kids than restriction and overpolicing. i would love to fly spyro out of bounds and kill him from underneath the ocean again. i would do it the first chance i got.
110 notes · View notes
the-64th-gamer · 1 month
Text
I feel like the last year has been a great push for me to slowly detach myself from giant companies and ensure what I do is in my control and ownership
Finally switched over to linux permanently
switched to firefox
enabled adblocker, sponsor blockers, and tracker removers
disabled autoplay and the recommendations sidebar on YouTube (highly highly encourage, though I still keep the homepage open so I can choose when to browse new suggested content rather than it pestering me)
downloaded all my tumblr posts and now host them parallel on my website (stuck here until we find some decentralized way of doing social media right)
cleared out 99% of my online storage to now be on multiple hard-drive backups
downloaded locally all my music
removed myself from basically every data tracking social media platform except this and YouTube
And now currently I'm trying to consolidate all my feeds into just an RSS reader.
It takes a long time and a lot of planning, but its very rewarding to take control over what you want to see, how you see it, how its formatted, ect. I find these are my steps to an easy transition off a certain service:
Download all your data and back it up. Now your account can be deleted at any time with no remorse.
Find browser extensions that enhance and modify the experience to what you might need. Use that to tangibly guide your preferences. Go ahead and remove the app on your phone if its there.
Research every alternative service and try them out. Begin moving certain activity exclusively to the alternative. Take time getting used to it and see if its better to try more alternatives.
Completely jump ship, delete the account, move all feeds or settings over.
Its an ongoing process but there's still probably a few more years of this to go through. Future plans are:
Completely remove all prior emails and self host a new one
Get off Discord entirely except for running the wiki server. It sucks that Discord is so prevalent. Probably move to various forums. Maybe look into some sort of forum management software such as how RSS feeds tame articles and videos into one place.
Setup adblockers directly into my router so ads won't even appear on phones.
Setup my phone to just straight up also run linux. There's a few mobile-designed linux platforms to look into until I decide.
50 notes · View notes
lunariamv · 8 months
Text
Tumblr media
Doom Stones is a horror visual novel/adventure game created with RPG Maker 2000. The game style is inspired from Charon/Nekofuji Kaoru.
Yuuka, a shy and softspoken girl, loses herself when her best friend Souta passes away. One day, she's given a chance to redo the night his life was taken. Perhaps this time, she'll save him.
This is an authentic serious charon-esque game following the formula, presented by me.
⚠️ Before venturing into any of my works, please heed my disclaimer/rules;; I don't want obstructive people engaging with me or my content.
Tumblr media
⚠️Disclaimer ⚠️
⚠️This game contains violent and grotesque depictions, as well as dark themes. Please do not play the game if you are sensitive to this type of material. ⚠️
⚠️Rating: 17+ ⚠️
⚠️Separate fiction from reality + Separate art from the artist -- I do not condone any dark content/themes depicted in my works. Any works done in fiction should not be adapted to real life. ⚠️
Tumblr media
Download
❖ Download link
❖ Mirror link
RPG Maker 2000 RTP is required for the game to run. Download link here and in the readme file.
(Chrome or windows may block usage of these programs, but these are safe to ignore.)
Tumblr media
Platform and Troubleshooting
The game's engine only works for windows, but EasyRPG can used in it's place. May not be perfect. Instructions in the readme file.
Further troubleshooting instructions are in the readme file. Expect possible errors or the game never running at all, since RPG Maker 2000 is outdated software.
Gameplay Notes
❖ The game is a horror adventure rpg with 8 endings in total. A spoiler-free guide to the different endings is in the readme. (Video Walkthrough here)
Usage Notes
Do not edit, repost, or sell assets from the game without permission!!
Fanworks and videos of the content are allowed, but do not directly use assets from the game to make them. (YT Thumbnails are fine, but modifying the game to post or claim assets as your own is not.)
My email is here, and in the readme for comments and concerns. Please only contact me if there are mild errors such as spelling. Do not contact me regarding troubleshooting errors. Go through the readme instructions, but expect that the game might not work, since RPG Maker 2000 is outdated.
♡ Games Masterlist
♡ Blog (with extra game info)
Tumblr media
Screenshots
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
68 notes · View notes
paperback-rascal · 2 years
Photo
Tumblr media
This illustration is tied to an idea I came up with @kalm5, after I binge watched videos about various vending machines.
The explanation of the premise is under the cut/read more!
Enjoy!
What if clones have only a set amount of meals per rotation? no snacks, no nothing - just the basic, the most effective meals evenly spread out throughout the day. It’s the only food they have. The only unlimited food item available to them without restriction is water... just plain water.
However, there are vending machines scattered throughout every Kamino training facility that can be used by clones for additional snacks (or even more “luxurious” items such as salt/sugar/spices, better grade chocolate, authentic caff/tea, weak beer/alcohol, etc.). The vending machines also have limits of items a clone can get per rotation to limit potential abuse of the system.
The availability of such items is depended on the status quo and performance score each clone has and develops over the years (the score is stored at the forearm chip, so to use a vending machine clones have to swipe their wrists against it’s panel) - the bigger the score the broader assortment of items are available.
Cadets get their points based on their exam scores, battle simulation statistics, etc.
The score clones got in their youth are later transferred as a base score at the beginning of their military career.
The success rate, performance on the field, getting medals, etc. is later added to it - raising it. It also can be lowered due to misdemeanors, refusal to carry on orders, breaking rules, etc.
Despite all CT-[numbers] clones having the same baseline of items available, there are variations or perks for each occupation: medics get different additional assortment of items than sappers, who have different perks than gunners, pilots and so on.
Maintenance staff has the same limitations as cadets. So 99 has the same level-access to goods as kids/teens, thus he can get like... Star Wars equivalent of stale salted crackers, granola bars and juice.
A major points boost is a promotion to higher military rank - especially to commanding position or high preference variants like ARCs or spec-ops (it unlocks more options)
The biggest availability, however, have CC-[numbers] clones.
Some of the perks are just simply locked behind a status quo. So even an perfect behavior and 100% success rate wouldn’t give a “plain” CT-number access to for example... alcoholic beverages - it’s only for CC-[numbers]. CC-[numbers] also can be locked out of certain perks if their score gets low enough.
The best example would be captain Rex who despite being a commanding officer can’t get the same items as his college, commander Cody. Due to Rex being a CT-number. So it’s always a bit awkward when he tags along with other commanding officers but he can get an energy drink or black coffee at best.
---
Funnily enough, of all software at Kamino, nothing is so well guarded as vending machines - it’s unhackable while the vending machines are borderline indestructible. It’s the most frequently updated/modified equipment due to clones always finding loopholes to cheat the system.
The origin of the vending machines was that Kaminoans tried to use the idea of conditioned response to encourage clones to train harder and be more obedient in the field - they hoped it would rewire clones brains, linking high performance with luxurious goods.
However what the long necks didn’t accounted for is that clones are well... humans and turned vending machines to social interaction that has an internal structure known only to clones. one of such interaction is that many clones with high performance score would often get items to those with lowered ones - especially at 501st where thinking outside the box is preferable military tactic by their general, thus many clones from 501st would end up with low performance score at Kamino framework despite being the most decorated of soldiers.
The same goes with Clone Force 99 who have 100% success rate, but also accumulated many misdemeanors and complaints.
===
STAR WARS: The Clone Wars/The Bad Batch © George Lucas/ Dave Filoni/ LucasFilm/ Disney
508 notes · View notes
maypop-the-dragon · 8 months
Text
PSA: Free Software
Reading this may really save your time, privacy, and money! Reblog or share to spread awareness!
Folks often use software that’s expensive and sometimes even inferior because they don’t know there are alternatives. So to those unfamiliar: basically, free and open-source (FOSS) or "libre" software is free to use and anyone can access the original code to make their own version or work on fixing problems.
That does not mean anyone can randomly add a virus and give it to everyone—any respectable libre project has checks in place to make sure changes to the official version are good! Libre software is typically developed by communities who really care about the quality of the software as a goal in itself.
There are libre alternatives to many well-known programs that do everything an average user needs (find out more under the cut!) for free with no DRM, license keys, or subscriptions.
Using libre software when possible is an easy way to fight against and free yourself from corporate greed while actually being more convenient in many cases! If you need an app to do something, perhaps try searching online for things like:
foss [whatever it is]
libre [whatever it is]
open source [whatever it is]
Feel free to recommend more libre software in the tags, replies, comments, or whatever you freaks like to do!
Some Libre Software I Personally Enjoy…
LibreOffice
LibreOffice is an office suite, much like Microsoft Office. It includes equivalents for apps like Word, Excel, and Powerpoint, which can view and edit files created for those apps.
Tumblr media
I can't say I've used it much myself yet. I do not personally like using office software except when I have to for school.
OpenShot
OpenShot Video Editor is, as the name suggests, a video editing program. It has industry-standard features like splicing, layering, transitions, and greenscreen.
Tumblr media
I've only made one video with it so far, but I'm already very happy with it. I had already paid for a video editor (Cyberlink PowerDirector Pro), but I needed to reinstall it and I didn't remember how. Out of desperation, I searched up "FOSS video editor" and I'm so glad I did. There's no launcher, there's no promotion of other apps and asset packs—it's just a video editor with a normal installer.
GIMP
GNU Image Manipulation Program is an image editor, much like Photoshop. Originally created for Linux but also available for Windows and MacOS, it provides plenty of functionality for editing images. It is a bit unintuitive to learn at first, though.
Tumblr media
I've used it to create and modify images for years, including logos, really bad traceover art, and Minecraft textures. It doesn't have certain advanced tech like AI paint-in, but it has served my purposes well and it might just work for yours!
(Be sure to go to Windows > Dockable Dialogs > Colors. I have no idea why that's not enabled by default.)
Audacity
Audacity is an audio editing program. It can record, load, splice, and layer audio files and apply effects to them.
Tumblr media
Audacity is another program I've used for a long time. It is not designed to compose music, but it is great for podcasts, simple edits, and loading legacy MS Paint to hear cool noises.
7-Zip
7-Zip is a file manager and archive tool. It supports many archive types including ZIP, RAR, TAR, and its own format, 7Z. It can view and modify the contents of archives, encrypt and decrypt archives, and all that good stuff.
Tumblr media
Personally, I use 7-Zip to look inside JAR files for Minecraft reasons. I must admit that its UI is ugly.
Firefox
Firefox is an internet browser, much like Google Chrome, Microsoft Edge, or Safari. While browsers are free, many of them include tracking or other anti-consumer practices. For example, Google plans to release an update to Chromium (the base that most browsers are built from these days) that makes ad blockers less effective by removing the APIs they currently rely on.
Tumblr media
Aside from fighting monopolies, benefits include: support for animated themes (the one in the picture is Purple Night Theme), good ad blockers forever, an (albeit hidden) compact UI option (available on about:config), and a cute fox icon.
uBlock Origin
As far as I know, uBlock Origin is one of the best ad blockers there is.
Tumblr media
I was on a sketchy website with my brother, and he was using Opera GX's ad blocker. Much of the time when he clicked on anything, it would take us to a random sponsored page. I suggested that he try uBlock Origin, and with uBlock Origin, that didn't happen anymore.
Linux
Linux is a kernel, but the term is often used to refer to operating systems (much like Windows or MacOS) built on it. There are many different Linux-based operating systems (or "distros") to choose from, but apps made for Linux usually work on most popular distros. You can also use many normally Windows-only apps on Linux through compatibility layers like WINE.
Tumblr media Tumblr media Tumblr media Tumblr media
I don't have all four of these, so the images are from Wikipedia. I tried to show a variety of Linux distros made for different kinds of users.
If you want to replace your operating system, I recommend being very careful because you can end up breaking things. Many computer manufacturers don't care about supporting Linux, meaning that things may not work (Nvidia graphic cards notoriously have issues on Linux, for example).
Personally, I tried installing Pop!_OS on a laptop, and the sound output mysteriously doesn't work. I may try switching to Arch Linux, since it is extremely customizable and I might be able to experiment until I find a configuration where the audio works.
Many Linux distros offer "Live USB" functionality, which works as both a demo and an installer. You should thoroughly test your distro on a Live USB session before you actually install it to be absolutely sure that everything works. Even if it seems fine, you should probably look into dual-booting with your existing operating system, just in case you need it for some reason.
Happy computering!
35 notes · View notes
clericofkelemvor · 7 months
Text
i am actually genuinely so mad about how larian is going about things, on a professional level. i work as a software dev - when i put something out that is meant to be public ready, i make as sure are possible that there are no bugs. if there are any, i fix that asap, before adding anything on top of it bc 1) it disturbs user experience and 2) adding smth on top of a bugged foundation means at best u reproduce the bug, at worst U MAKE IT WORSE and then u have to untangle that
youd think this logic would go double for smth as complex as a video game but apparently its more important to [checks notes] make lae'zel nicer????
like im aware theyre... allegedly, considering what i hear of the state of the game post patch 6.0... fixing bugs. but by modifying/adding other things at the same time theyre actually creating or worsening more bugs than theyre fixing. and its. fucking stupid. and it makes me mad because its such basic logic that they're completely ignoring
28 notes · View notes
mariacallous · 3 months
Text
Some Fortune 500 companies have begun testing software that can spot a deepfake of a real person in a live video call, following a spate of scams involving fraudulent job seekers who take a signing bonus and run.
The detection technology comes courtesy of GetReal Labs, a new company founded by Hany Farid, a UC-Berkeley professor and renowned authority on deepfakes and image and video manipulation.
GetReal Labs has developed a suite of tools for spotting images, audio, and video that are generated or manipulated either with artificial intelligence or manual methods. The company’s software can analyze the face in a video call and spot clues that may indicate it has been artificially generated and swapped onto the body of a real person.
“These aren’t hypothetical attacks, we’ve been hearing about it more and more,” Farid says. “In some cases, it seems they're trying to get intellectual property, infiltrating the company. In other cases, it seems purely financial, they just take the signing bonus.”
The FBI issued a warning in 2022 about deepfake job hunters who assume a real person’s identity during video calls. UK-based design and engineering firm Arup lost $25 million to a deepfake scammer posing as the company’s CFO. Romance scammers have also adopted the technology, swindling unsuspecting victims out of their savings.
Impersonating a real person on a live video feed is just one example of the kind of reality-melting trickery now possible thanks to AI. Large language models can convincingly mimic a real person in online chat, while short videos can be generated by tools like OpenAI’s Sora. Impressive AI advances in recent years have made deepfakery more convincing and more accessible. Free software makes it easy to hone deepfakery skills, and easily accessible AI tools can turn text prompts into realistic-looking photographs and videos.
But impersonating a person in a live video is a relatively new frontier. Creating this type of a deepfake typically involves using a mix of machine learning and face-tracking algorithms to seamlessly stitch a fake face onto a real one, allowing an interloper to control what an illicit likeness appears to say and do on screen.
Farid gave WIRED a demo of GetReal Labs’ technology. When shown a photograph of a corporate boardroom, the software analyzes the metadata associated with the image for signs that it has been modified. Several major AI companies including OpenAI, Google, and Meta now add digital signatures to AI-generated images, providing a solid way to confirm their inauthenticity. However, not all tools provide such stamps, and open source image generators can be configured not to. Metadata can also be easily manipulated.
GetReal Labs also uses several AI models, trained to distinguish between real and fake images and video, to flag likely forgeries. Other tools, a mix of AI and traditional forensics, help a user scrutinize an image for visual and physical discrepancies, for example highlighting shadows that point in different directions despite having the same light source, or that do not appear to match the object that cast them.
Lines drawn on different objects shown in perspective will also reveal if they converge on a common vanishing point, as would be the case in a real image.
Other startups that promise to flag deepfakes rely heavily on AI, but Farid says manual forensic analysis will also be crucial to flagging media manipulation. “Anybody who tells you that the solution to this problem is to just train an AI model is either a fool or a liar,” he says.
The need for a reality check extends beyond Fortune 500 firms. Deepfakes and manipulated media are already a major problem in the world of politics, an area Farid hopes his company’s technology could do real good. The WIRED Elections Project is tracking deepfakes used to boost or trash political candidates in elections in India, Indonesia, South Africa, and elsewhere. In the United States, a fake Joe Biden robocall was deployed last January in an effort to dissuade people from turning out to vote in the New Hampshire Presidential primary. Election-related “cheapfake” videos, edited in misleading ways, have gone viral of late, while a Russian disinformation unit has promoted an AI-manipulated clip disparaging Joe Biden.
Vincent Conitzer, a computer scientist at Carnegie Mellon University in Pittsburgh and coauthor of the book Moral AI, expects AI fakery to become more pervasive and more pernicious. That means, he says, there will be growing demand for tools designed to counter them.
“It is an arms race,” Conitzer says. “Even if you have something that right now is very effective at catching deepfakes, there's no guarantee that it will be effective at catching the next generation. A successful detector might even be used to train the next generation of deepfakes to evade that detector.”
GetReal Labs agrees it will be a constant battle to keep up with deepfakery. Ted Schlein, a cofounder of GetReal Labs and a veteran of the computer security industry, says it may not be long before everyone is confronted with some form of deepfake deception, as cybercrooks become more conversant with the technology and dream up ingenious new scams. He adds that manipulated media is a top topic of concern for many chief security officers. “Disinformation is the new malware,” Schlein says.
With significant potential to poison political discourse, Farid notes that media manipulation can be considered a more challenging problem. “I can reset my computer or buy a new one,” he says. “But the poisoning of the human mind is an existential threat to our democracy.”
13 notes · View notes
bluravenite · 1 year
Note
Hey I know I'm a total stranger but I follow you and I think your art is really cool! I wanted to ask what brush is best on Procreate? New to digital art and I'm trying to make art of my own characters. Taking a lot of inspo from you!!
Tumblr media
I am of the firm belief that most basic brushes are real good!! I came from clip studio so i was mainly used to charcoal/pastel feeling pencils, as well as REALLY smooth/textured inking brushes and LOTS of opacity, which i think has changed but you can still see the influence??
I am also an avid hater of procreate brush settings which is why I sorta chose to modify most of my basic brushes!!
Mainly i usually pick two brushes per drawing... Sometimes I'm not feeling the same sketch brush so i tend to switch between script, Sean sketcher, hb pencil, and peppermint!
For inking i tend to do script or gesinski ink but i recently inked zephyr with the marker brush!! It was so fun!! I also sometimes ink/clean up with my sketch brushes, it can be faster.
I started using peppermint and spectra because of @purlty though i have kept spectra as a texture brush rather than for coloring :D i like it a lot
My brushes really aren't special but i have the odd habit of changing EVERY setting until i find one i enjoy so I'm going to link my brush set below!!
Make sure if you want all the brushes in Raven's set, you only download that file, and additionally you will need to download HB pencil block, and Script Sketch, to have all of my brushes, but otherwise you can pick and choose which you want!
Tumblr media
There's also some resources on how to modify brushes/import them and some REAL good tips and tricks i have found to make the program more usable, however!! It's a learning curve and it will only get easier with time, I've been using procreate as my main program for a year now and I still sometimes have to go back to clip studio or traditional art to be able to get a grasp haha!!!
↓ ↓ ↓ !!
youtube
youtube
youtube
youtube
youtube
These videos are A LOT OF INFORMATION but will likely help you get a good grasp of BASIC procreate functions! My suggestion is, don't take everything to heart, because you actually won't use a lot of the things they show, just stick with what you understood and are interested in using!! You don't have to master it right away :D
Most importantly i am very happy to be able to help you with this, even if you are just a stranger, so am I! And when i started with art programs and digital art I had to spend YEARS trying to figure out how to be like the artists i looked up to without being able to buy so many of the cool brushes and expensive software, so anything i can do to help, even if it's just sharing my already modified basic brushes so that you don't have to fidget with all the settings!! I'm more than happy to do!! And i really hope this helps you and anyone else who might need em!
79 notes · View notes
hezekiahwakely · 8 months
Text
As anticipated, here are my extensive red string notes from the pilot:
Tumblr media
Tumblr media Tumblr media Tumblr media
God knows how relevant any of this will turn out to be, but I'm nothing if not a collector of trivial information
Very long text beneath the cut:
Page 1
The Magnus Protocol Pilot 10/25/23
Characters (in order of appearance)
Alice Dyer -O.I.A.R. employee -Dated Sam in uni -Jokester -Training Sam -Gets along with Colin
Teddy Vaughn -Retiring from the O.I.A.R. after 4 (?) years -Going into insurance field
Colin Becher -O.I.A.R. IT Manager -Vegetarian 🥬 -On the hook of "his nibs" (boss, male) -Sensitive about FR3-d1 app development, communicates w/politicians, trying for 2 years -Only gets along w/Alice -Knows computers are listening -Jokes about being killed
Lena Kelley -O.I.A.R. Team/Department Manager -Authoritative, follows protocol -Doesn't think Gwen is qualified for management
Gwendolyn Bouchard -O.I.A.R. employee -Backlog of casework -Dislikes Lena, wants her job -Dedicated to detail -Accused of nepotism by Alice -Thinks current job is beneath her -"Not like most people." *static*
Samama Khalid (Sam) -New O.I.A.R. employee -Dated Alice in uni -Wanting to 'get back on his feet' -Familiar with TMI -Didn't know what the Incidents were before hire!!
Page 2
Pilot notes con. 10/25/23
Listening Tech - Turns on by itself 💡
Dated computers (O.I.A.R.)
"Manager's speakerphone" (Lena's)
CCTV (O.I.A.R. breakroom?)
Cell phone (Alice's)
*O.I.A.R. formed in 70s? Accor. to Alice*
*Response Department no longer exists*
Still in onboarding paperwork, "Response 121"
Sam ticked this box
Tech Specs
O.S. = Windows NT 4.0 (modified) -Extended support for this O.S. was ended Dec. 31, 2004 IRL -Runs on workstations connected by LAN -Similar GUI to 95; comes w/Internet Explorer
FR3-d1 -Custom research software circa mid-90s -Flags Incidents and creates a database -Can search private/protected sources (email) -Alice claims no one has understood its workings for 15 years -Written in German source code
*1 Year = Average Employee Stay*
Page 3
Pilot notes con. 10/25/23
Classification System
Used in FR3-d1's database
Structure: CATXRXXXXX-XXXXXXXX-XXXXXXXX
CATXRX -> From reference table (CAT = Category?) First four digits -> Main subject of Incident DPHW (?) Next eight digits -> Date of Incident Last eight digits -> Current date
Example: CAT2RC1157-12052022-13012024* -First one we hear they file. "1157" is the "DPHW" for "dolls, watching."
*Jan. 13, 2024 is the date of Sam's onboarding/training (after Teddy's going-away party)
*as listed in transcript; in-show, it's quoted as 22102023, or Oct. 22, 2023
Page 4
Pilot notes (con.) 10/25/23
FR3-d1's Voice to Text/Text to Speech
Voices (named by Alice, which Gwen dislikes):
Neil = Alex
Chester = Jonny
(those two most common)
Augustus = ?
Neil's Incident
Occurs in "Cyberspace" via the transcript
"I'm so sorry. I should have listened. I just couldn't face the thought of the rest of my life never hearing him again, I had to try." First lines 😢
Email from Harriet Winstead to Darla Winstead, May 12, 2022
Recitations *can* be paused by pressing "space"!
Chester's Incident
Also occurs in "Cyberspace"
Topic: Magnus Institute Ruins.
On forum, user RedCanary, begins April 10, 2022. Explored 4/19-20/22.
Third floor gone. No old papers.
Suspicious, occult (?) graffiti, stains (!)
Took box with strange symbols (same as ones on walls/floors)
4/30/22 Posted image of gore/eyes, possibly of themself. Banned + did not return.
Page 5
Pilot notes con. 10/25/23
Early release video Case #: CAT1RA1353-03102023-22102024(listed as 202"3" on Patreon)
Video was posted 10/22/23.
Listed as "Incident" on Patreon.
According to transcript, the O.I.A.R. offices are located in Royal Mint Court.
Johson (sic) Smirke Building
Main building.
5 storeys, Grade 2 listed.
Designed by James Johnson, but constructed between 1807-1812 by Robert Smirke after Johnson died. To be used for mint.
Entrance lodge also built by Smirke, in front of building.
Page 6
Pilot - Public Release -TMAGP#001
Changes:
Sam's first incident number - today's date
CAT2RC1157-12052022-13012024 -> CAT2RC1157-12052022-09012024
Voice (first incident)
Neil -> *Norris*
Minor word/date changes in incidents.
Minor line read differences.
Descriptions of Incidents in new transcript:
Norris': CAT1RBC5257-12052022-09012024 Reanimation (Partial) -/- Regret [Email]
Chester's: CAT23RAB2155-10042022-09012024 Transformation (Eyes) -/- Trespass [chat log]
20 notes · View notes
zvaigzdelasas · 1 year
Text
17 Jul 23
China Law Translate - Interim Measures for the Management of Generative Artificial Intelligence Services
Quotes from direct English translation of law below
These measures apply to the use of generative AI technologies to provide services to the public in the [mainland] PRC for the generation of text, images, audio, video, or other content (hereinafter generative AI services). Where the state has other provisions on the use of generative AI services to engage in activities such as news and publication, film and television production, and artistic creation, those provisions are to be followed. These Measures do not apply where industry associations, enterprises, education and research institutions, public cultural bodies, and related professional bodies, etc., research, develop, and use generative AI technology, but have not provided generative AI services to the (mainland) public.[...]
During processes such as algorithm design, the selection of training data, model generation and optimization, and the provision of services, effective measures are to be employed to prevent the creation of discrimination such as by race, ethnicity, faith, nationality, region, sex, age, profession, or health;[...]
Respect intellectual property rights and commercial ethics, and protect commercial secrets, advantages in algorithms, data, platforms, and so forth must not be used for monopolies or to carry out unfair competition;[...]
Promote the establishment of generative AI infrastructure and public training data resource platforms. Promote collaboration and sharing of algorithm resources, increasing efficiency in the use of computing resources. Promote the orderly opening of public data by type and grade, expanding high-quality public training data resources. Encourage the adoption of safe and reliable chips, software, tools, computational power, and data resources.[...]
Where intellectual property rights are involved, the intellectual property rights that are lawfully enjoyed by others must not be infringed;[...]
Where personal information is involved, the consent of the personal information subject shall be obtained or it shall comply with other situations provided by laws and administrative regulations;[...]
When manual tagging is conducted in the course of researching and developing generative AI technology, the providers shall formulate clear, specific, and feasible tagging rules that meet the requirements of these Measures;[...]
Providers shall bear responsibility as the producers of online information content in accordance with law and are to fulfill the online information security obligations. Where personal information is involved, they are to bear responsibility as personal information handlers and fulfill obligations to protect personal information. Providers shall sign service agreements with users who register for their generative AI services (hereinafter “users”), clarifying the rights and obligations of both parties.[...]
Providers shall clarify and disclose the user groups, occasions, and uses of their services, guide users’ scientific understanding and lawful use of generative AI technology, and employ effective measures to prevent minor users from overreliance or addiction to generative AI services.[...]
Providers shall lawfully and promptly accept and address requests from individuals such as to access, reproduce, modify, supplement, or delete their personal information.[...]
Providers shall label generated content such as images and video in accordance with the Provisions on the Administration of Deep Synthesis Internet Information Services.[...]
Those providing generative AI services with public opinion properties or the capacity for social mobilization shall carry out security assessments in accordance with relevant state provisions[...]
These measures take effect on August 15, 2023.
47 notes · View notes
greenplumbboblover · 11 months
Note
Looking at your Downloads page, I see you have a section entitled "Terms of Uses", in which you have numerous restrictions on how players may use your CC. I was wondering where you think you get the right to restrict usage of your material, since EA owns all rights to anything made for Sims games. Additionally, and in particular, the Sims 3 EULA specifically says that there can be no restrictions on how players use each others CC (section 2B4). Why do you think these laws don't apply to you?
Hey there,
First things first: I get why people ask others about this. I really do. But I think we sometimes forget that, TOUs, from a *legal* perspective, are incorrectly set up. (with other words, even with my TOU, I could technically never send a DMCA claim as the setup is incorrect).
We shouldn't forget that creator TOUs are there from a more morally correct perspective. My personal feelings on people just grabbing my items, especially meshes I meshed without asking, and then claiming as their own is just a dick move. Whether the EULA allows it or not. In the end, we're a community. Not a company.
Conversions on the other hand, that i've done (which my TOU does say) you can do all you'd like with it, as I don't own those meshes/textures at all. All rights reserved there.
Now, diving into the contract:
Section 2B4 says the following:
B. Contributing Content through The Sims 3 Launcher (Emphasis on LAUNCHER here)
(...) 4. In exchange for the right to use content contributed by other users through the Software, when you contribute content through the Software, you expressly grant to other users of the Software the non‐exclusive, perpetual, transferable, worldwide, irrevocable right to access and use, copy, modify, display, perform, and create and distribute derivative works from, your contributed content in connection with the Software, and to distribute and otherwise communicate your contributed content as a component of works that they create using the Software, for example, The Sims lots or The Sims videos, without further notice, attribution or compensation to you. You hereby waive any moral rights of paternity, publication, reputation, or attribution under applicable law with respect to EA’s and other players’ use and enjoyment of such content contributions in connection with the Software.
(SOURCE: https://media.contentapi.ea.com/content/dam/eacom/en-us/eula/eula-the-sims-3-row-pc-11-2015.pdf)
The way I, personally, understand it, and I read Copyrighting & Rights documents A LOT for my work and often confirm my findings with a third party, is:
It has to be content that's from and to the Launcher. Specifically with the exchange website in mind. We're talking Lots, Sims, Sims3pack store items. Videos recorded from TS3 > The sims 3 Launcher. Screenshots even. This is what this section specifically refers to.
The content needs to have come in a Sims3Pack specifically. Package files cannot be installed through the launcher, and therefore rules this part of the contract out as a potential illegal move. In fact, reading the full contract, it's a very gray area in said contract.
The "Software" (The sims 3) can't make meshes for you. It can't make textures, it can't make a script mod for you, but what it can make is the following within the game itself to share: Lots, Sims, Worlds (well, the TS3 Worlds EULA would come into play here, which is practically the same as TS3's), CASPart presets (So NOT CASparts), Patterns (again, TS3 Pattern tool EULA, assuming you didn't use a third party tool for this instead). Sharing "Objects" (in the sense of simply Presets), Pets and "Tattoos" (in the sense that, within CAS, you save your "Layered" tattoos and then share it on the exchange). With other words, the things you download OR share from/to the exhange, but not limited to third party websites, where the content also has to be installed through the Launcher. Those are the people you want to talk to, when they're complaining that people are modifying their Sims3packaged Sim/Lot. I'm the wrong target for this EULA honestly and sending this ask to.
In fact, just to do other people some favours, let's go through the whole Section B in a summarised, humanly readable way (Remember this is for the LAUNCHER)
EA/Origin account grants you the ability to download/upload from and to the launcher and it's websites (The Exchange for example)
Don't upload copyrighted stuff to the Exchange. EA has the rights to remove them then.
EA can use your lots/sims/presets of CASparts/objects in their promotion materials. As well as your images and videos even. You automatically grant permission to this once you share it to an EA website. (The Exchange)
See above.
The part that I do find interesting, and I know TS2's EULA had the same thing, is the following (I bolded the interesting part):
2. Intellectual Property Rights and Ownership. A. Reservation of Rights. You have purchased a limited license to the Software and your rights are limited to the license grant above and subject to this License. You may not otherwise copy, display, distribute, perform, publish, modify, or use the Software or any component of it. You are prohibited from making a copy of the Software available on a network where it could be used or downloaded by multiple users. Except as expressly licensed to you herein, EA and its licensors, as applicable, owns and reserves all right, title and interest in the Software, and all related data, characters, themes, objects, storyline, images, photographs, graphics, animations, video, music, text, and the associated copyrights, trademarks, moral rights and other intellectual property rights therein. This License is limited to the intellectual property rights of EA and its licensors in the Software and does not include any rights to other patents or intellectual property. Except to the extent permitted under applicable law, you may not decompile, disassemble, reverse engineer or created derivative works of the Software by any means whatsoever. You may not remove, alter, or obscure any product identification, copyright, or other intellectual property notices in the Software. All rights not expressly granted herein are reserved to EA
Now, you may think the term "Created Derivative works" must mean specifically modified meshes, but I'm guessing this was actually put in for in case someone is modifying Speed tree trees.
Besides, the meaning is:
Derivative work refers to a copyrighted work that comes from another copyrighted work. Copyrights allow their owners to decide how their works can be used, including creating new derivative works off of the original product.
Regarding the part of software modification: Third-party tools (such as S3PE) would seriously edge the line here, contract speaking. They don't have disassembled/reverse engineered code of the "Software" but they do create a copy of the content(s) in memory. (Think: meshes, textures, reading of package files)
The contract, however, is in this section extremely vague for a court to figure out whether they also mean textures/meshes taken from the game and modified as an override.
So if I have some feedback for their lawyers who wrote this, here you go :p. Though, let's be honest, the contract is only set up with EA's services in mind. I actually think those are the huge shortcomings in this contract.
Sorry this got so long. But I've had these talks SO often, that it's getting a bit tiring.
Please PLEASE PLEASE send the contract first to a third party that has a degree in law (which I have done, to someone who does international laws & Software laws), before sending asks like these. I know you mean it out of goodwill, I really do, but it's simply incorrect the way you're interpreting it.
26 notes · View notes
Text
A starter guide on Ubuntu-Linux, from a non-techie to other non-techies
Preamble (a.k.a. the story/rant before the recipe, feel free to skip or not as you wish)
Several years ago, I got a laptop for college purposes; it ran on Windows 10 with decent reliability for a few years, but then it started getting slower and slower, the bloatware (programs and apps that companies pre-install in your devices that you cannot remove) was just tremendously bothersome, my computer would start updating all of a sudden and be at it for hours, etc, etc.
And so my dad suggested I switched to Ubuntu (he had been using it for a few years himself at that point), and... I'm not going to lie to you. I was scared. Was it going to be too different? Wouldn't it require far more computer knowledge than what I already had? Wouldn't the learning curve be too steep? Wouldn't I be unable to do a lot of the stuff I used to do?
Years later my answer is: I don't miss Windows. The learning curve wasn't nearly as steep as I thought it would be. I got acclimated to the system within a couple weeks. There are parts of Ubuntu itself that aren't that up to date (mainly stuff about medium-advanced audio management, streaming through Discord, and semi-pro to pro levels of photo processing), but I have managed to work around most of it with little difficulty (the image processor I use for making gifsets is proprietary sofware --the code of it is not open for transformation by third parties-- but I can work with it mostly fine through a tool called Wine). If what you do with your computer is mainly internet surfing, document writing, listening to music and playing videos (and similar basic stuff) you are unlikely to have any problems working with Ubuntu. But the best, best, best part of it for me? No bloatware. No 8256754 attempts at getting my personal information or tracking me. My computer is fast, as fast as it was when I first got it (the couple times it broke in the last two years had nothing to do with software: it was first the hard drive, and then the fan). No computer deciding to update and leave me waiting whenever it wants. And honestly, that makes every little inconvenience I have faced in Ubuntu worth it, very much worth it.
Linux has a problem
And it is that a loud section of its userbase is made up by techies who have a very unrealistic notion about how much the average person knows about computers.
A few months ago there was a post making the rounds, where OP explained that you can put ubuntu in a pen drive and carry it with you (yes, it is possible and relatively easy to do) and there was a bunch of people in the notes explaining how much better it is to pick Linux Mint, or use a raspberri pi, as if people who don't know you can carry Ubuntu in a pen drive could understand what they are talking about.
My goal with this post is to explain some of the very basics in an accessible language. I will probably use inacurate and generalized language in it for the sake of explaining simply, and will focus on Ubuntu because it is what I know. If you are a Linux fan who loves Linux Mint or whichever other, go ahead and make your own post.
Definitions, yada, yada
So, what is Linux? in plain terms, it is an operating system (Windows and Mac are operating systems) with several variations called distributions. Think of it as Linux being like a family, and the distributions being the members of the family. Some """famous""" members of the Linux family are Ubuntu, Debian, and Red Hat. One of the main distinctive characteristics of Linux distributions at the basic level is that they are free software: it can be used, modified, and redistributed under certain conditions, by everyone.
Where do you get Ubuntu, and how to install it?
You go to www.ubuntu.com/download/desktop. There you will see two items: the first one is a "LTS" (long term support) and the other isn't. What is the difference?
Ubuntu releases a new version every six months, one in april and one in october. So, for example, the version released in april this year is Ubuntu 22.04, also named Jammy Jellyfish, and the one released in october, Ubuntu 22.10 is called Kinetic Kudu. Every two years, in april, a LTS version is released. Jammy Jellyfish is a LTS release. That means it has a 10 years stay, and is a stable, well tested and tweaked release.
What I'm saying here is, get the LTS release.
When you click download, you will see an ISO file of about 4gb. Save it to your hard drive, and get yourself a 4gb or bigger pen drive that is empty and you don't mean to use for anything else.
To install Ubuntu in that pen drive, follow the instructions here. They are short and simple, and the whole process shouldn't take more than half an hour (probably around 15-20 minutes).
Now that you are in possession of Ubuntu-on-a-stick, you can go ahead and reboot your pc, with the stick still connected. Usually the computer itself will recognize the system and open it, or ask you between the two options of system. This is not installing Ubuntu yet, but you need to be careful.
Next it will show you a menu with two options: to install Ubuntu, or to try it out. DO NOT CLICK ON INSTALL UBUNTU IF YOU STILL HAVE UNBACKED STUFF OR ARE UNSURE YOU WANT UBUNTU YET. It will format your hard drive and all of that will be lost. The try option, on the other hand, works from the stick and does not format your hard drive.
Try Ubuntu will allow you to see how the basic system would look upon installation, and it will also be what you'd use if you were carrying Ubuntu on a stick to use in other computers. You cannot really modify much there, but if you choose to install the system, it is very, very, very customizable. You can tweak it and add and change the position of menus, clock, desktop icons (At first I thought you couldn't have those because they don't appear there by default! But you can! You just need to add them yourself).
To install Ubuntu on your computer, follow the instructions here. The process, again, is described short and simple, it doesn't take long, and the thing itself guides you step by step.
It is possible to make a disk partition, and have Windows in one part of the hard drive, and Ubuntu on the other. I myself have never done this and don't know how it is done. But if you want to try that, there are many tutorials on the internet about how to do it, I just don't have a specific one to recommend.
A couple more things
Once your new system is up and running, and you are customizing it, there are a couple basic things to know that are helpful:
Between the programs that come with the system, there's one called terminal. Terminal allows you to write direct commands to your computer. For example, instead of opening a program from its icon, you can type the name of the program (for example, "VLC") in terminal, and it will open it.
Similarly, you have two ways to install programs: one, like windows, by downloading the package and opening it with double click, the other by writing in the terminal "sudo apt-get install [name of package]". Some packages will already be in the cloud in what is called repositories, and just by typing "sudo apt-get install [name of program]" terminal will download and install it for you.
Like Windows, Ubuntu will give you messages about updates being available; unlike windows, you can install those whenever you want, and they run on the background (you can use your pc while it updates).
Alternatively you can just update your computer whenever you want by opening terminal and writing "sudo apt update" and then "sudo apt upgrade". I myself do that every day.
There are a few programs like get-iplayer (to get stuff from BBC Sounds) and youtube-dl (to get stuff from YT) that work in terminal only.
Terminal is very cool and if you are like me it will make you feel like a hacker in a 90s spy movie.
www.askubuntu.com is a forum that has answers for everything you might face as a problem or challenge while using Ubuntu. It is great.
If you do give Ubuntu a try and have any relatively basic questions I can answer about it, feel free to shoot an ask or message me, and I will help if I can!
163 notes · View notes