IRC channel logs

2020-09-05.log

back to list of logs

***catonano_ is now known as catonano
<daviid>.
<sneek>Welcome back daviid, you have 1 message!
<sneek>daviid, str1ngs says: g-golf and nomad running on my pinephone https://bufio.org/images/2020-09-03-220022.png
<daviid>str1ngs: very nice! the pinephone runs puros or another os? jusr curious, obviously, it looks like a gnome phonetop :)
<str1ngs>daviid: pinephone runs quite a few distro's. I'm using mobian its's based off of buster. and the WM is phosh it's a wayland compositor, same one used by librem
<daviid>str1ngs: ok tx, phosh is being devlopd by purism?
<str1ngs>right
<str1ngs>though one day nomad-shell might exist \o/
*str1ngs crosses fingers
<daviid>do you use external kb, i was curious, about C- and M- commands
<str1ngs>for nomad I use a bluetooth keyboard. but that's not practical I need to implement a menu-bar-mode and then maybe a phone-mode
<daviid>ok
<str1ngs>daviid: it's going to be interesting translating emacs methodology into a phone UI
<daviid>str1ngs: yes, and i wish you good ideas and good luck, it' not going to be easy :)
<str1ngs>on the bright side will add a UI to nomad that users of firefox etc. use
<str1ngs>even emacs has menus, though I turn them off myself.
<daviid>yes (to both :))
***apteryx is now known as Guest98226
***apteryx_ is now known as apteryx
<g0d_shatter>str1ngs are you around tonight?
<str1ngs>g0d_shatter: hello, I am around yes.
<g0d_shatter>str1ngs, yesterday when you installed gdb and got it to work with guile on focal (ubuntu) you compiled it by hand, right? You grabbed the source and configured/make/make-install, yes?
<str1ngs>g0d_shatter: right
<g0d_shatter>I've got a focal VM up with the other tool I need finally compiled and I'd like to figure out how to get it working on this one
<g0d_shatter>cool
<g0d_shatter>str1ngs do you remember what flags you gave to configure it?
<g0d_shatter>was it just "--with-guile"?
<str1ngs>I think I use --with-guile but it should auto detect. with --with-guile either way.
<str1ngs>use with*
<g0d_shatter>got it, thank you
<str1ngs>no problem
<g0d_shatter>no dice, yet again
<str1ngs>g0d_shatter: doe <prefix>/share/gdb/guile/gdb.scm exist
<str1ngs>does*
<g0d_shatter>str1ngs sorry! I missed this response, so I'm not sure why, I didn't use the prefix flag this time, but no, <prefix>/share/gdb/guile/gdb.scm does not exist
<g0d_shatter>none of the necessary guile libraries are copied into <prefix>/share/whatever
<str1ngs>sneek later tell g0d_shatter. make sure you only have guile-2.0-dev installed it will install what it needs. for gdb it does not acutally need guile-2.0 the interpreter. after that confirm with pkg-config it finds guile-2.0 libs with . pkg-config --libs guile-2.0 . make sure you don't have PKG_CONFIG_PATH set to something else just in case too.
<sneek>Okay.
***schaeffer_ is now known as schaeffer
***slyfox_ is now known as slyfox
<minerjoe>Hello all. I'm lost trying to find a good way to parse web pages and then extract data from them in guile. I can get sxml alright, but what is a good way to query it such as list all the links etc.?