HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ulnarkressty

no profile record

comments

ulnarkressty
·3 months ago·discuss
And even if you refuse the receipt, the cashier still contaminated your food.

Also, line cooks.
ulnarkressty
·5 months ago·discuss
Was going to say the same thing, but I'm pretty sure he already knows that. Smart people can convince themselves of everything.
ulnarkressty
·5 months ago·discuss
> great tit

> Thanks!

Amazing.
ulnarkressty
·5 months ago·discuss
For others who want to try this, taking too much B6 is associated with nerve damage - https://en.wikipedia.org/wiki/Megavitamin-B6_syndrome
ulnarkressty
·6 months ago·discuss
Right up until one tries to set up a self-hosted server (spoiler - you can't, at least not without 'significant effort' - they themselves say that if you ask about it).
ulnarkressty
·6 months ago·discuss
That niche was long taken over by cheap Chinese SBCs, so they have to innovate somehow. Their only advantage that remains is the community.
ulnarkressty
·7 months ago·discuss
Eaton and APC at least have models with LFP chemistry, with comparable prices across power ratings. The LFP will be more expensive though due to the increased longevity, at least until lead-acid ones stops being produced.
ulnarkressty
·7 months ago·discuss
The biggest issue with these diy builds is that they need the mechanics to be inside the lens - which is not necessarily a bad thing, however it severely limits the lens choice for the system, and introduces additional cost (you basically need to buy a shutter with every lens). The scene has definitely improved over the years, there are a number of very interesting x-pan-like builds which have been made possible by advancements in 3d printing.

I'm looking forward to the day someone figures out how to modify a full frame shutter assembly (plenty and cheap on ebay) to work with medium format film.
ulnarkressty
·7 months ago·discuss
Constraints as well, you can hear him talking about them at 8:20, this is fundamental to CAD programs.
ulnarkressty
·7 months ago·discuss
Is this really what they use to train commanding officers? It has all the hallmarks of a self-help book - vague advice coupled with some anecdotes - with a lot of bureaucratic fluff inbetween. How/why did the squad leader 'instinctively know' how to handle the reluctant machine gunner? Isn't that the opposite of training military personnel?
ulnarkressty
·last year·discuss
I think many in this thread are underestimating the desire of VPs and CTOs to just offload the risk somewhere else. Quite a lot of companies handling sensitive data are already using various services in the cloud and it hasn't been a problem before - even in Europe with its GDPR laws. Just sign an NDA or whatever with OpenAI/Google/etc. and if any data gets leaked they are on the hook.
ulnarkressty
·3 years ago·discuss
More targeted ad campaigns, as per the article. The interests will always be there.
ulnarkressty
·3 years ago·discuss
That's precisely why you use the blood of a virgin.
ulnarkressty
·5 years ago·discuss
I've seen plenty of bugs due to misuse of unsigned types, mostly coming from beginners that are trying to fix type conversion during comparison compiler warnings. Then they go on and do some arithmetic with the loop index, which results in an underflow or two. We now have hard rules against unsigned usage if it is part of an arithmetic operation.

Where things get a bit more tricky is when working with data that has some native unsigned type - e.g. when reading an image from file, it will mostly consist of unsigned chars. There you also need conversion rules and everyone aligned on algorithms, APIs etc.

Mostly though it's a matter of maintainability - it's easier to wrap your head around signed integers (no pun intended), even for beginners.
ulnarkressty
·5 years ago·discuss
I often use this quote by George Monbiot in my course as a caveat for my hard-working students: "If wealth was the inevitable result of hard work and enterprise, every woman in Africa would be a millionaire."