In 1968 a man had the idea to create the first tablet in history. The problem is that he was decades ahead of his time.

If I tell you to think of the oldest tablet you remember, you may go back to the first iPad, which was released in 2010 (and, by the way, I turned seven last week). Or, if you’ve been following the world of technology since before the turn of the century, you might be familiar with the Microsoft Tablet PC from HP Compaq that was announced in 2001. In reality, there was someone who already tried to create one and it was much earlier, in 1968before the term “tablet” was even coined. At that time, Alan Kay was a young worker at the Xerox Palo Alto Research Center who had been mulling over the concept of a personal computer for some time (in contrast to the military, business and professional use that reigned among manufacturers at the time). After speaking with other colleagues who were beginning their research on how the programming language Logo could help younger children advance in math, Kay came up with an idea: “This encounter finally made me see what the real destiny of personal computing was going to be. Not a personal dynamic ‘vehicle’, as Englebart’s metaphors had it as opposed to IBM’s ‘railway tracks’, but something much deeper: a dynamic personal ‘medium’. With a vehicle, one could wait until high school to take ‘driving lessons’. But if it was a medium, it had to extend into the world of childhood.” In 1968, Kay created the Dynabook conceptwhich he would spend several years profiling. in the book “Tracing the Dynabook: a study of technocultural transformations” They define it like this: “Kay called it the Dynabook, and the name suggests what it was going to be: a dynamic book. That is, a medium like a book, but one that was interactive and controlled by the reader. It would provide cognitive scaffolding in the same way that books and print media had done in recent centuries but, as Papert’s work with children and Logo had begun to demonstrate, it would take the advantages of the new computing medium and provide the means for new kinds of exploration and expression.” “A personal computer for children of all ages” With the idea of ​​its function clear, Kay then began to shape it into cardboard prototypes (as can be seen in the image at the top of the article). In 1972, the researcher presented his paper “A personal computer for children of all ages” in which he offered more details not only about his motivation and his vision of personal computing at the time, but about the own device that I had in mind. His idea was to get a kind of tablet-shaped personal computer aimed at education. This would have a reduced thickness, a liquid crystal touch screen and a keyboard. Like a regular notebook in size, with a graphical interface (a revolution for the time) that allowed the reproduction of graphics, music and text, and with internal storage for 500 pages. The keyboard would not be the only way to enter information: it could also be done via voice. In the image that Kay drew, the word “stylus” can also be seen, although he did not comment on it in his paper. Kay’s idea is that the Dynabook that could be connect to other systems to “copy” information to it (among them, the ARPA Network) and even predicted the existence of content “vending machines”, which could not be accessed until payment had been made. “The books can be installed instead of being bought or loaned,” he said. Regarding digital “ownership”, Kay said the following: “The ability to easily make copies and own the information yourself is not likely to weaken existing markets, as has happened with xerography, which has strengthened publishing; and just as tapes have not hurt the music industry but have provided a way to organize one’s own music. Most people are not interested in being a source or a smuggler, but rather like to trade and play with what they have.” According to Kay’s calculations, the components to manufacture it could cost $294, so it was not unreasonable to be able to sell it for $500, something expensive for the time. “The average annual amount spent per child on education is only $850,” he said, and that is why he even proposed a different financing model: “perhaps the device should be given away as if it were a notebook, and only sell the content (cassettes, files, etc.). “This would be quite similar to the way TV packages or music are now distributed.” “Let’s do it!” he said to finish his paper. Unfortunately for Kay, the Dynabook never materialized. Despite Kay’s enthusiasm, the Dynabook itself was never manufactured for lack of support at Xerox and due to the technological limitations of the time. Do you remember what computers were like then? Well, imagine what it would be like to build a tablet. Two Xerox PARC engineers, Chuck Thacker and Butler Lampson, asked for permission to try to replicate a similar machine on their own, and so it came to light. Highwhich was also known as “Interim Dynabook”. It was not a tablet, far from it, but it maintained some of the ideas that Kay had raised in her publication. He Xerox Alto was one of the first personal computers of history and Steve Jobs and Apple engineers they were inspired in some of its innovations and concepts, such as the use of a graphical interface for its own computers. Starting at Minute 2:27, the Xerox Alto graphical interface in action Kay is not only remembered for the Dynabook itself, but for the educational vision he gave to the project, for his peculiar vision of the personal computing paradigm and for how he came to anticipate some of the problems (and even technologies) that would come later. Not only that: in 2001, Microsoft presented its Microsoft Tablet PC, a project that Chuck Thacker and Butler Lampson had led. Yes, the same ones who once tried to implement … Read more

