Skip Navigation

User banner
๐•Š๐•š๐•ค๐•ช๐•ก๐•™๐•–๐•’๐•Ÿ
๐•Š๐•š๐•ค๐•ช๐•ก๐•™๐•–๐•’๐•Ÿ @ sisyphean @programming.dev
Posts
98
Comments
38
Joined
2 yr. ago

Actually Useful AI @programming.dev

Train Your AI Model Once and Deploy on Any Cloud with NVIDIA and Run:ai | NVIDIA Technical Blog

Actually Useful AI @programming.dev

Becoming an AI engineer

Actually Useful AI @programming.dev

What AI can do with a toolbox... Getting started with Code Interpreter

Actually Useful AI @programming.dev

ChatGPT: Code interpreter is now rolling out in beta on web

Actually Useful AI @programming.dev

GPT-4 API general availability and deprecation of older models in the Completions API

Actually Useful AI @programming.dev

The Many Ways that Digital Minds Can Know

Actually Useful AI @programming.dev

Some Examples of Using GitHub Copilot

Actually Useful AI @programming.dev

OpenAI: Introducing Superalignment

AI @lemmy.ml

Visualizing the most beautiful and famous mathematical theorems with Midjourney

Actually Useful AI @programming.dev

GitHub - 0xpayne/gpt-migrate: Easily migrate your codebase from one framework or language to another.

Actually Useful AI @programming.dev

Don't use AI detectors for anything important

Actually Useful AI @programming.dev

ChatGPT Browse with Bing feature temporarily disabled

Programming @programming.dev

Has anyone else seen this interesting "challenge site" when googling a programming topic?

Actually Useful AI @programming.dev

Douglas Hofstadter changes his mind on Deep Learning & AI risk (June 2023)? โ€” LessWrong

Actually Useful AI @programming.dev

Ask HN: Are people in tech inside an AI echo chamber?

Actually Useful AI @programming.dev

A Day Without a Copilot: Reflections on Copilot-Driven Development

Actually Useful AI @programming.dev

๐Ÿ—“๏ธ Weekly Discussion & Poll: AI Safety

Actually Useful AI @programming.dev

What is Langchain and why should I care as a developer?

Programming.dev Meta @programming.dev

Beta version of AutoTLDR bot for Lemmy released (powered by GPT-3.5)

Actually Useful AI @programming.dev

Beta version of AutoTLDR bot for Lemmy released (powered by GPT-3.5)

  • I donโ€™t use it often, but when I do it saves me hours.

    For example, I used it recently in a large project that had no CI. The build failed, and I could find the first commit it failed on using bisect in a couple of minutes.

  • Your job is to do your tasks in the most efficient way possible. You actually harm the company by doing unnecessary busywork instead of using the best tools available.

  • This is an excellent explanation of hashing, and the interactive animations make it very enjoyable and easy to follow.

  • I'm glad you like it! /r/bestof was one of my favorite subreddits for a long time (then it went to shit). I hope we can build a high-quality community here.

  • The problem is that they "see" the text at the token level instead of the level of characters. That's why they are bad at reversing strings or counting characters, for example. They perceive tokens as the atomic units of text instead of characters. For example, see how this comment gets tokenized:

    With the token IDs shown:

    The current ChatGPTs got pretty good at these tasks but they are still hard for them.

    Here is an example of a (admittedly more complicated) character-level task failing:

    Source: https://www.reddit.com/r/ChatGPT/comments/11z9tuk/chatgpt_vs_reversed_text/ (It's from the devil's website, so don't open it)

    Related tweet by @karpathy:

    https://twitter.com/karpathy/status/1657949234535211009

    Text reversing example from a tweet by @npew:

    EDIT: sorry for the infodump, I just find these topics fascinating.

  • Iโ€™m sure itโ€™s a nice client but I donโ€™t understand why so many GUI projects have no screenshots in their READMEs. It would be great if I could immediately see if I like it without installing it.

    EDIT: thanks for adding the screenshot to your post! It looks awesome!

  • Well, thereโ€™s this place:

    My new community got quite a few subscribers from there. Just make sure to post relative links using both the Lemmy and kbin routes (/c/ and /m/).

    EDIT: oh, I almost forgot, there actually is a site for community discovery: Lemmy Browser. I donโ€™t think it currently lists kbin communities but we could ask them to (or if itโ€™s open source, someone could implement it).

  • These are all very useful features! Is there any chance they will get merged into the main Lemmy codebase?

  • Due for the iPhone is excellent. It's a reminder app that nags you every five minutes until you get The Thingโ„ข done. Before I started using it, I had a problem with forgetting reminders once they appeared. This never happens anymore and I actually manage to get some things done!

  • I really like jless. You can pipe the JSON output of a cURL command into it and it displays it in a really nice, easy to read way with collapsible arrays and objects.