Тёмный
Code & Supply
Code & Supply
Code & Supply
Подписаться
Pittsburgh's community for passionate coders. Videos for people interested in computer programming. We build software with Ruby, Python, Elixir, Clojure, Rust, JavaScript, Swift, and more.
Комментарии
@HarbiDr
@HarbiDr 2 дня назад
>like me and my mail Personally attacked
@nightstraveler
@nightstraveler 2 месяца назад
Really appreciate this talk, thank you for posting it. As someone with reduced ability to hear the large jumps in volume make this very challenging to listen to. I hope future videos avoid this because Im a big fan of all you guys do.
@CodeandsupplyCo
@CodeandsupplyCo 21 день назад
Sorry about that! Animated speakers are challenging to capture with a static mic. We'll look to improve that or deploy a lavaliere in the future.
@EhsanIrshad
@EhsanIrshad 3 месяца назад
Good
@CodeandsupplyCo
@CodeandsupplyCo 3 месяца назад
Thanks!
@madwilliamflint
@madwilliamflint 5 месяцев назад
jfc. a great talk. But...stick to the topic.
@ivancarlson953
@ivancarlson953 10 месяцев назад
Correction: Positive amounts are debits. Negative amounts are credits. Whether or not such amounts increase or decrease an account balance depends on the type of account. You’ve known it for years already, just by other names. Remember your basic algebra classes where you learned what was done to one side of the equation was also done to the other. Well, the bookkeeping world has fancy names for the left side and right side of the accounting equation. The left side means debit. The right side means credit. That’s it! You also learned in algebra about formulas and variables. You understood what the variables meant and which formula to use, you plugged in numbers and solved the equation. Well, know the accounting equation! Assets = Liabilities + Equity Equity = Owner Contributions - Owner Withdrawals + Net Income Net Income = Revenue + Gains - Expenses - Losses. If you prefer to think like a computer does when using accounting software, like any plain text accounting, let’s say, the formula is rearranged so that all debits are positive amounts and all credits are negative amounts. Assets - Liabilities - Equity = 0 Equity = Owner Withdrawals - Owner Contributions - Net Income Net Income = Expenses + Losses - Revenue - Gains
@gustavstreicher4867
@gustavstreicher4867 Год назад
This whole talk boils down to: I'm most comfortable with Python, so I'm going to use Python for everything. Otherwise stated: Everything looks like a nail if you're holding a hammer. Imo, everything has it's place, including Bash, and not just for 2-line scripts. It can be a great way to quickly get to a full working prototype before moving onto Python, Node, or whatever else you are comfortable with. Python, Node, and other programming languages essentially just add more surface area (more data structures, modulation, etc.) to your code which makes it easier to do more things. Beyond that, if you need to optimize for performance, you can consider languages that add surface area for optimization like C, Rust, etc. The problem is that the more surface area you are dealing with the more difficult it is to prototype. Sometimes a prototype is all you really need, so you can avoid over-engineering in this regard. Having the ability to unit test without even truly knowing what the problem is is pointless. Having at least a bad yet working solution, like one written in Bash, as a reference will allow you to focus on writing good tests and following good practices in your language of choice instead of trying to do all that whilst figuring out what the actual problem is to begin with. Since Bash is effectively the Linux and MacOS CLI, it will always be the fastest prototyping language for these systems. Bash is not "fake" programming. Using sed is like using regex in any other language. Re-use of other peoples code is not "fake". It's the norm. Production code usually depends on loads of 3rd party dependencies. Your runtime with it's builtin modules is also reuse of code. There is no such thing as "fake" programming. If there was then you'd better start writing everything in machine code instructions. Why not build your own CPU architecture while you are at it? What Bash does for you when you learn it is that it gives you an intuition for dealing with file systems, streams, parallization and comfortability with the OS in general, which cannot be said for any other language.
@xwize
@xwize 7 месяцев назад
your whole argument about surface area isn't wrong but its essentially just a restatement of the "too much code" whine which he does address in the talk python is already braindead easy to use so theres not much to be won from prototyping something in bash and then porting to python
@JamieBliss
@JamieBliss Год назад
Go ask a Pure Storage engineer about Tungsten sometime.
@KaiBuskirk
@KaiBuskirk Год назад
super dope!!!
@SharingReligion
@SharingReligion Год назад
This is cool! Great Job Derrick (and everyone)! I enjoyed it. :)
@maheshananjundaiah1360
@maheshananjundaiah1360 Год назад
Great video! But the sound recording is too feeble as the voice is too low. May be check if there is any problem with that end.
@popoye5154
@popoye5154 Год назад
Amazing presentation!🙌👏👏👏 Would you be kind enough to share the presentation slides? I need this so bad😅
@uncle60marryme
@uncle60marryme 2 года назад
I am so sorry but I just have to say the fake presentation at the start, genuinely almost made me cry because I laughed so much 😅
@nicoledawson634
@nicoledawson634 2 года назад
𝙥𝙧𝙤𝙢𝙤𝙨𝙢 ✌️
@coffeetea2424
@coffeetea2424 2 года назад
Thank you so much. You are putting words to something I have been falling into!
@fiaztv3206
@fiaztv3206 2 года назад
The talk is amazing.. but I have a VERY BIG ISSUE.. with the presentation of the talk on Debit and Credit... where he says Positive Number is Credit, Negative Number is Credit... and the example used is completely misleading (or i could be wrong??!)... See 27:33 where Coffee 3.00 (positive) he says is Credit Expense.. and -3.00 (negative) he says Debit Expense.. This (for me) is totall wrong!!!! You Debit Expense and Credit Asset when you are spending in Accounting.... thus it should really POSITIVE NUMBER is DEBIT.. and NEGATIVE NUMBER Is CREDIT. No one seems to raise issue on this. So, is it only me? I really feel the speaker has got it wrong. Also, see his screen at 25:23 (where credit and debit is wrongly stated for positive and negative respectively) @code&supply
@OliNorwell
@OliNorwell 2 года назад
I think you might have a point, I think he mixed credit/debit up. When he buys the coffee his cash assets account goes down, and his expenses account goes up. Debit is money going into an account, credit is money going out of an account. So he credits his cash account, debits his expenses account. Yeah he has his words muddled.
@simonmichael6814
@simonmichael6814 6 месяцев назад
You're right, mentally translate when watching this.
@rhettigan
@rhettigan 20 дней назад
Speaker here. Don't know how I missed these comments until now, years later! Sorry about that. I think I got things reversed in my speaker notes at some point and it stuck. I haven't given this talk in a few years but I've made a note to go back through it before I would give it again to correct the error. Thanks for watching and thank you especially for commenting constructively!
@sergesolkatt
@sergesolkatt 2 года назад
❤️
@georgH
@georgH 2 года назад
28:40 "I don't know why anybody would run on anything else than ZFS" Me neither. Being using it to store my data and backups since 2008. I was able to detect a controller issue, and later a bad connection/cable thanks to the scrubs.
@soy_el_viejo_de_la_bolsa
@soy_el_viejo_de_la_bolsa 2 года назад
Thats my name!
@TonyAiuto
@TonyAiuto 2 года назад
"We shouldn't use CAP theorm as an excuse to give up on humanity." I love it.
@bayodada3342
@bayodada3342 2 года назад
This was worth every second of the 1hr and 6 minutes
@mahendraranadeep7105
@mahendraranadeep7105 2 года назад
hello the video was soo good , i just did a drone with pixhawk flight controller, so i just want the information about how much current and voltage is used by the 4 esc and the 4 motors and the whole pdb connected to a battery so how can we calculate it so i can estimate my flight time using a 3300 mah battery.
@mr.memmer8097
@mr.memmer8097 2 года назад
This helped me a lot. Thank you!
@ElizabethTai
@ElizabethTai 2 года назад
This is such an eye opening presentation. Thank you, David. It would have been great to see your bullet journal spreads and Scrum board
@cameronchisholm5391
@cameronchisholm5391 2 года назад
May i suggest design a solenoid lock on the gyroscope, or maybe logicrythmic function to set base 'zero' recalibration when velocity of angular momentum is reduced within a nominal range of noise?
@owenpalmer8242
@owenpalmer8242 2 года назад
This is my favorite of his talks
@daddy4043
@daddy4043 2 года назад
Dead
@Runningr0se
@Runningr0se 3 года назад
"We shouldn't actually use CAP theorem as a reason to give up on humanity" 🤣
@duatpuiaralte6950
@duatpuiaralte6950 3 года назад
help!!!someone hack my AC
@nathansire6623
@nathansire6623 3 года назад
I blame the Google eggheads for all of this. They have never designed a great tech product. Their last good product, search, hasn't worked well in over a decade. Angular, GAE and Golang are all a failure. I personally have had investors privately tell me it has become totally unreasonable.
@nathansire6623
@nathansire6623 3 года назад
My success rate on live coding is only about 50% and I have been coding 38 years. Since age eight. I wanted to see how well I would do. Many times... the test have errors in them. Live coding is a complete waste of time. Just ask for a code sample and be ready to explain it.
@thomasjackson9074
@thomasjackson9074 3 года назад
❌👁️❌👁️❌
@richardgomes5420
@richardgomes5420 3 года назад
Great content, but the recording is 5CrAp
@abdisaabera1027
@abdisaabera1027 3 года назад
Olin teaching process is very good
@OMGRaqster
@OMGRaqster 3 года назад
I am interested in becoming a Validator. Nice presentation! Hopefully I can figure it out
@n.r.2258
@n.r.2258 3 года назад
Unfortunately all that just for computer nerds ... nothing for i.e.iPads and usual users.
@AnandanK_0729
@AnandanK_0729 3 года назад
Is thr possible to do CV parsing Using this ?
@cozzbie
@cozzbie 3 года назад
Interesting angles on the interview process so I would wonder what an ideal technical interview process would be based on this feedback. I wish that had been covered also. I understand that I can infer what this could be. By understanding the don'ts, I can work towards to the do's. However leaving things to interpretation might not be the best approach. So yeah...end or rant.
@rembautimes8808
@rembautimes8808 3 года назад
Great article. Thanks
@clarkvaughan
@clarkvaughan 3 года назад
Go Stephanie!
@ThePandaGuitar
@ThePandaGuitar 3 года назад
Love Bryan, never a boring talk! We need more presenter programmers like him!
@danylleleonard3576
@danylleleonard3576 3 года назад
I love the work Jon has been doing. I saw him at Midwest UX 2019. It is an interesting question on what our responsibilities are as marketing and technology professionals.
@GeorgeTsiros
@GeorgeTsiros 3 года назад
14:05 it doesn't appear on x-rays? 🤔
@GeorgeTsiros
@GeorgeTsiros 3 года назад
if they did laparoscopic exploratory surgery they _barely_ "cut her open" 😁 it's like... a 2-3 cm long incision so the implements can get in?
@bcantrill
@bcantrill 2 года назад
Heya! The laparoscopic surgery was the appendectomy; as I explained, the Meckel's stones were found in an exploratory laparotomy -- which is a large incision, not a small one. They are not done frequently -- for good reason! ;)
@GeorgeTsiros
@GeorgeTsiros 2 года назад
@@bcantrill ah, so laparotomy, not laparoscopic surgery, i see. can you imagine surgeons operating with the same rigor we write code?
@GeorgeTsiros
@GeorgeTsiros 3 года назад
abdominal pain is _indeed_ something you need to pay attention to.
@pratikshirbhate8026
@pratikshirbhate8026 3 года назад
Thank you so much Judy for the wonderful talk. Worth spending 1 hour to understand the application of Data Science in the Airline Industry and the challenges in implementation. It's the high time for Airlines to evaluate the impact of unpredictable/uncontrollable factors such as Pandemic and adjust all the ML models to fill up the gap in revenue in upcoming years.
@adelaidazul
@adelaidazul 3 года назад
Hi! I really liked you class. I've a question... how can I use Entity Recognition to solve EAT (expected answer type) in a Question Answering System?
@VPannagS
@VPannagS 3 года назад
First get lot questions/strings that contain basic entity information, train it with ner definitions, If required change. Prodigy and transfer learning is very easy though. Then you can simply build your application on top of these. The entity recognized can be returned raw manipulated as per your desires when questioned.
@q6nop
@q6nop 3 года назад
If you do a presentation on the final results, please move the speaker view window to a place on the screen where its not blocking any info. Thanks! Looking forward to the final report.