teawrecks

joined 2 years ago
[–] teawrecks@sopuli.xyz 2 points 2 hours ago* (last edited 2 hours ago) (1 children)

Hold up, what did I read into it? I directly quoted you and asked for clarification on whether you currently believe that is the state of AI, or whether you're saying that's what automation used to be.

If you're saying that's what automation used to be, then we agree. But if you believe that modern AI can only do the "tedious bullshit no one wants to do", that's literally not the case.

Sora 2 is generating realistic video of anything you want given just a text prompt, rivaling the best VFX artists.

Hollywood is currently clamoring to "work with" AI celebrities who don't exist, with a synthetic voice, singing songs no one composed with lyrics generated by an LLM. Why give a cut to a pop artist or band if you can synthesize it from nothing?

The education system has been completely upturned because every assignment can be completed by an AI, and there's no way for the teacher to detect it. And it's having a measurably damaging effect on students' intellect.

A popular quote floating around right now is, "I want AI to do my laundry and dishes so that I can do art and writing, not for AI to do my art and writing so that I can do my laundry and dishes."

And right now I literally can't know if someone is running an AI with the prompt: "respond to this comment as though you are an out of touch older American who still thinks the capabilities of generative AI are limited to simple automation of tedious tasks no one wants to do anyway." And you don't know if I'm an AI with the prompt, "respond to this comment like a condescending tech literate young adult who is afraid of the impact that generative AI owned and funded by an oligarchy is going to have on every aspect of their future."

I honestly feel stupid even bothering to type any of this out. I'm surely being had.

[–] teawrecks@sopuli.xyz 2 points 4 hours ago

That code block is doing syntax highlighting. You may be able to add "text" after the first 3 ticks to get it to stop that.

Example of without, words like in and for are colored differently, ---- dashes start comment blocks. 
Example with, words like in and for are colored normally, ---- dashes don't start comment blocks. 
[–] teawrecks@sopuli.xyz 3 points 9 hours ago (3 children)

And it's worth noting that you can't automate the interesting parts of a job, as those are creative. All you can tackle is the rote, the tedious, the structured bullshit that no one wants to do in the first place.

Are you saying that this used to be the case and acknowledging that it's no longer true with modern AI? Because it's demonstrably not true for modern AI and is the entire reason people are fearful.

Honestly, this post is so far out of the loop, part of me is wondering if it's AI generated.

[–] teawrecks@sopuli.xyz 6 points 19 hours ago* (last edited 19 hours ago)

Rainworld

spoilerAll living things are trapped in "The Cycle", and no one likes it, they all want to die and be free of the burden of living. They called this "The Big Problem".

To try and find a solution to "The Big Problem", people* built 3 AI that would constantly be running to try and compute a solution to The Big Problem. This requires a ton of energy, and an ocean's worth of water to keep them cool. The AIs are generating so much heat that it evaporates oceans worth of water, resulting in periodic violent rainstorms (thus the name of the game). People moved to structures built above the clouds to be safe from the rain.

One day, one of the AI finally solved The Big Problem, notified the other AIs that it was solved....and promptly died before sharing it. The remaining two AI (named "Looks to the Moon" and "Five Pebbles") continue to iterate on solving the problem, but both have all but given up hope.

You play as a Slugcat, a species specially evolved by the AI to squeeze through pipes and keep their systems clean.

*I said "people", but I don't think it's ever established what planet you're on or what race of creatures built the AI.

There is a ton of detail I'm skipping...

...but when you start the game, you are merely trying to survive and explore a living ecology full of hostile creatures. The game doesn't care if you understand any of the lore, it doesn't care if you "finish" the game, it's just there to be experienced.

[–] teawrecks@sopuli.xyz 20 points 22 hours ago (1 children)

Totally, this headline is not nearly sensationalist and misleading enough for my taste.

[–] teawrecks@sopuli.xyz 8 points 2 days ago

“I disagree with, and even abhor, things that Nick Fuentes says, but canceling him is not the answer either,” he said. “When we disagree with a person's thoughts and opinions, we challenge those ideas in a debate.”

That is a wild statement. He's all but equating "cancelation" with violence.

Also, he definitely doesn't disagree with or abhor anything Fuentes says. They just want to market the same shit to different audiences.

[–] teawrecks@sopuli.xyz 2 points 2 days ago

Cool, I didn't know it was smart enough to undo the copy, that's good to know/hear.

[–] teawrecks@sopuli.xyz 2 points 2 days ago* (last edited 2 days ago) (2 children)

If coding is the means to an end they want, they will learn it.

I started learning how to program because I wanted to mod Halo 20y ago. Gaming is often a motivator. I had a co-worker who started in the 80s, whose only option to play games on his C64 was to type up a bunch of BASIC from a magazine. He had to take care not to make any typos, then play the game, and then didn't have any persistent tape to save it to, so he just lost it all on a reboot. Turns out, if you're "forced" to type code in all the time, you start to figure out which bits do what, and you start changing it to behave how you want.

"Hacking" could probably work as a motivator, though with great power comes great responsibility.

But yeah, a kid won't be interested in programming unless they see it as their only option to do what they want to do. PICO8 might be a good entry. Or something like Minecraft modding.

[–] teawrecks@sopuli.xyz 1 points 2 days ago

