ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
SLema has quit [Quit: WeeChat 3.8]
SLema has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57788] - https://git.haiku-os.org/haiku/log/?qt=range&q=32c59a45e1a0+%5E0caf909cecb5
<nekobot> [haiku/haiku] 32c59a45e1a0 - strace: TypeHandler for iovec*.
mmu_man has quit [Ping timeout: 480 seconds]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57789] - https://git.haiku-os.org/haiku/log/?qt=range&q=20ac27def64f+%5E32c59a45e1a0
<nekobot> [haiku/haiku] 20ac27def64f - kernel/fs: Fix readv/writev after the seek-disabled refactor.
Nephele has quit [Quit: This computer has gone to sleep]
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57790] - https://git.haiku-os.org/haiku/log/?qt=range&q=8e56b86bdd55+%5E20ac27def64f
<nekobot> [haiku/haiku] 8e56b86bdd55 - kernel: Use BStackOrHeapArray in fd & port vector I/O syscalls.
dalme_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<OscarL> damn weak earthquake, its low frequency sounds where quite annoying, thou.
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<OscarL> Mmm, now that I see that kernel/fs commit message, talking about a previous commit regarding ESPIPE... was wondering if I should have used that instead on https://review.haiku-os.org/c/haiku/+/7397
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57791] - https://git.haiku-os.org/haiku/log/?qt=range&q=05404cc538b3+%5E8e56b86bdd55
<nekobot> [haiku/haiku] 05404cc538b3 - freebsd_network: Print the bounce buffer type in panic message.
<waddlesplash> OscarL: probably not, as there is a "start" and "end"
<waddlesplash> this is mostly just for FIFOs and other such things that really have no concept of position
<OscarL> my thinking is... you can't seek those drivers' "files"... and posix says: These functions shall fail if: [ESPIPE] "The file is incapable of seeking."
<OscarL> but... I'll take your word (and korli's) over my reading of the specs :-)
<waddlesplash> that's for seek()
<waddlesplash> files on devfs probably shouldn't be S_IFIFO
<waddlesplash> and if they aren't S_IFIFO they shouldn't return ESPIPE
<OscarL> makes sense.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57792] - https://git.haiku-os.org/haiku/log/?qt=range&q=a85ea80f684a+%5E05404cc538b3
<nekobot> [haiku/haiku] a85ea80f684a - Fix adding Gutenprint to regular image
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57793] - https://git.haiku-os.org/haiku/log/?qt=range&q=d1c8e2fe7c71+%5Ea85ea80f684a
<nekobot> [haiku/haiku] d1c8e2fe7c71 - strace: Don't print the starting "_kern_" in the stats view.
CompanionCube has quit [Quit: ZNC - http://znc.in]
CompanionCube has joined #haiku
HaikuUser has joined #haiku
<HaikuUser> hello?
Shaka444 has quit [Read error: Connection reset by peer]
<OscarL> hey there HaikuUser.
<arraybolt3> HaikuUser: o/
<HaikuUser> are you a bot?
<OscarL> not yet :-P
<HaikuUser> ok :)
* OscarL tried to replace himself with a script, but he is too bad at coding :-P
<HaikuUser> da fuck?
<OscarL> trying Haiku for the first time, HaikuUser? or you had expetience with it already?
<OscarL> (excuse my typos, I suck at English too)
<HaikuUser> no, i runig it upon a virtual machine for first time
<OscarL> Have fun then! :-)
<HaikuUser> thanks
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
HaikuUser has quit [Ping timeout: 480 seconds]
MisthaLu has joined #haiku
MisthaLu has quit [Quit: Leaving]
Calisto has joined #haiku
<Calisto> Heyyy
Calisto has quit [Read error: Connection reset by peer]
Begasus has joined #haiku
<Begasus> g'morning peeps
freddietilley has joined #haiku
MisthaLu has joined #haiku
<OscarL> Good morning Begasus. Still cold on your side of the world? (2°C here right now :-/)
Maturi0n has quit [Remote host closed the connection]
<Begasus> g'morning OscarL! up already?
<OscarL> haven't gone to bed yet :-D
<Begasus> prognose today 30° here
<Begasus> lol
<Begasus> k, packaging this ecode thing shouldn't too hard :)
<Begasus> just not the latest tag, that crashes
<OscarL> man recipe full of $portPackageLinksDir, a Begasus' favorite!
<Begasus> nooo!!!!
<OscarL> :-D
<Begasus> just to exra SOURCE_URI's :P
<OscarL> don't worry, it is disabled (in favor of mandoc)
<Begasus> ah right, need to check that
<OscarL> I might steal its post-install script thou, to deal with packages that leave outdated config files with package versions in paths.
Maturi0n has joined #haiku
<OscarL> (which causes them to break when you install a different version)
<Begasus> which PR are you refering too? not seeing any portpackagelinksdir in the one for man
<Begasus> not post-install script
<OscarL> I'm just reading .recipes locally.
<Begasus> ah
<Begasus> nuked a few ones earlier, not needed :P
<OscarL> I'll try to give a look at mandoc tomorrow (to see why it complains about outdated database)
<Begasus> updatedb?
<Begasus> seen it sometimes, but that's expected with in/uninstalling things here :)
<OscarL> yhttps://github.com/haikuports/haikuports/issues/10415 <<< I've seen that since at least 2022
<OscarL> heh, seems I have an unfinished "mandoc-1.14.6.recipe", dated 21-Oct-2022 :-D
<Begasus> tss
<Begasus> keep track! :)
<OscarL> good thing that's still the latest version.
<OscarL> time to drop it's gcc2 version too (only provides "cmd:"s, so should not cause problems)
<Begasus> +1
<Begasus> heh
<Begasus> allowed = {
<Begasus> { "SDL2", "SDL2" },
<Begasus> }
<Begasus> not a lot of choices :P
HaikuUser has joined #haiku
<OscarL> ah... mandoc patchset doesn't applies cleanly... no wonder I left it there in 2022... I had no idea how to work with those files back then :-D
<Begasus> you got a roadmap for that now :P
<Begasus> (had to strugle with the ones for TBB also), buggers changing things so much :P
* OscarL reaches for his "updating patches for dummies, and folks with weak memory".
<Begasus> heh
<Begasus> writing down the roud to get to the latest "usable" TBB would take too long to read :)
<Begasus> road*
MisthaLu has quit [Quit: Leaving]
<Begasus> OscarL, mdnsresponder still wip or good to go?
<Begasus> rman good?
<OscarL> rman should be good as is.
<Begasus> k, one down :)
kinkinkijkin has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±1] https://github.com/haikuports/haikuports/compare/4e36cb8f5bc7...debd1f29b059
<botifico> [haikuports/haikuports] OscarL debd1f2 - rman: enable for all archs; trimmed down the patch file. (#10634)
<OscarL> mdnsresponder too (I might have some further patchset refinements, but nothing affectign functionallity that much).
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+3/-0/±0] https://github.com/haikuports/haikuports/compare/debd1f29b059...5390da83e8d1
<botifico> [haikuports/haikuports] OscarL 5390da8 - mdnsresponder: new recipe. (#10627)
<OscarL> I think we can add a "revision 2" for it when I finish working on it.
<Begasus> patches welcome :)
<OscarL> :-D
<OscarL> At least I'll know if buildmasters will like the recipe or not :-D
<Begasus> hwloc2 should be good too, but I need to check depending packgages for that first
<Begasus> heh
<OscarL> updated commit 1 of 4 for mandoc (I think it was the largest). Either I'm getting better at this... or it will blow out when I try to compile it :-P
<Begasus> stil doing manual way here, a bit too complecated how you wrote it for me ;)
<OscarL> I'll try to simplify it at some point. Maybe I should do some screen-capture. Once you see it, it is pretty easy.
<Begasus> add a "for dummies" section ;)
<Begasus> grabbing ecode_bin-0.5.2-1-x86_64.hpkg and moving it to /Opslag/haikuports/packages/ecode_bin-0.5.2-1-x86_64.hpkg :)
<OscarL> heck... I think I'll even will end up writting a script for this, with easier to remember commands, and less typing :-D
<Begasus> have to use -G though, it puts the .git directory also in the package otherwise?
<OscarL> that's crazy :-)
<Begasus> yeah, maybe cp -a does that :P
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
<Begasus> cp -a ./{assets,lib,ecode,ecode.png} $appsDir/Ecode (works well enough)
<OscarL> And finally... "hp -e mandoc".
<OscarL> kinda insane that a <700 KiB tarball explodes into a work-dir of 21+ MiB :-/
<OscarL> "hp -c mandoc && hp -b mandoc"... .patchset applies now. Who knows if I got it right, thou :-P
rexbinary has quit [Quit: ZNC - https://znc.in]
rexbinary has joined #haiku
<Begasus> you will in a bit :)
<Begasus> if it does, "hp -e" to be sure things are put right :)
<OscarL> needs a couple of new small patches.
<OscarL> (it's an updated version, after all)
<OscarL> and seems the Haiku port uses some "#ifdef" code paths that upstream hasn't fully tested (missing variable declarations, and stuff like that)
<OscarL> "grabbing mandoc-1.14.6-1-x86_64.hpkg and moving it..."
<Begasus> even if new things are needed I mostly do a "hp -e" to be sure I have a clean patchset
<OscarL> yeah, same here, I just extracted it again so... we should be good.
<OscarL> Welp, at least it builds. time to save my changes, push them up, just for backups... and call it a day (5:38 in the morning)
<Begasus> right, the day just starting there!
<Begasus> was already at my first coffee at that time :P
<OscarL> I might take a glass of hot milk... and hit the bed :-D
<Begasus> don't spoil with the milk then, sleep well :)
<OscarL> k. Push done. Will try to see find the cause of https://github.com/haikuports/haikuports/issues/10415 when I wake up.
<OscarL> See you around Begasus! Have a great day!
<Begasus> thanks
OscarL has quit [Quit: "I'll be back!"]
mmu_man has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-1/±0] https://github.com/haikuports/haikuports/compare/5390da83e8d1...53867c05a58a
<botifico> [haikuports/haikuports] Begasus 53867c0 - hwloc2, bump version (#10630)
mmu_man has quit [Read error: No route to host]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
cp- has joined #haiku
<Begasus> tss ... Fetching package for devel:libboost_iostreams >= 1.69.0 ...
Calisto has joined #haiku
<Calisto> Hey everyone
<Calisto> hope you all are doing well :)
<Begasus> Hi Calisto :)
<Calisto> hey Begasus
<Calisto> how are you doing?
<Begasus> fine here :)
<Begasus> you?
<Calisto> I'm doing good to
<Calisto> too*
<Calisto> so what are you working on today?
<nekobot> [haiku/haiku] korli pushed 1 commit to master [hrev57794] - https://git.haiku-os.org/haiku/log/?qt=range&q=28748463d9ca+%5Ed1c8e2fe7c71
<nekobot> [haiku/haiku] 28748463d9ca - kernel: check for NULL core in power_saving mode choose_core()
<Begasus> follow ups on TBB
<Calisto> ohh okay
<Calisto> that's nice :)
<Begasus> not really with this annoying $portPackageLinksDir :/
<Calisto> oh okay. I wish i understood what that meant :(
<Calisto> but that sounds nice :)
<Calisto> I'm adding the directory filtering code to the FindPanel.cpp file at the moment
<Calisto> to add directories in the option that allows you to select volumes.
<Calisto> hopefully it works out fine :)
<Begasus> that variable links to the virtually mounted package in use by the build with haikuporter
<Calisto> ohhh i see
<Begasus> sounds like fun too :)
<Calisto> yup... i had to deal with this weird error yesterday
<Calisto> it made absolutely no sense :(
<Calisto> still don't know what was causing it
<Calisto> but I asked nielx[m] to look at it once. Hopefully he will tell me what was causing it :)
<Calisto> Like even after a file was being deleted a query to it was returning the file
<Begasus> whoops
<Calisto> but atleast now because of that bug I ended up using the BEntry::Exists() function everywhere to ensure that the file exists :)
<Calisto> after that it works fine
<Begasus> +1 progress!
<Calisto> im just waiting for the go-ahead signal from nielx[m] then I guess i will upload the blog post and the gerrit commit
<Calisto> so while i was waiting for that I thought ill get started with the directory filtering :)... Have to get this done before the mid-term eval
<Begasus> nuking the attempts, not in the mood to fiddle with those annying variable ..
<Calisto> xD
<Calisto> alright then, i'll be afk for a bit and try to make some progress on the directory filtering :)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-2/±0] https://github.com/haikuports/haikuports/compare/53867c05a58a...2c6c67705862
<botifico> [haikuports/haikuports] Begasus 2c6c677 - tbb, bump to latest release not introducing tcm (#10631)
<Begasus> good luck!
<Calisto> Thanks :)
<Calisto> btw I just had a small question if anyone could help me out with it.. Is it always necessary to run the InitCheck functions before using things like a BEntry or a BFile?
<Calisto> or should I just put it in everywhere I use them just in order to ensure everything works well?
HaikuUser has joined #haiku
HaikuUser has quit []
<Begasus> biab
Begasus has quit [Quit: Vision[]: i've been blurred!]
Begasus has joined #haiku
MisthaLu has joined #haiku
zard has joined #haiku
mmu_man has joined #haiku
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
higen has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+4/-0/±0] https://github.com/haikuports/haikuports/compare/2c6c67705862...4f794c236c2d
<botifico> [haikuports/haikuports] johna23-lab 4f794c2 - Cceleste: add recipe for Cceleste (#9603)
<Begasus> old one down
mmu_man has joined #haiku
<Begasus> OscarL, get a move on those draft PR's! ;)
mmu_man has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
CalistoMathias has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]
Calisto has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+0/-0/±1] https://github.com/haikuports/haikuports/compare/4f794c236c2d...98facbd0b9d4
<botifico> [haikuports/haikuports] hfsfox 98facbd - internalmidi: fix SettingsMainView (#9748)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/98facbd0b9d4...b982bbd6b839
<botifico> [haikuports/haikuports] yann64 b982bbd - bacon : new receipe (#10219)
<Begasus> cleaning up :)
CalistoMathias has quit [Ping timeout: 480 seconds]
cebulon has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/b982bbd6b839...6783622dd854
<botifico> [haikuports/haikuports] hfsfox 6783622 - i2pd: bump version (#10591)
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
cebulon has quit [Quit: Vision[]: i've been blurred!]
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/6783622dd854...77e47b3adcee
<botifico> [haikuports/haikuports] JadedCtrl 77e47b3 - pogger: new recipe (#6263)
<Begasus> 3 yrs old, but still working fine as is :)
<Calisto> Heyyy
<Begasus> wb :)
<Calisto> yup :)
<Calisto> made some progress.. Going to just finish up my dinner and everything and then continue :)
<Calisto> thought i'd just peek in on the IRC to see what was happening :)
<Begasus> enjoy :)
<Begasus> not much, cleaning up at PR's and going over the remaining ones atm
<Calisto> btw Begasus, do you work full-time elsewhere or full-time on Haiku... sorry if this is something I shouldn't be asking :(... I was just curious :)
<Calisto> oh okay that's nice
<Begasus> retired now :)
<Calisto> ohhhh wow thats great
<Begasus> and free time to spare here
<Calisto> yup :D
<Begasus> lately about 6hrs a day (give or take a few)
<Calisto> oh that's nice to hear
<Begasus> heh, not sure everyone is pleased :D
<zard> PulkoMandy: It's not possible to upload changes to devconsole
<zard> I can't register my email address. It fails with "realm does not allow adding emails"
<zard> And pushing changes fails with "email address is not registered in your account"
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/77e47b3adcee...6ac0a6fce9c7
<botifico> [haikuports/haikuports] Begasus 6ac0a6f - kpimtextedit, add KF6 recipe (#10635)
xiku has joined #haiku
NovaForte[m] has quit [Remote host closed the connection]
KSPAtlas[m] has quit [Remote host closed the connection]
eno_dk[m] has quit [Remote host closed the connection]
VitorReus[m] has quit [Write error: connection closed]
BZK[m] has quit [Write error: connection closed]
psydroid[m] has quit [Write error: connection closed]
AlessandroMolina[m] has quit [Write error: connection closed]
M3dEyes[m] has quit [Write error: connection closed]
ZorPrime[m] has quit [Write error: connection closed]
xmeadow[m] has quit [Write error: connection closed]
KrishnaNarayanan[m] has quit [Write error: connection closed]
BoxingOctopus[m] has quit [Write error: connection closed]
RajAryan[m] has quit [Write error: connection closed]
enadasa[m] has quit [Write error: connection closed]
heikki[m] has quit [Write error: connection closed]
ahmed[m] has quit [Write error: connection closed]
aa55[m] has quit [Write error: connection closed]
kniffy has quit [Write error: connection closed]
Jonm58[m] has quit [Write error: connection closed]
ChhaviTekriwal[m] has quit [Write error: connection closed]
AkshayWarrier[m] has quit [Write error: connection closed]
NisargThakkar[m] has quit [Write error: connection closed]
jryans has quit [Write error: connection closed]
AniketRaj[m] has quit [Remote host closed the connection]
Alexis[m] has quit [Remote host closed the connection]
RukiWang[m] has quit [Remote host closed the connection]
general_j[m] has quit [Remote host closed the connection]
zuckerberg[m] has quit [Write error: connection closed]
pbry[m] has quit [Write error: connection closed]
november31stOld[m] has quit [Write error: connection closed]
N516[m] has quit [Write error: connection closed]
KENZ[m] has quit [Write error: connection closed]
jmc-88[m] has quit [Write error: connection closed]
europa64[m] has quit [Write error: connection closed]
Dio9sys[m] has quit [Write error: connection closed]
dfergfla[m] has quit [Write error: connection closed]
chaoticbob[m] has quit [Write error: connection closed]
britishgeekguy[m] has quit [Write error: connection closed]
TurBoss has quit [Write error: connection closed]
SwagatSBhuyan[m] has quit [Write error: connection closed]
js has quit [Write error: connection closed]
kallisti5[m] has quit [Write error: connection closed]
RUSHIKESH[m] has quit [Remote host closed the connection]
muhamed_emad[m] has quit [Write error: connection closed]
geigercounter[m] has quit [Write error: connection closed]
ermo[m] has quit [Write error: connection closed]
Cytlan[m] has quit [Write error: connection closed]
hexagon[m] has quit [Write error: connection closed]
VulcanSphere[CatgirlCloudMatri has quit [Write error: connection closed]
thetick1[m] has quit [Write error: connection closed]
senicar[m] has quit [Write error: connection closed]
gtramontina[m] has quit [Write error: connection closed]
pairisto[m] has quit [Write error: connection closed]
n0toose[m] has quit [Write error: connection closed]
Unity[m] has quit [Write error: connection closed]
erysdren[m] has quit [Write error: connection closed]
cmeerw[m] has quit [Write error: connection closed]
janjomal[m] has quit [Remote host closed the connection]
makmarian[m] has quit [Write error: connection closed]
stereopora[m] has quit [Write error: connection closed]
JeremyF[m] has quit [Write error: connection closed]
funbreaker[m] has quit [Write error: connection closed]
x86corez has quit [Write error: connection closed]
win8linux[m] has quit [Write error: connection closed]
spectre10[m] has quit [Remote host closed the connection]
GautamAgrawal[m] has quit [Write error: connection closed]
x512[m] has quit [Write error: connection closed]
TarunArora[m] has quit [Remote host closed the connection]
return0e[m] has quit [Write error: connection closed]
legarts[m] has quit [Write error: connection closed]
GateLinker[m] has quit [Write error: connection closed]
c96alia[m] has quit [Write error: connection closed]
dualmyname[m] has quit [Remote host closed the connection]
ynoga99[m] has quit [Write error: connection closed]
yaponamat[m] has quit [Write error: connection closed]
wiertelus[m] has quit [Write error: connection closed]
vandito[m] has quit [Write error: connection closed]
turb0x[m] has quit [Write error: connection closed]
TomBhadac[m] has quit [Write error: connection closed]
Akhil[m] has quit [Write error: connection closed]
thepoorman[m] has quit [Write error: connection closed]
the_sudoer[m] has quit [Write error: connection closed]
TechnologyTim[m] has quit [Write error: connection closed]
SiddharthKumarPanda[m] has quit [Write error: connection closed]
SaedBhati[m] has quit [Write error: connection closed]
rm[m]1 has quit [Write error: connection closed]
ritz[m] has quit [Write error: connection closed]
aazam[m] has quit [Write error: connection closed]
rayzon03[m] has quit [Write error: connection closed]
PriyanshuGupta[m] has quit [Write error: connection closed]
pixelguff[m] has quit [Write error: connection closed]
owl4ce[m] has quit [Write error: connection closed]
fuggy[m] has quit [Write error: connection closed]
Niklas[m] has quit [Write error: connection closed]
mattmoose[m] has quit [Write error: connection closed]
mull[m] has quit [Write error: connection closed]
Kartikkeyankant[m] has quit [Write error: connection closed]
massn00b[m] has quit [Write error: connection closed]
JimmyDdotEXE[m] has quit [Write error: connection closed]
icpcmydream[m] has quit [Write error: connection closed]
fut10[m] has quit [Write error: connection closed]
fred_jd2020[m] has quit [Write error: connection closed]
foss4us[m] has quit [Write error: connection closed]
Helvedeshunden[m] has quit [Write error: connection closed]
EndlessVortex[m]1 has quit [Write error: connection closed]
edruro[m] has quit [Write error: connection closed]
david_alfred[m] has quit [Write error: connection closed]
bronzie94[m] has quit [Write error: connection closed]
lnx[m]1 has quit [Write error: connection closed]
awesomes[m] has quit [Write error: connection closed]
AmitBora[m] has quit [Write error: connection closed]
AliCaglayan[m] has quit [Write error: connection closed]
abhiraj1[m] has quit [Write error: connection closed]
codysseus[m] has quit [Write error: connection closed]
mj0908[m] has quit [Write error: connection closed]
timkack[m] has quit [Write error: connection closed]
cynic[m] has quit [Write error: connection closed]
Fs[m] has quit [Write error: connection closed]
fonkerdot[m] has quit [Write error: connection closed]
DexterReed[m] has quit [Write error: connection closed]
cwafro[m] has quit [Write error: connection closed]
AnuRage04[m] has quit [Write error: connection closed]
LjL[m] has quit [Remote host closed the connection]
YonleCoder has quit [Remote host closed the connection]
meisme[m] has quit [Remote host closed the connection]
aladds[m] has quit [Write error: connection closed]
bopnic[m] has quit [Write error: connection closed]
Zor-Prime[m] has quit [Write error: connection closed]
paxsov[m] has quit [Write error: connection closed]
zeldakatze[m] has quit [Write error: connection closed]
zarel[m] has quit [Write error: connection closed]
yodamatrix[m] has quit [Write error: connection closed]
Wumbo[m] has quit [Write error: connection closed]
wannabee[m] has quit [Write error: connection closed]
valera[m] has quit [Write error: connection closed]
Phil[m] has quit [Write error: connection closed]
UbhayAnand[m] has quit [Write error: connection closed]
SuryaPrakash[m] has quit [Write error: connection closed]
splines[m] has quit [Write error: connection closed]
smontanaro[m] has quit [Write error: connection closed]
Slok[m] has quit [Write error: connection closed]
slapdoge[m] has quit [Write error: connection closed]
SamuraiCrow[m] has quit [Write error: connection closed]
qyzz[m] has quit [Write error: connection closed]
printed[m] has quit [Write error: connection closed]
juuz0[m] has quit [Write error: connection closed]
polybit[m] has quit [Write error: connection closed]
Ruby576[m] has quit [Write error: connection closed]
avanspector[m] has quit [Write error: connection closed]
mukuld[m] has quit [Write error: connection closed]
mintsuku[m] has quit [Write error: connection closed]
mdfasano[m] has quit [Write error: connection closed]
Maston[m] has quit [Write error: connection closed]
m[m] has quit [Write error: connection closed]
CodeforEvolution[m] has quit [Write error: connection closed]
andreasdr[m] has quit [Write error: connection closed]
johnolinda[m] has quit [Write error: connection closed]
Jogarr[m] has quit [Write error: connection closed]
hamoko[m] has quit [Write error: connection closed]
Halamix2[m] has quit [Write error: connection closed]
erde74[m] has quit [Write error: connection closed]
eetlotsgloo[m] has quit [Write error: connection closed]
kar[m] has quit [Write error: connection closed]
EddieHatfield[m] has quit [Write error: connection closed]
Cyclopropinon[m] has quit [Write error: connection closed]
vicuna[m] has quit [Write error: connection closed]
IoannisCherouvim[m] has quit [Write error: connection closed]
TheCat[m] has quit [Write error: connection closed]
bronzie94[m]1 has quit [Write error: connection closed]
Brian[m]123 has quit [Write error: connection closed]
hive[m] has quit [Write error: connection closed]
BarmenduChakraborty[m] has quit [Write error: connection closed]
BharatSahlot[m] has quit [Write error: connection closed]
Celequeen[m] has quit [Write error: connection closed]
atimaly_frei[m] has quit [Write error: connection closed]
Ashhar[m] has quit [Write error: connection closed]
sweetginger[m] has quit [Write error: connection closed]
Grumbleduke[m] has quit [Write error: connection closed]
Harvey[m] has quit [Write error: connection closed]
anomalous_creator[m] has quit [Write error: connection closed]
scops has quit [Write error: connection closed]
klarre[m] has quit [Write error: connection closed]
amayas[m] has quit [Write error: connection closed]
b65be[m] has quit [Write error: connection closed]
mika_f[m] has quit [Write error: connection closed]
Martini[m] has quit [Write error: connection closed]
harshit-sharma[m] has quit [Write error: connection closed]
extravert34[m] has quit [Write error: connection closed]
code_vaibhav[m] has quit [Write error: connection closed]
zxyz[m] has quit [Write error: connection closed]
zelenoviy[m] has quit [Write error: connection closed]
yukaii[m] has quit [Write error: connection closed]
yann64[m] has quit [Write error: connection closed]
weda[m] has quit [Write error: connection closed]
Huzaifa[m] has quit [Write error: connection closed]
v1Ns[m] has quit [Write error: connection closed]
Sivaram[m] has quit [Write error: connection closed]
trungnt2910[m] has quit [Write error: connection closed]
swarnlata[m] has quit [Write error: connection closed]
subhashisghose[m] has quit [Write error: connection closed]
skepti[m] has quit [Write error: connection closed]
tar[m]1 has quit [Write error: connection closed]
semicoln[m] has quit [Write error: connection closed]
Selfes[m] has quit [Write error: connection closed]
QuARC[m] has quit [Write error: connection closed]
AbdelkaderJannoun[m] has quit [Write error: connection closed]
nielx[m] has quit [Write error: connection closed]
MohitKumar[m] has quit [Write error: connection closed]
Gustavs[m] has quit [Write error: connection closed]
Mashijams[m] has quit [Write error: connection closed]
EnriqueMG[m] has quit [Write error: connection closed]
AhmedAlhojairat[m] has quit [Write error: connection closed]
JaredMohammed[m]12 has quit [Write error: connection closed]
indecisive_turtle[m] has quit [Write error: connection closed]
ilzu[m] has quit [Write error: connection closed]
iar[m] has quit [Write error: connection closed]
harshitsapkal[m] has quit [Write error: connection closed]
hai2u[m] has quit [Write error: connection closed]
GriffintheFolf[m] has quit [Write error: connection closed]
Generic[m] has quit [Write error: connection closed]
forghani[m] has quit [Write error: connection closed]
NorthwoodsNEKO[m] has quit [Write error: connection closed]
fabs[m] has quit [Write error: connection closed]
Evan[m] has quit [Write error: connection closed]
eightbit[m] has quit [Write error: connection closed]
dryphb[m] has quit [Write error: connection closed]
divyansh_747[m] has quit [Write error: connection closed]
DirkOlmes[m] has quit [Write error: connection closed]
Zelrin[m] has quit [Write error: connection closed]
Deepdarshan[m] has quit [Write error: connection closed]
coolcoder613[m] has quit [Write error: connection closed]
Jorge[m]1 has quit [Write error: connection closed]
bradsco[m] has quit [Write error: connection closed]
boody24[m] has quit [Write error: connection closed]
Begasus[m] has quit [Write error: connection closed]
BenKlaasen[m] has quit [Write error: connection closed]
arnavbhatt288[m] has quit [Write error: connection closed]
AugustRadjoe[m] has quit [Write error: connection closed]
a32bitmint[m] has quit [Write error: connection closed]
VulcanSphereintheMatrixorg[m] has quit [Write error: connection closed]
<Calisto> woah
<Calisto> did something happen?
<Calisto> all of a sudden?
<zard> Talking to me? No, first time uploading a change to devconsole
<Begasus> someone pulled the plug :P
<Begasus> or someone forgot to take the blue pill?
Begasus[m] has joined #haiku
<Begasus[m]> re-plugin :)
nosycat has joined #haiku
<Calisto> zard: no no... its just a lot of connections got closed suddenly
<Calisto> so i was wondering whether it was some server error
<zard> Ah, I see. I hide leaves/joins, so I wouldn't have seen it without you mentioning it
<Calisto> btw zard: since how long have you been programming for Haiku?
<zard> Around 1 year
<Calisto> ohhh
<Calisto> wait are you a student or are you working?
<zard> Wasn't a student for GSoC last year, was a student when applying for GSoC this year, am graduated now :)
<nosycat> Congrats!
<Calisto> ohhh wow you graduated this year
<Calisto> congrats!
<Calisto> I too aim to someday be able to do some low-level programming like you :)
<zard> Soon enough, it'll be the job search
<Calisto> oh and where are you based out of?
<zard> United States
<Calisto> oh that's nice
HaikuUser has joined #haiku
freddietilley has quit [Quit: WeeChat 4.2.2]
<HaikuUser> hello
<Begasus> whoot zard, big congrats!!!
<Begasus> Hi HaikuUser
<HaikuUser> im new to haiku
<nosycat> Welcome!
<HaikuUser> i just installed it on an old asus laptop i had around
<nosycat> Same. :)
<zard> HaikuUser: You can set a nickname by typing "/nick new_name"
<Begasus> welcome HaikuUseri
Begasus is now known as new_name
<new_name> like that? :P
new_name is now known as Begasus
HaikuUser is now known as bangladish
<Begasus> Betterr bangladish :)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-0/±0] https://github.com/haikuports/haikuports/compare/6ac0a6fce9c7...aa461a352cd3
<botifico> [haikuports/haikuports] Begasus aa461a3 - libkleo, add KF6 recipe (#10636)
<bangladish> so anybody knows where to start at haiku
<Begasus> depends on what your needs are bangladish
<Begasus> there is the user guide to start with
<bangladish> okay
bangladish has quit [Quit: Vision[]: i've been blurred!]
CalistoMathias has joined #haiku
Calisto has quit [Ping timeout: 480 seconds]
Calisto has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+3/-0/±0] https://github.com/haikuports/haikuports/compare/aa461a352cd3...96b4b7cd1134
<botifico> [haikuports/haikuports] Begasus 96b4b7c - hashomatic, new KF6 checksum application (#10637)
<Begasus> k, food :)
CalistoMathias has quit [Ping timeout: 480 seconds]
<zard> bbl
mmu_man has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser is now known as bangladish
xiku has quit [Quit: Konversation terminated!]
bangladish has quit []
UW_Mill has joined #haiku
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/96b4b7cd1134...4995113fe466
<botifico> [haikuports/haikuports] Begasus 4995113 - kirigami_addons1, bump version (#10638)
<Calisto> heyyy
<Begasus> low!!
<Calisto> Finally got done with all of today's tasks xD
<Begasus> +1
<Calisto> now I can peacefully sit and make progress for the Folder Filtering :)
<Calisto> I mean I did do the tasks for today but still have loads of time for today :-)
<nosycat> Sounds good!
<Begasus> ah, take a look at porting jfx then? :P
<Begasus> jk ;)
<Calisto> xD
<Calisto> i'm kinda anxious about what's going to happen once I post the first set of UI changes onto Gerrit
<Begasus> crash gerrit? ;)
<Calisto> xD
<Calisto> but still waiting on the go-ahead signal from nielx[m]
<Calisto> On that note, I'll try and get working on the Directory Filtering
<Begasus> kf.kio.core: KIO Connection server not listening, could not connect
<Calisto> P.S. a lot of these derived classes don't have internal documentation... maybe after GSoC i should try writing the docs for it :)
<Begasus> annoying bug :P
<Calisto> things like ModelMenuItem or IconMenuItem aren't mentioned in the Haiku Book at all :(
<Begasus> make sure you don't forget them Calisto :)
<Calisto> yup I noted them down on a notebook to make docs for them later
<Calisto> but probably once I'm done with most of my project
<Calisto> right now I'm starting to get anxious as to whether its going on track or not :(
<Begasus> I guess it's as good or even better then having code in without documentation
<Calisto> btw anyone here who does a lot of things with BMessages... is it very dangerous to send a pointer along with them?
<Calisto> I was thinking of something where a BMenuItem would send its pointer with a message that is meant to trigger the action to remove it
<Calisto> is this something dangerous to do if you are 100% sure that the message can only be generated when the pointer points to an active BMenuItem object?
<zard> re
<zard> +1 to documenting classes. Maybe I should do some of that myself
<Begasus> heh
HaikuUser has joined #haiku
HaikuUser has quit []
<phschafft> isn't the idea that the BMessage is serialisable?
<phschafft> so basically only stuff should go in there that would be valid in a completly diffrent context as well (such as after a reboot or on a different machine).
<Calisto> Ohhh okay so putting a pointer goes against that
<Calisto> that makes sense
<Calisto> I should probably look for a different way to do it then
<phschafft> yes, whoever reads that message might have something totally different there or maybe nothing at all.
<Calisto> yah but this message was specifically meant only to be intra application
<phschafft> same difference. ;)
<Calisto> yah :(
<Calisto> i'll look for some other way to do it :)
<Calisto> how would you implement something like a BMenuItem that deletes itself when it gets unmarked?
<Calisto> this is basically the thing i was trying to do
<Calisto> I had used a BMessage that gets sent to the BView with a pointer to that BMenuItem and it then deletes the BMenuItem at that memory location and removes it from the menu
<Calisto> it seems to work fine but the logic like you said goes against a BMessage
<PulkoMandy> zard: How did you log in to the gerrit for devconsole? I think I have configured both github and google but only one works? I'll try to look tomorrow, but otherwise, send your changes by email or put them on some other git host and I'll pull it from there
hightower3 has joined #haiku
<zard> I use github
<zard> *used
<PulkoMandy> No time to look today :(, going to a choir rehearsal in a few minutes (last one before the concerts)
<botifico> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-2/±0] https://github.com/haikuports/haikuports/compare/4995113fe466...03737fed65f1
<botifico> [haikuports/haikuports] Begasus 03737fe - tellico, bump version (#10639)
<zard> interesting...
<Begasus> Enjoy PulkoMandy
<augiedoggie> i don't see a problem with passing internal pointers in a bmessage, i don't often have a need to do it though
<augiedoggie> that's the reason bmessage has methods like addpointer and addmessenger
<Calisto> oh okay perfect.
<Calisto> that simplifies a lot because I can simply just add the BMenuItem's pointer to its own BMessage
<Calisto> that way when the message to remove it is sent, i can retrieve the pointer, typecast and do the remaining parts
hightower4 has quit [Ping timeout: 480 seconds]
* Begasus got lost after "simply" :)
vdamewood has joined #haiku
HaikuUser has joined #haiku
WahidShaikh[m] has joined #haiku
<Calisto> btw could someone tell me how does the ASSERT macro work?
<Calisto> like I get that its supposed to make the application stop and show an error if the assert condition inside isn't true
<Calisto> is that all or is there something else as well :)
<zard> I think that's it. So "if (!condition) { CRASH(); }"
<nosycat> If you mean the one in assert.h, I think that's pretty much it.
<Calisto> ohh
<Calisto> wait so its supposed to cause the program to crash right?
HaikuUser has quit []
<Calisto> and what about like does its how the error?
<Calisto> or open the debugger or something?
HaikuUser has joined #haiku
HaikuUser has quit []
<nosycat> I shows you the expression that failed.
<Calisto> is it like good practice to use ASSERT instead of just writing an if statement to check for that assert condition?
<Calisto> like should I use it as much as possible whenever I'm assuming the state of something like a pointer?
<Calisto> or a BFile or something like that
<Calisto> also augiedoggie: the pointer thing works :D
<nosycat> In my experience, most conditions are not actually unexpected or surprising, so an "if" makes more sense in 90% of cases.
<Calisto> yah in most of the places I've put in, for example, if(fFile->InitCheck() != B_OK) return;
<Calisto> instead of the ASSERT
<nosycat> But sometimes you're working on someone else's legacy code, and you have to make assumptions about invariants.
<Calisto> ohhh okay
<zard> I use asserts whenever I know bad things will happen with some code if the condition isn't true
<Calisto> so in general its just better to handle the if case rather than the ASSERT in case it doesn't have a drastic impact
<Calisto> on the following code rigth?
<zard> Or else when I know the code won't work but will fail in a non-obviouos way
<Calisto> ohh I see
<Calisto> I should probably take a note of that.
<Calisto> I've used ASSERTs in a few places but just as an alternative to the if statements
<Calisto> I think I should change that according to the above thigns :)
<Begasus> closing downhere
<Begasus> cu peeps!
Begasus has quit [Quit: Vision[]: i've been blurred!]
vdamewood has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Calisto> good night Begasus
<Calisto> see you tom :)
<Calisto> btw nosycat: I had a weird question regarding the styling guideline. What do we do in the case that the return type of a function is very long and the function name and parameter list gets wrongly indented because of this? like what's the styling guideline to follow?
<nosycat> I don't know, sorry.
<Calisto> oh okay, that's alright :)
nosycat has quit [Quit: Leaving]
gouchi has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<botifico> [haikuports/haikuports] waddlesplash pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/03737fed65f1...32ef87810a8e
<botifico> [haikuports/haikuports] nielx 32ef878 - binutils: update to 2.42 (#10506)
UW_Mill has quit [Remote host closed the connection]
zard has quit [Quit: leaving]
Calisto has quit [Ping timeout: 480 seconds]
jmairboeck has joined #haiku
MisthaLu has quit [Quit: Leaving]
Anarchos has joined #haiku
<Anarchos> is there a command to update the date/time with network time ?
<waddlesplash> Time --update
Calisto has joined #haiku
HaikuUser has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
HaikuUser is now known as OscarL-nightly
<OscarL-nightly> I was able to connect to WiFi on the first try (idualwifi7260) after updating to hrev57793. Hope it isn't just a fluke :-D
<Anarchos> waddlesplash thanks i didn't know that !
OscarL has joined #haiku
<OscarL> Mmm, got a KDL on the other machine. Guess I should have waited for hrev57794 before trying to enable "Powersave mode" :-P
OscarL-nightly has quit [Ping timeout: 480 seconds]
dovsienko has quit [Quit: Leaving]
<OscarL> nice... was able to connect again after a power down/up cycle. (doens't auto-connects, but that's just the least of my worries :-D)
<Anarchos> OscarL i never got autoconnect
<OscarL> Yeah, seems to be a common issue (for some drivers/devices at least?), judging by mentions on the forum. A boot script with a little delay seems to work for some folks, Anarchos. Might worth a try.
HaikuUser has joined #haiku
HaikuUser is now known as OscarL-c10
<OscarL-c10> syslog shows: KERN: Could not parse query "BEOS:APP_SIG = application/x-vnd.Be-TRAK || BEOS:APP_SIG = application/x-vnd.Haiku-DiskProbe || BEOS:APP_SIG = application/x-vnd.Haiku-FileTypes || BEOS:APP_SIG = application/x-vnd.haiku.zip-o-matic", stopped at: ""
<OscarL> Yeah... happens again when right-clicking on the /var/log/syslog file, and hovering over the "Open with..." menuitem... which remains empty, btw.
<OscarL> might be related to the latest query changes waddlesplash?
<waddlesplash> yes it's possible
<waddlesplash> I'll investigate
<OscarL> first time the syslog was not yet identified, now that it is... the list of appsignatures on that list has grown (to the apps that support text files).
Calisto has quit [Remote host closed the connection]
Calisto has joined #haiku
OscarL-c10 has quit [Quit: Vision[]: i've been blurred!]
Calisto has quit [Remote host closed the connection]
Calisto has joined #haiku
<OscarL> mmm: page fault but interrutps where disabled. Touching address 0x000000[...]00034 from ip 0xff[...]8009e6d1
<OscarL> was reaching for Deskbar to reboot. A CPU core was pegged to 100%. Will try after latest korli's change gets available for updates.
<OscarL> (yeah... Scheduler::ThreadData::ChooseCoreAndCPU() related)
<nekobot> [haiku/haiku] waddlesplash pushed 2 commits to master [hrev57795] - https://git.haiku-os.org/haiku/log/?qt=range&q=eca86a00ae91+%5E28748463d9ca
<nekobot> [haiku/haiku] 1a3dae790e24 - Tracker: Code cleanup around add-ons.
<nekobot> [haiku/haiku] eca86a00ae91 - Tracker: Add a try/catch around ModelMenuItem's creation in AddOneAddOn.
<OscarL> Oh... /me likes those if (!condition) return; instead of deeper nesting!
<OscarL> had some folks tell me they hated them, thou... silly rabbits! :-P
<phschafft> I would think that the main logic of a functing belongs on it's main level.
Calisto has quit [Remote host closed the connection]
Calisto has joined #haiku
<OscarL> at least one coworked sweared by the "only one point of return/exit" rule/mantra. Makes for fugly code IMO.
<phschafft> any rule makes for bad code if you insist on it in a noisy real world. ;)
mmu_man has joined #haiku
<phschafft> plus this doesn't even mean a violation in the logical sense: for example if you just check your arguments first that is it's own functionallity block. so it doesn't need to count.
<OscarL> on the other hand... I end up with bad code, no matter the rules I follow :-D
<phschafft> specifically if you do it in an organised way.
<phschafft> I enjoy having such a block and then two blank lines after it. plus every step that changes the state of a function gets a comment that tells us what the state is.
<phschafft> for example 'now a, b, and c are guaranteed to be valid' or 'a is now within the range of [b, c]'
<OscarL> this guy hated "close to usage" variable declarations to (looooong lists at function's start). Guess he was just too used to old/weird/limited compilers.
<phschafft> I very much enjoy close to usage, but I'm strictly against code and delercations mixed.
<phschafft> declerations go to the start of a scope, no code before them. the initialised ones first. longer ones before shorter ones. then a blank line and then code.
<phschafft> so if you have some functionallity that needs some vars that are only used in part functionallity then you should have it in it's own scope. after all it's it's own functionallity to begin with.
<phschafft> please just don't write functions with 2k lines and 1k vars all called 'tmp3' ;)
<phschafft> or as I have seen way to often 'i', 'ii', 'iii', and 'iiij' ;)
<OscarL> int _;
<OscarL> and then use reuse it for everything. so much more efficient! :-P
<phschafft> ;)
<phschafft> and again scopes help with that. they allow the compiler to throw things away again. making the code much more secure and allowing you to reclaim those resources (not just RAM but also mentally)
gouchi has quit [Remote host closed the connection]
_-Caleb-_ has left #haiku [#haiku]
_-Caleb-_ has joined #haiku
<OscarL> Mmm, "try {} catch (...) {}" kinda looks like Python's naked excepts to me. (where you're not specifying an exception type, and thus might end up silencing exceptions one should actually be re-rising/re-throwing).
<waddlesplash> OscarL: indeed twas a bug in the query parser. I saw the same earlier but hadn't investigated, thought it was just some oddity on my local builds with attributes (they often have issues)
<OscarL> glad to have you looking into it :-)
<waddlesplash> well, I'm the one who introduced the bug, so. :P
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57796] - https://git.haiku-os.org/haiku/log/?qt=range&q=88911fe61c6f+%5Eeca86a00ae91
<nekobot> [haiku/haiku] 88911fe61c6f - file_systems/QueryParser: Only increment within the operators loop.
<OscarL> can't make an omellette without breaking some eggs :-)
<PulkoMandy> The "one point of return" coding style makes sense in C because there are no destructors, so you have to be sure to free everything the function allocated before returning, and if it returns in several place, someone will forget to update at least one of them
<PulkoMandy> In c++ you can have opjects clean themselves when they go out of scope, so that problem is already solved
mmu_man has quit [Ping timeout: 480 seconds]
<OscarL> I was getting complaing about my "return early" style... on Python code, thou. Guess he was just too used to read code in the style he used for embedded systems.
<OscarL> on the other hand... I had a boss insisting that I needed to use far more inheritance. I did... in the places it made sense. Java guys gonna class it all, I guess.
<PulkoMandy> Some people apply the rules without understanding why they are there
<phschafft> ;)
<phschafft> (gcc can btw. call a destructor in C ;)
Anarchos has quit [Quit: Vision[]: i've been blurred!]
mmu_man has joined #haiku
diver1 has joined #haiku
<gordonjcp> I dislike classes
<gordonjcp> I'm not even keen on variables
<gordonjcp> just give me a block of memory
<gordonjcp> take it all back when I'm done with it
<gordonjcp> let me deal with what goes on inside it
<OscarL> using gravitational lensing drive cosmic rays to move those electrons around, aren't ya?
<OscarL> *to drive
<gordonjcp> OscarL: no no
<phschafft> OscarL++
<gordonjcp> it's just that I can write Z80 machine code on any platform
diver has quit [Ping timeout: 480 seconds]
ClaudioM has joined #haiku
<OscarL> I remember doing some basic Z80 asm programming exercises at the university. Was on paper only, 18 years ago, so I remember zilch about it... other than it being kinda fun... and that reading instructions timing graphs gave more problems than they should have :-D
OscarL has quit [Quit: Page closed]
OscarL has joined #haiku
<gordonjcp> OscarL: I grew up with the ZX Spectrum, and used various 6502 and 6809 machines too
<gordonjcp> OscarL: for a while I did embedded programming for oil tools that ran Z80 code
<gordonjcp> OscarL: apparently some of that code was repurposed by another business unit that wrote firmware for automotive parts, which is worrying because I don't really know what they were for
<gordonjcp> OscarL: the possibility exists that there are cars out there with some vital component controlled by a task scheduler originally written for a crappy sidescroller shoot-em-up on the ZX Spectrum by a bored 15-year-old on a tiny island in the North Atlantic with nothing better to do than write Z80 code, drink beer, and eat copious amounts of hallucinogenic mushrooms
<gordonjcp> so
<OscarL> heh :-D
<gordonjcp> uh, drive safe, I guess
<gordonjcp> if it crashes, it'll lose all its tasks, but only until /INT is asserted again
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev57797] - https://git.haiku-os.org/haiku/log/?qt=range&q=44e9aa9f3336+%5E88911fe61c6f
<nekobot> [haiku/haiku] 44e9aa9f3336 - file_systems/QueryParser: Don't let the equation score be 0 if there's an index.
<waddlesplash> doing kernel and driver debugging with a real GDB, variable introspection, by-line stepping, etc. is really great
<waddlesplash> I should've looked into this years ago, way easier than expected to set up
SLema has quit [Quit: WeeChat 3.8]
<waddlesplash> though admittedly I wouldn't have learned all the skills I did to work "up creek without a paddle" if I had :p
HaikuUser has joined #haiku
HaikuUser has quit []
SLema has joined #haiku
GregC has quit [Ping timeout: 480 seconds]
<OscarL> oh... fixes #18672. Nice!
Calisto has quit [Quit: Leaving]
dalme_ has joined #haiku