Phones, PDAs, Pagers, any device that's digital and fits in your hand.
https://mntre.com/index.html
>Hi everyone, over the last few months I’ve been working on my PDA project, based on an STM32 and a Sharp memory display. I hope you like it!
>>8139031link to github?
>>8139050Don't see any, but there's a website with a waiting list and the promise of a free SDK to come.https://orionpda.org/
Post pictures of the most beautiful natural landscapes
>>8097034less compressed version: https://files.catbox.moe/2qypev.jpg
Welcome to /wg/'s videogames general thread, /vgg/ for short.Post any wallpapers here for whatever you're currently playing, a game you like. Or whatever you want to share as long as it's video game related. Old, new, PC, console, mobile, or desktop. Everything goes. Please avoid posting AI slop.Other related threads:>>8135055>>8077334>>8134333>>8128969>>8131589>>8131974>>8100288>>8111857>>8087494Comment too long. Click here to view the full text.
are there any donkey kong country wallpapers?
>>8138957sure, they're relatively common
>>8138967do you have any for DKC1 specifically?preferably in 1920x1080?
>>8139021i do have a few actually anon. they’re cool as well. difficult to believe what they achieved with the technology they had at the time, in terms of graphics, gameplay AND music. a true masterpiece through and through.
>>8139036May I see them?
Welcome to the official IMT! We are here to help.All wallpaper, and most image, modification requests are welcome, but within reason, as this is not >>>/b/, >>>/r/ or >>>/w/imt.> Requestor• ALWAYS REVERSE IMAGE SEARCH before you ask us for help. See the /wg/ sticky.• EXPLAIN YOUR REQUEST IN DETAIL. Details help us get you the image that you want.• STATE SPECIFIC DESIRED IMAGE SIZE, (ex., 1920 x 1080). "Bigger," "higher," "fit my phone," and the like, are NOT sizes.• KNOW YOUR SCREEN RESOLUTION before you ask for help. Google/Bing/DDG Phone model + "resolution".• UPLOAD AND LINK to an image hosting site, such as https://catbox.moe/, if your image is too small to post. DO NOT add white space OR stretch/shrink your picture. Imgur is known to compress images, compromising quality.> All• DO NOT post images unless they need to be modified or are the answer to a request.• BE POLITE. Try to use proper spelling and grammar.• CORRECT word choice (ex.: transparency/cut-out/render) is not as important as DETAILS in a request.Comment too long. Click here to view the full text.
>>8138724
Any help removing Zuko but keeping the aspect ratio? Is there a software that can help me do this?
Can someone render this design and straighten it out especially the 'die' part? i tried doing this and it turned out trash. was hoping someone who knows what they are doing do this
>>8139016
can someone possibly make this 1440 x 3120?
Apocalyptic Thread
>>8124455final fantasy or rick and morty?
>>8084978Well this is actually decent, he improvedRetard should have tried getting back into art after the war, he could have been another Otto Dix
anyone has any wallpaper of apu and aspie, preferably on wallpaper engine.
>>>/wsr/dumb faggot frogposter
share what you've got. I have a script to make ascii art.I'm making wall papers tonight testing it.
>>8138887
>>81388880.5 font
>>8138889Very cool. Thank you.
>>8136304Equation is $\sum_{k=1}^{\infty}\frac{\sin\left(k^{2}t\right)}{k^{2}}$ and likewise for cos to make a parametric curve.
starting a new one. last thread had some good papes, lets keep it going.
>>8138938>>8138942There are other colors even? What the fuck is the point of this faggot name then? I take back what I said earlier: this whole thing is homosexual and redditcore faggotwave for post-cuck glowniggers.
>>8138943nah, the original OP from the original thread only had green, I went and put together similar colors for my own usestay mad
Post papers that inspire ya guys to visit or live in japan
>old thread >>8065736Just post some decent quality 4:3 papes good for both CRTs and LCDs.
*sips monster* they dont make em like they used to...
>>8132328lol
Weirdly specific, but I’m looking to make a custom mtg play mat with a cozy tavern/inn vibe. Hoping for something high quality that won’t look awful when it’s printed.
>>8134175more with this perspective
>>8135132
Artwork of fictional space stations, cities, starships, planetary-scale structures, dyson spheres, etc.
>>8137409
>>8137410
Nigga can't catch a break can he edition>What are startpages?Startpages (in the context of this thread) are locally hosted webpages (as in, the files are on your computer - not a server somewhere) that serve as the homepage or new tab page for a browser. They generally contain some number of links to frequently visited sites as the main element; search bars, clocks, calendars and other embedded items are usually added as secondary elements.>What browser are you using?If you can't tell what browser it is, it's probably Firefox, you can theme Firefox using Stylus and finding themes on the Firefox tag of Userstyles.Otherwise if you won't upgrade there's always Chrome, you can ~slightly~ customize it using Chrome Theme Maker. Vivaldi has custom CSS settings too in a native way.---FAQ--->http://pastebin.com/PdPrW5aP (embed)---Discord link--->https://discord.gg/ExAGgVRComment too long. Click here to view the full text.
>>8137413>Utility classes are objectively bad and should be avoided, tailwind takes this approach. They do the opposite of separation of concerns (styling should not be embedded within the HTML, this is one of the main reasons for the existence of CSS in the first place). >You will pull down a LOT of CSS just for a few components. >Cluttered HTML due to utility classes.>You'll run into the same cascading issues you experience with vanilla CSS if you don't sort out your classes properly>Inheritance of styles and classes overriding one another will result in div soup>I have yet to find anyone who can explain to me how tailwind differs from something we already have: <div style="">I don't use CSS frameworks as I prefer more granular control over my projects (plus I like to actually pass the w3 validators etc - for fun), it unfortunately takes me longer to use a framework (material, bootstrap blah blah) as I have to learn how they want me to interact with their stuff. And they fail most validation tests. Unironically I would suggest learning CSS by playing. You'll realise its easier than relying on some 3rd party framework, each to their own though. Take what I say with a pinch of salt, I'm a purist. If I had my way we'd go back to plain HTML tables and maybe the odd gif. Like something you would find on wiby.org
>>8137413Instead of elements having nice classes and IDs you get a mess of random bullshit classes (often with randomised names), and selecting anything in css becomes annoying. It's usually coupled together with terrible frameworks that spit out hundreds of nested divs to do basic text and positioning. Prepare for your dev tools screen to be filled up, all for a simple button that says 'confirm'.I hope they get painful diseases.
>>8090057>>8137025>iframes in 2000+26Also no worries, 4chan css and any webpage styled goes into this thread.You could do what some anon did almost a decade ago: There was this theme called Zairyou (by commit-sudoku) but after looking for screenshots, almost everything has been deleted. I managed to get a screenshot from Internet Archive. Basically what you do is move the top horizontal bar with boards into the side.
>>8137416Its not that bad><button class="flex items-center rounded-md border border-slate-300 py-2 px-4 text-center text-sm transition-all shadow-sm hover:shadow-lg text-slate-600 hover:text-white hover:bg-slate-800 hover:border-slate-800 focus:text-white focus:bg-slate-800 focus:border-slate-800 active:border-slate-800 active:text-white active:bg-slate-800 disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none" type="button">Confirm</button>
worked pretty hard on this one.https://drcat.fun/anyone want to join my webring?