orizuru

joined 1 year ago
[–] orizuru@lemmy.sdf.org 7 points 11 months ago (1 children)

Someone should keep an eye on Linus.

[–] orizuru@lemmy.sdf.org 81 points 11 months ago* (last edited 11 months ago) (36 children)

Why someone keeps chasing the latest gadgets when the old ones work just fine is beyond me.

Nobody is waiting every year for the brand new line of washing machines. Why is there a need to swap phones this frequently?

[–] orizuru@lemmy.sdf.org 5 points 11 months ago (4 children)

I imagine it wouldn't take long until someone finds a way to disable that LED.

[–] orizuru@lemmy.sdf.org 28 points 1 year ago* (last edited 1 year ago) (2 children)

The CEO of Unity was also CEO, COO, and president of EA. So, is anyone surprised?

https://en.m.wikipedia.org/wiki/John_Riccitiello

[–] orizuru@lemmy.sdf.org 4 points 1 year ago

Or even better: buy soon to expire put options just before the announcement. 10x your money.

[–] orizuru@lemmy.sdf.org 2 points 1 year ago (1 children)

You're welcome!

I can have a look in my free time for fun. Will let you know if I manage to do it. 😅

[–] orizuru@lemmy.sdf.org 13 points 1 year ago

Damn... that's rough.

Hopefully they'll backpedal on this decision for now (they are already getting a lot of flack). But I guess the message has been sent. Wouldn't be surprised if Unity starts bleeding users after this.

Best of luck!

[–] orizuru@lemmy.sdf.org 44 points 1 year ago (3 children)

For the studios releasing a game in a few months, it's probably too late to ditch unity, but would make sense to start looking at alternatives for their next projects.

Wouldn't be surprised if Godot explodes in popularity in the next 5 years.

[–] orizuru@lemmy.sdf.org 4 points 1 year ago (9 children)

According to the article, it's not retroactively charged, but still bad if your game is about to come out and you haven't accounted for this.

[–] orizuru@lemmy.sdf.org 1 points 1 year ago* (last edited 1 year ago) (3 children)

Sorry for the delay in the reply.

No need to apologize! Thank you for working on this. :)

The only issue is that the app requires that the config file and blocklist and allowlists should be included within the docker hub. So the issue is that if a prebuilt image is provided, then is it possible to edit it within the docker container ?? If so then it is ok, otherwise it would still be good, but it would limit the usage to users who are by default satisfied by the default config. While others would still need to build the image manually, which is not very great.

I'm not familiar with the websurfix codebase, but I don't see why it wouldn't work.

I'm currently self-hosting SearXNG on a VPS, but I started by having it just locally. The important bit of that blog post is this:

docker run -d --rm \
              -d -p 8080:8080 \
              -v "${HOME}/searxng:/etc/searxng" \
              -e "BASE_URL=http://localhost:8080/" \
              searxng/searxng

I use the -v flag to mount a directory in my home to the config directory inside the docker container. SearXNG then writes the default config files there, and I can just edit them normally on ~/searxng/.

By using a mounted volume like this, the configs are persistent, so I can restart the docker container without losing them.

[–] orizuru@lemmy.sdf.org 1 points 1 year ago (5 children)

Ah cool, thanks!

Will definitely try it now. It's good to have options (Searx just recently became unmaintained).

Are there any plans to have an official docker hub image? I'm asking because my workflow involves keeping the containers up to date with watchtower.

 

I'm looking for a privacy-respecting open-source android keyboard, and so far I've found:

Does anyone have any experience with these (or other alternative keyboards)? Which one would you recommend?

view more: next ›