Eikichi

joined 1 year ago
[–] Eikichi@lemmy.ml 3 points 11 months ago (4 children)

A lot of work, data scrapping and security issue just for a pin ?

Seriously ?

What the point, except to simulate the possession of an iPhone to someone who should be a stranger for you or at least physically far from you ?

I clearly don't get it.

Scam interest after a sim swapping attacks ? The goal, need to know it !!

[–] Eikichi@lemmy.ml 2 points 11 months ago

Oh lol sorry dude, Didnt knew it, good luck to you,

[–] Eikichi@lemmy.ml 5 points 11 months ago (2 children)

If i go on my profile, i cannot see post made on an another instance :'(

[–] Eikichi@lemmy.ml 2 points 11 months ago

Ok so you just think this is fanboyism, your Right and you are maybe right but.. You don't have to make false arguments to say this..

They could have put energy, to mitigate piracy and being in the same state as android devices, where not every user root it to put on it lineageos for example.

They designed it, soft and hardware, and they did no effort at all on this side.

You can see on this, a sign as OP, or you can don't mind about it and think steam just didn't put effort on it by lack of time or resources maybe.

But don't say false things to make your point true.

[–] Eikichi@lemmy.ml 6 points 11 months ago
[–] Eikichi@lemmy.ml 8 points 11 months ago (1 children)

Ad hominen vs logical arguments.

Yep end of story like I said. Ty percochet.

[–] Eikichi@lemmy.ml 14 points 11 months ago* (last edited 11 months ago) (5 children)

If u read the article you would see there is no proper way to do,

There is some for whom this is a genocide with their arguments, and counters views with their poor arguments, both presented in your article.

You choose, I've too.

End of story. Go read it and understand it, and then calm yourself.

[–] Eikichi@lemmy.ml 18 points 11 months ago* (last edited 11 months ago) (7 children)

And ?

Btw the conclusion of your link lmao, and you should read it entirely btw again. If you can write, i mean why not after all.

“It’s important to remember that there is no hierarchy among crimes under international law,” Amnesty International said in a statement. “As stated in the preamble of the Rome Statute of the International Criminal Court; genocide, crimes against humanity and war crimes all are ‘the most serious crimes of concern to the international community as a whole [and] must not go unpunished.’”

Verdeja put it even more simply. “The international community has responsibility already,” he said. “Whether it’s genocide or not I think is a little bit beside the point.”

[–] Eikichi@lemmy.ml 9 points 11 months ago

Risks being complicit?

They’ve been complicit since 1947, and even before then the west was meddling in and colonizing the region.

@knfrmity@lemmygrad.ml

[–] Eikichi@lemmy.ml 1 points 11 months ago

Because ive clicked juste to say this, and because you are on lemmygrad, i will juste copy past your comment dude and repost it.

 

Hey there,

Like the title say, what can i use to share music/creations in simplicity ?

My needs :

  • dont need the remuneration or being paid
  • listening on the web browser is an cool feature
  • accept audio with no loses
  • respect peoples, let us manage the licences

instead of, What do you use to share files ?

Is there something for music, based on activity pub ? It would be great.

I did an account on BandCamp, but just read about the "drama", F it.

 

Who really does hope something from the "DnT"

While the ruling against LinkedIn is a welcome development, I'm skeptical it will truly move the needle on respecting user privacy. Do Not Track has been around for years, yet sites continue ignoring it without consequence. This case may set a precedent, but it's one isolated judgment in Germany.

 

cross-posted from: https://programming.dev/post/2678496

Introduction

Hello everybody, About 5 months ago I started building an alternative to the Searx metasearch engine called Websurfx which brings many improvements and features which lacks in Searx like speed, security, high levels of customization and lots more. Although as of now it lacks many features which will be added soon in futures release cycles but right now we have got everything stabilized and are nearing to our first release v1.0.0. So I would like to have some feedbacks on my project because they are really valuable part for this project.

In the next part I share the reason this project exists and what we have done so far, share the goal of the project and what we are planning to do in the future.

Why does it exist?

The primary purpose of the Websurfx project is to create a fast, secure, and privacy-focused metasearch engine. While there are numerous metasearch engines available, not all of them guarantee the security of their search engine, which is critical for maintaining privacy. Memory flaws, for example, can expose private or sensitive information, which is never a good thing. Also, there is the added problem of Spam, ads, and unorganic results which most engines don't have the full-proof answer to it till now. Moreover, Rust is used to write Websurfx, which ensures memory safety and removes such issues. Many metasearch engines also lack important features like advanced picture search, which is required by many graphic designers, content providers, and others. Websurfx attempts to improve the user experience by providing these and other features, such as providing custom filtering ability and Micro-apps or Quick results (like providing a calculator, currency exchanges, etc. in the search results).

Preview

Home Page

Search Page

404 Page

What Do We Provide Right Now?

  • Ad-Free Results.
  • 12 colorschemes and a simple theme by default.
  • Ability to filter content using filter lists (coming soon).
  • Speed, Privacy, and Security.

In Future Releases

We are planning to move to leptos framework, which will help us provide more privacy by providing feature based compilation which allows the user to choose between different privacy levels. Which will look something like this:

  • Default: It will use wasm and js with csr and ssr.
  • Harderned: It will use ssr only with some js
  • Harderned-with-no-scripts: It will use ssr only with no js at all.

Goals

  • Organic and Relevant Results
  • Ad-Free and Spam-Free Results
  • Advanced Image Search (providing searches based on color, size, etc.)
  • Dorking Support (in other words advanced search query syntax like using And, not and or in search queries)
  • Privacy, Security, and Speed.
  • Support for low memory devices (like you will be able to host websurfx on low memory devices like phones, tablets, etc.).
  • Quick Results and Micro-Apps (providing quick apps like calculator, and exchange in the search results).
  • AI Integration for Answering Search Queries.
  • High Level of Customizability (providing more colorschemes and themes).

Benchmarks

Well, I will not compare my benchmark to other metasearch engines and Searx, but here is the benchmark for speed.

Number of workers/users: 16
Number of searches per worker/user: 1
Total time: 75.37s
Average time per search: 4.71s
Minimum time: 2.95s
Maximum time: 9.28s

Note: This benchmark was performed on a 1 Mbps internet connection speed.

Installation

To get started, clone the repository, edit the config file, which is located in the websurfx directory, and install the Redis server by following the instructions located here. Then run the websurfx server and Redis server using the following commands.

git clone https://github.com/neon-mmd/websurfx.git
cd websurfx
cargo build -r
redis-server --port 8082 &
./target/debug/websurfx

Once you have started the server, open your preferred web browser and navigate to http://127.0.0.1:8080 to start using Websurfx.

Check out the docs for docker deployment and more installation instructions.

Call to Action: If you like the project then I would suggest leaving a star on the project as this helps us reach more people in the process.

"Show your love by starring the project"

Project Link:

https://github.com/neon-mmd/websurfx

view more: next ›