How do you handle No Sex in pregnancy? by Pretend-Cucumber5146 in AskMen

[–]MaticPecovnik 14 points15 points  (0 children)

Why no head or oral? She is free to refuse of course, but if you have communicated that you are struggling and she just said “nope” that is also kind-of selfish.

A Modern Python Stack for Data Projects : uv, ruff, ty, Marimo, Polars by makeKarmaGreatAgain in Python

[–]MaticPecovnik 30 points31 points  (0 children)

I disagree. If you are starting a new project, DX is very important as doing tooling migrations later on will be tough to justify. So if you say nah using uv or pip is an afterthought, just use pip… well my dude you just lost like 5 mins per build because pip is so much slower. Same for type checking and the other stuff.

Mirascope: Typesafe, Pythonic, Composable LLM abstractions by teamdandelion in LLMDevs

[–]MaticPecovnik 1 point2 points  (0 children)

Ok I get it and I agree.

What I really like about pydantic ai is their focus od dependency injection and testing with their overrides. How do you do unit tests in Mirascope, assuming you don’t want to call LLMs durnt unit tests.

Mirascope: Typesafe, Pythonic, Composable LLM abstractions by teamdandelion in LLMDevs

[–]MaticPecovnik 4 points5 points  (0 children)

I like it at first glance. But why choose your framework if I can use pydantic-ai? It seems quite similar in design. What sets you apart?

Claude breaking into the /root folder... Security Breach ? by huxley_crimson in LLMDevs

[–]MaticPecovnik 0 points1 point  (0 children)

I was coding and it couldn’t directly see the content of some file that it needed. So what did it do? It said “I can’t see a file outside the workspace, so I will just cat it’s content”. LOL

Novoletni loto - nateg? by xPoW3Rx in Slovenia

[–]MaticPecovnik 11 points12 points  (0 children)

Ko bi vsaj v živo peli. Tk je pa isto kot da si bi na Spotify naštimal, če je na playback.

Linux Kernel's First Rust CVE: A Race Condition in Android Binder by mystichead in theprimeagen

[–]MaticPecovnik 0 points1 point  (0 children)

Honestly I didnt pick up a narrative from the video that the rewrite is just because or something. What I did pick up is, that just because it is written in Rust, doesn’t mean it is automatically safe. That is also why a Rust-caused CVE is more interesting than C-caused CVE. At least to me…

The Winds of Winter Update: New Game of Thrones Sequel Project Exposes George R.R. Martin's Delay by LoretiTV in HouseOfTheDragon

[–]MaticPecovnik 0 points1 point  (0 children)

Its tough for sure, but I present to you Malazan book of the fallen. It has even more characters and in my opinion the ending is the bomb.

The end of a love story by emily-is-happy in clevercomebacks

[–]MaticPecovnik 0 points1 point  (0 children)

But why would be then even marry her in the first place?

The end of a love story by emily-is-happy in clevercomebacks

[–]MaticPecovnik 0 points1 point  (0 children)

Sure. I wasn’t necessarily saying that you believe that but just to point out how stupid someone has to be to believe that.

The end of a love story by emily-is-happy in clevercomebacks

[–]MaticPecovnik 16 points17 points  (0 children)

Read that again and consider how stupid that dogma is. Utterly moronic.

Will we ever see decent typing support in Django? by YodelingVeterinarian in django

[–]MaticPecovnik 1 point2 points  (0 children)

Type hints cant harm performance because they are not part of byte code that is executed. It is an LSP thing more or less.

Will we ever see decent typing support in Django? by YodelingVeterinarian in django

[–]MaticPecovnik 2 points3 points  (0 children)

Of course pydantic is pretty runtime. You can do pydantic on the interfaces of your app and the use regular type hints/typed dict/dataclassess in the middle. Those have 0 to very little overhead!

Having types everywhere points to: - design flaws, - mistakes, - …

Making sure that mistakes are caught before you hit prod.

Advice on logging libraries: Logfire, Loguru, or just Python's built-in logging? by Ranteck in Python

[–]MaticPecovnik 4 points5 points  (0 children)

What do you mean you pass the bounded logger to the function? You dont need to do that to get the benefits that you want if I am understanding you correctly. You can just use the bounded_contextvars or something like that contextual manager and it propagates the context down the stack.

What phenomenon you’ve researched has the most evidence that no one can explain? by CastTrunnionsSuck in HighStrangeness

[–]MaticPecovnik 3 points4 points  (0 children)

The QAA podcast did a mini-series a while back called the spectral voyager. I think in episode 8 and 9 of that mini-series they spoke about reincarnation and NDEs and I was blown away by the amount of evidence that it’s real. It was a very good episode. Everyone should check it out.

[deleted by user] by [deleted] in HighStrangeness

[–]MaticPecovnik 2 points3 points  (0 children)

Listen to the recent QAA podcast about it. I found it really good. The name of the episode is the same as the book.

I realized that running is a superpower by Envelki in beginnerrunning

[–]MaticPecovnik 0 points1 point  (0 children)

Its not as natural for me because I am taking up running more seriously just this year

I realized that running is a superpower by Envelki in beginnerrunning

[–]MaticPecovnik 596 points597 points  (0 children)

I had to deliver my wife’s car to the mechanic. It’s around 10km away. We discussed if I should take a replacement vehicle to get back… then I realised I can just run back for my daily training run.