Spyke

Replies

Comment on

I want to face my fear of driving. Looking for kindness and advice, thank you. (Long)

Just trying is a good first step. You don't need to finish it. Just try and see how it goes.

Maybe try to spend time in your car just sitting. Then getting comfortable with your seat position. Then put things around your car to get some imagination of your actual blindspots. Then maybe driving and practicing in empty parking lots.

Then when you're actually comfortable maybe get a good instructor who can spend time with you and get you comfortable on the road.

If it's not your thing. Then it's not your thing. That's cool too.

Also, if you can talk to a therapist. They can give you some good exercises to calm you down and put things into perspective.

Comment on

Brands to avoid

That's pretty neat! While I see the concern of not using AI for everything. These projects are good for practice and provide motivation. This in turn gives a sense of achievement and maybe lead to bigger things. That to me makes this worth it. Great job.

Comment on

*Permanently Deleted*

Reply in thread

Honestly, it's pretty easy to dunk on edge. But it's based on the same chromium browser. They have excellent customer support. I have in the past submitted bug reports and they have followed up. Until now, they had pretty good privacy and options in their settings. With this v2 / v3 situation, I will have to reassess all that.

freecad

Comment on

Still pretty new to FreeCAD (and CAD in general), any advice on my design before I 3d print it?

I have a few ideas -

  1. Replace the posts with wooden dowels. That might make it stronger and still cheaper.
  2. This one is harder to describe. Assume that you have a post of diameter 5mm and length 100mm, and your base is 20mm high. At the post's base make it dia 10mm and height 10mm. Now make a similar negative feature in your base ⌀5x10, ⌀10x10. To assemble, insert the post from the bottom of the base. This way you'll get a lot more support.
  3. You can make the idea above more 3d printable by using generous chamfers.
  4. Your current profile is hexagonal, you can still make the collar. Make one of the edges coincident instead of the axis. You'll still be able to print flat. Or if you want a concentric hexagon then cut off the excess collar at the plane of the shorter hexagon.
  5. You can employ a similar technique for the top but you'll have to get more creative there.

(Edit - I'm sorry, I can't figure out formatting on my app)

webdev

Comment on

I am looking for a basic web dev framework that is lightweight and focused around modularity. [Spoiler: I have no idea what I'm talking about!]

When I was trying to find frameworks that I liked. I learned VanillaJS. Then wrote the same app using VanillaJS, Web Components, React and Svelte. I am not a professional developer either I just like to write code. I was very familiar with python. That helped me iterate through my app and also find a framework fit.

Svelte came most naturally to me. So now I either use Svelte or VanillaJS.

For me, Svelte is clean, modular and is not as confusing as React. I love the concept of Svelte stores. I use it all the time.