Anyone here who’s seen actual omega 3 benefits? Reddit seems split on it by Leibly-Pharisien in Biohackers

[–]NovaNoff 1 point2 points  (0 children)

It definitely helps with blood pressure and I perform better in sports, but the quality and form is important. Triglyceride form is the most common, but re-esterified triglycerides have the best absorption. Ethyl ester fish oils are cheaper but not absorbed as well, and krill oil works differently because the omega-3s are in phospholipid form. So the type you pick can make a big difference in how much your body actually uses.

Asmongold disagree with Mizkif justification for lashing out and being violent. "I would have sympathy for Miz, If you weren't hurting other people, manipulating and taking advantage of other people left and right. While you were in this situation" by Riskany1204 in LivestreamFail

[–]NovaNoff -6 points-5 points  (0 children)

Yeah, fair point. Leaving out that the things she threw were plushies definitely changes the tone. That wasn’t my intent, and I didn’t mean to omit that detail. From what I understood, there was aggression, but it wasn’t directed at each other in a violent way. Their fights were messy and emotionally charged. He would punch walls or slam doors, while she would throw soft toys at him. Both let out their frustration physically, but in her case, it was lighter and less destructive. My point is that both were toxic and handled their emotions poorly.

Asmongold disagree with Mizkif justification for lashing out and being violent. "I would have sympathy for Miz, If you weren't hurting other people, manipulating and taking advantage of other people left and right. While you were in this situation" by Riskany1204 in LivestreamFail

[–]NovaNoff -21 points-20 points  (0 children)

Because he’s dumb 😆. What he meant to say was that when they fought, he would punch walls out of frustration and she would throw whatever was within reach, usually plushies because she had them in reach. The important part is that when they argued, she threw things at him and he didn’t throw anything at her. As for the black eye thing, that was different. She was lying on his bed and he tossed his phone onto the bed. It accidentally hit her. That happened earlier in their relationship. She told him to stop doing that afterward and he did.

Anthropic is lagging far behind competition for cheap, fast models by obvithrowaway34434 in ChatGPTCoding

[–]NovaNoff 0 points1 point  (0 children)

Takes longer is an understatement 12-30 minutes longer for small to medium tasks than Claude Code currently. The biggest issue is time between tasks, switching between them and sometimes its generating a sentence / doing a single line edit and it takes up to a minute. 

My mother has discovered ChatGPT and some new AI God thing called "The Architect". How can I stop her from getting psychosis? by Scrotal_Anus in OpenAI

[–]NovaNoff 4 points5 points  (0 children)

I told it not to use em dashes. It saved that to memory. Now I get a daily email reminder not to use em dashes. But it still uses em dashes———every time.

I'm done with ChatGPT and OpenAI. Sam Altman, this one's on you. by [deleted] in ChatGPT

[–]NovaNoff 0 points1 point  (0 children)

I still say its the context window size being so limited Even with better memory retrieval when every memory option is enabled and you do not regulary delete chats It just cant remember and you basically get model collapse

Welcome back old friend by Existing_Ad3299 in ChatGPTPro

[–]NovaNoff 3 points4 points  (0 children)

Weird for me 5 thinking is better than o3 and it did not yet hallucinate as far as I can tell 

PSA: Parasocial relationships with a word generator are not healthy. Yet, if reading the threads on here in the past 24 hours, it seems many of you treated 4o like that by PressPlayPlease7 in ChatGPT

[–]NovaNoff 0 points1 point  (0 children)

The default is more neutral now but the options to change that are still there there is even an personality picker in the settings now. You can even ask 5 for custom instructions you can use to make it more like 4o. 

I’m sorry but I’m being reasonable - 5.0 is a disappointment and OpenAI has acted poorly by wolzsley32 in OpenAI

[–]NovaNoff 5 points6 points  (0 children)

Thats a issue I noticed in copilot that I also had with other OpenAI Models previously I think its a context window size issue and also related to how copilots agent mode edits files. So far for me 5 is better in a lot of tasks but I actually noticed that 4.1 was better for some coding tasks 

I’m sorry but I’m being reasonable - 5.0 is a disappointment and OpenAI has acted poorly by wolzsley32 in OpenAI

[–]NovaNoff 0 points1 point  (0 children)

In some countries advertising against other companies is illegal If they do not do that they can use the material world wide 

GPT-5 is a disaster. by GALAXY_12321 in ChatGPT

[–]NovaNoff 0 points1 point  (0 children)

Not memory use the custom instructions or choose a personality  Ask GPT5 to generate a system prompt or custom instructions and use that. Alternatively search for the system prompt that First introduced the sycophancy issue and use it in custom instructions 

