HackerTrans
TopNewTrendsCommentsPastAskShowJobs

throw88888

no profile record

comments

throw88888
·2 years ago·discuss
Ionized radiation is dangerous to mammals because of the potential DNA damage that we are so bad at repairing.

Plants on the contrary tolerate much more damage. To the point that we develop new species by bombarding seeds with ionized radiation.
throw88888
·2 years ago·discuss
Just an FYI if you don’t know already: the free/public version of PlantUML makes the diagrams available to everyone able to enumerate the URLs.

For that reason, we use a self-hosted instance at work to retain privacy.
throw88888
·2 years ago·discuss
Sure, it is possible theoretically.

However, most relevant regulation (IEC61508, ISO26262, DO-178X) requires that systems controlling machines in automotive, rail or aerospace have a possibility of dangerous faults lower than 10^-9 (over the expected lifespan).

Many critical control systems like this are formally verified and/or extremely well-tested and have redundancy in both software and hardware.
throw88888
·2 years ago·discuss
Horses for courses ¯\_(ツ)_/¯

I do development and DevOps on it. Sure there are some intense workloads that I probably couldn’t run, but it works just fine as my daily driver.

I also have a corporate/work laptop from Dell with 32GB RAM, 16 cores @ 4.x GHz etc. - a beast - but it runs Windows (+ antivirus, group policy crap etc.) and is slower in many aspects.

Sure I can compile a single file faster and spin up more pods/containers etc. on the Dell laptop, but I am usually not constrained on my T420.

I generally don’t spend much time waiting for my machine to finish things, compared to the time I spend e.g. writing text/code/whatever.
throw88888
·2 years ago·discuss
If you replaced the T400 because it felt slow, maybe it’s just a software/OS issue.

The hardware on Thinkpad T-models should last longer than just 5 years in general.

My daily-driver laptop at home is a T420 from 2011 with a Core 2 Duo, SSD and 8GB RAM. Works fine still.

I run Linux + OpenBox, so it is a somewhat lightweight setup to be fair.
throw88888
·2 years ago·discuss
> Modern industrial agriculture relies heavily on two crops per year on the same land

Depends on how you define modern industrial agricilture I guess.

From https://en.m.wikipedia.org/wiki/Multiple_cropping

“However, only 5% of global rainfed cropland is under multiple cropping, while 40% of global irrigated cropland is under multiple cropping.”

Most farmland is rainfed. Only about ~20% is irrigated globally.

That means less than ~10% of all farmland globally is double-cropped.
throw88888
·2 years ago·discuss
It is stated just above the quoted text.

Basically a lower-than-expected response to reward anticipation and a higher-than-expected response upon reward delivery.

I.e. the typical ADHD problem of instant vs delayed gratification and how the brain responds to it.

Neurotypical people’s brains seem to be better at rewarding in anticipation and not just on actual delivery.

IIUC
throw88888
·2 years ago·discuss
I am not sure I get the point here. Do you want just one standard for symmetrical encryption?

How should e.g. a C++ program know how PHP encrypts something through “encrypt_message_symmetrically”?

Embedded machinery has other needs and resources than e.g. online banking. So we can’t just have one algorithm for symmetrical/asymmetrical crypto.
throw88888
·2 years ago·discuss
Schneier’s book? I can fully recommend that. It comes at the solutions from a practical point of view instead of the theoretical one.
throw88888
·2 years ago·discuss
I get your point, thanks for clarifying.

I don’t agree with you for various reasons.

I learnt all I know about crypto from online resources. It’s perhaps a question of taste, so let’s just skip that one.

It’s all good that you can easily hash a password in PHP without knowing what happens[0]. If you need to interface with another language/program however, it’s not as convenient anymore.

I am a fan of understanding what you are doing. Also in crypto.

[0]: But not really though. You need to trust that the PHP-team is competent and understand security. They don’t have the best track record there IMHO.
throw88888
·2 years ago·discuss
Just a small comment/opinion on the inscrutability of crypto:

Crypto relies on number theory and a complexity theoretical assumption that N!=NP (i.e. that there exists one-way/trapdoor functions).

I think it is opaque by the very nature of how it works (math).

Understanding finite fields or elliptic curves (integer groups really) made me able to grok a lot of crypto. It is often a form of the discrete-logarithm problem somehow.
throw88888
·2 years ago·discuss
> I may be misinterpreting here, so please do correct me

I meant to say that being open source doesn’t automatically mean you can use the software commercially, hence the need for a liberal (enough) license (to permit you this option).

No ideology intended so to say :)

> Does the permissiveness of the license matter more than the utility of the tool?

No of course not. A useless, but free tool is still useless. Likewise I’d argue that a useful open source tool you can’t use commercially is equally useless to many.

> However, a lot of FOSS options would be much better off if consumers did contribute to the project

I agree with you here
throw88888
·2 years ago·discuss
This is modus operandi for many acquisitions in the field of proprietary software.

If you have been in the business for a decade or two, you’ve seen this play more than a few times. It’s legal, it’s profitable, so it keeps happening. Even when it destroys valuable products in the end.

Open source software with permissive licensing is the only true guarantee of not getting squeezed.

But you can’t always find suitable FOSS etc. so here we are. It’s a sad situation IMO
throw88888
·2 years ago·discuss
I have used statistical models of volatility to improve execution prices.

It doesn’t require very advanced modeling to estimate a probability of e.g. getting filled at midprice (saving half the bid/ask spread) within a short time period.

Just basic Bayesian with a look-back window.

Execution cost is a big topic in the trading industry.
throw88888
·2 years ago·discuss
[flagged]