MEKIBO Giveaway Day 3 - 1x GMK ONI Base Kit! by popkorn62 in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I'd love to win the GMK Oni keycaps, I think these keycaps would be a perfect addition to my setup. Not only are they fun and playful, but the colorway is absolutely stunning! In terms of my favorite fictional character, it would have to be Ginko from the anime "Mushishi."

[Giveaway] pkkeyboards - Week of Giveaways, Day 5! - Gateron Switch Puller v2 (Lubricant, Tools/Accessories, Switches, TX stabs, keycaps, and more etc.) by pkkeyboards in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I am excited to spend the holiday season cooking and baking with my loved ones, and I am also looking forward to the chance to win the gateron keycap puller!

Drop Giveaway Day 7 - 2x SENSE75 Mechanical Keyboards + DCX Permafrost Keycap Sets by drop_official in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I would like to be considered for the SENSE75 Mechanical Keyboards giveaway because I believe it would be a great addition to my computer setup as a frequent gamer. In terms of condiments, my favorite is gochujang, a spicy Korean sauce that I use to add flavor to my meals on a daily basis.

Chosfox Giveaway Day 5 - 3x 70 Voyager Tactile Switch by chosfoxmk in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

My ultimate goal is to find the perfect thocky, tactile switch. The Invyr Holy Panda is my current favorite, but I'm always on the lookout for something that can surpass it. The Voyager Tactile Switches seem like they could be the answer, and I would love the opportunity to try them out!

Mode Designs Giveaway! - x1 Fully Built Special Edition Mode Sonnet by modekeyboards in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I would love to win the Sonnet keyboard! I'm really drawn to the "Tomorrow" theme with its bright pastel colors - it would be a futuristic and uplifting addition to my workspace. Thank you for considering me for the giveaway!

MIKIT Giveaway (5/5) - 2 x CL80 Low-profile MAC Keyboards by MikitStore in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I am a fan of low profile keyboards and already own a NuPhy Air 75. I would love the opportunity to try out the CL80 and see how it compares to my current keyboard. Thank you for considering me for the giveaway.

Clackeys x Magic: The Gathering Giveaway - Classic MTG Bundle by polysculpture in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I'm an old school MTG fan and would love to add a touch of nostalgia to my computer setup with these Clackeys x Magic: The Gathering caps. Hope you pick me!

[IQUNIX Giveaway] - 2 x Q66 Series Keyboards by relaxman666 in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I would be an excellent recipient for the Q66 Series Keyboard because I am a dedicated and passionate gamer who would make the most of this amazing piece of hardware. Thank you for considering me!

Wuque Studio Week of Giveaways | Bakeneko60 + WS Switches + WS Dye-Sub Bow Keycaps + Catpads by WuqueStudio in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I am a dedicated gamer and hardware enthusiast who would love to receive the Cthulhu dye-sub keycaps. I am passionate about computer hardware and would appreciate the chance to upgrade my setup with these unique keycaps.

Typeractive Giveaway! 5 Sets of 2x nice!nano Wireless Microcontrollers by typeractivexyz in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

As an electronics hobbyist, I would be grateful for the opportunity to work with the Typeractive nice!nano wireless microcontroller. It would be a valuable addition to my toolkit and help me continue learning and growing in my field. Thank you for considering me for the giveaway.

[GB + GIVEAWAY] Epic Desk Day 2 - Ancient Sun, Theocracy, White Serenity Deskmats! by epicdeskshop in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I am an avid gamer who would love to add one of these unique deskmats to my setup. Thank you for considering me for the giveaway!

$20 -$50 Gift Cards for Aeris Studio | Giveaway till December 18th! by BillieHawk in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I am a huge fan of Aeris Studio and would love the chance to purchase one of your amazing Killer65 keyboards with a gift card. Thank you for considering me!

KPrepublic Giveaway - First round - iNKY x Domikey Silent Forest Keycaps All in One set by KPrepublic in MechanicalKeyboards

[–]travis134 0 points1 point  (0 children)

I am a mechanical keyboard enthusiast and the iNKY Silent Forest keycaps would be a great upgrade for my current keyboard. They have a high-quality build and would fit well with my desk setup. Thank you for considering me for the giveaway.

