soundasleep

joined 2 years ago
[–] [email protected] 1 points 2 years ago

It depends what you're wanting to do and what you define as 'cheating'? I'd expect you'd get better at debugging massive amounts of hallucinated code, but I don't think it'd generally improve your skills in software design/engineering/architecture. It might help you learn about breaking down software and integration though.

[–] [email protected] 8 points 2 years ago (2 children)

Five days ago I wrote Reddit's future is exactly one of:

  1. They reverse their changes
  2. Their CEO resigns and they reverse their changes
  3. Within a week the site is no longer relevant, having completed a #Digg as everyone leaves

Looks like we're going for option #3.

[–] [email protected] 1 points 2 years ago

I've found they disintegrate in the presence of liquids - if you don't put in food waste (which you can put into a compost bin anyway), they work pretty well!

[–] [email protected] 1 points 2 years ago

26 weeks paid + 26 weeks unpaid here in New Zealand. link

[–] [email protected] 2 points 2 years ago (1 children)

Why else would they make access to OpenAI/ChatGPT/etc so cheap? So others can build businesses on the tech that get locked in before they jack up the price.

We've seen this rodeo plenty of times now.

[–] [email protected] 11 points 2 years ago (1 children)

I got one of these today! Yeah good luck with that, Reddit.

[–] [email protected] 4 points 2 years ago

Jfc. Reddit is dead.

[–] [email protected] 1 points 2 years ago

The tech is incredible, posts are shared seamlessly and replies are almost instant! The threadiverse is going to have so many cool apps in the future.

[–] [email protected] 10 points 2 years ago (8 children)

Keep in mind XMPP had similar sorts of activity back when chat apps were the rage, and in the end the protocol was added to Google Talk (now dead), AIM (now removed), Facebook (now removed), and Skype (now removed). https://en.wikipedia.org/wiki/XMPP#Non-native_deployments

I suspect existing orgs will want to contribute just as long as it takes to steal users and build a garden, that they can then wall off.

[–] [email protected] 8 points 2 years ago (2 children)

One option would be to pay mods, or [...] reward them in other ways.

Maybe let them use the apps they want to use? Like we had before?

[–] [email protected] 5 points 2 years ago

Yes! It's really amazing how well and quickly this works!!

[–] [email protected] 15 points 2 years ago (2 children)

I'm more about increasing spaces exponentially to really highlight how important each line is

public boolean function() {
 if (method()) {
   if (otherMethod()) {
       for (Object o : list()) {
               if (o.isAlive()) {
                               return false;
               }
       }
   }
 }
 return true;
}

view more: ‹ prev next ›