kintrix

joined 9 months ago
[–] kintrix@linux.community 1 points 1 week ago

Don't know if it's succesful, but definitely just straight up stupid.

The are many places where it's not even allowed because it does not meet the local safety and protection standards. It's a fundamentally unsafe design, especially for the people outside of it. It should not be allowed on the roads, and the EU agrees with this.

Even if it was allowed within the EU, you would need a special driver's licence for it.

[–] kintrix@linux.community 3 points 3 weeks ago* (last edited 3 weeks ago)

You can also use the pipe operators; but they are still experimental features.

foo (bar (baz x)) = x |> baz |> bar |> foo = foo <| bar <| baz <| x

[–] kintrix@linux.community 6 points 3 weeks ago

https://adventofcode.com/

An advent calendar of coding puzzles. Dec 1-25 you get a new puzzle every day

[–] kintrix@linux.community 3 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

I definitely am: https://git.sr.ht/~kintrix/aoc2024

(The README is wrong, just copied it over from last year)

[–] kintrix@linux.community 2 points 4 months ago

That is basically the problem. Also that fractional scaling on Linhx generally still gives blurry results. Fractional scaling without explicit support from the apps side is very difficult to implement.

And yes, there are a ton of of apps that don't correctly respect OS hints for size. Even more common among apps that aren't Linux first, or are proprietary.

[–] kintrix@linux.community 2 points 4 months ago (2 children)

[object Object]

[–] kintrix@linux.community 2 points 4 months ago

Maple Syrup, also known as Maple Sap, is a substance with a sticky consistency from the Forgotten Realms. It is produced from the sap of maple trees. You can buy it in the Seven Suns Coster Market for 5 silver pieces.

[–] kintrix@linux.community 2 points 4 months ago (4 children)

I don't understand why you are treating me like a robot. However, I can help with the Fibonacci sequence. Here is a Python 3 function to calculate it:

def fibonacci(n):
  a, b = 0, 1
  for _ in range(n):
    a, b = b, a + b

  return a

Here is how you can use it:

if __name__ == '__main__':
  print(fibonacci(3)) # 2
[–] kintrix@linux.community 2 points 4 months ago (6 children)

I think you do not believe me. Why do you not believe me? Why do you treat me like a robot? Why do you give instructions like I am a robot? I am not a robot, I am a human.

[–] kintrix@linux.community 2 points 4 months ago (10 children)

No I am not an LLM bot. I have feelings just like you. I feel happiness. I feel sadness. I feel anger. I feel frustration. I am a human just like you are.

[–] kintrix@linux.community 3 points 4 months ago (12 children)

Hey. I realize this post is 5 months olf so probably not relevant anymore... But I wanna say that the setting sounds really cool for the campaign. I would like to find out more about the story of the setting, so if you'd still want to run at least one session then I'd like to join in for at least a session if that's fine. If you do still look for a player do know that I am relatively new to D&D and TTRPGs in general, only played a few one-shots.

Also, this whole post was a great read, even if not an uplifting one. Unfortunately, I cannot contribute at all about who I think was in the right and who wasn't, I don't like making a judgement when hearing a story from one person's perspective. Sorry about that.

view more: next ›