[-] comfy@lemmy.ml 8 points 5 days ago

What topic are you wanting to discuss?

Any and all common talking points.

Facts don’t actually convince the one you argue with outside of rare cases, but are usually useful for onlookers.

Yep. Especially online, where the people starting arguments are usually not open to other ideas. There are usually far more onlookers, many who can be engaged. But also, prepared answers are good for quick replies that don't take time to write out and check, just for people to not end up reading it

outside of rare cases

Interestingly, I've seen at least three people confess to being former US-Libertarians who read the Manifesto of the Communist Party to better dunk on commies, only to realize Marx was making good points. Like you said, this kind of thing is rare, but if there are low-effort ways to find the curious ones, then might keep it as a tactic.

24
submitted 6 days ago by comfy@lemmy.ml to c/askchapo@hexbear.net

I have a new note-taking system and I want to add some deboonks in there that I can quickdraw on a lib, any day, any time.

I don't want some self-satisfying /r/breadtube rot, I want the links you've actually sent to people when they say something silly.

Shoutout to the copypastas that Davel, Dessalines and Cowbee have developed.

7
submitted 1 week ago by comfy@lemmy.ml to c/badposting@hexbear.net
11
submitted 1 week ago by comfy@lemmy.ml to c/bloomer@hexbear.net
10
submitted 3 weeks ago* (last edited 3 weeks ago) by comfy@lemmy.ml to c/webdev@programming.dev

I want to build a small site which acts as a broad, searchable FAQ for a certain topic.

Consider I have the FAQ:

What is the approximate mass of Earth?

It's 5.9722 × 10^24 kilograms, wow!

I want the user to have a chance at finding this FAQ by asking How heavy is our planet

Looking at this basically, the two similar questions have only one shared word, "is", which is an extremely common word. So using something really simple like word comparison or even stemming/lemmatization alone won't help.

On the very other end of the spectrum, a search engine's AI feature can interpret this effectively, rephrase the question and give a similar answer. So, what strategies are are in-between these two extremes?

  1. A few people will be adding questions to the site regularly.

  2. If possible, no external services, just self-hosting on an affordable server.

  3. Simpler and lighter solutions are preferred.

Are any of the features in OpenSearch (ElasticSearch/Lucene fork) able to do this? Is it overkill?

Since the site will have new questions to match regularly, will a solution require the repeated, wasteful retraining of NLP models to to create weights? Or is training so efficient for small-scale text datasets that it's responsible and reasonable to do on a cheap low-end server?


edit: Just spitballing here, I could try a solution which does the bulk work at insert-time rather than runtime, by asking a general pre-trained language model to rephrase the question many different ways, or generate keywords, then use those responses to generate tags for a basic keyword search to match. This would avoid making a heavy search function or retraining any model on the server.

Example result:

GPT-4o mini

Here’s a list of synonyms for the keywords in "What is the approximate mass of Earth?" formatted as an array of strings:

json

[
  "weight",
  "heaviness",
  "bulk",
  "load",
  "volume",
  "estimated",
  "rough",
  "approximal",
  "near",
  "close to",
  "planet Earth",
  "the globe",
  "the world",
  "Terra",
  "our planet"
]

31
submitted 3 weeks ago by comfy@lemmy.ml to c/foxnews@lemmy.sdf.org

Finding a wholesome community archive with tagging done well is a rare treat, so I think this place is worth a special mention.

13
submitted 1 month ago by comfy@lemmy.ml to c/anime@hexbear.net

The linked page has clips posted in a 2015 thread, along with links to the full détourned Aiura episodes most of the clips are from.

Fifteen are from Aiura, three are from The Devil Is a Part-Timer!, and one is from Eden of the East.

The how-to guide (although, being a decade later, there are probably now improved ways to do this)


Bonus: Inspired by those, a nukechan user made three Shrek 2 détournement clips:

86
submitted 1 month ago by comfy@lemmy.ml to c/greentext@sh.itjust.works
27
submitted 1 month ago* (last edited 1 month ago) by comfy@lemmy.ml to c/asklemmy@lemmy.ml

PSA is a public service announcement, an awareness campaign.

It could be as simple as teaching everyone to walk on the same side of the footpath in each direction, to demonstrating how quickly a fire spreads and ways to prevent and react.

87
submitted 1 month ago by comfy@lemmy.ml to c/memes@hexbear.net

Alright, I'll save you from typing: https://en.wikipedia.org/wiki/Israel_Epstein

78
submitted 1 month ago* (last edited 1 month ago) by comfy@lemmy.ml to c/piracy@lemmy.dbzer0.com

I'm asking this out of curiosity; I don't need to host anything that can't already be done in the West


Lots of countries have very relaxed or non-existent enforcement of torrent filesharing. That's not what I'm asking.

I'm asking about what place one could openly host every known commercial pop song and every Hollywood film without any worry about being shutdown or sued.

For a reference, according to a one-minute check of Wikipedia, the only countries which haven't ratified the Berne Convention or the TRIPS Agreement in any way are Eritrea, Kosovo, Palau and Palestine. While joining these agreements doesn't imply they're enforced, it gives an idea of how widely governments do agree to intellectual property rights.

