HackerTrans
TopNewTrendsCommentsPastAskShowJobs

LtdJorge

550 karmajoined 5 yıl önce
[ my public key: https://keybase.io/ltdjorge; my proof: https://keybase.io/ltdjorge/sigs/s_91MBtD2DYeTFTG2UHYOdk2HXONMLsXzgRXxOwBqQ4 ]

comments

LtdJorge
·evvelsi gün·discuss
There’s also https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video#Hardwar...

Seems like Nvidia doesn’t support JPEG in NVDEC.
LtdJorge
·evvelsi gün·discuss
Yes, but making just 3% could mean tomorrow you’re in the red.
LtdJorge
·evvelsi gün·discuss
CXL is adding "slow" RAM over PCIe, basically. Not replacing.
LtdJorge
·4 gün önce·discuss
Of course it is a problem for consumers if it bankrupts the company. Healthy company is better than no company. And I mean healthy, not greedy.
LtdJorge
·6 gün önce·discuss
Counting instances of "unsafe {" is pretty useless. Unsafe is needed in "safe" code. What it allows is to create a boundary where the caller is the one that uphelds the contract. If the unsafe is in an internal library, it’s much more difficult to misuse.
LtdJorge
·9 gün önce·discuss
I’m pretty sure no x86 chip has hardware decode/encode for audio. Together with dGPUs, they tend to have decoders for JPEG and decoders/encoders for H.264, H.265, AV1 and sometimes VP9.
LtdJorge
·15 gün önce·discuss
And it's not an actual ebook. You have to create an account on the "ebook" provider's site and read it through their website or app.
LtdJorge
·15 gün önce·discuss
They advertise the ebook as having interactive features and more compared to the print version. Shouldn't it be the preferred one?
LtdJorge
·22 gün önce·discuss
You cannot make regular nuclear weapons out of thorium
LtdJorge
·22 gün önce·discuss
Most plants don't need anything special for waste management. They just put it in dry cask storage and leave those in the outside.

Ironically, there's less background radiation around the casks than away from them, since they are so shielded you also get shielded from part of the background radiation too.
LtdJorge
·22 gün önce·discuss
To add to what the other comment said, you have to take into account a reactor is normally refueled every 18-24 months. A coal plant, for example, takes in trains of coal a day.
LtdJorge
·22 gün önce·discuss
Well, current nuclear subs are, roughly, in the order of 200MW thermal and 30MW electric. That's good for moving a submarine but pretty low for a city. There's already a wind turbine (DEC 26MW) capable of 36MW, which is crazy.
LtdJorge
·22 gün önce·discuss
Yes, he doesn't have a problem with the Norwegian DPA but with the Swedish DPA which are the ones that should be in contact with him.
LtdJorge
·24 gün önce·discuss
Yeah, I figured something like that
LtdJorge
·24 gün önce·discuss
You still want version control, and locking so that two artists don't concurrently edit the same asset.
LtdJorge
·24 gün önce·discuss
Well, that's easy for a Rust binary. But they don't put any effort into having a great UX for Linux devs with Unreal Engine, for example. It barely works on Linux and is almost impossible to run under Wayland.
LtdJorge
·24 gün önce·discuss
I don't think the needs are exactly the same. I believe in AI the big binary files are normally written once, while in gamedev, they are constantly updated.

That already warrants different storage architectures.
LtdJorge
·24 gün önce·discuss
[flagged]
LtdJorge
·24 gün önce·discuss
Probably unacceptable as many would have built tooling around the specific default behaviors.
LtdJorge
·24 gün önce·discuss
This tool is not for pure source code. It's for videogames. Videogame-specific VCS have been lacking much more than Git has, since the start. As others have said, the biggest problem is undiffable binary files.