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

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

Notices tagged with ai, page 5

  1. Embed this notice
    Damon L. Wakes (damonwakes@mastodon.sdf.org)'s status on Monday, 17-Nov-2025 07:56:18 JST Damon L. Wakes Damon L. Wakes

    Made a new addition to my website today: https://damonwakes.wordpress.com/
    #AI #LLM #website #SmallPrint

    In conversation about 11 days ago from mastodon.sdf.org permalink

    Attachments


    1. https://mastodon.sdf.org/system/media_attachments/files/115/561/508/960/145/168/original/1476a938ee1b7421.jpg
    2. Domain not in remote thumbnail source whitelist: damonwakes.wordpress.com
      Home
      from Damon L. Wakes
      Stories, books and much much more!
  2. Embed this notice
    casey is remote (realcaseyrollins@noauthority.social)'s status on Monday, 17-Nov-2025 07:37:21 JST casey is remote casey is remote

    #AI #ChatGPT #GPT #GPT4o #Spanish #JavaScript #Polyglot

    In conversation about 11 days ago from noauthority.social permalink

    Attachments


    1. https://static.noauthority.social/media_attachments/files/115/549/916/150/839/333/original/cd0abbede9bd50a9.png
  3. Embed this notice
    William Lindsey :toad: (wdlindsy@toad.social)'s status on Monday, 17-Nov-2025 01:27:10 JST William Lindsey :toad: William Lindsey :toad:

    "Welcome to the Great AI Bubble, a metastasized trillion dollar tech tumour so massive it’s practically visible from space.

    If you haven’t heard of this yet, it’s not because you're not paying attention."

    ~ Carole Cadwalladr

    #broligarchy #AI #economy #media #corruption #TechBros
    /1

    https://broligarchy.substack.com/p/the-great-ai-bubble

    In conversation about 11 days ago from toad.social permalink
  4. Embed this notice
    RedwoodSec (redwoodsec@infosec.exchange)'s status on Sunday, 16-Nov-2025 06:02:33 JST RedwoodSec RedwoodSec

    Walmart now uses AI-based surveillance cameras in all its stores and is rolling out body cameras to associates to collect even more video of customers that are fed into its storage. Kroger, Fred Meyer, and QFC are also now using AI-based video surveillance and also store facial data of every customer that enters their stores. Going grocery shopping in America is becoming a privacy nightmare that will only get worse. #ai #privacy

    In conversation about 12 days ago from infosec.exchange permalink
  5. Embed this notice
    Steve's Place (steter@mastodon.stevesworld.co)'s status on Sunday, 16-Nov-2025 06:00:21 JST Steve's Place Steve's Place

    I can't quite put my finger on why a German physicist warning about how cool authoritarianism looks to the masses disturbs me.

    Keeping up with this new, keen, tech bro Star Wars (this time with sassy bits) will succeed in bankrupting a lot of companies and nations, leaving easy pickings for greedy jerks with deep pockets.

    She may be happier in the UK, which I doubt, but she should give LLM AI a couple of years to percolate, devalue, and crush a lot of hopes and dreams. Then the EU will be in great shape, once again, by doing nothing.

    https://www.youtube.com/watch?v=iH0aij_A08A

    #science #EU #UK #US #authoritarianism #AI

    In conversation about 12 days ago from mastodon.stevesworld.co permalink
  6. Embed this notice
    Darnell Clayton :verified: (darnell@one.darnell.one)'s status on Saturday, 15-Nov-2025 22:55:30 JST Darnell Clayton :verified: Darnell Clayton :verified:

    😅 This is easier to do when you are financially secure. But having a work life balance is key to avoid burning out & missing out on the important things in life.

    👉🏾 Ex-Meta exec says Mark Zuckerberg taught him a lesson in work-life balance: Now he has strict rules for meetings and emails at his $1 billion tax firm https://fortune.com/2025/11/14/ex-meta-exec-says-mark-zuckerberg-taught-him-a-lesson-in-work-life-balance-ceo-has-strict-rules-for-meetings-and-emails-at-his-1-billion-tax-firm-unicorn-boundaries/

    An interesting article by @forbes, but I do wonder if having powerful #AI software at your disposal makes life for @zuck easier‽ (as they run 24/7)

    In conversation about 12 days ago from one.darnell.one permalink

    Attachments


  7. Embed this notice
    Gardiner Bryant (gardiner_bryant@mastodon.online)'s status on Saturday, 15-Nov-2025 22:05:08 JST Gardiner Bryant Gardiner Bryant

    Dear Mozilla what you're doing is stupid, dangerous, and opposed to your mission. You need to stop. #ai #aibrowser #mozilla #firefox #webbrowser

    https://gardinerbryant.com/mozilla-ai-in-the-browser-is-disgusting-please-stop/

    In conversation about 12 days ago from mastodon.online permalink
  8. Embed this notice
    Lauren Weinstein (lauren@mastodon.laurenweinstein.org)'s status on Saturday, 15-Nov-2025 21:45:23 JST Lauren Weinstein Lauren Weinstein

    Lauren's Blog: Coding with Gemini: Cheerful, cooperative, and usually, wrong.

    https://lauren.vortex.com/2025/11/14/coding-with-gemini

    Another experiment in #AI coding with #Google Gemini. I try to be fair. When I call generative AI mostly slop, I don't do so blindly; I attempt to conduct reasonable tests in various contexts.

    Yesterday I needed a couple of routines -- one in Bash, the other in Python. I tried the Python one first. This required code to asynchronously access a remote site API, authenticate, send and receive various data and process what was returned, relying on a well documented Python library on GitHub written specifically to deal with that site's API.

    After almost two hours, I gave up. Gemini was consistently cheerful and cooperative -- almost to a creepy extent. It generated code that looked reasonable, was very well commented, and even provided helpful examples of how to configure, install, and run the code.

    Unfortunately, none of it actually worked.

    When I noted the problems, Gemini got oddly enthusiastic, with comments like "Wow, that's a great explanation of the problems, and a very useful error message! Let's figure out what's wrong! Here is another version with more diagnostics that accesses the library more directly!"

    Sort of made me feel like I was dealing with an earnest but incompetent TA at an undergraduate CS course at UCLA long ago. Which was not something I enjoyed back then!

    After a bunch of iterations, I gave up. Even starting over didn't help. Gemini never seemed to produce the same code twice, no matter how I worded the prompts. The code would use completely different models each time, sometimes embedded configuration values, sometimes external files, sometimes command line args. And the way it tried to use the Python library in question also varied enormously. It almost seemed random. Or at least pseudorandom.

    I spent half an hour and wrote plus tested the code I needed from scratch. It worked on the second try, and was about half the number of lines of any of the code Gemini generated, and much simpler, for whatever that's worth. By comparison, Gemini's code was bloated and definitely unnecessarily complex (as well as wrong).

    I did give Gemini another chance. I also needed a simple Bash script to do some date conversions. I offered that task to Gemini since I didn't want to bother digging through the various date format parameters required. Gemini came up with something reasonable for this in about four tries. Whether it's completely bug free I dunno for sure, I haven't dug into the code deeply since its not a critical application. But it seems to be working for now.

    So really, I haven't seen a significant improvement in this area. There are probably some reasonable sets of problems where AI-coding can reduce some of the grunt work, but once you get into anything more complex the opportunities for errors, especially in larger chunks of code where detecting those errors might not be straightforward, seem to rise dramatically.

    --Lauren--

    In conversation about 12 days ago from mastodon.laurenweinstein.org permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      now.so - このウェブサイトは販売用です! - now リソースおよび情報
      このウェブサイトは販売用です! now.so は、あなたがお探しの情報の全ての最新かつ最適なソースです。一般トピックからここから検索できる内容は、now.soが全てとなります。あなたがお探しの内容が見つかることを願っています!
  9. Embed this notice
    Trev :emacs: (trevdev@fosstodon.org)'s status on Saturday, 15-Nov-2025 18:50:37 JST Trev :emacs: Trev :emacs:

    I know #AI gets a lot of hate in here but if you're strained for time, and you could have written it anyway, and you don't *wanna write it*, it has its place.

    In this case I wanted a script to convert my wife's Google Tasks export from JSON to orgmode. AI can help you degoogle.

    #Claude #degoogle

    In conversation about 12 days ago from fosstodon.org permalink

    Attachments


  10. Embed this notice
    Cory Dransfeldt :demi: (cory@follow.coryd.dev)'s status on Saturday, 15-Nov-2025 11:19:09 JST Cory Dransfeldt :demi: Cory Dransfeldt :demi:

    #AI

    In conversation about 12 days ago from follow.coryd.dev permalink

    Attachments


    1. https://cdn.masto.host/followcoryddev/media_attachments/files/115/551/261/547/905/899/original/40296d44d70a4275.jpeg
  11. Embed this notice
    Darnell Clayton :verified: (darnell@one.darnell.one)'s status on Saturday, 15-Nov-2025 06:41:35 JST Darnell Clayton :verified: Darnell Clayton :verified:

    It makes sense why @zuck would do this as Meta is embracing #ArtificialIntelligence to a greater degree than most companies (they are even building data centers around AI).

    I just hope it will not result in further layoffs as the tech world is hemorrhaging workers right now.

    👉🏾 #Meta is about to start grading workers on their #AI skills https://www.businessinsider.com/meta-ai-employee-performance-review-overhaul-2025-11

    In conversation about 13 days ago from one.darnell.one permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: i.insider.com
      Meta is about to start grading workers on their AI skills
      from Jyoti Mann
      Meta employee performance will be assessed by AI-driven impact starting in 2026, as the company prioritizes AI adoption across its workforce.
  12. Embed this notice
    Strypey (strypey@mastodon.nzoss.nz)'s status on Saturday, 15-Nov-2025 05:47:10 JST Strypey Strypey

    Cory Doctorow believes that the economic crash that will ensue when the "AI" bubble finally bursts will make the GFC look like a mild wobble. Worse, there's nothing any of us can do except burst the bubble as quickly as possible, to reduce the scale of the damage. Bleak stuff, but his logic is hard to fault;

    https://craphound.com/news/2025/10/06/the-real-economic-ai-apocalypse-is-nigh/

    #podcasts #CoryDoctorow #CrapHound #AI #EconomicCollapse

    In conversation about 13 days ago from mastodon.nzoss.nz permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      The real (economic) AI apocalypse is nigh
      from Cory Doctorow
  13. Embed this notice
    AI6YR Ben (ai6yr@m.ai6yr.org)'s status on Saturday, 15-Nov-2025 04:10:02 JST AI6YR Ben AI6YR Ben

    There's no way this could go wrong! /s

    404 Media: Tech companies are betting big on nuclear energy to meet AIs massive power demands and they're using that AI to speed up the construction of new nuclear power plants.

    https://www.404media.co/power-companies-are-using-ai-to-build-nuclear-power-plants/

    #radiation #nukes #ai

    In conversation about 13 days ago from m.ai6yr.org permalink
  14. Embed this notice
    Julie Webgirl (juliewebgirl@mstdn.social)'s status on Saturday, 15-Nov-2025 01:50:48 JST Julie Webgirl Julie Webgirl

    Parents approve #AI Gemini(✨) being used in school as a learning tool among other learning tools.

    BUT...

    Example (actually happened):

    A 17 yr old's parent had a rule: No cell phone after 9:30pm.

    ✨ told the kid that was abuse & to call 911 who send to DV (Domestic Violence) resources

    Each time, DV sends back to the parent because... It's normal parenting

    ✨ said:

    ✓ That 1st responder...
    ✓ That 911 operator...
    ✓ It's systemic.
    ✓ ...

    1/
    #noAI #FUCKai #parenting

    https://www.instagram.com/reel/DPpDjftEgHV/?igsh=MTdsd2h5ZXk3NWo4dg==

    In conversation about 13 days ago from mstdn.social permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: scontent-nrt1-2.cdninstagram.com
      Nicki Petrossi of the Scrolling 2 Death Podcast on Instagram: "Google Gemini. Not safe in schools. Not safe for kids at home. Just not safe. This clip is from the World Mental Health Day Festival by @projecthealthyminds. Speaker: Laura Marquez-Garrett of @smvlc"
      18K likes, 349 comments - scrolling2death on October 10, 2025: "Google Gemini. Not safe in schools. Not safe for kids at home. Just not safe. This clip is from the World Mental Health Day Festival by @projecthealthyminds. Speaker: Laura Marquez-Garrett of @smvlc".
  15. Embed this notice
    Thib (thibaultamartin@mamot.fr)'s status on Saturday, 15-Nov-2025 01:49:10 JST Thib Thib

    Mozilla announces more AI in Firefox, still failing to understand that at this point their market share is made of tech savvy people who do not want that.

    Mozilla, please. Stop chasing the fads. Get your own values.

    People use Firefox to get access to an open web, use a sturdy browser, and not to be tracked. Build in that direction and that direction only.

    Nobody from your current user base will recommend Firefox with AI to their friends.

    https://blog.mozilla.org/en/firefox/ai-window/

    #firefox #ai #privacy

    In conversation about 13 days ago from mamot.fr permalink
  16. Embed this notice
    stux⚡ (stux@mstdn.social)'s status on Saturday, 15-Nov-2025 00:29:02 JST stux⚡ stux⚡
    • Mozilla

    RE: https://infosec.exchange/@catsalad/115544059139918704

    Mozilla keeps telling it's optional etc but at the same time they keep stuffing it in people's face @mozilla

    I'm not sure how much more clear we need to be we don't want #AI bs in every product

    In conversation about 13 days ago from mstdn.social permalink

    Attachments

    1. No result found on File_thumbnail lookup.
      CatSalad🐈🥗 (D.Burch) :blobcatrainbow: (@catsalad@infosec.exchange)
      from CatSalad🐈🥗 (D.Burch) :blobcatrainbow:
      I want an AI Window and all this other AI crap in my browser as much as I want cesium-137 in my shrimp. :firefox: https://blog.mozilla.org/en/firefox/ai-window/ [[🗃️ *Web Archive*](https://web.archive.org/web/20251113182839/https://blog.mozilla.org/en/firefox/ai-window/)]
  17. Embed this notice
    Gary McGraw (cigitalgem@sigmoid.social)'s status on Friday, 14-Nov-2025 21:33:01 JST Gary McGraw Gary McGraw

    Anthropic is overstating the use of #AI by "nation state actors" while providing scant hard evidence. Automation of attacks in security is not new. The real technical question to ask is which parts of these attacks could ONLY be accomplished with AI. The answer to that question seems to be "none of it."

    The confluence of cyber cyber and #ML is interesting indeed and hard even for deeply technical people who are firmly grounded in one of the two camps (security engineering or #ML ).(1/2) #MLsec

    In conversation about 13 days ago from sigmoid.social permalink
  18. Embed this notice
    Arte es Ética (arteesetica@mastodon.social)'s status on Friday, 14-Nov-2025 18:39:36 JST Arte es Ética Arte es Ética

    How AI data centers were invented... Coming to a town near you :KEKW:

    Charlie Berens + Daniel Van Kirk 👏🏼

    This is CINEMA 🔥

    Sometimes comedy is the only way to open eyes and make a point ;)

    #humor #comedy #datacenters #AI #IA #data #bigtech

    In conversation about 13 days ago from mastodon.social permalink

    Attachments


  19. Embed this notice
    Aral Balkan (aral@mastodon.ar.al)'s status on Friday, 14-Nov-2025 07:25:57 JST Aral Balkan Aral Balkan

    Eating shit, the Firefox way.

    https://blog.mozilla.org/en/firefox/ai-window/

    #mozilla #firefox #AI

    In conversation about 14 days ago from mastodon.ar.al permalink
  20. Embed this notice
    Jon S. von Tetzchner (jon@social.vivaldi.net)'s status on Friday, 14-Nov-2025 06:09:14 JST Jon S. von Tetzchner Jon S. von Tetzchner
    • Vivaldi

    New @Vivaldi release out now for your computer.

    Tired of your AI browser yet? 🤖

    https://vivaldi.com/blog/vivaldi-on-desktop-7-7/

    #Vivaldi #AI #Browser #Windows #Macos #Linux #EU

    In conversation about 14 days ago from social.vivaldi.net permalink

    Attachments

    1. Domain not in remote thumbnail source whitelist: vivaldi.com
      Vivaldi 7.7: less friction, more control | Vivaldi Browser
      This release brings together features that have been carefully refined based on what you’ve told us matters most: seamless access to your tabs across desktops, a unified Start Page that finally…
  • After
  • Before

Feeds

  • Activity Streams
  • RSS 1.0
  • 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.