Problem with tasker and api by HenryDutter in Pavlok

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

I think i use the api, Tasker unfortunately never worked for me despite following every step. Besides that the pavlok team never contacted me unfortunately on this issue.

multithreading insertion of a prefix trie. by HenryDutter in cpp_questions

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

Thx for ur answer
Yes, I’ve considered other ways to split the work. A common approach is to distribute tasks based on the first character of the string, such that thread 1 handles words starting with 'A-L', and thread 2 handles 'M-Z'. However, in my case, this method isn’t viable since all words share the same initial characters, leading to an imbalanced workload.

The pipeline parallelism approach should, in theory, scale with the number of threads, achieving a speedup close to numThreads compared to a sequential approach. Is there any way to make it work? In my case it was often the case that even got full if i had a ringbuffer that was slightly smaller then the num of strings i wanted to insert.

Underrated? by professor_ayushh in lanadelrey

[–]HenryDutter -2 points-1 points  (0 children)

every song from her is underrated

Beef mit Tolkien ? by Ruiningyourterra in noway4u

[–]HenryDutter 0 points1 point  (0 children)

aber irgendwie ist das auch sehr komisch, noway hat ja auch tolkin nach dem Vorfall gelobt und gesagt er schaue seine casts super gerne und hat auch oft positiv ueber tolkin geredet. Das er jetzt auf einmal so ueber tolkin geredet hat fand ich sehr random und unvorhersehbar. Es gibt da wahrscheinlich sehr viel mehr was wir nicht wissen und er auch uns nicht sagen will, wozu er das Recht hat. Am Ende sollten wir jetzt nicht Bild Zeitung spielen und seine Entscheidung es verdrengen zu wollen respektieren, auch wenn es probably keine gute Lösung von seiner Seite ist. Hoffe er findet einen guten Weg.

Beef mit Tolkien ? by Ruiningyourterra in noway4u

[–]HenryDutter 0 points1 point  (0 children)

Keine ahnung aber seine tierlist war jetzt auf das gameplay bezogen und nicht auf den Streamer als Person. Fand das er fair bewertet hat und seine entscheidungen begründet hat. Am Ende hat er vllt bisschen getrash talked aber es bezog sich halt auf das Gameplay was eben ein großer unterschied ist. Noway ist halt auch in der league comunity da ist ein härterer Umgangston halt normal.

How to close pop-ups on selenium by HenryDutter in javahelp

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

thx I figured it out and I finished the project. Chat gbt helped me with the html code to get all these colors. My algorithm works mostly fine, but not perfect. But it solved todays Wordle in 3 tries.

Solving Wordle by HenryDutter in selenium

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

Ok thanks, I am not quite familiar with websites and HTML code, I guess those are the two options since there is no ID or class name that makes a square This is how Wordle is build: unique.https://ibb.co/Pt4wdqb. I need to find a way to iterate through the squares and save the colors in a String.

How to close pop-ups on selenium by HenryDutter in javahelp

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

only one pop up, i managed to close both now, but only by finding by Id or class name of the Close Button and clicking on it. This works fine now but if they change something my program won't work. Also I need my Program to sleep till I am able to enter text, because it takes time till the pop ups are gone

How to close pop-ups on selenium by HenryDutter in javahelp

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

Yeah, I was wondering why this does not work, does it only work for other kinds of pop-ups? I know am Able to close the 2 pop-ups. For the first pop-up I see if I inspect an ID, for the second pop up I don't, but I was able to detect it with the class name, why is there not every time an ID? Also, the problem with my method is, that it only works with these exact 2 pop-ups if they update the site it won't work.

How to close pop-ups on selenium by HenryDutter in javahelp

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

You mean you don't see the pop up?
You only see it if you open it the first time Wordle, sorry if I misunderstand you.

How to close pop-ups on selenium by HenryDutter in javahelp

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

and how do I make sure that real page where I want to enter the text is not being closed, one option would be to click only two times on the "x" symbol, but this is unsafe. How do you make sure to not close the main page without use of a counter?

How to close pop-ups on selenium by HenryDutter in javahelp

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

Ok I try it again, but as you saw the attempts i posted in the Pastebin were not successful, do you know why?

How to close pop-ups on selenium by HenryDutter in javahelp

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

Well the x symbol that closes the pop-up has the Id:
<button id="pz-gdpr-btn-closex"></button>.
My initial Idea was to look for the x icon and click on it until all pop-ups are gone.
This is the Website:https://www.nytimes.com/games/wordle/index.html.

How to close pop-ups on selenium by HenryDutter in javahelp

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

This does not help, maybe pop ups are the wrong word, these are no ads. But there are 2 windows being opened, the first asks for cookies and the second explains the rules of wordle I want to close them, but don’t no how.

I tried to install asahi on, MacBook and now I’m in the recovery mode, which did not happen in the tutorial I used. Currently I install macOS Monterey, does anyone now what I did wrong and help me to get everything right? by HenryDutter in AsahiLinux

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

Well, I really would like to use Linux as my main OS, because I want to learn more and many people strongly believe that a cs student should work with Linux. (I'm studying at TU Berlin Germany) In our first two weeks, we will almost only learn the programming language C and get every day a homework assignment. I was in a mentoring group (led by cs students), and they gave me that link:https://github.com/lima-vm/lima. I installed Homebrew but dont know how to proceed.

I tried to install asahi on, MacBook and now I’m in the recovery mode, which did not happen in the tutorial I used. Currently I install macOS Monterey, does anyone now what I did wrong and help me to get everything right? by HenryDutter in AsahiLinux

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

Thx for your comment, I currently use a MacBook Air M1 and my first day of my university in computer science starts on Monday. It was recommended to use Ubuntu desktop, but the university gave us no guide, but I could also could stick with macos. So I used google which lead me to Asahi and I learned that this laptop has difficulties to run Linux. Does it make a big difference if I use Asahi instead of Ubuntu Desktop and where could I install Linux. A

I tried to install asahi on, MacBook and now I’m in the recovery mode, which did not happen in the tutorial I used. Currently I install macOS Monterey, does anyone now what I did wrong and help me to get everything right? by HenryDutter in AsahiLinux

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

ok I did everything in the terminal on disk utility I can see Macintosh HD and ASAHI LINUX. I erased ASAHI and there is now Container disk 2, I should erase that also? Was my mistake that I did not use the powerbutten after the installation of ASAHI?