2022/02/09

2022-02-09 00:00:19 +0000 <davean> I have no idea why you think the standard tools aren't useful when its slow
2022-02-09 00:00:32 +0000 <davean> so I probably can't help other than mention a pattern that might be relivent
2022-02-09 00:00:55 +0000 <davean> you can ask whats holding the memory, what type of memory it is, where it came from, anything I'd think you might want though
2022-02-09 00:01:07 +0000 <liskin> well because I need to collect thousands to millions of samples before anything shows up
2022-02-09 00:01:15 +0000 <davean> Right? So?
2022-02-09 00:01:27 +0000 <liskin> hp2ps takes minutes to process a small .hp file
2022-02-09 00:01:48 +0000 <geekosaur> twiclo, https://github.com/jaor/xmobar/blob/master/doc/plugins.org
2022-02-09 00:02:06 +0000 <davean> try hp2pretty?
2022-02-09 00:02:27 +0000 <davean> I have no experience with processing hps being slow
2022-02-09 00:02:28 +0000 <liskin> I mean it's probably easy to write a script to drop most samples and just leave one for every 1000, I'm just suprised that I haven't been able to google for an existing solution :-)
2022-02-09 00:03:37 +0000 <geekosaur> twiclo, which says it's fixed at kB/s
2022-02-09 00:04:14 +0000 <davean> liskin: https://hackage.haskell.org/package/hp2pretty
2022-02-09 00:04:15 +0000 <liskin> oh, hp2pretty claims to support reading large files, I guess I should try that indeed
2022-02-09 00:05:59 +0000 <liskin> davean: will try it tomorrow, thanks
2022-02-09 00:07:17 +0000 <liskin> davean: the other problem with "slow" is that if I need different profiling output (like -hy instead of -hc), I need to run it again and wait a couple hours :-)
2022-02-09 00:08:07 +0000 <geekosaur> have you looked into eventlog? I think that's been replacing theold profiling stuff because it's more flexible and there are more tools for it
2022-02-09 00:08:58 +0000 <davean> eventlog is a thing but I wasn't quite ready to recomend it
2022-02-09 00:09:05 +0000 <liskin> hm, haven't, perhaps https://mpickering.github.io/eventlog2html/ could be useful too
2022-02-09 00:44:54 +0000mvk(~mvk@2607:fea8:5cdc:bf00::5483)
2022-02-09 00:44:55 +0000catman(~catman@user/catman) (Remote host closed the connection)
2022-02-09 01:21:09 +0000mohab(~mohab@45.243.71.249) (Quit: WeeChat 3.4)
2022-02-09 01:34:33 +0000 <twiclo1> I have this in my config
2022-02-09 01:34:45 +0000 <twiclo1> , ((modm, xK_d), spawn "dmenu_run -nb '$color0' -nf '$color15' -sb '$color1' -sf '$color15'")
2022-02-09 01:35:04 +0000 <twiclo1> I recently added the color options. mod+d worked but adding those broke it
2022-02-09 01:35:15 +0000 <twiclo1> Do I need to escape the quotes or something?
2022-02-09 01:38:19 +0000 <twiclo1> Okay taking the quotes out completely still doesn't work
2022-02-09 01:41:57 +0000 <twiclo1> Is xmonad not getting the environment variables?
2022-02-09 01:44:28 +0000 <geekosaur> typically xmonad is spawned in an environment which doesn't have your environment
2022-02-09 01:44:41 +0000 <twiclo1> What's the recommended solution for this?
2022-02-09 01:44:43 +0000 <geekosaur> you could try changing that to:
2022-02-09 01:45:08 +0000 <geekosaur> , ((modm, xK_d), spawn "source .bash_profile; dmenu_run -nb '$color0' -nf '$color15' -sb '$color1' -sf '$color15'")
2022-02-09 01:45:27 +0000 <geekosaur> I start xmonad via a wrapper script which loads my environment. other people have other solutions
2022-02-09 01:45:40 +0000Guest6335(~Guest63@47.153.196.157)
2022-02-09 01:46:25 +0000 <Guest6335> After a recent update to xmobar/linux my font awesome fonts display as boxes in xmobar. I can see they are working in the vim file, is anyone else experiencing this
2022-02-09 01:47:41 +0000 <geekosaur> hm, actually remove those single quotes. they prevent variable substitution by the shell
2022-02-09 01:48:08 +0000 <geekosaur> if you need quoting you'll have touse escaped double quotes (e.g. \"$color15\")
2022-02-09 02:15:51 +0000 <Guest6335> anyone else running into the xmobar icon issue?
2022-02-09 02:17:35 +0000 <Guest6335> its with font awesome 5
2022-02-09 02:19:55 +0000Guest6335(~Guest63@47.153.196.157) (Quit: Client closed)
2022-02-09 02:20:19 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-02-09 02:22:01 +0000Guest6355(~Guest63@47.153.196.157)
2022-02-09 02:22:26 +0000 <Guest6355> sorry i got disconnected, i had asked about the xmobar, dont know if anyone got to it
2022-02-09 02:22:35 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-09 02:47:31 +0000catman(~catman@user/catman)
2022-02-09 03:02:49 +0000banc(banc@gateway/vpn/airvpn/banc) (Ping timeout: 256 seconds)
2022-02-09 03:10:47 +0000 <galactic_starfis> I had ran into that problem before in the past, switching where I installed XMobar from solved the issue.
2022-02-09 03:11:38 +0000 <galactic_starfis> I had installed it from the (nix)[https://nixos.org/nix] repos, and changing it to the one from the arch repos seemed to solve it.
2022-02-09 03:11:54 +0000 <galactic_starfis> * I had installed it from the [nix](https://nixos.org/nix) repos, and changing it to the one from the arch repos seemed to solve it.
2022-02-09 03:12:29 +0000jao(~jao@static-68-235-44-10.cust.tzulo.com) (Remote host closed the connection)
2022-02-09 03:19:14 +0000jao(~jao@static-68-235-44-10.cust.tzulo.com)
2022-02-09 03:21:04 +0000banc(banc@gateway/vpn/airvpn/banc)
2022-02-09 03:42:28 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1) (Quit: The Lounge - https://thelounge.chat)
2022-02-09 03:43:46 +0000steve__(~steve@ool-182c2b80.dyn.optonline.net) (Ping timeout: 260 seconds)
2022-02-09 03:44:53 +0000terrorjack(~terrorjac@2a01:4f8:1c1e:509a::1)
2022-02-09 03:45:49 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-02-09 03:47:15 +0000td_(~td@muedsl-82-207-238-149.citykom.de) (Ping timeout: 256 seconds)
2022-02-09 03:48:42 +0000td_(~td@94.134.91.16)
2022-02-09 03:58:27 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-09 04:00:01 +0000haasn(~nand@haasn.dev) (Quit: ZNC 1.7.5+deb4 - https://znc.in)
2022-02-09 04:01:56 +0000haasn(~nand@haasn.dev)
2022-02-09 04:05:48 +0000catman(~catman@user/catman) (Read error: Connection reset by peer)
2022-02-09 04:16:23 +0000Guest4885(~Guest48@47.153.196.157)
2022-02-09 04:16:51 +0000 <Guest4885> within xmobar how do you get around the forwardslash '\' counting as a new line when trying to apply unicode in the template section at the bottom?
2022-02-09 04:17:34 +0000 <Guest4885>          \{<fc=#b3afc2> <fn=3>\xf17c</fn> %uname% </fc>\
2022-02-09 04:17:34 +0000 <Guest4885>          \|<fc=#b48ead> <fn=1> </fn><action=`alacritty -e sudo pacman -Syu`> %pacupdate%</action></fc>\
2022-02-09 04:17:35 +0000 <Guest4885> see snipit please
2022-02-09 04:17:43 +0000 <Guest4885> the
2022-02-09 04:17:54 +0000 <Guest4885> the \xf17c is not rendered at all
2022-02-09 04:36:40 +0000scardinal(~supreme@customer-212-237-101-39.ip4.gigabit.dk) (Ping timeout: 268 seconds)
2022-02-09 04:40:36 +0000 <twiclo1> I have a colors.hs file ~/.xmonad/lib. What should the import for this file look like?
2022-02-09 04:40:51 +0000 <twiclo1> I read it should be import XMonad.Stack.Colors but that didn't work
2022-02-09 04:47:55 +0000scardinal(~supreme@customer-212-237-101-39.ip4.gigabit.dk)
2022-02-09 05:40:55 +0000jao(~jao@static-68-235-44-10.cust.tzulo.com) (Ping timeout: 256 seconds)
2022-02-09 05:56:21 +0000Guest4885(~Guest48@47.153.196.157) (Quit: Client closed)
2022-02-09 06:39:28 +0000Guest6355(~Guest63@47.153.196.157) (Quit: Client closed)
2022-02-09 07:14:57 +0000 <Solid> <geekosaur> if you really want one per screen you want to use withSB three times, changing each "xmobar" to "xmobar -x1" etc. << that's why we have dynamicSBs!
2022-02-09 07:16:41 +0000dschrempf(~dominik@mobiledyn-62-240-134-126.mrsn.at)
2022-02-09 07:17:56 +0000 <Solid> twiclo1: you can just import it as "Colors"
2022-02-09 07:18:09 +0000 <Solid> but do note that the file also has to be named "Colors.hs"
2022-02-09 07:19:11 +0000dschrempf(~dominik@mobiledyn-62-240-134-126.mrsn.at) (Client Quit)
2022-02-09 07:30:16 +0000mohab(~mohab@45.243.71.249)
2022-02-09 07:55:40 +0000mc47(~mc47@xmonad/TheMC47)
2022-02-09 07:58:52 +0000cfricke(~cfricke@user/cfricke)
2022-02-09 08:51:43 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2022-02-09 08:59:02 +0000cfricke(~cfricke@user/cfricke)
2022-02-09 09:52:10 +0000mohab(~mohab@45.243.71.249) (Quit: WeeChat 3.4)
2022-02-09 09:55:19 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-02-09 09:55:38 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-09 10:42:17 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Ping timeout: 240 seconds)
2022-02-09 10:45:32 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-09 13:07:49 +0000mvk(~mvk@2607:fea8:5cdc:bf00::5483) (Ping timeout: 240 seconds)
2022-02-09 13:32:01 +0000dschrempf(~dominik@mobiledyn-62-240-134-126.mrsn.at)
2022-02-09 14:06:43 +0000dschrempf(~dominik@mobiledyn-62-240-134-126.mrsn.at) (Quit: WeeChat 3.3)
2022-02-09 14:09:54 +0000catman(~catman@user/catman)
2022-02-09 14:30:52 +0000seschwar(~seschwar@user/seschwar)
2022-02-09 14:52:10 +0000jao(~jao@66.63.167.168)
2022-02-09 15:08:14 +0000jao(~jao@66.63.167.168) (Remote host closed the connection)
2022-02-09 15:09:24 +0000jao(~jao@66.63.167.168)
2022-02-09 15:47:03 +0000mvk(~mvk@2607:fea8:5cdc:bf00::5483)
2022-02-09 15:56:42 +0000twiclo(~twiclo@2604:7b80:2000:1069:52fc:cedd:fbeb:10c) (Quit: WeeChat 3.4)
2022-02-09 16:19:19 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-02-09 16:21:03 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-09 16:42:57 +0000mohab(~mohab@45.243.71.249)
2022-02-09 16:51:34 +0000mohab(~mohab@45.243.71.249) (Quit: WeeChat 3.4)
2022-02-09 17:48:43 +0000Rue(~rue@2001-b011-1000-1402-f4fe-f6f9-1dd3-9979.dynamic-ip6.hinet.net) (Quit: WeeChat 3.4)
2022-02-09 18:34:30 +0000cfricke(~cfricke@user/cfricke) (Quit: WeeChat 3.3)
2022-02-09 20:02:49 +0000geekosaur(~geekosaur@xmonad/geekosaur) (Remote host closed the connection)
2022-02-09 20:04:59 +0000geekosaur(~geekosaur@xmonad/geekosaur)
2022-02-09 20:15:31 +0000jao(~jao@66.63.167.168) (Ping timeout: 256 seconds)
2022-02-09 20:52:36 +0000jao(~jao@static-68-235-44-24.cust.tzulo.com)
2022-02-09 21:34:17 +0000mc47(~mc47@xmonad/TheMC47) (Remote host closed the connection)
2022-02-09 22:07:17 +0000steve__(~steve@ool-182c2b80.dyn.optonline.net)
2022-02-09 23:07:21 +0000seschwar(~seschwar@user/seschwar) (Quit: :wq)
2022-02-09 23:24:57 +0000mvk(~mvk@2607:fea8:5cdc:bf00::5483) (Ping timeout: 240 seconds)
2022-02-09 23:25:24 +0000mvk(~mvk@2607:fea8:5cdc:bf00::5483)
2022-02-09 23:35:33 +0000Czernobog(~Czernobog@user/czernobog) (Ping timeout: 256 seconds)
2022-02-09 23:36:31 +0000Czernobog(~Czernobog@user/czernobog)