So a tool that is largely useless for people with training, experience, and time. But invaluable for others who figured out how to incorporate it into their work flows as well as those who have no time and simply need to eat something.
Showerthoughts
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
- Both “200” and “160” are 2 minutes in microwave math
- When you’re a kid, you don’t realize you’re also watching your mom and dad grow up.
- More dreams have been destroyed by alarm clocks than anything else
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- No politics
- If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
- A good place for politics is c/politicaldiscussion
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct and the TOS
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
I'm of two minds on this.
On the one hand, I find tools like Copilot integrated into VS Code to be useful for taking some of the drudgery out of coding. Case in point: If I need to create a new schema for an ORM, having Copilot generate it according to my specifications is speedy and helpful. It will be more complete and thorough than the first draft I'd come up with on my own.
On the other, the actual code produced by Copilot is always rife with errors and bloat, it's never DRY, and if you're not already a competent developer and try to "vibe" your way to usablility, what you'll end up with will frankly suck, even if you get it into a state where it technically "works."
Leaning into the microwave analogy, it's the difference between being a chef who happens to have a microwave as one of their kitchen tools, and being a "chef" who only knows how to follow microwave instructions on prepackaged meals. "Vibe coders" aren't coders at all and have no real grasp of what they're creating or why it's not as good as what real coders build, even if both make use of the same tools.
is vibe coding just using an llm to assist or whatever?
Microwaving is cooking. Vibe coding is to microwaving what staring at the food and pretending you have heat-ray vision is to microwaving.
More like vibe coding is chucking the wrong ingredients at a fire and hoping the end result is edible.
I'm asking for more extensive documentation these days. Helps show the author themselves understand the code they're asking me to review. The code itself I just skim.
Sounds like a great time for literate programming to make a come back.
OTOH, that's a strength of OpenAI: writing reasonable-sounding explanations in plain speech.
tbh if this causes the whole school system to be re-evaluated I'll be happy, school was so utterly streamlined and boring it felt more like a daycare than a genuine place to learn and improve
Cheating found to be rife in British schools and universities
This article is more than 10 years old
Chinese students and their parents fight for the right to cheat
Not cheating, they said, would put them at a disadvantage in a country where student cheating has become standard practice.
https://qz.com/96793/chinese-students-and-their-parents-fight-for-the-right-to-cheat
And it wouldn't surprise me if it was literally everywhere, the push for schooling isn't to learn, it's to pass a test, so the incentive isn't to learn, it's to pass the test anyway you can
Maybe there is a lot more interaction in the future between students and teachers, you can have an assignment, study X, upload it on the web portal, and then maybe the next day there will be a 1 on 1 review where the student has to explain parts of it to ensure they understand what they're doing
With AI I'm spending more of my time reading code than writing these days and I like to understand what I'm reading
That's unfair to microwave ovens because they have established uses, even in some fine dining establishments. So-called AI has none of that just yet.