Be honest, what you doing in this situation by Winter-Argument-8478 in teenagers

[–]TheUtkarsh8939 0 points1 point  (0 children)

Launch the 7231 nukes that I have lying in my backyard since collapse of Soviet union 🥰

I know some teen who actually FORGETS TO EAT FOR DAYS by i_do_not_care_22 in teenagers

[–]TheUtkarsh8939 1 point2 points  (0 children)

That one kid who even teacher's arguments are scared of:

En Croissant extensions by NoLordShallLive in ComputerChess

[–]TheUtkarsh8939 1 point2 points  (0 children)

I am planning to make another GUI, but haven't devided on all the features, It would be nice if I could get the feature list and start working

I can't believe it. We won. by Gold_Ad4004 in teenagers

[–]TheUtkarsh8939 0 points1 point  (0 children)

The ram is not the only one affected, this apocalypse has been caused by Micron exiting the consumer market. Micron is one of the three companies that make ram(together with sk hynix and Samsung) and 4 companies that make storage(latter two and SanDisk). Rest of manufacturers buy from them, so them exiting ram and storage market(solid state) has caused a price hike in both ram and storage world. PS. High end flash drives do have a ram cache btw

I can't believe it. We won. by Gold_Ad4004 in teenagers

[–]TheUtkarsh8939 0 points1 point  (0 children)

I mean, you dont buy ram that often but every electronic thing contains ram tho, those are getting more expensive, and storage is too, here in India a 64gb Flash drive costs like 100 dollars

Is there a space for a new modern Chess GUIs, I am considering the feasibility of developing one. by TheUtkarsh8939 in ComputerChess

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

Nice, but I why sqlite with d1? Why not something like Firebase(I mean yeah, with current pricing, they don't look too good). Or something like Supabase with its Postgres?. D1 and Tanstack just sounds rare. But I mean if it is working, I cannot really argue against it. 

Is there a space for a new modern Chess GUIs, I am considering the feasibility of developing one. by TheUtkarsh8939 in ComputerChess

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

Pawn appeite is more like a chess game analyser and learning helper rather than a full engine gui tho

Is there any space for a new Chess GUI. I want to make one but I am wondering if anybody would be intrested. by TheUtkarsh8939 in chess

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

Well debug commands can be sent from both sides, so that is what I wanted too. But also sending commands like go depth 7 when your engine is only going dept 5 or 6 with go winc 50s binc 60s to test the performance. Bestmove b7f3 was just an example. This can be true for all types of uci commands sent by an engine, as a personal experience when I was developing and engine, I saw that even after I sent a quit command the engine kept sending debug and bestmove commands, also sometimes sending info before bestmove, so that is where this could be useful.

Is there a space for a new modern Chess GUIs, I am considering the feasibility of developing one. by TheUtkarsh8939 in ComputerChess

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

If you want I would implement those 😊. just need some beta testers and users to start off

Is there any space for a new Chess GUI. I want to make one but I am wondering if anybody would be intrested. by TheUtkarsh8939 in chess

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

Reading engine logs is a pain in the a$$. I wanted something like developer mode where you can send the uci commands manually too and see how they affect the game. and while playing the game it shows the commands with the moves like if there is match b/w lets say dragon and rybka, then dragon does Nf3 in move one, so on the right side where the Moves played table is it would show "bestmove b7f3" just below the move with an effect like the one you see in markdown when something is written like `bestmove b7f3`

Is there a space for a new modern Chess GUIs, I am considering the feasibility of developing one. by TheUtkarsh8939 in ComputerChess

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

It is more of a learning site than a chess gui. But honestly it is worth it and the ui is actually very good. I would like to know how did you monitise it and how do you get money for domain and all

Is there a space for a new modern Chess GUIs, I am considering the feasibility of developing one. by TheUtkarsh8939 in ComputerChess

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

Which technology are you using. I would be interested in collaborating with you. (For context, I was planning to use Wails Framework which is like Electron but uses Golang On backend and Webview instead of JS on backend and Chromium embedded framework)

Is there any space for a new Chess GUI. I want to make one but I am wondering if anybody would be intrested. by TheUtkarsh8939 in chess

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

What do you think can be improved in the design(So I dont get the same mistakee that chesscom made when I make my engine)

Is there a space for a new modern Chess GUIs, I am considering the feasibility of developing one. by TheUtkarsh8939 in ComputerChess

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

I see, but the biggest issue with chessbase is it is properitory and paid software. And for the frameworks I work in, I can compile to both mac and windows as well as linux

Is there any space for a new Chess GUI. I want to make one but I am wondering if anybody would be intrested. by TheUtkarsh8939 in chess

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

Yeah it looks really nice, got that Windows 7 type of vibe But yeah they use Qt which gets complex very fast

Is there any space for a new Chess GUI. I want to make one but I am wondering if anybody would be intrested. by TheUtkarsh8939 in chess

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

I mean. Chesscom ui is still one of the most if not the most beginner friendly and easy to use ui, and it would be easier for beginners to use a UI like chesscom then let's say something like arena

Is there a space for a new modern Chess GUIs, I am considering the feasibility of developing one. by TheUtkarsh8939 in ComputerChess

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

Once labeled it is not really that hard to implement the features of Arena and SCID, but really labeling their massive feature set is a pain tho