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
mmu_man has joined #haiku
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58581] - https://git.haiku-os.org/haiku/log/?qt=range&q=f294fe2a391f+%5E1c0da902ab95
<nekobot> [haiku/haiku] f294fe2a391f - Reintroduce aligned-pointers optimization for strcmp.
mattlacey has quit [Ping timeout: 480 seconds]
<Skipp_OSX> Tracker: Fix garbled text when dragging cut poses https://review.haiku-os.org/c/haiku/+/8841/9
<Skipp_OSX> https://review.haiku-os.org/c/haiku/+/8842/15/src/kits/tracker/TextWidget.cpp#627 is the temporary fix that gets it to at least be white and not orange (inverse of blue)
dalme has quit []
<Skipp_OSX> it was in the code already but uncommented what it was for
<Skipp_OSX> The real issue is that it's not getting the DesktopPoseView BackColor() and TextColor() and I'm not sure why not.
<Skipp_OSX> Meaning without that fixup: drawView->SetDrawingMode(B_OP_COPY); drawView->FillRect(textRect, B_SOLID_LOW); The background color would be orange -- the inverse of blue, which should not be happening since we are overriding that in DesktopPoseView to be black or white, that's what the base BPoseView class does.
x10z has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Skipp_OSX> https://0x0.st/88e-.png <= orange
<phschafft> nephele_xmpp: ~800 Byte for 25 characters btw. ;)
<nephele_xmpp> hmm?
<augiedoggie> heh, i just remembered i'm using a patched version of Shortcuts, i should try removing that
<nephele_xmpp> font?
<phschafft> nephele_xmpp: the font I was working on for my terminal.
<Skipp_OSX> 32 bytes per character, must be UTF-32
<Skipp_OSX> x1000
<Skipp_OSX> UTF-32000
<nephele_xmpp> UTF^32
<nephele_xmpp> 32 bytes, so 16x16 pixels?
<phschafft> actually it's 22 bytes per character (14 bytes bitmap, 8 byte unicode code point registration), the rest is the font rendering code.
<Skipp_OSX> I made it the following with no difference: rgb_color DesktopPoseView::TextColor() const { return LowColor().IsLight() ? kBlack : kWhite; } rgb_color DesktopPoseView::BackColor() const { return LowColor().IsLight() ? kWhite : kBlack; }
<phschafft> cell size is 7x10
<Skipp_OSX> ... thousand
<Skipp_OSX> super-retina
<nephele_xmpp> yeah yeah, but to be honest Haiku on this macbook would be cool. It would make it subtantially more usefull
<nephele_xmpp> Skipp_OSX: are you sure LowColor is what you expect it to be there?
<Skipp_OSX> drawView->SetLowColor(poseView->BackColor());
<nephele_xmpp> If you want Can you upload a patch with the misbehaving code, and what you want instead? I will take a look tommorow then
<Skipp_OSX> It's on review
<nephele_xmpp> which one?
HappyPassover has joined #haiku
HappyPassover is now known as test1
test1 has left #haiku [#haiku]
HappyPassover has joined #haiku
HappyPassover has quit [Quit: leaving]
HappyPassover has joined #haiku
HappyPassover is now known as test1
test1 has quit []
mmu_man has quit [Ping timeout: 480 seconds]
soapman has joined #haiku
<nekobot> [haiku/haiku] e33dbdc1a371 - libroot: Import some more string functions from musl.
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev58582] - https://git.haiku-os.org/haiku/log/?qt=range&q=e33dbdc1a371+%5Ef294fe2a391f
soapman has quit []
<Skipp_OSX> ok I think I fixed it...
<Skipp_OSX> I got rid of fIsDesktop in BPoseView and made IsDesktopView() work instead.
<Skipp_OSX> This seems to have fixed the problem.
DrachenMaus has joined #haiku
DragonMaus has quit [Ping timeout: 480 seconds]
nephele_xmpp has left #haiku [Error from remote client]
ablyss has joined #haiku
<Skipp_OSX> ... and put the colors back and... orange, no dice
<Skipp_OSX> but... that seems to be how it works so actually I think it's still working.
<Skipp_OSX> it's picking up the inherited BackColor() and TextColor() now
<scanty> hmm, i wonder if my own memcpy() is faster than the x64 one in musl.
<Skipp_OSX> not in the case of 32-bit memory constrained environment
<Skipp_OSX> highly fragmented with not enough virtual memory space to play with.
<scanty> i see.
<scanty> but i was talking 64bit
nephele_xmpp has joined #haiku
<Skipp_OSX> oh well pfffft that's easy you got big 64 pages
<Skipp_OSX> 64 bit
tuaris has joined #haiku
pabs has quit [Read error: No route to host]
tuaris has quit []
pabs has joined #haiku
nephele_xmpp has left #haiku [Error from remote client]
nephele_xmpp has joined #haiku
<x512[m]> Skipp_OSX: You need to draw white background first when file is selected. It will become black after InvertRect operation.
ablyss has quit [Quit: Konversation terminated!]
<Skipp_OSX> I guess that's what the code was doing before, but where do I get white from? It has to be black if you Desktop background is white-ish. And also why does this work on non-Desktop windows even if your Document background is not white?
<Skipp_OSX> That's what BackColor() is supposed to do for me, give me black or white on Desktop and then I InvertRect() it and boom, selection.
tuaris has joined #haiku
<Skipp_OSX> I'm the current low color by drawView->FillRect(textRect, B_SOLID_LOW);
<x512[m]> Skipp_OSX: Maybe white background is painted by DrawString if corresponding draw operation is enabled?
<waddlesplash> Skipp_OSX: +2 on https://review.haiku-os.org/c/haiku/+/8884 feel free to merge if you think it ready
nephele_xmpp has left #haiku [Error from remote client]
<Skipp_OSX> yeah it's ready, one of my few one-and-done commits
tuaris has quit [Quit: Leaving.]
<Skipp_OSX> My put the mount menu as the last item idea was premature it seems.
tuaris has joined #haiku
tuaris has quit [Quit: tuaris]
tuaris has joined #haiku
nephele_xmpp has joined #haiku
<Skipp_OSX> I even spelled separator right this time
<x512[m]> I wonder why not insert Mount menu in the same place as other items.
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
<Skipp_OSX> The Mount menu gets added dynamically with or without an "Unmount" item after it. It gets added at the bottom of the menu, and then Add-Ons gets added dynamically after to become the new bottom.
<Skipp_OSX> I think I now understand the orange thing, if I don't erase the rect it is drawing B_OP_OVER so that's just getting copied from the Desktop background.
Halamix2 has quit [Quit: Gone (and/or ZNC is doing something stupid)]
Halamix2 has joined #haiku
<Skipp_OSX> ... and It would have worked too if it wasn't for you darn kids and your Tracker add-ons
nephele_xmpp has left #haiku [Error from remote client]
nephele_xmpp has joined #haiku
tuaris has quit [Quit: tuaris]
HaikuUser has joined #haiku
HaikuUser is now known as pvalue
dby has joined #haiku
<nekobot> [haiku/haiku] 56dce2b3d409 - Tracker: Insert "Mount >" menu at the right location
<nekobot> [haiku/haiku] jscipione pushed 1 commit to master [hrev58583] - https://git.haiku-os.org/haiku/log/?qt=range&q=56dce2b3d409+%5Ee33dbdc1a371
<Skipp_OSX> (so it gets included in tonight's nightly)
vdamewood has joined #haiku
<waddlesplash> don't forget to close the ticket too
nephele_xmpp has left #haiku [Error from remote client]
nephele_xmpp has joined #haiku
duncsauce_ has quit [Ping timeout: 480 seconds]
duncsauce has joined #haiku
duncsauce has quit []
duncsauce has joined #haiku
ll has joined #haiku
ll has quit [Remote host closed the connection]
tuaris has joined #haiku
duncsauce has quit [Ping timeout: 480 seconds]
dby has quit [Quit: Vision[]: i've been blurred!]
duncsauce has joined #haiku
duncsauce has quit [Quit: ZNC 1.9.1 - https://znc.in]
duncsauce has joined #haiku
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
Nasina has quit []
Nasina has joined #haiku
<Begasus[m]> morning peeps
<phschafft> morning Begasus[m].
<Begasus[m]> PulkoMandy: any progress on webkit/WebPositive?
<Begasus[m]> morning phschafft
<phschafft> all good?
<Begasus[m]> yeah, so far so good :)
<Begasus[m]> how is it over there?
<Begasus[m]> would be nice if WebPositive would behave before FOSDEM :)
<phschafft> Begasus[m]: it feels like it's too early ... /to be/ (anything).
<Begasus[m]> been up already for 2 hours here :)
<phschafft> I would say it's 5 timeunits past time for an important nap.
<Begasus[m]> heh
<Begasus[m]> freaking Iceweasel crashing :/
<phschafft> not nice.
<phschafft> but to be honest; Haiku is really do much better browser wise than one could expect.
<Begasus[m]> doesn't like github it seems :/
<Begasus[m]> think I hit "restore tab" already about 20 times ... getting on my nerves
nephele_xmpp has left #haiku [Error from remote client]
frkazoid333 has quit [Ping timeout: 480 seconds]
<phschafft> I don't like github either ;)
<Begasus[m]> I'm long gone from trying to fight what you can't win :P
<phschafft> don't try to win here. more a matter of not caring.
<Begasus[m]> +1
<phschafft> so, time to do $stuff, %things, and @tasks.
<Begasus[m]> already on it here :)
frkazoid333 has joined #haiku
<Begasus[m]> fixing some pkgconfig files in wrong places (thank for spotting x512 )
<phschafft> so, time for me to leave. see you all a little later!
<Begasus[m]> cya l8r!
vdamewood has quit [Quit: Textual IRC Client: www.textualapp.com]
nephele_xmpp has joined #haiku
OscarL has joined #haiku
<OscarL> 'lo Begasus[m]! Miss me? :-P
<Begasus[m]> OscarL: !
<Begasus[m]> yeah! not me alone, scanty asked around a few days ago too :)
<OscarL> No more broadband internet at home, and only yesterday managed to get internet via cellphone. Metered and quite expensive, so I'll only be able to connect for short periods.
<OscarL> (unless I manage to get some "cheap" "data packs" from time to time).
<Begasus[m]> :/
<Begasus[m]> can't you hook up with the neighbour? ;)
<OscarL> glad to read that scanty is around :-)
<OscarL> Begasus[m]: that's the issue, neighbour got tired of overpaying for the crappy speeds (and frequent lose of access), so it took the service down. And there are no other companies around so... :-(
<OscarL> hey, at least today I managed to update the Python 3.14 for alpha4 :-)
<Begasus[m]> saw the push for it in the mailbox, thanks!
<OscarL> (fighting both OSes and apps that want to eat my limited amount of alloted data on the cellphone is proving to be a PITA)
<Begasus[m]> I can only imagine :(
<Begasus[m]> hope you get something descent back again
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/c0bc337550fc...9d49cf95e201
<nekobot> • Begasus (9d49cf95): confuse, bump version, fix pkgconfig (#11695)
<OscarL> yeah, me too, but doesn't seems too likely on the short/mid term. Oh well... at least people well get get less tired of reading me here :-D
<Begasus[m]> one down :)
<Begasus[m]> on the contrary, they miss you too :)
<OscarL> :-)
<Begasus[m]> I'm sure phschafft will be sorry he missed you if he's not around later :)
<OscarL> on the possitive side... it *might* help get bored enough as to actually do some coding :-D
<Begasus[m]> doggies*
<Begasus[m]> biab
<OscarL> be well Begasus[m]!
MisthaLu has joined #haiku
nephele_xmpp has left #haiku [Error from remote client]
freddietilley has joined #haiku
<Begasus[m]> re
<Begasus[m]> OscarL: got that other laptop (i5) up and running at times :)
<Begasus[m]> fan blows like crazy, but doesn't power down now (cooling paste replaced)
<OscarL> better than no times! (still with heat issues?)
<Begasus[m]> yeah, but at least it's cooling down now
pabs has quit [Read error: No route to host]
<Begasus[m]> even got qt6declarative build on that one, and that's about the hardest in that framework to build :)
<Begasus[m]> ow, and more important, I'm back on bare metal on this one! :D
<OscarL> good. I've seen some laptops where the cooling solution was just a tiny bit way too high (separated) from the hot chips. On those, adding a thin copper shim in there can help a lot.
pabs has joined #haiku
<OscarL> Managed to do BM again on the new laptop? Awesome!
<OscarL> did you found out what the problem was?
<Begasus[m]> mobo has suffered from overheating on the other one, so it's good for now :)
<Begasus[m]> the data BFS partition seemed to hold everything down
<Begasus[m]> once deleted the USB thumbdrive booted into Haiku
<OscarL> Welp... at least you got it finally sorted out!
<Begasus[m]> yeah! :D finaly the CPU's at full power now
<OscarL> happy for you! :-)
<Begasus[m]> me too :D
<Begasus[m]> proper sound compared to the choppy one in the VM
<OscarL> also a plus.
<OscarL> (the app/website that supposedly should allow me to keep track of cellphone data consumed... ain't working right... man, they do everything in their power to make you spend more money :-()
<Begasus[m]> make sure you don't go too far on this
<OscarL> oh, several of John's Tracker changes got merged. Will have to test them out.
<Begasus[m]> those ISP can charge things you never know about :(
<Begasus[m]> yeah, and some bugs appeared I think :)
<OscarL> yeah... just trying to catch up a bit with commit messages, gerrit changes, and doing some git pulls on haiku/haikuports/haikuporter, so I can read those later.
<Begasus[m]> plenty to catch up on :)
<OscarL> will probably just disconnect in a few minutes. I *think* I might be able to connect for an hour or two at night time. Won't be downloading big tarballs thou! :-D
<Begasus[m]> thanks for dropping in!
<Begasus[m]> take care and cu soon(ish) :)
<OscarL> Thanks Begasus[m]. Be well, and hope to read you soon too :-)
<Begasus[m]> +1
<Skipp_OSX> https://0x0.st/88_h.png <= jiggles fixed
<Skipp_OSX> https://0x0.st/88_F.png <= list mode labels centered a bit better too
<OscarL> Alright, have a good one, everyone!
OscarL has quit [Quit: Gone with the wind]
FreeFull_ has joined #haiku
nephele_xmpp has joined #haiku
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/9d49cf95e201...d628bbb6427b
<nekobot> • Begasus (d628bbb6): cxxopts, revbump, fix pkgconfig (#11696)
FreeFull has quit [Ping timeout: 480 seconds]
x10z has joined #haiku
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/d628bbb6427b...8a947fc00cf3
<nekobot> • Begasus (8a947fc0): libart_lgpl, revbump, fix pkgconfig (#11697)
<Begasus[m]> x512: waddlesplash I see libdwarf is falling behind on upstream, should we keep the current version in the repo, or update to latest version?
<Begasus[m]> doesn't seem to be an system library, but seen enough things concerning dwarf
nephele_xmpp has left #haiku [Error from remote client]
x10z has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
MisthaLu has quit [Quit: Leaving]
tuaris has quit [Quit: tuaris]
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/8a947fc00cf3...9540514483cf
<nekobot> • Begasus (95405144): libdwarf, revbump, fix pkgconfig (#11698)
nephele_xmpp has joined #haiku
mmu_man has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
nephele_xmpp has left #haiku [Error from remote client]
diver has quit [Quit: Leaving.]
diver has joined #haiku
<nekobot> [haikuports] korli pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/9540514483cf...cbd2060b65d0
<nekobot> • Begasus (cbd2060b): R, poke buildmaster for config.log (#11692)
pvalue has quit [Quit: Vision[]: i've been blurred!]
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/cbd2060b65d0...a702ff3bf4dc
<nekobot> • Begasus (a702ff3b): libgrapheme, revbump, fix pkgconfig (#11699)
nephele_xmpp has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
DKnoto has joined #haiku
akashkumar has joined #haiku
<nekobot> • Begasus (160c947b): nbdkit, revbump, fix pkgconfig (#11700)
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/a702ff3bf4dc...160c947bce92
HaikuUser has joined #haiku
HaikuUser is now known as ecelis_beos
nephele_xmpp has left #haiku [Error from remote client]
<akashkumar> Hey, I am struggling while trying to understand how different functions in different modules interact with each other in haiku codebase, I wanted to ask how you guys approach the codebase when you started developing for haiku os ?
akashkumar_ has joined #haiku
ecelis_beos has quit []
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
nephele_xmpp has joined #haiku
<Begasus[m]> s/haiku os/Haiku * :)
<akashkumar> could'nt get you
<Begasus[m]> We don't mention "haiku os", it's just "Haiku" :)
akashkumar7902 has joined #haiku
akashkumar has quit [Ping timeout: 480 seconds]
akashkumar_ is now known as akashkumar
akashkumar_ has joined #haiku
akashkumar7902 has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
nephele_xmpp has left #haiku [Error from remote client]
Nasina has quit [Remote host closed the connection]
freddietilley has quit [Ping timeout: 480 seconds]
freddietilley has joined #haiku
nephele_xmpp has joined #haiku
akashkumar7902 has joined #haiku
akashkumar_ has quit [Remote host closed the connection]
akashkumar_ has joined #haiku
zard has joined #haiku
DKnoto has quit [Ping timeout: 480 seconds]
akashkumar7902 has quit [Ping timeout: 480 seconds]
<Krutarthpatel[m]> Hello!
nephele_xmpp has left #haiku [Error from remote client]
<Krutarthpatel[m]> Can I see which driver is attached to a specific device in haiku?
<Krutarthpatel[m]> Also, is this the appropriate place to ask stuff related to kernel development?
DKnoto has joined #haiku
<Krutarthpatel[m]> <akashkumar> "Hey, I am struggling while..." <- are you writing something in the kernel or the userspace?
<zard> This is a good spot I'd say. There might not be anyone to answer unless waddlesplash or one of the other kernel developers are around
<PulkoMandy> It may work betterto use the mailing list or the forum, if you are not in the chat here at the same time as other developers
<zard> Yeah, that's probably a better idea. It might be several hours before a kernel developer is active here
deneel has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
Nasina has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
<andreasdr[m]> Hi there
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/160c947bce92...92eddea45852
<nekobot> • Begasus (92eddea4): rocksdb, revbump, fix pkgconfig (#11701)
mmu_man has joined #haiku
<Habbie> congrats on getting a FOSDEM stand!
<andreasdr[m]> +1
<Begasus[m]> Arrrr andreasdr Habbie :)
oevl has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
nephele has joined #haiku
<andreasdr[m]> Arrrrr. Begasus. Arrrrr. Habbiie.
oevl has quit [Read error: Connection reset by peer]
mmu_man has joined #haiku
nephele has quit [Quit: Vision[]: i've been blurred!]
<Begasus[m]> Habbie: dropping by at FOSDEM?
<Habbie> yes!
oevl has joined #haiku
<Habbie> got a devroom to run too (DNS)
<Begasus[m]> nice! cu there then :)
<Habbie> :)
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/92eddea45852...6c8972c10adf
<nekobot> • Begasus (6c8972c1): ucommon, revbump, fix pkgconfig (#11702)
<Begasus[m]> k, one more fix for rocksdb (doesn't use libVersionCompat which I looked over)
freddietilley has quit [Quit: WeeChat 4.5.0]
myriad has joined #haiku
akashkumar has quit [Quit: Connection closed for inactivity]
<nekobot> [haikuports] Begasus pushed 1 commit to branch master: https://github.com/haikuports/haikuports/compare/6c8972c10adf...1d3a237bf1db
<nekobot> • Begasus (1d3a237b): rocksdb, revbump, add libVersionCompat (#11703)
Nasina has joined #haiku
nephele_xmpp has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
<Begasus[m]> hmm ... ucommon failed build on gcc2 (buildmaster), I don't even see it listed with pkgman on 32bit (not even the x86 one) :)
deneel has quit [Quit: deneel]
zard has quit [Ping timeout: 480 seconds]
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
SLema has quit [Ping timeout: 480 seconds]
<Begasus[m]> I think I broke github :)
bbjimmy has joined #haiku
<Habbie> hehe
<Habbie> it's way more broken than the status page says
<x512[m]> Unicorn!
<Begasus[m]> yeah
<Begasus[m]> I guess the ucommon recipe can stay as it is for now, wasn't in the depot earlier, so gcc2 not building shouldn't be a problem
Nasina has joined #haiku
akashkumar_ has quit [Ping timeout: 480 seconds]
<Begasus[m]> back to some KDE stuff :)
<x512[m]> Begasus: ucommon package existed for x86_64.
nephele_xmpp has left #haiku [Error from remote client]
mmu_man has quit [Ping timeout: 480 seconds]
Nasina has quit [Ping timeout: 480 seconds]
akashkumar has joined #haiku
<Begasus[m]> yeah, no problem there x512
<Begasus[m]> it just failed for gcc2 (32bit)
wicknix_ has joined #haiku
<Krutarthpatel[m]> hello x512 ! I am writing a driver very close to https://cgit.haiku-os.org/haiku/tree/src/add-ons/kernel/busses/pci/x86/X86PCIController.cpp . But I am facing problems in registering the driver to the correct device. Do you think it could be that the kernel by default attaches busses/pci/x86/driver_v1 to every PCI device?
wicknix has quit [Ping timeout: 480 seconds]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
HaikuUser has joined #haiku
nephele_xmpp has joined #haiku
mmu_man has joined #haiku
<HaikuUser> ?
HaikuUser has quit []
<zdykstra> heh
<Skipp_OSX> listdev for drivers and yes
BrunoSpr has joined #haiku
BrunoSpr has quit []
dqk_ has joined #haiku
dqk has quit [Ping timeout: 480 seconds]
mmu_man has quit [Ping timeout: 480 seconds]
BrunoSpr has joined #haiku
myriad has quit [Quit: Connection closed for inactivity]
nephele_xmpp has left #haiku [Disconnected: Hibernating too long]
wicknix has joined #haiku
wicknix_ has quit [Ping timeout: 480 seconds]
mmu_man has joined #haiku
nephele_xmpp has joined #haiku
tuaris has joined #haiku
Nasina has joined #haiku
Nasina has quit [Ping timeout: 480 seconds]
nephele_xmpp has left #haiku [Error from remote client]
akashkumar has quit [Quit: Connection closed for inactivity]
SLema has joined #haiku
Nasina has joined #haiku
Nasina has quit [Remote host closed the connection]
Nasina has joined #haiku
SLema has quit [Quit: Vision[]: i've been blurred!]
SLema has joined #haiku
Nasina has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
zard has joined #haiku
nephele_xmpp has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
MisthaLu has joined #haiku
mmu_man has joined #haiku
Nasina has joined #haiku
Hiryu has quit [Quit: Confucius say: man who smoke pot choke on handle.]
zard has quit [Ping timeout: 480 seconds]
nephele_xmpp has left #haiku [Error from remote client]
Hiryu has joined #haiku
Nasina has quit [Ping timeout: 480 seconds]
Nasina has joined #haiku
nephele_xmpp has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
BrunoSpr has quit [Quit: Vision[]: Ich wurde eingeweicht!]
dalme has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
nephele_xmpp has left #haiku [Error from remote client]
frkzoid has joined #haiku
frkazoid333 has quit [Ping timeout: 480 seconds]
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
Hiryu has quit [Quit: https://lice.muppetz.com]
nephele_xmpp has joined #haiku
Nasina has joined #haiku
dodo75 has quit [Quit: Vision[]: i've been blurred!]
dodo75 has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
<Habbie> i searched a bit but did not find much. has anybody put haiku on a chromebook?
<Habbie> (i have incidentally just been challenged to do this as a project tonight and use it for presentations in my FOSDEM devroom on Saturday, but I don't think I'll do that :D )
mmu_man has joined #haiku
bjorkintosh has quit [Quit: "Every day, computers are making people easier to use." David Temkin]
nephele_xmpp has left #haiku [Error from remote client]
bjorkintosh has joined #haiku
nephele_xmpp has joined #haiku
<nephele_xmpp> Chromebooks are varied of HW, personally I’ve not heard of anyone trying that (But i also don’t know anyone who would willingly buy a chromebook xD)
<Habbie> hehe
<Habbie> the purchase made sense at the time, for external reasons too
<Habbie> and it's by far the lightest laptop i have
<Habbie> the debian vm you can make on 'em these days is nice too
<Habbie> a bit more searching taught me that either i can add a bootloader, or open it up (physically) to disable a write protect and overwrite the existing bootloader
<Habbie> after which it should be a semi-normal intel box
<nephele_xmpp> Begasus: what do you want/expect for webkit before fosdem?
<dodo75> Habbie I tried Haiku on a HP cromebook G1 but unfortantly the trackpad and the emmc drive did not work. I used the sdcard slot and an external usb mouse.
<Habbie> dodo75, and with that, things worked?
<Habbie> dodo75, do you remember the board name?
<dodo75> yes it was intel cpu, it was snappy even on sdcard
<dodo75> Habbie one thing more. I could not adjust the screen brightness..It was always on max.
<Habbie> right
<Habbie> small things
<dodo75> Habbie Dont remember the CPU family etc.. Now I use a Lenovo U31 ... about 9 years old.. works great
<Habbie> nice
OrangeBomb has quit [Ping timeout: 480 seconds]
AlienSoldier has joined #haiku
jmairboeck has joined #haiku
MisthaLu has quit [Quit: Leaving]
zardshard has left #haiku [Disconnected: Replaced by new connection]
zardshard has joined #haiku
diver has quit [Quit: Leaving.]
jmairboeck has quit [Quit: Konversation terminated!]
x10z has joined #haiku
Nasina has joined #haiku
Nasina has quit [Ping timeout: 480 seconds]
AlienSoldier has quit [Read error: Connection reset by peer]
<Skipp_OSX> The HP Chromebook 13 G1 has an Intel Pentium 4405Y running @ 1.5Ghz
<Skipp_OSX> The Intel Pentium 4405Y processor is a 14nm Skylake U architecture
<Habbie> oh not a great site, but has specs
Nasina has joined #haiku
SLema has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
zard has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
Nasina has joined #haiku
ablyss has joined #haiku
HaikuUser has joined #haiku
Nasina has quit [Read error: Connection reset by peer]
HaikuUser has quit []
zard has quit [Ping timeout: 480 seconds]
B2IA has quit [Read error: No route to host]
B2IA has joined #haiku
x10z has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
x10z has joined #haiku
wicknix_ has joined #haiku
wicknix has quit [Ping timeout: 480 seconds]
mmu_man has quit [Ping timeout: 480 seconds]
mattlacey has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
mmu_man has joined #haiku
janoz has joined #haiku
janus has quit [Ping timeout: 480 seconds]
janoz is now known as janus
Nasina has joined #haiku
dalme has quit []
mattlacey has quit [Ping timeout: 480 seconds]
Nasina has quit [Read error: Connection reset by peer]
<nephele_xmpp> phschafft: around
<nephele_xmpp> ?