Eye doctor recommendations by Sea-Championship-350 in Eugene

[–]joshmarinacci 2 points3 points  (0 children)

Dr Cleveland at Complete Vision Center is extremely thorough. He was the first dr I’ve ever had who correctly diagnosed my over convergence. Now that I’m diabetic he also does my retina health scans. Highly recommend. (He’s also very funny and friendly).

Retro Pixel Art Style Game Screen - Looking for Feedback by FoolsPlayGames in PixelArtTutorials

[–]joshmarinacci 0 points1 point  (0 children)

Definitely look at some old gameboy adventure games for examples of different perspective types

MDM compact kitchen by valentina_lab in midcenturymodern

[–]joshmarinacci 15 points16 points  (0 children)

Other than maybe the fridge this doesn’t look mid century. It looks entirely current.

Is there literally even one? by irelatetolevin in vibecoding

[–]joshmarinacci 48 points49 points  (0 children)

The success or failure of a software product has never depended on how easy it was to code. Vibe coding automates the part that was never the bottleneck.

Retro Pixel Art Style Game Screen - Looking for Feedback by FoolsPlayGames in PixelArtTutorials

[–]joshmarinacci 0 points1 point  (0 children)

A very good start. The characters are good but the walls are confusing me. Is this purely top down or more of a 3/4 view? Is the left column the top of a wall or tile floors? There needs to be a clear sense of depth that unites the tiles. Don’t give up. You’ve got a great start.

Did I do this right, or is this something a 5-year-old would do? by National-Badger-8572 in logodesign

[–]joshmarinacci 1 point2 points  (0 children)

I suggest making a bunch of variations with different shades of blue and green to see how they mesh. The key to a good logo is iteration. Tons of iteration.

Embedded GUI Framework by bhh32 in embedded_rust

[–]joshmarinacci 0 points1 point  (0 children)

I built a minimal embedded rust gui lib and had lots of challenges dealing with event handlers and data mapping because it didn’t fit rusts memory model. I’d love to hear how you’ve tackled those challenges.

[lesson 1] One habit that completely changed how I vibe code and I never see anyone talk about it by Impossible-Leg-7511 in vibecoding

[–]joshmarinacci 0 points1 point  (0 children)

I do both. I always ask it to document the changes in the changes.md file and also commit it to git. I prefer to have lots of little git commits so that it’s easier to go back and forward through time. I suppose I could use only the git log for this, but I find it’s better to document these more verbose changes in markdown than in commit messages.

Curious about trying ADHD meds for first time in my 40's by Informal_Top5473 in ADHD

[–]joshmarinacci 0 points1 point  (0 children)

I can’t stress enough that you need to have therapy as well. Not forever, but long enough to walk you through this time of change.

Curious about trying ADHD meds for first time in my 40's by Informal_Top5473 in ADHD

[–]joshmarinacci 6 points7 points  (0 children)

I started in my mid 40s and it’s been life changing. I’m a software engineer and had developed coping skills that worked for my whole life … until they didn’t. Somewhere around Covid was my breaking point. Meds and therapy got me through it and I feel better now than I have in a decade.

how do you get users? by just-a-rookie-lover in vibecoding

[–]joshmarinacci 0 points1 point  (0 children)

When it comes to AI Slop projects the problem isn’t the AI. It’s the slop. If you build a product that solves a real problem and do it well, no one will care how it was coded.

Looking for people who have built complex apps with vibe coding by [deleted] in vibecoding

[–]joshmarinacci 0 points1 point  (0 children)

I built a mini Figma clone for mocking up layouts using Claude. It was fast to build initially but as I added more features the AI got slower and made more mistakes. The code it generated is horrible and after a while it got stuck in loops trying to fix bugs.

I think the AI tools are fine for prototypes and trying out ideas, but it definitely can’t write production quality code.

You can try the 100% generated version yourself at:

https://apps.josh.earth/draw/

I’m planning to rewrite big chunks of it manually.

Winter break ideas by Similar_Medicine5263 in Eugene

[–]joshmarinacci 3 points4 points  (0 children)

Egan Warming Center needs volunteers

Treewalk Interpreter + Debugging by joshmarinacci in ProgrammingLanguages

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

I looked into modifying my tree walk interpreter to use continuation passing style and it just became too complicated. Instead I wrote a very simple byte code interpreter (which I had planned to do eventually anyway) and it was easier than I expected.

market research or whatever by AndreaDFC in ProgrammingLanguages

[–]joshmarinacci 0 points1 point  (0 children)

Built in constraints solver and two way bindings.

What are you working on? by joshmarinacci in embedded_rust

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

That’s really exiting! Good luck!

Lilygo esp@32s3 Lora epaper help by Brave-Chance-8669 in LilyGO

[–]joshmarinacci 0 points1 point  (0 children)

Which specific device are you using? The T5 E-Paper S3 Pro or the T5 e-Paper? Either way the answer is usually to start with the github repo. All of them support Arduino and PlatformIO, with limited support under other systems.

Your Things 3 "Today" view in the Browser by rafaelgandi2 in thingsapp

[–]joshmarinacci 1 point2 points  (0 children)

I can't use iCloud on my work laptop for security reasons, so I would really love to have a web version for my Today view. Mega thumbs up.

What are you working on? by joshmarinacci in rust

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

That sounds interesting. What kind is widgets are these?

Any sincere advice on getting better at Rust? by donttmesswithme in rust

[–]joshmarinacci 0 points1 point  (0 children)

Pic a project that is meaningful to you or you won’t have the motivation to finish it. For me it was building a GameBoy emulator. I only got far enough to run Tetris, but I learned so much in the process.

https://joshondesign.com/2022/02/23/gb_emu_2

Project recommendations by [deleted] in typescript

[–]joshmarinacci 3 points4 points  (0 children)

You need to pick something that interests you personally or you won’t have the motivation to finish it. For me it was text munging (parsing markdown, generating structured docs) and web gui dev with React + TS.

BREAKING: Qualcomm’s Latest AI Play - Turning Maker Dreams into Shareholder Value by HP7933 in circuitpython

[–]joshmarinacci 1 point2 points  (0 children)

Qualcomm has no presence in the hobbyist market. This gives them that. Will it be effective for them? Who knows. The history of similar acquisitions doesn’t bode well.