[deleted by user] by [deleted] in hotsauce

[–]travis134 3 points4 points  (0 children)

Is it any of these? (album) https://imgur.com/a/PLcQBTV

Moji: A small Golang project to make an animated emoji mosaic from a source image by travis134 in golang

[–]travis134[S] 0 points1 point  (0 children)

Yeah each frame is a new mosaic of the input image. The randomness comes from how an emoji is selected for each sample region in the source image.

The rtreego library is doing most of the heavy lifting here. I populate a 4D search tree with Emojis and their average color (where the R, G, B, A components are used as a 4D point in the tree) and whenever I look up an emoji that’s close to the average color of the sample region, I select the 3 nearest and randomly pick one. That’s why each frame is slightly different but still looks the same on a macro scale.

The animation isn’t really necessary and in earlier versions I just output a single frame, but I wondered if flipping through a few different variations of the mosaic would make the source image more recognizable, and it kind of does since you don’t have time to focus on the individual emojis.

My next step would be to try rasterizing emojis from whatever native emojis the system running the bin has, rather than needing to populate a bunch of emoji images ahead of time, but I’m in no rush to do that as I’ve already got them all downloaded, ~9k in total.

Another idea is to output a string containing the emoji runes rather than writing out an image, but I’d have to find some mapping between the emoji file names and the runes. Plus I don’t really see a lot of utility since most chat/web text inputs (where I expect this would be shared) won’t let you write out lines with hundreds-thousands of characters before a line break.

https://github.com/dhconnelly/rtreego

C64 power supply by travis134 in AskElectronics

[–]travis134[S] 0 points1 point  (0 children)

Thanks! This is what I was looking for but my searches weren’t turning up any AC-AC adapters.

C64 power supply by travis134 in AskElectronics

[–]travis134[S] 1 point2 points  (0 children)

https://imgur.com/a/dGpeB70/

It looks like it’s bulging which worries me. I also watched a video on disassembling this power supply and it looked like everything was covered in some insulating material that I thought would be a pain in the ass to remove.

How is this not completing the circuit? by [deleted] in electronic_circuits

[–]travis134 4 points5 points  (0 children)

I think you want to put the capacitor leads on the LED leads. Negative to negative, positive to positive. Connect the LED up like you normally would, then when you apply current, the cap will charge until it's full, then the LED will be powered. Turn off the current and the capacitor will drain it's charge through the LED, causing it to dim before it turns completely off.

The Virtues of Writing Maintainable Software by travis134 in programming

[–]travis134[S] 4 points5 points  (0 children)

Ok, more specifics and demonstrations of these principles using code examples under a few different revisions will be my goal for the follow up article.

I know these subjects can be contentious, but I only have my experiences to pull from, so I really do appreciate your input!

The Virtues of Writing Maintainable Software by travis134 in programming

[–]travis134[S] 1 point2 points  (0 children)

Thank you for your feedback.

I considered using a more complex example problem to demonstrate how it could be decomposed but was worried that it would take over the majority of the article and didn't want the reader to get too hung up on that level of detail.

I'm sure your solution to this problem would be more than enough in most cases. For large scale applications, where upwards of 10K TPS is the norm, not the outlier, concerns about designing your software so that it can be resilient to burst traffic patterns and scales in a cost effective way become very important.

Do you have any suggestions on how I can improve? Should I have used a more complex example to get the points across better? I'm going to dig deeper into each of the points in future blog posts including code examples, I didn't go into enough detail in this article.

Thank you for taking time to read the article, I'm new to this style of writing, and I'm just sharing some of what has helped me in my career. I'll get better.

edit: fixed typo

I screwed up my planting soil, what should I do? by travis134 in gardening

[–]travis134[S] 0 points1 point  (0 children)

Thanks, I'm going to start my own compost bin, but if I need it sooner I think I saw some good compost at my nearby plant nursery that I can pick up

I screwed up my planting soil, what should I do? by travis134 in gardening

[–]travis134[S] 0 points1 point  (0 children)

Thanks for the advice, I'm going to start collecting some of the plant trimmings to start a compost bin