// #eevblog — 2021-01-12
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
00:04:56 Join: Dantali0n ([email protected]) to #EEVblog
00:08:19 <steve30> quiet
00:09:33 <Ampera> what food did you buy
00:09:53 <Ampera> whenever I go shopping I tend to buy quite good food, which sucks, because then I eat it all
00:09:55 <Ampera> and have to buy more
00:10:18 <steve30> pasties, fish, biscuits, chocolate, coffee
00:10:28 <Ampera> what sort of fish
00:10:58 <steve30> Cod
00:11:33 <Ampera> nice
01:28:46 * Ysjoelfir is freezing
01:32:20 * Ampera insulates Ysjoelfir
01:32:24 <Ampera> keep the cold in
01:32:32 <Ysjoelfir> \o/
01:38:23 Join: Joji ([email protected]) to #EEVblog
01:43:39 * steve30 sits on Ysjoelfir's lap
02:05:16 Join: Nothing\ ([email protected]) to #EEVblog
02:05:26 <Nothing\> man i'm having a hell of a time trying to get codeblocks to work
02:06:06 <Nothing\> you'd think downloading the one that comes with mingw, it would have mingw in the list of compilers instead of defaulting to gcc for some reason and not listing mingw at all
02:06:29 <Nothing\> then when i specify the mingw directory for it to search for a compiler, it can't find anything
02:07:03 <Nothing\> apparently in v20.x there's no way i can tell to specifically tell it where your compiler is. just give it a directory to search for one
02:15:15 <K> compiler infrastructure for a given arch usually lives in one place
02:16:38 * Ampera hugs Nothing\
02:16:50 <Ampera> Nothing\, mingw is not a compiler
02:17:29 <Ampera> mingw is a POSIX-compatible GNU userland for Windows allowing the installation of gcc
02:18:00 <Ampera> you need to install mingw/MSYS2 or Cygwin along with the compiler and tools you require
02:18:21 <Ampera> trust me, it's a pain in the ass on Windows, you're better off using Visual Studio if you're just messing around
02:28:13 <Nothing\> hey Ampera :D
02:28:16 * Nothing\ hugs Ampera
02:28:19 <Nothing\> how ya doing?
02:28:29 <Ampera> Working at the moment, but otherwise fine
02:28:36 <Nothing\> Ampera, the thing is, the version of codeblocks i downloaded CAME WITH MINGW
02:28:49 <Nothing\> so you'd think the default options would already have the directories they need
02:29:02 <Ampera> presumably you'd need to ensure that your mingw environment has gcc and everything installed in it
02:29:09 <Nothing\> but i can't even figure out if there's a way to just outright tell it where the binary is
02:29:19 <Nothing\> Ampera, but gcc is a C compiler is it not?
02:29:29 <Ampera> no
02:29:39 <Ampera> gcc = GNU Compiler Collection
02:29:43 <Nothing\> so what's g++?
02:29:47 <Ampera> part of gcc
02:29:55 <Nothing\> i see
02:29:57 <Nothing\> i get it now
02:29:57 <K> g++ is for C++ language
02:30:01 <Ampera> gcc is /also/ the binary name for the GNU C Compiler
02:30:09 <Ampera> but gcc in the context of something you install is a compiler collection
02:30:24 <Nothing\> ah i see
02:30:29 <K> yes, remember, Gnu is Not Unix !
02:30:29 <EEVBlog> Sounds hot, K!
02:30:34 <K> wot?!?!
02:30:40 <Ampera> hahaha
02:30:47 <Nothing\> well i've scoured forums, and settings and compilers and so on
02:30:51 <Nothing\> and i still can't find a fix
02:30:57 <Nothing\> maybe i should just use dev bloodshed
02:30:59 <Ampera> as I said, it's not an easy thing to set up
02:31:03 <Nothing\> that's always served me well
02:31:14 <Ampera> visual studio comes with a C toolchain intended for Windows, I suggest you use it
02:31:16 <Nothing\> Ampera, every other time before now everything was set up right out of installation
02:31:25 <Ampera> ¯\_(ツ)_/¯
02:31:31 <Nothing\> yeah i don't get it
02:31:41 <Ampera> I've never used code blocks, and haven't dealt with GNU on windows in about a year
02:31:58 <Nothing\> i'm not even sure there IS a GCC for windows
02:32:04 <Ampera> of course there is
02:32:05 <Nothing\> i think you have to install it through cygwin
02:32:11 <Ampera> or mingw
02:32:12 <Nothing\> oh well that's good to know
02:32:18 <Nothing\> yeah i'd love to use mingw
02:32:25 <Ampera> mingw and cygwin are two different implementations of the same concept
02:32:27 <Nothing\> but in the list of compilers to search for, it's not in there
02:32:34 <Ampera> mingw is not a compiler
02:32:40 <Nothing\> despite like i said, the version apparently coming with mingw
02:32:43 <Nothing\> it's not?
02:32:48 <Ampera> no, never has been, never will
02:32:58 <Ampera> mingw is a GNU userland for Windows
02:33:07 <Ampera> which is used to install gcc in an environment capable of supporting it
02:33:08 <Nothing\> but it used to be listed under the compilers in codeblocks
02:33:23 <Ampera> what it's likely doing is running its own internal version of mingw with gcc and other compilers pre-installed
02:33:33 <Nothing\> hrm
02:33:35 <Ampera> why it's not working is beyond me, as I said I've never used code blocks
02:33:54 <Ampera> the gcc option is likely intended for an external installation of GCC, likely defined by your PATH variable, or some other config
02:33:55 <Nothing\> yeah and i'd imagine you're not on windows so what you use probably won't work for me
02:34:02 <Ampera> I use visual studio
02:34:06 <Nothing\> ah
02:34:11 <Nothing\> visual studio's bloated
02:34:12 <Ampera> I use windows every day
02:34:28 <Nothing\> last time i used visual studio was before .net came out
02:34:37 <Nothing\> once that came out, i couldn't stand visual studio anymore
02:34:40 <Nothing\> but this is with VB
02:34:46 <Ampera> it's not gotten lighter any bit
02:34:57 <Ampera> but as I said, it's intended for Windows, it's the native toolkit
02:34:58 <Nothing\> i can imagine it's probably gotten more bloated
02:35:14 <Nothing\> not like my computer can't handle it
02:35:15 <Ampera> I wonder is VS Code can use the microsoft cc
02:35:26 <Ampera> you might even be able to install the microsoft cc without visual studio
02:35:32 <Nothing\> did i tell you i can do 120-150fps on maxed out settings in gta v and it still only uses half of my vram
02:35:40 <Ampera> what does VRAM have to do with it
02:35:52 <Nothing\> of course i have vsync on so the real framerate's probably a lot lower
02:36:00 <Ampera> the only important thing about VRAM is having enough, beyond that the quantity has no effect on performance
02:36:07 <Nothing\> Ampera, cuz as video settings go up, as does vram usage
02:36:14 <Ampera> if you have vsync on and are measuring 120-150fps, vsync is not on
02:36:27 <Nothing\> the settings even show you how much vram is required for the settings you put in
02:36:43 <Nothing\> Ampera, yeah come to think of it, that was before vsync was enabled
02:36:46 <Ampera> indeed they do, but you were talking about performance
02:36:50 <Nothing\> but you know what i mean, my tv can't keep up
02:37:01 <K> get a better tv
02:37:04 <Nothing\> exactly
02:37:11 <Nothing\> or monitor
02:37:23 <Ampera> for some reason nvidia on X on Linux seems to be immune to screen tearing of any sort
02:37:38 <Ampera> I don't have an adaptive sync monitor, but games seem to operate as if it were, which is bizzare
02:37:58 <Nothing\> i had this issue in gta v where the pause menu would be so laggy, it'd be unusable at times
02:38:06 <Nothing\> turned out that's where vsync came in handy
02:38:28 <Nothing\> always having sub-par hardware, i learned to disable vsync always because it just made everything choppy
02:38:52 <Nothing\> but it turns out when you have uber-par hardware, vsync does the opposite and smooths things out
02:39:15 <Ampera> uh
02:39:23 <Ampera> that's one way to describe it I guess
02:39:48 <Ampera> all vsync does is lock your FPS to an integer factor of your refresh rate
02:40:23 <Ampera> the point is to prevent partial frames from being drawn
02:41:28 <Nothing\> yeah, but back with every other computer i had, it'd just make the game lag to the point of being unplayable
02:41:39 <Nothing\> so i always got used to immediately disabling it
02:41:53 <Nothing\> oh Ampera did i tell you
02:41:56 <Ampera> no
02:42:13 <Nothing\> i got approved to be on the board of reviewers for The Cureus Journal of Medical Science
02:42:15 <Nothing\> lolo
02:42:20 <Ampera> the what
02:42:29 <Nothing\> it's a peer reviewed medical journal
02:42:52 <Nothing\> and i'm now one of those "peers" who reviews articles submitted by doctors to validate their credibility
02:43:11 <Nothing\> and yes, only doctors should be able to do that, which makes me question the validity of this journal and everything in it
02:43:18 <Ampera> was just about to say
02:43:22 <Ampera> how did you manage that?
02:43:47 <Nothing\> lol they just sent me an offer so i decided to see how far i could take it without perjuring myself or committing fraud
02:43:55 <Nothing\> turned out, all the way, and pretty damn easily too
02:44:11 <Nothing\> they didn't even check to see if the hospital i work at is real, which it isn't
02:44:29 <Nothing\> St Michael's Hospital in North Grafton, USA
02:44:33 <Ampera> wouldn't that constitute perjury?
02:44:35 <Nothing\> didn't ask for a state
02:44:53 <Nothing\> not if i don't click anything saying "this information is correct and blah blah blah"
02:45:03 <Ampera> ¯\_(ツ)_/¯
02:45:12 <Nothing\> actually i remember Ampera
02:45:17 <Ampera> that's not good
02:45:18 <Nothing\> way back in the day when internet porn was new
02:45:24 <Ampera> remembering is bad for you
02:45:45 <Nothing\> every porn site would have a splash screen before you came onto the main site to verify if you were over 18/19/whatever, right
02:45:58 <Nothing\> and to scare you it would say that lying would constitute perjury
02:46:04 <Ampera> I've seen those
02:46:06 <Nothing\> but can a minor really be charged with perjury?
02:46:12 <Ampera> why not
02:46:15 <Nothing\> since a minor can't even sign a contract
02:46:23 <Nothing\> at least not a legally binding one
02:46:36 <Ampera> isn't perjury lying under any legal connotation?
02:46:44 <Nothing\> you'd think a minor wouldn't be able to grasp what being under oath is
02:47:00 <Nothing\> Ampera, i believe so, but mostly pertains to being under oath
02:47:02 Join: Kuschelpony ([email protected]) to #EEVblog
02:47:06 <Ampera> I generally did when I skipped those dialogs as a minor watching porn
02:47:12 <Nothing\> same
02:47:25 <Nothing\> i still remember the first site i used
02:47:28 <Ampera> though, I never really watched porn, it was mostly images and erotica
02:47:31 <Nothing\> celebpics.com
02:47:42 <Nothing\> it specialized in fakes of celebrities
02:47:44 * Ampera decides it best not to navigate to that site
02:47:57 <Ampera> manip porn is always weird
02:48:20 <Nothing\> cuz i had a huge hardon for geri halliwell, cindy crawford, and tiffany amber-thiessen
02:48:31 <Nothing\> oh yeah and elle macphearson, phew she was a hotty
02:48:39 <Nothing\> and let's not forget claudia schiffer
02:48:43 <Nothing\> SHAWING
02:48:50 <electrohead> lmfao
02:48:56 <Nothing\> (that's from wayne's world. it's the sound of wayne's boner"
02:49:00 <Nothing\> ")
02:49:13 <electrohead> you need a hyphen in that, otherwise it sounds weird
02:49:22 <Nothing\> yeah you're right
02:49:26 <Nothing\> SHA-WING
02:49:27 <electrohead> :p
02:49:30 <electrohead> there you go, lol
02:49:39 <Nothing\> oh yeah now i'm erect lol
02:49:52 <Nothing\> so that's what i was doing wrong all these years
02:49:59 * electrohead sprays Nothing\ with cold water
02:50:02 <Nothing\> no wonder my doctor thought i was sterile
02:50:12 <Ampera> I need to buy more paper
02:50:20 <Ampera> keeping up with the list of shit that is wrong with you is getting fucking expensive
02:50:25 <Ampera> *you people
02:50:44 <Nothing\> lol
02:50:54 <Nothing\> would probably be cheaper to list what's NOT wrong with us
02:50:59 <Nothing\> and easier
02:51:11 <Ampera> it's really the same problem just in reverse
02:51:32 <Ampera> though I suppose it would use less paper...
02:51:47 <Nothing\> i think it's 50% male hormones, 40% the eccentricities that are inevitable with the creative or engineering types and 10% other
02:52:35 <Ampera> in typical amazon fashion, the clothes I ordered are coming in a million different packages
02:52:36 <Nothing\> oh yeah, interesting fact i learned the other day
02:52:42 <Ampera> don't do that
02:52:46 <Nothing\> you know justin tudeau is only the 3rd in power in canada
02:52:46 <Ampera> learning is bad for you
02:52:59 <Nothing\> there are 2 other people who are above him in the hierarchy of parliament
02:53:05 <Ampera> I know the first is the queen
02:53:05 <Nothing\> one obviously being the queen
02:53:15 <Nothing\> yeah, and then the second is the governor general
02:53:18 <Ampera> aye
02:53:26 <Ampera> was just about to ask if Canada had a royally appointed governor
02:53:34 <Nothing\> who is like, some representative of england appointed by the queen under the advise of the prime minister
02:53:45 <K> governor general is the one keeping colonies in line
02:53:50 <Nothing\> yeah i never knew what that guy did until recently
02:54:03 <Ampera> whenever I read about justin trudeau I always think about him doing blackface
02:54:05 <Nothing\> i know there's at least one governor general on our money
02:54:14 <Nothing\> i'm sure i've seen the title
02:54:14 <Ampera> if our president did that here, he'd be fucking lynched
02:54:28 <Nothing\> Ampera, lolo it was brown face
02:54:36 <Ampera> ok
02:54:43 <Nothing\> and i don't think he'd get lynched
02:55:00 <Ampera> no I'm sure he would
02:55:11 <Nothing\> i mean, trump outright called veterans, including dead ones "suckers"
02:55:16 <Nothing\> and people still kept sucking his dick
02:55:19 <Nothing\> including veterans
02:55:26 <Ampera> ¯\_(ツ)_/¯
02:55:28 <Ampera> Trump said a lot of shit
02:55:40 <Nothing\> GRAB EM BY THE PUSSY!
02:55:58 <Nothing\> i bet LBJ had all sorts of weird quotes like that
02:56:21 <Nothing\> you ever hear about his antics with his penis?
02:56:34 <Ampera> no and I'd rather not
02:56:47 <Nothing\> how he used to like just randomly whipping it out in inappropriate situations
02:56:52 <Nothing\> and even pissed on an aide once
02:56:57 <Ampera> what did I just say
02:57:20 <Ampera> whatever, no big deal
02:57:25 <Nothing\> hey, compared to trump i think it's pretty clean
02:57:48 <Ampera> have yet to hear of trump whipping it out in inappropriate situations, but I didn't usually pay that close attention to him
02:58:01 <Nothing\> i've gotta say though, as messed up as this trump thing's been. it certainly has been interesting.
02:58:10 <Nothing\> and it'll be interesting to see what the future brings as a result
02:58:19 <Ampera> The main issue with the Trump presidency was the media inflating everything he did
02:58:23 <Ampera> not saying he did no wrong
02:58:29 <Ampera> but man was he a cash cow for the news
02:58:45 <Nothing\> of course, the news feeds on shit like this
02:58:54 <Nothing\> and i mean literal shit, cuz that's what it basically amounts to
02:59:01 <Ampera> For as much wrong as he did, it was the news who gave him the power to become the monster he was
02:59:15 <Nothing\> i thought it was the russians
02:59:25 <Ampera> If they hadn't placed him on such a national stage as they did, he would never have gotten so popular
02:59:26 <Nothing\> lol
02:59:41 <Nothing\> yeah, and twitter shoulda banned his account a long time ago
02:59:51 <Ampera> The Russian conspiracy was simply the democrat's 2016 version of the votes were rigged
03:00:34 <Ampera> I'm of many minds about twitter banning accounts for politicians, ultimately it's their own platform, but I'd consider them a trust in terms of the communications sector
03:00:45 <Ampera> an entity powerful enough to cause serious political change and harm with no oversight
03:00:49 <Nothing\> oh yeah i forgot, earlier today i found out there's a recut of star wars episode 1 with all of the jar jar antics and politics and exposition and basically everything that made the movie bad removed
03:01:03 <Nothing\> it seemed to get pretty good reviews, and they only had to cut 17 minutes
03:01:10 <Ampera> As much as it might have been deserved, the blanket banning of Trump on his way out sets a dangerous precedent for the media being able to silence politicians
03:01:51 <Nothing\> Ampera, yeah it seems they want to do the opposite because it's advantageous for them
03:02:04 <Nothing\> they just want to egg him on, give him the spotlight that he craves
03:02:13 <Nothing\> that he sustains himself with
03:02:28 <Ampera> On the bright side, him being on his way out, and now deplatformed, means that the media won't have their cash cow anymore
03:02:38 <Ampera> and I doubt they'll be able to squeeze just as much national strife out of the biden presidency
03:02:42 <Nothing\> it's like if you see a shitty youtube channel, you don't link to it to get them more votes
03:02:59 <Nothing\> er views
03:03:20 <Nothing\> Ampera, plus not being POTUS anymore leaves him open to criminal charges
03:04:01 <Ampera> Filing charges against him is a risky move. Whoever does it needs to be confident he doesn't have enough public support to cause a serious problem of it
03:04:03 <Nothing\> i don't see the point of removing him from office at this point though, so close to the end
03:04:48 <Ampera> I get the impression it's a, because we don't like him, move from the democrats. He's visible lost much of his support from the republican party, but I don't get the same sense of fire and brimstone against him from them
03:04:53 <Ampera> *visibly
03:05:16 <Ampera> in general, I was never all that worried about Trump, and I'm still not
03:05:17 <Nothing\> no not at all
03:05:25 <Nothing\> it's just a quiet distancing, like you said
03:05:30 <Nothing\> no condemnation or anything
03:05:43 <Nothing\> actually a few of the people who broke into the capitol building were politicians
03:06:01 <Ampera> There's multiple facets to that attitude. For some, it's egg on their face on a public stage. For some it's the way the wind is blowing.
03:06:35 <Nothing\> indeed, like any matter of this complexity there is obviously no one singular cause
03:06:43 <Nothing\> to say so would be short sighted and dangerous
03:07:22 <Ampera> It's nigh obnoxious how simplistic the common media view is on the Trump presidency, especially now
03:07:25 <Nothing\> why on earth did i just get a mental image of trump getting a foley catheter
03:07:39 <Nothing\> that's a weird ass random image to have pop into my mind
03:07:45 <Nothing\> amusing, but weird
03:07:49 <Ampera> international news syndicators like the AP are likely in part to blame, but there is a lot of oversimplification and easy claims being thrown around
03:08:03 <Nothing\> Ampera, that's because people like their news simple
03:08:10 <Nothing\> they don't want to think, they want to be thought for
03:08:22 <Nothing\> and anything that has more than one or two causes requires thought to process
03:09:07 <Nothing\> anywho, it's genuinely been nice discussing politics in a level headed manner for once but i think i'm gonna play some gta v for a bit
03:09:14 <Ampera> It'd be fine if the news had ethics.
03:09:16 <Nothing\> thanks again for taking my mind off of my troubles
03:09:21 <Ampera> Have fun
03:09:32 <Nothing\> even if that wasn't my intention, this conversation did a nice job of it
03:09:46 <Nothing\> yeah, take care man
03:09:55 <Ampera> It's a shame other people can't have calm, civil political conversations
03:09:59 <Ampera> when they exist, they can be quite nice
03:10:23 <Nothing\> it's a shame the world's gone to shit so badly in the last 20 years
03:10:32 <Nothing\> especially the last 10
04:01:59 Quit: Halcyon ([email protected]) Connection closed
04:07:25 Quit: Kuschelpony ([email protected]) Connection closed
04:13:00 <rust_collector> mornings
04:14:39 <Ampera> good morning rust_collector
04:14:42 <Ampera> how are you doing
04:15:27 <rust_collector> not bad. I got a good sleep, and it does not hurt much, good times
04:15:47 <rust_collector> so, now I am late, but..
04:30:44 Join: Halcyon ([email protected]) to #EEVblog
04:32:36 Quit: Polesch ([email protected]) Connection closed
04:38:56 Join: Polesch ([email protected]) to #EEVblog
04:55:20 Join: coppice ([email protected]) to #EEVblog
05:11:51 Quit: Nothing\ ([email protected]) EOF from client
05:12:00 Join: Nothing\ ([email protected]) to #EEVblog
05:14:21 Quit: Nothing\ ([email protected]) EOF from client
05:14:50 Join: Nothing\ ([email protected]) to #EEVblog
05:24:19 Quit: Nothing\ ([email protected]) Ping timeout: 121 seconds
05:35:50 Join: Kuschelpony ([email protected]) to #EEVblog
05:46:10 <Halcyon> Morning all
05:48:48 * Ampera hugs Halcyon
05:48:52 <Ampera> how are you do Halcyon
05:50:57 <Halcyon> Meh
05:51:01 <Halcyon> Going to work
05:51:03 <Halcyon> The usual
05:51:14 <Ampera> Halcyon, want to do a call?
05:51:29 Quit: Polesch ([email protected]) Connection closed
05:51:34 <Halcyon> Yeh, give me 10?
05:51:43 <Halcyon> I'll call you on Signal
05:52:03 <Ampera> sure
06:04:24 Quit: Joji ([email protected]) EOF from client
07:00:37 <hsn> https://www.instagram.com/p/CJ4jGc_rps5/?igshid=145q7aq04e5vu
07:25:27 <Ysjoelfir> woohoo! \o/
07:31:18 Quit: Kuschelpony ([email protected]) Connection closed
07:34:08 <Ysjoelfir> rusty, I started building the heated motorbike handle inserts. it worked great, though the short travel of my lathes tailstock is annoying xD
07:35:13 * electrohead pokes Halcyon
07:39:17 * Ysjoelfir pokes electrohead with his beloved pointy stick while convincing himself to start cooking
07:39:43 <electrohead> lol
07:39:47 <electrohead> hey o/
07:41:00 <Ysjoelfir> hi :)
07:41:07 * Ysjoelfir moves to the kitchen. slowly.
07:41:17 * Ysjoelfir takes the cat witzh him
07:52:03 * Ampera hugs electrohead
07:52:36 * electrohead hugs Ampera
07:57:10 <Ampera> how are you doing electrohead
08:13:30 <electrohead> I'm doing, you?
08:14:25 <Ampera> making hot dogs and fries
08:15:06 * electrohead invites himself over
08:15:08 <electrohead> :p
08:19:02 Join: rc-horse ([email protected]) to #EEVblog
08:20:34 <rc-horse> morning.......
08:23:01 <rc-horse> morning.......
08:24:11 <rc-horse> no, no.. ok
08:34:58 <Ysjoelfir> hey rusty
08:35:15 <rc-horse> hola
08:35:17 <Ysjoelfir> rc-horse, I started the heated motorcycle handle inserts. :)
08:35:45 <rc-horse> and no funny videos?
08:36:59 <Ysjoelfir> nah. nothing special, just two alumuminimumium rounds with a hole and a heater cartridge glued inside. tried it inside on a spare handle, works great!
08:37:27 <rc-horse> so, now you have to ride all winter, to work out the bugs from your technical contraption
08:37:44 <Ysjoelfir> yes.
08:37:55 <rc-horse> sound good
08:38:32 <rc-horse> remember that they also fit snow blowers and other things with handles
08:39:17 <Ysjoelfir> great idea :D
08:39:28 <Ysjoelfir> https://drive.google.com/file/d/1lb9NUEh1svfkVfRJhxYFLbQbI7MAvb8m/view?usp=sharing pics of the prototypes while waiting for the glue to hardewn
08:40:51 <rc-horse> good luck shipping that on a plane
08:41:00 <Ysjoelfir> xD
08:41:07 <Ysjoelfir> my initial thought was as well: pipe bomb
08:41:21 * Ysjoelfir enjoys a grog
08:41:27 <rc-horse> optional feature
08:41:55 <Ysjoelfir> the pipe bomb or a inbuilt grog dispenser?
08:42:03 <rc-horse> yes
08:43:05 <rc-horse> as long as you can use them to heat your tea and noodles, on the road
08:43:29 <Ysjoelfir> maybe?^^
08:44:37 <rc-horse> nah, but i guess a biker kettle could be a thing
08:46:33 <Ysjoelfir> I think there is such a thing. :)
08:47:00 <rc-horse> you can buy handle heaters as well
08:47:06 <Ysjoelfir> true
08:49:32 <Ysjoelfir> I am pretty thrilled how well this system works. I should look up a manufacturer who can produce the metal parts as that takes a considerable amount of time on my mini lathe :P
08:49:52 <rc-horse> i should see if the blower works tomorrow. i bet tje carb is full of ice, and i doubt it has stopped havimg a flat tire
08:50:07 <rc-horse> uh yes.
08:50:09 <Ysjoelfir> probably not ;)
08:51:22 <rc-horse> making blanks should be quick dor someone with a real lathe, then you can do any custom stuff yourself
08:51:54 <rc-horse> so, how cold is it there now?
08:52:20 <DHess_US> https://imgur.com/a/fubIo
08:52:45 <rc-horse> is miss k angry about you testimg heaters in the fridge?
08:53:13 <Ysjoelfir> thats what I had in mind. get someone to make the round pieces, drill a 6mm hole in it, cut a sunk M8 on the other (for the clamping you suggested). I would then just have to put in the heating element, cut the clamp part and done.
08:53:50 <Ysjoelfir> its -2 around here atm. but I like the Idea testing it in the fridge :)
08:54:10 <rc-horse> my beer is too cold
08:54:45 <rc-horse> ok i have a guy trying to hook up hos trailer
08:54:53 <rc-horse> 8 times now
08:55:27 <Ysjoelfir> lo9l DHess_US :P
08:55:38 <Ysjoelfir> rc-horse - your workmate can't do it?^^
08:55:55 <rc-horse> npt even the same company
08:56:13 <Ysjoelfir> ah. thought you were on the trip with the other guy
08:56:33 <rc-horse> no, he is back to be on sick leave
08:56:54 <Ysjoelfir> sounds like a plan
08:57:10 <rc-horse> ok, 12 tries, and he is away
08:58:56 <Ysjoelfir> XD
08:58:59 <rc-horse> ok, one dock os feee, i think i will take it
08:59:07 <rc-horse> have fun
08:59:14 <Ysjoelfir> enjoy :D
08:59:26 Quit: rc-horse ([email protected]) Quit: leaving
09:36:13 <electrohead> DHess_US: lmao
09:53:27 * Ysjoelfir Grogs electrohead
09:54:19 Join: Nothing\ ([email protected]) to #EEVblog
09:54:46 * electrohead gets grogged
09:56:53 Quit: FP ([email protected]) Quit: http://www.kiwiirc.com/ - A hand crafted IRC client
10:39:15 Quit: coppice ([email protected]) Quit: Konversation terminated!
10:39:18 Join: coppice_ ([email protected]) to #EEVblog
10:40:19 Quit: coppice_ ([email protected]) Quit: Konversation terminated!
10:40:52 Join: coppice_ ([email protected]) to #EEVblog
11:58:03 Quit: TheDude ([email protected]) Ping timeout: 121 seconds
12:15:40 <rust_collector> hotdogs. could be worse
12:18:52 <T3sl4> stay chili
12:38:05 Quit: Nothing\ ([email protected]) Ping timeout: 121 seconds
13:13:00 Quit: coppice_ ([email protected]) Quit: Konversation terminated!
14:56:41 <EEVBlog> New EEVBlog Retweet: The Amp Hour Podcast: Brian Faith of @QuickLogic_Corp joins @Chris_Gammell to talk about how QuickLogic FPGAs now officially use Symbiflow for design. They also discuss @SensiML, a platform to create flexible, low power devices for machine learning applications. https://t.co/6UFGb6eO37 https://t.co/Xtd0IBtzMI
14:59:22 <EEVBlog> New EEVBlog Retweet: Science, technology, engineering, and mathematics: The legend https://t.co/GrxqmtHlrf
15:42:56 <T3sl4> Halcyon: https://i.redd.it/5pf478hhosa61.png
15:43:59 <rust_collector> oh cool! you can see the little person operating that, inside the eyes
15:44:08 <rust_collector> very clever machine
16:02:57 <rust_collector> ok
16:03:38 <rust_collector> in what chinese zoo did they display a large hairy dog in stead of a lion, in 2013?
16:11:08 <T3sl4> dunno. sounds more like dinner
16:51:58 Join: LunaCat ([email protected]) to #EEVblog
16:52:31 Quit: LunaCat ([email protected]) Quit: -a- IRC for Android 2.1.59
17:00:39 Join: Guest|65469 ([email protected]) to #EEVblog
17:00:59 Quit: Guest|65469 ([email protected]) Quit: http://www.kiwiirc.com/ - A hand crafted IRC client
17:19:08 <T3sl4> steve30: https://i.redd.it/2d15mmm24sa61.jpg
17:27:28 <steve30> hi
17:29:58 * T3sl4 meows at steve30
18:00:16 <EEVBlog> New EEVBlog Tweet: Yes, the rumors are true, @ElectroBOOMGuy is now on Odysee! @OdyseeTeam Is he now the biggest Youtuber to come over at 4.1M subs? https://t.co/fxmGqjGThk
18:04:17 <EEVBlog> New EEVBlog Retweet: LBRY: LBRY is an alternative to YouTube in the same way the internet was an alternative to newspapers
18:37:44 <Halcyon> T3sl4: Stupid rat
18:37:56 <T3sl4> :P
18:39:37 <steve30> hi Halcyon
18:40:54 <Halcyon> Hey Steve :)
18:41:13 <steve30> I've got a doctors appointment tomorrow, but its forecast rain :(
18:58:44 <Halcyon> Oh no :(
19:08:12 * steve30 snuggles up to Halcyon
19:17:57 <Halcyon> \o/
19:23:48 * Ampera hugs Halcyon
19:24:21 <Halcyon> Aww affection all around
19:24:29 <Ampera> how are you doing friend
19:24:29 <Halcyon> Sorry was outside moving the sprinkler
19:24:34 <Halcyon> Yeh doing OK
19:24:35 <Halcyon> You?
19:24:41 <Ampera> Fairly good
19:25:02 <Halcyon> I've created a "Licensing" dataset on my NAS... just trying to work out how to structure the folders
19:25:10 <Ampera> Licensing?
19:25:22 <Halcyon> I want to separate out the license keys and such from my Software share
19:25:35 <Ampera> why
19:25:44 <Halcyon> So everyone has access to the software itself, but not necessarily the serials and keyfiles
19:25:59 <Ampera> couldn't you just reduce permissions on the serial files?
19:26:08 <Halcyon> Eh, too messy to maintain
19:26:22 <Halcyon> Then if I ever forget and recursively apply permissions, I undo all that work
19:26:55 <Ampera> what you can then potentially do is symlink to those files. I think you might be able to do it in a away where you can't set permissions on anything but the original
19:27:10 <Halcyon> Yeh I could do that too
19:27:11 <Ampera> so you can still have the simplicity of the files just being right there
19:27:40 <Ampera> either that, or write a cron job that occasionally resets the permissions of all files you want to be restricted
19:28:01 <Halcyon> But yeh at the moment, my serial keys are in the same folder as the ISOs and install files and some of it is personal issue (or licensed to the Government)
19:28:01 <Ampera> for example, if all your licenses are in .serial files you can have a cron recurse over the software dir on a schedule and always set the permissions back
19:29:06 <Ampera> https://youtube.com/watch?v=bDuSNQf823A I'm listening to songs about the ghetto
19:29:22 <Ampera> like a proper rebel >:)
19:30:43 <Halcyon> Most of them are text files, some of them registry keys, others are some proprietary key/cert thingy
19:31:58 <Ampera> good fucking lord
19:32:06 <Halcyon> What?
19:32:09 <Ampera> German politicians never cease to be enigmas
19:32:31 <Ampera> not sure if you heard Angela Merkel getting upset at Twitter permabanning Trump
19:32:33 <Halcyon> Well.... I was going to say they invented the Engima, but that's not correct
19:32:39 <Halcyon> I think the British invented it?
19:32:58 <Ampera> that's the sort of historical knowledge I expect from someone who thought Texas might be part of Mexico
19:33:03 <Halcyon> I thought Angela Merkel was a type of fish
19:33:27 <Halcyon> Or is that Mackarel... confusion :P
19:33:28 <Ampera> Good to see the Australian military is doing well on its state sponsored weaponized stupidity program.
19:33:54 <Halcyon> The ADF stole it from the Americans. We wanted to make sure it worked properly before we used it on our citizens :P
19:34:14 <Ampera> What's fucking sad, though, is, via Slashdot, "Steffen Seibert, her chief spokesman, said at a regular news conference in Berlin. Rights like the freedom of speech "can be interfered with, but by law and within the framework defined by the legislature -- not according to a corporate decision.""
19:34:49 <Ampera> I'm gonna give him a pass on wording, because this was probably translated, and the quote is not complete
19:34:53 <Ampera> but the notion is still fucking sad
19:36:07 <Ampera> At least I can meet with them half way on communications trusts shouldn't be allowed to infringe on political expression, especially from elected officials
19:36:52 <Halcyon> I'm thinking about re-organising my Software share too, to be in-line with my hardware/drivers share... i.e.: Brand\Model\Version
19:37:28 <K> hello beans
19:37:46 <Halcyon> But I wonder if splitting up Software by Brand/Developer makes it more complicated
19:37:58 <Halcyon> Since most people know the Product, not the Brand
19:38:12 <Ampera> hey Halcyon, I found a picture of you at work
19:38:13 <Ampera> https://nypost.com/wp-content/uploads/sites/2/2021/01/moody-police.jpeg?quality=90&strip=all
19:38:22 <Halcyon> :P
19:38:33 <Halcyon> That is one ugly car
19:38:52 <Ampera> what's wrong with it
19:38:58 <Halcyon> It's ugly?
19:38:59 <Ampera> I mean it's not gorgeous, but it's a normal police car
19:40:14 <Halcyon> https://cdn.newsapi.com.au/image/v1/9daed1221c9ddc5af3ebc39778d9e7d1?width=650
19:40:17 <Halcyon> Ours look nicer
19:40:26 <Halcyon> Except they are getting rid of the Chrysler's... they are crap
19:42:35 <Ampera> Your look like discount matchbox
19:42:48 <Ampera> with the cheapest chinese decals possible :P
19:43:12 <Halcyon> I think they are printed locally, at great cost
19:43:54 <Ampera> at least it's better than the hatchbacks the UK police scoot around in
19:45:09 <Halcyon> And these are for transporting prisoners: https://thumbs.dreamstime.com/b/exterior-view-kings-cross-police-station-cars-front-sydney-australia-th-december-nsw-137004667.jpg
19:45:49 <Ampera> Aren't all your vehicles technically for transporting prisoners?
19:46:01 <Ampera> I mean australian vehicles in general
19:46:06 <Halcyon> Sedans are a last resort because they are not fitted with cages
19:46:12 <Halcyon> Oh har har
19:46:13 <Halcyon> :P
19:46:28 <Halcyon> And I think you mean convicts :P
19:46:53 <Ampera> you're the one who said prisoners
19:47:08 <Halcyon> And by prisoners, I mean black people... I mean offenders
19:47:15 <Halcyon> (For those reading, I am actually joking)
19:47:48 <Ampera> if you made that joke as a cop here they'd have a new ornament, impaled firmly on a steel spike, in the center of the city
19:48:32 <Halcyon> Ornament?
19:49:27 <Ampera> Yeah, like someone's head on a plaque, except still alive, and impaled
19:50:04 <Ampera> although, now that I think of it, you may be a fan of a good impaling...
19:50:31 * steve30 meows at his empty coffee cup
19:51:05 * Ampera fills steve30's coffee cup with incandescent hot perc coffee made on the finest full thrust gas stove
20:06:40 <Halcyon> Mmmm thrust
20:07:01 Join: TheDude ([email protected]) to #EEVblog
20:08:20 * Halcyon noms on a cheese sammich
20:21:29 * steve30 collapses onto Halcyon
20:21:37 <steve30> i'm tired
20:22:35 <K> what is "hot perc coffee" ?
20:23:47 <Ampera> K, percolators are a type of stovetop coffee makers that make coffee by boiling water up a tube onto a basket of grounds
20:24:04 <Ampera> They're famous for making oppressively hot, burnt coffee.
20:24:35 <Ampera> Usually preferred by older people who grew up with nothing but perc coffee, my great grandfather loved it.
20:27:51 <K> ah.
20:58:10 * Halcyon licks Ampera
20:58:21 <Ampera> <3
20:58:22 * Ampera hugs Halcyon
20:58:47 <Ampera> I've decided I'm gonna do a thing and take a picture of me every day as I start transitioning.
20:59:12 <Halcyon> I like that idea
21:01:56 <Ampera> it's cliche, but I genuinely want to have an indication of progress
21:06:19 <K> eating with cutlery is cliche too
21:07:53 <Halcyon> How else do you eat K ?
21:08:07 <Halcyon> Chopsticks are cutlery too
21:08:24 <Ampera> android is dumb
21:08:36 <Ampera> I sent it an ssh key over bluetooth and it refused to take it unless it had a file extension
21:08:48 <Halcyon> Your phone is dumb
21:09:30 <K> i eat directly from newspaper sheet, no hands involved
21:09:31 <Halcyon> Actually speaking of Bluetooth and crazy... I wonder if BluetoothOverWAN is a thing
21:09:34 Quit: welterde ([email protected]) Ping timeout: 121 seconds
21:09:36 <Halcyon> Where you can Bluetooth me things
21:11:01 <Ampera> why would you want to do that
21:11:07 <Halcyon> Because?
21:11:11 <Halcyon> Shits and giggles
21:11:14 <Ampera> bluetooth is a terrible terrible mess of a standard when it's used for what it's intended
21:11:21 <Halcyon> Yes, yes it is
21:11:38 <Halcyon> But it would be cool to encapsulate Bluetooth packets over IP to the other side of the world
21:11:40 <Ampera> bluetooth is, as far as I know, packet based, with a structure at least somewhat similar to ethernet, so it might be easy
21:12:05 <Halcyon> For no other reason but to say that you can
21:12:13 <Halcyon> For example stream audio to a Bluetooth speaker here :P
21:12:41 <Ampera> The thing is, when you do things "to say that you can", they're usually cool but useless things
21:12:43 <Ampera> bluetooth is just a plague
21:13:00 <Ampera> it's almost worse than it simply not existing in its own right
21:13:15 <Halcyon> Well NFC then, it would be like Stargate
21:13:25 <Halcyon> Put your phone on a pad and it transmits across the world
21:13:37 <Ampera> I'll put you on a pad
21:14:04 <Halcyon> :P
21:19:34 Join: welterde ([email protected]) to #EEVblog
21:20:32 * Halcyon slaps Ampera
21:21:16 * Ampera kisses Halcyon
21:23:17 <K> wrong order of operations detected!
21:23:28 * Ampera licks K
21:23:38 <K> *core dumped*
21:23:44 <DogWomble> Kernel Panic
21:23:51 * Ampera meditates guruly
21:23:57 <EEVBlog> New EEVBlog Tweet: I wonder, are there more possible game combinations in scrabble or chess?
21:24:26 <Halcyon> Awww cute ducks: https://www.youtube.com/watch?v=fT1AvW773kM
21:24:57 <Ampera> I'd imagine scrabble, as there are more possible pieces, far more tiles, and a particularly diverse tree of iterations
21:25:04 <DogWomble> You heard it here first. Halcyon has finally gone quackers
21:26:42 Join: Guest|55334 (Guest55334`[email protected]) to #EEVblog
21:26:58 Quit: Guest|55334 (Guest55334`[email protected]) Quit: http://www.kiwiirc.com/ - A hand crafted IRC client
21:27:05 <Ampera> he's been quackier than a quaker for ages
21:36:40 <K> are quakers particulary cray-cray?
21:36:46 <K> just odd, no?
21:36:55 <Halcyon> :P
21:36:55 <Ampera> I've never met one, they are not common.
21:41:40 <DogWomble> but do you have cheese with your quackers?
21:43:10 <K> borderline racis joke eh
21:45:02 <Halcyon> Mmm cheese
21:45:13 <Halcyon> Anyway I'm off to bed guys
21:45:26 <Halcyon> Well... guys and Ampera
21:45:37 * Ampera smacks Halcyon
21:45:41 * Ampera hugs Halcyon
21:45:43 <Halcyon> Love you too :)
22:17:39 <Ysjoelfir> mornings
22:17:54 * Halcyon sleepily hugs Ysjoelfir
22:18:11 <Ampera> hi Ysjoelfir, how are you doing?
22:19:02 <Ysjoelfir> cold
22:20:26 <Ampera> I haven't been programing professionally for very long, but I'm already enjoying seeing old comments from myself
22:20:28 <Ampera> "//Very messy dynamic UI resizing function, tread if you dare, modify if you're insane."
22:41:21 <Ysjoelfir> lol :) nice, sounds like me
22:45:24 Join: steve30000 ([email protected]) to #EEVblog
22:48:05 Quit: steve30 ([email protected]) Ping timeout: 121 seconds
23:05:32 Quit: steve30000 ([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
23:08:45 <K> shit-flippers
23:08:53 <K> aka brown-nosed-dolphins
23:13:40 Join: steve30 ([email protected]) to #EEVblog
23:29:57 <Ysjoelfir> ew
23:32:39 <K> you don't like dolphins, Ysjoelfir?
23:32:59 <Ysjoelfir> pesky little critters
23:35:13 <K> eatin all the fish!
23:40:49 <Ysjoelfir> And all the licqorice!
23:41:27 <Ampera> ARTICHOKE
23:41:29 Quit: Ampera ([email protected]) Quit: Quick! Someone tell Ampera his server has caught fire!
23:41:41 Join: Ampera ([email protected]) to #EEVblog
23:41:50 Quit: Ampera ([email protected]) Changing hosts
23:41:50 Join: Ampera ([email protected]) to #EEVblog
23:42:06 <Ysjoelfir> that killed him
23:42:18 <Ampera> killed who
23:44:30 <Ampera> certs renewed
23:44:35 <Ysjoelfir> ah
23:44:39 <K> how can we know?
23:44:51 <Ampera> K, get TLS info for https://amperaa.net
Search this day's buffer:
