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 Weekend Editor (weekend_editor@mathstodon.xyz)

  1. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Saturday, 10-May-2025 17:15:01 JST Weekend Editor Weekend Editor
    in reply to
    • Daniel Kochmański

    @jackdaniel

    Sadly anonymous.

    Any idea who wrote it?

    In conversation about 4 days ago from mathstodon.xyz permalink
  2. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Wednesday, 23-Apr-2025 05:17:17 JST Weekend Editor Weekend Editor
    in reply to
    • Christian Lynbech
    • Alfred M. Szmidt

    @mapcar @amszmidt

    Ok, I'm actually old enough to have done that! It worked really well, but I was so frustrated in the moment I didn't take time to be glad about it.

    But basically, you've re-invented the old-time astronomy instrument called the blink comparator.

    https://en.wikipedia.org/wiki/Blink_comparator

    In conversation about 22 days ago from mathstodon.xyz permalink
  3. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Wednesday, 23-Apr-2025 04:46:34 JST Weekend Editor Weekend Editor
    in reply to
    • Alfred M. Szmidt

    @amszmidt

    That's the solution known to antiquity, in the story of Procrustes.

    In conversation about 22 days ago from mathstodon.xyz permalink
  4. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Wednesday, 23-Apr-2025 04:45:41 JST Weekend Editor Weekend Editor
    in reply to
    • Alfred M. Szmidt

    @amszmidt

    Now I'm stuck with a physics question: how to make a tall person shorter using footgear that involves black holes.

    In conversation about 22 days ago from mathstodon.xyz permalink
  5. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Saturday, 05-Apr-2025 15:54:54 JST Weekend Editor Weekend Editor
    in reply to
    • Alfred M. Szmidt

    @amszmidt

    VT.

    It's a world index fund, capitalization- and float-weighted of pretty much everything reasonably investable. Good, solid diversification all around the world.

    Do I use it? Yes, why do you ask? :-)

    https://www.google.com/finance/quote/VT:NYSEARCA

    In conversation about a month ago from mathstodon.xyz permalink

    Attachments



    1. Domain not in remote thumbnail source whitelist: ssl.gstatic.com
      Vanguard Total World Stock Index Fund ETF (VT) Price & News - Google Finance
      Get the latest Vanguard Total World Stock Index Fund ETF (VT) real-time quote, historical performance, charts, and other financial information to help you make more informed trading and investment decisions.
  6. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Friday, 04-Apr-2025 03:57:23 JST Weekend Editor Weekend Editor
    in reply to
    • Charlie Stross
    • JdeBP

    @JdeBP @cstross

    The other great one is a tariff on the Heard & McDonald Islands.

    These are technically part of Australia, but got a tariff of 29% instead of Australia's 10%.

    The Heard & McDonald Islands are *uninhabited*.

    Those damn penguins.

    In conversation about a month ago from mathstodon.xyz permalink
  7. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Friday, 04-Apr-2025 00:13:51 JST Weekend Editor Weekend Editor
    • Charlie Stross
    • JdeBP

    @JdeBP @cstross

    This is more literally true than you may perhaps think:

    One of the tariffs is on the British Indian Overseas Territory (BIOT).

    The main island there is Diego Garcia.

    The *only* thing on Diego Garcia is a military base jointly operated by the US and UK.

    So... we just applied a tariff to our own military base.

    I mean... that's *talent*, right there.

    In conversation about a month ago from mathstodon.xyz permalink

    Attachments


  8. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Friday, 21-Mar-2025 06:18:21 JST Weekend Editor Weekend Editor
    in reply to
    • Alfred M. Szmidt

    @amszmidt

    Years ago, I had a colleague from Estonia (Talinn). He kept telling me that your native language was probably the language in which you count money.

    Couple years later, I was in the Netherlands. Guy in a shop spoke absolutely perfect English (probably RP accent from the BBC). But when I paid for something, he made change whispering the count to himself in Dutch.

    In conversation about 2 months ago from mathstodon.xyz permalink
  9. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Friday, 21-Mar-2025 05:47:38 JST Weekend Editor Weekend Editor
    in reply to
    • Alfred M. Szmidt

    @amszmidt

    Got any basis to compare with Finnish?

    My friends tell me it's fiendishly hard. But some of them are Finns, so they might be pulling my leg.

    In conversation about 2 months ago from mathstodon.xyz permalink
  10. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Tuesday, 18-Mar-2025 00:30:08 JST Weekend Editor Weekend Editor
    in reply to
    • screwlisp
    • Mistress Remilia
    • notptr
    • lispm

    @symbolics @screwtape @remilia @notptr

    RIght, there's no kernel. Everything runs in the same address space. It relies on hardware type-checking to make this *somewhat* safe; mostly you'd enter the debugger instead of crashing. (Or entering the cold load stream, which is more serious but still recoverable.)

    Any function could be altered and recompiled directly to memory, not touching the file system. The next call to that function uses the new version. (This applies to recursion as well: if you're many stack frames deep into recursive calls, the active call will "return" into the new function!)

    This is *very* useful for debugging user programs.

    On the other hand, altering running system code is sometimes... highly inadvisable.

    There were no guard rails telling you not to do that. There was no security model worth the mention, by today's standards (just the barest of user id and password at login).

    Switching to another world load ("band" in CADR terminology because there used to be some effort to lay them out on a disk in a contiguous band) is rebooting.

    In conversation about 2 months ago from mathstodon.xyz permalink
  11. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Thursday, 06-Mar-2025 07:16:34 JST Weekend Editor Weekend Editor

    @sigue

    I know, right?

    Like, writing a Unix shell script and people expect me to use sed? That looks like an editor I was using in 1974!

    In conversation about 2 months ago from mathstodon.xyz permalink
  12. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Tuesday, 18-Feb-2025 15:05:19 JST Weekend Editor Weekend Editor
    in reply to
    • screwlisp
    • Karsten Johansson
    • Alfred M. Szmidt
    • lispwizard

    @ksaj @lispwizard @amszmidt @screwtape

    There should be Special Compiler Warnings from Hell for people who do this.

    I mean, sure, compile their program. But not without some verbal abuse.

    In conversation about 3 months ago from mathstodon.xyz permalink
  13. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Tuesday, 18-Feb-2025 15:05:18 JST Weekend Editor Weekend Editor
    in reply to
    • screwlisp
    • Karsten Johansson
    • Alfred M. Szmidt
    • lispwizard

    @ksaj @lispwizard @amszmidt @screwtape

    On the Symbolics system, the type tags were all encoded in the microcode source and recognized in the hardware (ok, really the microcode). The type tag names were constants whose names all began with "DTP-" (for "data type", probably).

    There was a type calld DTP-NULL (see below, page 7, though I think that's for the Ivory chip).

    It didn't *quite* mean WTF, but almost. :-)

    (No, it was not used this way.)

    https://bitsavers.org/pdf/symbolics/I_Machine/Lisp-Machine_Data_Types.pdf

    In conversation about 3 months ago from mathstodon.xyz permalink

    Attachments


  14. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Thursday, 13-Feb-2025 00:51:26 JST Weekend Editor Weekend Editor
    in reply to
    • Lars Brinkhoff
    • Kent Pitman
    • LdBeth
    • Kim

    @larsbrinkhoff @kentpitman @ldbeth @kim

    I remember as an early Emacs user at MIT -- ca 1977 -- trying to figure out what TECO was all about.

    It was utterly impenetrable to an outsider!

    An ironic saying then was, "TECO: a moment of convenience, a lifetime of regret."

    In conversation about 3 months ago from mathstodon.xyz permalink

    Attachments


  15. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Tuesday, 28-Jan-2025 04:23:18 JST Weekend Editor Weekend Editor
    in reply to
    • Paolo Amoroso
    • masinter
    • Alfred M. Szmidt
    • Kent Pitman
    • lispm

    @amszmidt @kentpitman @runes @lispm @masinter @amoroso

    To use that code directly, you'd need some 3600 microcode.

    I think there's a CL version of it knocking around somewhere, though, if you're adventurous.

    In conversation about 4 months ago from mathstodon.xyz permalink
  16. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Tuesday, 28-Jan-2025 03:37:03 JST Weekend Editor Weekend Editor
    • Paolo Amoroso
    • masinter
    • Kent Pitman
    • lispm

    @kentpitman @runes @lispm @masinter @amoroso

    It didn't *have* to be done that way, since there were other ways to do it. But we already had the microcode support for Prolog logic variables in place.

    So that was the only time in my career when "microcode" and "straightforward path" were the same. :-)

    In conversation about 4 months ago from mathstodon.xyz permalink
  17. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Tuesday, 28-Jan-2025 03:37:02 JST Weekend Editor Weekend Editor
    in reply to
    • Paolo Amoroso
    • masinter
    • Kent Pitman
    • lispm

    @kentpitman @runes @lispm @masinter @amoroso

    I keep thinking it would be a great retirement hobby project to make a successor to Joshua.

    I'm thinking of embedding it as a domain-specific langauge extension of Haskell.

    Partly that's just to get the project motto to be:

    "Old-fashioned AI you don't need, in a language you don't know."

    (Slightly seriously: every time in my adult life when I decided to learn a "radical" language, it led to major new opportunities opening up for me. Lisp and R being the 2 main examples.)

    In conversation about 4 months ago from mathstodon.xyz permalink
  18. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Saturday, 11-Jan-2025 01:29:33 JST Weekend Editor Weekend Editor
    in reply to
    • Lars Brinkhoff

    @larsbrinkhoff

    But does it do CHAOS net? :-)

    In conversation about 4 months ago from mathstodon.xyz permalink
  19. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Saturday, 11-Jan-2025 01:15:20 JST Weekend Editor Weekend Editor
    in reply to
    • Alfred M. Szmidt

    @amszmidt

    Some of us have been using various Emacsen for a long time. (Since about 1978, for me.)

    We're likely preserving old defaults that are too far down in finger memory to be worth changing.

    In conversation about 4 months ago from mathstodon.xyz permalink
  20. Embed this notice
    Weekend Editor (weekend_editor@mathstodon.xyz)'s status on Thursday, 09-Jan-2025 01:26:31 JST Weekend Editor Weekend Editor
    in reply to
    • Alfred M. Szmidt

    @amszmidt

    About half of us learned 40+ years ago, with Reagan.

    The other half of us are incapable of learning, yet we must live with them.

    In conversation about 4 months ago from mathstodon.xyz permalink
  • Before

User actions

    Weekend Editor

    Weekend Editor

    Retired physicist, after a career in machine learning & stats mostly for cancer drug discovery. Now blogging about stats in the news.Avatar: convergence basins in the complex plane of Newton's algorithm searching for the cube roots of unity. (After a NYT column by @stevenstrogatz, long ago.)Header: Quote from GK Chesterton, London Daily News, 1905-Aug-16 on epistemic humility and the ability to say "I am wrong" as the foundation of idealism.#statistics #physics #r

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          181171
          Member since
          3 Oct 2023
          Notices
          42
          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.