lucyinthesky's recent activity
-
Comment on Adding new groups in ~tildes
-
Comment on Programming Challenge: creative FizzBuzz in ~comp
lucyinthesky LinkSorry, not the most creative way of doing it. In Perl 5: for (1...100) { print "Fizz" x !($_ % 3); print "Buzz" x !($_ % %); print "$_" x !!($_ % 3 and $_ % 5); print "\n"; }Sorry, not the most creative way of doing it. In Perl 5:
for (1...100) { print "Fizz" x !($_ % 3); print "Buzz" x !($_ % %); print "$_" x !!($_ % 3 and $_ % 5); print "\n"; } -
Comment on Anyone Use A VPN? If So, Which One? in ~comp
lucyinthesky LinkI'm running algo on a digitalocean vps.I'm running algo on a digitalocean vps.
-
Comment on How do you manage your dotfiles? in ~comp
lucyinthesky LinkI use GNU Stow to organize all of my dotfiles into a folder and track that folder with git.I use GNU Stow to organize all of my dotfiles into a folder and track that folder with git.
-
Comment on Daily Tildes discussion - more growth, more groups in ~tildes.official
lucyinthesky LinkI think you should call the new group ~society. As for the subscriptions, I think you should have a few default groups (maybe ~tildes, ~talk, ~society) like reddit does. Don't remove any existing... -
Comment on <deleted topic> in ~movies
lucyinthesky LinkI love any of John Hughes's moviesI love any of John Hughes's movies
-
Comment on Trump Ignores Court Ruling That He Can't Block Twitter Critics: 'President Thinks He's Above The Law' in ~news
lucyinthesky Link ParentIf were to Trump fire Mueller that would be yet another clear obstruction of justice. Is there anything that could be done if that were to happen? There's plenty of evidence against Trump, can't...If were to Trump fire Mueller that would be yet another clear obstruction of justice. Is there anything that could be done if that were to happen? There's plenty of evidence against Trump, can't someone just indict him?
-
Comment on US Congress wants to extend the copyrights on some sound recordings to 144 years in ~music
lucyinthesky LinkCongress really needs to stop extending copyrights and just let stuff into the public domain.Congress really needs to stop extending copyrights and just let stuff into the public domain.
-
Comment on Whats ya'lls go-to album? in ~music
lucyinthesky LinkEagles - One of These Nights Fleetwood Mac - Rumours Billy Joel - The Stranger Michael Jackson - Thriller REO Speedwagon - Hi Infidelity The Cars - Shake it Up I couldn't decide on just one. As...Eagles - One of These Nights
Fleetwood Mac - Rumours
Billy Joel - The Stranger
Michael Jackson - Thriller
REO Speedwagon - Hi Infidelity
The Cars - Shake it UpI couldn't decide on just one. As you can tell I'm really into rock from the 70s and 80s. I'll even go back another decade and listen to the Everly Brothers or Roy Orbison.
-
Comment on <deleted topic> in ~comp
lucyinthesky Linktar cf backup.tar.gz porn && shred porn && gpg -c backup.tar.gz && shred backup.tar.gz Not the most exciting thing, but it works. I might even argue that it's overkill.tar cf backup.tar.gz porn && shred porn && gpg -c backup.tar.gz && shred backup.tar.gzNot the most exciting thing, but it works. I might even argue that it's overkill.
-
Comment on Post your setup! in ~comp
lucyinthesky LinkOS: Debian sid or Arch DE/WM: xfce or i3 or none Editor: Vim Terminal: xfce4-terminal or urxvt All the ors are independent, I'll just use whatever I'm feeling like at the time. I use bash with all...OS: Debian sid or Arch
DE/WM: xfce or i3 or none
Editor: Vim
Terminal: xfce4-terminal or urxvtAll the ors are independent, I'll just use whatever I'm feeling like at the time. I use bash with all of my dotfiles tracked using GNU stow.
-
Comment on What is your favourite thing to do after Friday end of day to celebrate start of weekend? in ~talk
lucyinthesky LinkI like to sit down on the couch with a cup of coffee and watch some Stephen Colbert.I like to sit down on the couch with a cup of coffee and watch some Stephen Colbert.
-
Comment on What books are you reading nowadays? in ~misc
lucyinthesky LinkI'm reading Dark Star by Ellis Amburn, it's a biography of Roy Orbison. In case you haven't heard of him, he was a rockabilly/blues singer back in the 50s + 60s. His music influenced a lot of...I'm reading Dark Star by Ellis Amburn, it's a biography of Roy Orbison. In case you haven't heard of him, he was a rockabilly/blues singer back in the 50s + 60s. His music influenced a lot of people, from Elvis to Bruce Springsteen.
According to the docs, groups will be organised in a tree (e.g. ~music.rock). Branches of these groups will be automatically created based on tag activity, but I believe the top level groups will only be created by admins.