Logs: freenode/#haskell
| 2020-10-03 07:41:32 | <p0a> | taurux: can git-annex archive your files even if they're at different places? Or do I need to turn / into a git project? |
| 2020-10-03 07:41:36 | → | zebrag joins (~inkbottle@aaubervilliers-654-1-82-122.w86-212.abo.wanadoo.fr) |
| 2020-10-03 07:42:04 | <ski> | (i guess sometimes it feels like i'm wading through drifts of køkkenmøddings of old cruft, making trails after me, through older accumulated trails) |
| 2020-10-03 07:42:05 | → | shafox joins (~shafox@106.51.234.111) |
| 2020-10-03 07:42:14 | <taurux> | p0a, yes, it does |
| 2020-10-03 07:42:29 | <taurux> | It has a quite steep learning curve but it's really powerful |
| 2020-10-03 07:43:04 | <taurux> | It manages different places through different git repositories, but your files don't need to be present in each of the repos |
| 2020-10-03 07:43:08 | × | snakemasterflex quits (~snakemast@213.100.206.23) (Ping timeout: 260 seconds) |
| 2020-10-03 07:43:29 | <taurux> | it can keep track of files independently from git, git only manages symlinks to the actual files that are managed by git-annex |
| 2020-10-03 07:43:33 | <p0a> | that's awesome, thank you. I guess that's the tool I'm trying to write? |
| 2020-10-03 07:43:39 | <p0a> | I should just use git-annex instead |
| 2020-10-03 07:44:00 | × | siraben quits (sirabenmat@gateway/shell/matrix.org/x-chzvshhyoygxwnpg) (Ping timeout: 244 seconds) |
| 2020-10-03 07:44:05 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2020-10-03 07:44:09 | <p0a> | you can attach textual descriptions to binary files and search for those, right? |
| 2020-10-03 07:44:14 | → | siraben joins (sirabenmat@gateway/shell/matrix.org/x-pabygdewelkoamni) |
| 2020-10-03 07:45:29 | <p0a> | well it might be off-topic of this channel. Thank you regardless I'm going to look into it now |
| 2020-10-03 07:46:35 | × | mahene quits (~mahene@2a02:8109:86c0:8d68:5400:2bfd:d746:732c) (Ping timeout: 244 seconds) |
| 2020-10-03 07:46:45 | × | jle` quits (~mstksg@unaffiliated/mstksg) (Ping timeout: 240 seconds) |
| 2020-10-03 07:46:45 | <taurux> | p0a, yes, it support tags |
| 2020-10-03 07:48:47 | <p0a> | tags won't do |
| 2020-10-03 07:48:50 | <p0a> | I need long descriptions |
| 2020-10-03 07:49:08 | <p0a> | I basically need text files associated to binary files that I can grep |
| 2020-10-03 07:49:33 | → | ericsagnes joins (~ericsagne@2405:6580:0:5100:df:e702:bc8c:934c) |
| 2020-10-03 07:50:13 | <taurux> | oh I don't know if git-annex supports that. You had better write a tool on your own as you just did probably, or a simple solution with some text files and a shell script |
| 2020-10-03 07:50:31 | → | Zetagon joins (~leo@c151-177-52-233.bredband.comhem.se) |
| 2020-10-03 07:53:20 | → | avdb joins (~avdb@ip-83-134-26-4.dsl.scarlet.be) |
| 2020-10-03 07:53:47 | × | avdb quits (~avdb@ip-83-134-26-4.dsl.scarlet.be) (Client Quit) |
| 2020-10-03 07:54:01 | → | avdb joins (~avdb@ip-83-134-26-4.dsl.scarlet.be) |
| 2020-10-03 07:55:25 | → | jle` joins (~mstksg@cpe-23-240-75-236.socal.res.rr.com) |
| 2020-10-03 07:55:25 | × | jle` quits (~mstksg@cpe-23-240-75-236.socal.res.rr.com) (Changing host) |
| 2020-10-03 07:55:25 | → | jle` joins (~mstksg@unaffiliated/mstksg) |
| 2020-10-03 07:56:53 | → | polyrain joins (~polyrain@2001:8003:e501:6901:584:470f:1fe3:7660) |
| 2020-10-03 08:00:09 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-03 08:01:34 | × | borne quits (~fritjof@200116b864ada80007933c164a08810c.dip.versatel-1u1.de) (Ping timeout: 244 seconds) |
| 2020-10-03 08:01:49 | → | Tuplanolla joins (~Tuplanoll@91-159-68-239.elisa-laajakaista.fi) |
| 2020-10-03 08:03:11 | × | quaestor quits (~quaestor@griffith.christophrauch.de) (Remote host closed the connection) |
| 2020-10-03 08:04:51 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 265 seconds) |
| 2020-10-03 08:04:55 | <tomsmeding> | p0a: tried to implement line numbers in the stupid way, my suspicion was confirmed: https://tomsmeding.com/ss/get/tomsmeding/GFBLec |
| 2020-10-03 08:05:23 | × | jle` quits (~mstksg@unaffiliated/mstksg) (Ping timeout: 240 seconds) |
| 2020-10-03 08:05:28 | <tomsmeding> | (note the wrong line height for the high characters in a different font) |
| 2020-10-03 08:05:31 | <p0a> | Yeah I'll try to write my own tool. I haven't been able to find a solution so far plus I will learn quite a few things down the road |
| 2020-10-03 08:06:16 | <p0a> | tomsmeding: utf8 is maddening |
| 2020-10-03 08:06:50 | → | quaestor joins (~quaestor@griffith.christophrauch.de) |
| 2020-10-03 08:06:51 | → | GyroW_ joins (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) |
| 2020-10-03 08:06:51 | × | GyroW_ quits (~GyroW@ptr-48ujrfd1ztq5fjywfw3.18120a2.ip6.access.telenet.be) (Changing host) |
| 2020-10-03 08:06:51 | → | GyroW_ joins (~GyroW@unaffiliated/gyrow) |
| 2020-10-03 08:07:04 | × | GyroW quits (~GyroW@unaffiliated/gyrow) (Ping timeout: 260 seconds) |
| 2020-10-03 08:07:04 | <Rembane> | p0a: ...in that 1 character /= 1 byte? |
| 2020-10-03 08:07:19 | <tomsmeding> | well no, utf8 is a nice encoding, fonts are the problem |
| 2020-10-03 08:07:25 | <p0a> | Rembane: I'm mostly talking about alignment issues when drawing them |
| 2020-10-03 08:07:33 | <p0a> | Yeah right, well I wasn't being technical |
| 2020-10-03 08:07:37 | <tomsmeding> | utf8 /= unicode /= fonts :p |
| 2020-10-03 08:07:46 | <p0a> | That's all true and I'm aware |
| 2020-10-03 08:07:46 | <Rembane> | p0a: Yeah, that's a problem too. :) |
| 2020-10-03 08:07:46 | <tomsmeding> | p0a: you're in #haskell |
| 2020-10-03 08:07:59 | <p0a> | I know lol I just don't like being technical in general |
| 2020-10-03 08:08:36 | <p0a> | I had a similar issue tomsmeding, alignment of text tables, and I tried to fix it from within bash (it was a disaster) |
| 2020-10-03 08:08:48 | <tomsmeding> | lol |
| 2020-10-03 08:09:18 | <tomsmeding> | like, a potential solution to this is not making two <pre> elements of which you need to match the line heights, but make a huge table with a <tr> for each line |
| 2020-10-03 08:09:32 | <tomsmeding> | but that's, I dunno, awkward |
| 2020-10-03 08:09:38 | <p0a> | delegate it to the browser, right? |
| 2020-10-03 08:10:07 | <tomsmeding> | also means I need to process the output of highlightjs to be a table instead of a <pre> :D |
| 2020-10-03 08:10:11 | <Rembane> | I wonder if brick could help you. I'm not sure though, but curses seem like at least slightly useful here |
| 2020-10-03 08:10:21 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-03 08:10:37 | <p0a> | tomsmeding: another approach instead of line numbers would be to allow the user to hightlight some parts of the code in the url |
| 2020-10-03 08:10:51 | <p0a> | tomsmeding: i.e. ?highlight=12,25,34-36 |
| 2020-10-03 08:11:10 | <tomsmeding> | ... the canonical way to select which, is having line numbers that you can click on :) |
| 2020-10-03 08:11:15 | <p0a> | which instead of showing line numbers, just uses a yellow background color |
| 2020-10-03 08:12:04 | <p0a> | Rembane: Yeah I think curses would work, but it's high powered. I was trying to do everything from inside bash scripts |
| 2020-10-03 08:12:48 | → | jedws joins (~jedws@121.209.139.222) |
| 2020-10-03 08:12:56 | × | alp quits (~alp@2a01:e0a:58b:4920:2485:658c:7835:aa11) (Ping timeout: 244 seconds) |
| 2020-10-03 08:13:59 | → | fendor joins (~fendor@e237-037.eduroam.tuwien.ac.at) |
| 2020-10-03 08:14:19 | → | HaskellYogi joins (~vivekrama@49.207.196.239) |
| 2020-10-03 08:14:25 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
| 2020-10-03 08:14:45 | <Rembane> | p0a: Got it, making everything from bash scrips seems to me like a good way to make your life extra painful |
| 2020-10-03 08:17:26 | <tomsmeding> | p0a: it's going on my todo list :p |
| 2020-10-03 08:17:40 | → | snakemasterflex joins (~snakemast@213.100.206.23) |
| 2020-10-03 08:20:17 | × | sw1nn quits (~sw1nn@host86-173-104-87.range86-173.btcentralplus.com) (Quit: WeeChat 2.9) |
| 2020-10-03 08:20:22 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-03 08:21:29 | → | sw1nn joins (~sw1nn@host86-173-104-87.range86-173.btcentralplus.com) |
| 2020-10-03 08:23:23 | × | snakemasterflex quits (~snakemast@213.100.206.23) (Ping timeout: 260 seconds) |
| 2020-10-03 08:23:28 | × | HaskellYogi quits (~vivekrama@49.207.196.239) (Ping timeout: 258 seconds) |
| 2020-10-03 08:24:49 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 246 seconds) |
| 2020-10-03 08:28:00 | × | nbloomf quits (~nbloomf@2600:1700:83e0:1f40:2c94:3287:2d16:a9db) (Quit: My MacBook has gone to sleep. ZZZzzz…) |
| 2020-10-03 08:29:33 | → | ubert1 joins (~Thunderbi@91.141.2.69.wireless.dyn.drei.com) |
| 2020-10-03 08:29:59 | × | ubert quits (~Thunderbi@91.141.3.51.wireless.dyn.drei.com) (Ping timeout: 258 seconds) |
| 2020-10-03 08:29:59 | ubert1 | is now known as ubert |
| 2020-10-03 08:30:42 | → | heatsink joins (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) |
| 2020-10-03 08:30:55 | → | dhil joins (~dhil@11.29.39.217.dyn.plus.net) |
| 2020-10-03 08:33:19 | → | raichoo joins (~raichoo@dslb-188-101-190-053.188.101.pools.vodafone-ip.de) |
| 2020-10-03 08:33:39 | × | lexi-lambda quits (sid92601@gateway/web/irccloud.com/x-jxufrnuiocmjeutw) (Ping timeout: 272 seconds) |
| 2020-10-03 08:33:39 | × | FMJz____ quits (sid279245@gateway/web/irccloud.com/x-fkwwfjqdqgntnoof) (Ping timeout: 272 seconds) |
| 2020-10-03 08:33:39 | × | darthThorik quits (sid39589@gateway/web/irccloud.com/x-sgyzfgzinerqmyki) (Ping timeout: 272 seconds) |
| 2020-10-03 08:33:39 | × | edmundnoble quits (sid229620@gateway/web/irccloud.com/x-xrnysnfynyaztlfh) (Ping timeout: 272 seconds) |
| 2020-10-03 08:33:47 | → | FMJz____ joins (sid279245@gateway/web/irccloud.com/x-elbokqjeheccquxp) |
| 2020-10-03 08:33:49 | → | lexi-lambda joins (sid92601@gateway/web/irccloud.com/x-domkjkegafyntpmw) |
| 2020-10-03 08:33:58 | → | jgt joins (~jgt@188.239.64.32) |
| 2020-10-03 08:34:17 | × | albethere quits (sid457088@gateway/web/irccloud.com/x-nwltghldiblztrql) (Ping timeout: 272 seconds) |
| 2020-10-03 08:34:17 | × | elvishjerricco quits (sid237756@NixOS/user/ElvishJerricco) (Ping timeout: 272 seconds) |
| 2020-10-03 08:34:45 | × | heatsink quits (~heatsink@107-136-5-69.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 240 seconds) |
All times are in UTC.