robojeb

joined 1 year ago
[–] [email protected] 1 points 5 months ago

Ahh got to wait for your current system update to finish I see. /s

[–] [email protected] 2 points 6 months ago

If I can remember my theory correctly the difference between languages revolves around the machinery required to recognize the language.

Regular expressions can be recognized with just finite state machines (NFA or DFA have the same power).

Context free languages require a Push down automata. And context sensitive languages need a Turing Machine.

When looking at regular expressions as NFAs you can see the operations you mentioned.

Concat a b: is just state transition

Union a b: have an epsilon transition from the start state to an NFA for a and one into the NFA for b

Repeat a: add an epsilon transition from the accept state of a to it's own start state

With the more powerful grammars you might be able to do similar analysis on the ability to join machines together but it's been too many years since I did any formal work like that.

[–] [email protected] 1 points 6 months ago

It's a copy-pasta :)

[–] [email protected] 18 points 8 months ago

Of course it worked to design standards. The problem is just that the design requirements were "costs the least money" instead of "acts as a functional and safe airplane part."

[–] [email protected] 176 points 8 months ago (4 children)

My sister gave us some diapers for our newborn. Already pooped her way through them.

[–] [email protected] 3 points 9 months ago

I'm doing my part!

Do you want to know more?

[–] [email protected] 24 points 10 months ago (2 children)

I just upgraded from a 1080ti to a 7900xt last month and I just plugged it in and it worked. Then I uninstalled the Nvidia binary drivers and libraries.

[–] [email protected] 3 points 10 months ago

I get between 35-60 FPS on high with a Ryzen 3600X and a RX7900 XT at 1440p. I'm only medium sized right now but it's not worth complaining about. As I get bigger I'll just turn settings down if they haven't patched performance.

It does seem like VRAM is important, gputop shows using around 12GB.