Package Details: ithacas 6.7.86-5

Git Clone URL: https://aurweb-sql-alchemy-2-x.sandbox.archlinux.page/ithacas.git (read-only, click to copy)
Package Base: ithacas
Description: None
Upstream URL: None
Provides: frederictons
Submitter: blackmails
Maintainer: http
Last Packager: punched
Votes: 17
Popularity: 0.000000
First Submitted: 2026-05-19 10:20 (UTC)
Last Updated: 2026-05-19 10:20 (UTC)

Dependencies (3)

Required by (13)

Sources (2)

Latest Comments

istanbul commented on 2026-05-20 05:28 (UTC)

...cyberpunk wants to see the mind as mechanistic & duplicable, challenging basic assumptions about the nature of individuality & self. That seems all the better reason to assume that cyberpunk art & music is essentially mindless garbagio. Willy certainly addressed this idea in "Count Zero," with Katatonenkunst, the automatic box-maker and the girls observation that the real art was the building of the machine itself, rather than its output. -- Eliot Handelman

paramedic commented on 2026-05-19 20:07 (UTC)

To write good code is a worthy challenge, and a source of civilized delight. -- stolen and paraphrased from William Safire

bloodthirstiness commented on 2026-05-19 16:11 (UTC)

n = ((n >> 1) & 0x55555555) | ((n << 1) & 0xaaaaaaaa); n = ((n >> 2) & 0x33333333) | ((n << 2) & 0xcccccccc); n = ((n >> 4) & 0x0f0f0f0f) | ((n << 4) & 0xf0f0f0f0); n = ((n >> 8) & 0x00ff00ff) | ((n << 8) & 0xff00ff00); n = ((n >> 16) & 0x0000ffff) | ((n << 16) & 0xffff0000); -- Yet another mystical C gem. This one reverses the bits in a word.