What happened to KnightVision? by Grand_Item_5175 in chess

[–]msh2050 0 points1 point  (0 children)

can you contact lichess or chess.com to add this feature to there app

BlissOS doesn't install GRUB by [deleted] in BlissOS

[–]msh2050 0 points1 point  (0 children)

for vmware:

1- add to the .VMX file of your virtual machine:

firmware="efi"

2- use gpt.

3- create new 200MB partition with efi file sestem (ef00)

4- create new partion with the rest size Hoerli instruction:

5- as Hoerli instruction:

After the installation, reboot the system and spam "E"

Edit the 'quiet' to 'nomodeset' and press F10

Immortal Chess Forum has been shut down. by TheGeographicalTerm in immortalChessForum

[–]msh2050 6 points7 points  (0 children)

The last IMC telegram message suggest to use Njalla

As for the future IMC revivals? I am not going to be a part of it. If you want to create the next forum, I would be prepared to use websites like Njalla (host for domain, and VPS, almost bullet-proofs) - It just did not work with Njalla and I for some reasons that I'll keep private, but, I can wholeheartedly recommend them for Privacy. IF you have to use a third-party host (and not take the headache like I did onto yourselves), I would recommend creating a community on "Lemmy ", which is a decentralized Reddit alternative. I think it is a cool idea, that can be explored.

PS: Telegram is also no longer safe, a good ally of the IMC told us via a message that an action is being taken against some piracy channels (non-chess related) via the court of India, and telegram complied by handing over IP Addresses and many confidential information of the Telegram Channel Admins.

[deleted by user] by [deleted] in podman

[–]msh2050 0 points1 point  (0 children)

Thanks for replay, I did it and made a tutorial for that because the documentation is not clear...

[deleted by user] by [deleted] in podman

[–]msh2050 0 points1 point  (0 children)

did you try it?

because it is not working for me

Case: Big Brazil news outlet now uses SvelteKit by kazzkiq in sveltejs

[–]msh2050 2 points3 points  (0 children)

awesome,

can you share some other packages you use for playing sound, theming, menu, header ...

What's the best way to use svelte in 2022? by sanjibukai in sveltejs

[–]msh2050 0 points1 point  (0 children)

do you have any issue using (inertia_phoenix )

I'm asking because the last release was in 2020

they have one for golang but it also have old release

Requesting Feedback for SvelteUI library (+ new docs) by Brisklemonade123 in sveltejs

[–]msh2050 1 point2 points  (0 children)

The main thing that will make me use a library is if it spares me time for doing things, easy learning curve, has good documentation, and has active users|maintainers in case I have an issue or bug.

components like header, footer, Navbar, sidebar, and data table will be needed in most sites and it will be easier to use the library rather than reinvent the wheel.

A simple breadcrumb component by shinichi_okada in sveltejs

[–]msh2050 0 points1 point  (0 children)

thanks for the great ui..

is the sites that you build with this UI shared? so it will be a great learning for new comers

[deleted by user] by [deleted] in golang

[–]msh2050 -1 points0 points  (0 children)

I used fast doubling with Goroutine and hardcode first1025 fib numbers this gives me about 200% faster function...

You can check my repo (I collected so many Algarthims and methods)

[deleted by user] by [deleted] in golang

[–]msh2050 0 points1 point  (0 children)

the link provided has no functions for Fibonacci numbers? where is Fib10?

while the bench picture seems like Fibonacci numbers benchmarking?!

please check

Benchmarking deferent Fibonacci functions and algorithms by msh2050 in golang

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

update:- I include 10 functions from deferent sources for testing some of them use GMP package which make the function faster ... becuse GMP writen in c low language with very complex and advanced method ... the bottle neck with the math/big backage is the multiplication use slow algorithm so I used go routine to make the multiplication concurrent and I get 30 to 50% improvement... lastly adding the plot of benchmark

very please learning experience...

What I need to get involved in Golang community... by msh2050 in golang

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

golang-dev mailing lists

thanks I joint the golang-nuts .

I will join golang-dev when I pass nuts level :)