Spyke

Posts

last vestiges of reddit usefulness removed - .JSON no more

Rdx is a free Reddit reader that emerged after the API controversy. It was always limited - couldn't post, couldn't login, but utilized a hidden feature of reddit - you could just add .JSON to the end of a subreddit url and get the content back in in a useful format for an app like RDX to ingest.

From the RDX developer:

Last night reddit disabled JSON feeds that is affecting your usage of rdx website and app. I am trying to find ways to fix this. Maybe I can fix the apps using some workaround, maybe I can't but I will try. You can keep the apps or get the apps from app stores.

Thanks for your support for RDX for over 3 years. A small project that reached millions of people.

https://rdx.overdevs.com/Open linkView original on lemmy.world

ClaudeBot crawled within minutes of a new site going live

Today I set up a little project website on a new subdomain. It's not a www subdomain or a newly registered domain, which is easy to detect. We're talking about:

Randomchars.mydomain.com

Within 20 minutes, the anthropic ClaudeBot was on it. I could tell because the nginx access log showed a hit to robots.txt and then a handful of pages.

First off, how the hell did they find it? Next, is my DNS provider, Amazon Route 53 selling this kind of data now? Or is there some kind of DNS wildcard query?

View original on lemmy.world
technology·Technologybynucleative

Sam Altman Says If Jobs Gets Wiped Out, Maybe They Weren’t Even “Real Work” to Start With

I came across this article in another Lemmy community that dislikes AI. I'm reposting instead of cross posting so that we could have a conversation about how "work" might be changing with advancements in technology.

The headline is clickbaity because Altman was referring to how farmers who lived decades ago might perceive that the work "you and I do today" (including Altman himself), doesn't look like work.

The fact is that most of us work far abstracted from human survival by many levels. Very few of us are farming, building shelters, protecting our families from wildlife, or doing the back breaking labor jobs that humans were forced to do generations ago.

In my first job, which was IT support, the concept was not lost on me that all day long I pushed buttons to make computers beep in more friendly ways. There was no physical result to see, no produce to harvest, no pile of wood being transitioned from a natural to a chopped state, nothing tangible to step back and enjoy at the end of the day.

Bankers, fashion designers, artists, video game testers, software developers and countless other professions experience something quite similar. Yet, all of these jobs do in some way add value to the human experience.

As humanity's core needs have been met with technology requiring fewer human inputs, our focus has been able to shift to creating value in less tangible, but perhaps not less meaningful ways. This has created a more dynamic and rich life experience than any of those previous farming generations could have imagined. So while it doesn't seem like the work those farmers were accustomed to, humanity has been able to shift its attention to other types of work for the benefit of many.

I postulate that AI - as we know it now - is merely another technological tool that will allow new layers of abstraction. At one time bookkeepers had to write in books, now software automatically encodes accounting transactions as they're made. At one time software developers might spend days setting up the framework of a new project, and now an LLM can do the bulk of the work in minutes.

These days we have fewer bookkeepers - most companies don't need armies of clerks anymore. But now we have more data analysts who work to understand the information and make important decisions. In the future we may need fewer software coders, and in turn, there will be many more software projects that seek to solve new problems in new ways.

How do I know this? I think history shows us that innovations in technology always bring new problems to be solved. There is an endless reservoir of challenges to be worked on that previous generations didn't have time to think about. We are going to free minds from tasks that can be automated, and many of those minds will move on to the next level of abstraction.

At the end of the day, I suspect we humans are biologically wired with a deep desire to output rewarding and meaningful work, and much of the results of our abstracted work is hard to see and touch. Perhaps this is why I enjoy mowing my lawn so much, no matter how advanced robotic lawn mowing machines become.

Sam Altman Says If Jobs Gets Wiped Out, Maybe They Weren’t Even “Real Work” to Start Withhttps://www.yahoo.com/news/articles/sam-altman-says-jobs-gets-143000252.htmlOpen linkView original on lemmy.world
electricbikes·Electric Bikesbynucleative

San Francisco Rental E-bike

I was recently in the Bay area and tried these e-bikes from Lyft.

