HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mbildner

no profile record

投稿

Pye Wacket: Lenticular Defense Missile

astronautix.com
4 ポイント·投稿者 mbildner·4 年前·0 コメント

Metasequoia

en.wikipedia.org
2 ポイント·投稿者 mbildner·4 年前·0 コメント

Papers with Code

paperswithcode.com
250 ポイント·投稿者 mbildner·5 年前·41 コメント

Webring

en.wikipedia.org
1 ポイント·投稿者 mbildner·5 年前·0 コメント

The trees that miss the mammoths (2011)

af-legacy-prd.americanforests.org
109 ポイント·投稿者 mbildner·5 年前·30 コメント

C# Application Markup Language (Csaml) (2004)

charlespetzold.com
1 ポイント·投稿者 mbildner·5 年前·0 コメント

The Science of Cooking Potatoes (2018)

finecooking.com
2 ポイント·投稿者 mbildner·5 年前·0 コメント

Parachute use when jumping from aircraft: randomized controlled trial (2018)

bmj.com
2 ポイント·投稿者 mbildner·5 年前·0 コメント

Joy.js – make happy little programs (2017)

ncase.me
209 ポイント·投稿者 mbildner·5 年前·19 コメント

“a continuous visible sonic boom”

en.wikipedia.org
2 ポイント·投稿者 mbildner·5 年前·2 コメント

Amazon Web Services In Plain English (2019)

web3us.com
288 ポイント·投稿者 mbildner·5 年前·91 コメント

DNS – The Song

m.soundcloud.com
1 ポイント·投稿者 mbildner·5 年前·0 コメント

Pocho the Crocodile

en.wikipedia.org
1 ポイント·投稿者 mbildner·5 年前·0 コメント

Chemical Oxygen Generators

skybrary.aero
2 ポイント·投稿者 mbildner·5 年前·0 コメント

コメント

mbildner
·12 か月前·議論
Can confirm I use this and it's super convenient to have json payloads open right up in a useful editor
mbildner
·4 年前·議論
I remember reading in jshint’s docs that they purposely did not chase this kind of lint since at that point the user is clearly fighting the library.
mbildner
·4 年前·議論
an oldie but a goodie: https://www.quirksmode.org/blog/archives/2009/09/the_html5_d...
mbildner
·4 年前·議論
True but any password manager in the cloud should require MFA, which means if you lose your devices you’re still stuck.
mbildner
·4 年前·議論
You are fundamentally correct: to make your passwords safe from hackers you are making them harder for yourself to access (in this case by requiring MFA). Accessing your passwords now requires having access to a device (your second factor).

There are recovery mechanisms that you can set up ahead of time (a series of recovery codes for example), but for the most part I would agree with your premise: you will have a very hard time accessing your accounts if you ever lose your primary devices. For me the security benefit is worth the inconvenience.
mbildner
·5 年前·議論
This sounds like a chrome extension
mbildner
·5 年前·議論
Can you clarify/ expand on this idea?
mbildner
·5 年前·議論
This feels like a passion project site idea
mbildner
·5 年前·議論
updated - thank you!
mbildner
·5 年前·議論
This is not yet possible in Typescript, but imagine if you could define a numerical subtype that requires your input be below some threshold eg:

`type Limit = 0..100;`

See discussion here: https://github.com/Microsoft/TypeScript/issues/15480