<kmath>
<✔patrickgaley> France is about to experience its second #heatwave of the year, with temperatures expected to top 40C in Paris, pos… https://t.co/y5VHCT6q4y
eldeifo has quit [Client Quit]
eldeifo has joined #KSPOfficial
Quijote_Libre has joined #KSPOfficial
Quijote_Libre has quit [Client Quit]
<nate>
Mat2ch: Bah boohoo, we just had that over our past weekend. Kickback, hydrate and keep a fan on you if you have no AC :P
JVFoxy has joined #KSPOfficial
<Fluburtur>
oi
<Althego>
ho
<JVFoxy>
lo
<Azander>
Mat2ch: Go to Detroit, no power, and temps planning to be over 40C
<Eddi|zuHause>
i need to go outside to get more drinks, i fear :/
Wetmelon has joined #KSPOfficial
<Mat2ch>
Eddi|zuHause: That's the reason, why I drink tap water
<Mat2ch>
nate: AC is pretty uncommon here. But I have the feeling that this will change very quickly very soon.
<JVFoxy>
I mostly went with fans up till this year. Room mate had gotten a space AC unit. Was either that or keep bugging me to leave my room door open to let cooler front room air through
<packbart>
for the first time in years, I have an office with AC. now I just need to convince the coworkers to use it
<darsie>
I let cool air in at night and keep windows and curtains closed during the day. I take off clothes or when this is not enough I put on a t-shirt and spray water on it. A fan would amplify the cooling.
<darsie>
Maybe NSFW.
<Mat2ch>
well, when the nights wont get colder than 23° C you can't let in cool air at night...
<darsie>
23 is cool compared to 40 °C.
hashashin has joined #KSPOfficial
<Mat2ch>
but won't really cool down the house or appartment
<darsie>
May cool down to 26 C.
<Mat2ch>
my brain stops working at 25°
<darsie>
There's the clothes/spray/fan thing, too.
<JVFoxy>
used to be ok here at night with just fan. But now I'm wondering if something about the house is staying stupid hot for well into the night. Room gets pretty hot fairly quickly if AC isn't running constantly
<JVFoxy>
though.. tonight, AC kicked off and hasn't really warmed up again...
<TheKosmonaut>
Summer here has been great.
<TheKosmonaut>
Barely goes North of 30°
<Mat2ch>
Where are you at? I'm coming. :D
<packbart>
the weather is always bad, no matter what it is
<JVFoxy>
last year, west coast Canada hit 36c.. some almost to 40s
* packbart
shouldn't complain - Hamburg isn't exactly known for its great summer days
<JVFoxy>
this next week or so, highest it'll get is 22c, with a few bits of rain later in the day and end of the week
<Mat2ch>
packbart: Oh, I'm going to be there at the beginning of September
<Mat2ch>
packbart: also the weather last week was great
<JVFoxy>
poking net on usual Hamburg weather, sort of close to what we normally get over here.. or at least supposed to
Malachite has joined #KSPOfficial
Wetmelon has quit [Ping timeout: 206 seconds]
eldeifo has quit [Quit: eldeifo]
<Mat2ch>
Uh, SpaceX CRS 18 later today
<Mat2ch>
22:24 GMT
eldeifo has joined #KSPOfficial
tumbleweed has joined #KSPOfficial
bildramer has quit [Ping timeout: 198 seconds]
sasamj has joined #KSPOfficial
Ezko has quit [Remote host closed the connection]
JVFoxy has quit [Quit: Leaving]
Althego has quit [Quit: leaving]
<Fluburtur>
lemme get the video actually
<Fluburtur>
way too hot in france
Althego has joined #KSPOfficial
<umaxtu_>
Fluburtur, its way too hot everywhere
umaxtu_ has quit [Quit: Leaving]
umaxtu has joined #KSPOfficial
<Althego>
supa hot
<UmbralRaptor>
KILL THEM ALL
<packbart>
[Redacted by moderator]
<packbart>
those forum threads sure can get a little heated
* UmbralRaptor
may have gotten super hot as part of a summer sale
Ezko has joined #KSPOfficial
<UmbralRaptor>
Also, for some reason endless mode feels like some nightmares >_>
eldeifo has quit [Quit: eldeifo]
<Mat2ch>
Let's go to space. It's much much there.
<GlassYuri>
...is it just me or do hex editors just suck
<GlassYuri>
like, they show some bytes and some garbled ascii, that's it
<Althego>
what else do you expect from them
<Althego>
usually you can search by hec and by string
<Althego>
and of course modify the content
<GlassYuri>
if I have a bit which I think is floating point, I can't do the common sense thing and highlight the portion to check if it is and what value it would have
<Mat2ch>
GlassYuri: uh, I'm not sure what the name was, but some have options to display more than that
<Althego>
i know people who can read floating point numbers from binary
<Mat2ch>
like adding a script that decodes the hex data to human readable form
<Althego>
is it a structured format using records?
<Althego>
because in that case you are better off writing your own dumper, in c, perl, python, etc
eldeifo has joined #KSPOfficial
<GlassYuri>
Althego, ideally I would want an hex editor with an integrated scripting system that can be used to easily validate discoveries on a large set of files
<Althego>
once i found a way for vim to display binary as a hexeditor
<Althego>
i guess you could edit that further
<Althego>
but i would even do it in ada first before trying to make it work in vim
<GlassYuri>
my ideal would be to have it inside vscode
Ezko has quit [Read error: Connection reset by peer]
Ezko has joined #KSPOfficial
<GlassYuri>
well technically you can run vim in git bash in vscode
<Althego>
they you can propably add you own viewer there too
<GlassYuri>
but that doesn't solve the problem that hex editors don't have the features I expect them to
<Althego>
no, but you just need a bin to hex and a hex to bin converter
<Althego>
or rather bin to own format and own format to bin
<Althego>
and whatever the wrapper that still needs to be done
<Althego>
so i would just use std in and out
<Althego>
and then integrate them into something if it is necessary, but actuallny not