How to create a Telegram bot that sends you a summary made by Gemini of each email you receive in Gmail and other emails

Let’s explain to you how to create a Telegram bot that sends you a summary of your emails emails, such as Gmail. Thus, when you receive a new email, whether from anyone or from specific senders or topics, an artificial intelligence will make a summary and send it to you. All this without knowing how to program nor have technical knowledge. This is not something you can do simply by asking artificial intelligence, and we are going to need a program that generates workflows or work flows. We will use Make.com, because it is very complete and easy to use. Besides, Make.com It has a free version that is perfect for taking the first steps, although with some limitations. In Make we will have to link any artificial intelligence, although we have opted for Gemini because it is easy to obtain a free API for it. And then, We have chosen Telegram because creating bots is easyand it only takes a few minutes. In the end, what you will need is an API from an AI, a Token key from a Telegram bot, and creating the workflow chain on Make.com. In the examples we have used Gmail because it is also easy to link to it. Get your Gemini API first The first thing we are going to do is get a google api to be able to use Gemini in our project. For that, go to the website aistudio.google.com and sign in with your Google account. When you do, in the bar on the left at the bottom click on Get API Key. Now you have to click on the option Create API key that appears at the top of the screen you have created. This will open a window where you have to create the project for which you are going to use it in order to identify it, for example Gmail Gemini. When you create the project, you can now create the API. When you have created the API, you will see that it appears in the list of API keys. You just have to click on the left, below where it says Clueand a window with the API will open, starting with “AIza–“. Set up the Telegram bot The first thing you have to do is create a bot on Telegram. For that you have to look for the “@BotFather” tool and write to it as if it were a new user. Use the /newbot command to create a new bot, giving it a name to identify yourself and a unique username to access the bot whenever you want. When you do it, it will give you two things, first the username and address of your bot to access it, and second an access token with various figures and letters. You have to save this token to use later. Start creating your project Now you have to go to Make.com and click on the option Create new scenario to create a new project. In the options choose the option Build from scratch to create an automation from scratch. From what we are going to do, you must understand that we will create an automation of several modules, each one of them different. These automations will form a chainso that the action of the first leads to the second, and that of the second to the third. Come on, the order in which we put them is important. Add your email module as a trigger You will go to a blank screen with a button with the plus symbol. Here, click on the + button and from the drop-down menu choose Gmail. Inside now click on the option Watch emails to configure the action of reading your emails. This will cause your automation to be activated every time you receive an email in Gmail. It is a trigger, which is the element that will start this automation. Now click on the button Create a connectionwhich will open a screen where you have to name the connection at the top, and at the bottom log in with your Gmail account to link it. You will have to log in and give the website permissions to access your email. Once the action has been added, you can filter the type of emails that this automation executes. Can choose emails from a specific folder or labelas well as other criteria, so that these are launched and read by the AI. You can also set some limits. This screen gives you the possibility to fully customize the experience depending on What type of emails do you want the AI ​​to summarize for you?. It is an important step, especially because you will be able to make it only perform this action with certain types of emails. For example, they can be from senders related to your work or a specific project. If you open the advanced settings either Advanced settingsyou can specify even more. For example, you can configure so that only runs with emails from a certain senderwith a certain subject, and many other characteristics. Now you can configure from what moment do you want the data to be processed. For example, you can choose From now on so that they are processed from the emails you start receiving from now on. You can also link other emails. For this, instead of the Gmail module you can use the Email module, which will allow you to connect with Google, with Microsoft for Outlook, or with others through IMAP. Outlook also has its own module. Now add the Gemini module Now it’s time to add the second module. To do this, click on the + button to the right of Gmail, and on the screen that opens choose the option Gemini. In the options that appear in the module that opens, choose where to put Generate a response. This will now open a key module, where you simply have to write the Gemini API Key that we have generated at … Read more

one that leads you to create your own AI chip

ByteDance is developing its own artificial intelligence chip and is already negotiating with Samsung Electronics to manufacture it. It is at least what they point out two sources close to the project, which would make the Chinese company an even fiercer competitor in the segment that wants to revolutionize our world. TikTok doesn’t matter anymore (that much). TikTok has turned ByteDance into an empire within the social media segment, but the Chinese company has not stopped there. In fact, it has completely immersed itself in the world of generative AI and already has truly exceptional models like Doubao (GPT-5 or Gemini competitor) or Seedream. The only thing it was missing is its own AI chip, but pay attention, because that may have a solution in the short term. what has happened. Sources close to the company’s plans have indicated that ByteDance is working on the design and development of its own new AI chip, which they have named Seedchip, in line with its Seedream generative image and video AI models. Said chip could be manufactured by Samsung Electronics, with which the Chinese company is holding talks. A spokesperson for ByteDance assures that these plans for its own chip are imprecise, but it does not detail why. They go at full speed. The project appears to be moving forward at high speed and ByteDance aims to receive the first samples of that chip by the end of March. The company intends to manufacture at least 100,000 units of the chip, which would also be especially focused on the inference of its AI models and not on training. One of the sources consulted indicates that ByteDance hopes to later increase production to 350,000 units, but the time frame for that objective is not specified. Inference is increasingly important. Focusing on inference chips makes a lot of economic sense. Training models like Doubao requires the brute force of NVIDIA chips and that part is well covered. However, making its AI work for millions of simultaneous users is one area where ByteDance can save billions by having its own chip optimized for its code. Why partner with Samsung. Taking into account that China tries to avoid dependencies on foreign companies, this alliance with Samsung is striking. However, there may be a compelling reason for making that decision: negotiations with Samsung apparently include access to the supply of memory chips that are currently practically out of stock. And above all, to some very special chips: the HBM. A delicate alliance. The clear alternative to this association with Samsung would be to manufacture, for example with SMIC or even opt for Huawei, which is becoming the “Chinese NVIDIA” and it already has truly remarkable AI chips. Choosing Samsung seems to send a compromising message: that Chinese-made technology continues to lag behind that of manufacturers like Samsung. ByteDance already tried it. In June 2024, data already appeared suggesting that ByteDance had allied with Broadcom to develop an advanced AI chip. At that time, the partner chosen to manufacture these chips was TSMC, but it seems that this project has ended up fading. Everyone wants to have their own chip. ByteDance’s ambition follows the general market trend: almost all major technology companies have decided to create their own advanced AI chips. Google has your TPUsMicrosoft their Maiaand Amazon their Trainium to reduce your dependence on NVIDIA. And of course ByteDance’s main Chinese rivals, Alibaba (with his Zhenwu) and Baidu —which has its Kunlunxin division working on it—they have their own designs. But they continue to bet on NVIDIA. This effort aims to transform its short video businesses and cloud infrastructure services, but even if confirmed and successful, it will take time to make it a true reference. ByteDance plans to invest $22 billion in the AI ​​space, with the majority of that budget going toward purchasing NVIDA chips including the H200. Image | Xataka with FreePik

Emirates just melted down 60 million to create Noah’s Ark. And he has given them to those who want to resurrect the mammoth

