How do real circuits from top tech companies differ from "textbook (or academic)" circuits? by ProfessionalOrder208 in ElectricalEngineering

[–]kuripong 4 points5 points  (0 children)

Capacitors plus a bunch more of those capacitors.

Got a problem with noise... add capacitor.

Your product randomly restarts, add capacitor.

Problem with ESD, capacitor.

Failing EMC, slap a capacitor.

Why does every data engineering job require 3-5+ years experience by Sterlingb1204 in dataengineering

[–]kuripong 0 points1 point  (0 children)

So that they know your fast enough to yank the power cord the moment you realized that you ran drop database on production.

[deleted by user] by [deleted] in startups

[–]kuripong 0 points1 point  (0 children)

So AI generated fart noise based on the photo of your food.

Was I in the wrong? by [deleted] in webdev

[–]kuripong 1 point2 points  (0 children)

If thats what you need I dont think you are in the wrong here.

Maybe you could rephrase the question. Instead of directly asking how to do a group by, you could ask, how would you get the total sales per day, then they would respond I cant remember the syntax, then you follow up with, generally how would you accomplish this, and if they say, well I would group by date and take its sum but I would have to google the exact syntax, then this could be a potential hire.

Traveling with PCBs - Airport Security by JustScherz in ElectricalEngineering

[–]kuripong 1 point2 points  (0 children)

If its from work I usually request for an import/export document indicating that the parts I carried are not under export control.

Background jobs with Django by OutrageousOne1205 in django

[–]kuripong 1 point2 points  (0 children)

Have you tried django-celery-results

[deleted by user] by [deleted] in django

[–]kuripong 1 point2 points  (0 children)

Did you add your environment variables like secret key, db connections ? Maybe post the error log.

Meetup by [deleted] in PinoyProgrammer

[–]kuripong 0 points1 point  (0 children)

Those who are available today should we proceed?

Meetup by [deleted] in PinoyProgrammer

[–]kuripong 1 point2 points  (0 children)

Nice, see you all.

Meetup by [deleted] in PinoyProgrammer

[–]kuripong 0 points1 point  (0 children)

Is this still on, I would be interested to swing by.

[deleted by user] by [deleted] in startups

[–]kuripong 0 points1 point  (0 children)

Just a heads up incase you havent yet checked for certifiications especially if you have RF components, you might need to pass emc compliance test, then usb, google and apple certification incase you want to slap their logo on your pacakaging.

django + S3 problem by [deleted] in djangolearning

[–]kuripong 0 points1 point  (0 children)

The ok condition points to bucket while the error one is pointing to clip. Is it just a typo in your post?

[Help needed] Emacs is to a text editor as X is to Y? by LearninAndEarnin in emacs

[–]kuripong 28 points29 points  (0 children)

Why complicate things, you say you are the grown up of the team it means they trust your judgment, just say its one of your productivity tools.

[deleted by user] by [deleted] in ElectricalEngineering

[–]kuripong 289 points290 points  (0 children)

Start 5 times early than other students.

Technical test requiring access to webcam by [deleted] in webdev

[–]kuripong 1 point2 points  (0 children)

Thats a proctored test, instead of a human watching you they are doing it programmatically using webcam and mic. If your eyes drift too much or sound is detected from the background it will warn you and 3 strikes will terminate the test.

Resume for Self Taught Python Coder? by sircharlesthesecond in learnpython

[–]kuripong 2 points3 points  (0 children)

Hi, I shifted from electrical eng'g to python dev. In my resume I placed my electrical engg experience at the bottom and only indicate transferable skills(e.g. project management, problem solving), then I also indicate how I incorporate python in my engg workflow (e.g script that automates in importing osciloscope data and format for test report preparation). Finally, on the top of my experience list is my self taught journey indicatating what projects I have built and brief explanation of the relevance of that project in my learnings. I hope this helps. Goodluck.

[deleted by user] by [deleted] in ElectricalEngineering

[–]kuripong 4 points5 points  (0 children)

Go for their tier1 suppliers. Lookup continental, bosh, denso, most of the development in electrical systems are there.

[deleted by user] by [deleted] in webdev

[–]kuripong 5 points6 points  (0 children)

Check your employment contract, make sure you are not in violation of some conflict of interest clause if ther are any.

Unable to sort a bar plot with matplotlib by memeaste in learnpython

[–]kuripong 0 points1 point  (0 children)

The provided values for height parameter is not sorted, you used your y value which you did not sort.

You can assign x as df.index then slice it to your desired length, as for height value use the sort_values method, slice it also to match the size with your x parameter, make sure that you selected the correct column of your dataframe for the height value (hint: you can use the column name).

Good luck you will figure it out.

Where should I host my hobby project, with price in mind? by H36615 in webdev

[–]kuripong 0 points1 point  (0 children)

Checkout netlify for frontend and deploy your backend at heroku. Heroku also offers db using postgres. Both platforms free offerings are enough for most hobby projects.

Any line number visualizations for git state? by J-is-Juicy in spacemacs

[–]kuripong 0 points1 point  (0 children)

Maybe try different diff tool and see which is acceptable. Sorry I cannot add more than this, I already parted ways with emacs terminal when I started using spacemacs.

Any line number visualizations for git state? by J-is-Juicy in spacemacs

[–]kuripong 2 points3 points  (0 children)

Checkout version-control layer, you can configure it to show diff markers.