In BIOS/UEFI you will likely see multiple bootloader options, one for windows and one for Linux (I think mint's is called "ubuntu" by default). Choose the Linux one.

[–] teawrecks@sopuli.xyz 2 points 2 days ago* (last edited 2 days ago) (2 children)

Merging the space after your Data partition is easy. Merging the space before it is slightly less trivial, but doable. GParted is your friend. It has the ability to grow an NTFS to the right, as well as slide it to the left. The slide is copying everything over though, so it will take time.

(Note that if you are mounting Data in your fstab using the string /dev/sda4 and you delete the partitions before it, you will likely need to update your fstab.)

Personally, I don't think you need to go as far as unhooking your Linux disk and live booting, but I understand being unsure about it. If any data on these drives is your only copy, that's your first mistake. Back up your data elsewhere (rule of 3, ideally). Then just use gparted carefully.

Afterwards, you'll need to regenerate grub to get the extra boot options to go away. Should be straight forward on mint.

It's gonna feels so good deleting all those nonsense windows partitions.

Edit: I glossed right over your links to your updates saying you had already done all of this lol. GG glad it went smooth for you! Also, I am surprised canceling the NTFS slide mid-copy didn't break anything lol. You might want to back that up and format the whole drive just to be safe. Never know when you'll find the files that were corrupted by that....maybe run an fsck on it.

[–] teawrecks@sopuli.xyz 2 points 3 days ago

If you're gonna do it, can you please do it right and make it at the bottom of the ocean?

[–] teawrecks@sopuli.xyz 7 points 3 days ago

Reddit also has a bunch of similar communities with overlapping topics. That's not a Lemmy thing.

I prefer the Fediverse to grow organically. If that means everyone reads this thread and suddenly unanimously decides that we need to change how we organize topics across instances, so be it. But I don't think that'll happen, and that's fine too.

If it can't survive organically, then it can't survive.

 

I don't know how often this gets shared these days, but if one person hasn't heard it yet, it's worth posting again.

 

I'm curious what, if any, guidelines people self-impose to try and engage in a productive way online (both on Lemmy and elsewhere). "Netiquette" if you will.

A couple of rules that I think are good practices, but still see too often, are:

  • don't pile onto the most downvoted comment. Kinda like don't feed the trolls, but it's more about not letting yourself get rage baited. Instead, downvote them and move on.
  • don't give a non-answer to someone's question. Ex. if someone asks how to do X, don't answer with, "Why are you trying to do X? You shouldn't want to do X. Do Y instead." Instead, explain what it would take to do X, and then offer Y as a possible alternative and why it may be a better option. But assume they already know about Y, and it doesn't fit their use-case.

For that last one, finding a thread where someone has asked the exact question you want answered, only to find a thread full of upvoted non-answers is up there with the dreaded "nvm, I figured it out - 10y ago".

 

Just ran across this in the newcommunities discussion. Figured I'd jump start a thread for people to chime in on.

  • What have you been playing lately?
  • Anything you're looking forward to?
  • What do you wish you could play, but never have the time or players?
 

I'm curious what people's thoughts are about Matter. This is the first I'm hearing of it.

I've been trying to find a way to replace my old Chromecast Ultra (because Google), but I really like having that little cast button show up in apps, even on the phones of guests. But from what I can tell, Google killed this functionality on open alternatives (ex. Raspicast) with a lockdown to the Chromecast spec.

I'm hopeful that Matter could be a way to have my devices cast streams to each other in a standardized way that wouldn't require me to rely on Google/Apple/Amazon/etc. Maybe even Newpipe could get in on the action?

I don't know how it will work, or if this "Connected Standards Alliance" (which is apparently used to be the ZigBee Alliance, also news to me) will still have to greenlight specific devices despite it being "open", which would rule out Newpipe. I would assume the official YouTube apps will be particularly resistant to supporting Matter.

Anyone have any experience here? Has anyone else successfully replaced their media device with something open that also works with the casting button in apps?

 

I'm trying to wrap my head around the pipewire ecosystem. I think it's great that we're getting a fully featured audio system with all the upsides of pulseaudio and jack, and none of the downsides (that I know of), plus a bunch of completely new features. However, I can't help but think it could have used a little more vision in its interface (or maybe just qpwGraph).

From what I've read, my mental model is that pipewire holds the graph, while a "session manager" manipulates it (create/modify/remove new nodes/ports/links/etc). That's fine. I also understand that wireplumber is such a session manager, and despite having a really convoluted config syntax, it does its job (I assume).

As a simpleton, though, I'm drawn to the wysiwyg interface of qpwGraph, but it's not clear to me how it's supposed to fit into pipewire's vision or how it interacts with wireplumber. It seems to render the current pipewire graph as it is, it can create/remove links between ports, but also it's not a session manager (right?).

I suspect that whatever I can do in qpwGraph I could also do using just wireplumber via conf files and the cli. But dragging my mouse between nodes is so much easier than learning a new syntax. But then I also don't understand what "Active" and "Exclusive" mean. I'm guessing that if Active isn't checked, it won't do anything at all, but if Exclusive isn't checked then...maybe wireplumber can override it? Does that mean if Exclusive IS checked it's able to override wireplumber (look at me, I am the session manager now)? Is that why, if I have a qpwgraph active that links VLC to both OBS and my headset, I hear/see a delay of the link to my headset when a VLC process launches? First wireplumber decides where it should link, and then qpwGraph modifies it several ms after?

I feel like it's currently not clear what qpwGraph is in pipewire terms, but it's also clearly the most intuitive way for someone to use pipewire right now. I think it would be best if qpwGraph was either a standalone, fully featured session manager (not to be used in combination with wireplumber) or just a front end for wireplumber rather than talking to pipewire directly.

Thoughts? Anyone else confused? Am I missing a piece to the puzzle?

 

Hi, I'm sure this is just a noob lemmy question. I saw on /c/newcommunities@lemmy.world that there's a new YouShouldKnow community: https://sopuli.xyz/post/675270

But when I search for it through Sopuli, it doesn't show up, and if I use the ! link in the top comment, it returns a 404 from sopuli. It seems the sopuli server doesn't know about the community yet, how is it supposed to find out about it? Thanks

 
view more: next ›