Readit News logoReadit News
pmalynin commented on OBS Studio Gets a New Renderer   obsproject.com/blog/obs-s... · Posted by u/aizk
andrekandre · 3 months ago

  > Metal takes Direct3D's object-oriented approach one step further by combining it with the more "verbal" API design common in Objective-C and Swift in an attempt to provide a more intuitive and easier API for app developers to use (and not just game developers) and to further motivate those to integrate more 3D and general GPU functionality into their apps. 
slightly off-topic perhaps, but i find it amazing that an os-level 3d graphics api can be built in such a dynamic language as objective-c; i think it really goes to show how much optimization put in `objc_msgSend()`... it does a lot of heavy lifting in the whole os.

pmalynin · 3 months ago
pmalynin commented on Cow vs. Water Buffalo Mozzarella (2011)   itscheese.com/reviews/moz... · Posted by u/indigodaddy
pmalynin · 7 months ago
These days its pretty easy to get from Whole Foods or Eataly if you have one nearby. Definitely worth, especially if you're making Caprese.
pmalynin commented on A deep dive into Rust and C memory interoperability   notashes.me/blog/part-1-m... · Posted by u/hyperbrainer
phkahler · 7 months ago
Something I'd like to know for mixing Rust and C. I know it's possible to access a struct from both C and Rust code and have seen examples. But those all use accessor functions on the Rust side rather than accessing the members directly. Is it possible to define a structure in one of the languages and then via some wrapper or definitions be able to access it idiomatically in the other language? Can you point to some blog or documentation explaining how?
pmalynin commented on The Ski Rental Problem   lesves.github.io/articles... · Posted by u/skywalqer
massung · 7 months ago
This feels very similar to the “radio” or “restaurant” problem:

You’re driving down the street trying to decide which restaurant to stop at (or scanning through the radio trying to decide which song to stop on).

If you stop at the first, there’s a good chance something better is ahead. But if you wait too long then you risk getting stuck with something you don’t really like (the problem assumes you can’t go back).

If I remember correctly, mathematically you skip the first 1/3, but keep track of your “best”. Then stop at the next option that’s >= than your current best or maybe the next thing you like.

With respect to skis, I have the same issue every year with a ride on lawn mower. Do I just pay someone weekly or buy one outright and do it myself? In this case I loathe mowing, so I don’t mind paying. But with skis it’s a question of just how much I’ll ski after this stretch, regardless of whether or not this stretch is 1 or 20 days. Because there are additional costs (and benefits) to ownership beyond the initial purchase.

pmalynin · 7 months ago
pmalynin commented on FICO to incorporate buy-now-pay-later loans into credit scores   axios.com/2025/06/23/fico... · Posted by u/cebert
lesuorac · 9 months ago
> You'd have to invest the savings and get way higher than inflation returns to break even.

You say that like it's a difficult thing to do.

S&P500 is up 710% since 1996. Gold is up 92% since 2012.

Personally, the rent control is the best part of a mortgage and even though renting is typically better, I'm fine paying a premium for that. That said, good luck getting somebody to loan you 900k so you can play the stock market; it's much easier to get that for a house though.

pmalynin · 9 months ago
If you put around 200-300k into IBKR (not affiliated) you can get portfolio margin which will give you just shy of $2,000,000 in buying power. Access to leverage isn’t really an issue, but forced liquidation definitely is. The bank will not liquidate your mortgage if you end up underwater.
pmalynin commented on Timescale Is Now TigerData   tigerdata.com/blog/timesc... · Posted by u/pbowyer
pmalynin · 9 months ago
Which has nothing to do with WiredTiger I guess?
pmalynin commented on Mexican Navy ship crashes into Brooklyn Bridge leaving two people dead   theguardian.com/us-news/2... · Posted by u/teleforce
eCa · 10 months ago
An unprepared 40 meter jump onto water? Even if you manage to miss the boat, water is like concrete from that height.
pmalynin · 10 months ago
My back of the envelope math says velocity of about 28 m/s — call it an even 100km/h. Yeah seems kinda tough.
pmalynin commented on Lvgl: Embedded graphics library to create beautiful UIs   github.com/lvgl/lvgl... · Posted by u/tosh
amelius · a year ago
> A fully portable C (C++ compatible) library with no external dependencies.

How does it interact with the screen then?

pmalynin commented on Why Apple's Severance gets edited over remote desktop software   tedium.co/2025/03/29/seve... · Posted by u/shortformblog
dalanmiller · a year ago
Do you have a write up on how you get this to work with Apple TV? What you have I consider the dream setup.
pmalynin · a year ago
I’ve used Moonlight before https://github.com/moonlight-stream

You can just follow that thread no write up needed tbh

u/pmalynin

KarmaCake day2230October 14, 2013View Original