thanks, the whole thing were prototyped in a day or so. I was thinking about ways to make it more challenging, maybe using 5 letters word, 6... messing with how many edits you get.
I was going under surgery on the day I released this, cause it was my first time going under general anesthesia and i was freaking out. it was a rush against the time to release as is. now that I'm recovering i'll work on it some more.
After the initial prototype, I was playing to see if the game was fun, I realized that from time to time you can get a whole new word by changing one letter. I'm glad you liked it
I've been getting some job offers on LinkedIn, all of them are shady af. Apply using a platform. Apply recording a video of yourself. Apply by resolving a calibration code test (behind a code platform)...
And phone companies are enabling telecoms by manufacturing devices that don't take physical sim cards anymore. I recently migrate from pixel 8 to 10, it only supports eSim. In order to migrate my sim to an eSim I had to provide voice, image, documents and info of the phone I was installing the eSim on. One of the worse companies in Brazil, Vivo, now have everything about me. I bet they keep it in a big excel file accessible via a secret but public link
That's nice. I've always been a fan of this effect. I myself was working on something (way simpler) in the past. I was just getting a pixel splitting into three separate values (r,g,b) and plotting them side by side to emulate LED behavior. I end up creating an image that you can use on your website to give the impression of lines - https://github.com/victorqribeiro/oldTerminal (that was the best I was able to do without using canvas, for the web).
I was in the US two weeks ago, looked everywhere for 1 module 32 gb ddr4 sodimm, couldn't find it anywhere. But apparently it was pretty expensive as well (from the price tag on the empty shelf in best buy)
I never liked React, but after working with it for several years, I got use to it. Specially JSX. Pretty neat to mix html and js in the same code. That actually inspired me to write tinyJS - https://github.com/victorqribeiro/tinyjs
Later I've a managed state, cause let's agree, it's pretty convenient to have UI updated after a change in the state.
The first time I went to the US I saw a foldable electric bike, in target, I think. Being someone who likes to explore the city (burning calories) I thought to myself: I can cover a way bigger area by bike than by foot. I can carry this with me to my travels and goodbye Uber. Thankfully I called United before buying it to ask If would be able to bring it home with me. The answer was no, of course. No eletric vehicles of any kind on a plane. What a shame.
My Philips smart tv started to give hints of programmed obsolescence this week, after 4 or 5 years. Besides the fact that I cannot install any real apps other than the ones built in this model (YouTube, Netflix and Prime). How I wish I could hack it and install another os. Honestly I don't think I have the time anymore to investigate this kind of thing. I decided to leave this comment here in hopes of someone pointing me in the right direction, if there's one. For now I'm thinking about getting a TV box and ditching the smart features all together.
One of my hobbies back in college was to write fun js fiddles [1]. It was super fun to have the time and curiosity to investigate something. I've been missing it more and more each passing day. I was super curious about generative art, procedural generation... I guess it is a negative term now, with AIs being able to create such complex stuff as video, audio and God knows what else. I was once working on a memes app where users could submit images. I was knee deep in how to identify duplicate images to keep my meme database "clean", so I was investigating cosine similarities... Few months went by and AI can do that better. Thats how ai feel now: AI can do it better, so why bother?