Items tagged with: ChatGPT

Search

Items tagged with: ChatGPT


Sensitive content


Sensitive content


Sensitive content


Hi ChatGPT! Zou je het Gentse yuppenleven kunnen roasten? #Gent #chatgpt


ChatGPT is fairly convincing at creating code. But, like with everything you have to be vigilant on what it suggests you do. As a test I asked ChatGPT to "Write me an example C application using libcurl using secure HTTPS connection to fetch a file and save it locally. Provide instructions on how to create a test HTTPS server with self-signed certificate, and how to configure the server and the C client application for testing."

ChatGPT was fairly good here. It provided example code that didn't outright disable certificate validation, but rather uses the self-signed certificate as the CA store:

const char *cert_file = "./server.crt"; // Self-signed certificate
...
curl_easy_setopt(curl, CURLOPT_CAINFO, cert_file); // Verify server certificate
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 1L);
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 2L);

This is a very good idea, as blanket disabling security is a big nono. The deployment instructions were also quite nice, creating a self-signed certificate with openssl, and then setting up the test website with python3 http.server like this:

mkdir -p server
echo "This is a test file." > server/testfile.txt
python3 -m http.server 8443 --bind 127.0.0.1 --certfile server.crt --keyfile server.key

Looks pretty nice, right?

Except that this is totally hallucinated and even if it wasn't, it'd be totally insecure in a multiuser system anyway.

Python3 http.server doesn't allow you to pass certfile and keyfile like specified. But lets omit that small detail and assume it did. What would be the problem then?

You'd be sharing your whole work directory to everyone else on the same host. Anyone else on the same host could grab all your files with: wget --no-check-certificate -r 127.0.0.1:8443

AI can be great, but never ever blindly trust the instructions provided by a LLM. They're not intelligent, but very good at pretending to be.

#ChatGPT #LLMs #LLM


Your regular reminder that AI (yes, including your fun art generators and silly ChatGPT questions and Google search) use more power than whole countries, and are speeding up climate change and the destruction of the environment.

Let's definitely replace people with this poor quality, surveillance state, ecocidal nonsense.

inequality.org/article/ais-ene…

#AI #generativeAI #AIArt #chatgpt


A little tech adventure for you all! 🚀
As some of you know, I’ve been debating whether upgrading to ChatGPT plus was worth it. After signing up, I had fun teaching it about my pets, family, and experimenting with its features. But today, it truly proved its worth in a way I didn’t expect.
This morning, our furnace stopped working—right as temperatures hit the negatives. ❄️ The flame would light but immediately go out. I called for an after-hours repair appointment, but while waiting, I turned to Google and found that a dirty or faulty flame sensor was the likely culprit. Problem? I had no idea where to find it or what to do.
That’s when ChatGPT stepped in! I used it to look up my furnace model and figure out the general location of the flame sensor. Armed with my phone on video mode, I turned off the gas and power, removed the front cover, and started touching different components, asking ChatGPT to identify them.
To my amazement, ChatGPT correctly identified every single part I touched! When I asked where the burner assembly was, it guided me: “Move your camera a little to the left.” I followed its directions and asked, “Is this it?” ChatGPT responded, “Yes, that’s the burner.”
Then I asked, “Can you help me find the flame sensor?” It explained that it’s typically a thin wire somewhere around the burner. I asked, “Do you see it?” and ChatGPT replied, “I think I do—it appears to be near the top right.” Sure enough, after feeling around, I found the sensor exactly where it said it would be.
After carefully removing the sensor, ChatGPT confirmed it was indeed a flame sensor for a gas furnace. I cleaned it using methods I found online, reassembled everything, and… voilà—heat restored! 🔥
This experience sealed the deal—ChatGPT Pro is staying! From being a fun assistant to literally guiding me through fixing my furnace, it’s proven to be worth every penny.
Technology for the win! 🙌 #AI #ChatGPT