We’ve been really into playing God for a few years now. On the one hand, we have Bryan Johnson, a millionaire who lives to rejuvenate -and to sell you oil-. On the other hand, there is Colossal, a company that is doing more serious and interesting things. How far? Until the of chase resurrect the mammoth. At the moment there are more promises than realities, but they have managed to get the United Arab Emirates to give them a check for 60 million dollars. Aim? Create the modern Noah’s Ark. Colossal. This company dedicated to biotechnology has become popular for its objective not only in bring the mammoth back to lifebut also to the dodoto the moa either to the Tasmanian tiger. It does so from well-preserved DNA samples, to the interest of personalities such as Peter Jackson -director of ‘The Lord of the Rings’ and great collector of moa bones– and, evidently, thanks to tremendously generous sums of money. Colossal Biosciences has reached a assessment of more than 10,000 million dollars and, in the latest round, it has been 600 accumulated. Peter Jackson himself collaborated with 25 million for the company to place the moa in its goal list. BioVault. Although there are those who think that What Colossal does is sell the motorcyclethey have achieved some results, like resurrecting the giant wolf. The theory is simple: they take the DNA of the extinct animal, combine it with samples from living relatives and the difficult part comes when they have to filter out the variants to polish the genes and get the animal they want. When they have it ready, they use the belly of a living animal to gestate the extinct creature. UAE does not want them to resurrect anything. At least, that objective has not been made public, but due to Colossal’s activity, they have obtained thousands of DNA samples. And that is what we want to preserve in BioVault. The goal is a capsule in which the DNA of more than 10,000 species is stored, with a special focus at the beginning on the 100 most endangered species today. Which is it? They are in ‘coming soon‘. Museum of the Future. For this, the United Arab Emirates will spend 60 million dollars, and once completed in 2027, this modern Noah’s Ark will be stored in the World Preservation Laboratory, which will be a part of the Museum of the Future from Dubai. Inaugurated in 2022, it is a tremendous building, on par with the pharaonic works built in the Middle East at that time. particular architectural war in which the United Arab Emirates and Saudi Arabia are involved. If it is spectacular on the outside, it is even more so on the inside, and precisely its name is due to the fact that it is a museum that does not show antiquity, but rather presents a journey to the future. To 2071, specifically. The museum is outrageous Backup. In the end, this is one of the largest and most important biotech deals. Ben Lamm, co-founder of Colossal, affirms that we are losing species at an alarming rate and the world “urgently needs a network of global BioVaults, a backup plan for life on Earth.” He threw a dart at the financing of other biobanks, ensuring that they are fragmented, underfinanced and do not have a collaborative spirit that allows them to use data in the event of a crisis. In fact, it is estimated that half of the species on Earth will face extinction by 2050, and BioVault will be there to remedy it. The big question is whether it will be worth bringing animals back just because we can when their ecosystems are destroyed. Images | Colossal, روتانا In Xataka | Face transplants always seemed like something out of science fiction. A hospital in Barcelona has made it a reality

Vodafone negotiates with Telefónica and Orange to create a common front: a RANco

