Bezier

joined 1 year ago
[–] Bezier@suppo.fi 4 points 3 days ago* (last edited 3 days ago) (1 children)

Others said it's spyware, but they are also loan scammers.

I honestly don't know what data this browser exfiltrates, or what else malicious it might do, but I don't trust anyone this shady to run proprietary code on my devices. Scammers rarely respect any kind of boundaries.

[–] Bezier@suppo.fi 5 points 5 days ago (1 children)

[citation needed]

[–] Bezier@suppo.fi 6 points 5 days ago

I know it's dominant, but it just sucks. To go back to the previous analogy, Whatsapp should have a monopoly on communication as much as BMW should have a monopoly on transportation.

[–] Bezier@suppo.fi 17 points 6 days ago* (last edited 6 days ago) (8 children)

The main event here was pretty interesting, but I'd just like to say that

It asked me for my name and Whatsapp mobile number.

Why not just the mobile number. Do they also operate drive-ins that only accept BMWs?

[–] Bezier@suppo.fi 57 points 1 week ago (4 children)

WINE is an emulator.

ಠ_ಠ

[–] Bezier@suppo.fi 68 points 1 week ago (1 children)

I had low expectations before, but Starfield killed them completely. Starfield actually helped me get over worrying about TES6, because I just lost interest.

[–] Bezier@suppo.fi 3 points 1 week ago

Didn't think of that, good point.

The inbreeding could also affect larger decisions in sneaky ways, like how it wants to compose the image. It would be bad if the generator started to exaggerate and repeat some weird ai tropes.

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

I would expect some kind of small artifacting getting reinforced in the process, if the approved output images aren't perfect.

[–] Bezier@suppo.fi 5 points 1 week ago

That is not how it works. That's not how it works at all.

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

How do you get that order with only two threads?

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

That should be easy on windows, but user permissions might also be enough for whatever it does.

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

I guess it's just normalized.

 

Community for technical art - shaders, modeling, rigging, etc.

Links:

I know I created two new communities almost in a row, but this is a cool topic.

 

Bring your PlayStations and Dreamcasts.

This community is about generic technical and graphics stuff, roughly focusing on old (3D) game consoles.

Links:

798
submitted 7 months ago* (last edited 7 months ago) by Bezier@suppo.fi to c/newcommunities@lemmy.world
 

I used to practice this art actively.

Links:

60
submitted 7 months ago* (last edited 7 months ago) by Bezier@suppo.fi to c/opensource@lemmy.ml
 

I made a simple timer app for Android, desktop, and browser. I think it's ready for most part, and I'm starting to look into publishing it.

I decided to start with Android / Play Store, which immediately gives me a roadblock. Google Play Console says:

  • Have at least 20 testers opted-in to your closed test (1 tester currently opted-in)
  • Run your closed test with at least 20 testers, for at least 14 days

I want to look into F-Droid and Flathub once I have this sorted out. But before that, any opinions on the app, or volunteers for testing, as I don't have 20 friends to ask?

Thanks.

https://github.com/sevonj/visualtimer/

Edit: Let's try Play store again with this: https://groups.google.com/g/jyl-test-group

Edit 2: It works, at least someone besides me was able to join:

What a pain. I'll look into preparing an F-droid release as soon as I have time.

 

2 out of 10‽

44
submitted 8 months ago* (last edited 8 months ago) by Bezier@suppo.fi to c/newcommunities@lemmy.world
 

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.

 

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: next ›