shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

285
active users

#cursor

0 posts0 participants0 posts today

Have been using #Cursor now for a couple of weeks as an AI-supported code editor.

I was initially quite reluctant to adopt any #AI #coding assistant, but I really have to say that it makes me more efficient. Measurably.

Yes, it does mistakes and it introduces subtle issues sometimes. On the other hand, it automates some of the boring stuff in writing code surprisingly well.

All in all, I agree that it's just a form of autocomplete. Used with care it can be pretty useful though.

Am I missing something? #Cursor (the AI editor) only provides AppImage official builds, and the rpm that you might be able to find is three versions too old to actually work. Please someone tell me there's a COPR or Flatpak build of 0.48 somewhere? Thanks!

#Cursor #IDE doesn't stop to amaze me. I had an old web scraper in #Python. It stopped working because the scraped website changed. I simply prompted that "it no longer finds the right data". No other details. It:
1. Run a few `curl` commands to analyze how the HTML looks now (!)
2. Adjusted CSS selectors (!!)
3. Run the program to figure out if it now works (it did!!!)
4. But Cursor didn't know that, so it added some print statements for himself, re-run and verify the output (!!!!)
#AI #DevEx

Sharing some cursors. I modified the Hackneyed cursors to be high contrast and disable the animation, available as monochrome or multicolour. They use the Windows 10 and 11 default cursor colours. You can also pick any colours you want if you build from source (Codeberg).

You can download directly from my website or OpenDesktop.org.

futurehorizondesign.net.au/por

#cursor#linux#foss
Replied in thread

@dougmerritt
Thanks and thanks for your advice on cursors in NUD. I had been imagining doing this to find cursors:
CL-USER> '(#:foo #:bar #:cursor #:baz)
(#:FOO #:BAR #:CURSOR #:BAZ)
CL-USER> (find 'cursor * :key 'symbol-name :Test 'string=)
#CURSOR
perhaps with multiple uninterned cursors, which is why I had the funny cursor symbols actually swapping their way through conses but then I realised I can just do
@kentpitman @ksaj @TheGibson @mdhughes @baruchel @nosrednayduj @ratxue @hairylarry

Headline: Replit CEO on AI breakthroughs: ‘We don’t care about professional coders anymore’

An excerpt:

«In essence, Replit’s latest customer base is a new breed of coder: The ones who don’t know the first thing about code.

“We don’t care about professional coders anymore,” Masad said.

[...]

Essentially, a very basic understanding of the way software works enables people to take advantage of AI tools that are growing ever more capable.

Masad says it really amounts to a return to the roots of the way computers were supposed to work. Before Windows, people would type in complex, arcane prompts into MS DOS. But only a small percentage of the population was going to adopt a technology that required learning an entirely new language.

DOS gave way to Windows, and mouse-clicking replaced prompts. AI allows computers to be prompted with natural language, instead of arcane commands. “I think we’re going to see this era of Windows and mice and desktops as totally cringe.”»

⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘⫘

Apparently, Replit makes Replit Agent that can build apps using natural language input? Idk, haven't tried it, happy #cursor user.

I look forward to getting paid to clean up the messes built by AI #agents .

semafor.com/article/01/15/2025

#HackerNews discussion: news.ycombinator.com/item?id=4

www.semafor.com · Replit CEO on AI breakthroughs: ‘We don’t care about professional coders anymore’ | SemaforBy Reed Albergotti
#ai#coding#dev