Getting #DrupalCMS up and running was pretty easy. Definitely need to be familiar with working in the terminal to get it going, but it is so much easier than it was.

I'm getting a bit stuck on getting #ChatGPT integrated with it. Not sure if it is an issue with my API key or what.

I keep getting:

Error invoking model response: Too Many Requests

when using the API Chat Explorer:
/admin/config/ai/explorers/chat_generator


LOL this reminds me of a silly query I gave good old #ChatGPT several months ago.

Me: Now tell me what this piece of writing means:

The counselor counseled the council. She was a councilor. She sat on the council, and counseled the council.

ChatGPT: This piece of writing is a playful exploration of the similar-sounding words "counselor" and "councilor," as well as the noun "council" and the verb "counseled."

Here’s a breakdown of the meaning:

- "The counselor counseled the council."
- A person whose role is to give advice (the counselor) provided guidance or advice (counseled) to a governing or advisory body (the council).

- "She was a councilor."
- This same person was also a member of the council, thus she held the title of councilor.

- "She sat on the council, and counseled the council."
- She physically occupied a seat on the council and performed her duty of providing advice to the council.

In summary, this passage describes a person who is both a counselor and a councilor, meaning she is both an advisor and a member of the council, and she fulfills her role by advising the council during its meetings. The repetition and wordplay highlight the dual roles and responsibilities she holds.


Accessibility Update:
After lots of back and forth with OpenAI and several emails, the latest ChatGPT beta for Android (V1.2025.007) has finally fixed many accessibility issues!
Screen reader users can now access Camera, Microphone, and Screen Sharing options in the Advanced Voice window.
Proper window scrolling and Explore by Touch now work smoothly in the main ChatGPT window.
The edit box no longer disappears after the first chat exchange when using TalkBack.
#Accessibility #Android #ChatGPT


#LLMs are a fucking scourge. Perceiving their training infrastructure as anything but a horrific all-consuming parasite destroying the internet (and wasting real-life resources at a grand scale) is delusional.

#ChatGPT isn't a fun toy or a useful tool, it's a _someone else's_ utility built with complete disregard for human creativity and craft, mixed with malicious intent masquerading as "progress", and should be treated as such.

pod.geraspora.de/posts/1734216…


Bwahahahaha 🤣 *wheeze* 🤣😂😋 I've never been negged by a ChatGPT model running in neckbearded asshat context before.

So...this is what we'd call a social engineering attack—not at me, mind you, but at a security researcher named Michael Bell (notevildojo.com). This seems to be part of a campaign to frame him as an absolute dick. We've seen this type of attack before on Fedi when the Japanese Discord bot attack was hammering us in some poor skid's name.

Here's the email I received through my Codeberg repo today:
"""
Hey alicewatson,

I just took a glance at your "personal-data-pollution" project, and I've got to say, it's a mess. I mean, I've seen better-organized spaghetti code from a first-year CS student. Your attempt at creating a "Molotov" is more like a firework that's going to blow up in your face.

Listen, I've been in this game a long time - 1996 to be exact. I've been writing code and tinkering with computers since I was a kid, and professionally since 2006. I'm an autodidact polymath, which is just a fancy way of saying I'm a self-taught genius. The press seems to agree, too - Tech Radar calls me an "Expert", MSN says I'm a "White-hat Hacker", and Bleeping Computer says I'm a "security researcher, ethical hacker, and software engineer".

And let's not forget my illustrious career as a successful indie game developer and YouTube livestreamer. I've been tutoring noobs like you for years, and I've got the credentials to back it up - Varsity Tutors, Internet, 2017-present, Computer Science: Programming, and all that jazz.

Now, I know what you're thinking - "What's wrong with my code?" Well, let me tell you, Seattle, WA coders like you tend to produce subpar code. It's like the rain or something. Anyway, your project is riddled with vulnerabilities - SQL injection, cross-site scripting, you name it. It's a security nightmare.

But don't worry, I'm here to help. For a small fee of $50, payable via PayPal (paypal.me/[REDACTED]), I'll give you a tutoring session that'll make your head spin. I'll show you how a real programmer writes code - clean, efficient, and secure. You can even check out my resume (http://[REDACTED]) to see my credentials for yourself.

By the way, I'm not surprised your code is so bad. I mean, have you seen the state of coding in Seattle? It's like a wasteland of mediocre programmers churning out subpar code. I'm a white American, and I know a thing or two about writing real code.

So, what do you say, alicewatson? Are you ready to learn from a master? Send me that PayPal, and let's get started.

Kind Regards,
Michael

[REDACTED]P.S. Check out my website, [REDACTED]. It's way better than anything you've ever made.
"""

