HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nickpeterson

2,717 karmajoined 11 ปีที่แล้ว

comments

nickpeterson
·เมื่อวานซืน·discuss
Another 13 mini user chiming in. I’m 6’3, and think it’s ridiculous how big phones are. It reminds me of the automobile and tv industry though, where you’re sort of forced into buying something obnoxious if you want to get the better features.
nickpeterson
·4 วันที่ผ่านมา·discuss
It feels like something anthropic or OpenAI would pounce on for marketing clout
nickpeterson
·8 วันที่ผ่านมา·discuss
a pictures worth a thousand tokens
nickpeterson
·8 วันที่ผ่านมา·discuss
Is the mechanism through which CarPlay/Android Auto works locked down? Could a third party make a competing app for iOS or android that would connect to cars and run on the screen? Or perhaps a special piece of hardware to hook in to older cars?
nickpeterson
·8 วันที่ผ่านมา·discuss
Michael Mann movies tend to get this right, Heat and collateral have really decent gun sounds. Turns out they are very loud.

Edit: just noticed you mentioned heat already, I need more coffee…
nickpeterson
·8 วันที่ผ่านมา·discuss
I’m currently punishing Fable by making it watch the entire series of 7th Heaven.
nickpeterson
·8 วันที่ผ่านมา·discuss
Only a Sith deals in absolutes
nickpeterson
·10 วันที่ผ่านมา·discuss
SQL in SQL has never occurred to me.
nickpeterson
·11 วันที่ผ่านมา·discuss
I’ve bought a bunch of movies on appletv, and I think about how angry this would make me, but I’ve never looked into a decent backup solution. I’m not sure if the drm has ever been broken really, but I’d imagine some device could pretend to be an hdmi tv. Anyone ever backup their atv stuff?
nickpeterson
·14 วันที่ผ่านมา·discuss
You're completely wrong here, they make sure the check clears.
nickpeterson
·16 วันที่ผ่านมา·discuss
It’s ridiculous get your money back
nickpeterson
·16 วันที่ผ่านมา·discuss
I’ve always wondered a bit about the ssr side of these things a bit. Something like time crisis where the main video is pre-rendered and streamed but the interactive elements (enemies, explosions) are superimposed in front on the client. Feels like you could make a very low bandwidth experience (around the same cost as a YouTube video plus some assets?).
nickpeterson
·17 วันที่ผ่านมา·discuss
It’s always interesting when people who excel at an activity express regrets about certain decisions. I find it reassuring that being great at something doesn’t mean flawless.
nickpeterson
·24 วันที่ผ่านมา·discuss
You probably don’t need the word science in the headline.
nickpeterson
·28 วันที่ผ่านมา·discuss
So… chips and cheese?
nickpeterson
·29 วันที่ผ่านมา·discuss
They want you to drink your rich chocolate email.
nickpeterson
·เดือนที่แล้ว·discuss
They just mean you catch incorrect joins more easily because there is usually no overlap in keys between unrelated tables. Using int, you’re usually going to have some shared values between two unrelated tables.
nickpeterson
·เดือนที่แล้ว·discuss
A lot of oltp databases have modeling conventions for making read only reporting tables. Do tabular dbs have an inverse for transaction heavy data, that later gets batched to a read optimized structure? I kind of think most databases (even oltp workloads) really are read dominated. I feel like DuckDB is really close to working as the ‘main db’ for such systems, but my lack of knowledge for how to handle quick mutations bothers me. It feels like some form of temporal data modeling would solve it but I don’t know.
nickpeterson
·2 เดือนที่ผ่านมา·discuss
I think I saw an apple A16 takes about 8 watts, which would be about a square foot of solar panel. So assuming we keep making progress it doesn’t seem insane to me that a laptop where the back of the lcd is a solar panel would be enough?
nickpeterson
·2 เดือนที่ผ่านมา·discuss
I always knew returning void was a bad idea