HN user

plastic_teeth

115 karma
Posts23
Comments9
View on HN
medium.com 5y ago

Integrating Vulnerability Management in Your Development Process

plastic_teeth
1pts0
www.securecoding.com 5y ago

Secure Coding Done Right

plastic_teeth
6pts0
mysite.du.edu 6y ago

The Game Control Adapter

plastic_teeth
2pts0
medium.com 6y ago

Weather API Alternatives Now That DarkSky Is Shutting Down

plastic_teeth
3pts0
boston.conman.org 6y ago

I can code that FizzBuzz function with only two tests

plastic_teeth
2pts3
whitessource.com 6y ago

How to Lose Your Job Using Open Source Code

plastic_teeth
2pts0
quuxplusone.github.io 6y ago

Const Is a Contract

plastic_teeth
2pts0
antonlawrence.blogspot.com 6y ago

Node.js security practices

plastic_teeth
1pts0
perimeters81.com 6y ago

The Psychology Behind DDoS

plastic_teeth
4pts0
medium.com 6y ago

How to Write Unit Tests for Your REST API

plastic_teeth
1pts0
lisp-journey.gitlab.io 6y ago

Today I Realized that to live reload my Lisp web app is straightforward

plastic_teeth
1pts0
whitessource.com 6y ago

Open Source Analysis Extends Your Visibility

plastic_teeth
1pts0
medium.com 6y ago

Advanced Features for Fast and Agile Development Using Postman

plastic_teeth
1pts0
www.imperva.com 6y ago

Cyber Threat Index Shows Industries Are Under Attack in Uncertain Times

plastic_teeth
1pts0
opensource.substack.com 6y ago

Complete Guide about GitOps

plastic_teeth
4pts0
levelup.gitconnected.com 6y ago

All you need to know about automated API tests

plastic_teeth
2pts0
whitessource.com 6y ago

March Open Source Security Vulnerabilities Snapshot

plastic_teeth
1pts0
towardsdatascience.com 6y ago

How to Create Fake Data with Faker

plastic_teeth
2pts0
perimeters81.com 6y ago

The Psychology Behind DDoS: Motivations and Methods

plastic_teeth
3pts0
whitesourc.com 6y ago

Top new open source security vulnerabilities of 2019

plastic_teeth
1pts0
www.scientificamerican.com 6y ago

Philosopher Philip Goff answers questions about panpsychism

plastic_teeth
209pts342
harpers.org 6y ago

Perhaps the World Ends Here

plastic_teeth
2pts0
lxer.com 6y ago

Ubuntu Post Installation Script to Install Essential Applications

plastic_teeth
2pts0

Interesting.... But am I the only one who recalls seeing multiple articles stating that they suspect type A to be the most susceptible? It's curious because due to this study's findings it would appear that while type O fairs the the best, type A has slightly better chances compared to type B and type AB. So in other words type A is the second most resistant? Am I interpreting that right?

I haven't read this properly, and I'm not sure I totally understand the stuff being parsed, but here's my initial thought. Parsing a 4-digit span can be done with PEXT-sub-multiply, and range checking requires a extra few instructions.

initial: 0 0 0 0 3 4 1 2 (characters)

pext: 0 3 0 4 0 1 0 2 (characters)

sub: 0 3 0 4 0 1 0 2

multiply: 3412 412 12 2

Values below '0' will set high bits in the "sub" phase. Do another "sub" to check for values above '9', and branch.

Use of PEXT means potentially very fast handling of separators. Everything can be branchless.

Might not be as fast as SIMD but it should be better than a typical scalar approach.

The Machine Pauses 6 years ago

Sooner or later this is bound to happen and I think the problem is that are too used to things working smoothly and not considering an interruption. Also, time and time again we seem to find it easier to recover from a crisis than to prevent it. It's really strange...

Really interesting. I saw it mentions about distorting distances in the tube. I always wondered why is important to know the distance while being in a metro. I know where I'm supposed to go and as long as it's not my first time travelling I also know how much time it will take. In my opinion the distance (in km) between stops it's irrelevant. Time is of the essence

This shows financial education is needed, but more important it shows that the basic income is too low for the temptations available. In my opinion there are way too many temptations and people aren't thought how to resist them. When I say temptations I'm referring to gadgets, travelling, fashion. Everybody wants to be part of the newest trends and that's the main issue. Also, nobody wants to live in a studio or with a roommate up until 35, but I feel like a house isn't a priority anymore.