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
x10z has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
macdude22 has joined #haiku
B2IA has quit [Quit: Vision[0.10.3]: i've been blurred!]
B2IA has joined #haiku
illwieckz has quit [Read error: No route to host]
illwieckz has joined #haiku
illwieckz has quit [Remote host closed the connection]
Diver has quit [Ping timeout: 480 seconds]
illwieckz has joined #haiku
qwebirc88782 has joined #haiku
qwebirc88782 has quit [Remote host closed the connection]
qwebirc68573 has joined #haiku
<qwebirc68573> hi
HaikuUser2 has joined #haiku
<qwebirc68573> Hi all, I am Tanay and I recently joined Haiku's community as developer. I was trying to set up Haiku on my system, running MacOS. In this process I encountered various errors and I asked them on discord from there I was redirected here.
<qwebirc68573> When I tried to compile nightly raw disk image I get these errors: 1. ../src/build/libgnuregex/regex.c:4924:5: error: implicit declaration of function 'free' is invalid in C99 [-Werror,-Wimplicit-function-declaration] free (preg->buffer); 2. ../src/build/libgnuregex/regex.c:2784:11: error: implicitly declaring library function 'abort' with type 'void (void) attribute((noreturn))' [-Werror,-Wimplicit-fun
HaikuUser2 has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 480 seconds]
m6tanay has joined #haiku
m6tanay has quit []
spa has quit [Quit: Help.]
spa has joined #haiku
spa has quit [Quit: Help.]
spa has joined #haiku
b_ has joined #haiku
spa has quit [Quit: Help.]
spa has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
x10z has joined #haiku
x10z has quit []
b_ has quit [Quit: brbŠ]
b_ has joined #haiku
dby has joined #haiku
b_ has quit [Ping timeout: 480 seconds]
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
WishBoy has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
Jupp_S has joined #haiku
rennj has quit [Ping timeout: 480 seconds]
dby has quit [Quit: Vision[]:]
<Not-5726> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-2/±0] https://git.io/JXxJd
<Not-5726> [haikuports/haikuports] Begasus d79ef89 - yacreader, bump version (#6399)
Begasus has joined #haiku
aeryndunham has quit [Ping timeout: 480 seconds]
floof58_ has joined #haiku
floof58 has quit [Ping timeout: 480 seconds]
<Begasus> g'morning peeps
rennj has joined #haiku
Diver has joined #haiku
WishBoy has quit []
<qwebirc68573> Hi all, anyone online?
qwebirc68573 has quit [Quit: Page closed]
howhow has joined #haiku
<Begasus> some :)
Begasus_32 has joined #haiku
<howhow> Hey, could you please have a look at the error I mentioned above. I have found a probable fix for that. This is the file where I encountered error: https://github.com/haiku/haiku/blob/master/src/build/libgnuregex/regex.c
<rennj> #include <stdlib.h> #ifdef STDC_HEADERS
<rennj> #include <stdlib.h>
<rennj> #else probably why free isnt being found
<rennj> course crapple so..you know..i never touch that stuff
<howhow> Exactly
<rennj> free () errors: 1. ../src/build/libgnuregex/regex.c:4924:5: error: implicit declaration of function 'free' is invalid in C99
<howhow> I replaced line 66-71 with simply #include <stdlib.h>
<rennj> you know jamfile is only building that cause darwin... so you got stdlib.h, stdarg.h, string.h, and float.h
<rennj> you followed the build instructions https://www.haiku-os.org/guides/building/pre-reqs/
rando25892 has quit [Ping timeout: 480 seconds]
<rennj> also here is old article on building on crapple https://www.haiku-os.org/articles/2015-02-05_building_haiku_mac_os_x_1010_yosemite/ perhaps that might help too
<rennj> i really have no clue, since i never build haiku from src
<rennj> just an a.b.user or abuser!
MrSunshine has quit [Quit: Leaving]
<rennj> If your Mac OS X partition is not in case-sensitive HFS+ (which is very likely), you need to create a case-sensitive disk image and put Haiku buildtools and source code on it.
<rennj> like the ext4 xattr foo
hooway has joined #haiku
bitigchi has joined #haiku
rando25892 has joined #haiku
<howhow> Yes, I followed build instructions. I created case-sensitive volume as well and installed pre-requisite softwares and then ran configurations commands
<howhow> I was able to compile nightly-raw image after doing the change I suggested above. I wanted to confirm if its a bug in Haiku source code or Its a system specific issue in my case
<howhow> Oh btw for development purposes is it not necessary to build from source? Are there other ways too? Could you please tell me as I didn't know
<bitigchi> howhow: maybe you might want to set up a Haiku environment for building and hacking
<bitigchi> will save you some time
<howhow> You mean using Haiku as OS
<bitigchi> yep
Guest5703 is now known as nephele
<howhow> I am afraid I can't do that as I have only one laptop. One way would be to use haiku in VM which is what I was doing by creating the nightly image
<bitigchi> vm is fine, you can just try building haiku inside the vm, and get used to using it in the meantime
<howhow> Thanks, I will do that.
<nephele> Compiling under MacOS should work fine, if it doesn't please create a bug report
<howhow> How do you do development? What I mean to ask is, you are working on a bug, you code it and then test it. So which IDE you use for coding, debugging. And after trying out a code do you recompile the image?
<howhow> <nephele> I will do that
mangix has quit [Read error: Connection reset by peer]
<nephele> Personally I work on Haiku, since I have it installed as my main OS, I use Koder to edit code, and Debugger or printf if i want to debug, and I usually recompile the image, or alternatively for smaller stuff only rebuild an app+libs and then run the app plus the libs from the build
<nephele> for example if you change something like deskcalc or aboutSystem you can just rebuild only thoses apps and run them directly, no need to recompile the image and install it
mangix has joined #haiku
<howhow> I see, tthanks for sharing your experience. I was planning to use VS Code since I am familiar with it. I didn't understand the part about building specific apps. I believe I will after getting more familiar with Haiku
<nephele> Visual studio code can probably work, I think there is some way to generate a compiler_commands.json file for such IDE's to consume, I just personally am not a fan of them, but they should work fine if you wish to use them :)
<nephele> (It just won't run in Haiku directly, so you probably will need to rebuild the image to then run it, but that still works i think)
<howhow> Yeah I am hoping it works fine 😅. I am excited to code and contribute but for 3 days I am just struggling with setting up 😅
AlaskanEmily has quit [Remote host closed the connection]
<Diver> kallisti5: registering is broken in Trac
<Diver> Cannot find an implementation of the ICaptchaMethod interface named ImageCaptcha. Please check that the Component is enabled or update the option [spam-filter] captcha in trac.ini.
bitigchi has quit [Read error: No route to host]
bitigchi has joined #haiku
<jt15s[m]> Diver: maybe open a ticket so the sysadmins can keep track of it
konrad has joined #haiku
jmairboeck has joined #haiku
<konrad> Gerrit Q: I am trying to update my git commit. I am following the "Update change" in gerrit, but it says rejected because of duplicate request? Any ideas? It has a change id. (Should every patch has a unique ID maybe?)
mmu_man has joined #haiku
<Not-5726> [haikuports/haikuports] threedeyes pushed 1 commit to master [+0/-0/±2] https://git.io/JXx9m
<Not-5726> [haikuports/haikuports] threedeyes 958ba78 - RetroShare: fix build for x86 arch
<Diver> jt15s[m]: done
gouchi has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
<Begasus> checking ccache with hiredis ...
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
<nephele> konrad: the patch should have the specific change id of the change you want to update/replace, it you have a second commit it needs a different change id probably
countryboy has joined #haiku
<countryboy> hello
countryboy has left #haiku [#haiku]
bitigchi has joined #haiku
countryboy has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
<nephele> Good day countryboy
<countryboy> Good Day, nephele => you are a good boy ... ;-)
<nephele> I heard Begasus has lots of those
<countryboy> i apologize , pasta is ready ... cu ;-)
<Begasus> a lof of?
<Begasus> hi nephele countryboy :)
<nephele> Begasus: of "good boy"s :P
<Begasus> only 2 here :P 8 girst ;)
<Begasus> girls*
<Begasus> not counting the wife and kids :P
<Begasus> k, ccache almost ready for PR
skirst has quit [Read error: Connection reset by peer]
skirst has joined #haiku
skirst has quit []
<Not-5726> [haikuports/haikuports] Begasus pushed 1 commit to master [+2/-0/±0] https://git.io/JXpJ1
<Not-5726> [haikuports/haikuports] Begasus e5ec49e - hiredis, new recipe (#6400)
gouchi has quit [Remote host closed the connection]
<nephele> I'm somewhat amused that I get random spam to sales@mydomain for emails stuff... That's certainly not an adress I've ever written down, so spambots had to pick that explicitly :3
<Begasus> bugger, forgot to remove the "-L" option in the hiredis recipe ....
<konrad> nephele tnx
<countryboy> hello Begasus, nephele, here i am ...
<nephele> I'm working on my game today, yay :)
bitigchi has joined #haiku
countryboy has left #haiku [#haiku]
BrunoSpr has joined #haiku
caubert has quit [Quit: WeeChat 3.2]
<Begasus> this one would be nice if it were to be finished: https://github.com/haikuports/haikuporter/pull/161
freddietilley has joined #haiku
<Begasus> I'm using the generic files for a while when I start on a new one ...
caubert has joined #haiku
countryboy has joined #haiku
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
BrunoSpr has joined #haiku
bitigchi_ has joined #haiku
<nephele> I just copy random recipes, heh
bitigchi has quit [Ping timeout: 480 seconds]
<countryboy> HaikuShare ... xD
gouchi has joined #haiku
<Not-5726> [haikuports/haikuports] threedeyes pushed 1 commit to master [+2/-2/±0] https://git.io/JXpYO
<Not-5726> [haikuports/haikuports] threedeyes cb9a047 - QCAD: bump version
gouchi has quit [Remote host closed the connection]
<nephele> Hmm, I wonder how one would make recipes for love2d games :g
<Begasus> For the python ones I use existing ones also
<Begasus> As there is no generic python recipe in there (yet)
bitigchi_ has quit [Remote host closed the connection]
<nephele> Apparently distributing love2d should be "just" zipping them up and renaming to .love
bitigchi has joined #haiku
<nephele> not sure if our mime sniffer would be ready for that :/
<Begasus> I've got them linked in "Tracker New Templates", so calling them with "new ..." works nicely :)
freddietilley has quit [Ping timeout: 480 seconds]
<Begasus> cp'd*
<nephele> Hmm, I can't screenshot love2d windows, is this a SDL2 port issue maybe?
<Begasus> never really looked at love2d, so can't tell :)
<nephele> Well, do we have other SDL2 games that exhibit this maybe?
<countryboy> how to edit bebook ?
gouchi has joined #haiku
<nephele> countryboy: we are not allowed to
<Begasus> yep nephele lib:libSDL2_2.0$secondaryArchSuffix
<countryboy> why ? nephele ... ?
<nephele> ACCESS granted a license to distribute with a no-derivitaves clause
<countryboy> i will pray ...
<nephele> Begasus: The powder toy is sdl2 too, but i can screenshot it, maybe it really is something in love2d's port
<nephele> Before the mouse cursor would always flicker over love2d, happy that was fixed :3
<nephele> I need some motivation to start writing my UI, i finished porting my UI library, now I just need to start making the actual ui .-.
<Begasus> new version for the engine nephele :)
<nephele> newer than 11.2 or what we have?
<Begasus> latest is 11.3
<konrad> nephele it created a complete new patch now. Not a patch to my previous change?
<nephele> konrad: link?
freddietilley has joined #haiku
<nephele> You have a different change ID in the second commit, are you sure you included it?
<konrad> Can I clean up my patches and remove them from Gerrit I dont want to create chaos or unnessary noise
<countryboy> ACCESS goes against the advancement of computer science ...
<nephele> konrad: it's fine, you are not the first to struggle with this :)
<nephele> I'm not sure if they can be straight up deleted in any case, but probably abandoned, maybe some gerrit admins knows more, here
<Begasus> Haven't even looked at using gerrit, but f*cked up with git a lot too in the past ;)
<nephele> Begasus: looks like mostly bugfixes not that much features, so probably an easy update :)
<Begasus> yeah, looked at it nephele , cleanup mostly ...
<countryboy> if ACCESS co ltd put all BeOS as opensource, computer science would benefit :-)
freddietilley has quit [Ping timeout: 480 seconds]
<countryboy> it would save the world ...
<nephele> countryboy: IIRC the answer to that was mostly that while BeOS was nice, it's code quality was not ;)
<nephele> You can look at tracker, which is still beeing cleaned up all those years later
<Begasus> new game nephele ?
<nephele> Yeah, though, I've been working on that for some time
<countryboy> nephele: i will pray ...
<Begasus> hmm thinking of (when I saw this) ... need to see the status on RnDiamonts :)
BrunoSpr has quit [Quit: Vision[]: Ich wurde verwaschen!]
<Begasus> needs an update too :)
<countryboy> if all software companies put their code as opensource: science would benefit and save the world ;-)
<Begasus> hehe, latest release is only a few days old :) https://www.artsoft.org/2021/11/11/rocksndiamonds-4-3-0-1-released/
<countryboy> alsi MicroSoft ...
<countryboy> ops
<countryboy> also MicroSoft ...
bitigchi has quit [Ping timeout: 480 seconds]
<Begasus> no one is forcing me to use M$ :P
Briss has joined #haiku
<countryboy> opensource is better ...
<Briss> yoyoyo does this work?
<Briss> Ok, looks like it, never used this client before
<Briss> Hi everyone
<Begasus> if typing and we seeing it it does Briss :)
<Begasus> Vision?
<Briss> I'm using Chat-O-Matic, but I only used sic before, on linux
<countryboy> Video Irc ?
<Begasus> ah, primary funcitons are working there yes
<Briss> video irc?
<countryboy> latin ..
<Begasus> using xchat here on Ubuntu, Vision on Haiku
<Briss> I'll try vision out later
<Briss> See how it compares :)
<countryboy> Begasus: here, under ubuntu ... i am using thunderbird chat
<Begasus> It's the default one on Haiku Briss
<Briss> The reason I used sic is cuz it's like 250 lines of code and that intrigued me
<Briss> Hmm
<countryboy> ubuntu remember me a good linux girl ...
<Briss> Oh yes I see it
<Briss> Didn't know it was an IRC client, I just started using Haiku
<nephele> Luckily, one can use whichever client one wants ;)
<nephele> Welcome Briss
<Briss> Glad to be here :)
<Begasus> yep, plenty out there for Haiku (but default (installed) is Vision)
<Briss> Haiku has literally become the OS I spend most of my time on overnight
<Begasus> Welcome indeed Briss
<countryboy> linuxiana = a linux girl ...
<Briss> Never got to use BeOS since I was born just after it ended
<countryboy> beossiana = a beos girl ...
<Briss> berkeleysdiana =BSD girl
<countryboy> xD
<Begasus> Briss, in Terminal type "pkgman search irc" to see what's out there for Haiku :)
<Briss> Thanks :)
<Briss> jesus, that's a lot
<Briss> It's somewhat surprised me just how much is available on this alternative OS
<Briss> And it's just so stable
<Briss> I'm infatuated
HaikuUser2 has joined #haiku
<countryboy> I ask you, just to speak, the difference between a beos girl and a linux girl ... what mentality do they have in your opinion?
Schreibhecht_ has joined #haiku
<Briss> BeOS girl is more classy in my mind
<Begasus> Haiku has made some nice progress over the years, but one has to remember it's still a wip OS
<Briss> Linux girl likes tinkering and can be found illuminated by a monitor at any hour of the morning
<Briss> Yeah, there have been one or two little issues, but only with 3rd party stuff
<HaikuUser2> It's me, Briss
<HaikuUser2> On vision
<HaikuUser2> I can't seem to add an alias
<Begasus> you can always report issues at https://github.com/haikuports/haikuports
<Briss> ++
<HaikuUser2> test
HaikuUser2 is now known as Briss2
Briss has quit [Remote host closed the connection]
<Briss2> How long have y'all been using Haiku/BeOS?
<Begasus_32> Briss2 ... https://ibb.co/g6zGYKq
<Begasus> I stepped in with BeOS R5
<Briss2> Begasus_32, I managed with /nick
<Begasus> that works too :)
<countryboy> Begasus : ok for vision ... but the password 4 registered nick ?
<Briss2> <Begasus> Oooo
Schreibhecht has quit [Ping timeout: 480 seconds]
<Begasus> countryboy, that works also there, just removed that line for the screenshot :P
<countryboy> ok, np
<countryboy> ;-)
<Briss2> When do y'all think R1 will come out? Like a first non-beta non-alpha release?
skirst has joined #haiku
<Briss2> Yo skirst
<Begasus> Only time will tell Briss2
<Briss2> Well looks like I'm here for the ride :)
<Begasus> But seeing some of us are around for over 20 year ... some of us are not in a hurry :P
<Briss2> Haha
<Begasus> Nice Briss2 , are you a developer?
<Briss2> I do a little coding but really really casually and I've never really made what one could call "software" with any seriousness
<Briss2> Like a rust program that lists prime factors kinda shit
<Begasus> well, you could try out the rust version we already have now
<countryboy> HaikuWindow ... HaikuTextbox ... HaikuButton ... xD
<Briss2> I have
<Briss2> It's why I'm still here
<Briss2> :)
<Begasus> Cool :)
<Briss2> And the tab feature is so cool
<Begasus> Never used it (not a developer myself) and it's a monster to build :)
<Briss2> I have a terminal open at the project dir, and VIM tabbed to it
<Begasus> 3 tabs open in Terminal atm :)
<Briss2> Yeah, would be cool if they could optimize the build process further
<countryboy> Briss2: nano and pico
<Briss2> Cuz there's a lot of type checking shit going on
<Briss2> nano and pico?
<Begasus> Nielx is our guy there :)
<countryboy> try in Terminal ... Briss2
<Briss2> oke
<Begasus> I use nano default here
<countryboy> it is funny ... vim no ...
<Briss2> I've used vim since the beginning
<Begasus> it's there too
<Begasus> yeah, just a bit more familiar with nano then I am with vim
<Briss2> I'm not some VIM monster like some people out there
<Briss2> But I end up typing j and k and shit everywhere on any other editor
<Briss2> Muscle memory too strong
<countryboy> VIM = difficult 4 nothing ...
<countryboy> freedom
<Briss2> And to make matters worse, I used dvorak, so I basically can't use other people's computers haha
<Briss2> But the plus side is no one can use mine >:D
<Begasus> :P
<Briss2> I wouldn't say VIM is difficult
<Briss2> it has a learning curve but it's hyper simple
<countryboy> xD
<Briss2> IDEs are complex as all hell
<Begasus> KISS :)
<Briss2> And I just end up looking through all the menus and stuff trying to look for stuff
<Briss2> yup
<Briss2> KISS
<Briss2> On linux I use a bunch of suckless stuff
<Briss2> surf, st, dmenu, dwm
<Begasus> hence I stick with haikuports recipes, I know my way around there :D
<Briss2> Haven't gotten round to playing with them yet
<Briss2> Is it anything like BSD ports?
<Briss2> cd /usr/ports/www/firefox && make install clean
<Begasus> just pushed this to haikuports a bit ago
<Begasus> yep, you can run configure/make/make install ... cmake ... etc on any source (but I would refrain from FF) :)
<Briss2> FF?
<Begasus> FireFox :)
<Briss2> yeah
<Briss2> well that is nothing strange to me
<Briss2> spent days of my life compiling firefox
<Briss2> I stick to pkg on my thinkpad cuz no way in hell am I doing that
<Briss2> Thank got there is such a thing as TTYs cuz
<countryboy> if you port to Haiku freebasic or gambas: I fill you with apps ...
<Briss2> if there wasn't, man.....
<Begasus> forum is full of people wanting it for Haiku, no one has gone that way so far (aside from an old BeZilla build once)
<Briss2> Yeah I use Boodle and WebPositive
<Begasus> Web+ and Otter here
<Briss2> Some stuff only works on WebPositive, but I find on my PC that Boodle is snappier
<Begasus> Heading out, visit to our grandchildren, nice talking to you Briss2 !
<Briss2> Nice talking to you too
<Begasus> cu later peeps
<Briss2> Have fun
<countryboy> with FF => youtube works fine ...
<Briss2> Is there firefox available?
<Briss2> On the Haiku repo?
<Briss2> Doesn't show for me
<Briss2> Is it just nightly or something?
<B2IA> (Shaka) Briss2 you mean Dooble?
<Briss2> countryboy said with ff youtube works fine
<Briss2> yeha
<Briss2> dooble
<Briss2> haha
BrunoSpr has joined #haiku
<BrunoSpr> there is no firefox for Haiku
<B2IA> (Shaka) ;-)
<countryboy> Briss2: i apologize ...
<Briss2> you are forgiven
<Briss2> <3
<Briss2> I've been just downloading videos using some youtube2mp4 site and playing them with MediaPlayer
<Briss2> working fine
<Briss2> just a bit time consuming
<Briss2> ubertuber doesn't work for me
<countryboy> Briss2: FF tested under linux ...
<B2IA> (Shaka) youtube-dl works great
<Briss2> hmm
<Briss2> I'll try that
<Briss2> Ok this explains it
<countryboy> just recompile FF under haiku
<Briss2> ubertuber uses youtube-dl and I'm getting 50kbs
<Briss2> so
<Briss2> that's why it "hangs"
<Briss2> Any idea why?
<countryboy> just recompile all GNU/Linux app under Haiku ...
<Briss2> I'm satisfied with my current method(s)
konrad has quit [Quit: Vision[]: i've been blurred!]
<countryboy> they are opensource ...
<Briss2> At least not annoyed enough to consider compiling FF
<Briss2> on a thinkpad T61
<Briss2> haha
<countryboy> or choose the best apps ...
<Briss2> Yeah, I have SMTube, which works too
<Briss2> It's nice to watch the videos locally though. I'm on a very old system rn and youtube doesn't run well on FF anyway
Babaj has joined #haiku
<BrunoSpr> briss2 you can try Qmplay2 and SmPlayer for watching YouTube
<BrunoSpr> briss2... they have a search option as well!
<Briss2> Hmm will do
BrunoSpr has quit [Remote host closed the connection]
tqh has joined #haiku
countryboy has quit [Quit: countryboy]
bitigchi has joined #haiku
bbjimmy has quit [Quit: Vision[]: i've been blurred!]
bbjimmy has joined #haiku
bbjimmy1 has joined #haiku
<nephele> Briss2: because youtubes servers suck presumeably
<nephele> I've been using iteroni.com as a relay instead and videos download pretty instantly :g
<Briss2> Ok guys
<Briss2> Anyone here watched the BeOS demo with that song at the start
<Briss2> "And then I had to reboot a hundred times"
<Briss2> etcetc
<Briss2> I NEED THE SONG
<Briss2> haha
<bbjimmy> find it on beshare
<Briss2> ok let me look that up
<Briss2> How do I find it on BeShare
<Briss2> I got it installed now
<bbjimmy> look for virtual void
<B2IA> (briss) THANKS
<B2IA> (briss) :)
<B2IA> (bbjimmy_64) The Cotton Squares Collection - Virtual Void and other BeOS Songs and more.zip
Vidrep_64 has joined #haiku
Maturion has joined #haiku
netpositive has quit [Ping timeout: 480 seconds]
netpositive has joined #haiku
<Vidrep_64> Hi Begasus
<Vidrep_64> ccache 4.4.2 builds OK on 64 bit, and I've installed the package
<Vidrep_64> I'll test if it works later today
<B2IA> (hi) hi, from beshare ...
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
countryboy has joined #haiku
<countryboy> hello from vision
<countryboy> vison of GOD ...
<countryboy> vision of GOD ...
<countryboy> boh, cu
countryboy has quit []
netpositive has quit [Read error: No route to host]
<Briss2> Man that was an experience
<Briss2> Getting BeShare and seeing the help right there
<Briss2> idk
<Briss2> I'm listening to the song on loop rn
<Briss2> nephele I just saw your recommendation
<Briss2> Trying it now
x10z has joined #haiku
netpositive has joined #haiku
B2IA has quit [Quit: Vision[0.10.3]: i've been blurred!]
B2IA has joined #haiku
BrunoSpr has joined #haiku
BrunoSpr has quit []
BrunoSpr has joined #haiku
gouchi has quit [Remote host closed the connection]
BrunoSpr has quit [Quit: Vision[]: i've been shreederd!]
<Vidrep_64> Begasus, PulkoMandy - with new ccach package installed I now get this error when building HaikuWebKit "ccache: error: failed to link /boot/home/.ccache/tmp/tmp.cpp_stdout.LCzexg to /boot/home/.ccache/tmp/tmp.cpp_stdout.LCzexg.ii: Operation not allowed"
<Diver> probably it tried to create a hard link
gouchi has joined #haiku
Babaj has quit [Quit: Leaving]
countryboy has joined #haiku
_Dario_ has joined #haiku
<Not-5726> [haikuports/haikuports] diversys pushed 1 commit to master [+0/-0/±1] https://git.io/JXhlf
<Not-5726> [haikuports/haikuports] diversys d8d6dce - Sequitur: fix build on x86_64
<nekobot> [haiku/haiku] waddlesplash pushed 1 commit to master [hrev55636] - https://git.haiku-os.org/haiku/log/?qt=range&q=a82616528d98+%5Ed4e4909c6a3f
<nekobot> [haiku/haiku] a82616528d98 - ntfs: Return better errors and handle volumes without names.
countryboy has left #haiku [#haiku]
<Not-5726> [haikuports/haikuports] diversys pushed 1 commit to master [+0/-1/±0] https://git.io/JXh49
<Not-5726> [haikuports/haikuports] diversys dc7b8af - vulkan_headers: drop in favour of sys-libs/vulkan
dsrt^ has joined #haiku
humdinger has joined #haiku
<Begasus> Vidrep_64, maybe something that needs to be taken care of on the Web+ side?
augiedoggie has quit [Ping timeout: 480 seconds]
HaikuUser2 has joined #haiku
HaikuUser2 is now known as favadi
<humdinger> PSA: StreamRadio missing 3 measly strings for Catalan, French, Friaulian, Indonesian, Romanian, Spanish, Swedish and Ukrainian.
<humdinger> Please help out at https://i18n.kacperkasper.pl/projects/29
<humdinger> BTW, I had to add another string for the About window...
<humdinger> Begasus: maybe you can have another short go: https://i18n.kacperkasper.pl/files/34/lang/13/continue
dcatt has joined #haiku
<Begasus> done humdinger :)
<humdinger> Thanks!
<Begasus> PS, could you add the changes (catkeys files) before you push? I could check a last time if translation needs some changes then :)
HaikuUser2 has joined #haiku
HaikuUser2 has quit []
<humdinger> I can push alll catkeys now and update them again right before minting the release.
<Begasus> Still looking into bumping vala atm, so I don't think I'll be able to check that today
cocobean has joined #haiku
<cocobean> humdinger: a comma is missing after 'Jacob Secunda' for StreamRadio code.
<cocobean> RadioApp.cpp
<humdinger> indeed. thanks.
ClaudioM has quit [Quit: leaving]
<Begasus> hunting food, cu peeps! :)
Begasus has quit [Quit: Ik ga weg]
favadi has quit [Quit: Vision[0.10.3]: i've been blurred!]
HaikuUser2 has joined #haiku
HaikuUser3 has joined #haiku
HaikuUser3 has quit []
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
HaikuUser3 has joined #haiku
HaikuUser3 has quit []
HaikuUser3 has joined #haiku
_paul0 has quit [Quit: Leaving]
HaikuUser3 has quit []
countryboy has joined #haiku
howhow has quit [Remote host closed the connection]
B2IA has quit [Quit: Vision[0.10.3]: i've been blurred!]
B2IA has joined #haiku
AlwaysLivid has quit [Ping timeout: 480 seconds]
* humdinger waves
humdinger has quit [Quit: Vision[]: Oi with the poodles already!!]
HaikuUser2 has quit [Ping timeout: 480 seconds]
cocobean has quit [Quit: Page closed]
dcatt has quit [Quit: Vision[]: i've been blurred!]
countryboy has quit [Quit: countryboy]
countryboy has joined #haiku
<Vidrep_64> humdinger, StreamRadio-version.rdef needs to reflect the current or upcoming revision
<Vidrep_64> major = 0, middle = 0, minor = 4,
Skipp_OSX has joined #haiku
<countryboy> hi Skipp_OSX
<Skipp_OSX> hi countryboy
<Skipp_OSX> countryboy You are discounting the Macintosh's influence on BeOS and Haiku and I think that influence should continue.
<countryboy> yes, i love poor hardware ...
<Skipp_OSX> arguably the move to Intel x86 spurred on a move to Windows as well and those changes are good too
<countryboy> I love poor hardware because now it is still powerful and cheap
<Skipp_OSX> poor hardware? Yes the Macintosh hardware has lagged behind the latest PC yet it has always been competitive in the market and ahead
<Skipp_OSX> sure you can get a 128 core threadripper that blows any Macintosh away but the Mac Pro is still a very powerful computer
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<countryboy> with 500 euros you have a good computer: with 2500 a mac: with 500 => 5 pc instead of mac ...
<Skipp_OSX> oh yeah in euro it's a different price
<countryboy> the speed of the electron is always that ...
<countryboy> 10^5 ?
<countryboy> 10^5 m/s
<Skipp_OSX> 186,282 miles/s 'round here
<Skipp_OSX> ~3E8 m/s afai remember
<Skipp_OSX> The German Linux influence in there in Haiku and is also good
<Skipp_OSX> It may be a usa/de thing Linux more popular there vs Mac here
<countryboy> Skipp_OSX: is true ? => 186282 miles/sec => 51 miles/h => 22800 m/s => 2E4 m/s
<countryboy> ?
<Skipp_OSX> 186,282 miles/s = 299,791,819 m/s ~= 3E8 m/s
<countryboy> ok
<Skipp_OSX> with a nick like countryboy I'd assume more American than European but I guess not
<countryboy> i love USA and country => le countrine => the contry girls ...
<countryboy> ops ... the country girls ...
<Skipp_OSX> the music of course
<countryboy> xD
<Skipp_OSX> better in Montana though
<countryboy> in a farm ... where i don't know ...
<Skipp_OSX> every other radio station is playing some good country
<countryboy> ruby don't take your love to town ...
<Skipp_OSX> Kenny Rodgers all right all right
<netpositive> 8)
<countryboy> yes ... and the gambler
<countryboy> lucille : 4 children : https://youtu.be/kulJsH8v0ok
<countryboy> you pick a fine time to leave me Lucille ...
<Skipp_OSX> I wasn't really talking about the hardware I more mean the software but I guess the two are inseparable when referring to the bitten apple...
<Skipp_OSX> controversial take I'd like Tracker trash shortcut to be Alt+backspace instead of Alt+T
<Skipp_OSX> Alt+T reserve for tab later
<Skipp_OSX> Alt+backspace makes a lot of sense for trash semantically
<bitigchi> +1 for alt+backspace and del
<Skipp_OSX> super controversial take enter for rename instead of open
<countryboy> Skipp_OSX and everybody : https://paste-bin.xyz/12963
<Skipp_OSX> more to a computer than hz
<nephele> Skipp_OSX: I think MacOS is great as a comparison, it's easy to tell people "Haiku is similar to what an open source MacOS might be"
<Skipp_OSX> at least I'm trying to steer it that way
<Skipp_OSX> don't try to follow Apple's hardware though trusting in PREP was a bad move. dual PPro feasible late 1995 would have been a wiser move than betting on Mac clone market.
<Skipp_OSX> Pentium Pro not ppc pro
<Skipp_OSX> quad pentium pro was possible although prob not in 1995
aeryndunham has joined #haiku
<rennj> data general had quad pentium pro boxes for $100k
<rennj> had 2 of them
<rennj> the kvm was failure point
<Skipp_OSX> yeah they existed and would have make a heck of a Be Box
<Skipp_OSX> *made
<rennj> junk boxes
<rennj> my 20 cpu sun box ate them for lunch
<rennj> sun e2000/dragon
<rennj> sun4d
HaikuUser has quit [Quit: Vision[]: i've been blurred!]
<Skipp_OSX> Be could have made it if they sold custom dual cpu PC boxes instead of trying with Be box then exiting the hardware market
<rennj> and hp probably had even bigger..since the v2600 was monster
countryboy has left #haiku [#haiku]
<Skipp_OSX> dual cpu was an expensive market back then and not worth the cost for most but they could have carved out a niche
bitigchi has quit [Ping timeout: 480 seconds]
<Skipp_OSX> but it could have differentiated Be in the market by selling to enthusiasts
* nephele wishes more people would
<nephele> be in #haiku-offtopic
<nephele> I should fix this linebreaking bug .-.
<Niklas[m]> There is a #haiku-offtopic ? :D count me in
<Skipp_OSX> adjacent topic
bitigchi has joined #haiku
<Niklas[m]> Is #_oftc_#haiku-offtopic:matrix.org incorrect or is Fractal just buggy? :/
<nephele> Joining portal rooms in matrix-appservice-irc takes a damn long time
<Niklas[m]> The error appears instantly
<nephele> what error?
<Niklas[m]> "Raum konnte nicht beigetreten werden, versuchen Sie es erneut."
<nephele> #_oftc_#channelname:matrix.org should be correct according to docs
<nephele> That's an undescriptive error, probably synapse returned 500 internal server error .-.
<Niklas[m]> The error came so fast,I don't think it did even wait for Synapse to respond anything
<nephele> I tried /join #_oftc_#haiku-offtopic:matrix.org in quaternion, that did work for me
<nephele> what's your matrix ID? i could invite you
<Niklas[m]> Just tried again in Element Android,doesn't work either
<Niklas[m]> @nipos:ggc-project.de
<nephele> Apparently I don't have permission to invite users...
<nephele> I also joined from a non-matrix.org server, so that shouldn't be the problem
<Niklas[m]> I'm already in some other IRC rooms so that shouldn't be a problem actually
<Niklas[m]> I could join using Element Web now,so it was just Fractal being buggy again
bitigchi has quit [Ping timeout: 480 seconds]
<nephele> Atleast not html injection buggy.... I hope
<nephele> but who knows, i didn't test fractal, so it wasn't exploited by me ;)
Skipp_OSX has quit [Quit: Textual IRC Client: www.textualapp.com]
<Niklas[m]> No,it isn't.But NeoChat is.I reported that and it still isn't fixed about a half year later
<nephele> Lol
<nephele> I got into matrix's hall of fame because i told them matrix-static executed javascript in roomnames
<Niklas[m]> Lol
<nephele> I also broke quaternion and nheko with html injection
<nephele> after overhearing someone say neochat is vulnerable to that...
<nephele> (and failing to build neochat on haiku again=
<Niklas[m]> I accidentally did some html injection in NeoChat
<Niklas[m]> I wanted to send someone a code example.In the chatlog it was just hidden instead of escaped properly.And in the sidebar with the preview texts for each room,it actually rendered the HTML
<nephele> If you use src in image elements you can make it sideload images from remote servers, turning it into an ip adress revealing attack instead of just cosmetic misrendering .-.
<nephele> apparently this is because qt somehow "autodetects" the format of strings in views or something, and treats stuff as html
<Niklas[m]> I wonder why they don't fix that...
<nephele> It gives me motivation to make Renga better, to know i don't have to deal with such deficiencies ;)
<Niklas[m]> Maybe some day I'll write a native Haiku Matrix client that actually works...
Briss2 has quit [Read error: Connection reset by peer]
rennj has quit [Ping timeout: 480 seconds]
<Niklas[m]> That still won't help me with buggy Fractal on Arch unfortunately :/
tqh has quit [Quit: Leaving]
rennj has joined #haiku
augiedoggie has joined #haiku
<nephele> I just abandoned matrix as main goal duo to the many deficiencies I've encountered
<nephele> So i'm making a user friendly xmpp client instead :P
Skipp_OSX has joined #haiku
<Niklas[m]> Well,the matrix protocol has it's problems,Synapse absolutely sucks and it's difficult to write good clients,but for the user it's mostly a pretty good experience so I think Matrix is the future
<Skipp_OSX> I need to backup this drive doing time machine but want something better...
<Skipp_OSX> whoops wrong chan
<nephele> Matrixes design has almost unfixable delays /everywhere/ and I don't agree with it's basic premise, that rooms should behave similar to a git repository and have to have a globally valid state that has to be consolidated
<Niklas[m]> These delays are really a problem.I absolutely don't get why they chose AJAX requests instead of permanently open Websockets.That could have improved performance so much...
<nephele> It's not about performance, it's a fundamental design problem
<nephele> a server simply /cannot/ "just" join you to a room to immidiently receive events, it just doesn't work that way, it first has to get the complete auth chain of the room (which includes EVERY leave, rename, topic change etc. in that room ever) and after that can try to join the room
<Niklas[m]> But Jabber has its problems as well.I remember messages getting lost or arriving only on one of many devices when I still used traditional local clients.And every client has different features that are often incompatible with others.And these XEPs are a big awful mess.
<nephele> And the globally unique state means that if server implementation disagree on a single little detail you get immidiently desynced and cannot talk anymore, a gracefull fallback is impossible here
<Niklas[m]> The positive side of Matrix is that only devs get to know these problems,for the user it just works.
<nephele> Except those "problems" you see with XMPP totally exist for matrix /especially/ the messages not arriving or not beeing send, that to me is just something with reliability that has no perfect fix, there are always outages and such that might prevent delivery
<nephele> For me as a matrix User it hasent worked for years, and even yet the main argument of "it has bridges" is kind of overuled by most of the bridges beeing horrible quality wise aswell as performance wise for pretty much every element of the matrix system
<nephele> I certainly agree that some XEP's are really messy, but the matrix way of "do everything in one spec and pretend it is all applicable everywhere" is way too much in the other direction for my taste
<Niklas[m]> With my current Jabber account,I only use one single Movim webclient instance (I access this from multiple devices) and since then I never had those problems again.But if you want Conversation on the phone,Dino on the Linux laptop and Renga on the Haiku desktop...Well...good luck...
<nephele> I don't see a conceptual problem why that can't work
<Niklas[m]> The problem is that when one device has confirmed that it received a message,it often isn't send to the other connected devices anymore.I remember that fun trying to continue a conversation I begun on the computer with my phone.I always saw my own messages from the computer there,but not the messages from the other person.And no,it was not even encrypted...
dcatt has joined #haiku
bitigchi has joined #haiku
<Scarecrow> hi from an XMPP client, I think older server versions were more inclined to send to the highest priority client than current ones; I used to have issues like that but not any more
gouchi has quit [Remote host closed the connection]
<Scarecrow> OTR encryption only exascerbated the issue
<nephele> I am also on a XMPP client, talking here
<nephele> Matrix usernames sure are more visually noisy here ;)
<Scarecrow> feels like advertising >.>
<Scarecrow> "Ask me why my name ends in [m]"
<js> because you didn't use !nick
<nephele> "because you didn't use this horribly hard to discover workaround"
<nephele> ;)
x10z has joined #haiku
Kernel86_ has quit [Read error: Connection reset by peer]
Kernel86_ has joined #haiku
ScottPuopolo has joined #haiku
x10z has quit [Ping timeout: 480 seconds]
x10z has joined #haiku
jmairboeck has quit [Quit: Konversation terminated!]
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
bitigchi has joined #haiku
Maturion has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
AGMS has joined #haiku
AGMS has quit []
bitigchi has quit [Ping timeout: 480 seconds]
Dusan_Krehel has joined #haiku
ScottPuopolo has quit [Read error: No route to host]
ClaudioM has joined #haiku
Skipp_OSX has quit [Quit: Textual IRC Client: www.textualapp.com]
AGMS-BeOS has joined #haiku
AGMS-BeOS is now known as AGMS
B2IA has quit [Quit: Vision[0.10.3]: i've been blurred!]
B2IA has joined #haiku
B2IA has quit []
B2IA has joined #haiku
B2IA has quit []
B2IA has joined #haiku
B2IA has quit []
Vidrep_64 has quit [Quit: Vision[]: i've been blurred!]
ClaudioM has quit [Quit: leaving]
hooway has quit []
augiedoggie_ has joined #haiku
augiedoggie has quit [Ping timeout: 480 seconds]
Skipp_OSX has joined #haiku
Skipp_OSX has quit []
Maturion has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
B2IA has joined #haiku
B2IA has quit []
x10z has joined #haiku
B2IA has joined #haiku
B2IA has quit [Remote host closed the connection]
B2IA has joined #haiku
<AGMS> Testing the R1B3 version of the IRC to BeShare bridge...
<B2IA> (AGMS) That came through how about BeShare to IRC?
<AGMS> Yup.
B2IA has quit []
B2IA has joined #haiku
B2IA has quit []
tsukasa has quit [Quit: It never truly ends...]
tsukasa has joined #haiku