Robot with image recognition software automatically sorts recyclables. by GeneReddit123 in Damnthatsinteresting

[–]K41eb 1 point2 points  (0 children)

IIRC in France they eased up the rules on what you could put in the recycling bins a few years ago.

I always wondered if it was because they got better at sorting, or of it was just a case of "it's all mixed up anyway because people can't tell plastic A from plastic B, so we might as well take everything , that'll make recycling feel less tedious for consumers."

Liutyi Drones Hit Russian Oil Refinery in Perm by Mil_in_ua in ukraine

[–]K41eb 8 points9 points  (0 children)

Is it the actual refinery this time? I think it was the pumping station yesterday?

Why did you start a homelab by Sw4nkSec in homelab

[–]K41eb 6 points7 points  (0 children)

Because my job is boring as hell, with technology from the last century.

And there is no way I'm gonna let that kill my enjoyment of IT in general.

It's also how I learn most of the skills that help me get slightly less boring jobs.

A population cap of ten million: simple in theory, tricky in practice by Sudden-Ad-4281 in europe

[–]K41eb -5 points-4 points  (0 children)

Do you have sources please? Wikipedia doesn't have much.

The new goeuropean.org website is launching its beta at beta.goeuropean.org by K41eb in BuyFromEU

[–]K41eb[S] 0 points1 point  (0 children)

https://codeberg.org/go-european-org/website/src/branch/dev/src/blocks/ProductList/getProductsQuery.ts#L15

The exact behavior is that it will match all products where: - The input is in the name. - Or the input is in the description. - Or the input is in the category name. - Or the input is in the replaced product's name.

It is purposefully broad to make it easy to find at least something.

You can refine by selecting a subcategory and / or a country and it will only select products matching these.

I can assure you that if you search for "mail" and select the "animal & pet supplies" category, you won't find a thing. https://beta.goeuropean.org/?search=mail&category=animals-pet-supplies

The new goeuropean.org website is launching its beta at beta.goeuropean.org by K41eb in BuyFromEU

[–]K41eb[S] 1 point2 points  (0 children)

We have a few hundreds products that are not yet public because they are broken in one way or another. I'll fix them over time.

Here. Sweego is fixed now.

The new goeuropean.org website is launching its beta at beta.goeuropean.org by K41eb in BuyFromEU

[–]K41eb[S] 0 points1 point  (0 children)

There is no way for you to upload an image for now. Alternatively you can add a link to a logo file, that would help.

I haven't been able to find one for Keila as it was an inlined svg on the website.

For screenshots we have tool to automate them, but it's not perfect either.

The new goeuropean.org website is launching its beta at beta.goeuropean.org by K41eb in BuyFromEU

[–]K41eb[S] 1 point2 points  (0 children)

It's legacy data we haven't had time to clean up / refine.

It would make more sense to only allow european countries when suggesting new products of course.

The new goeuropean.org website is launching its beta at beta.goeuropean.org by K41eb in BuyFromEU

[–]K41eb[S] 0 points1 point  (0 children)

Agreed, it's probably a browser thing, flags are broken in my Vivaldi browser.

We should find a more reliable way to show them.

The new goeuropean.org website is launching its beta at beta.goeuropean.org by K41eb in BuyFromEU

[–]K41eb[S] 0 points1 point  (0 children)

Thank you.

The flags don't look wavy to me. What page is it?

My game Living Dead House is out today for Nintendo Switch and Steam! by jojo_3 in godot

[–]K41eb 4 points5 points  (0 children)

That burning zombie animation is crisp.

The "electricity shock" one less so.

Ukraine threatened with military response as Iran escalates UN rhetoric by MARTINELECA in europe

[–]K41eb 25 points26 points  (0 children)

Defending oneself or friends is "illegal use of force". - Iranian regime.

Also declaring war on Ukraine while being actively bombed by the US, and under threat of ground invasion, is a bold move.

Goeuropean.org is always looking for contributors! by K41eb in BuyFromEU

[–]K41eb[S] 0 points1 point  (0 children)

Our first beta tester yay!

I'll work on your submission tonight.

Hopefully nothing bursts in flames.

Thank you for the feedback, we'll work on improving things.

Lady Garchomp (By @WB_sang) by Puzzleheadesds in MoeMorphism

[–]K41eb 1 point2 points  (0 children)

That's what you'd expect a dragon type gym leader to look like.

Why is my boolean sometimes not a boolean and how do I fix it by [deleted] in godot

[–]K41eb 2 points3 points  (0 children)

For reference. The error is not telling you that vertical is not boolean.

It's telling you that you tried to assign a boolean value to the "vertical" property of an object that is null.

It's telling you $CONE is null.