HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lldb

no profile record

comments

lldb
·قبل شهرين·discuss
It's mildly interesting that this landing page is hosted on github pages: https://github.com/askmediagroup/ask.com
lldb
·قبل 4 أشهر·discuss
Unfortunately devices like the VuPoint - while low cost and accessible - deliver impressively terrible results. It’s a composite to usb converter which will fail to handle delinterlacing and get the colors wrong.

The best bet for people who aren’t going to build a domesday duplicator (which decodes the VHS signal in software), is to stick to technology from the era. Such as later released VHS players which had FireWire out or could even burn a dvd.
lldb
·قبل 4 أشهر·discuss
Apple has, AFAICT, never required automatic updates. I just checked the iOS 26 settings, and sure enough, I have both download and install automatically turned off. So it is possible.
lldb
·السنة الماضية·discuss
Another interesting thing about WW2 mail - they would photograph letters onto microfilm, then reprint them on the other end to save valuable shipping capacity.
lldb
·السنة الماضية·discuss
If your phone supports WiFi calling and dual SIM, you can get a data-only eSIM for the country you're visiting and you'll receive texts for your primary line over the data connection of the secondary eSIM.
lldb
·السنة الماضية·discuss
Although they don't offer TOTP, I've noticed growing support for Passkeys which is a step in the right direction.
lldb
·قبل سنتين·discuss
It is not a win. In a recent study, Robinhood with Citadel has the worst price improvement (execution quality) of any brokerage on the market. I’ve personally observed this - Robinhood might “improve” by 1/10 of a cent from NBBO while Fidelity is frequently closer to the mid.
lldb
·قبل سنتين·discuss
I was about to donate until I read things like this and their initiatives like promotion. The incentives are all wrong - donations should go to actual expenses (hosting, hardware, dev meetups, bounties on large contributions), not amassing influence. Wikimedia is an example of everything wrong with not-for-profits, not a model to emulate.

What if we could direct donations to specific components of KDE? I have some longstanding bugs I’d be happy to pay someone to fix.
lldb
·قبل سنتين·discuss
Primarily because it has specialized functions for various matrix sizes which are selected at runtime.
lldb
·قبل سنتين·discuss
I think the easiest way to do this is get a used sata drive from a name brand, and a usb to sata adapter.
lldb
·قبل سنتين·discuss
I use the Intel P4510 (8TB) and have been super impressed with the performance. I also have some older WD SN200’s that are excellent MLC flash. You do need some active cooling for these types of drives such as in the path of a fan.

As for controller I’ve had good luck with this one: https://www.aliexpress.com/item/2255800570197081.html
lldb
·قبل 3 سنوات·discuss
One example of it being useful is unchecked std::variant access in c++ - there isn’t any api to access it like a union (if you already know the type) but you can mark the wrong type path unreachable to the same effect.