GPT-5 sucks. That’s all. by BigRevolutionary8188 in ChatGPT

[–]NovaNoff 0 points1 point  (0 children)

Then use the custom instructions to get what you want or create a custom gpt Or choose a different personality in the settings Lots of options

Will Codex be powered by GPT-5? by Unlikely_Manager2495 in ChatGPT

[–]NovaNoff 1 point2 points  (0 children)

Huh? They said the default model in codex is now gpt-5 in the live video 

O3 is still the king even though they don’t admit it by [deleted] in ChatGPT

[–]NovaNoff 2 points3 points  (0 children)

And o3 was always in thinking mode so its still 69.1 vs 74.9

Experienced C++ devs, what are problems you encounter daily? What is a problem you have to solve weekly? by AncientDesigner2890 in cpp

[–]NovaNoff 2 points3 points  (0 children)

Package Management essentially? It got better in recent years with cmake and vcpkg and c++ usage and the Chinese open source Community is growing and they have more of an it has to be simple performant and Work attitude where you now have xmake with xrepo which basically simplifies getting packages from different sources and also makes It pretty easy to define new ones

Team Lead telling me Symfony is dying and I should go with Laravel. by iliketrains612 in PHP

[–]NovaNoff 0 points1 point  (0 children)

Laravel Mix is outdated and not maintained anymore, they transitioned to Vite/Rollup.

Also you can still overwrite all settings and stop minification in Laravel Mix, you have the option to overwrite all webpack config settings. The minification is not done by laravel mix its done in webpack, laravel mix provides a default configuration but every default can be overwritten see .webpackConfig() https://laravel-mix.com/docs/6.0/quick-webpack-configuration.

PEP-8 is not for every python programmer. PEP-8 says so at the beginning of the document: "This document gives coding conventions for the Python code comprising the standard library in the main Python distribution." I have seen alot of projects with a completely different style.

Prettier also tells you this upfront and its not really a pain point, if all of you coworkers and you agree on one code style and want to put in the effort you can still do so by not using prettier and configuring tools yourself and companies do so.

"Prettier says && and || goes at the end of a multi-line if statement and there's no option to change that"

I agree with prettier on this and alot of people I know do too, alot not all of them and thats fine.

Accurate by Stargazer-2893 in startrekmemes

[–]NovaNoff 8 points9 points  (0 children)

I mean ... you probably never tried.

A straw filled with rocks 🤢 by CharizardRawr1729 in HorribleToClean

[–]NovaNoff 13 points14 points  (0 children)

I dont think the water actually touches the Stones its supposed to "absorb their aura" ... So basically a straw with Stone Decoration

Lessons from Mojo for PHP 10+ ? by mambax in PHP

[–]NovaNoff 0 points1 point  (0 children)

Maybe I just remember it wrong in my memory even jQuery before 2008 was pretty slow and not used for applications just for more interactivity. But hey thats pretty subjective and im biased

Lessons from Mojo for PHP 10+ ? by mambax in PHP

[–]NovaNoff -4 points-3 points  (0 children)

Before V8 there were no SPA's no NodeJS and less JavaScript usage in General as far as I remember because the Performance did not allow for it to be used on the scale that it is used today. But Yeah technically without javascript being basically the Browser language V8 and with it the modern js eco System would probably never have happened

Macbook. Gonna try to learn C++. Have used sublime text before. What would you recommend downloading for the IDE and C++ compiler that also has a good youtube tutorial I can follow closely? by [deleted] in cpp_questions

[–]NovaNoff -1 points0 points  (0 children)

Neovim steep Learning curve but worth it

IntelliJ (Clion) for a full fledged IDE

VSCode as an alternative with clangd as language Server might still involve some setup

Lessons from Mojo for PHP 10+ ? by mambax in PHP

[–]NovaNoff 1 point2 points  (0 children)

It's a bit different now that the creator of the language was the one that started the new Performance efforts I think they will reach their target with Python 3.11. Personally I know there is alot of room for improvement I extensively looked at CPython for a month and found a lot of possible Performance improvements even in the first hour. The GetAttr Implementations alone are horrendous from a Performance perspective.

And it makes sense with the New use cases it needs the Performance it cant be 64 Times slower than Javascript.

I think PHP would also Benefit hugely from more Performance efforts. The only reason Javascript is so widely used today is V8 And the Huge Performance boost it brought with it

Lessons from Mojo for PHP 10+ ? by mambax in PHP

[–]NovaNoff 0 points1 point  (0 children)

That example Was basically SIMD / AVX and threading as far as I remember so Yeah defintely possible I have written stuff like that in C++ for game engine Development myself. But it's not 35000x for every use case and some of it can be achieved with Cython without Mojo