Eamonn O’Hare, CEO of Zegona (the owner of Vodafone Spain), has confirmed to Expansion which is in talks with Orange and Telefónica to create a RANco, a mobile network joint venture in the style of the fibercos which launched in 2025. Why is it important. Spain has three large operators managing three national mobile networks with identical fixed costs, but Orange and Telefónica have double Vodafone’s customers. This asymmetry makes Vodafone’s mobile network, comparatively, inefficient. A RANco would allow sharing infrastructure, reducing expenses and improving quality without eroding profitability. The context. Vodafone has multiplied its share price by 12 in 20 months after reducing costs and close two fibercos that generated 2.2 billion in value. The share went from 345 pence (things from the London stock market) when they bought Vodafone Spain to more than 1,565 pence now, and has returned 1,400 million in dividends to its shareholders. It now trades at 9 times its cash flow when its competitors do so at 13 times. The RANco is the missing piece to close that gap. How a RANco works. A RANco is a wholesale mobile network company shared between operators that provides services to its owners. It is similar to fibercos: the network is unified, synergies are captured and a minority stake is sold to an international investor. Vodafone pays 150 million annually to Vantage Towers for towers at double the market price. With the RANco, those costs are divided. Two possible scenarios: With Orange: easier to execute and attract investors, but fewer synergies because they already share a network in some areas. With Telefónica: more synergies by not having anything shared, but more complex to incorporate a financial partner. The calendar. O’Hare puts the closure of RANco within a year and a half. And in November 2028, the window opens to abandon the contract with Vantage Towers. Vodafone has already made a decision: either Vantage reduces its rates by 50% or terminates the agreement. Yes, but. Mergers between operators are not on the table. O’Hare rules out short-term purchases or sales because the regulatory risk is “too great” and would distract the group from its three priorities: Align your stock valuation with the competition. Reach 1,000 million in cash flow. And develop the RANco. The figures. Vodafone Spain generated 400 million in cash flow when Zegona bought it. Last year it reached 600 million. This year it will be close to 800 million. The goal is to reach 1,000 million in the coming years. At stake. The RANco is not just a financial movement. Turning off the cable network will take three or four years migrating customers to fiber. Small operators will disappear, devoured by Digi and Finetwork. And Vodafone keeps open a possible IPO in Spain within three or four years, when it would complete its transformation. The shadow of Telefónica. As published Populi Voice A few days ago, Telefónica began talks to buy Vodafone Spain and close the operation in the first half of 2026. But a RANco with Orange or with Telefónica itself, in addition to O’Hare’s own interview, would change the equation: Vodafone would enter that negotiation with shared infrastructure and long-term contracts that would make the purchase more expensive or directly unviable. Zegona negotiates the RANco also as a policy. Featured image | Orange, Movistar, Vodafone In Xataka | Any teleoperator would be worried about making less money with each client. Digi is exactly what you are looking for

How to create an image of yourself and a Pixar character with your face using artificial intelligence, with Gemini or ChatGPT

We are going to explain how to create an image in which you appear holding a 3D character of yours miniature using artificial intelligencelooking like Pixar characters. We are going to use a prompt created for use with Geminialthough it will also work in ChatGPT without problems. It is a fairly simple composition, in which you only need to add a photo of yourself and write the prompt, which is quite long and complex. But the result is quite curious, although you may need several tries to get it completely to your liking. An image of you with a 3D cartoon What you have to do is open a new chat with Gemini, which is the AI ​​with which you will have the best results. Once you have it, upload a photo of yourself in which your face looks goodand then add the following text as a request or prompt: “Use the uploaded photo as the ONLY facial and identity reference. The main subject must look exactly like the person in the uploaded image, preserving identical facial structure, proportions, skin tone, hairstyle, eye shape, nose, lips, jawline and overall identity. Do not embellish, alter or replace facial features. Create a cinematic, ultra-detailed scene of your subject smiling naturally. The subject delicately holds a tiny, cartoon-style miniature version of the same person by the hair between his fingers, like a playful puppet suspended in the air. The miniature character is a Pixar/Disney-style 3D version of the same person, with cute, exaggerated proportions, big, expressive eyes, mouth open with joy, arms raised, and a lively, playful stance. The miniature must clearly resemble the same person and be wearing a matching outfit. The main subject looks at the little character with surprise, delight and affection, creating a whimsical and touching interaction. Lighting is warm professional studio lighting with soft rim light, shallow depth of field, and soft golden bokeh background. The real person’s skin texture is photorealistic, while the miniature character has clean Pixar-style materials, smooth shading, and polished 3D surfaces. Cinematic color grading, high contrast, sharp focus, premium portrait composition, 50mm lens look, f/1.8 aperture, ultra-realism mixed with stylized animation, 4:5 aspect ratio, 8K quality, cinematic finish. Anime, 2D illustration, comic style, flat shading, low poly, plastic skin, wax face, face swap, different identity, facial morphing, beauty filters, excessive smoothing, blur, low resolution, grain, noise, distortion, deformed face, incorrect facial proportions, extra fingers, missing fingers, duplicate hands, floating objects, bad anatomy, inconsistent lighting, harsh shadows, neon colors, cold blue tones, washed out colors, excessive saturation, watermark, text, logo, severed head, face out of frame.” Yes, it is a very long text, but each of the sentences that make it up help with the effect. When you send it, you will receive a composition that shows an image of you holding a Pixar character with your face in your fingers. You will also be able to do it with ChatGPTwhich occasionally releases good results. However, the faces are sometimes somewhat deformed, and for now Gemini seems to do better almost always. In Xataka Basics | How to create a character in ChatGPT and Gemini to use it in all the images you make with artificial intelligence

