code logs -> 2020 -> Mon, 20 Apr 2020< code.20200419.log - code.20200421.log >
--- Log opened Mon Apr 20 00:00:43 2020
00:34 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
01:15 Degi_ [Degi@Nightstar-s8318t.dyn.telefonica.de] has joined #code
01:16 Degi [Degi@Nightstar-d06o31.dyn.telefonica.de] has quit [Operation timed out]
01:16 Degi_ is now known as Degi
03:00 Pink` [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
03:03 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
04:29 celticminstrel [celticminst@Nightstar-80avij.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
06:51 Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has joined #code
06:51 mode/#code [+qo Vorntastic Vorntastic] by ChanServ
11:58 Kindamoody[zZz] is now known as Kindamoody
12:49 celticminstrel [celticminst@Nightstar-80avij.dsl.bell.ca] has joined #code
12:49 mode/#code [+o celticminstrel] by ChanServ
14:30 Netsplit Traal.Nightstar.Net <-> Krikkit.Nightstar.Net quits: @PinkFreud
14:50 * TheWatcher stab and stab and stab xilinx
14:54
<@TheWatcher>
What kind of [CENSORED] [REDACTED] [CENSORED] son of a doucheyacht [CENSORED] shitgargling [REDACTED] comes up with the idea of bitswapping in bitstreams for ICAPE2
15:03 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
16:41 Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity]
16:52 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
16:53 Pink` [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
16:55 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
16:56 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
16:57 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
16:59 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
16:59 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
17:58
<@abudhabi>
Hmm. Weird bug.
17:58
<@abudhabi>
When trying to connect via wire, this box fails, until I swap the ports physically on the switch.
17:59
<@abudhabi>
It doesn't matter which ports, just that I swap them.
20:51
< Yossarian>
Huh, I thought it was possible to run `make` on a single source target and have it get passed to gcc. I think [R] showed me, once.
20:54
< Yossarian>
or g++
21:03
<&[R]>
Yes
21:03
<&[R]>
If your file is source.c or source.cpp: `make source`
21:38
< Yossarian>
oh
21:39
< Yossarian>
yeah I see
21:39
< Yossarian>
the -o is the same as `source`
21:48
<&ToxicFrog>
-o tells gcc where to put the compiled file. What's happening there is Make's implicit compilation rules:
21:49
<&ToxicFrog>
- you type `make foo`, make has no rule for that specifically, so it checks the implicit rules
21:49
<&ToxicFrog>
- there's a builtin rule `%: %.c :: $(CC) -o % %.c`, or similar, and foo.c does exist, so it invokes that rule
21:49
<&ToxicFrog>
augh unclosed bold
21:50
< Yossarian>
huh, I thought the default expression for folds was {{{ ? or is that also vim markers?
21:50
<&ToxicFrog>
Depends on the editor.
21:51
< Yossarian>
yeah it's foldmethod=marker
21:51
<&ToxicFrog>
Ok?
21:54
< Yossarian>
yeah, it's a useful default rule
21:58
<&ToxicFrog>
This seems like a complete non sequitur from make
22:15
< Yossarian>
You would be surprised.
22:26
< Yossarian>
Half the reason why I don't work on projects most of the time is because of various incantations that have to be done in vim... or rather, my vim skills recede. I think folds will help since I'm stuck at 1366x768.
22:28
< Yossarian>
Monospace regular 9 is default, sometimes I will shrink it down one or two.
22:33
< Yossarian>
I have a tint2 taskbar that takes up some room, very small program toolbars, then tmux has its own list of panels at the bottom
22:34
< Yossarian>
I suppose all in all, if I put the tmux session in full screen I gain another line in weechat and in vim
22:35
< Yossarian>
tmux doesn't redraw properly, if it did, I'd have two extra lines.
22:42
< Yossarian>
http://imgur.com/AiWmiZ6l.png screenshot
22:46
< Yossarian>
I can't even get tint2 to really behave the way I want, though.
22:47
< Yossarian>
I wonder if it would be a good idea to have it autohide?
22:49
<&ToxicFrog>
I have no idea. My approach is to have everything fullscreen and switch between it as needed, so this is an alien workflow for me.
22:50
< Yossarian>
But vim has a problem toggling taglist plugin's window. If you close the taglist down once, it won't draw properly on second call to TListToggle
22:51
< Yossarian>
Eh, everything runs in an instance of tmux, nearly. As many windows generated as there are virtual desktops. Openbox. Hotkey to move left/right to a virtual desktop changes the corresponding tmux window, but it can be overriden.
22:55
<&ToxicFrog>
Yeah, for me I have a 4x3 grid of vdesks running [chrome tmux _ _ chrome subl git-cola _ _ chrome _ _], with the _s variable-purpose (currently mostly stuff related to Spellcast development)
22:55
<&ToxicFrog>
And then the tmux has another dozen windows or so inside it
22:55
<&ToxicFrog>
+ yakuake for at-will local tty
22:55
< Yossarian>
I might start using the CLI file explorer 'ranger' more, I tried getting graphical modes to display in my terminal emulator (xfce4-terminal) but I don't think it will emulate Sixel modes in the higher model VTs, I think because it relies on termcap? Been awhile since I've looked.
22:56
< Yossarian>
For showing a preview of an image file.
22:56 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
22:57
< Yossarian>
What resolution is that you're running, ToxicFrog ?
22:58
< Yossarian>
I have the tmux script maxxed out at 4 panes, but it can be changed. I might think of setting the variables as env vars.
22:59
<&ToxicFrog>
Right now, 2880x1620, but I've been using the same basic layout for years all the way down to 1280x720.
23:00
< Yossarian>
4x3? What sizes are the terminal emulators usually in or the pane sizes?
23:01
<&ToxicFrog>
Tmux is 2 monitoring panes, IRC, IM, then six shells on the number keys, and then various other occasionally-used utilities accessible through prefix-w.
23:02
<&ToxicFrog>
168x41 on this laptop. Varies if I'm connecting to it from other machines, of course.
23:02
<&ToxicFrog>
Note that my tmux layout takes the same approach as my vdesks -- one program focused at a time, fullscreen.
23:03
<&ToxicFrog>
I don't generally split the tmux view.
23:04
<&ToxicFrog>
(for a while I had a script that would split the pane to display an image, but these days it instead sends a control sequence that's interpreted on the client to open a local image viewer)
23:04
<&ToxicFrog>
(I've never had any luck with SIXEL, I just used timg)
23:05
< Yossarian>
I was trying to study various use-cases of various layouts awhile ago.
23:56 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
23:56 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
--- Log closed Tue Apr 21 00:00:45 2020
code logs -> 2020 -> Mon, 20 Apr 2020< code.20200419.log - code.20200421.log >

[ Latest log file ]