Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adilparvez
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
adilparvez
10y ago
Take a look at PureScript [1], it's Haskell-like but strict. [1]: http://www.purescript.org/
2.
▲
Generalised egg drop problem
(blog.adilparvez.com)
2 points
by
adilparvez
10y ago
|
0 comments
3.
▲
by
adilparvez
10y ago
In Haskell and PureScript, Monad is a typeclass just like any other. They are an abstraction, effectful computation is not inherent to them, they represent computational contexts, e.g. the list monad is used to model non-determinism, the ma
4.
▲
by
adilparvez
10y ago
Hi HN, I wrote this script and thought it might be useful to others. Thanks.
5.
▲
Show HN: vault – create and use encrypted containers simply
(gitlab.com)
2 points
by
adilparvez
10y ago
|
1 comments
6.
▲
by
adilparvez
10y ago
Yes, I think it is like that.
7.
▲
by
adilparvez
10y ago
Cool, I shouldn't make assumptions, thanks for the link.
8.
▲
by
adilparvez
10y ago
> If P = NP, then P^X = NP^X for any oracle X, right? Edit: No, I think. See child comment by JadeNB. Probably wrong { Yes, since we could just not invoke the oracle. But people do this sort of stuff to study it backwards e.g. what do P^
9.
▲
by
adilparvez
10y ago
A really cool result which seems relatively unknown is that if we augment our Turing machines with an oracle X chosen uniformly at random from all oracles then P^X =/= NP^X with probability 1. An oracle is a black box that can solve a
10.
▲
by
adilparvez
10y ago
I was meaning if your machine was compromised.
11.
▲
by
adilparvez
10y ago
Yes, under that threat model you would lose with all of these password managers.
12.
▲
by
adilparvez
10y ago
You can use a hash of the site appended with a .pass wide pepper as the name of the directory storing credentials for a particular site, then use a wrapper script that hashes its input before passing it to pass. Also full disk encryption.
13.
▲
by
adilparvez
10y ago
It's great people are exploring this problem space, but so far nothing comes close to https://www.passwordstore.org/ which is just a wrapper around gpg and git. It has Android/iOS clients, as well as GUI clients.
14.
▲
by
adilparvez
10y ago
Facebook and companies like it will in the long run harm more than just democracy. See https://www.theguardian.com/technology/2014/jun/30/facebook-... .
15.
▲
by
adilparvez
10y ago
Also check out the Making Crash Bandicoot series: http://all-things-andy-gavin.com/2011/02/02/making-crash-ban... The post on GOOL (predecessor to GOAL [1]) is especially interesting. [1]: https://
16.
▲
by
adilparvez
10y ago
On (a) This https://whispersystems.org/bigbrother/eastern-virginia-grand... , claims they only store "date and time a user registered with Signal and the last date of a user's connectivity to the Signal servic
17.
▲
by
adilparvez
10y ago
I've been using this on the desktop, and Password Store + OpenKeychain on Android, both are very polished apps. This setup works great with a YubiKey. https://fossdroid.com/a/openkeychain.html https://f
18.
▲
by
adilparvez
10y ago
Another technical overview: http://forum.doom9.org/showthread.php?t=167081 Edit: Just realised IshKebab linked to my comment linking to doom9 in yesterday's h264 thread.
19.
▲
Casper: A Compiler for the Analysis of Security Protocols
(cs.ox.ac.uk)
2 points
by
adilparvez
10y ago
|
0 comments
20.
▲
by
adilparvez
10y ago
Kind of related: 360 real time stitched video http://www.argondesign.com/products/argon360/
21.
▲
by
adilparvez
10y ago
You might like this: https://blog.adilparvez.com/post/2016/07/21/1/lets-implement...
22.
▲
by
adilparvez
10y ago
This might help you if you want to go GApps free, set up a google account just for using raccoon and have a safe way to get apps without having the play store.
23.
▲
Raccoon – Play Store client
(onyxbits.de)
1 points
by
adilparvez
10y ago
|
1 comments
24.
▲
by
adilparvez
10y ago
I neglected to mention that the first time you install Signal it should come from a trusted source (e.g. copy it from someone who is happy to use the play store), then updating via apkmirror is safe, since the signatures will match. Also th
25.
▲
by
adilparvez
10y ago
That is a really good point, I actually got someone else to get it from the play store then copied it, the updates from apkmirror are then fine since the signatures match. I'll edit the post to say, get it from a trusted source. This i
26.
▲
by
adilparvez
10y ago
Oops, yes log(n), I'll correct the comment, thanks.
27.
▲
by
adilparvez
10y ago
There is a log time way to do this, use Binet's formula ( https://en.m.wikipedia.org/wiki/Fibonacci_number#Closed-form... ), but do the arithmetic in the field Q[√5]. Edit: Someone's implementation: http:/
28.
▲
by
adilparvez
10y ago
Related, how h265 works: http://forum.doom9.org/showthread.php?t=167081 This is a great overview and the techniques are similar to those of h264. I found it invaluable to get up to speed when I had to do some work on the sc
29.
▲
by
adilparvez
10y ago
If you want to go GApps free, I recently wrote about this. It's very short but points to where to find more. https://blog.adilparvez.com/post/2016/10/31/1/cyanogenmustar...
30.
▲
Let's implement AES
(blog.adilparvez.com)
4 points
by
adilparvez
10y ago
|
0 comments
More ›