Skip Navigation

Posts
18
Comments
145
Joined
2 yr. ago

  • Don't whatabout me. If you're going to criticize a company because you don't like the founder, then at least own up to your faulty generalization.

  • I love how you completely disregard the people who actually work there and the people who actually run Thorn.

  • Forest

    Jump
  • This is absolutely brilliant! I’ve tried to get results like this With starter images, but I have gotten nothing as nuanced and subtle as this! Great work!

  • My purpose in life is to be happy. My primary challenge in life is to find the things in life that make me happy and try to find ways that those things can make other people happy.

  • I’m a 15-year user of Reddit. Lemmy right now is very similar to very early Reddit. Reddit’s users were more technical back then, too. I’m betting the early adopters of places like this are usually the technical types.

    Another nice thing about Lemmy is that a lot of the low-effort, casual users on Reddit haven’t gotten here yet. Interaction here is definitely a lot more pleasant.

  • It's so amazing to see a comment like this. For years and years, the tech industry workers were heavily anti-union. I'm glad to see the sentiment turning around.

  • Our system of measurement. There can be only one!

  • I’ve just spent a few weeks continually enhancing a script in a language I’m not all that familiar with, exclusively using ChatGPT 4. The experience leaves a LOT to be desired.

    The first few prompts are nothing short of amazing. You go from blank page to something that mostly works in a few seconds. Inevitably, though, something needs to change. That’s where things start to go awry.

    You’ll get a few changes in, and things will be going well. Then you’ll ask for another change, and the resulting code will eliminate one of your earlier changes. For example, I asked ChatGPT to write a quick python script that does fuzzy matching. I wanted to feed it a list of filenames from a file and have it find the closest match on my hard drive. I asked for a progress bar, which it added. By the time I was done having it generate code, the progress bar had been removed a couple of times, and changed out for a different progress bar at least three times. (On the bright side, I now know of multiple progress bar solutions in Python!)

    If you continue on long enough, the “memory” of ChatGPT isn’t sufficient to remember everything you’ve been doing. You get to a point where you need to feed it your script very frequently to give it the context it needs to answer a question or implement a change.

    And on top of all that, it doesn’t often implement the best change. In one instance, I wanted it to write a function that would parse a CSV, count up duplicate values in a particular field, and add that value to each row of the CSV. I could tell right away that the first solution was not an efficient way to accomplish the task. I had to question ChatGPT in another prompt about whether it was efficient. (I was soundly impressed that it recognized the problem after I brought it up and gave me something that ended up being quite fast and efficient.)

    Moral of the story: you can’t do this effectively without an understanding of computer science.

  • Thanks for posting this! I was going to buy this on blu ray very soon after launch, but now I think I'll give it some time. The only thing I worry about is that the incorrect version will be sold to retailers, who will just sell me that when I go to buy it next year.

  • Oh, man. Can you imagine the misery of being appointed to this post? Literally half of the government would hate and despise you and would look for ways to undercut you just to have an extra talking point while they stand in the hall talking to Fox News. And to top it off, what could you actually do to affect change? I sympathize with the poor workers of this office.

  • Thank you for posting this. I have been avoiding updating to synergy 3 and now I’m glad I did. I still like version 2. I would still recommend it. I even use it with gaming.

  • Season 1 has a couple fun extras on the disc. One in particular shows how they use the LED walls to create rich set environments.

  • If I think I’m sick, regardless of what I’m sick with, I try to isolate and mask as much as possible. Nobody wants to get sick from me. For the flu and Covid, I go and get tests to allow me to take the antiviral medications. If I have Covid, I mask for a couple of weeks just to prevent spreading it.

  • Unit prices are easy to remember when you buy a single product. I bet you know the price of gas per unit immediately. What was the price of Pepsi per liter today? What was the price of Coke per liter? There are dozens and dozens of soda products alone you would have to memorize. And that’s just soda.

    I applaud a store using its data to communicate to customers how prices have changed. We should do this everywhere.

  • Laws like this are designed to be deterrents. You don't need to catch very many offenders with checkpoints as long as you can create enough fear about the consequences of breaking the law to keep people from traveling to get an abortion.

  • Voyager episodes 1-4 all display in 4:3 on Paramount Plus for me on PC and iPhone.

  • Why are you upgrading? Is it to take advantage of the 10g network speeds?

  • Oh, I'm not actually angry about it. That said, I ask you: if an hat, an horn, an hobby, and even an hydrogen atom can all be preceded by "a," why should "an" be attached to "historic" as if it's an hero in an heaven of English grammar? Bring back the aspirate H!

  • At worst, it's gauche. It's much more likely that the moderator was personally offended by the use of that word than anything else. I have my own pet peeves. I can't stand the sound of someone saying "an historic event" ... but I'm not going to go around banning people over it. All that's going to do is make everyone more and more angry.

    This is why we put specific, actionable rules on communities, people!

  • Oh yeah, I bet it's the latter. It would make sense to lock the database before a migration, too!