A YouTuber has gutted all the consoles to create the definitive machine: the Ningtendo PXBOX 5

Although the PC is the almost perfect cross-platform machineuntil not so long ago, if you wanted to enjoy all the video games you had to have a PS5a Switch 2 and one Xbox Series. The problem, apart from many others, is space: they take up an awful lot and They are not the most “aesthetic” machines.. A Chinese YouTuber has the solution: the Ningtendo PXBOX 5. It is the perfect fusion between the three, and the secret of how it works is in a 2013 Mac. As Jack the Ripper said. Let’s go in parts. We have seen many projects that change the functionality of a console or even turn a PC into a coffee makerbut what the YouTuber has proposed is much more ambitious. To address the space problem, it has united the three consoles into a single tower that, on top of that, is no more bulky than a small PC case. And the first thing is to gut the machines. Image | 小宁子 XNZ At this point, the YouTuber realized the most important thing: without the case, the key parts of the three machines are the fan, the power supply, the aluminum and copper heatsink… and the board, obviously. All components are soldered on the board, so you don’t have to worry about GPU, CPU or RAM memory. Switch 2 is on the sidelines for the moment. For PS5 and Xbox Series X, the essential thing is each one’s board and the rest can be shared. A single supply for both, a single heatsink and a single fan. But… how? The key? Apple. Well, precisely, one of Apple’s most famous computers has the answer. The Mac Pro ‘Trash’ is the 2013 model that has gone down in history for being a complete disaster. I still find its design beautiful, but Apple went overboard with a triple PCB and dual GPU configuration. Precisely, it is the idea he has in his head, so it comes in handy. Inspiration in the Apple heatsink Because? Because Apple designed a double PCB system on a central aluminum heatsink. This way, you can inject fresh air through the heatsink, expelling heat through the top and keeping the plates cool. The question now is how to make an aluminum heatsink that cannot be bought on the market and that would not be viable to print directly on metal (due to costs). Ancient 3D printing technique. Inspired by a wax casting technique from hundreds of years ago, the YouTuber created a heatsink model on a 3D printer. To do this, he used a material called PLA that vaporizes when it reaches a certain temperature. With the PLA “sink” in hand, he wrapped it in plaster and burned it in a 700-degree oven. The PLA mold. Image | 小宁子 XNZ Thus, the plaster remains while the PLA dissolves, allowing an internal structure to remain that can be filled with aluminum. It sounds simple, but he had to remove the air from the plaster with a vacuum machine, melt the aluminum and have an oven that carries out a complex process of dehydration, pyrolysis and combustion for 12 hours to achieve the result. The first attempt at a heatsink turned out okay. Image | 小宁子 XNZ The heatsink already polished. Image | 小宁子 XNZ Then, he “simply” added the aluminum and… the first try didn’t work. Unlike Chinese artisans centuries ago who if they lost a piece they had to re-carve the wax mold, here they simply 3D printed another one and repeated the process. After filing the aluminum, the heatsink was ready. Switch 2 not so much. Place the PS5 Pro and Xbox Series Wi-Fi and Bluetooth of each one (for Internet and connection with accessories) and you connect the only power supply that gives life to both consoles in the base. Switch 2 is a little more complicated. It doesn’t need as much food, so opt for a USB-Cbut also for printing a module that does not sacrifice the mobility of the console. The dock of the new Switch 2 dock. Image | 小宁子 XNZ Here the challenge is to provide connection HDMI for a TV (so the dock hardware is also included inside the console), but also allows you to easily grab the console in case you want to play away from the TV. To do this, he devised a module similar to the dock, but to be placed vertically. The button that ejects the Switch 2. Image | 小宁子 XNZ After trying several conventional springs, the YouTuber printed some in 3D to ensure that, by pressing a button, the console slides as if it were toast so that it appears from the side. It sounds dangerous, but seeing the result, the truth is that the movement is quite smooth. Arduino to the rescue. With all the machines connected to the power, the most important thing remained: program a brain to control the HDMI output and the power. To do this, he used a plate Arduino Conveniently programmed so that, by pressing a button on the top, the signal switches between platforms in less than five seconds. The aluminum heatsink and the copper ones that go directly to the APU of the two consoles with the thermal paste. Image | 小宁子 XNZ Mounting the plates on the heatsink. Image | 小宁子 XNZ It’s not the only thing it does: it also has a front LED connected that changes color (red, blue and green) depending on the console it is running (Switch 2, PS5 or Xbox Series X). Connecting the Arduino board and the Image LED strip. | 小宁子 XNZ THE console. And that’s it, let’s play. The speed at which it changes between the HDMIs is impressive and the creator herself is surprised by the heat it expels through the upper area. Obviously, there are two ‘large’ consoles dissipating the heat and having an aluminum heatsink that, no matter how apparent it may be, has somewhat thick tabs for what is usually … Read more

