AustNet AustNet Archive Project — IRC Logs
« All channels | Contribute a log »

// #eevblog — 2023-01-28

1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
01:30:49 <k1tt1n> https://files.maxuel.compy.ca:5281/upload/aEwi5gFsifw4MPS_/zaoalqf4TkmKzTSzz0ENhQ.jpg
01:30:55 <k1tt1n> Halcyon: ^
01:36:59 <k1tt1n> I also have Kangaroos from your mint, but they're a bit yellowed. ;^3
01:40:30 <Ampera> canaderp
01:40:38 <Ampera> I have 40 CAD in my wallet actually
01:40:59 <Ampera> just in case I'm being extorted by the canadian mafia
01:42:57 <k1tt1n> 40 CAD in coins, I hope.
01:43:41 <K> in cod
01:43:51 <k1tt1n> Even better!
01:43:54 <Ampera> nah, in monopoly money
01:43:59 <k1tt1n> Whelp
01:44:15 <Ampera> I can see through it at least
01:44:22 <Ampera> just so I know how hollow that asset is
01:44:49 <k1tt1n> Yeah they're hard to bleach.
01:45:23 <k1tt1n> https://doomberg.substack.com/p/circling-tether
01:45:24 <EEVBot> [url] Circling Tether - Doomberg | doomberg.substack.com
01:45:49 <k1tt1n> > Cardona’s operation involved bleaching real $1 bills and using off-the-shelf color printers to add valuable fresh paint onto the newly blank canvases
01:46:44 <k1tt1n> The ink must have ran wonderously under a single drop of water.
02:53:00 Join: Kuschelpony ([email protected]) to #EEVblog
03:31:41 Quit: Bird|otherbox ([email protected]) Ping timeout: 121 seconds
03:42:32 <Kuschelpony> not my project, just forwarding this nice idea https://www.mikrocontroller.net/topic/549665#new
03:42:33 <EEVBot> [url] Breadboard-Aufbau komfortabel: Das ProtoBrett - Mikrocontroller.net | www.mikrocontroller.net
03:45:28 Join: Bird|otherbox ([email protected]) to #EEVblog
03:50:56 <rust5> I like it, sort of
04:22:20 Join: coppice ([email protected]) to #EEVblog
04:28:29 Quit: arekm ([email protected]) Ping timeout: 121 seconds
04:30:26 Join: arekm ([email protected]) to #EEVblog
04:35:47 Quit: arekm ([email protected]) Ping timeout: 121 seconds
04:35:55 Join: arekm ([email protected]) to #EEVblog
05:47:22 <Ysjoelfir> I like it sort of as well, but I hate that website :D
06:05:55 Join: Nothing\ (~Pendragon@cpe9050ca20a183-cm9050ca20a180.cpe.net.cable.rogers.com) to #EEVblog
06:06:31 <Nothing\> well i just got an idea for a programming exercise, not sure what language to do it in but i'll figure that out
06:07:16 <Nothing\> but I was thinking it would be nift to have a program to analyze simple RLC circuits when you just plug in numbers for R, L, C, F, V etc
06:07:53 <Nothing\> then it works out the reactances, prints them, and then prints the complex impedance
06:08:38 <Nothing\> though I was thinknig of making this in QB64 on my computer, or a version of basic called RFO Basic on my phone but it occurs to me that neither can natively handle complex numbers :/
06:08:55 <rust5> use excel?
06:08:56 <Nothing\> guess i'll have to learn to do it in python or c++
06:09:11 <Nothing\> rust5, excel's just beyond me tbh
06:09:26 <Nothing\> no word of hyperbole, my mother knows excel better than me
06:09:35 <rust5> ok, then you can do the next best thing, and use haskell
06:09:36 <Kuschelpony> i never dealt with complex numbers themself, just used a pair of real and imaginary components
06:09:39 <Nothing\> i actually have to ask HER for help with it when i'm using it
06:09:45 <Nothing\> or at least open office calc
06:10:00 <Nothing\> rust5, what's haskell? i've never heard of that.
06:10:08 <rust5> programming language
06:10:24 <Nothing\> hrm that's a new on eto me
06:10:33 <rust5> it is not exactly new
06:11:01 <Nothing\> I wrote a post in r/engineering asking them what a good engineering calculator was for windows and overwhelmingly most of the answers were either matlab or python
06:11:07 <rust5> https://www.haskell.org/
06:11:22 <Nothing\> which i didn't even think of python as a calculator, despite the calculator functions
06:11:25 <EEVBot> Unexpected error ((sqlite3.OperationalError) database is locked[SQL: SELECT nick_values.nick_id AS nick_values_nick_id, nick_values."key" AS nick_values_key, nick_values.value AS nick_values_value FROM nick_values, nicknames WHERE nicknames.nick_id = nick_values.nick_id AND nicknames.slug = ? AND nick_values."key" = ?][parameters: ('nothing|', 'timezone')](Background on this error at: http://sqlalche.me/e/13/e3q8)) from Nothing\ at 2023-01-27 19:11:19.253644. Mess
06:11:37 <Nothing\> but i couldn't see easily making a graph in python
06:11:39 <EEVBot> [url] Haskell Language | www.haskell.org
06:11:47 <rust5> heh
06:11:47 <Nothing\> thanks rust5, i'll have a gander
06:12:01 <Nothing\> and i've never used matlab in my life
06:12:18 <rust5> python is probably your best option, not that I can use it
06:12:46 <Nothing\> on my computer i usually use a combination of whatever purpose-made calculators i can find on omnicalc for the written stuff, and Desmos for graphing
06:13:01 <Nothing\> rust5, yeah i've been slowly learning it
06:13:39 <Nothing\> but i've also been learning this RFO basic language on android, which is actually pretty nifty. Lots of functionality for a BASIC language, and easily to pick up
06:14:12 <Nothing\> lets you access things like sensors, or edit HTML, or a lot of stuff most BASIC languages don't do
06:14:20 <rust5> I have figured out that I can not learn programming, so I am doing pretty good
06:14:31 <Nothing\> same, it's just not in my blood
06:14:54 <Nothing\> and even if i DID learn programming, I just haven't the patience for writing and debugging a complex program
06:15:03 <rust5> well, then stop wasting your time with programming
06:16:01 <Nothing\> also truth be told, I dunno if it's my meds, the drug abuse, my past abuse of my brain, age, my stroke, or all of the above, but my brain does not work as well as it used to. ANd not just in the normal getting older way.
06:16:27 <Nothing\> like i'll literally forget what i'm talking about in the middle of a sentence and have to ask my mum what I was talknig about.
06:16:52 <Nothing\> i have totaly blackouts for no good reason, sober or not
06:17:20 <Nothing\> like when i met my probation officer, I don't remember even going to the office.
06:17:30 <Nothing\> if not for my mum i would have thought i forgot
06:17:52 <rust5> that is because they gas you at the door, and remove your memory.
06:17:54 <Nothing\> i'm trying to tihnk of other examples, tehre are tons but it's hard when i'm put on the spot like this so to speak
06:18:38 <Nothing\> rust5, well i have no doubtt my one medication is at least making it worse since it is very well known to cause blackouts and memory problems. But usually only at really high doses
06:18:56 <Nothing\> and i mean i'm sure you've seen how disjointed my thought process can become sometimes
06:19:06 <rust5> they gas you in the waiting room, do their tests, glue your asshole shut, and put you outside in the park, to wake up
06:19:07 <Nothing\> it never used to be like that
06:19:14 <Nothing\> i used to be very articulate
06:20:02 <Nothing\> rust5, lol i always had the idea to genetically engineer puppies and kittens without an anus or urethra so they never produce any yucky pee or poop
06:20:44 <Nothing\> lol speaking of drugging patients unsuspectingly
06:21:31 <k1tt1n> https://news.slashdot.org/story/23/01/27/1525246/home-depot-canada-found-sharing-customer-personal-data-with-meta
06:21:31 <EEVBot> [url] Home Depot Canada Found Sharing Customer Personal Data With Meta - Slashdot | news.slashdot.org
06:21:34 <Nothing\> i was thinking, a perfect way to get somebody to stop being afraid to needles is with every needle you give them a small dose of morphine or fentanyl or something that feels super good
06:21:48 <Nothing\> that way they'll have more incentive to do it again when the time comes.
06:21:54 <rust5> the friend of a guy I used to chat with, got a kid thathad no exit hole, and part of the intestine things, when it was born. I am not sure what happened to that one, but it was not great
06:21:58 <Nothing\> heya kitt
06:22:00 <Nothing\> k1tt1n,
06:22:07 <Nothing\> lol i always do that with yoru name
06:22:12 <Nothing\> how ya doing bud?
06:22:26 <k1tt1n> They'll never know why they're so itchy either, right Nothing\?
06:22:54 <rust5> that is the ants
06:22:56 * k1tt1n just finished work
06:23:07 <k1tt1n> Adam and the Ants
06:23:25 <rust5> sounds british
06:23:32 <Nothing\> rust5, he was probably relegated to using some variety of colostomy bag, god help the poor guy.
06:23:51 <Nothing\> k1tt1n, heh i remember adam and the ants
06:23:53 <k1tt1n> Probably is. London underground punk scene?
06:24:00 <Nothing\> they were a band, were they not?
06:24:11 <Nothing\> k1tt1n, you were into the punk scene in the 80s?
06:24:14 <Nothing\> in london
06:24:30 <k1tt1n> I'm more into London After Midnight
06:24:41 <Nothing\> i mean, there was the london punk scene and the american punk scene, which were two completely different things as far as i'm concerned.
06:24:45 <rust5> oh, so not proper british. just londonic
06:24:46 * k1tt1n was shitting in grass in the 1980's
06:25:25 <Nothing\> k1tt1n, I came across a wiki article about the Punk ideology the other day and it said one of their key ideologies was mutual assistance. Would you agree with that?
06:25:59 <k1tt1n> Hmmmm
06:26:09 <Nothing\> =because from what I've seen re: anarchism and basically causing havok for no good reason, and disorganization, mutual aid does NOT seem like a punk ideology
06:26:29 <Nothing\> like, I dunno how accurate it is, but have you see SLC Punk?
06:26:32 <k1tt1n> Well, anarchy is rules without rulers.
06:26:40 <Nothing\> that's what I think when I think of the "classic" punk movement
06:26:53 <k1tt1n> So if you can get socialism without someone at the top, then maybe so.
06:26:58 <Nothing\> that is, before bands like AFI and Sum 41, and blink 182 etc
06:27:04 <k1tt1n> Yea
06:27:04 <Nothing\> soft-punk
06:27:39 <Nothing\> or even worse, groups like Face to Face or The Ataris where they claim they're punk, but all they do is bitch and pine for their lost teenage loves
06:27:51 <Nothing\> in their 30s
06:28:03 <k1tt1n> If each "mutual assistance" and "Punk ideology" fit with Freetown Christiania, then I suppose so.
06:28:07 <Nothing\> oh, no use for a name
06:29:09 <Nothing\> k1tt1n, the thing that got me was almost every one of the ideals the article listed were ideals shared by hippies, but at least in north american punk culture in the 80s, they HATED hippies.
06:29:28 <Nothing\> even though at their heart, they stood for the same things apparently
06:29:44 <k1tt1n> Because by the 80s, hippies turned into yuppies.
06:30:01 <k1tt1n> Gen X wanted their rebellion
06:30:08 <Nothing\> mainly anti-corporatism, non-conformity,fighting the laissez-faire, stuff like that
06:30:13 <k1tt1n> Yes
06:30:15 <k1tt1n> Gen X wanted their rebellion
06:30:20 <Nothing\> yup
06:30:22 <rust5> yes I did
06:30:25 <Nothing\> every gen does
06:30:35 <Nothing\> i'm not even sure what gen i'm part of
06:30:36 <k1tt1n> Good for you rust5 :^3
06:30:46 <Nothing\> according to current definitions, i'm a millenial
06:30:52 <rust5> I think I am the last or next to last year genX
06:30:57 <Nothing\> but i was born in 1985 so i'll be damned if i'm a millenial
06:31:03 * k1tt1n is technically Gen Y if you go by years
06:31:07 <Nothing\> i remember what life was like without the INTERNET
06:31:23 <Nothing\> at least without the internet in every home
06:31:41 <Nothing\> and when having a computer meant you were a nerd
06:31:53 <k1tt1n> But I grew up rural which pulled the calendar back into my Gen-X favour.
06:31:57 <rust5> I think I was 25, when we got internet
06:32:37 <Nothing\> k1tt1n, i grew up in canada within 100km of the american border so I'm basically americanized without any of the bullcrap that comes with living in america
06:32:44 <k1tt1n> 1980 is the year cutoff between Gen X and Millenial (Y)
06:33:01 <k1tt1n> Nothing\: you are for sure Millenial then. Good luck with that.
06:33:03 <rust5> I thought so. I am a -79
06:33:08 <Nothing\> rust5, eyeah i never got into computers until I was about 18 or so. EVen though I loved science since I could read.
06:33:28 <Nothing\> k1tt1n, I dunno I like to think of myself as gen Y
06:33:38 <rust5> yeh, people should stop confusing computers and science
06:33:39 <k1tt1n> Gen Y is Millenial
06:33:40 <Nothing\> late Gen Y, but Gen Y none the less
06:33:49 <Nothing\> k1tt1n, nah
06:33:55 <Nothing\> millenial comes after gen y
06:33:59 <k1tt1n> Nope
06:34:17 <Nothing\> millenial imo is like, born after 1990 or 95
06:34:24 <k1tt1n> Millenial is the alternate term to Gen Y
06:34:37 <k1tt1n> !wiki millenial
06:34:42 <rust5> there is no imo in that stuff. just look it up
06:34:55 <rust5> https://www.youtube.com/watch?v=Ug98o56JUh4
06:35:08 <k1tt1n> Bye bye bot?
06:35:18 <Nothing\> Millennials, also known as Generation Y or Gen Y, are the demographic cohort following Generation X and preceding Generation Z. Researchers and popular media use the early 1980s as starting birth years and the mid-1990s to early 2000s as ending birth years, with the generation typically being defined as people born from 1981 to 1996.[1] Most millennials are the children of baby boomers and older Generation X;[2] mi
06:35:19 <Nothing\> parents of Generation Alpha
06:35:41 <Nothing\> i retract my incredulity, k1tt1n
06:35:41 <rust5> yes, bot has some issues today
06:36:11 <k1tt1n> rust5: Feels good perhaps?
06:36:14 <Nothing\> okay my kitty's meowing at me if i don't stare at her so i should go see what she wants
06:36:22 <Nothing\> take care guys. All the best. <3
06:36:28 <k1tt1n> Cheerios
06:36:40 <rust5> any day with a crashed bot is a good feels day
06:37:40 <EEVBot> Unexpected error ((sqlite3.OperationalError) database is locked[SQL: SELECT count(*) AS count_1 FROM (SELECT channel_values.channel AS channel_values_channel, channel_values."key" AS channel_values_key, channel_values.value AS channel_values_value FROM channel_values WHERE channel_values.channel = ?) AS anon_1][parameters: ('#eevblog',)](Background on this error at: http://sqlalche.me/e/13/e3q8)) from k1tt1n at 2023-01-27 19:37:40.059645. Message was: !wiki millen
06:37:48 <rust5> yes!
06:38:02 <EEVBot> [YouTube] ⁨Visage - Fade To Grey (SYNTH)⁩ | 3m 44s | Channel: ⁨SYNTH-BASS COVER73⁩ | 33,236 views | 2022-10-16 - 02:59:09UTC
06:38:59 <rust5> aww
07:12:55 <steve30> hi
07:13:11 <rust5> hellooo?
07:24:30 <Nothing\> heyo stevo
07:25:05 <Nothing\> heh i'm drawing pixel art on mm graph paper I found. No clue how old it is but it's yellow so it's gotta be pretty old.
07:28:04 Quit: Kuschelpony ([email protected]) Connection closed
07:29:31 <Nothing\> oh hey maybe one of you can explain this weird effect i've noticed
07:30:54 <Nothing\> when I fill my tub full of water and then shine a laser pointer straight down into the water, there's a rather large and unmoving shadow surrounding the point of light in the bottom of the tub.
07:33:12 <rust5> the surface of the water acts like a mirror, so you see the back side of the laser light?
07:33:31 <rust5> antilaser
07:33:41 <rust5> yes, that is it
07:36:14 <rust5> same idea as if you go behind the sun
07:37:09 <Agripa3> Nothing\, https://en.wikipedia.org/wiki/Speckle_(interference)
07:37:09 <EEVBot> [wikipedia] Speckle (interference) | "Speckle, speckle pattern, or speckle noise is a granular noise texture degrading the quality as a consequence of interference among wavefronts in coherent imaging systems, such as radar, synthetic aperture radar (SAR), medical ultrasound and optical coherence tomography. Speckle is not external noise; rather, it is an inherent fluctuation in diffuse reflections, because the scatterers are not identical for each […]"
07:43:59 <Nothing\> hey, are the pi 4s still in short supply? or pis in general? I heard even 3s were hard to come by as of a month or two ago.
07:44:20 <rust5> nah, they are just really expensive
07:44:29 <Nothing\> Agripa3, that's a new interface to me. Also I like your name. I forget who agrippa was but i always liked the name.
07:45:15 <Nothing\> rust5, you want expensive. I was looking at (or trying to) the prices of R&S network analyzers. Damn things started at like $10
07:45:20 <Nothing\> $10k even
07:45:41 <Nothing\> and yet you can buy a nano-vna for like $50
07:45:43 <rust5> well, they are not exactly a pi
07:45:50 <Nothing\> haha yeah really
07:46:46 <Agripa3> Nothing\, aka dwhess_u
07:47:11 Quit: Agripa3 ([email protected]) Quit: Later Synapsid Tetrapods
07:47:20 Join: DHess_US ([email protected]) to #EEVblog
07:57:45 <Nothing\> heh
07:58:04 <Nothing\> hey, do any of you happen to know of any good molecule modeling software?
07:58:45 <Nothing\> I used to have this amazing suite like 15 years ago that was completely free, damn even remembering the name of it i can't even find evidence that it existed. Much less the suite itself
08:15:07 <Nothing\> you know what I'm wondering about my problems getting solder to stick to copper
08:15:43 <rust5> no
08:17:05 <Nothing\> i wonder if it's because i'm using a thicker gauge solder meant for plumbing. It's probably 2mm at least. Would certainly explain why I can't get it to melt properly when I heat the part and try to apply the solder. I always end up having to melt the solder directly on the soldering iron tip, and then it runs uselessleesly off of whatever i try to solder, but sticks fast to the tip of the iron.
08:17:23 <Nothing\> i tried going from a 30w to a 60w iron but to no avail.
08:17:51 <rust5> plumbing solder is not great for little things.
08:17:56 <Nothing\> rust5, yeah i really need to invest in an entry-level Hakko station. Been wanting to for some time.
08:18:08 <rust5> no, you need to get solder
08:18:10 <Nothing\> rust5, that's what I figured
08:18:42 <rust5> for little thruhole crap and small wires, even the usb powered 8w iron works
08:18:58 <Nothing\> actually I don't think it's plumbing. See my grandfather was an electrician and it was his solder, but he did more house-hold jobs and this was the 1970s.
08:19:10 <Nothing\> so, different (probably actually superior) formula
08:19:14 <rust5> did you try to add flux?
08:19:24 <Nothing\> not yet but that was an idea
08:19:32 <Nothing\> i assumed the rosin core would suffice
08:19:43 <rust5> if it is from the 70s, maybe it has dried out, or something?
08:19:58 <Nothing\> i think so because the rosin won't even mix evenly with the solder
08:20:08 <Nothing\> you get big globs of yellow rosin in your joints
08:20:19 <rust5> but, 2mm solder is probably not for little electronics
08:20:35 <Nothing\> yeah, not for a 0.2mm pin
08:21:20 <Nothing\> i dunno why i never thought of that until now but yeah, I'm totally gonna pick up some flux at least.
08:21:47 <Nothing\> now that I think about it, I HAVE used new solder. But it was from a kit and mostly tin based, so it was probably crap
08:22:37 <rust5> it is not supposed to mix with the solder, I think, so that is probably ok. but yes, get a little roll of what you need, it is not super expensive, it does last a long time
08:23:35 <Nothing\> that shall be done
08:23:48 <Nothing\> and i WILL watch life of Brian one day
08:23:53 <Nothing\> and The Dictator
08:23:58 <Nothing\> =P
08:24:03 <rust5> and, getting some flux is not a bad thing either,
08:24:05 <Nothing\> see? I haven't forgotten
08:24:12 <rust5> the dicktater
08:24:20 <Nothing\> rust5, better to have it and not need it than need it and not have it?
08:24:23 <Nothing\> flux
08:24:35 <rust5> oh, I see, you wrote it on a postit
08:24:42 <Nothing\> lol
08:24:48 <Nothing\> hey lemme ask you something
08:24:52 <rust5> yes, why not have some
08:25:00 <rust5> uhm, ok
08:25:24 <Nothing\> nm i forgot what it was
08:25:40 <Nothing\> what's a good program for modeling molecules?
08:25:46 <Nothing\> lol
08:26:05 <rust5> nah. it was the one after that
08:27:05 <rust5> So welcome to the machine
08:27:11 <rust5> thanks mrnoboobies
08:27:41 <Nothing\> man this shelf i got my mum for the rocks i bought her turned out pretty good
08:27:49 <rust5> ok
08:27:53 <Nothing\> even though it was like $30 for about $2 worth of acrylic
08:28:27 <rust5> the material is not what makes it cost, you have to cut it and stuff
08:28:59 <Nothing\> that can't cost much on a production line but i get what you're saying
08:29:08 <rust5> and ship it to china, so they can cut it, then send it to the us, so you can import it
08:29:47 <Nothing\> rust5, did i show you my haircut?
08:29:51 <rust5> nope
08:30:03 <rust5> did I show you my papercut?
08:31:35 <Nothing\> lol noo sounds unpleasant
08:31:43 <Nothing\> but yeah, before: https://i.ibb.co/Wsxc2H4/20230126-112609.jpg
08:31:46 <rust5> ok, then I won't
08:31:58 <Nothing\> https://ibb.co/syTcF3n
08:31:58 <EEVBot> [url] 20230126-150949 hosted at ImgBB — ImgBB | ibb.co
08:32:00 <Nothing\> after
08:32:06 <Nothing\> i swear i lost 5lbs
08:32:24 <rust5> yeah
08:33:03 <Nothing\> i feel bad about the beard but it was getting too unwieldy
08:33:04 <rust5> I was thinking about it the other...week... last time I got my hair cut, was before christmas -21
08:33:26 <Nothing\> i couldn't do up my jacket zipper without getting a huge chunk of beard stuck in it and torn out.
08:33:30 <rust5> hmm, it was the 20th of december
08:33:55 <Nothing\> that's okay, last time i took a "proper" shower was when trump was in office
08:34:19 <rust5> well, you know... when you zip your pants, most of us have learned to not have our appendix hanging out.
08:34:53 <rust5> you can do something similar with a beard, and not have it in your zipper
08:35:46 <rust5> not that I have that problem. I have an eternal 2 week looking beard, it more or less stops at around an inch
08:41:07 <rust5> I think I trimmed it down about a month ago... https://ibb.co/rM47d7k
08:41:07 <EEVBot> [url] 20230127-223902 hosted at ImgBB — ImgBB | ibb.co
09:04:18 <k1tt1n> https://files.maxuel.compy.ca:5281/upload/Yf2hOfDr_zNcARHy/OUhy1t8USNWdIednho3Vrw.jpg
09:04:26 <k1tt1n> Happy Friday honeybears
09:10:12 <k1tt1n> ...and Halcyon since he'd he a Saturday honeybear
09:22:27 Quit: Nothing\ (~Pendragon@cpe9050ca20a183-cm9050ca20a180.cpe.net.cable.rogers.com) Quit: Leaving
09:29:20 <electrohead> o/
09:29:25 <rust5> o
09:29:31 <electrohead> hapy friday, fuckers.
09:29:51 <rust5> thanks, all 31 minutes of it
09:32:58 <k1tt1n> \o_
09:32:59 <EEVBot> |
09:32:59 <EEVBot> / >
09:33:52 <k1tt1n> electrohead: those were some of my pickled beans, too
09:35:05 * electrohead pickles k1tt1n in beer
09:35:15 <k1tt1n> \o/
09:35:15 <EEVBot> |
09:35:16 <EEVBot> \ /
09:35:24 <electrohead> -o-
09:35:25 <EEVBot> |
09:35:25 <EEVBot> \ <
09:35:37 <k1tt1n> -o-
09:35:38 <EEVBot> |
09:35:38 <EEVBot> > /
09:35:48 <rust5> so, it is weekend, and time to fix the bot?
09:35:51 <electrohead> it seems like you enjoy that feature, you should totally add it to your bot :p
09:35:58 <electrohead> rust5: what should I fix?
09:36:00 <k1tt1n> Human centipede fist segment. <3
09:36:28 <rust5> it has some issues with the youtube thing, it throws up a load of blahblah sql things
09:36:37 <electrohead> rust5: it does? show me?
09:36:50 <k1tt1n> > Unexpected error ((sqlite3.OperationalError) database is locked[SQL: SELECT count(*) AS count_1 FROM (SELECT channel_values.channel AS channel_values_channel, channel_values."key" AS channel_values_key, channel_values.value AS channel_values_value FROM channel_values WHERE channel_values.channel = ?) AS anon_1][parameters: ('#eevblog',)](Background on this error at: http://sqlalche.me/e/13/e3q8)) from k1
09:36:50 <k1tt1n> tt1n at 2023-01-27 19:37:40.059645. Message was: !wiki mille
09:36:51 <EEVBot> [url] Error Messages — SQLAlchemy 1.3 Documentation | sqlalche.me
09:37:48 <k1tt1n> !wiki millennial
09:37:49 <EEVBot> [wikipedia] Millennials | "Millennials, also known as Generation Y or Gen Y, are the demographic cohort following Generation X and preceding Generation Z. Researchers and popular media use the early 1980s as starting birth years and the mid-1990s to early 2000s as ending birth years, with the generation typically being defined as people born from 1981 to 1996. Most millennials are the children of baby boomers […]" | https://en.wikipedia.org/wiki/Millennials
09:38:00 <k1tt1n> Fine now.
09:38:24 <rust5> perfect!
09:39:09 <rust5> https://www.youtube.com/watch?v=dQoywaG3Vy0&t=33s
09:39:09 <EEVBot> [YouTube] ⁨A swift action from Act Now helps to save the swifts⁩ | 3m 48s | Channel: ⁨steve30⁩ | 15 views | 2023-01-23 - 15:18:40UTC
09:39:20 <rust5> yes, no issues now. all amazing
09:39:25 <k1tt1n> SQL db was locked before. Might have been a stuck process since the bot was silent for dozens of minutes before puking up an error.
09:39:36 <electrohead> ahh, ok
09:39:50 <rust5> you should fix that
09:40:09 <k1tt1n> > Unexpected error ((sqlite3.OperationalError) database is locked[SQL: SELECT count(*) AS count_1 FROM (SELECT channel_values.channel AS ... ('#eevblog',)](Background on this error at: http://sqlalche.me/e/13/e3q8)) from k1tt1n at 2023-01-27 19:37:40.059645. Message was: !wiki mille
09:40:10 <EEVBot> [url] Error Messages — SQLAlchemy 1.3 Documentation | sqlalche.me
09:40:18 <rust5> I kind of like that more
09:40:23 Quit: EEVBot ([email protected]) Quit: Closing
09:41:26 <k1tt1n> If anyone is looking for zinc, there is a looming shortage again.
09:41:56 Join: EEVBot ([email protected]) to #EEVblog
09:41:57 Quit: EEVBot ([email protected]) Changing hosts
09:41:57 Join: EEVBot ([email protected]) to #EEVblog
09:42:00 Mode: (by ChanOP) +v EEVBot
09:45:30 <k1tt1n> https://youtu.be/jWpPrWHBHcQ
09:45:30 <EEVBot> [YouTube] ⁨The Simpsons - World Without Zinc⁩ | 1m 36s | Channel: ⁨AreaEightyNine⁩ | 45,946 views | 2018-12-17 - 20:19:44UTC
09:46:06 <electrohead> k1tt1n: https://0xznc01.pw:2600/public/2023-01-27-174142_1920x1080_scrot.png
09:48:02 <k1tt1n> Yeah it was me.
09:48:11 <k1tt1n> Ya caught me!
09:48:23 <k1tt1n> And I'll do it again!
09:48:35 <k1tt1n> !wiki millennial
09:48:36 <EEVBot> [wikipedia] Millennials | "Millennials, also known as Generation Y or Gen Y, are the demographic cohort following Generation X and preceding Generation Z. Researchers and popular media use the early 1980s as starting birth years and the mid-1990s to early 2000s as ending birth years, with the generation typically being defined as people born from 1981 to 1996. Most millennials are the children of baby boomers […]" | https://en.wikipedia.org/wiki/Millennials
09:48:38 <k1tt1n> Awwww
09:49:50 <electrohead> "Most millennials are the children of baby boomers"
09:49:52 <electrohead> fucking lol
09:50:18 <electrohead> what's the next true fact? babies come flying out of vaginas?
09:50:25 <electrohead> it should really read "NO SHIT"
09:54:28 <Halcyon> Morning hash browns
09:58:28 <electrohead> Sup brocolli
09:58:48 <electrohead> Err, broccoli*
09:59:22 <rust5> hey friends of e coli
10:00:17 <electrohead> \o/
10:00:17 <EEVBot> |
10:00:18 <EEVBot> > /
10:01:49 <Halcyon> Yoooo electrohead
10:01:53 <Halcyon> Hey rusticles
10:02:16 <rust5> hey hey hey
10:02:29 * electrohead cranks up Eisbrecher
10:02:42 <Halcyon> I should probably put some underwear on
10:03:47 <rust5> I would not be so sure about that
10:06:48 <k1tt1n> Halcyon: https://files.maxuel.compy.ca:5281/upload/aEwi5gFsifw4MPS_/zaoalqf4TkmKzTSzz0ENhQ.jpg
10:07:00 <k1tt1n> > I also have Kangaroos from your mint, but they're a bit yellowed. ;^3
10:13:53 <Halcyon> Do you collect coins?
10:14:33 <k1tt1n> "Hoard" might be a better verb for it.
10:14:41 <Halcyon> Hahah
10:15:01 <Halcyon> Are they organised or just thrown into a container?
10:15:32 <k1tt1n> It's across a few locations.
10:16:18 <Halcyon> I have a small bag full of Aussie shrapnel that you're welcome to. Most people don't use cash here anymore and I haven't touched it for many years. I have no use for coins.
10:16:28 <k1tt1n> Different types too. Old constitutional, new sovereigns, corporate mints.
10:17:46 <k1tt1n> Aussie shrapnel?
10:17:59 <Halcyon> Coins
10:18:28 <Halcyon> I did a clean up of my junk drawer and there was a bunch of money in there
10:18:40 <k1tt1n> Ah lol
10:20:16 <Halcyon> Shrapnel is Aussie slang for coins. Because it's just shit that goes everywhere and no one knows what to do with.
10:20:17 <k1tt1n> I tend toward the 1960's-and-older kind of constitutional.
10:20:23 <Halcyon> Ah I see
10:20:53 <Halcyon> I sense Ampera is nearby as I have the sudden urge to poop
10:21:09 <k1tt1n> I'd imagine your shrapnel is all newer stuff - if not, you better investigate the value of it yourself.
10:21:38 <Halcyon> k1tt1n, yeh it's all modern stuff. I really don't care to be honest, I don't collect coins. I have enough stuff in my "collection" as it is without adding more.
10:22:01 <Halcyon> I have an entire room almost dedicated entirely to old computers and components.
10:22:21 <k1tt1n> What i'm suggesting, is melt value if a few silver coins are in there.
10:22:21 <Halcyon> Like one of those garage shelving units with boxes full of I/O cards
10:22:35 <Halcyon> Do you use Signal? I'll send you a photo
10:22:45 <k1tt1n> I do not.
10:22:49 <Halcyon> Boo
10:23:08 <k1tt1n> Signal still tied to a phone number?
10:23:13 * Halcyon puts k1tt1n next to steve30 to hang out
10:23:31 <Halcyon> It is yes. That's the whole idea of it. No usernames/passwords/accounts.
10:23:35 <k1tt1n> Then boo signal.
10:23:42 <Halcyon> Similar to Whatsapp, only better
10:23:45 <k1tt1n> :^)
10:24:36 * k1tt1n doesn't use whatscrap either
10:24:41 <Halcyon> Anyway poop time then shower, back soon
10:24:56 <Halcyon> Neither do I k1tt1n, ever since Facebook bought it out, I stopped using it.
10:35:01 * T3sl4 telesignalgrams Halcyon
10:37:22 <rust5> very hipster
10:37:38 <T3sl4> you've probably never heard of the protocol before
10:37:58 <rust5> probably not
10:49:07 * steve30 meows at k1tt1n
10:49:46 * k1tt1n nuzzles the steve30
10:49:46 <Halcyon> Back
10:50:01 <Halcyon> I should probably go exercise before it gets too hot
10:50:08 <Halcyon> Supposed to be about 28-30 today
10:50:31 <rust5> hah!
10:50:42 <k1tt1n> Probably that here in Fahrenheit
10:51:25 <k1tt1n> !convert -4 c f
10:51:25 <EEVBot> [units] The result is: 24.8 f
10:51:41 * steve30 meows at his empty coffee cup
10:51:54 <rust5> this is one of the times I am glad I do not live down there
10:51:58 * k1tt1n coffinates steve30
10:53:52 <Halcyon> It's a dry heat here rust5
10:54:06 <rust5> well, it is still heat
10:54:09 <Halcyon> 30-32 is a nice summer day by the pool or at the beach with some cold beverages
10:54:43 <rust5> no. itis a good day inside with cold beverages
10:54:54 <Halcyon> The only thing is the sun can be spicy. Sunscreen is mandatory
10:55:03 <rust5> yes, like a roof
10:55:07 <Halcyon> Hahah
10:55:16 <Halcyon> Grumpy old fart :P
10:55:19 <rust5> yes
10:55:28 <rust5> I am sort of ok up to 25
10:55:47 <Halcyon> After that, boob sweat?
10:55:59 <rust5> worse
10:56:58 <Halcyon> Jock itch?
10:57:24 <k1tt1n> Swamp ass?
10:57:27 <rust5> actually, I do not know, my brain shuts off, so... it can be whatever
10:58:32 <Halcyon> Haha
10:58:45 <rust5> maybe someone will film it some day. then we will know
11:12:31 <Halcyon> Probably should put the dishwasher and washing machine on while my solar is pissing away energy to the grid
11:14:01 * steve30 needs to do laundry
11:14:33 * k1tt1n should collect more rainwater for toilet flushing
11:14:33 * steve30 misses having clean clothes regularly
11:22:51 * Halcyon should put clothes on, he is still mostly naked
11:24:03 * DogWombleTheSecond waves
11:24:09 <Halcyon> Herro DogWombleTheSecond
11:24:10 Nick: DogWombleTheSecond is now known as DogWomble
11:24:13 <Halcyon> Herro DogWomble
11:24:31 <DogWomble> hey :)
11:27:22 <DogWomble> how goes?
11:27:55 <Halcyon> Not too bad, just getting ready to do some exercise before it gets too hot, it's already warmer than I'd like but I'm waiting for my mate to get here
11:27:58 <Halcyon> How about you?
11:39:46 <arch> how goes it, fellow degenerates
11:41:20 * T3sl4 wombles an arch at Halcyon
11:41:48 * arch dabs at T3sl4
11:42:04 <T3sl4> i'd floss in response, but i'm not cool enough to know that move
11:42:16 <arch> do the harlem shake instead
11:42:25 * k1tt1n brushes teeth for good measure
11:44:42 * T3sl4 toothpastes k1tt1n's brush with milkshakes
11:45:07 <k1tt1n> Damn right, it's better than yours!
11:46:28 <arch> i was trying to buy an automatic power mux, sot-23-8 form factor, but every single one of them from TI are out on digikey...
11:47:15 <arch> basically looking for a way to power my gizmo from two sources, with the USB being the primary, and lipo being the secondary power source
11:47:24 <arch> oc, i could use two OR-ed diodes
11:48:05 <arch> but i feel like the 0.5V drop is too much of a chunk of power/voltage loss
11:48:28 <arch> and this is optional too. so we'll see if i end up using it
11:49:37 <arch> this is for the DIY thermal camera project btw
11:50:21 <arch> the original uses a cascaded power method. the usb port output --> lipo charge circuit --> main switch --> boost conv --> thermal cam
11:50:36 <coppice> arch: where are you getting the image sensor from?
11:51:01 <arch> coppice, oh you know, shot down drones in Afghanistan... jk, i got the FLIR Lepton 3.5
11:51:23 <arch> and this is the project i am working on right now, it's a DIY thermal camera: https://www.diy-thermocam.net/
11:51:24 <EEVBot> [url] DIY-Thermocam | Open-source thermal imaging for everyone! | www.diy-thermocam.net
11:51:43 <coppice> arch: that's probably what you'd find in most shot down drones
11:52:00 <arch> i bet
11:52:21 <arch> well, it wouldn't be of much use. they artificially lock it down to i believe 5fps, just to prevent such usage
11:58:37 <arch> how safe is it to charge a single cell lipo battery with two LM317's? first one for CC, second one for CV? ive seen many such circuits online, but have never built one
12:14:40 <k1tt1n> Ooooo spicy pillow
12:25:08 * arch does a spicy fart near k1tt1n
12:59:32 <steve30> probably fine
13:57:23 <k1tt1n> https://nitter.net/mikesay98/status/1619075061356576770#m
13:57:23 <EEVBot> [Twitter] Michael 🏳️‍🌈 #silversqueeze (@mikesay98): COMEX REGISTERED #SILVER VAULTS BREAK BELOW 33 MILLION OUNCES - FIRST TIME SINCE MAY 2017 https://pbs.twimg.com/media/FngcJlyaAAApI99.png | 64 RTs | 283 ♥s | Posted: 2023-01-27 - 20:49:10UTC
14:19:35 Quit: coppice ([email protected]) Quit: Konversation terminated!
14:21:44 * steve30 needs more coffee
14:45:48 <steve30> i quite like this photo
14:45:49 <steve30> https://flickr.com/photos/shefftim/52643282938/in/dateposted/
14:45:49 <EEVBot> [url] Lunar New Year 2023 | Tim Dennell | Flickr | flickr.com
14:54:02 <Halcyon> Afternoon crumpets
15:05:14 <steve30> ooh, a halcyon
15:05:20 <Halcyon> Weeeee :)
15:05:27 <steve30> I was just watching a video about Halcyons
15:05:50 <Halcyon> Oh yeh?
15:06:38 <electrohead> OH YEAH
15:06:42 <steve30> https://www.youtube.com/watch?v=3SwwljI-8JY
15:06:42 <EEVBot> [YouTube] ⁨Orbital - Halcyon (Official Music Video)⁩ | 4m 26s | Channel: ⁨London Recordings⁩ | 459,406 views | 2017-09-28 - 11:31:56UTC
15:07:26 <Halcyon> Good song
15:07:42 <Halcyon> Never seen the video though
15:08:24 <Halcyon> Oh this is a different version to the Hackers one
15:09:27 * electrohead repeats himself - OH YEAH
15:09:32 * electrohead dies
15:10:31 <Halcyon> That video clip is weird as fuck
15:10:39 * Halcyon hugs electrohead
15:11:34 * electrohead sucks soup off of his mustache
15:11:37 <electrohead> I mean, hey o/
15:11:39 <Halcyon> Eww
15:11:43 <Halcyon> You grub
15:12:03 <electrohead> it's so gnarly <3
15:14:10 <steve30> I think I'll go to the shop this morning
15:16:11 <Halcyon> I feel like a nap but I have things to do
15:42:17 * T3sl4 strains electrohead's soup
15:44:03 <T3sl4> Ampera: https://www.reddit.com/r/Eyebleach/comments/10mu7r1/a_rabbit_eating_leaves_in_peace/
15:44:04 <EEVBot> [reddit] A rabbit eating leaves in peace (https://gfycat.com/anchoredinexperiencedflamingo) to r/Eyebleach | 13494 points (98.0%) | 82 comments | Posted by Tighnari | Created at 2023-01-27 - 13:51:18CST
16:29:02 <steve30> Just had a youtube advert suggesting that i move to Western australia
16:31:00 <DogWomble> why move over there? the eastern states are far better
16:38:13 <arch> just need a quick sanity check. anyone see any issues with this power mux stage? micro usb (5V) should always be the primary, as the lipo voltage rail (4.2V) will always be lesser. https://i.imgur.com/QpsnlIX.png
16:38:45 <arch> sorry for the messy schematic btw
16:41:49 <arch> oh and the benefit of this is, you can set a much lower charge current for the lipo charger
16:42:01 <arch> and let the main power be handled simultaneously for the FLIR
16:42:31 <arch> things will get rather toasty at 1A current when the battery is discharged fully, as the lipo charge IC is linear
16:42:56 Quit: Tezzers ([email protected]) EOF from client
16:43:11 Join: Tezzers ([email protected]) to #EEVblog
16:43:49 <arch> electrohead, when you're done with your hangover, see if you find anything wonky with that schematic. i'm just about done with porting the schematic, just applying finishing touches
16:44:04 <arch> and then i'll do the layout tomorrow. hope to be done by sunday, possibly.
16:51:18 <arch> derp, found some errors already
16:51:25 <arch> will fix up tomorrow
16:51:48 <arch> going to watch the new Dead Space remake walkthrough before falling asleep. hope to get some really nice nightmares tonight :D
17:13:20 <MrMobodies> Hello
17:13:49 <DogWomble> insert greeting here
17:18:06 <MrMobodies> know anything about amplifiers
17:18:09 <MrMobodies> https://i.imgur.com/ytprg3t.png
17:18:22 <MrMobodies> if I join the main and remote channels
17:18:37 <MrMobodies> in a bipolar configuration
17:19:16 <MrMobodies> would that still be 80w @ 4 ohms?
17:27:36 <MrMobodies> looking at the datasheet I think not
17:27:57 <MrMobodies> I thought it was a 4 channel it is not
17:28:21 <MrMobodies> it is 2 channels (left and right) with a relay that switch between main and remote
17:34:02 <MrMobodies> https://hifi-wiki.com/index.php/Technics_SU-V707
17:34:02 <EEVBot> [url] Technics SU-V707 | Hifi-Wiki | hifi-wiki.com
17:34:38 <MrMobodies> so it can draw 500w just to get 2x 90w out of this thing
17:34:52 <MrMobodies> not very efficient or am I missing something
17:39:05 <MrMobodies> I am looking for a spare at disco night at the local pub house incase their amp fails
17:39:08 <MrMobodies> https://i.imgur.com/tb7yZsT.jpg
17:39:43 <MrMobodies> I don't know if that Technics SU-V707 will be enough to drive even at a lower volume
17:53:26 Join: watcher ([email protected]) to #EEVblog
18:01:30 <MrMobodies> https://i.imgur.com/J6Efa3o.png
18:01:37 <MrMobodies> Well that is disappointing
18:01:42 <MrMobodies> 2/5 less powerful
18:03:24 <MrMobodies> Peavey 600e: 150w 4ohm Technics su-v707 80w 4ohm
18:03:42 <MrMobodies> actually thats about a little over half
18:06:21 <MrMobodies> what I don't understand is, at 8ohms why does the Technics perform 10w better (80w to 90w) whereas the Peavey will drop 45w less (150w to 105w)
18:06:47 Quit: steve30 ([email protected]) Quit: <Baljem> steve30: by the way, I had the most bizarre dream the other day that someone came in here and seriously flipped their shit over your quit message and why aren't the ops /doing/ something about it
19:20:59 <electrohead> arch: yeah cool, just page me tomorrow if I don't hit you up first :p
19:21:15 <electrohead> I just woke up from the couch, wondering back to the actual bed now
19:21:26 * electrohead licks T3sl4's ice cubes
19:29:35 Join: Kuschelpony ([email protected]) to #EEVblog
19:44:26 Quit: watcher ([email protected]) Ping timeout: 121 seconds
19:58:02 Join: watcher ([email protected]) to #EEVblog
20:02:01 * T3sl4 dunks electrohead in the https://xkcd.com/2729/
20:02:01 <EEVBot> [xkcd] Planet Killer Comet Margarita | Alt-text: I'll take mine on the rocks, no ice.
20:26:19 Quit: watcher ([email protected]) Ping timeout: 121 seconds
20:36:52 Join: watcher ([email protected]) to #EEVblog
20:42:09 Quit: form ([email protected]) Quit: ZNC 1.8.1 - https://znc.in
20:42:14 Join: form ([email protected]) to #EEVblog
20:44:08 Join: newbie ([email protected]) to #EEVblog
20:44:21 <newbie> Hey all
20:46:05 <newbie> I am travelling overseas where the voltage is 220v (my home country is 110v). I had a question about the difference between voltage converters (light weight and works above a certain load ) vs step down transformers
20:47:11 <newbie> I tried using a voltage converter with an air pump for an air mattress and after a short time the motor stopped working and smelled burnt. Is it that the voltage converter provides a chopped ac signal and ac motors do not like it?
20:49:47 <Kuschelpony> hello newbie
20:50:01 <newbie> Hi Kuschelpony
20:50:12 <Kuschelpony> your cnclusion is exactly right
20:50:55 <Kuschelpony> the "coverters" are a very dagerous thing that works by chopping up the voltage shape, that works only with specific loads (pure heaters)
20:51:05 <newbie> I figured voltage converter would be ok with resistive loads and also that a motor would be a simple non complicated electric circuit and it would also work with the converter which was not the cae
20:51:20 <Kuschelpony> every other load, espicaly everything modern including electronics is very likely to be misworking or gettng damaged
20:51:32 <Kuschelpony> mmmh even motors can be an issue
20:52:01 <Kuschelpony> its ok with series wound "universal" motors, but NOT with rectifiers & DC Motors
20:52:04 <newbie> Ok.. I also brought with me a 110v sewing machine so I will look for a step down transformer
20:52:19 <Kuschelpony> yes thats the only safe option
20:52:47 <newbie> Perhaps my Coleman air pump that takes ac input had some rectrification along with a DC motor then
20:53:05 <newbie> Do you think that voltage converter would be ok with an ac motor?
20:54:07 <newbie> Curious for the sake of understanding
20:55:26 <Kuschelpony> real AC motors might somewhat overheat and run with more vibration, but are at least not directly in danger
20:55:59 <Kuschelpony> you can identify the motor tyes by their noises
20:56:13 <Kuschelpony> AC motors do have mostly a low hum
20:56:50 <Kuschelpony> DC & Rectifier motors do have a kind of howl, but the note does change very little with airflow
20:56:55 <newbie> Interesting.. perhaps later on I will open up that air pump to see if some thermal fuse had blown.. there was a lot of sparks coming out the side of it and it worked for about 5 min of use
20:57:12 <Kuschelpony> "universal" Motors have a howl that changes very much with airflow, typical vacuum cleaner
20:57:26 <newbie> I didn't know that you can identify by the noise.. thank you
20:57:29 <Kuschelpony> ok Sparks, then it was likely a DC plus Rectifier motor
20:57:37 <Kuschelpony> sure, im happy to share knowledge
20:58:12 <Kuschelpony> the problem with this kind of motor is that their current is a kind of balance between the outer voltage and their inner back EMF voltage
20:58:41 <Kuschelpony> so if the outer voltage is spiky, it causes an even more spiky current, that can far exceed the steady state current
20:59:07 <newbie> Much appreciated ! I should have checked here first before trying.. when I was at home I tried to simulate the overseas environment by stepping up 110v to 220v and then using my voltage converter to change to 110v but I only tested the air pump for a few seconds...
21:01:30 <Kuschelpony> understood
21:02:05 <Kuschelpony> im living in Germany, 230V land, and in my previous job i got lots of these devices for repair...
21:04:10 Join: Skaface82 ([email protected]) to #EEVblog
21:07:33 <newbie> Where people in Germany used voltage converters to use 110v devices that ended up failing?
21:09:27 <Kuschelpony> that was around the US bases in the 90s where they brought their devices from home
21:10:30 <Kuschelpony> a few houses actually had a central transformer generating 2*115V split phase, but normally there was nothing and people just brought their adapters and converters and tried what happens
21:10:47 <newbie> Ahh I see. They should put a large warning on these travel voltage converter in my opinion
21:10:59 <Kuschelpony> welll, or just plugged right into 230V and BANG
21:11:06 <Kuschelpony> right so
21:11:06 <newbie> Lol
21:11:40 <Kuschelpony> unfortunately people are just getting overloaded from even trying to follow and understand how complex things are todays
21:12:17 <Kuschelpony> as a more recent example, which traditional dimmer works with which compact fluorescent or LED bulb
21:13:41 <newbie> By the way.. many adapters such as laptop or cell phone chargers have a wide input voltage.. are these also working in the same principle as voltage converters at the input to the switching power supply circuit?
21:14:45 <Kuschelpony> half-yes
21:16:02 <Kuschelpony> their working principle (its called flyback converter) is to chop up the mains voltage with a high frequency, to charge a kind of magnetic storage in the converter inductor
21:17:11 <Kuschelpony> so its their very principle that they can just follow a wide range of voltages by simply regulating the internal pulse width to get just the right amount of power
21:17:46 <Kuschelpony> if you want to learn more you might look up the classic UC3842 chip
21:18:59 <newbie> Ok. Thank you. Is there any advantage in plugging in such an adapter that accepts a wide voltage range to step down transformer? Would there be less stress on components?
21:20:35 <Kuschelpony> no, works equally well
21:21:54 <newbie> Oh ok. Silly me thought there might be some benefit and plugged in my 65w rated adapter into my 50w step down transformer and after time it looks like it died ...smells burnt
21:22:07 <Kuschelpony> mmmh :(
21:22:15 <Kuschelpony> im sorry for you having all these experiences
21:22:17 <newbie> Oh well lesson learned
21:23:14 <newbie> Well luckily a relative had an air blower that I could use.. and that step down transformer .. I don't think it cost much so it's a learning experience
21:24:19 <newbie> I am more worried about the vomiting , neasuea and diahrea I am experiencing :(
21:24:34 <Kuschelpony> ooops sorry
21:28:31 <newbie> I am out. Thank you again Kuschelpony. Much appreciated
21:30:39 <Kuschelpony> have a nice time
21:39:24 Quit: watcher ([email protected]) Ping timeout: 121 seconds
21:45:14 Join: steve30 ([email protected]) to #EEVblog
21:50:54 Join: someperson ([email protected]) to #EEVblog
21:50:55 Quit: Some_Person ([email protected]) Ping timeout: 121 seconds
21:51:01 Nick: someperson is now known as Some_Person
21:53:15 Quit: newbie ([email protected]) Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )
21:54:16 Quit: Kuschelpony ([email protected]) Connection closed
21:57:25 Join: watcher ([email protected]) to #EEVblog
22:11:34 <steve30> hi
22:13:21 Quit: cheeseandchives ([email protected]) Quit: Textual IRC Client: www.textualapp.com
22:18:23 Join: cheeseandchives ([email protected]) to #EEVblog
22:32:09 <watcher> Hi steve30
23:08:52 Quit: LGeir_DEV_ ([email protected]) Quit: ZNC 1.8.2+deb2+b1 - https://znc.in
23:08:58 Join: LGeir_DEV ([email protected]) to #EEVblog
23:58:59 * electrohead dunks T3sl4 in coffee