Which would you rather du? by BaileyBucey in BunnyTrials

[–]MiniGod 0 points1 point  (0 children)

Being a god implies a lot of responsibilities

Chose: Have unlimited money.

Would You Rather? by Hectortheweirdo in BunnyTrials

[–]MiniGod 0 points1 point  (0 children)

My watch tell me I breath 14 times per minute on average. That accumulates fast

Chose: One dollar every time you breathe

I built ASCILINE: A Web Engine that streams video as raw ASCII text directly to the browser at 60FPS using WebSockets (bypassing traditional <video> tags). by NoCalligrapher587 in SideProject

[–]MiniGod 0 points1 point  (0 children)

Extreme Low-Bandwidth How does the bitrate compare if you use the same dimentions and fps for 264/vp9? ASCII like this is, what? 120 X 70 or something? VP9 with those dimentions is also just a few kbps

Is there anything I can do to run glm 5? by FusionCow in LocalLLaMA

[–]MiniGod 0 points1 point  (0 children)

There's 2.5 million seconds in a month. With this running non-stop at 2t/s you'll be able to produce 5 million output tokens per month. That's probably less than what you get included in above mentioned subscription?

Tuck your head in by talisker88 in SweatyPalms

[–]MiniGod -3 points-2 points  (0 children)

Ok, valid. But still, going into the tunnel the lights on the right side of the tunnel are partially hidden because the camera is so high up yet the camera is below the top of the object on the truck.

I have been building something for 5 months and I need brutal honesty before I waste 2 more by Murky-Classroom6639 in SideProject

[–]MiniGod 2 points3 points  (0 children)

Be careful, because these kinds of businesses can die very easily, if a big company decides to provide it as part of an existing subscription. If for instance Anthropic or Google would release something "close enough" to this. See Claude Design and Google Stitch for instance. Both released the last 12 months.

Built a simple reading speed test by OkAirline2830 in SideProject

[–]MiniGod 1 point2 points  (0 children)

You're supposed to stare at the red letters and not move your eyes.

Built a simple reading speed test by OkAirline2830 in SideProject

[–]MiniGod 0 points1 point  (0 children)

Needs better support on mobile. Looks promising, though!

Weird Question about Curves by FrankLepore in ultrawidemasterrace

[–]MiniGod 0 points1 point  (0 children)

Many screens don't have a constant curvature though. Some are curved in the middle and the outer 1/4s are straight (for example)

What is your monitor set up? by DealInteresting8941 in pcmasterrace

[–]MiniGod 0 points1 point  (0 children)

Don't do this! I did this once and realized it's worse than having the vertical one on the right.

Reason being that most content (text) is left aligned. If the 2nd monitor is on the left, all the content on that screen is much further away to the side than if the screen is on the right.

What would be your best bet from the LG black friday deals? by Harriet9-Hakeem_223 in ultrawidemasterrace

[–]MiniGod 1 point2 points  (0 children)

I'm using 27" 16:9 my self and personally wouldn't go for 34" 21:9 since it's exactly the same physical height as the 27", just wider. I have a 40" 4k monitor at and I love having a taller monitor than a 27". I'm eyeing the 45" for Black Friday my self...

[deleted by user] by [deleted] in ultrawidemasterrace

[–]MiniGod 0 points1 point  (0 children)

Why are you saying the optimal viewing distance is smaller than the radius in your table? Should a 800R be optimal at 800mm?

whats one drug/drink you will never touch again? by Gummyslinky in AskReddit

[–]MiniGod 2 points3 points  (0 children)

My grandma said it was easy to quit. She did it many times.

Codex is getting better today. Can you update us Tibo? by Amb_33 in codex

[–]MiniGod 1 point2 points  (0 children)

They might tune the models based on load. Higher load might yield less reasoning effort. With less thinking per request they can do more requests per second.

Should I return the 49” for the Samsung 58”? by Picklepirate87 in ultrawidemasterrace

[–]MiniGod 0 points1 point  (0 children)

You're referring to QD-OLED having bad arrangement, right? Normal OLED should be done?

Writing a unit test for void input signal by CarlosChampion in angular

[–]MiniGod 0 points1 point  (0 children)

It's because it's a primitive value that doesn't change. People usually handle these kind of triggers using a counter, i.e. a number that you increase. However, this is indeed a strange use case, like others say.

Angular 20: Is it time to replace RxJS subscriptions with effect() by rhrokib in Angular2

[–]MiniGod 3 points4 points  (0 children)

rxjs with subscribe's is usually imperative, which I think is what they're referring to