How to easily create a nice Christmas greeting with your photo using ChatGPT Images

We are going to explain to you step by step how to create a Christmas greeting with your photo wearing ChatGPT Imagesthe section to create images from photographs of ChatGPT. This tool will allow you to do the editing with artificial intelligence without having to write a prompt certain. Right now, this section has a default style that allows you to create a pretty Christmas photo in just two or three clicks. So, to this we are going to add an additional request and voila, you will have the complete congratulations. You’ll see that it’s simple. Your Christmas greeting with ChatGPT The first thing you have to do is enter the ChatGPT website or application on your device. Once you are inside, open the side menu Click on the section Images that will appear just below the search options. This will take you to the main screen of the section Images. In it, look in the section Test a style on an imageand here inside click on the option Festive portrait what you are going to find. This will open a window where you have to choose the photo you want to use as a basis for congratulations. It has to be a portrait-type photo in which one or more people appear. For this, you can use one of the recent ones that you have used in this section, or manually choose another one that you want to use. Just by doing this, ChatGPT will turn your photo into a festive portrait Full of Christmas decorations and motifs. If you don’t like the result the first time, you can try again, and even copy and paste the prompt using another photo, or repeating the entire process. Once you have the image created to your liking, it’s time to give it the final brushstroke. In the same chat where it was generated and shown to you, you have to write that you want me to add a text using a Christmas font. For example, you can put something like “Happy Holidays.” For that, I have used this prompt: I want to turn this photo into a Christmas card. For that, I want you to put the text “Happy Holidays!” at the bottom. using a Christmas font. And only with this you will have your greeting created. Now all you have left is decide if you want to make additional adjustmentssuch as changing the size of the word, its position, or even making the image horizontal. You can even upload someone else’s photo and ask ChatGPT to add it to the composition by doing the same treatment to the photo so that it looks the same. In Xataka Basics | How to create a character in ChatGPT and Gemini to use it in all the images you make with artificial intelligence

How to create a Christmas sugar cookie image with your pet’s photo in a couple of clicks with ChatGPT

We are going to explain to you step by step how to create a Christmas sugar cookie image with your pet’s photo wearing ChatGPT Imagesthe section to create images from photographs of ChatGPT. This tool will allow you to do the editing with artificial intelligence without having to write a prompt certain. Therefore, the best thing about all this is that these images are very easy to makeand you only need a couple of clicks to get them. Furthermore, since when the photo is generated you will also be shown the prompt generated by ChatGPT itself, you can copy and paste it into another AI or make any modifications you want. Make sugar cookies from your pets The first thing you have to do is enter the ChatGPT website or application on your device. Here in the side menu Click on the section Images that will appear just below the search options. Once you enter the section Imagesnow you have to look in the row where it says Test a style on an image. Here, search and click on the option sugar cookie that appears with the drawing of a dog biscuit. This will open a window where you have to choose the photo of your pet that you want to use as a reference. For this, you can use one of the recent ones that you have used in this section, or manually choose another one that you want to use. And that’s it. Just by doing this, ChatGPT will create the sugar cookie image with the photo of the pet that you have uploaded. If you are not satisfied, you can try again or copy and paste the prompt with another photo. You can also edit and modify the prompt so that the result is different. In Xataka Basics | How to create a character in ChatGPT and Gemini to use it in all the images you make with artificial intelligence

