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

Whether it was explained differently, or a foundational bit of knowledge made it click, how did you finally understand?

No politics – I'm thinking along the lines of math/programming, language, crafts, etc.

17
submitted 3 months ago by comfy@lemmy.ml to c/asklemmy@lemmy.ml

I have a few spare glass bottles and want to explore what decoration I can make with them, without just painting outside them.

Preferably safe, in case of an accidental breakage or leak. Preferably indefinite shelf-life.

Some ideas:

  • Density layering experiments ('rainbow in a jar', maybe suspending an upside-down toy boat in a dense clear liquid with a blue watery liquid on-top)
  • Phosphorescent liquids to glow in the dark (pref with no UV lamp needed)
  • The oil+water+antacid+food coloring lava lamp, but the effect is probably too short-lasting to have running for a few hours
69
submitted 4 months ago by comfy@lemmy.ml to c/privacy@lemmy.ml

Let's say, I sit down in a mall, open my laptop and connect to a secured mobile hotspot. Then I do it again next week after a reboot. What information would a nearby shop or a passive malicious hacker be able to find about my device? Does my device send out identifying information before joining, like a MAC address? Is this persistent, or randomized?

I intentionally haven't specified a distro, so if something only applies to some network managers, give some details.

Bonus points: what about Android phones?

28
submitted 4 months ago by comfy@lemmy.ml to c/asklemmy@lemmy.ml

I recently discovered the Banana Ball exhibition baseball games, and their custom ruleset, featuring limitations, crowd participation mechanics and special roles among other things.

This reminded me of (and it's an derivative game rather than an alternate ruleset) Three-Sided Football, which, among other things, is a Situationist, philosophical and sociological rabbit-hole.

I also recall dark chess, a chess variant with line-of-sight mechanics, to emulate the fog of war. There are thousands of chess variants stretching back a thousand years, this is just one of the first I learned of which really interested me.

3
submitted 4 months ago* (last edited 4 months ago) by comfy@lemmy.ml to c/videos@lemmy.ml

Full 30 min film: A Welcome to Britain, 1943

After being reminded of incidents where US soldiers started riots in allied countries due to racism (UK, Aus, NZ), I wondered if there were any surviving videos briefing soldiers on race relations outside the US.

This pub clip is not about race at all, but I found it interesting, and as someone who has seen many a stereotypical "loud American" tourist, relatable.

(For an example of a racial diversity training, see that full film link, starting from 25:19

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

[...] allegedly throwing an improvised incendiary device that ignited part of an exterior gate before fleeing the scene on foot.

The suspect was ultimately located about an hour later near OpenAI’s headquarters, roughly 4.8 kilometres (three miles) away, where he was allegedly threatening to set the building on fire.

ngl disappointing performance. If you're going to do an adventurism by yourself, which I generally don't advocate for tactical reasons, then at least make it worth the prison time.

18
submitted 5 months ago* (last edited 5 months ago) by comfy@lemmy.ml to c/asklemmy@lemmy.ml

Most of us are familiar with what (your local equivalent of) $10 USD is worth, or $100 or perhaps even $1,000,000.

But larger amounts soon become unrelatable. And with the huge wealth inequality at play, it's easy to come across stories where something worth hundreds of millions was wasted.


  • How much money would it take, under our current systems, to solve various societal problems? (e.g. food shortages, infrastructure fixes, public health efforts, new transport)
  • How much did the achievements of various organizations cost?
  • What could individuals spend such money on? (luxuries, marketing)

And make sure to give evidence for your answers!

48
submitted 5 months ago by comfy@lemmy.ml to c/asklemmy@lemmy.ml

Yes, this instance is definitely the wrong place to ask, but maybe I'll be surprised.

I hate commercial ads. I consider them intolerable and violating. I'm far from alone in this perspective (see: famous Banksy quote, and subvertising + related cultures). It's one of the rawest forms of exploitative manipulation.

So surely you can understand my confusion whenever I see people just watching ads on their phone until they finish, or even watching ads on television until their show starts again. Come on, just do something else for 4 minutes (most channels run two 4 minute segments per half hour, that why your downloaded TV episodes are 22 minutes each instead of 30)

Is there a more meaningful answer than "laziness"?

10
submitted 6 months ago* (last edited 6 months 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 7 months 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.

95
submitted 7 months ago by comfy@lemmy.ml to c/greentext@sh.itjust.works
29
submitted 7 months ago* (last edited 7 months 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.

74
submitted 7 months ago* (last edited 7 months 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?~~

[-] comfy@lemmy.ml 71 points 1 year 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 1 year 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 105 points 1 year 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 68 points 1 year 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 1 year 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 62 points 2 years ago

People are saying it is Bad News

So, uhh, you want to tell us who is saying it's bad news?

[-] comfy@lemmy.ml 123 points 2 years 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 2 years ago* (last edited 2 years 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 81 points 2 years ago* (last edited 2 years ago)

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

[-] comfy@lemmy.ml 90 points 2 years 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 4 years ago
MODERATOR OF