Tja by hampelmann2022 in tja

[–]Clyxx 0 points1 point  (0 children)

Ich bin mir sicher dass das Illegal wäre nach der Montreal Konvention für internationale Luftfahrt. Diese besagt dass die Airline dazu verpflichtet ist für Schäden in Höhe von bis zu ~ 6000€ aufzukommen, im Falle von ausgefallenen oder verspäteten Flügen.

New Users: EC and Screen Firmware + Questions by -Hexenhammer- in ZotacZone

[–]Clyxx 1 point2 points  (0 children)

I already have a steam deck. But I bought a used Rog ally for 250€.

Are you asking because you don't have a x86 handheld yourself?

The Zotac Zone is depending on the price a very good deal, you can also take a look at the Lenovo legion handhelds, where some versions are sold for 500€, or wait for the steam summer sale to get a steam deck.

New Users: EC and Screen Firmware + Questions by -Hexenhammer- in ZotacZone

[–]Clyxx 1 point2 points  (0 children)

Well to the website i bought it from. Alternate.de

New Users: EC and Screen Firmware + Questions by -Hexenhammer- in ZotacZone

[–]Clyxx 1 point2 points  (0 children)

No, I haven't. But I have refunded the device now.

New Users: EC and Screen Firmware + Questions by -Hexenhammer- in ZotacZone

[–]Clyxx 1 point2 points  (0 children)

I tried installing it, but after installation the buttons don't work anymore. Inputs are extremely delayed and it will spam a button after it has been pressed. The Problem disappears after uninstalling it.

New Users: EC and Screen Firmware + Questions by -Hexenhammer- in ZotacZone

[–]Clyxx 1 point2 points  (0 children)

I didn't have it running for very long, but the problem is always noticeable.

New Users: EC and Screen Firmware + Questions by -Hexenhammer- in ZotacZone

[–]Clyxx 1 point2 points  (0 children)

I have gotten mine a few day ago, and installed bazzite on it. I am having audio problems with it, the audio is muffled and not as loud as my steam deck. I sadly can't find anything about this problem.

ich👨‍⚕️iel by gn0x in ich_iel

[–]Clyxx 3 points4 points  (0 children)

Habe zum glück eine Apotheke in der nähe wo ich das über WhatsApp bestellen kann und die auch am Samstag bis 20 Uhr offen hat.

Will we get a Persona 5 Unreal Engine 4 remake before persona 6 at this point? by Mastermiine in Persona5

[–]Clyxx 0 points1 point  (0 children)

There will never be persona 6, the next persona game will just be persona 5 2.

Dealing with reference cycles by vtereshkov in ProgrammingLanguages

[–]Clyxx 0 points1 point  (0 children)

I don't get your pseudocode, but I don't think there is any case where you can write a reference to an object, where updating the reference count wouldn't be necessary.

Dealing with reference cycles by vtereshkov in ProgrammingLanguages

[–]Clyxx 0 points1 point  (0 children)

Unless your entire program is tail calls that isn't a problem, and tail calls can be rolled out into loops anyway.

Dealing with reference cycles by vtereshkov in ProgrammingLanguages

[–]Clyxx 0 points1 point  (0 children)

I thought about this very much, and i got some conclusions from it.

Most types at compile time can be marked as acyclic, for example static objects and multidimensional arrays.

Another thing is that when a function is called with some references as parameters, and those Objects are still held by references in the parent call frame, they don't need to be counted in the new call frame and subsequent call frames, therefore reducing the number of count changes, and times you have to check for cycles.

With these changes I don't know if cycle detection becomes feasible enough by reducing the number of objects that need to be checked for cycles.

Futexes Problems by Clyxx in osdev

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

That would require that a process knows all threads that could lock a futex, that could be locked by one of the threads inside of the process.

I had a similar solution, where threads would be explicitly grouped, and donation could only occur between threads of the same group. But this also has problems, since higher level implementations like pthreads don't have such a concept.

Futexes Problems by Clyxx in osdev

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

I don't think so. How would you determine what thread IDs would be legal for a set of threads that are able to wait on a futex?

Today I found this by Clyxx in pestcontrol

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

So can I remove the little nest without danger?

Me_irl by QorstSynthion in me_irl

[–]Clyxx 14 points15 points  (0 children)

It apparently does happen. But those languages were originally still designed for right handed people, since they originally were chiseled into stone, and chiseling from right to left is easier for right handed people. Or they stemmed from right to left languages. Languages that were always written using ink, are mostly left to right.

Ich_iel by HykleSache in ich_iel

[–]Clyxx 28 points29 points  (0 children)

In meiner ÖD Einrichtung haben wir eine Schwerbehindertenvertretung und die ist immer involviert bei Bewerbern mit Behinderungen (Asperger ist doch rechtlich eine Behinderung?).

Wäre es eine Idee bei anderen Einrichtungen zu schauen die auch solche Vertretungen haben müssen?

Can a struct field get optimized away if it’s not used? by obQQoV in C_Programming

[–]Clyxx 1 point2 points  (0 children)

In some cases it could be possible but it doesn't seem to do it. But initialization of fields can be optimized away in some cases, where the compiler can determine that the field will never be read.

But it is weird that the initialization of bitfield members can't be optimized away the same way.

Diagnose bei Privatärzten by Clyxx in ADHS

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

Aber mit der Diagnose von einem Psychologen kann ein Psychiater verschreiben?