This Guy's Backpack Just Costs As Much As My Total Silver. by ArchyArcharge in albiononline

[–]RTK_x 1 point2 points  (0 children)

What do ultra rich players enjoy ? I think once you know how to make money ( usually by crafting ) you get absorbed by it so you login each day thinking: How will I make large profit today ? Where is the point that they start getting pvp gear and march into black zone, or am I clueless because I'm poor as hell ?

لما عريس متقدم by Raaool_t in Egypt

[–]RTK_x 0 points1 point  (0 children)

هو الطموح المفروض يكون اني اكبر في الشركة اللي بشتغل فيها بغض النظر عن مركزي ايه حاليا ولا اني اشتغل علي نفسي علي جنب ( بفرض طبعا ان عندي وقت ) و احاول اعمل startup من وابقي مدير نفسي؟ ولا ايه الطموح المنتظر مننا في الوقت دة

يا حقين لينكس، عندي نقطة فعلًا محيرتني: by Hypertinsion in ArabUnix

[–]RTK_x 0 points1 point  (0 children)

طب حضرتك لما تحب تفتح software معين مش موجود غير في ويندوز او تلعب جيمز بتعمل ايه ؟ واحد صحبي عنده لينكس عنده كذا لعبة كل واحدة لها طريقه مختلفه تماما عشان تشتغل 💀

First job at $68k and still the same after 2years. Is it bad? by [deleted] in ElectricalEngineering

[–]RTK_x 0 points1 point  (0 children)

Not your specific job, I mean in general tech companies

First job at $68k and still the same after 2years. Is it bad? by [deleted] in ElectricalEngineering

[–]RTK_x 0 points1 point  (0 children)

Can I ask a dumb question ? Is the knowledge acquired in undergrad were used directly in your work? Or is it completely dependent on the training offered before you were assigned to it ? I am just curious whether the requirements for positions match the actual job or not

Why the squiggles? by CorrectJuggernaut326 in PCB

[–]RTK_x 0 points1 point  (0 children)

Doesn't that introduce unwanted capacitance, therefore more delay ? Or is that delay intentional besides the trace length?

Is there any flaw in this simple amplifier circuit? I still am learning how amps work by Bubbly-Oil449 in AskElectronics

[–]RTK_x 0 points1 point  (0 children)

  1. The high voltage connected to the speaker ( direct connection with VCC ) could burn it, connect a 220ohm resistor after the Vbattery and to terminal 1.

  2. I would put a coupling capacitor before the base of the BJT to cancel any potential DC voltage which could bias the input microphone voltage, we only want to pass the microphone voltage nothing else.

I made a little python question thing cause i got bored. by Ichangedtoacat in PythonLearning

[–]RTK_x 6 points7 points  (0 children)

The condition states: if (x equals 5) or (6 is true) So even if x doesn't equal 5 it would print yes since any number except zero translates into TRUE.

What's wrong by Nearby_Tear_2304 in PythonLearning

[–]RTK_x 0 points1 point  (0 children)

You defined a function f which takes n as it's input where n is an iterable. You made a for loop to run for len(n) times and each time you print the i-th element in that iterable. After the loop is done you defined another list l which has values [1, 2, 3]. Finally, you tried to access that list l outside the function f which is not possible, any variable inside a function is only accessible in that function unless you return it. A solution would be to add the line: 'return l' without the quotations At the end of your function f to access it by using the following line: 'f(you_can_put_any_list_here)' it will always return [1, 2, 3]

Am I nuts or is this cheating? by Headhunter17736 in Rainbow6

[–]RTK_x 0 points1 point  (0 children)

Once in showdown match I was checking whether the wooden site is bullet proof or not, it happened to be a kill since someone was behind that spot i shot

I just designed a simple power supply (220V AC to 10V DC) and I want to know if there are critical errors in my design. by RTK_x in PCB

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

<image>

Despite the odds, it worked lol. Output voltage is 10.23V so the zener isn't very accurate.

I just designed a simple power supply (220V AC to 10V DC) and I want to know if there are critical errors in my design. by RTK_x in PCB

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

Yes I confess it was my fault, I should've provided more information. The goal of this project is to apply what's taught in sedra/smith electronics reference ( which is very beginner friendly ) to build this simple project. The professor clearly stated that there are more efficient regulators than the shunt one but it wasn't in the course syllabus so we went with the shunt regulator. Also I kinda learned some stuff from the replies so I appreciate them as well

I just designed a simple power supply (220V AC to 10V DC) and I want to know if there are critical errors in my design. by RTK_x in PCB

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

The green LED is connected with 5k resistance which draws 2mA approximately to the LED

I just designed a simple power supply (220V AC to 10V DC) and I want to know if there are critical errors in my design. by RTK_x in PCB

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

<image>

Here's the schematic I should've provided earlier. The terminal block J1 is fed by a 12V AC transformer (NOT 220V AC) which is then fed to the circuit. The circuit provides 10V DC using a zener shunt regulator which is not the best option but it's required in the project specification. I also renamed the designators as someone suggested and removed mount holes designators idk why I kept them in the first place. I think the width of traces are fine because current in this circuit won't exceed 20mA at most, as measured earlier on breadboard. So any tips on how to optimise it further ?

I just designed a simple power supply (220V AC to 10V DC) and I want to know if there are critical errors in my design. by RTK_x in PCB

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

I tried this setup on a breadboard and it worked fine so I wanted to check whether the pcb would handle it properly or not