| 10:37 |
awt_akris |
$ticker btc usd |
| 10:39 |
busybot |
Current BTC price in USD: $72285.84 |
| |
~ 6 hours 7 minutes ~ |
| 16:46 |
hapax |
http://logs.nosuchlabs.com/log/pest/2024-03-12#1033391 << hapax legomenon, not much content though (yet) |
| 16:48 |
awt_akris |
hapax are you a student of Ancient Greek? |
| 16:48 |
hapax |
awt_akris: not formally, no |
| 16:49 |
hapax |
but i try to read up on it when i have time (not much lately, unfortunately) |
| 16:49 |
awt_akris |
Ah cool. I also studied it on my own. |
| 16:49 |
hapax |
thought it would be a fitting name for a blog |
| 16:50 |
hapax |
oh, interesting |
| 16:50 |
hapax |
any results? |
| 16:51 |
awt_akris |
Read most of the Anabasis in Greek. Haven't done much with it since then. |
| 16:52 |
hapax |
that's really cool |
| 16:52 |
hapax |
i'd love to read the works of aristophanes one day |
| 16:53 |
hapax |
i know japanese pretty well, though |
| 16:53 |
hapax |
(at least when it comes to reading) |
| 16:55 |
awt_akris |
Oh cool! |
| 16:56 |
awt_akris |
Testing: ἅπαξ λεγόμενον |
| 16:58 |
hapax |
looks good |
| |
~ 2 hours 4 minutes ~ |
| 19:02 |
crtdaydreams |
speaking of gcc: they had to implement error checking for the usage of xor as exponentiaion |
| 19:02 |
crtdaydreams |
maybe it's one of those "great filters" and needs to be there to stop stupid people from ever picking up a compiler |
| 19:09 |
crtdaydreams |
pythonism at its finest |
| |
~ 2 hours 9 minutes ~ |
| 21:19 |
crtdaydreams |
I'm trying to emerge gcc-4.9.4 on a bleeding edge gentoo, I've copied over the /var/db/pkg/sys-devel/gcc-4.9.4 directory (which includes the .ebuild) and I opted to download the patchset and source from the distfiles directory on dulap.xyz which I've copied the gcc-4.9.4 tarball (unpatched) into distfiles |
| 21:20 |
crtdaydreams |
am I missing something? emerge =gcc-4.9.4 yields no results, do I need to do some kind of refresh of the package repository? |
| 21:26 |
crtdaydreams |
to clarify the ebuild was yoinked from the dulap construction kit |
| |
~ 2 hours 21 minutes ~ |
| 23:48 |
crtdaydreams |
http://logs.bitdash.io/asciilifeform/2022-07-28#1112472 << I would like to confirm that it does not work wouldn't have worked at the time of this message, the dist I'm doing this on is from 2022-06 and eutils.eclass is deprecated |
| 23:48 |
bitbot |
(asciilifeform) 2022-07-28 billymg: regarding gcc 4.9, i think you can emerge that even on bleeding edge gentoo, you just need to find an ebuild for it and add it to your local repo |
| 23:53 |
crtdaydreams |
upon further inspection even toolchain.eclass will fail citing that the gcc version itself is too old. |
| 23:54 |
crtdaydreams |
"tc_version_is_at_least 8 || die "${ECLASS}: ${GCC_RELEASE_VER} is too old." |
| 23:57 |
crtdaydreams |
unless there's something in the patchsets that fixes this, I can only assume it would take a considerable amount of fondling to get working |