Technical

Does it still count as a tool?

March 26, 2023
Technical

I previously wrote AI Art Panic about how this image generation stuff isn’t going to displace artists much if at all, but, uh, it didn’t age well. I said that it was more likely to simply augment how artists work. I wrote about how it had limitations, like not being able to generate somebody’s personal character. Small problem with that assessment: Character is owned by me, art is by Siplick Character is owned by me, art created with DreamBooth trained model. ...

Exodus

December 29, 2022
Technical

The year is 2022. In the world of social media, Twitter has long been the platform of choice for politicians, celebrities, and everyday users alike. But as the years have passed, the once-mighty site has struggled to keep up with the rapidly changing landscape of the internet. As the lines between the virtual and the physical world blur, Twitter becomes a battleground for hackers, activists, and corporate interests. Despite the best efforts of its engineers and executives, the site is plagued by outages and security breaches, causing frustration and anger among its remaining user base. ...

AI Art Panic

November 25, 2022
Technical, Art

If you’ve been on the internet at all lately, you’ve seen AI generated art and discussion of the impact of the tools. You’ve also probably seen a lot of hate for AI generated art. There’s a lot of drama going on, as art focused communities across the internet decide how to handle this. Does AI generated/assisted art need tagged as such? Should it be allowed at all? There’s the whole Deviant Art situation (ArsTechnica). ...

My Video Synthesis Journey

September 1, 2022
Technical, Art

I’m not being paid to say any of this, I haven’t spoken to any of the companies listed here except for Noisedeck, which while is made by two really awesome people, also gets a pretty nasty review here because it doesn’t work for this use case. Sleepy Circuits, which I’ve only talked to. I don’t even own their hardware. Furthermore, I have paid my own money for Visual Synthesizer, Cathodemer, and KodeLife. ...

A Culture Problem in Arch Linux

December 29, 2021
Technical

I removed this post due to it being a downer. If you view the page source, you can un-comment it, but I have decided the hate from strangers doesn’t matter. Comic by Chats With The Void (@skullbird) on Twitter

A Meta-er-verse

December 27, 2021
Technical

Plots of land & Euclidean space # One of the bigger points of the metaverse is the idea of owning a slice of digital property. This is a weird mix of the scarcity and value from real life property and the domain name (like myfancyname.com) market. It also makes no god damn sense in this context, and is really just artificially putting limitations into a system for the sake of making yet another crypto currency. ...

Low Bandwidth Images

August 7, 2021
Technical, Art

So, you’ve got a website that you want to make use less bandwidth. Maybe you’re paying by the byte for content delivery, maybe you’re worried about the environment, either way, let’s assume you want to make your images as small as possible. The obvious place to start is just shrinking your images. Here, this is a 4032x2268 .jpg shrunk down to a 1008x567 .jpg - 25% of the original quality. ...

Ternary Logic

May 7, 2021
Technical, School

This paper was written for CSCE-430, Computer Architecture at University Of Nebraska - Lincoln in Spring of 2021. This in-page view isn’t all that great, so feel free to download the pdf directly. If you would like to read the refrenced papers, I recommend using Sci-Hub with a VPN on, as the academic publishers putting up paywalls as barriers to science can go fuck themselves. Previous Next     Page: /

10 Products I Wish Existed

March 23, 2021
Technical

Most of these things probably exist. For many, it’s just that they don’t exist at a practical price point. Without further ado, In no particular order A not garbage, not phone based, IR camera that doesn’t cost a bajillion dollars Yes. I know the FLIR and SEEK Thermal cameras are a thing, but both have their share of software problems or hardware incompatibilities. Most of all, I don’t want to have to hope that their app keeps working with my phone at risk of a $250 paper weight. ...

Time lapse

February 4, 2021
Technical

Super brief post about one of the more fun projects I setup recently: a lil’ time lapse script #!/bin/bash CAM=$(v4l2-ctl --list-devices | grep C920 -A 1 | grep /dev | awk '{$1=$1};1') #Uncomment the next line to verify it's using the correct device #echo $CAM ffmpeg -f video4linux2 -s 1920x1080 -i $CAM -ss 0:0:2 -frames 1 "/mnt/data/lapse/tl$(date +"%Y-%m-%d_%H-%M-%S").jpg" I have multiple cameras on my system, but only wanted output from the better one, the C920. ...


If you would like to support my development of OpGuides, please consider supporting me on GitHub Sponsors or dropping me some spare change on Venmo @vegadeftwing - every little bit helps ❤️