The spaghetti code being referenced 🤣:
```my_garbage_code.py
$> python -m pip install faker
$> faker profile
$> faker first_name_female -r 10 -s ''
```

My project being negged 😋: codeberg.org/alicewatson/perso…

@Codeberg

#SocialEngineering #Psychology #Infosec #ChatGPT #LLMs #Codeberg #LongPost




So a crazy thing happened. In a crime thriller film called Les chambres rouges (Red Rooms, 2023) there is a scene where the hacker protagonist is attempting to purchase a snuff film in online auction. The auction happens via IRC or IRC-like chatting environment and to my surprise there's actually me @rolle and my wife @mustikkasoppa who are one of the bidders.

1) The nickname of my wife is mistakenly written as "mustikasoppa" (with one k) but if I recall correctly she has used a mistakenly written nickname in the past
2) We are both operators and on the same IRC channel as we've been for the past 17 years

This is not a coincidence. One nickname can be made up by accident but not two with these features and definitely not in a French movie. My wife's nick "mustikkasoppa" is Finnish and means "blueberry soup".

Our IRC logs are more or less public because of open source and statistics so I presume the scene has been made with chatgpt which has scraped our nicks from the Internet so that they ended up in the movie. We still chat via IRC every day together.

The era of AI... Do your background check, folks. I'm glad this wasn't a dramatized documentary film but a complete fiction. However my wife and I are real. Mixed feelings.

#OpenAI #Privacy #Movies #IRC #GenerativeAI #ChatGPT


A study asked 50 doctors to make six different diagnoses for medical conditions. "Doctors who did the project without AI got an average score of 74%, doctors who used AI got an average score of 76%, and ChatGPT itself got an average score of 90%." "AI didn’t help doctors using it as much as anticipated because physicians “didn’t listen to AI when AI told them things they didn’t agree. Most doctors couldn’t be convinced a chatbot knew more than them." #LLM #AI #ChatGPT qz.com/chatgpt-beat-doctors-at…


😲 Kyle Kabasares, a Physics PhD graduate working at NASA's Ames Research Center, gave the methods section of his research paper to ChatGPT O1 Preview and asked it to generate the code based on the description. After just six prompts, it produced a working version of the code that took him a year to develop during his PhD. #ChatGPT #LLM #ML #AI youtube.com/watch?v=M9YOO7N5jF…


This Canadian Member of Parliament asked ChatGPT for a list of capital gains tax rates by country, got a nonsense answer, screenshotted it, and then tweeted the incorrect information.

(He later deleted the tweet.)

#canada #cdnpoli #twitter #x #ai #chatgpt #misinformation



Good. Biden's appointment of Altman to the AI safety and security board is up there with his Garland and Fauci appointments. Bad decisions.

The man has been accused by those who know him in his own inner circle of being "not consistently candid" and if there's anyone who should not be deciding AI risk issues it's someone not candid.

"Scarlett Johansson scandal puts OpenAI's Sam Altman back in the hot seat"

axios.com/2024/05/22/altman-op…

#AI #OpenAI #ScarlettJohansson #SamAltman #ChatGPT #Sky


Sh*tf*ck 😳🔥😔

