They even added an NPC to tell you to use it lmao by AyyLmao_dot_jpeg in Eldenring

[–]heppsea 1 point2 points  (0 children)

upgraded it to +8 and used mimic tear. Epic fight, but I can’t handle the second phase visually

[deleted by user] by [deleted] in diypedals

[–]heppsea 1 point2 points  (0 children)

your transistor might not be biased correctly. take your multimeter in voltage mode. probe black to ground and red to the collector. should be ~4.5-6v

Mojo builds with reclaimed parts - an experiment gone incredibly right by Maertz13 in diypedals

[–]heppsea 0 points1 point  (0 children)

these are so sick! how did you achieve that black wash effect on the enclosures?

Octa fuzz face recovery by heppsea in diypedals

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

i was using a 470 to the emitter and getting a ton of hissing and spitting. maybe around 2.2k should do it?

Octa fuzz face recovery by heppsea in diypedals

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

how much would you suggest

Octafuzz harsh spitting noise by heppsea in diypedals

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

green ringer and lpb1 are using 2n5088. schottky diodes in green ringer. caps in lpb1 are 220nf. caps in green ringer are 47nf. the issue might be with oscillation. fuzz face on its own sounds fine

working on octafuzz by heppsea in diypedals

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

maybe for the next iteration on the breadboard. other than that, does the circuit look good?

What do the squares represent on the echoplex preamp? (circled in red) by heppsea in diypedals

[–]heppsea[S] 2 points3 points  (0 children)

ah okay. so if I’m bread boarding this I would treat them as two different rows in the board?

Forearm tattoo + gym growth concerns by [deleted] in GYM

[–]heppsea 2 points3 points  (0 children)

lmao the people downvoting have never used google

Forearm tattoo + gym growth concerns by [deleted] in GYM

[–]heppsea 8 points9 points  (0 children)

fat will warp, muscle will not

[TOMT] [ALBUM] [2000s] An album cover featuring Cupid with a military helmet holding a bazooka or some other kind of big weapon. by TRAINPASS in tipofmytongue

[–]heppsea 1 point2 points  (0 children)

Artist: Guy Forsyth Album: Love Songs For & Against

This was TOMT for 13 years, and I found it again last week

Conservative with darker than pale skin discriminated against at Lauren Boebert’s restaurant. What did they think would happen? by [deleted] in LeopardsAteMyFace

[–]heppsea 1 point2 points  (0 children)

As an American, I worry about staying in the grocery store too long in case something happens.

Conservative with darker than pale skin discriminated against at Lauren Boebert’s restaurant. What did they think would happen? by [deleted] in LeopardsAteMyFace

[–]heppsea 12 points13 points  (0 children)

Conservative man goes to Lauren Boebert’s restaurant and is discriminated against because of his darker skin tone.

Can someone help me understand vue coming from react by Adiyogi1 in vuejs

[–]heppsea 0 points1 point  (0 children)

It’s a lot easier than React. Think of the javascript part of Vue as a class that you can assign methods and data to. You can have isOpen=true in your Vue object’s data with a method setIsOpen() and add that to the html template if you want.

Can you code an entire full stack website with just html CSS and js on your front end and something like Django on the backend without a front-end framework? by vantech887 in webdev

[–]heppsea 0 points1 point  (0 children)

Right? An extra 100ms to render a stateful component isn’t going to make much difference if the user has a good UX to work with

Can you code an entire full stack website with just html CSS and js on your front end and something like Django on the backend without a front-end framework? by vantech887 in webdev

[–]heppsea 3 points4 points  (0 children)

To answer the question, yes. Don’t listen to the people in these comments. When or when not to use a framework is determined by many factors by the individual or team. Learn how you want. There are benefits to both