code logs -> 2017 -> Thu, 17 Aug 2017< code.20170816.log - code.20170818.log >
--- Log opened Thu Aug 17 00:00:06 2017
00:29 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
00:32 Jessikat` [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has quit [Connection reset by peer]
00:33
<&[R]>
McMartin: Which one?
00:33
<&[R]>
The LDP one?
00:33
<&[R]>
Err, "Linux Programmer's Manual"
00:34
<&McMartin>
The one I get when I type "man gets" on Fedora or Ubuntu, I guess
00:35
<&[R]>
Top line, center, what's it say?
00:35
<&[R]>
One I'm looking at is actually titled fgetc(3)
00:35
<&McMartin>
"Linux Programmer's Manual"
00:36
<&McMartin>
"Description: Never use this function."
00:36
<&McMartin>
"Return value: ... there can be no guarantee that this function will even return."
00:37 Jessikat [Jessikat@Nightstar-9vkje5.dab.02.net] has joined #code
00:37
<&[R]>
Oh, I typed fgets by habit
00:37
<&McMartin>
fgets is actually usable.
00:37
<&[R]>
Yeah
00:37
<&[R]>
$ man 3 gets
00:37
<&[R]>
man: No entry for gets in the manual.
00:37
<&[R]>
^ OpenBSD
00:38
< RchrdB>
nice
00:38
<&[R]>
OpenBSD gives fgets a page and a half to itself
00:38 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
00:38 mode/#code [+o Reiv] by ChanServ
00:39
<&McMartin>
"BSD Library Functions Manual", shipped with Xcode/Darwin, puts fgets and gets on the same page, and is much more restrained about the apocalyptic badness of gets().
00:39
<&McMartin>
It restricts itself to a section marked "SECURITY CONSIDERATIONS" that begins "The gets() function cannot be used securely."
00:50 RchrdB [RchrdB@Nightstar-qe9.aug.187.81.IP] has quit [Ping timeout: 121 seconds]
01:16 Derakon[AFK] is now known as Derakon
01:19 mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code
01:19 mode/#code [+o mac] by ChanServ
01:21
<&[R]>
How does one calculate a root?
01:21
<&[R]>
I know that sqrt() can do a square root, but I want to do cube roots
01:22 macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
01:22
<&[R]>
Oh, there's a cbrt() function!
01:24
<&[R]>
Also I forgot about ^1/n
01:24
<&[R]>
Derp
01:27
<~Vornicus>
/me patpats [R]
02:22 Jessikat` [Jessikat@Nightstar-i8j6vv.dab.02.net] has joined #code
02:24 Jessikat [Jessikat@Nightstar-9vkje5.dab.02.net] has quit [Ping timeout: 121 seconds]
02:45
<@mac>
Is <sup> acceptable in modern HTML, or is it deprecated like <b> and <i>?
02:45
<&[R]>
<b> is deprecated?
02:45
<&[R]>
D:
02:46
<&McMartin>
<strong> and <em>
02:46
< Mahal>
it's been deprecated for years
02:46
<&[R]>
Lame
02:47
<&McMartin>
sup is still fine in HTML5.
02:47
<&McMartin>
"According to the HTML 5 specification, the <b> tag should be used as a LAST resort when no other tag is more appropriate. The HTML 5 specification states that headings should be denoted with the <h1> to <h6> tags, emphasized text should be denoted with the <em> tag, important text should be denoted with the <strong> tag, and marked/highlighted text should use the <mark> tag."
02:47
<&McMartin>
Not so much deprecated as "please don't"
02:48
<&McMartin>
To which the Internet at large has largely said "lol sure dudez"
02:48
<@mac>
McMartin: Danke.
02:48
< Mahal>
I don't understand the difference between <strong> and <b>
02:48
< Mahal>
... is there one?
02:49
< Mahal>
visually, to the reader, I mean?
02:49
<@mac>
Mahal: Notionally, 'strong' just means 'strongly emphasised text', and it is merely /convention/ that bold font is used to indicated this.
02:49
<&McMartin>
Mahal: Not by default.
02:50
<&McMartin>
The idea here is that a CSS sheet might say "actually, strongly emphasized text should be in red instead of bold"
02:50
<&McMartin>
And it's less offensive to them to redefine <strong> than to redefine <b>
02:50
<&McMartin>
Which you can, mind you, totally do.
02:50
<&McMartin>
You can say "<b> means font-color: red instead" with a single line of CSS
02:50 * Mahal nods
02:51
< Mahal>
b{font-color: red}, ISTR
02:51
< Mahal>
I have done such things myself, back in the dark ages of online journalling
02:51
<@mac>
Mahal: The problem is, now you have 'bold' text that isn't actually /bold/.
02:52
<&McMartin>
And then kittens are sad
02:52
<&McMartin>
Think of the kittens
02:52
<~Vornicus>
<b> and <i> are for when you actually mean "this should be formatted bold for reasons that aren't any of the things we also have tags for"
02:56 Turaiel[Offline] is now known as Turaiel
03:35 macdjord|slep [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code
03:35 mode/#code [+o macdjord|slep] by ChanServ
03:37 mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
03:57 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
03:59 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
03:59 mode/#code [+o Reiv] by ChanServ
04:08 Degi [Degi@Nightstar-klgs3m.dyn.telefonica.de] has quit [[NS] Quit: Leaving]
04:37 bowlich [bowlich@Nightstar-su4ao3.kynda.net] has quit [Ping timeout: 121 seconds]
04:43 bowlich [bowlich@Nightstar-su4ao3.kynda.net] has joined #code
04:59 Derakon is now known as Derakon[AFK]
05:07 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
05:09 Tamber_ [tamber@furryhelix.co.uk] has joined #code
05:10 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code
05:10 mode/#code [+o Reiv] by ChanServ
05:10 Tamber [tamber@furryhelix.co.uk] has quit [Operation timed out]
05:46
<@Turaiel>
lol, Freenode just k-lined the entire network
05:46 macdjord|slep is now known as macdjord
05:48
<&McMartin>
A bunch of cool stuff; https://bumbershootsoft.wordpress.com/2017/08/17/link-roundup/
06:15 Jessikat` is now known as Jessikat
06:16 Turaiel is now known as Turaiel[Offline]
07:06 Kindamoody[zZz] is now known as Kindamoody
07:11 Reiver [quassel@Nightstar-ksqup0.co.uk] has quit [Connection closed]
07:11 Orthia [quassel@Nightstar-ksqup0.co.uk] has quit [Connection reset by peer]
07:26 Orthia [quassel@Nightstar-ksqup0.co.uk] has joined #code
07:26 mode/#code [+o Orthia] by ChanServ
07:26 Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code
07:26 mode/#code [+ao Reiver Reiver] by ChanServ
07:30 mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code
07:30 mode/#code [+o mac] by ChanServ
07:33 macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
07:53 Derakon_ [Derakon@Nightstar-fr5qel.ca.comcast.net] has joined #code
07:56 Derakon[AFK] [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [Ping timeout: 121 seconds]
08:52 Jessikat` [Jessikat@Nightstar-i98hlq.dab.02.net] has joined #code
08:55 Jessikat [Jessikat@Nightstar-i8j6vv.dab.02.net] has quit [Ping timeout: 121 seconds]
09:32 Jessikat` [Jessikat@Nightstar-i98hlq.dab.02.net] has quit [[NS] Quit: Bye]
09:33 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
09:56 Kindamoody is now known as Kindamoody|out
10:22 Jessikat [Jessikat@Nightstar-i98hlq.dab.02.net] has joined #code
11:46 Tamber_ is now known as Tamber
11:46 mode/#code [+o Tamber] by ChanServ
13:29 Derakon_ [Derakon@Nightstar-fr5qel.ca.comcast.net] has quit [Ping timeout: 121 seconds]
13:48
<&[R]>
I seriously hate modern build systems
13:48
<&[R]>
Why do they all think that hiding where it gets shit is a great idea?
13:50
<&[R]>
Then again, this one's built on Java, which is absolutely stupid about finding shit so I guess the braindamage became contagious there
14:00 Derakon [Derakon@Nightstar-fr5qel.ca.comcast.net] has joined #code
14:00 mode/#code [+ao Derakon Derakon] by ChanServ
14:13
<@gnolam>
Things that are unexpectedly annoying: having the codebase and resource naming in US English but the documentation in British English.
14:14
<&[R]>
Okay, so I have a few git source trees, they helpfully come with gradle files. I can use the files to build the projects, but I need to make use of them to build another project that doesn't have said files... I copied things over and made it run the build, but it generated a near empty jar.
14:15
<&[R]>
$ bsdtar -tvf mods/enderio-5.0-DEV.jar
14:15
<&[R]>
drwxrwxrwx 0 0 0 0 Jan 1 1980 META-INF/
14:15
<&[R]>
-rw-rw-rw- 0 0 0 25 Jan 1 1980 META-INF/MANIFEST.MF
14:16 Alek [Alek@Nightstar-7or629.il.comcast.net] has quit [Connection closed]
14:19
<&[R]>
I don't even know where to start to fix this
14:21 Alek [Alek@Nightstar-7or629.il.comcast.net] has joined #code
14:21 mode/#code [+o Alek] by ChanServ
14:55 macdjord|slep [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code
14:55 mode/#code [+o macdjord|slep] by ChanServ
14:57 mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
15:22 Jessikat` [Jessikat@Nightstar-vet2ns.dab.02.net] has joined #code
15:24 Jessikat [Jessikat@Nightstar-i98hlq.dab.02.net] has quit [Ping timeout: 121 seconds]
16:22 bowlich [bowlich@Nightstar-su4ao3.kynda.net] has quit [Ping timeout: 121 seconds]
16:23 bowlich [bowlich@Nightstar-su4ao3.kynda.net] has joined #code
16:53 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
16:53 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
16:53 mode/#code [+qo Vornicus Vornicus] by ChanServ
17:00 macdjord|slep is now known as macdjord
17:35 Jessikat` is now known as breakfast
17:35 breakfast is now known as Jessikat
19:23 Degi [Degi@Nightstar-klgs3m.dyn.telefonica.de] has joined #code
19:55 mac [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has joined #code
19:55 mode/#code [+o mac] by ChanServ
19:57 macdjord [macdjord@Nightstar-a1fj2k.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
20:17 Kindamoody|out is now known as Kindamoody
20:44 Jessikat` [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code
20:52 RchrdB [RchrdB@Nightstar-qe9.aug.187.81.IP] has joined #code
21:07 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
21:15 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
21:15 mode/#code [+qo Vornicus Vornicus] by ChanServ
21:52 Jessikat`` [Jessikat@Nightstar-ksq8mo.dab.02.net] has joined #code
21:55 Jessikat [Jessikat@Nightstar-vet2ns.dab.02.net] has quit [Ping timeout: 121 seconds]
22:20 Kindamoody is now known as Kindamoody[zZz]
22:28 RchrdB [RchrdB@Nightstar-qe9.aug.187.81.IP] has quit [Ping timeout: 121 seconds]
22:32 Jessikat`` [Jessikat@Nightstar-ksq8mo.dab.02.net] has quit [Ping timeout: 121 seconds]
22:44 RchrdB [RchrdB@Nightstar-qe9.aug.187.81.IP] has joined #code
22:45 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
22:45 Jessikat` [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving]
22:51 Jessikat [Jessikat@Nightstar-471.159.132.82.IP] has joined #code
22:57 Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [Connection closed]
23:26 McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [[NS] Quit: kernel upgrade]
23:28 McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code
23:28 mode/#code [+ao McMartin McMartin] by ChanServ
--- Log closed Fri Aug 18 00:00:08 2017
code logs -> 2017 -> Thu, 17 Aug 2017< code.20170816.log - code.20170818.log >

[ Latest log file ]