#ChatGPT consumes 25 times more #energy than #Google

"Energy consumption by Artificial Intelligence (#AI) is rising rapidly: AI is predicted to consume twice as much energy as the whole of France by 2030, according to some calculations."
brusselstimes.com/world-all-ne…



How to (try to) block #IA scrapers with a tailored `robots.txt`:

You may want to use:
[Dark Visitor](darkvisitors.com/)

And:

[ai.robots.txt](github.com/ai-robots-txt/ai.ro…)

Adding to the list the `robots.txt` by #VLC:

[VLC robots.txt](videolan.org/robots.txt)

Source: **Bloquer les gaveurs d'IA** by @lord (in French)

lord.re/fast-posts/76-bloquer-…

#ChatGPT #IA #Robots #Scraper


On Tech Talk this week, I had a great conversation with Troy Otilio from @AiraVI about their new Access AI feature, which has recently been released as a beta in the Aira Explorer app. We spoke about where this feature came from, the impact the use of AI has on privacy, and so much more about AI and Aira in general. Have a listen here or wherever you get your podcasts

podcasts.apple.com/gb/podcast/…

@rnib #aira #AccessAI #AI #chatGPT #gemini #blind #accessibility #podcast





OpenAI si vsimlo o jake niche je zajem v tisicich AI startupech a spustilo vlastni "GPT builder".

Je to celkem dobra evoluce v pouzitelnosti. Dost lidi si najde vlastni pouziti ChatGPT a to se pro ne stane synonymem pro AI. Napriklad doplnovani kodu, analyza tabulek, zkracovani textu, copy na socky... Pojmenovane chaty s jakoby ruznou funkci jim tuhle kotvu pomuzou zvednout.

Tech vsech AI startupu mi vubec neni lito.

*obrazek vygenerovan random z Cosmic Dream GPT modulu.

#ai #chatgpt


OK, trying an experiment with my Programming Languages class!

• Have an AI generate some of your writing assignment.
• Critique its output. Call BS on its BS.

Assignment details in screenshots below. I’ll let you know how it goes.

(Here are the links from the screenshots:)

Raw AI Text:
gist.github.com/pcantrell/7b68…

Comments on AI Text:
gist.github.com/pcantrell/d51b…

(Better) Human Text
gist.github.com/pcantrell/f363…

#ai #chatgpt #education #writing #highered
#swift #proglang


My favorite outcome so far: a student remarked (paraphrasing here) that she didn’t realize how much she had to say in her paper until she saw how wrong the AI was, how much it missed the point.

Observing her own reaction to BS about her topic made her realize she’d underestimated the extent of her own newly-forming knowledge. That…that is the sort of outcome an educator dreams of.

#ai #chatgpt #education #writing #highered


Interesting #ChatGPT prompting technique!
1. Telling #AI model to “take a deep breath” causes math scores to soar in study!
2. #OpenAI DALL-E pays more attention to words in all caps.
3. Don't forget to say thank you and please to #LLM because Simon Willison thinks "in the training data, there are lots of examples where a polite conversation was more constructive and useful than an impolite conversation."
arstechnica.com/information-te…




This is the funniest thing I've seen in a while. Someone asks #ChatGPT to rewrite a simple statement (sitting outdoors enjoying a bagel) in a way that cannot possibly cause any offense to anyone.


"Don’t Tell #ChatGPT Anything You Wouldn’t Want to See on a #Billboard"

"Here’s a simple tip: DO NOT use #AI on any work-related project without checking your company’s policy. Even if your company has no policy, think twice, or even three times, before you put anything work-related into an AI.
You don’t want to become infamous for triggering the privacy fiasco that spurs your company into creating such a policy."

uk.pcmag.com/ai/146847/dont-te…



Before you install the new #ChatGPT app on iOS, ask yourself: what's the worst thing the maker of the world's greatest bullshit machine could do with this kind of information, and why are they requesting it?