what it is and how to use it to create artificial intelligence images from your photos

Let’s explain to you what it is and how you can use it ChatGPT Imagesthe new section of the artificial intelligence Designed to help you create and edit photos and images. This is a forceful response to Free Nano Banana of Geminiso amazing that it already represents a new evolutionary leap in images created by AI. Since the launch of Nano Banana on Gemini, Google had managed to compete head to head with ChatGPT in creating images from photographs. Gemini was able to use your face and be recognized, something that OpenAI’s AI could not do… until now. We’re going to start by explaining what this new feature is and what features it has to differentiate it from the rest, because there are some very interesting and innovative things. Then, at the end we will summarize how you can use it to create images with different styles from your photos. What is ChatGPT Images ChatGPT Images a new section dedicated to image creation within ChatGPT. This artificial intelligence chat has updated and improved its image creator from photos so much that it has decided to give it an exclusive section. Just as ChatGPT’s normal chat allows you to create images from scratch or from your photographs, This section is exclusive for creating images from photos. Come on, the idea is that when you want to do this, instead of getting complicated by asking ChatGPT, you can enter the section and speed up the process. This is so because In the Images section you will have several ideas for designs and tools to edit your photos. Thus, it will be as easy as clicking on one of your designs, choosing the photo and that’s it, ChatGPT will do the rest. With this, eliminates the need to know how to write a good promptand the process is simpler and more visual for inexperienced people. When you choose the design and upload the photo, it will automatically be sent to ChatGPT with a pre-generated prompt that you can see. Showing you the prompt changes everything This is important, because being able to see the prompt that ChatGPT uses in its presetyou will also be able to copy and paste it to modify it, or even use it in Gemini or some other competing tool. Thus, ChatGPT Images is also not only a good testing ground, but by offering you several prompts it gives you the basis to later generate a much more personalized image from them. You will also know how the image editing prompt works in a more transparent way, and you will be able to use things from both prompts to create a completely unique one. Until now, when you were faced with creating an image from a photo you had to do it from scratch, composing the prompt on your own or searching the Internet to find them. That’s why showing it to you changes everything, because it makes anyone without knowledge can create images very elegant with AI. To all this we must add an interface that also simplifies everything, and in which ideas are shown to you with an image of the resultso that if you see something you like, you just have to click and choose the photo. How to use ChatGPT Images The first thing you have to do is enter the ChatGPT website or application on your device. Here in the side menu Click on the section Images that will appear just below the search options. This will take you to the main screen of the section Images. In it, at the top you have a search field to write a prompt manually, and below you have pre-generated styles of images and ideas of styles or other things you can do. When you choose one of the designs or ideas, you will go to a screen where you simply have to choose the photo you want to use. You can choose any of the last ones that you have used, or click on Choose a new photo to manually upload another photo. And that’s it. When you do so, a chat with ChatGPT will open that includes the photo and the prompt created to generate the type of image you have chosen. In a few minutes you will have the result. You will be able to copy this prompt to reuse it with other images in the chat itself and even modify it to your liking. In Xataka Basics | How to create a character in ChatGPT and Gemini to use it in all the images you make with artificial intelligence

Log In

Forgot password?

Forgot password?

Enter your account data and we will send you a link to reset your password.

Your password reset link appears to be invalid or expired.

Log in

Privacy Policy

Add to Collection

No Collections

Here you'll find all collections you've created before.