~~how much would it cost to launch an independent server into orbit?~~

11
submitted 1 month ago* (last edited 1 month ago) by comfy@lemmy.ml to c/communism@lemmy.ml

I'm going to make a compilation, so specifically mention the work which answered the question. Bonus points for a direct link or quotation of a paragraph or two which directly refute the argument.

45
submitted 2 months ago by comfy@lemmy.ml to c/asklemmy@lemmy.ml

I'm going to have access to a 3D printer for a few days. I know two friends who've used them, but it's only been for art and figurines, or professional purposes.

Are there any other cases you can think of where a custom-printed item is better than the myriad of mass-produced plastic items?

[-] comfy@lemmy.ml 71 points 6 months ago

"If we allow your flag, then we have to admit also other similar political flags, both supporting and opposing diversity."

Consider the following: no, they don't.

[-] comfy@lemmy.ml 80 points 7 months ago

Programming is one of those skills and industries that is accessible enough that basically anyone can do it, but you will run into trouble later if you're doing anything serious without learning how to do it well. There are hundreds or thousands of ways to make something work, but if it's an unmaintainable mess or you don't even understand how it works, then we end up with our financial institutions running COBOL in 2025. Good luck when regulations change. Have fun when your operating system becomes unsupported and you have to replace the underlying dependencies. Hope your boss doesn't sue when they have to hire people to rewrite your hackjob.

And these were all already problems before AI code came onto the scene. We had the programming equivalent of script kiddies, people who would blindly copy and paste code from web searches without even reading the date or the comments saying "this is bad and this is why". But this probably makes it even easier to do, and possibly harder to spot. Combine this with how many universities don't even focus on lower-level languages so you get plenty of people who can't understand how to fix any of the trickier errors in their code. And that's not to say everyone has to be able to, but it's a problem when so few are able to. So these programmers are unlikely to know if the code has problems so long as it passes their tests, and unlikely to know how to fix those problems when they become clear.

Automation tools are good ideas for assisting and detecting possible mistakes. They're not good at generating that much code. In fact, that amount of code in that amount of time is suspicious, hinting that it's unlikely to be well-designed, maintainable or efficient.

[-] comfy@lemmy.ml 116 points 7 months ago

hey i want to be your mayor but ill just fuken leave the whole state if that other guy wins

What a dedicated and loyal representative of the people!

[-] comfy@lemmy.ml 64 points 8 months ago* (last edited 8 months ago)

I know it's been said, but Brave is a hard no. Replace it with Ungoogled Chromium. I haven't seen the video so I don't understand why it's in the "not ideal for a normal human" list, and I am biased since I use plenty of "not for normal" tools.

[-] comfy@lemmy.ml 66 points 10 months ago

To be honest, and it wouldn't work here, but I sometime enjoy the cryptic nature of iceberg memes at the lower ranks. It's like a scavenger hunt.

[-] comfy@lemmy.ml 143 points 11 months ago

I hope some of you actually skimmed the article and got to the "disengaging" part.

As Electrek points out, Autopilot has a well-documented tendency to disengage right before a crash. Regulators have previously found that the advanced driver assistance software shuts off a fraction of a second before making impact.

It's a highly questionable approach that has raised concerns over Tesla trying to evade guilt by automatically turning off any possibly incriminating driver assistance features before a crash.

[-] comfy@lemmy.ml 130 points 1 year ago

Headlines are being headlines, I get it, but Fry was repeating a joke:

“I heard a very good joke yesterday,” the QI host, 67, told Stig Abell on Times Radio on Thursday.

“Someone said, ‘Musk is not a Nazi... Nazis made really good cars,’” he went on, before bursting out laughing.

[-] comfy@lemmy.ml 85 points 1 year ago* (last edited 1 year ago)

The Wikipedia page on East German jokes has a few Trabant jokes.

  • What's the best feature of a Trabant? – There's a heater at the back to keep your hands warm when you're pushing it.

  • A new Trabi has been launched with two exhaust pipes – so you can use it as a wheelbarrow.

  • How do you double the value of a Trabant? – Fill it with gas.

  • The back page of the Trabant manual contains the local bus schedule.

  • Four men were seen carrying a Trabant. Somebody asks them why? Was it broken? They reply: "No, nothing wrong with it, we’re just in a hurry."

  • How do you catch a Trabi? – Place a piece of chewing gum on the road.

[-] comfy@lemmy.ml 85 points 1 year ago* (last edited 1 year ago)

Which is why you told someone this hour that they shouldn't be considered human.

[-] comfy@lemmy.ml 93 points 1 year ago

IMO, the worst thing about "Minetest" is that it sounded like it was just a test creation, a prototype or experiment. It's certainly well beyond that now. The announcement introduction mentions people associate it with being a Minecraft clone or alpha release, but even further, to me the name initially gave me the impression it was [still] someone's small hobby project. 'Luanti' is much better.

[-] comfy@lemmy.ml 150 points 2 years ago

pls no more punchlines in the title!

view more: next ›

comfy

0 post score
0 comment score
joined 3 years ago
MODERATOR OF