When you're finished you are expected to return them to a docking zone as opposed to ditching them wherever you finish. These parking locations are all over the place and easy to find.

They get the job done and the bike is fairly pleasant to ride on flat surfaces. Hills aren't recommended. The city is bike friendly in most areas with bike lanes all over.

If you're looking to get around and the weather is good, I'd recommend giving them a try if you're in SF.

View original on lemmy.world
3dprinting·3DPrintingbynucleative

Have you ever seen this type of print failure?

Pretty sure I'm having heat creep up the Bowden tube, as it's getting jammed a few cm back from the hot end and then can't push the filament any more. When I get it out there's a little molten bulb at the filament.

In this fail, I think it jammed as usual and the extruder found a way to keep going.

I tried turning down the hot end from 215 to 200 and it's still failing. My cooling fan is running at 100%.

This is the third time I've had this print fail at about this layer, around 1 hour into what will be a 26 hour print.

Any ideas?

View original on lemmy.world

Mind blowing experience with ChatGPT - Upload my audio narrative and then ask me questions

I'm in the process of hiring for a position and I have two candidates. It's a tough call because both are very proficient but each has some unique attributes. I thought I might ask ChatGPT's assistance with thinking it through.

I recorded myself talking through my thoughts on each one as I read through their resume and the Q&As that I've done with each. Then uploaded the audio file to the whisper-1 api for transcription (for this I'm using the OpenAI API).

Then I pasted the transcribed text into GPT4 and then prompted it with: "Above is my transcribed notes comparing two candidates for a position together. Help me think through this decision by asking me questions, one at a time."

ChatGPT proceeded to ask me really good questions, one after the other. After a while I felt like it had got me to think about many new factors and ideas. After about 22 questions I'd had enough, so I asked it to wrap up and summarize our next steps, to which it spit out a bullet-point list of what we'd concluded and, what steps we should take next.

I don't know if everyone is using ChatGPT this way, but this is a really useful feedback system.

View original on lemmy.world
askelectronics·Ask Electronicsbynucleative

How to solve power supply whine with continuous dimming LED?

My project is a "breathing" white 12v LED strip controlled by an esp32 on a dev board, and switched with an IFLZ44N mosfet.

In my video you can see it working but also hear the power supply complaining.

I'm using the LEDC Arduino library which allows me to select the frequency and resolution for PWM.

If I set the frequency too low the whine is extreme, but at this setting it's the best I've been able to achieve, which is about 9000Hz. Unfortunately you can still hear the sound from across the room!

It is a cheapo solid state power supply that claims it can output 12v up to 25A. I tried my desktop supply and it emits some whine too, so I don't think replacing the power will totally fix this.

Is there a technique for tuning the frequency or even just masking it somehow?

https://imgur.com/a/QKMl22ZOpen linkView original on lemmy.world
entrepreneurs·Entrepreneursbynucleative

Retail Space - how to choose?

I own a business that sells directly to customers we find through local Facebook and Google advertising.

Our profit model is just ok - the business pays its own bills but I don't feel that it's been worth my energy yet.

About 2 years ago I opened a retail shop in the city, decorated it nicely, but in a poorly located building that doesn't have much walk-in traffic and very little parking.

I'm considering relocating to an area that would be much better located for parking and walk-by traffic. Of course the price is higher, about twice as much.

I'm looking for advice about how to decide if this is a wise move. I don't understand which metrics are important for retail as I try to spreadsheet this idea, and my background is in e-commerce and services businesses.

I'd like to be able to make some educated assumptions about whether our sales will increase and by how much.

View original on lemmy.world
ebikes·E-Bikesbynucleative

Why do you or why don't you use an ebike for your commute?

I live in a city where public transportation is overcrowded, there's constant vehicle traffic, and you can't depend on any commute time for a given day or hour. The average temperature is very high, so walking is a sweaty affair.

The only way I've found to make this city more usable is with an ebike and scooter. It's like the perfect vehicle for these conditions.

However, many people reject the technology and either choose their car or other forms of getting around.

Is it because it's not well understood, or seems too expensive?

I'm curious what sold you on the technology or what is the reason you're not making the leap.

View original on lemmy.world