Bezier

joined 1 year ago
MODERATOR OF
[–] Bezier@suppo.fi 1 points 2 weeks ago (1 children)

I ignored it since I haven't seen it in context. Is it at the exact same spot?

[–] Bezier@suppo.fi 7 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

If it involves many people that are difficult to replace or even just to get rid of, the resulting situation could be called a crisis. I don't think anyone called the naming itself that.

[–] Bezier@suppo.fi 12 points 2 weeks ago

Right?

Right...?

Surely they would...

[–] Bezier@suppo.fi 5 points 2 weeks ago

Sure, I'd judge someone if they bought a new one recently as well, but I think you're being a bit unreasonable. Not everyone can afford to switch cars.

[–] Bezier@suppo.fi 11 points 2 weeks ago

I remember headlines of people burning their Nikes when they learned the company was woke or something. Burn your car mate, that'll show them for sure!

[–] Bezier@suppo.fi 1 points 2 weeks ago (3 children)

I watched the video. It talked about things I vaguely knew of, and it was interesting to see more context and how they connect together.

I used bonjourr a bit more, here's another line of the weather greeting that really needs improvement:

// - Replaced "highest" with a better fitting synonym, which is generally used for weather
// - The "today" at the end made the sentence flow awkward. Now it says "day's highest" instead, which also a common way to phrase weather forecasts
"with a high of <temp1>° today": "ja päivän ylin lämpötila on <temp1>°",

Think the unit should be included in the temp variables instead?

[–] Bezier@suppo.fi 52 points 2 weeks ago* (last edited 2 weeks ago) (7 children)

Audible plop as it comes out.

Having that thing come out would be horrifying, but so would be taking it in. That's some alien shit right there.

[–] Bezier@suppo.fi 12 points 2 weeks ago (2 children)

Probably not achieved at all. Doom will just demo automatically.

[–] Bezier@suppo.fi 4 points 2 weeks ago (1 children)

9: what's the deal with the camera strap?

[–] Bezier@suppo.fi 6 points 2 weeks ago (2 children)

Or only selling the game in pieces but in such way that those pieces can only be bought in packs that force you to pay for the same pieces multiple times.

Fuck that scheme.

[–] Bezier@suppo.fi 4 points 2 weeks ago* (last edited 2 weeks ago) (5 children)

I think I'd say it like this:

"Lämpötila tällä hetkellä on <temp1>°" / "Temperature at this moment is <temp1>°"

"Lämpötila tällä hetkellä on <temp1>° ja tuntuu kuin <temp2>°" / "Temperature at this moment is <temp1>° and feels like <temp2>°"

It looked machine translated, as no native speaker should make this kind of mistake, but the rest seem a lot better.

I'm not sure about any rules about including C after the degree sign, but local services seem to do that.

[–] Bezier@suppo.fi 1 points 2 weeks ago* (last edited 2 weeks ago) (7 children)

I feel like it might be too entrenched already. I'll watch the video, haven't seen it.

I was just thinking of how to explain this the best. In Finnish, you can't say "It is this or that (in here)" when talking about weather or anything else. This type of use of the word "it" just doesn't exist in the language.

Edit: Also, language names are not capitalized in Finnish.

 

I was going to make a post about my toothbrush to this community, but apparently there isn't one anywhere. I could just find two dead ones at lemmy.ml with 1 and 3 subscribers.

Given how tech and privacy oriented lemmy userbase is, it's absence was a bit surprising.

Links:

Edit: Fixed links, thanks. Added pic.

 

I discovered the purpose of what looked like an NFC tag in my toothbrush heads. More expensive smart versions of my toothbrush log how many times the head is used, and start nagging about replacement after a while. Unlike with printer ink, it at least doesn't disable old toothbrush heads.

https://hackaday.com/2023/05/27/hacking-a-smart-electric-toothbrush-to-reset-its-usage-counter/

 

So I've been working on this concept for a bit. The goal here is to make my game's terrain and roads in-engine, so that geometry, object spawns, traffic paths, and such are generated automatically. I'm posting this both because I wanted to share this, and to get opinions and advice.

Spoiler: more pics


Current challenge:
I have restarted this a couple times, trying different approaches. For the current iteration I have decided that I need to build the foundation properly before I bring in anything from the above screenshots.

The foundation:

The idea is to create a network of path and intersection nodes, to which I can add modifiers, such as road generator, mesh deform, or object spawn. Managing connections via editor tree became a pain very fast.

Now I need to figure out how to connect these easily, preferably via the viewport, by just dragging the path handle over the intersection handle. Any tips?

 

My script sets this value in editor. How can I keep the the changes when saving the scene?

class Anchor:
	var offset: Vector3
	var connected: Node3D
	var end: bool

var anchors: Array[Anchor]

I found this issue, so I tried fiddling with _get_property_list(), but that didn't work. It also doesn't seem that I can export the var.

Thanks

view more: ‹ prev next ›