[-] thelastknowngod@lemm.ee 3 points 1 year ago* (last edited 1 year ago)

I actually really like The Night Before. That ~~Joe~~ Seth Rogan movie. It's the only one I've been rewatching over the last few years.

[-] thelastknowngod@lemm.ee 2 points 1 year ago

It's the country of Georgia.

[-] thelastknowngod@lemm.ee 3 points 1 year ago

In Turkey, tobacco counts as a vegetable.

[-] thelastknowngod@lemm.ee 3 points 1 year ago* (last edited 1 year ago)

I have a function called up. I do up X where X is the number of directories I want to go up.

up() {
  if [[ $# -eq 0 ]]; then
    cd ..
    return 0
  fi
  local path i
  for (( i=0; i < $1; i++ )); do
    path+=../
  done
  cd "$path"
}

EDIT: Don't know if it's just me but if you see < it should be the less than character.

[-] thelastknowngod@lemm.ee 3 points 1 year ago

Lifeforce (1985)

Black Sheep (2006)

[-] thelastknowngod@lemm.ee 2 points 1 year ago

Usually the only tricky part of compiling from source is tracking down dependencies. The package manager does that for you normally but you're not using the package manager when compiling from scratch. The actual building (even compiling a kernel) isn't all that complicated.

[-] thelastknowngod@lemm.ee 3 points 1 year ago

It's completely overkill for pretty much everyone but I have been thinking about building a kubernetes native client for months now.

Like the torrent should be treated as a normal resource with a Torrent CRD. It should be scheduled onto whichever node has available capacity and rescheduled onto a different node if it goes down. If allowed by the tracker, multiple instances could be run. You could set resource limits programmatically, easily configure block storage, build dashboards, export logs/metrics.. It would be open ended enough that you could have interfaces built as browser extensions, web ui, mobile app, tui, cli and be unopinionated so much that the method for torrent ingestions could be left up to the used. HTTP request, watch directory, rss client, download manager.. You could even do stuff like throw magnet links into a queue.. etc, etc..

I keep thinking it would be a great project but I just do not have the spare time to dedicate to it.. I imagine it could be used for large scale deployments for something like the Internet archive or whatever.

[-] thelastknowngod@lemm.ee 2 points 1 year ago

Mint with Cinnamon on the desktop because it's not flashy or unique in any way. I have actual work to get done and I just need the OS to get out of my way. I'll customize my shell environment but only for productivity.. I'm not spending hours tweaking my DE theme or color palette or whatever.

Server side, where I spend the overwhelming majority of my time, the base OS doesn't really matter. I am entirely in kubernetes so that's mostly all abstracted away.

[-] thelastknowngod@lemm.ee 2 points 1 year ago

I think I returned mine and stuck with the HTC Dash for a year or two more until the software was better.

[-] thelastknowngod@lemm.ee 3 points 1 year ago

There is no such thing as "better" really. It's more about how much you want to tinker.

I ran arch and slackware 10-15 years ago. Now I have a job where I need to get actual work done so I don't have the time or energy for that anymore. I run mint.

Use something that fits your goals.

At a base level though, really there is very little difference. Any app can be run on any distro. Again, depending on how much you want to wrestle with things.

[-] thelastknowngod@lemm.ee 3 points 1 year ago

Ruby Sparks sounds plausible. She was a character in a book he was writing that came to life though.. They weren't arguing. Paul Dano and Zoe Kazan are great though. Dano might be considered B+/A- popular..

view more: ‹ prev next ›

thelastknowngod

joined 1 year ago