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

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

Notices by William D. Jones (cr1901@mastodon.social), page 2

  1. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Wednesday, 17-Dec-2025 03:53:56 JST William D. Jones William D. Jones
    in reply to
    • ✧✦Catherine✦✧

    @whitequark .oO (Peer-To-Peer Distributed CI...)

    In conversation about 5 months ago from mastodon.social permalink
  2. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Wednesday, 17-Dec-2025 03:53:54 JST William D. Jones William D. Jones
    in reply to
    • ✧✦Catherine✦✧

    @whitequark Yea, I know :(. There are 10 billion reasons I haven't thought of as to why this is a bad idea. But I can dream, right :'D?

    (Actual use case I thought of in 10 seconds was: "someone gives me a PR for a small project, I run e.g. Buildbot/whatever locally to see if it passe. If it doesn't, give them feedback." Doesn't scale of course, but I'm not at GH's mercy.)

    In conversation about 5 months ago from mastodon.social permalink
  3. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Friday, 12-Dec-2025 12:17:44 JST William D. Jones William D. Jones
    in reply to
    • Rich Felker
    • John Regehr

    @dalias @kevinmehall @regehr Maybe it's a newly* deployed feature on Mastodon dot social? I just pasted the link in and a preview showed up :o...

    * Old, and I never thought about it?

    In conversation about 5 months ago from mastodon.social permalink
  4. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Friday, 12-Dec-2025 12:10:54 JST William D. Jones William D. Jones
    in reply to
    • Rich Felker
    • John Regehr

    @dalias @kevinmehall @regehr Just to avoid rewriting my response:

    https://mastodon.social/@cr1901/115704350271637361

    In conversation about 5 months ago from mastodon.social permalink
  5. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Friday, 12-Dec-2025 11:39:26 JST William D. Jones William D. Jones

    https://gehrcke.de/2013/04/order-of-arguments-for-gnu-find-be-careful-where-to-specify-actions-such-as-print0/ God I Hate Find

    In conversation about 5 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      order of arguments for GNU find: be careful where to specify actions such as -print0.
      from Jan-Philip Gehrcke
      Today, I used a find | ls | awk combination for summing up sizes of files ending with a certain suffix: 2044655598693b5e3e7eb0f_000000 I knew that this number was too large and finally got it ̶…
  6. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Tuesday, 09-Dec-2025 10:32:40 JST William D. Jones William D. Jones
    in reply to
    • ✧✦Catherine✦✧

    @whitequark You may find "The Pruitt-Igoe Myth" documentary interesting. It was a commie block in St. Louis in the 50s. TL;DR it failed because racism, _of f***ing course_. The documentary leans more into the "no one _wanted_ it to succeed" angle. But lots of cool footage and interviews.

    Maybe UK will have better luck.

    In conversation about 5 months ago from mastodon.social permalink
  7. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Thursday, 20-Nov-2025 12:34:19 JST William D. Jones William D. Jones
    in reply to
    • Rich Felker

    @dalias My interpretation is that it's missing the operand- i.e. it parses as ([ (-n) ]). I would expect a parse like ([ (-n ])) to complain about a missing closing ]- and it doesn't.

    OTOH, it _feels_ reasonable to me that a ([ (-n) ]) parse could be special cased as ([ (-n) () ])- "I'm testing against nothing/a missing operand. Might as well treat as null". But then again, the actual behavior (fall back to 1 arg "test") is easier to parse: https://mastodon.tmm.cx/@hp/115579846674997395

    In conversation about 6 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      HP van Braam (@hp@tmm.cx)
      @cr1901@mastodon.social you nerd sniped me, so I went to the xopen page for "test", and I think the answer is that in that form [ -n ] then $0 = [ $1 = -n $2 = ] BUT: "However, when using the "[...]" form, the final argument shall not be counted in this algorithm." So that means we are in the case of 1 argument: "1 argument: Exit true (0) if $1 is not null; otherwise, exit false." I suspect then that this is simply a result of making the parameters easy to parse.
  8. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Thursday, 20-Nov-2025 12:13:28 JST William D. Jones William D. Jones

    #lazyweb Is there a historical reason why "[ -n ]; echo $?", written exactly like that in a shell, echos true/0?

    In conversation about 6 months ago from mastodon.social permalink
  9. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Monday, 06-Oct-2025 07:05:44 JST William D. Jones William D. Jones

    #lazyweb Anyone who is familiar w/ ipv6 and OpenWRT help me out?

    I can't seem to get my router an ipv6 address, even though the router is assigning DHCPv6 addresses to attached nodes just fine.

    Windows leaves the "Default ipv6 Gateway" field blank in "Wi-fi Status", and Luci's landing page does NOT have an "Upstream ipv6" portion. What options can I check from an ssh session to figure out whether it's my fault or my ISPs?

    Weird to me that DHCPv6 gave me non-link local addrs anyway...

    In conversation about 8 months ago from mastodon.social permalink
  10. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Friday, 19-Sep-2025 07:50:57 JST William D. Jones William D. Jones
    • Rich Felker
    • ?????

    @alice @dalias Please remember to seed your Linux/BSD ISOs as well :3...

    In conversation about 8 months ago from mastodon.social permalink
  11. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Tuesday, 16-Sep-2025 04:24:37 JST William D. Jones William D. Jones
    in reply to
    • Rich Felker

    @dalias What does PID 0/init get as its umask?

    In conversation about 8 months ago from mastodon.social permalink
  12. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Tuesday, 16-Sep-2025 04:12:13 JST William D. Jones William D. Jones

    #lazyweb umask is set system-wide in /etc/profile. If I comment that out, what will be the default umask I get? What is the default umask per process?

    Is umask inheritance a shell thing or does every process keep umask state (even if they weren't started from a shell)?

    Not modifying my system to try this.

    In conversation about 8 months ago from mastodon.social permalink
  13. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Tuesday, 26-Aug-2025 02:50:26 JST William D. Jones William D. Jones

    https://infosec.exchange/@rebane2001/115083073353365202

    For those curious, this weird CSS seems to work because the exact string "font-family: monospace;" has historically been hardcoded to be treated specially by browsers. "font-family: monospace, [your-family-here]" cancels out the hardcoded behavior (while still using monospace, due to CSS favoring builtins _AIUI_??). Yikes.

    https://github.com/necolas/normalize.css/issues/519#issuecomment-329951071

    In conversation about 9 months ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: media.infosec.exchange
      Rebane (@rebane2001@infosec.exchange)
      from Rebane
      Attached: 1 image somehow i still keep learning new stuff about css today i discovered that `font-family: monospace;` causes the text to become smaller! you can get around this by doing `font-family: monospace, monospace;`
  14. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Sunday, 27-Jul-2025 03:54:36 JST William D. Jones William D. Jones
    in reply to
    • Rich Felker

    @dalias

    > acquired by a new session

    If processes can ignore SIGHUP (like nohup), this means it's possible to "transfer" the stdout/stdin/stderr from one terminal to another? Is it possible to transfer streams via ssh disconnect by ignoring SIGHUP (which is pretty much exclusively how I used nohup before I learned about screen/tmux)?

    My impression is that SIGHUP _mostly_ causes processes to die. So if I do "nohup foo" in an ssh session, the shell will die on disconnect, and "foo" reparented.

    In conversation about 10 months ago from mastodon.social permalink
  15. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Sunday, 27-Jul-2025 03:17:02 JST William D. Jones William D. Jones

    SIGHUP was probably the first signal I was introduced to (because I used nohup to run long-running processes before I learned about screen/tmux), but it's probably the signal I understand the least. Maybe I should change that.

    (Wonder if tmux uses it under the hood or does some other magic...)

    In conversation about 10 months ago from mastodon.social permalink
  16. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Monday, 30-Jun-2025 07:27:53 JST William D. Jones William D. Jones
    in reply to
    • Haelwenn /элвэн/ :triskell:
    • Neil Brown
    • Rich Felker

    @lanodan @neil @dalias Fun thing I noticed recently in F-Zero (SNES)... Mute City and White Land have the same city background, just with different palettes :D. It took me _years_ to notice :'D...

    In conversation about 11 months ago from mastodon.social permalink
  17. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Wednesday, 25-Jun-2025 08:31:12 JST William D. Jones William D. Jones
    • Rich Felker

    @dalias Hi! I found this by chance while looking up fan info... Do you think Noctua fans are bad in general, or just bad for 3d printing? https://3dprinting.stackexchange.com/a/20816

    (Current use case... my old laptop's internal fan seems to be showing its age, so I put some 12v PC fans I had lying around next to the outtake. They work well, but I want something less bulky, noisy, and not 12V so I can power them via USB w/o using a boost converter. I like Noctua, but I found your reply here lol.)

    In conversation about 11 months ago from mastodon.social permalink

    Attachments


  18. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Saturday, 12-Apr-2025 02:34:18 JST William D. Jones William D. Jones
    in reply to
    • Rich Felker

    @dalias > Is this an honest shitpost or a troll?

    I don't know actually. The subtext is: "I think it's great we critique (putting it mildly) AI as a way to abdicate ourselves from caring about the lower levels. I wish we were more considerate like that with lots of other software tools we used, and I'm picking on compilers b/c I'm bitter that I could spend the rest of my life trying to understand all of e.g. LLVM/GCC but I physically couldn't/can't."

    In conversation about a year ago from mastodon.social permalink
  19. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Saturday, 12-Apr-2025 01:56:03 JST William D. Jones William D. Jones
    in reply to
    • Rich Felker

    @dalias To be clear, I think Servo accepting AI contributions is a bad idea and the slippery slope ("it's only minor contributions") is not a fallacy here.

    The increase in contributors is likely not going to be from a pool of people who care about their work or want to understand what's going on. I've seen the drive-by AI PRs for ppl looking to pad their GH with contributions.

    In conversation about a year ago from mastodon.social permalink
  20. Embed this notice
    William D. Jones (cr1901@mastodon.social)'s status on Saturday, 12-Apr-2025 01:50:26 JST William D. Jones William D. Jones

    What makes compilers different from AI? They're both abstracting away the need to understand what's going on; even further than the lies macroarch (via microarch), and transistor models (via quantum mechanics) are already telling you.

    In conversation about a year ago from mastodon.social permalink
  • After
  • Before

User actions

    William D. Jones

    William D. Jones

    Another important fact about me is that I collect ISA cards. I still don't believe in magic- just concepts I don't understand yet.http://pronoun.is/he/him

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          231824
          Member since
          13 Jan 2024
          Notices
          65
          Daily average
          0

          Feeds

          • 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.