Skip Navigation

Posts
2
Comments
207
Joined
2 yr. ago

  • I had the same experience, but I recently helped my sister with a homework essay and she had a full page with the exact requirements and how they were graded.
    90% of the points were for content, the types of arguments, proper structure and such. Only 10% were for spelling and punctuation.
    Meaning she could hand in a complete mess, but as long as her argument was solid and she divided the introduction, arguments and conclusion into paragraphs, she'd still get a 9/10. No grumpy teachers docking half her grade for a few commas. She gets similar detailed instructions for every subject where I used to struggle with vague assignments like "give a good presentation". It was so bad sometimes, the teacher let the class grade each other.

    (Note we aren't American, not even English.)

  • If you do a rough estimation in one unit, you don't have to do 4 significant figures for the converted units. Just round it to 50kg or whatever, and do your calculations (101*50) in the converted units instead of converting again, so the numbers line up nicely in either unit.

  • Yeah, I expected them to ask the full $60 for it, which would be completely unreasonable, but at least I understand why they wouldn't give it away then. But 10? They could easily eat that, they just don't want to.

    Either way, I can't imagine anyone paying for a "game" that's nothing more than an instruction booklet. If it were free, maybe someone would open it while Mario Kart is downloading.

  • I see you didn't end that last thought with death to America. How easily the common man's mind is distracted from the downfall of an empire by a little sun. The weather is nice despite the president's best efforts to boost the stock value of umbrella corporations.

  • Lemmy does come with a standard web interface that you could apply custom css to. If that custom css then federates, other instances could show it on their end.

    Might clutter the Lemmy API with stuff that less than half of users actually wants to use though. Maybe it's better to make a separate system of fediverse user styles with a browser plugin. Then someone on Mastodon could also see it without having to extend the entire ActivityPub standard.

  • Horror

    Jump
  • If everyone is connected to the same balloon anyway, you could even do without the balloon and build a structure over the water to hang your ropes from.

  • It's definitely possible to store the stories in columns, but there's also very little reason to do it. I think filepath in SQL and the stories in separate files in whatever format makes the most sense (html, txt, epub). If you ever want to search the stories for keywords, write a python script to build indexes in SQL, performs much better than doing LIKE on a maxed out varchar column.

    I was thinking maybe Elastisearch, but I don't know how much work that is to set up. For a hobby project, writing your own indexer isn't too hard and might be more fun and easier to maintain than an industry-grade solution.

  • Emojipedia has a copy of Emoji Mashup that can do exactly that. I don't think there's any emoji with feet though, so you can't make that goatse like on the poster.

  • If your remote is completely empty and has no commits, you can just push normally. If it has an auto-generated "initial commit" (pretty sure Github does something like that), you could force push, or merge your local branch into the remote branch and push normally. I think cloning the repo and copying the contents of your local repo into it is the worst option: you'll lose all local commits.

  • The difference between a wall and frosted glass.

  • I can't imagine baking baking soda in an oven is cheaper than just buying washing soda? They're both sold in similar size bags (1kg) for similar prices in my area (€9-€10). Seems like a waste of energy to buy the wrong type of carbonate.

  • Permanently Deleted

    Jump
  • She's now at the point where she's defending her defending of them, so clearly she's getting pushback. I really don't mind it though. Most people are normal people with no desire to cause harm. Most people are misinformed about politics. So yes, a bunch of R voters don't support current events, once you explain to them what's actually happening. They'll still vote R next time, of course, because they don't care enough to inform themselves.

  • Permanently Deleted

    Jump
  • I really like Some More News. They're kinda like Last Week Tonight in style: in-depth reporting on bigger issues, with some jokes thrown in. They also make two episodes of Even More News a week, but those are more hype-of-the-day with less analysis behind them. Honestly feels like it's just their brainstorm sessions recorded and released as a podcast.

  • There's one valid use-case for LLMs: when you have writer's block, it can help to have something resembling an end product instead of a blank page. Sadly, this doesn't really work for programming, because incorrect code is simply worse than no code at all. Every line of code is a potential bug and every line of incorrect code is a guaranteed bug.

    I use an LLM with great success to write bad fanfiction though.

  • You can save time at the cost of headaches, or you can save headaches at the cost of time. You cannot save both time and headaches, you can at most defer the time and the headaches until the next time you have to touch the code, but the time doubles and the headaches triple.

  • Permanently Deleted

    Jump
  • Neither LLMs nor ICMs are AI in any sense of the word, is my point. LLMs happen to give the illusion of intelligence because of their language-based nature, but they're not fundamentally different from ICMs.

  • Permanently Deleted

    Jump
  • Image classification model isn't really "AI" the way it's marketed right now. If Google used an image classification model to give you holiday recommendations or answer general questions, everyone would immediately recognize they use it wrong. But use a token prediction model for purposes totally unrelated to predicting the next token and people are like "ChatGPT is my friend who tells me what to put on pizza and there's nothing strange about that".