Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
throwaway125
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
throwaway125
10y ago
>all the text, sounds, textures models are present on the client side alone This isn't entirely true. All the quest text, monster says, NPC interactions and more are sent by the server. Sure, the models and sounds are part of the cl
2.
▲
by
throwaway125
10y ago
I have noticed the same problem when adding several search terms and ddg ignoring the one that is the most important. I have found that if you quote that term it returns better results that do include that term. For your particular example
3.
▲
by
throwaway125
11y ago
I think you might have misread the gp. gp asked >am I required to make my application code public?
4.
▲
by
throwaway125
11y ago
You are not required to make your application public as it is not considered a derivative of the linux kernel. If you distribute the device you are required to provide your customers with the source code to the running linux kernel. The exa
5.
▲
by
throwaway125
11y ago
You misread what was said I think. It's about a facebook like , not about facebook itself.
6.
▲
by
throwaway125
11y ago
The readme doesn't seem to mention or I have missed it: I assume this works on a locked instance of KeePass (the database opened, but the application interface locked)?
7.
▲
by
throwaway125
11y ago
Most of the time you can paste the password in another field (like the username) and select and drag it to the password field. Browsers should probably not allow that kind of interaction between javascript and the password field.
8.
▲
by
throwaway125
11y ago
While your name and phone number are public, the list of people who have your phone number saved is not public. These companies can effectively map who you associate with only by looking at other people's phones. They can profile you b
9.
▲
by
throwaway125
11y ago
I really do appreciate the effort you put into these videos, and I definitely understand you want something out of this as well but the user experience of having to go through your site instead of a link to a youtube playlist does put me of
10.
▲
by
throwaway125
11y ago
It's because the distinction isn't meaningful for day to day use. People use and compare languages and their standard libraries as a whole. I do think people recognize the fact that these two are different things (e.g. when compar
11.
▲
by
throwaway125
11y ago
techdevman: Your account is shadow banned. Looking at your history I think it was for your first article submission. It seems in error. No contact info in your profile so I wrote this reply.
12.
▲
by
throwaway125
11y ago
What is your opinion on Threefish then? Is there something fundamentally wrong with bigger keys/blocks, or is it just that known big key/block schemes are not useful?
13.
▲
by
throwaway125
11y ago
I think a renamed fork is (maintained) here https://github.com/mgp25/Chat-API (it was linked in https://github.com/venomous0x/WhatsAPI/issues/1140 )
14.
▲
by
throwaway125
11y ago
All but Marco Rubio have wildcard certificates without an apparent use for them. It looks like whoever built their websites was keen on using all the budget they were alloted.
15.
▲
by
throwaway125
12y ago
I'm not sure why the proposal would not cover MMO games. If a game studio abandons an MMO game it is completely destroyed for the players, an exemption would be very useful in that case. Perhaps the EFF is trying to avoid too much resi
16.
▲
by
throwaway125
12y ago
This can be disabled in firefox's about:config page by setting media.peerconnection.enabled to false. The problem with disabling all these features on a case by case basis is that you contribute to a richer fingerprint this way. Browse
17.
▲
by
throwaway125
12y ago
While many of these warnings can be annoying during development they are also very useful if the code is kept clean of them. In this case the __bounded__ attribute is a security feature their compiler version has. If another platform can no
18.
▲
Privacy Badger blocks spying ads and invisible trackers
(eff.org)
2 points
by
throwaway125
12y ago
|
0 comments
19.
▲
by
throwaway125
12y ago
You can't ever guarantee that for any certificate signed by any CA.
20.
▲
by
throwaway125
13y ago
It being closed source or not isn't what makes it ironic. Enticing people to include a <script> tag on their website that then makes their visitors download a .js that will leave an entry in cloudfront's log file documenting
21.
▲
by
throwaway125
13y ago
Including a third party javascript to protest and spread awareness about mass surveillance... That seems a little ironic.
22.
▲
by
throwaway125
13y ago
Have there been recent public disclosures of vulnerabilities in hypervisors? Breaking out of virtual machines is a really interesting process but it's important to remember that a hypervisor can be attacked with pretty much the same te
23.
▲
by
throwaway125
13y ago
Trying to evaluate and attack systems is a vital part of building secure systems. Many of these researchers do work on their own systems (think tor, redphone, ...) while also engaging with the crypto community at large to find flaws and i
24.
▲
by
throwaway125
13y ago
It's important to keep in mind that humans are social beings, and communicating with others by writing witty one liners can be very rewarding in and of itself regardless of the karma points you get. That doesn't mean you never do
25.
▲
by
throwaway125
13y ago
In other words: yes, it's vulnerable to SSL stripping.
26.
▲
by
throwaway125
13y ago
How did you obtain the right to distribute jab comix for free?
27.
▲
by
throwaway125
13y ago
That's not true. Given a dictionary of 2048 words that the attacker has complete knowledge about , picking any 4 random words will always give you 44 bits of entropy. 2048^4 = 17592186044416 2^44 = 17592186044416
28.
▲
by
throwaway125
13y ago
The following two headers are also useful: add_header Strict-Transport-Security max-age=31536000; add_header X-Frame-Options DENY; The first one tells browsers it should never try to visit the http version of this site, even if
29.
▲
by
throwaway125
13y ago
Do you have any links to the crypto.cat bug?
30.
▲
by
throwaway125
13y ago
now enter the first 72 characters of that password in the bcrypt verification function and it'll still say it's correct. bcrypt is a valid technical reason to limit passwords to 72 characters.
More ›