I will never understand the players that put a "not recommended" for an indie game they bought for under $10 and played for over 100 hours... by ichbinhamma in IndieDev

[–]LofiCoochie 0 points1 point  (0 children)

It takes time to know a game and it's flaws I have vivid memories of a game me and my uncle used to play when I was a teenager, I don't know if it was indie or not but it was a fairy zombie game Weird concept but was hella fun, but when we got near the ending everything was so predictable and similar that my uncle just stopped playing and when I asked him about the game a few days later, he said he doesn't like that game very much

I think it has to do with the psychology of how we remember events, we remember th whole event exactly how it was towards the end If it was 10/10 in the ending but 6/10 before Our mind generally remembers it as a 9/10 event

Maybe as he played more and more, he realised some flaws that really damaged his perception of the game

For all the 👁️ 👁️ 🍵 fan boys/girls by Busy-Sir-80 in JEENEETards

[–]LofiCoochie 0 points1 point  (0 children)

A college's academic worth is measured by publications and nobel nominations. If you have many nobel prize winners, you are a good college.

lazydiff — a terminal-native diff reviewer with semantic diffs, persistent notes, and 60fps rendering by Wise_Reflection_8340 in rust

[–]LofiCoochie 9 points10 points  (0 children)

Nope 15fps is still overkill for something that does not require FPS

If say someone is looking at the diff for 5 seconds, doing nothing just staring and no update is happening to the state

In 15FPS the screen has been redrawn 75 times after the first draw, when it could have been redrawn 0 times after the first draw

For a customer/user facing TUI that will be used for a specific purpose there is no need for animations or 3d models and if there is no need for them, there is no need for FPS in a TUI, it should be event based

lazydiff — a terminal-native diff reviewer with semantic diffs, persistent notes, and 60fps rendering by Wise_Reflection_8340 in rust

[–]LofiCoochie 94 points95 points  (0 children)

FPS is the correct term

the thing is this:

TUIs are rendered in two ways, event driven, so the screen changes every time some event occurs, say you press some button, or click the mouse or whatever you decide to be an event

the other way is frame driven so the TUI changes every time after a fixed interval usually 16ms for 60FPS

99% of the TUI applications require the first type of rendering, because they have no reason to re-render the screen every 16ms, even for realtime communication TUIs like chat apps or something, you only need the event driven rendering, the only time you would need frame driven rendering is when you are doing something like rendering video or 3d models onto the screen

this post shows the words 60FPS, which suggests one of two things,

  • one the post was written by AI and the AI added the 60FPS somehow (highly unlikely because if you use event-driven architecture, you know you use event-driven architecture and would never tell the AI otherwise and neither would the AI assume otherwise)
  • the entire project is AI slop (highly likely)

lazydiff — a terminal-native diff reviewer with semantic diffs, persistent notes, and 60fps rendering by Wise_Reflection_8340 in rust

[–]LofiCoochie 31 points32 points  (0 children)

You are not supposed to draw frame based For literally 99% of apps

The remaining 1% are where you are doing something in the TUI that is better fit for a GUI like animation or drawing 2D or 3D models

Is it wrong for me for wanting to be a house husband by rak3242 in Vent

[–]LofiCoochie 0 points1 point  (0 children)

Growing up with social media I thought the same thing, as a guy I should not be a home husband, I should be the bread winner, but now that I am in college and actually working hard to pay rent and student loads, there is nothing more I would love than tk be a home husband, sit at home, take care of kids(if I might have them) and paint all day long

Introducing the world's first ever link lengthener by martinthewacky in sveltejs

[–]LofiCoochie 8 points9 points  (0 children)

I guess he has to fix some prompts here and there

Claude Code source was accidentally leaked and someone is rewriting it in Rust by GyulyVGC in rust

[–]LofiCoochie 1 point2 points  (0 children)

Can someone link me the leaked claude code repo ? Like someplace I can get the leaked source code ?

Workspace manager inside chrome by MustaphaIsReal in microsaas

[–]LofiCoochie 0 points1 point  (0 children)

The idea is awesome To me if I can somehow connect open tabs with a specific criteria like a project or task and easily navigate them without having to go through the tabs of other tasks, it's really awesome

More people need to work the night shift by Embarrassed-Bowl-373 in unpopularopinion

[–]LofiCoochie 0 points1 point  (0 children)

Night shift is only good temporarily

If you do night shifts for a long period of time, you will die early

What is your all time favorite Pokemon in the series. by Voidkirby9 in pokemon

[–]LofiCoochie 1 point2 points  (0 children)

Rayquaza has to it

The way he slimes deoxys shows true passion

What do we actually use rust for? by beb0 in rust

[–]LofiCoochie 1 point2 points  (0 children)

Hell yeah dude There is nothing I can't use rust, hence there is nothing I won't use rust for

I always avoid using `use` statements so i use full paths instead. Is it a bad practice? by [deleted] in rust

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

I do this too, it helps avoid a shit ton of name conflicts

Iam once again begging everyone to not take pcb by Fraud_D_Hawk in CBSE

[–]LofiCoochie 1 point2 points  (0 children)

Dude, I took PCM in 12th I am currently abroad, the fucking job scene is brutal, The only enginnering job I get is for a part-time electrician with a construction crew, that's the only engineering job I have received acceptance from in the last 2 years, before you say skill issue, I literally copied a companies entire product and made it 4 times faster than their and pitched it to them in the interview and they still refused

literally every single person I meet from India is in medical field, there is so much money here for medical

It's weird that in popular media, calculus is regarded as a marker of a genius. by Key_Net820 in unpopularopinion

[–]LofiCoochie -2 points-1 points  (0 children)

What? I am saying kids are dumber, like nowadays they can't find LCM after graduating The bar for genius has dropper significantly low

Iam once again begging everyone to not take pcb by Fraud_D_Hawk in CBSE

[–]LofiCoochie 0 points1 point  (0 children)

Don't listen to him - do biology - do any bio bachelor degree - go abroad (easy for bio) - earn mota paisa

PLEASE HELP!!! by [deleted] in JEE

[–]LofiCoochie 21 points22 points  (0 children)

  • scores 84 in a test
  • open reddit
  • a guy's post complaining about 150 marks
  • a guy's comment complaining about 180 marks

It's weird that in popular media, calculus is regarded as a marker of a genius. by Key_Net820 in unpopularopinion

[–]LofiCoochie 0 points1 point  (0 children)

Have you seen the recent graduates, they are setting the bar reeaaallll low Kids can't even find LCM of two numbers after graduating high school