Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chainsaw10
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
chainsaw10
4mo ago
I’m intrigued by this course. However I’m also curious about its prerequisite: > Machine Learning (e.g. CS221, CS229, CS230, CS124, CS224N) You should be comfortable with the basics of machine learning and deep learning. Anyone have a go
2.
▲
by
chainsaw10
7y ago
From my reading, it looks they're considering this for only non HTTPS downloads initiated from an HTTPS page Relevant quotes: > ... we will likely start by treating certain high-risk downloads initiated from secure contexts as act
3.
▲
by
chainsaw10
8y ago
If someone does that with one of my (custom domain) addresses, it won’t work, here’s what I implemented: https://zackorndorff.com/2015/03/10/disposable-email-address... (To save you a click, they look like aa
4.
▲
by
chainsaw10
8y ago
Locally-installed root CAs are allowed by HSTS, so if you added the HTTPS proxy to the root store, this would work without warning, unless you manually checked the certificate. Of course, this only works on machines you're the admin of
5.
▲
by
chainsaw10
8y ago
So what happens if a hacker hacks company A and uses their server as a jump box to hack company B? Is company B allowed to hack A since their machine was used in an attack? Or even worse, what if company B is mistaken as to who attacked the
6.
▲
by
chainsaw10
9y ago
> log in with some criteria more than just a username/password The problem there is that captive portals don't add any extra link-layer security. The network is open, so literally anyone can sniff packets. It's uncommon, b
7.
▲
by
chainsaw10
9y ago
Very well said. To directly answer GP's question: I took a differential equations class last semester, where the easy part of quite a few problems was to solve a quadratic equation. And it was easy, because my algebra classes had c
8.
▲
by
chainsaw10
9y ago
> computer security Nobel prize While they're not as big of a deal AFAIK, we do have the Pwnie Awards: https://pwnies.com/
9.
▲
by
chainsaw10
9y ago
You can do something similar with bash. If you set PROMPT_COMMAND='history -a', it'll append to the history file right after the command completes (because the prompt command is run as the prompt is printed).
10.
▲
by
chainsaw10
9y ago
radare2 is a disassembler, not a decompiler. Disassembly is a much easier task than decompilation, since it's a mostly mechanical process. Decompilation requires you to undo the optimizations/transformations the compiler did as it
11.
▲
by
chainsaw10
9y ago
Have you gotten Windows to work well as a guest? I could never get it to work as well as it does with VirtualBox.
12.
▲
by
chainsaw10
9y ago
Ah, okay, that makes more sense. I guess maybe it was to enable touch on some websites?
13.
▲
by
chainsaw10
9y ago
I'm curious as to what good reason there is to have the Android user-agent string contain "Mobile Safari"... The rest of it looks like fairly standard user-agent string antics.
14.
▲
by
chainsaw10
9y ago
It doesn't compile though -- I hope. I'm pretty sure C keywords require a space on either side...
15.
▲
by
chainsaw10
9y ago
Also, somewhere in GNOME settings, there's a setting to enable "emacs mode", which lets you use ^a, ^e, ^k, ^y in normal textboxes.
16.
▲
by
chainsaw10
9y ago
> Which would work if licenses and copyrights didn't exist. I don't think it would. Dynamic linking allows a library to be patched once and have the patch apply to all the programs using it. If every program was statically link
17.
▲
by
chainsaw10
9y ago
I feel like just having a browser extension is a major security hole for any password manager. Yes it's more usable and prevents domain spoofing, but it makes the attack surface huge. Whereas to exploit a desktop app that doesn't
18.
▲
by
chainsaw10
10y ago
> reversing commit hashes back into their contents Somewhat off topic, but is this actually possible? Given hashing is inherently lossy, I'm inclined to assume it's not possible for anything must longer than a password, but com
19.
▲
by
chainsaw10
10y ago
> The bug is in bad js authored by CF No, the bug is definitely in the browser. Web code is untrusted and should not be able to adversely affect the browser.
20.
▲
by
chainsaw10
10y ago
> Why not standardize? You can't. These apps don't federate, and not everyone uses all of them. As I wrote this comment, I realized I use more apps than I thought. I use SMS for some folks, Messenger for others, and Slack, Hang
21.
▲
The NFL's Karl Voss
(blog.rfvenue.com)
1 points
by
chainsaw10
10y ago
|
0 comments
22.
▲
by
chainsaw10
10y ago
I'm curious: what do you use to enter insert mode then?
23.
▲
by
chainsaw10
10y ago
Some recent distros will actually let you run that as yourself, without root, if you're physically present at the machine. It's convenient for personal machines.
24.
▲
by
chainsaw10
11y ago
IIRC that meta tag is also used for verification for Google Webmaster Tools
25.
▲
by
chainsaw10
11y ago
I don't suppose there's a way to do this from a non-OS X platform, is there? I'd assume no, but I'm wondering if anyone's found a way.
26.
▲
by
chainsaw10
11y ago
> to explicitly lie about it. Maybe I'm dense or naive, but I don't think there's any precedent for that. A gag order is one thing (and there are certainly places for it), but forcing someone to lie would hopefully violate
27.
▲
by
chainsaw10
11y ago
I think he's abbreviating "internet protocols" to "IPs". He's asking why we have human-readable/text based protocols vs a binary protocol.
28.
▲
How to traffic, v2
(imgur.com)
1 points
by
chainsaw10
11y ago
|
0 comments
29.
▲
by
chainsaw10
11y ago
My feelings are mixed on this. On FB, I'm usually glad that links open in a new tab (well, I middle click them anyway, but sometimes I forget) because if they didn't, I'd have the huge problem of trying to infinite scroll my
30.
▲
by
chainsaw10
11y ago
So, apparently they created an app with an enterprise certificate that has a transparent icon in the newsstand app. The enterprise certificate (now revoked) bypasses the App Store review, as is well understood. However, the app still needs
More ›