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 Greg Wilson (gvwilson@mastodon.social)

  1. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Friday, 21-Aug-2026 14:43:26 JST Greg Wilson Greg Wilson

    Is anyone running a matchmaking service to pair recently-retired programmers with open source projects that need maintainers?

    In conversation about 8 days ago from mastodon.social permalink
  2. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Thursday, 20-Aug-2026 03:29:14 JST Greg Wilson Greg Wilson

    "AI adoption raises homework scores by 18% and reduces completion time by 30%, but lowers monthly exam scores by 20% within six months. High-stakes entrance-exam scores fall by 18 and 24%, with the full penalty emerging only after about two years. The losses are largest in social science subjects, followed by STEM and languages, and are especially large for junior students, high-achieving students, and boys." 2/3

    In conversation about 9 days ago from mastodon.social permalink
  3. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Monday, 10-Aug-2026 06:48:06 JST Greg Wilson Greg Wilson

    I just learned that oat milk was discovered in the 1960s, when NASA found out by accident what zero-g environments do to goat milk.

    Thank you, thank you, I'll see myself out.

    In conversation about 19 days ago from mastodon.social permalink
  4. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Thursday, 06-Aug-2026 11:38:53 JST Greg Wilson Greg Wilson

    RE: https://mastodon.social/@gvwilson/117043030559498832

    Thanks to everyone who has responded / is responding / responds in future. Several of you have had questions or comments about the survey's content - I can't answer them now for fear of biasing responses, but I'm taking notes and will do so once the survey closes. The results and analysis will be published (open access) as soon as we have them. Thanks again.

    In conversation about 23 days ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Greg Wilson (@gvwilson@mastodon.social)
      from Greg Wilson
      Please help if you can: I am working with some students who are studying programmers' beliefs about software engineering folklore. If you can spare a few minutes to answer the question in https://survey.bth.se/survey/2545, we would be very grateful. We would also be grateful if you could circulate the survey link to colleagues and friends - we would like to reach as diverse a demographic as possible. Thanks in advance.
  5. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Thursday, 06-Aug-2026 08:22:10 JST Greg Wilson Greg Wilson

    Looking for the source/data for the claim that approximately 1/3 of backups fail to restore - is it just folklore or does someone have a pointer to something more substantial? Thanks in advance.

    In conversation about 23 days ago from mastodon.social permalink
  6. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Thursday, 06-Aug-2026 07:50:11 JST Greg Wilson Greg Wilson

    looking for a tool to export a thread from mastodon as markdown (or HTML): favorites? thx

    In conversation about 23 days ago from mastodon.social permalink
  7. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Wednesday, 05-Aug-2026 23:39:47 JST Greg Wilson Greg Wilson

    Please help if you can: I am working with some students who are studying programmers' beliefs about software engineering folklore. If you can spare a few minutes to answer the question in https://survey.bth.se/survey/2545, we would be very grateful. We would also be grateful if you could circulate the survey link to colleagues and friends - we would like to reach as diverse a demographic as possible. Thanks in advance.

    In conversation about 24 days ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      Claims Validity of SE Folklore - Practitioner Survey
  8. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Monday, 03-Aug-2026 02:56:35 JST Greg Wilson Greg Wilson

    Looking for source of quote: "The real purpose of AI is to give the wealthy access to skill without giving the skilled access to wealth." thanks in advance (please note: not in search of commentary at present time)

    In conversation about a month ago from mastodon.social permalink
  9. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Tuesday, 28-Jul-2026 23:08:02 JST Greg Wilson Greg Wilson

    In his essay on Salvador Dali, Orwell argued that because Dali was a repulsive human being, the right wouldn't admit that he was a great artist; conversely, because he was a great artist, the left wouldn't admit he was a repulsive human being. I'm seeing the same thing with AI: because it's unethical, one side won't acknowledge that it's useful, but because it's useful, the other side won't acknowledge that it's unethical.

    Time to make another cup of tea…

    In conversation about a month ago from mastodon.social permalink
  10. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Sunday, 26-Jul-2026 07:48:54 JST Greg Wilson Greg Wilson

    Starting Aug 17, Atlassian gives itself the right to scrape your data for AI/ML training purposes: https://letsdatascience.com/news/atlassian-enables-default-data-collection-to-train-ai-f71343d8

    In conversation about a month ago from mastodon.social permalink

    Attachments


  11. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Wednesday, 22-Jul-2026 06:27:59 JST Greg Wilson Greg Wilson

    How is this legal? https://www.schneier.com/blog/archives/2026/07/mit-to-become-hotbed-of-ai-video-surveillance.html

    edit: how would you feel if the press release from the university was, "Once these cameras are installed, we will be able to track the identity and position of every woman on campus in real time."

    In conversation about a month ago from mastodon.social permalink

    Attachments


  12. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Saturday, 11-Jul-2026 05:24:12 JST Greg Wilson Greg Wilson

    Mori & Hashimoto 2026: "On the Correctness of Software Merge" https://arxiv.org/abs/2607.07987

    In conversation about 2 months ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: arxiv.org
      On the Correctness of Software Merge
      Three-way merge tools play crucial roles in modern software development, where a developer forks a branch to make local modifications and requests it to be merged into the main branch via a "pull request." Despite its importance, the task has traditionally been defined in an intuitive manner, and the results of merge tools are often accepted without scrutiny. In this paper, we present a new structural merge tool in comparison with existing tools based on the syntactic criteria we propose for evaluating the merge results. We require the merge result to be both parsable and universal. Being parsable means that the result is syntactically valid according to the grammar of the programming language. Being universal means that the result incorporates all and only the edit operations occurring in each branch while ensuring that edits common to both branches are applied only once. This requirement can be precisely defined using the notion of pushouts in category theory. In a large-scale experiment involving 43,774 file merge scenarios from 76 open-source Java projects, we found a number of incorrect results reported by existing tools such as the Git companion merge tool, whereas our tool reports none. We further compared d3j's results with 2,582 developer-resolved merges and with 2,459 merge scenarios involving 21 refactoring types. These experiments revealed both the strengths and current limitations of structural merge, and underscore the importance of clear correctness criteria. We expect that the proposed criterion will provide a foundation for developing more reliable and principled merge tools.
  13. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Friday, 03-Jul-2026 07:00:14 JST Greg Wilson Greg Wilson

    "People dramatically underestimate what thousands of organized humans can accomplish when they are adequately fed, aggressively supervised, and denied alternative career paths." https://www.mcsweeneys.net/articles/notes-from-a-tired-egyptian-guy-whose-job-is-explaining-that-humans-built-the-pyramids

    In conversation about 2 months ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: tendency-prod.nyc3.cdn.digitaloceanspaces.com
      Notes from a Tired Egyptian Guy Whose Job Is Explaining That Humans Built the Pyramids
      A traveler asked: “How could ancient people possibly understand mathematics?” Excellent question. We accidentally invented geometry while trying to avoid car...
  14. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Tuesday, 30-Jun-2026 09:24:11 JST Greg Wilson Greg Wilson

    I remember reading a science fiction story in the late 70s by Poul Anderson in which an aging capitalist and an aging communist come to blows in a bar in a small town somewhere in the not-very-distant future, arguing about where it all went wrong. Turns out that as soon as solar became really, really cheap, both of their economic models just…went away, along with the belief systems they'd sustained. The younger townspeople don't even really understand what they're arguing about…

    In conversation about 2 months ago from mastodon.social permalink
  15. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Thursday, 18-Jun-2026 04:51:07 JST Greg Wilson Greg Wilson

    When LLMs do scientific literature reviews they attribute women's work to hallucinated male researchers and insist that men are more heavily cited and/or more influential even when citation counts show the opposite: https://arxiv.org/abs/2508.02740

    In conversation about 2 months ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: arxiv.org
      Who Gets Cited? Gender- and Majority-Bias in LLM-Driven Reference Selection
      Large language models (LLMs) are rapidly being adopted as research assistants, particularly for literature review and reference recommendation, yet little is known about whether they introduce demographic bias into citation workflows. This study systematically investigates gender bias in LLM-driven reference selection using controlled experiments with pseudonymous author names. We evaluate several LLMs (GPT-4o, GPT-4o-mini, Claude Sonnet, and Claude Haiku) by varying gender composition within candidate reference pools and analyzing selection patterns across fields. Our results reveal two forms of bias: a persistent preference for male-authored references and a majority-group bias that favors whichever gender is more prevalent in the candidate pool. These biases are amplified in larger candidate pools and only modestly attenuated by prompt-based mitigation strategies. Field-level analysis indicates that bias magnitude varies across scientific domains, with social sciences showing the least bias. Our findings indicate that LLMs can reinforce or exacerbate existing gender imbalances in scholarly recognition. Effective mitigation strategies are needed to avoid perpetuating existing gender disparities in scientific citation practices before integrating LLMs into high-stakes academic workflows.
  16. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Thursday, 11-Jun-2026 06:41:45 JST Greg Wilson Greg Wilson

    I have too much to read already, but I'm looking for a medium-length summary of the moral, legal, and commercial arguments around the right to repair. I am particularly interested in the history: what are the movements pre-enshittification antecedents? pointers to specific articles or books would be very welcome. thanks - G

    In conversation about 3 months ago from mastodon.social permalink
  17. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Thursday, 04-Jun-2026 21:57:54 JST Greg Wilson Greg Wilson

    We know how: https://www.theguardian.com/environment/2026/jun/04/world-inequality-lab-equality-academics-planetary-survival

    In conversation about 3 months ago from mastodon.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      ‘An equal and habitable world is possible’: academics set out sweeping vision for planetary survival
      from https://www.theguardian.com/profile/jonathanwatts
      Global report provides an alternative to climate breakdown, political extremism and economic tensions
  18. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Monday, 11-May-2026 13:29:29 JST Greg Wilson Greg Wilson

    Be the model collapse you want to see in the world.

    In conversation about 4 months ago from mastodon.social permalink
  19. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Sunday, 29-Mar-2026 23:55:26 JST Greg Wilson Greg Wilson

    1) I want to teach data scientists how to set up tasks to run at specific times. 2) I do _not_ want to have to teach them 'cron' because its syntax is horrible (even with LLM assistance). What do I teach them instead? Must be open source, cross-platform, and have enough community adoption that it's not going to disappear next year. Thanks in advance for links and evaluations.

    In conversation about 5 months ago from mastodon.social permalink
  20. Embed this notice
    Greg Wilson (gvwilson@mastodon.social)'s status on Sunday, 15-Mar-2026 06:13:16 JST Greg Wilson Greg Wilson

    https://www.thebeaverton.com/2026/03/ai-job-losses-free-up-time-for-unemployed-mobs-to-burn-down-tech-ceos-houses/

    In conversation about 6 months ago from mastodon.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: www.thebeaverton.com
      AI job losses free up time for unemployed mobs to burn down tech CEO‘s houses
      from Ian MacIntyre
      PALO ALTO, CA - With Silicon Valley boasting that artificial intelligence could replace millions of jobs around the world, currently laid-off workers have reported having more free time to form angry mobs dedicated to storming and torching the homes of the tech billionaires responsible.
  • Before

User actions

    Greg Wilson

    Greg Wilson

    I program, write, and teach. Co-founder of Software Carpentry and It Will Never Work in Theory; co-editor of The Architecture of Open Source Applications.

    Tags
    • (None)

    Following 0

      Followers 0

        Groups 0

          Statistics

          User ID
          53907
          Member since
          6 Dec 2022
          Notices
          179
          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.