GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 11:34:24 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:

    This is all you need to know:

    ~ $ top -bn1 |grep -A9999 "^ *PID " |awk '{foo+=$9} END {print foo}'
    160.1
    ~ $ sensors |grep ^Package
    Package id 0: +85.0°C (high = +100.0°C, crit = +100.0°C)
    ~ $ grep -m1 ^model.name /proc/cpuinfo
    model name : 12th Gen Intel(R) Core(TM) i7-1260P

    :eyeroll:

    In conversation Friday, 14-Apr-2023 11:34:24 JST from fosstodon.org permalink
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Friday, 14-Apr-2023 11:34:23 JST @living8bit @living8bit
      in reply to

      @RL_Dane

      Brother! So I'm not the only one who pulls a "grep -A9999"?!?!

      (No joke, I have it a script which I use to combine exam questions into a single Canvas question bank.)

      In conversation Friday, 14-Apr-2023 11:34:23 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 11:34:23 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • @living8bit

      @living8bit

      Hah! It's a great help.
      I used to do a while loop and use a variable to define whether or not to print the line, but grep -A9999 (or -B9999) is so much easier and faster!

      In conversation Friday, 14-Apr-2023 11:34:23 JST permalink
    • Embed this notice
      clacke (clacke@libranet.de)'s status on Friday, 14-Apr-2023 11:37:56 JST clacke clacke
      in reply to
      • @living8bit
      @RL_Dane @living8bit sed -ne /^Package/,p
      In conversation Friday, 14-Apr-2023 11:37:56 JST permalink
    • Embed this notice
      clacke (clacke@libranet.de)'s status on Friday, 14-Apr-2023 11:42:15 JST clacke clacke
      in reply to
      • R

      @rory. L. Dane @@living8bit sed -ne "/^ *PID /,p"

      #SedAsGrep

      In conversation Friday, 14-Apr-2023 11:42:15 JST permalink
    • Embed this notice
      clacke (clacke@libranet.de)'s status on Friday, 14-Apr-2023 11:42:16 JST clacke clacke
      in reply to
      • @living8bit

      @RL_Dane @living8bit sed -ne "/^ *PID /,p"

      #SedAsGrep

      In conversation Friday, 14-Apr-2023 11:42:16 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:45:28 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • clacke
      • @living8bit

      @clacke @living8bit

      Ah. I really need to read up on sed. :)

      $ man sed
      ...
      The full documentation for sed is maintained as a Texinfo manual. If the info and sed pro‐
      grams are properly installed at your site, the command

      info sed

      should give you access to the complete manual.

      EAT ROCKS, GNU!!! ARGH!!!!!

      In conversation Friday, 14-Apr-2023 17:45:28 JST permalink
      clacke likes this.
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Friday, 14-Apr-2023 17:45:57 JST @living8bit @living8bit
      in reply to
      • clacke

      @RL_Dane @clacke

      And if I may add:

      $ info sed
      -bash: info: command not found
      $

      ?

      In conversation Friday, 14-Apr-2023 17:45:57 JST permalink
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:45:58 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • clacke
      • @living8bit

      @living8bit @clacke

      > $ info sed
      > -bash: info: command not found

      May it never be!

      If I wanted to read manuals in emacs, I'd run man in emacs!

      In conversation Friday, 14-Apr-2023 17:45:58 JST permalink
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Friday, 14-Apr-2023 17:45:58 JST @living8bit @living8bit
      in reply to
      • clacke

      @RL_Dane @clacke

      FWIW, I often do! ?

      In conversation Friday, 14-Apr-2023 17:45:58 JST permalink
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:46:24 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • clacke
      • @living8bit

      @living8bit @clacke

      ...except for the GNU tools, which have crap manpages because they have to strongarm you into using stupid info. :/

      Keep pushing me to BSD, GNU. Keep pushing me. :P

      In conversation Friday, 14-Apr-2023 17:46:24 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:46:24 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • clacke
      • @living8bit

      @living8bit @clacke

      I've taken to using DDG and !freebsdman when I want to look up a manpage when GNU doen't feel like providing decent manpages.

      Except I do it from the commandline, using a script I wrote called `duck` which detects which text-based web browser you have and turns the parameters into a DDG url. It also converts periods to bangs, so you don't have to quote or escape the bangs from the commandline.

      So it looks like:
      $ duck .freebsdman sed

      In conversation Friday, 14-Apr-2023 17:46:24 JST permalink

      Attachments


      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:46:25 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • clacke
      • @living8bit

      @living8bit @clacke

      Do you like info, then?

      In conversation Friday, 14-Apr-2023 17:46:25 JST permalink
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Friday, 14-Apr-2023 17:46:25 JST @living8bit @living8bit
      in reply to
      • clacke

      @RL_Dane @clacke

      Honestly I don't use it enough to have an opinion. I tried but much of the "info" I need has been found in 'man'.

      In conversation Friday, 14-Apr-2023 17:46:25 JST permalink
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Friday, 14-Apr-2023 17:46:43 JST @living8bit @living8bit
      in reply to
      • clacke

      @RL_Dane @clacke

      What? A text-based browser? ?

      During one lecture I used one to demo what could be done "on the command line". In Zoom chat I see, "What!? That's so cool!"

      Had to pause, mute my mic, and laugh.

      In conversation Friday, 14-Apr-2023 17:46:43 JST permalink
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:43 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • clacke
      • @living8bit

      @living8bit @clacke

      Nice.

      I love the fact that you can watch youtube on the commandline, even in the fbdev.

      mpv is a pathway to many abilities others find... awesome. ;)

      In conversation Friday, 14-Apr-2023 17:47:43 JST permalink
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:45 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      I mean, I think it's a lot less odious than JS, but to each his own psychosis ;)

      In conversation Friday, 14-Apr-2023 17:47:45 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:45 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      Just for the record:

      ~] pytohn
      pytohn: command not found
      ~] python
      Python 3.10.9 (main, Dec 6 2022, 18:44:57) [GCC 11.3.0] on linux
      Type "help", "copyright", "credits" or "license" for more information.
      >>> 0.1 + 0.2
      0.30000000000000004

      In conversation Friday, 14-Apr-2023 17:47:45 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:45 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      DADGUM.

      ~ $ echo "0.1+0.2" |bc -l
      .3
      ~ $ perl -e 'print 0.1+0.2,"\n"'
      0.3
      ~ $ python -c 'print( 0.1+0.2 )'
      0.30000000000000004

      In conversation Friday, 14-Apr-2023 17:47:45 JST permalink
      clacke repeated this.
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:45 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      Let me introduce you to the most wonderful domain name ever: https://0.30000000000000004.com

      Floating point math is tricky, ain't it? ;)

      In conversation Friday, 14-Apr-2023 17:47:45 JST permalink

      Attachments


      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:46 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      using JS for basic math?

      *twitch* *twitch*

      In conversation Friday, 14-Apr-2023 17:47:46 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:46 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      *That's* how I feel about using python for basic math. ;)

      In conversation Friday, 14-Apr-2023 17:47:46 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:47 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      Github pages are a total pain to browse with w3m.

      Have you tried just using python as a math interpreter? ;)

      In conversation Friday, 14-Apr-2023 17:47:47 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:47 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      You could just clone it and open the README in vim or less, you know.

      And yes I have had python recommended to me and it works fine, but for whatever reason I abhor using python. I get shivers every time I consider it.

      I guess I could use deno.

      ~] deno
      Deno 1.31.1
      exit using ctrl+d, ctrl+c, or close()
      REPL is running with all permissions allowed.
      To specify permissions, run `deno repl` with allow flags.
      > 3 + 5
      8
      > 5 ** 30202
      Infinity
      > 0.1 + 0.2
      0.30000000000000004

      In conversation Friday, 14-Apr-2023 17:47:47 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:48 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      ~] man awk | wc -l
      1660
      ~] calc "$(man awk | wc -l) - $(man tar | wc -l)"
      651

      That's not too bad. Perhaps I should take the time to figure it out.

      In conversation Friday, 14-Apr-2023 17:47:48 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:48 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      What is `calc`? Where does that come from?
      I've been using bc, just because that's what I know. It's not super elegant, but it works well:

      $ echo "1+1" |bc
      2
      $ echo "5/2" |bc
      2
      $ echo "5/2" |bc -l
      2.50000000000000000000

      In conversation Friday, 14-Apr-2023 17:47:48 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:48 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      I don't remember why I didn't like bc, but there was a reason. I did try it.

      Here's calc: https://github.com/lcn2/calc

      I think I liked the interactive shell you get if you don't provide any arguments. Not sure.

      In conversation Friday, 14-Apr-2023 17:47:48 JST permalink

      Attachments


    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:49 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      I mean, awk is basically a complete programming language.

      I've used it for two decades and still barely scratched the surface. ;)

      In conversation Friday, 14-Apr-2023 17:47:49 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:50 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      I have no idea what's going on. Yet, I know I could if I took the time to read the manpages and parse those flags.

      I'm seriously conflicted right now.

      In conversation Friday, 14-Apr-2023 17:47:50 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:50 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      Teaching mode, engage!

      top -bn1 |grep -A9999 "^ *PID " |awk '{foo+=$9} END {print foo}'
      top: Run 1 instance of top and send it to STDOUT instead of a fancy tty-aware screen
      grep: show me at least 9,999 lines after anything that matches this regexp, and the match itself
      awk: use foo as a variable to accumulate the values in field 9 (cpu usage), and print it out once EOF is reached
      output: 160.1

      ...

      In conversation Friday, 14-Apr-2023 17:47:50 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:50 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      Yikes, your use of awk is *far* more complex than mine.

      Okay I think I've got this figured out so far.

      In conversation Friday, 14-Apr-2023 17:47:50 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Friday, 14-Apr-2023 17:47:53 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      VERY cool. Both a great rant-as-URL, and very informative.

      In conversation Friday, 14-Apr-2023 17:47:53 JST permalink
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:39 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Sotolf
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z @sotolf

      French is just Latin with a goofy Gaul accent. :P

      In conversation Saturday, 15-Apr-2023 03:22:39 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:39 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Sotolf
      • Yer ol' Pal Gordo

      @RL_Dane @gordoooo_z @sotolf
      So you're saying that English is mispronounced mispronounced Latin.

      In conversation Saturday, 15-Apr-2023 03:22:39 JST permalink
      clacke likes this.
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:40 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Sotolf
      • Yer ol' Pal Gordo

      @RL_Dane @gordoooo_z @sotolf
      You keep making me want to learn Esperanto.

      The more and more I study French, the more I realize how much of English is just mispronounced French.

      In conversation Saturday, 15-Apr-2023 03:22:40 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:42 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Sotolf
      • Yer ol' Pal Gordo

      @gordoooo_z @sotolf @RL_Dane
      The other way to get that result is to live in a *highly* multicultural environment like Penang, Malaysia, where they end up standardizing on a language like English just so that people can communicate with each other.

      In conversation Saturday, 15-Apr-2023 03:22:42 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:42 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Sotolf
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z @sotolf

      Also, that sounds a lot like the place where L. L. Zamenhof lived, which inspired him to create #Esperanto

      (To be clear, he lived in Europe (I forget exactly where), but it was a very mulicultural city with some cultural friction, partially because of the lack of a shared language)

      In conversation Saturday, 15-Apr-2023 03:22:42 JST permalink
    • Embed this notice
      Yer ol' Pal Gordo (gordoooo_z@hachyderm.io)'s status on Saturday, 15-Apr-2023 03:22:43 JST Yer ol' Pal Gordo Yer ol' Pal Gordo
      in reply to
      • Benjamin Hollon
      • Sotolf

      @sotolf @RL_Dane @benjaminhollon ...would probably be handy, but then again, I've met hundreds of people from India and Pakistan, and maybe like... 1 or 2 that didn't speak English?

      Monocultures are boring but having a language that's damn near universal sure is convenient.

      In conversation Saturday, 15-Apr-2023 03:22:43 JST permalink
    • Embed this notice
      Yer ol' Pal Gordo (gordoooo_z@hachyderm.io)'s status on Saturday, 15-Apr-2023 03:22:44 JST Yer ol' Pal Gordo Yer ol' Pal Gordo
      in reply to
      • Benjamin Hollon
      • Sotolf

      @sotolf @RL_Dane @benjaminhollon I find Italians pretty easy to get along with on account of they seem to enjoy feeding me large servings of carbs and cheese ? well that and I'm Italian on both sides, but I'm definitely more Canadian than anything, lol.

      They liked to tell us in school that French would be useful one day, but I can probably count the number of francophones I've spoken to for more than a few words on my fingers. Hindu or urdu...

      In conversation Saturday, 15-Apr-2023 03:22:44 JST permalink
    • Embed this notice
      Sotolf (sotolf@social.linux.pizza)'s status on Saturday, 15-Apr-2023 03:22:45 JST Sotolf Sotolf
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @gordoooo_z

      Hah, it's a possibility, I never got along well with Italians for some reason :p

      My white whale for the last years has been to learn a slavic language, probably slovenian as it's the one spoken the most around where I live, but the motivation is kind of hard to get.

      I know the most useful languages around me otherwise, and some a bit more esoteric like Danish, Swedish and japanese, but most of the time it's German and English, they are useful.

      @RL_Dane @benjaminhollon

      In conversation Saturday, 15-Apr-2023 03:22:45 JST permalink
    • Embed this notice
      Yer ol' Pal Gordo (gordoooo_z@hachyderm.io)'s status on Saturday, 15-Apr-2023 03:22:46 JST Yer ol' Pal Gordo Yer ol' Pal Gordo
      in reply to
      • Benjamin Hollon
      • Sotolf

      @sotolf @RL_Dane @benjaminhollon I've read some very interesting research on the subject, actually.

      I wish I didn't lose the bit of Italian I'm told I knew as a child. I don't even understand it now, let alone speak it.

      Weirdly though, I find it easier to parse Spanish than Italian. Similar syntax, but less syllables I guess, lol.

      In conversation Saturday, 15-Apr-2023 03:22:46 JST permalink
    • Embed this notice
      Sotolf (sotolf@social.linux.pizza)'s status on Saturday, 15-Apr-2023 03:22:47 JST Sotolf Sotolf
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @gordoooo_z @RL_Dane @benjaminhollon

      My brain is luckily still pretty plastic, probably because I've spent so much time learning languages, it's a blessing and a curse, but it does come in handy some times :)

      I was very happy for it when I moved to a country where nobody spoke the languages I knew well :p

      In conversation Saturday, 15-Apr-2023 03:22:47 JST permalink
    • Embed this notice
      Yer ol' Pal Gordo (gordoooo_z@hachyderm.io)'s status on Saturday, 15-Apr-2023 03:22:48 JST Yer ol' Pal Gordo Yer ol' Pal Gordo
      in reply to
      • Benjamin Hollon
      • Sotolf

      @sotolf @RL_Dane @benjaminhollon I believe it! Never underestimate a child's ability to absorb information. Little sponges.

      Thank God I like to learn, because it only gets harder with time ?

      In conversation Saturday, 15-Apr-2023 03:22:48 JST permalink
    • Embed this notice
      Sotolf (sotolf@social.linux.pizza)'s status on Saturday, 15-Apr-2023 03:22:49 JST Sotolf Sotolf
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @gordoooo_z

      I remember the time that I couldn't help the small one with his German homework anymore, it went from me helping him to him just telling me "Papa, das ist falsch..."

      @RL_Dane @benjaminhollon

      In conversation Saturday, 15-Apr-2023 03:22:49 JST permalink
    • Embed this notice
      Yer ol' Pal Gordo (gordoooo_z@hachyderm.io)'s status on Saturday, 15-Apr-2023 03:22:50 JST Yer ol' Pal Gordo Yer ol' Pal Gordo
      in reply to
      • Benjamin Hollon
      • Sotolf

      @sotolf @RL_Dane @benjaminhollon Yeah, I'm the same way. My girlfriend's sister decided it was time for a career change, and just finished her first semester of engineering school. The first month or so, she was coming to me for homework help. I had to warn her to enjoy it while it lasts, because she probably wasn't going to get more than a couple weeks more before she knew more than me.

      I was not wrong lol

      In conversation Saturday, 15-Apr-2023 03:22:50 JST permalink
    • Embed this notice
      Sotolf (sotolf@social.linux.pizza)'s status on Saturday, 15-Apr-2023 03:22:52 JST Sotolf Sotolf
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @RL_Dane @benjaminhollon @gordoooo_z

      I am blessed with a very weird memory, I just suck up non important stuff, and things like years, birthdays and so just go in the one ear and out the other, now I do have just enough info on most topics to get dangerous, but not more :p The annoying thing is that I somehow sound convincing, so most people I meet tend to assume I know way more than I do for some reason :p

      In conversation Saturday, 15-Apr-2023 03:22:52 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:53 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon

      I was a possible glint in my great great grandmother's eye.

      @gordoooo_z

      In conversation Saturday, 15-Apr-2023 03:22:53 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:54 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Yer ol' Pal Gordo

      @RL_Dane @gordoooo_z
      > Name any year

      *tries to decide between snark and a legitimate response and fails to make the right decision*

      How 'bout 1756?

      In conversation Saturday, 15-Apr-2023 03:22:54 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:55 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z

      Careful what you wish for, mon ami.

      Even living the very best, noble, virtuous, and blessed life imaginable,

      the years. they put miles on the heart. without fail.

      But mayhap that's a good thing. Dunno.

      In conversation Saturday, 15-Apr-2023 03:22:55 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:55 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z

      I guess what I'm saying is,

      Time can be a burden. You don't really become you until around 13 years or so. Really 16. Before that, memories are very unreliable, because your self-definition is in flux.

      A couple decades after that (36), you start to feel a little old.
      A decade after that, your awareness of having many, many years stored up in the ol' hippocampus starts getting a bit heavier.

      ...

      In conversation Saturday, 15-Apr-2023 03:22:55 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:55 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z

      ...

      Once you start rounding the bend to half a century, man, you try not to reminisce too much. At least, I don't. It feels weird to be able to think back 30 years and have perfect recall. It's a strange kind of burden.

      But also, I'm blessed/cursed? with crazy good long-term memory. Name any year, and I'll tell you all about it, down to season-level accuracy.

      In conversation Saturday, 15-Apr-2023 03:22:55 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:56 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Yer ol' Pal Gordo

      @RL_Dane @gordoooo_z

      > Man, the older you get, the more weird memories you pick up.

      I look forward to it!

      In conversation Saturday, 15-Apr-2023 03:22:56 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:57 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z

      GAFAM reminds me of "GORFRAM," which was an onomonopia for getting hit in the head with a frying pan in a comic book I read as a kid, which was actually a 70' textbook relating to Education.

      Man, the older you get, the more weird memories you pick up. It was called "Captain Con Man" -- CONtingency MANagement. It was the only thing in my stepdad's office that looked remotely interesting, so I flipped through it several times while waiting for him there.

      In conversation Saturday, 15-Apr-2023 03:22:57 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:58 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Yer ol' Pal Gordo

      @RL_Dane @gordoooo_z
      Wait who are AAA? Apple, Alphabet, Amazon? Who's G, then? I am now thoroughly confused.

      GAFAM is what I usually see, I think.

      In conversation Saturday, 15-Apr-2023 03:22:58 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:22:59 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z

      Make that FAAAMG. I have no beef with Netflix, and I loathe Microsnot.

      In conversation Saturday, 15-Apr-2023 03:22:59 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:00 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z

      Lol, I guess. But make it good.

      Lets say I EMP-bombed a FAAANG corporate office/datacenter or something.

      In conversation Saturday, 15-Apr-2023 03:23:00 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:01 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z

      Ah, I relate. I remember when I had... *sigh* a rather hasty and upsetting interstate move ten years ago*, I had to get rid of a lot of stuff I loved (including my sweet Classic Mac), and I was in the live-out-of-my-backpack mentality for a couple years after that.

      *No, I didn't do anything illegal or immoral. I just wanted to get out of a situation, and needed a fresh break.

      In conversation Saturday, 15-Apr-2023 03:23:01 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:01 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Yer ol' Pal Gordo

      @RL_Dane @gordoooo_z
      Yeah… I've had a couple unexpected inter-country moves, so… I don't know that the feeling'll ever go away. And I'm planning to move away from the US after uni, so that'll be another move (though not unexpected).

      > *No, I didn't do anything illegal
      Now I feel the inexplicable urge to write a story about you on the run from the law. Would that qualify as fanfiction, I wonder?

      In conversation Saturday, 15-Apr-2023 03:23:01 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:02 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Yer ol' Pal Gordo

      @gordoooo_z @RL_Dane
      Yeah, it can be frustrating, but for me I *need* something portable for… let's say, "psychological reasons." Is that sufficiently vague? ;)

      In conversation Saturday, 15-Apr-2023 03:23:02 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:02 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z

      Not hard to guess. There's a lot of freedom using a laptop.

      When I got my first one in 1995, it felt AMAZING to be able to compute anywhere. It was a dinky little dell 486 (pretty old even at the time). It had a trackball on the screen bezel ( :eyeroll: ) and a murky grayscale STN LCD.

      Loved that little thing for two years until I got my epic Latitude XPi CD MMX 166.
      What a chonktastic beast!

      In conversation Saturday, 15-Apr-2023 03:23:02 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:02 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • Yer ol' Pal Gordo

      @RL_Dane @gordoooo_z

      Well, not just that. Potentially due to being brought up with the implicit expectation that we'd be moving countries every few years, I feel extremely uncomfortable if at any point I can't pack the things I need in two suitcases and get on a plane to move.

      So yeah… laptops are *much* more in line with that than a desktop.

      In conversation Saturday, 15-Apr-2023 03:23:02 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: cdn2.dan.com
        move.so - Domain Name For Sale | Dan.com
        from @undeveloped
        I found a great domain name for sale on Dan.com. Check it out!
    • Embed this notice
      Yer ol' Pal Gordo (gordoooo_z@hachyderm.io)'s status on Saturday, 15-Apr-2023 03:23:03 JST Yer ol' Pal Gordo Yer ol' Pal Gordo
      in reply to
      • Benjamin Hollon

      @benjaminhollon @RL_Dane This is why I prefer full-size desktops, well, among other reasons, but thermals would be one of them.

      In conversation Saturday, 15-Apr-2023 03:23:03 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:04 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      Okay, got it…

      In conversation Saturday, 15-Apr-2023 03:23:04 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:04 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      So if I'm putting it all together right you're saying that your computer is overworked right now?

      In conversation Saturday, 15-Apr-2023 03:23:04 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:04 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      No, I'm saying that with a very modest load (~150% cpu usage among SIXTEEN cores), it's a flerping BBQ.

      In conversation Saturday, 15-Apr-2023 03:23:04 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:04 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      Ahh, I see. Thermal issues, then? Where's the laptop located?

      In conversation Saturday, 15-Apr-2023 03:23:04 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:05 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      ...

      sensors |grep ^Package
      (Pretty self-explanatory)
      output: Package id 0: +85.0°C (high = +100.0°C, crit = +100.0°C)

      $ grep -m1 ^model.name /proc/cpuinfo
      grep: give me exactly one match for the regexp
      output: model name : 12th Gen Intel(R) Core(TM) i7-1260P

      In conversation Saturday, 15-Apr-2023 03:23:05 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 03:23:14 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • Sotolf
      • Yer ol' Pal Gordo

      @benjaminhollon @gordoooo_z @sotolf

      English is a language that can't decide if it's Latin, Saxon, or Danish.

      In conversation Saturday, 15-Apr-2023 03:23:14 JST permalink
      clacke likes this.
    • Embed this notice
      clacke (clacke@libranet.de)'s status on Saturday, 15-Apr-2023 03:24:27 JST clacke clacke
      in reply to
      • @living8bit
      @RL_Dane @living8bit I will occasionally info sed, but generally I prefer www.gnu.org/software/sed/manua…
      In conversation Saturday, 15-Apr-2023 03:24:27 JST permalink

      Attachments


    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 14:58:28 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @living8bit @RL_Dane
      Canvas is my arch nemesis. XD

      In conversation Saturday, 15-Apr-2023 14:58:28 JST permalink
      clacke likes this.
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:05 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      Honestly if I couldn't make it through uni without going into debt, I'd probably skip uni altogether and strike out on my own. I've already got a professional-level skillset in some areas of coding, I'd gladly spend the money I would be spending on uni on sponsoring a couple gap years to build that out as well as some other skills, pprobably getting a lot more out of the experience.
      ...

      In conversation Saturday, 15-Apr-2023 15:02:05 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:05 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      ...
      If you're interested in education reform I'd very much recommend the blog of a former English teacher of mine: https://jmhieber.wordpress.com/

      He's pretty much singlehandedly propelling my High School toward going gradeless and focusing on feedback-based learning.

      - I went into my first class with him "hating" writing and came out wanting it as a career
      - He introduced me to Linux
      - He has a Framework Laptop (previously an old thinkpad)
      - He's a TCK!

      In conversation Saturday, 15-Apr-2023 15:02:05 JST permalink

      Attachments

      1. Domain not in remote thumbnail source whitelist: jmhieber.files.wordpress.com
        Hey, Look. I’m Smart Too.
        from jmhieber
        I finally gave in and got a smartphone a few months ago. I always knew I wasn’t going to hold out forever, but I liked to pretend that they’d be prying an indestructible Nokia brick from my dead ha…
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:06 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • @living8bit

      @benjaminhollon @living8bit

      My stepdad was big on education reform. He taught Cirriculum & Instruction at UT Austin for decades.

      He got about as far as you'd expect.

      People don't like reformers. People don't like change, and don't like to have to care about things.

      In conversation Saturday, 15-Apr-2023 15:02:06 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:08 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      (can I just say that even though I'm *good* at standardized tests I hate them and think they're a very poor system that needs drastic reform—I know someone, for example, who is a very smart person [smarter than me in some ways] but had a below-average score on the SAT)

      In conversation Saturday, 15-Apr-2023 15:02:08 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:09 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      To become a National Merit semifinalist, you need to score in the top 0.5% of your state on the PSAT. To reach it as a semifinalist, you need to score in the top 0.5% of the *highest scoring state*. Plus, because of COVID, a bunch of people that year were allowed to submit SAT scores that year instead of PSAT ones, but SAT has a *higher maximum score* so the highest-scoring state had the highest qualifying score in history.

      Thank God I somehow hit the mark.

      In conversation Saturday, 15-Apr-2023 15:02:09 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:10 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit

      You pretty much *need* a scholarship these days.

      Baylor's scholarship offer was higher in monetary value than A&M but I still would have been paying something like $30k per year. They sent out a survey asking why I didn't choose to go there, and I boilied it down to: "Given the comparitave offers from Baylor and A&M, it would have been an incredibly stupid financial decision to attend Baylor."

      In conversation Saturday, 15-Apr-2023 15:02:10 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:10 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      I mean, I have a National Merit scholarship and Baylor apparently does *nothing* for that. Back in my parents' day, they gave full ride for that.

      And getting National Merit as an international student is nigh impossible; I was the only student in Malaysia to reach semifinalist status, and I know I'm the first at my school to get to Finalist (one other has reached semifinalist).

      In conversation Saturday, 15-Apr-2023 15:02:10 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:11 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • @living8bit

      @benjaminhollon @living8bit

      Nice!! Good work!

      Never had a scholarship, but I did get on the deans list, so ;)

      In conversation Saturday, 15-Apr-2023 15:02:11 JST permalink
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Saturday, 15-Apr-2023 15:02:12 JST @living8bit @living8bit
      in reply to
      • Benjamin Hollon

      @RL_Dane @benjaminhollon

      Yeah, I didn't do dorm life either. After visiting a dorm, I'm glad I didn't. At the Uni the hallways smelled of urine. ?

      In conversation Saturday, 15-Apr-2023 15:02:12 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:12 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @living8bit @RL_Dane
      Not my experience, luckily. These dorms are nice and very well-maintained.

      Also expensive, but everything is in the US and I've got two nice scholarships and in-state tuition so I can afford to swallow it. :P

      In conversation Saturday, 15-Apr-2023 15:02:12 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:13 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • @living8bit

      @benjaminhollon @living8bit

      Nice!!!

      In conversation Saturday, 15-Apr-2023 15:02:13 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:13 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      Yeah! Best part to me is I get to stay in the same dorm, which is normally only for Honors Freshmen. It's a great location and some of the largest rooms on campus. ;)

      In conversation Saturday, 15-Apr-2023 15:02:13 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:13 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • @living8bit

      @benjaminhollon @living8bit

      Ah, I missed out on dorm life, although it may be that I didn't miss much.

      I *did* live in a dorm for a week or two in computer camp (yes that was a thing in the 80s) when I was 9. That was pretty cool -- high-rise dorm in the heart of Austin (Dobie Mall/Center).

      In conversation Saturday, 15-Apr-2023 15:02:13 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:14 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @living8bit @RL_Dane
      Ha, I'm a student not a teacher, but that does sound awesome. ;)

      I will be an instructor for a class next semester but I don't do any of the grading work or have any say in the curriculum so I probably don't have that status on Canvas.

      In conversation Saturday, 15-Apr-2023 15:02:14 JST permalink
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Saturday, 15-Apr-2023 15:02:14 JST @living8bit @living8bit
      in reply to
      • Benjamin Hollon

      @benjaminhollon @RL_Dane

      Lucky you! I started teaching to share ideas with students and learn things from students. After remote teaching, it's been more paper and police work. :(

      In conversation Saturday, 15-Apr-2023 15:02:14 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:14 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @living8bit @RL_Dane
      Well in my case I'll be a Sophomore Advisor for the University Honors program here, so nothing fancy, but I do get to help some smart fish through their first year. And it sounds like we might get paid a bit, if they feel like it.

      In conversation Saturday, 15-Apr-2023 15:02:14 JST permalink
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Saturday, 15-Apr-2023 15:02:15 JST @living8bit @living8bit
      in reply to
      • Benjamin Hollon

      @benjaminhollon @RL_Dane

      Preach!

      In conversation Saturday, 15-Apr-2023 15:02:15 JST permalink
    • Embed this notice
      @living8bit (living8bit@mastodon.social)'s status on Saturday, 15-Apr-2023 15:02:15 JST @living8bit @living8bit
      in reply to
      • Benjamin Hollon

      @benjaminhollon @RL_Dane

      Since we're on the subject, if anyone is interested in a script which converts an Emacs OrgMode-formatted file of questions into an QTI.zip file importable to Canvas, let me know. Code may not be beautiful, but it sure keeps me away from that point-n-click, bandwidth sucking, time waster that is their question bank generation "feature".

      In conversation Saturday, 15-Apr-2023 15:02:15 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:18 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      (To give you an illustration of his awesomeness: he's a German teacher of English literature who says "y'all" because he believes it's the most grammatically-sensical solution for plural second person and his argument behind it convinced me to start doing the same)

      In conversation Saturday, 15-Apr-2023 15:02:18 JST permalink
      clacke likes this.
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:20 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      (TCK being "Third Culture Kid"—people like me who grow up in cultures that are not their "home" cultures)

      In conversation Saturday, 15-Apr-2023 15:02:20 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:02:20 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      Oh and his blog is what inspired me to start blogging myself, so there's that.

      In conversation Saturday, 15-Apr-2023 15:02:20 JST permalink
      clacke likes this.
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:03:34 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      Hmm I'll explain better. Basically, there are two outside cultures you're exposed to as a TCK: your "home" culture and your "host" culture. In many cases like my own, there are multiple host cultures, but it's the same idea.
      ...

      In conversation Saturday, 15-Apr-2023 15:03:34 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:03:34 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit
      ...
      As a TCK, I belong to neither of those cultures; TCKs have their own "third" culture that they only share with each other. While TCKs often have a hard time building relationships with what I've heard jokingly termed "monoculturals," we can become BFFs with another TCK in ten seconds flat. Even me, and I'm a strong introvert.

      In conversation Saturday, 15-Apr-2023 15:03:34 JST permalink
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:03:36 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon
      • @living8bit

      @benjaminhollon @living8bit

      Ahhh. Wait, what are the first two? ;)

      In conversation Saturday, 15-Apr-2023 15:03:36 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:04:47 JST Benjamin Hollon Benjamin Hollon
      in reply to
      • @living8bit

      @RL_Dane @living8bit

      I like dorm life, but that's maybe just the me who doesn't drive and likes being able to roll out of bed and be showered, dressed, and at class within 30 minutes. Also it might be nicer in a dorm where all residents are Honors students than in one with more rowdy residents. ;)

      In conversation Saturday, 15-Apr-2023 15:04:47 JST permalink
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:05:31 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      I remember when apm (the predecessor to ACPI) was disabled in the linux kernel whenever SMP (Symmetric MultiProcessing) was enabled... because if you had more than one CPU, why the heck would you be worried about energy usage? ;)

      In conversation Saturday, 15-Apr-2023 15:05:31 JST permalink
      clacke likes this.
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:05:32 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      They can be, but it's measuring very different things. CPU utilization is just a part of system load. A high system load due to CPU 'pressure' (the term htop uses) alone would be like having 500% CPU utilization -- too much for the CPUs to take care of even at full tilt.

      In conversation Saturday, 15-Apr-2023 15:05:32 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:05:32 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      Ah, I miss the days when Windows Task Manager would give me a nice simple graph of my CPU usage from 1 to 100. I was so naive then.

      In conversation Saturday, 15-Apr-2023 15:05:32 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:05:33 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      Hmm, interesting, I think for me in the past they've been relatively correlated.

      In conversation Saturday, 15-Apr-2023 15:05:33 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:05:34 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      ...

      But generally, load and CPU usage aren't strongly linked. I've seen insane loads with next to no CPU usage (too much i/o at once),and I've seen pegged CPU usage with moderate load (CPU 100% utilized, but not overstressed so much that things in the kernel start falling behind).

      In conversation Saturday, 15-Apr-2023 15:05:34 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:05:35 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      I feel like if you're trying to communicate load, this works better?

      ~] uptime
      21:04:14 up 3:44, 0 users, load average: 0.14, 0.18, 0.17

      I mean, I guess you have to understand what the load averages mean.

      In conversation Saturday, 15-Apr-2023 15:05:35 JST permalink
    • Embed this notice
      R. L. Dane :debian: :openbsd: (rl_dane@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:05:35 JST R. L. Dane :debian: :openbsd: R. L. Dane :debian: :openbsd:
      in reply to
      • Benjamin Hollon

      @benjaminhollon

      No, load is just kernel "pressure" in general -- how long the various "queues" (buffers?) within the kernel are. It can be from lots of i/o, lots of movement in memory, lots of processes being created, or possibly high CPU usage.

      ...

      In conversation Saturday, 15-Apr-2023 15:05:35 JST permalink
    • Embed this notice
      Benjamin Hollon (benjaminhollon@fosstodon.org)'s status on Saturday, 15-Apr-2023 15:05:36 JST Benjamin Hollon Benjamin Hollon
      in reply to

      @RL_Dane
      Here's what I get from it all:

      ~] top -bn1 |grep -A9999 "^ *PID " |awk '{foo+=$9} END {print foo}'
      24.9
      ~] nix-shell -p lm_sensors

      [nix-shell:~]$ sensors |grep ^Package
      Package id 0: +43.0°C (high = +100.0°C, crit = +100.0°C)

      [nix-shell:~]$ grep -m1 ^model.name /proc/cpuinfo
      model name : 12th Gen Intel(R) Core(TM) i5-1240P

      In conversation Saturday, 15-Apr-2023 15:05:36 JST permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.