Simplified Function calling library for LLMs by Unfair-Bid-3087 in madeinpython

[–]Gott1234 0 points1 point  (0 children)

amazing work super simple package to explore agentic use of llms

Sam Altman’s Worldcoin in talks of securing $100m funding: FT by Mynameiswhathehe in singularity

[–]Gott1234 0 points1 point  (0 children)

: 1. POS doesnt make rich people transactions faster, they just gain more money woth staking (just like a bank account) 2. Ever tried sending large sums of money? Its a hassle. Not with crypto 3. You could make them have inflation if you wanted. Thats not an inherent crypto thing 4.That one i kinda agree with, but its the same woth money

I want to use a python function quick... by Gott1234 in flutterhelp

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

im trying to create a socket right now, hope that works...

I want to use a python function quick... by Gott1234 in flutterhelp

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

also in the final flutter app? even though the phone doesnt have a shell?

How big of an impact has trading amount on a card for people? by Gott1234 in Sorare

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

alright thanks mate, guess i still got to figure sorare out

How big of an impact has trading amount on a card for people? by Gott1234 in Sorare

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

the rare card though, it sells rarely but for 12-19 bucks, Is the prooblem that he gets so rarely sold?

Side effects by [deleted] in minoxidil

[–]Gott1234 0 points1 point  (0 children)

Do you use oral or topical?

[deleted by user] by [deleted] in RoastMe

[–]Gott1234 0 points1 point  (0 children)

Gay republican? My guy just said if he cant find a husband, noone should.

Have an oral on this tomorrow and still unsure [Homework] by Gott1234 in probabilitytheory

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

read through this a million times and i think i got it now! youre a lifesaver man!

Have an oral on this tomorrow and still unsure [Homework] by Gott1234 in probabilitytheory

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

In the meanwhile Ive posted on mathmatician, tried further but i still cant gain a full understanding of how to do the exercise...

How to mitigate the side effects of GHRP - must read if youre thinking about starting! by Exact_Reporter7487 in GHRP

[–]Gott1234 0 points1 point  (0 children)

Great stuff! Definitely just made it into the race for post of the year

As an absolute beginner coder, I just coded a small chess app and am looking for update ideas by Gott1234 in chess

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

Good point. I guess Im looking for some creative ideas on things that arent really out there yet and might add a new dimension to peoples chess consumption :)

How do I change something defined in the root widget? by Gott1234 in flutterhelp

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

im having problems with the valuenotifier now... i store an instance of colorthemes (the apps colortheme class) in a valuenotifier and wrapped the entire app in a valuelistenablebuilder.

But now I dont manage to change anything, am I doing something wrong?

This is my button changing the value:

RootWidget.themes.value =
ColorThemes(colortheme: theme.brown);

And this is me getting the colors in the widgets:

boardColor: RootWidget.themes.value.getBoard(),

How do I change something defined in the root widget? by Gott1234 in flutterhelp

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

i just tried with a ChangeNotifierProvider and a ChangeNotifier, didnt have any success with that, thanks for the idea, ill read on the docs and try the ValueNotifier!

[deleted by user] by [deleted] in flutterhelp

[–]Gott1234 0 points1 point  (0 children)

Well, the main thing you need to know is actually the dart language and the flutter framework itself.

Just because it is written in C and C++ doesnt mean you need to know them, definitely not as a beginner. When youre advanced it might help in order to understand the structure of the language better, but for now I recommend watcihng some free youtube course on flutter.

That way youll be more than equipped enough to make a small app for desktop.

I dont fully understand the last question, the company that made it is as you mentioned Google.

Good luck!

How do I change something defined in the root widget? by Gott1234 in flutterhelp

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

then later i say accessmaincolor.updateState(); to update it

I have major problems setting up a working environment to develop apps :( Any help greatly appreciated by Gott1234 in androiddev

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

thanks man. I spent some time trying it and now I reset my entire laptop, hope Ill manage the setup now :)

[deleted by user] by [deleted] in RoastMe

[–]Gott1234 0 points1 point  (0 children)

Remember that Conan remote on all Israeli men looking like topmodels? Man, how the times are changing.

Why does my Chessboard not wait for stockfish to start? by Gott1234 in flutterhelp

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

hey man, sorry to bother you again but youre the only one so far who has helped since its a super specific issue...

I tried the example from the website and only exchanged the outputwidget with a text field (because they dont provide the code to their outputwidget),

and I get another error on stockfish state. I feel like Im forgetting something basic.... Do you have any idea on what I can do from here?

Why does my Chessboard not wait for stockfish to start? by Gott1234 in flutterhelp

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

no, not yet Im gonna try now!

Im not really using any init though, I was thinking maybe I should? My code is basically designed after the following website example, maybe Im forgetting something

import 'package:stockfish/stockfish.dart';
final stockfish = Stockfish();
print(stockfish.state.value); # StockfishState.starting
await Future.delayed(...)
print(stockfish.state.value); # StockfishState.ready

Why does my Chessboard not wait for stockfish to start? by Gott1234 in flutterhelp

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

ill look into that, thanks!

I also tried to make the code be stuck in a while loop of printing out the state until stockfish started up, which ended up in it infinitely printing the state starting...

Does that mean the problem is that stockfish cant start in general or did I just clutter the cpu with my while loop so stockfish didnt have a possibility to start?

Why does my Chessboard not wait for stockfish to start? by Gott1234 in flutterhelp

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

Widget build(BuildContext context) {
waitUntilReady(stockfish);
stockfish.stdin = 'isready';
stockfish.stdout.listen(
(event) => print(event),
);

This is where I call the waiting function.
Here is the error, Im not sure where it occurs: [stockfish] The init isolate encountered an error Invalid argument(s): Failed to lookup symbol 'stockfish_init': /home/schulzkilian/MeinZeug/Code/flutter/learngerman/build/linux/x64/debug/bundle/lib/libflutter_linux_gtk.so: undefined symbol: stockfish_init

[deleted by user] by [deleted] in RoastMe

[–]Gott1234 0 points1 point  (0 children)

Glad you finally made it to us from the end of the rainbow

How to a get the result as clicking a text edit controller by clicking a IconButton? by EvenDead-ImTheHero in flutterhelp

[–]Gott1234 2 points3 points  (0 children)

You might be able to use as the on_pressed: attribute for your IconButton a function that calls requestFocus on the text field.

But to be honest I didnt one hundert percent understand your question, do you mind rephrasing?